2018-10-22 14:55:29,800 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-301 | | 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-10-22 14:55:29,803 - 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=rF2YY3Hy3tuqsBDUcAYBjNEAr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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.6 export OS_REGION_NAME=regionOne 2018-10-22 14:55:29,803 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-22 14:55:29,803 - 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-10-22 14:55:29,812 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-10-22 14:55:31,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 14:55:31,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 14:55:31,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 14:55:31,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 14:55:31,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 14:55:31,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 14:55:31,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 14:55:31,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 14:55:31,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 14:55:31,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 14:55:31,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 14:55:31,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 14:55:31,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 14:55:31,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 14:55:31,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 14:55:31,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 14:55:31,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 14:55:31,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 14:55:31,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 14:55:31,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 14:55:31,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 14:55:31,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 14:55:31,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-22 14:55:31,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 14:55:31,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99fe0824-d366-4f19-937a-f60323be0fda 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:55:31,736 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-99fe0824-d366-4f19-937a-f60323be0fda 2018-10-22 14:55:31,736 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:55:32,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T15:55:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["aPk59EuWRBuOOySZGas_Ag"], "issued_at": "2018-10-22T14:55:32.000000Z"}} 2018-10-22 14:55:32,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:32,118 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:55: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:55:32,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:32,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-011cd761-e176-4537-81de-1cad01937f24 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/4efcfa9916f34e3598719fc817429a11"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4efcfa9916f34e3598719fc817429a11"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-10-22 14:55:32,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-011cd761-e176-4537-81de-1cad01937f24 2018-10-22 14:55:32,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.552781105042s 2018-10-22 14:55:32,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-22 14:55:32,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_72087fda-8f56-4239-9757-dae74daa3341"}}' 2018-10-22 14:55:32,479 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 14:55:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-461ee46f-1ae0-4d0f-934c-3725803ae969 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.22:5000/v3/projects/4bdcbf2039154774818cba281ef0c355"}, "enabled": true, "id": "4bdcbf2039154774818cba281ef0c355", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_72087fda-8f56-4239-9757-dae74daa3341"}} 2018-10-22 14:55:32,479 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-461ee46f-1ae0-4d0f-934c-3725803ae969 2018-10-22 14:55:32,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.198360919952s 2018-10-22 14:55:32,479 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-461ee46f-1ae0-4d0f-934c-3725803ae969 2018-10-22 14:55:32,480 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_72087fda-8f56-4239-9757-dae74daa3341', 'id': u'4bdcbf2039154774818cba281ef0c355', '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-10-22 14:55:32,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-22 14:55:32,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.413685798645s 2018-10-22 14:55:32,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/425bb87317ac4042986099478c1302a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:33,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da10af82-6c9b-4da6-b92e-cd5655c0dd33 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/425bb87317ac4042986099478c1302a1"}, "enabled": true, "id": "425bb87317ac4042986099478c1302a1", "options": {}, "domain_id": "default", "name": "connection_check-user_72087fda-8f56-4239-9757-dae74daa3341"}} 2018-10-22 14:55:33,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/425bb87317ac4042986099478c1302a1 used request id req-da10af82-6c9b-4da6-b92e-cd5655c0dd33 2018-10-22 14:55:33,067 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'425bb87317ac4042986099478c1302a1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_72087fda-8f56-4239-9757-dae74daa3341'}) 2018-10-22 14:55:33,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 14:55:33,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:33,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80e1ec68-db50-45a4-bc33-b502b0feab0c Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:55:33,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-80e1ec68-db50-45a4-bc33-b502b0feab0c 2018-10-22 14:55:33,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.133285045624s 2018-10-22 14:55:33,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 14:55:33,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:33,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-672f9bb7-5cd3-43b7-b087-9945f86e3fd3 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:55:33,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-672f9bb7-5cd3-43b7-b087-9945f86e3fd3 2018-10-22 14:55:33,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.136165857315s 2018-10-22 14:55:33,339 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 14:55:33,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-22 14:55:33,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" -d '{"role": {"name": "Member"}}' 2018-10-22 14:55:33,539 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 14:55:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fdbbb0f8-7e39-45a7-b953-adf51bfc1415 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "788433475ee64ea4861ec3fbc90371b6", "links": {"self": "http://172.30.9.22:5000/v3/roles/788433475ee64ea4861ec3fbc90371b6"}, "name": "Member"}} 2018-10-22 14:55:33,540 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-fdbbb0f8-7e39-45a7-b953-adf51bfc1415 2018-10-22 14:55:33,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.199565172195s 2018-10-22 14:55:33,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/788433475ee64ea4861ec3fbc90371b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:33,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dae6587f-93e7-45d0-abcd-eaadd1deeb09 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/788433475ee64ea4861ec3fbc90371b6"}, "domain_id": null, "name": "Member", "id": "788433475ee64ea4861ec3fbc90371b6"}} 2018-10-22 14:55:33,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/788433475ee64ea4861ec3fbc90371b6 used request id req-dae6587f-93e7-45d0-abcd-eaadd1deeb09 2018-10-22 14:55:33,557 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/788433475ee64ea4861ec3fbc90371b6'}, 'domain_id': None, 'human_id': None, 'id': u'788433475ee64ea4861ec3fbc90371b6', 'HUMAN_ID': False}) 2018-10-22 14:55:33,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 14:55:33,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:33,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76d41258-a32d-4fb2-9579-1e40ac823fdc Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "788433475ee64ea4861ec3fbc90371b6", "links": {"self": "http://172.30.9.22:5000/v3/roles/788433475ee64ea4861ec3fbc90371b6"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:55:33,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-76d41258-a32d-4fb2-9579-1e40ac823fdc 2018-10-22 14:55:33,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0793569087982s 2018-10-22 14:55:33,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 14:55:33,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:33,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93101647-0a7b-4350-8384-42614668d723 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 14:55:33,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-93101647-0a7b-4350-8384-42614668d723 2018-10-22 14:55:33,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0804290771484s 2018-10-22 14:55:33,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 14:55:33,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:33,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3374f16b-77ed-4144-ac8e-ce84a35762ee Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_72087fda-8f56-4239-9757-dae74daa3341", "links": {"self": "http://172.30.9.22:5000/v3/users/425bb87317ac4042986099478c1302a1"}, "domain_id": "default", "enabled": true, "id": "425bb87317ac4042986099478c1302a1", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:55:33,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3374f16b-77ed-4144-ac8e-ce84a35762ee 2018-10-22 14:55:33,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.155467987061s 2018-10-22 14:55:33,876 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3374f16b-77ed-4144-ac8e-ce84a35762ee 2018-10-22 14:55:33,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 14:55:33,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:33,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b957894-7d5c-49d0-b928-49e9d83866ca Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22: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.22:5000/v3/projects/4bdcbf2039154774818cba281ef0c355"}, "enabled": true, "id": "4bdcbf2039154774818cba281ef0c355", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_72087fda-8f56-4239-9757-dae74daa3341"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 14:55:33,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-5b957894-7d5c-49d0-b928-49e9d83866ca 2018-10-22 14:55:33,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0791349411011s 2018-10-22 14:55:33,961 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-5b957894-7d5c-49d0-b928-49e9d83866ca 2018-10-22 14:55:33,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 14:55:33,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=425bb87317ac4042986099478c1302a1&scope.project.id=4bdcbf2039154774818cba281ef0c355&role.id=788433475ee64ea4861ec3fbc90371b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:34,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97e6b539-c1ab-47ca-b0b2-d5e90edfd3f2 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=425bb87317ac4042986099478c1302a1&scope.project.id=4bdcbf2039154774818cba281ef0c355&role.id=788433475ee64ea4861ec3fbc90371b6", "previous": null, "next": null}} 2018-10-22 14:55:34,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=425bb87317ac4042986099478c1302a1&scope.project.id=4bdcbf2039154774818cba281ef0c355&role.id=788433475ee64ea4861ec3fbc90371b6 used request id req-97e6b539-c1ab-47ca-b0b2-d5e90edfd3f2 2018-10-22 14:55:34,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.078027009964s 2018-10-22 14:55:34,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 14:55:34,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/4bdcbf2039154774818cba281ef0c355/users/425bb87317ac4042986099478c1302a1/roles/788433475ee64ea4861ec3fbc90371b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:34,262 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:55:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-601590e6-290c-4e50-a8ce-9dd0eb32c7cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:55:34,262 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/4bdcbf2039154774818cba281ef0c355/users/425bb87317ac4042986099478c1302a1/roles/788433475ee64ea4861ec3fbc90371b6 used request id req-601590e6-290c-4e50-a8ce-9dd0eb32c7cf 2018-10-22 14:55:34,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.219408988953s 2018-10-22 14:55:34,263 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_72087fda-8f56-4239-9757-dae74daa3341', 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': 'cc0420f9-4baf-4428-948e-b11ab06f3c1f', 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_72087fda-8f56-4239-9757-dae74daa3341', 'project_id': u'4bdcbf2039154774818cba281ef0c355', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 14:55:34,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 14:55:34,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 14:55:34,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 14:55:34,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 14:55:34,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 14:55:34,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 14:55:34,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 14:55:34,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 14:55:34,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 14:55:34,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 14:55:34,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 14:55:34,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 14:55:34,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 14:55:34,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 14:55:34,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 14:55:34,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 14:55:34,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 14:55:34,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 14:55:34,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 14:55:34,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 14:55:34,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 14:55:34,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 14:55:34,268 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_72087fda-8f56-4239-9757-dae74daa3341', 'password': 'cc0420f9-4baf-4428-948e-b11ab06f3c1f', 'project_name': 'connection_check-project_72087fda-8f56-4239-9757-dae74daa3341', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '4bdcbf2039154774818cba281ef0c355', 'project_domain_name': 'Default'} 2018-10-22 14:55:34,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 14:55:34,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:34,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25765de6-3d81-4c36-92a9-2597272d8f6f Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "788433475ee64ea4861ec3fbc90371b6", "links": {"self": "http://172.30.9.22:5000/v3/roles/788433475ee64ea4861ec3fbc90371b6"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:55:34,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-25765de6-3d81-4c36-92a9-2597272d8f6f 2018-10-22 14:55:34,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0822010040283s 2018-10-22 14:55:34,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 14:55:34,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:34,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00a54575-baa2-460a-93ac-35f3af10f550 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "788433475ee64ea4861ec3fbc90371b6", "links": {"self": "http://172.30.9.22:5000/v3/roles/788433475ee64ea4861ec3fbc90371b6"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:55:34,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-00a54575-baa2-460a-93ac-35f3af10f550 2018-10-22 14:55:34,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.153682947159s 2018-10-22 14:55:34,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 14:55:34,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:34,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29d40f65-eb2a-48e1-9e25-85348e56b31e 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 14:55:34,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-29d40f65-eb2a-48e1-9e25-85348e56b31e 2018-10-22 14:55:34,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0787580013275s 2018-10-22 14:55:34,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 14:55:34,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:34,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aad0b3a-6502-4110-b001-ae82565466bb Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_72087fda-8f56-4239-9757-dae74daa3341", "links": {"self": "http://172.30.9.22:5000/v3/users/425bb87317ac4042986099478c1302a1"}, "domain_id": "default", "enabled": true, "id": "425bb87317ac4042986099478c1302a1", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:55:34,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3aad0b3a-6502-4110-b001-ae82565466bb 2018-10-22 14:55:34,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104331016541s 2018-10-22 14:55:34,692 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3aad0b3a-6502-4110-b001-ae82565466bb 2018-10-22 14:55:34,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 14:55:34,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:34,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64597641-350d-4acf-9a7f-b3c95466c6d1 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22: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.22:5000/v3/projects/4bdcbf2039154774818cba281ef0c355"}, "enabled": true, "id": "4bdcbf2039154774818cba281ef0c355", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_72087fda-8f56-4239-9757-dae74daa3341"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 14:55:34,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-64597641-350d-4acf-9a7f-b3c95466c6d1 2018-10-22 14:55:34,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0797920227051s 2018-10-22 14:55:34,778 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-64597641-350d-4acf-9a7f-b3c95466c6d1 2018-10-22 14:55:34,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 14:55:34,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=425bb87317ac4042986099478c1302a1&scope.project.id=4bdcbf2039154774818cba281ef0c355&role.id=54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:34,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-980f3396-1e82-4951-95b6-59385d5ac3c1 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=425bb87317ac4042986099478c1302a1&scope.project.id=4bdcbf2039154774818cba281ef0c355&role.id=54475a0b5ce34095bb526868da234e2a", "previous": null, "next": null}} 2018-10-22 14:55:34,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=425bb87317ac4042986099478c1302a1&scope.project.id=4bdcbf2039154774818cba281ef0c355&role.id=54475a0b5ce34095bb526868da234e2a used request id req-980f3396-1e82-4951-95b6-59385d5ac3c1 2018-10-22 14:55:34,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.127747058868s 2018-10-22 14:55:34,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 14:55:34,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/4bdcbf2039154774818cba281ef0c355/users/425bb87317ac4042986099478c1302a1/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:35,086 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:55:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64c53fa1-485e-4113-8237-2d3855b3a368 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:55:35,086 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/4bdcbf2039154774818cba281ef0c355/users/425bb87317ac4042986099478c1302a1/roles/54475a0b5ce34095bb526868da234e2a used request id req-64c53fa1-485e-4113-8237-2d3855b3a368 2018-10-22 14:55:35,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.178338050842s 2018-10-22 14:55:35,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 14:55:35,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:35,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7b1e418-a38f-4156-8d48-3d8c908d7f86 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "788433475ee64ea4861ec3fbc90371b6", "links": {"self": "http://172.30.9.22:5000/v3/roles/788433475ee64ea4861ec3fbc90371b6"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:55:35,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f7b1e418-a38f-4156-8d48-3d8c908d7f86 2018-10-22 14:55:35,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0837697982788s 2018-10-22 14:55:35,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-22 14:55:35,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-22 14:55:35,309 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 14:55:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86e81177-8158-433f-ba87-a308ecb09616 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8f71367b7f2343e6b68347880f09d489", "links": {"self": "http://172.30.9.22:5000/v3/roles/8f71367b7f2343e6b68347880f09d489"}, "name": "heat_stack_owner"}} 2018-10-22 14:55:35,309 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-86e81177-8158-433f-ba87-a308ecb09616 2018-10-22 14:55:35,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.136888027191s 2018-10-22 14:55:35,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/8f71367b7f2343e6b68347880f09d489 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:35,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ae95e82-eb98-4055-b382-af43f6002e0c Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8f71367b7f2343e6b68347880f09d489"}, "domain_id": null, "name": "heat_stack_owner", "id": "8f71367b7f2343e6b68347880f09d489"}} 2018-10-22 14:55:35,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8f71367b7f2343e6b68347880f09d489 used request id req-6ae95e82-eb98-4055-b382-af43f6002e0c 2018-10-22 14:55:35,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 14:55:35,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:35,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3708953-d64a-4bad-992e-4b9b1cd58dc8 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "788433475ee64ea4861ec3fbc90371b6", "links": {"self": "http://172.30.9.22:5000/v3/roles/788433475ee64ea4861ec3fbc90371b6"}, "name": "Member"}, {"domain_id": null, "id": "8f71367b7f2343e6b68347880f09d489", "links": {"self": "http://172.30.9.22:5000/v3/roles/8f71367b7f2343e6b68347880f09d489"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:55:35,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e3708953-d64a-4bad-992e-4b9b1cd58dc8 2018-10-22 14:55:35,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0849430561066s 2018-10-22 14:55:35,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 14:55:35,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:35,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d544a9d7-0650-4bcc-9340-4a426d036ba8 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 14:55:35,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-d544a9d7-0650-4bcc-9340-4a426d036ba8 2018-10-22 14:55:35,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0901021957397s 2018-10-22 14:55:35,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 14:55:35,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:35,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d650b61f-05d2-46fc-a439-5be19a1d19de Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_72087fda-8f56-4239-9757-dae74daa3341", "links": {"self": "http://172.30.9.22:5000/v3/users/425bb87317ac4042986099478c1302a1"}, "domain_id": "default", "enabled": true, "id": "425bb87317ac4042986099478c1302a1", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:55:35,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d650b61f-05d2-46fc-a439-5be19a1d19de 2018-10-22 14:55:35,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101216077805s 2018-10-22 14:55:35,670 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d650b61f-05d2-46fc-a439-5be19a1d19de 2018-10-22 14:55:35,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 14:55:35,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:35,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdb9018b-c9e4-49b7-b6d1-5db635bcf756 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22: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.22:5000/v3/projects/4bdcbf2039154774818cba281ef0c355"}, "enabled": true, "id": "4bdcbf2039154774818cba281ef0c355", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_72087fda-8f56-4239-9757-dae74daa3341"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 14:55:35,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-bdb9018b-c9e4-49b7-b6d1-5db635bcf756 2018-10-22 14:55:35,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0797600746155s 2018-10-22 14:55:35,756 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-bdb9018b-c9e4-49b7-b6d1-5db635bcf756 2018-10-22 14:55:35,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 14:55:35,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=425bb87317ac4042986099478c1302a1&scope.project.id=4bdcbf2039154774818cba281ef0c355&role.id=8f71367b7f2343e6b68347880f09d489 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:35,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1bd71de-3935-45c8-afad-aae7a479beec Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=425bb87317ac4042986099478c1302a1&scope.project.id=4bdcbf2039154774818cba281ef0c355&role.id=8f71367b7f2343e6b68347880f09d489", "previous": null, "next": null}} 2018-10-22 14:55:35,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=425bb87317ac4042986099478c1302a1&scope.project.id=4bdcbf2039154774818cba281ef0c355&role.id=8f71367b7f2343e6b68347880f09d489 used request id req-c1bd71de-3935-45c8-afad-aae7a479beec 2018-10-22 14:55:35,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0730819702148s 2018-10-22 14:55:35,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 14:55:35,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/4bdcbf2039154774818cba281ef0c355/users/425bb87317ac4042986099478c1302a1/roles/8f71367b7f2343e6b68347880f09d489 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:35,957 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:55:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f788ec69-3912-4446-bd3d-86baf9fe7896 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:55:35,957 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/4bdcbf2039154774818cba281ef0c355/users/425bb87317ac4042986099478c1302a1/roles/8f71367b7f2343e6b68347880f09d489 used request id req-f788ec69-3912-4446-bd3d-86baf9fe7896 2018-10-22 14:55:35,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125183820724s 2018-10-22 14:55:35,957 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-22 14:55:35,957 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-22 14:55:35,958 - openstack_tests - INFO - OS Credentials = > 2018-10-22 14:55:35,958 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:35,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:55:36,404 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "788433475ee64ea4861ec3fbc90371b6", "name": "Member"}, {"id": "8f71367b7f2343e6b68347880f09d489", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T15:55:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4bdcbf2039154774818cba281ef0c355", "name": "connection_check-project_72087fda-8f56-4239-9757-dae74daa3341"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_72087fda-8f56-4239-9757-dae74daa3341", "id": "425bb87317ac4042986099478c1302a1"}, "audit_ids": ["P6T37DO8T8OQ2QmwHh3pMw"], "issued_at": "2018-10-22T14:55:36.000000Z"}} 2018-10-22 14:55:36,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f041a19df20aa7ceec878a8153b3556c0a843aff" 2018-10-22 14:55:37,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7c3e21b9-8ac0-4b8e-8698-c02d91f7de60 Date: Mon, 22 Oct 2018 14:55:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 14:55:37,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True used request id req-7c3e21b9-8ac0-4b8e-8698-c02d91f7de60 2018-10-22 14:55:37,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f041a19df20aa7ceec878a8153b3556c0a843aff" 2018-10-22 14:55:38,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-bc0e1e2e-152b-4117-838e-395fcd381ec7 Date: Mon, 22 Oct 2018 14:55:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-22 14:55:38,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f used request id req-bc0e1e2e-152b-4117-838e-395fcd381ec7 2018-10-22 14:55:38,281 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-22 14:55:38,282 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-10-22 14:55:38,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:38,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:38,284 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:38,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:38,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:38,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:38,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:38,288 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:38,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:38,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:38,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:38,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:38,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:38,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:38,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:38,311 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-22 14:55:38,312 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:55:38,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "788433475ee64ea4861ec3fbc90371b6", "name": "Member"}, {"id": "8f71367b7f2343e6b68347880f09d489", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T15:55:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4bdcbf2039154774818cba281ef0c355", "name": "connection_check-project_72087fda-8f56-4239-9757-dae74daa3341"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_72087fda-8f56-4239-9757-dae74daa3341", "id": "425bb87317ac4042986099478c1302a1"}, "audit_ids": ["phoAEod_QJWQEDhAXPtwMQ"], "issued_at": "2018-10-22T14:55:38.000000Z"}} 2018-10-22 14:55:38,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}92f48ead0397e73ed5b6ec04c985ebdf378a4fce" 2018-10-22 14:55:39,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-de427dbe-628a-4db2-9cc0-bf053013281c Date: Mon, 22 Oct 2018 14:55:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-10-22 14:55:39,476 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&name=foo used request id req-de427dbe-628a-4db2-9cc0-bf053013281c 2018-10-22 14:55:39,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:39,477 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-22 14:55:39,478 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:55:39,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "788433475ee64ea4861ec3fbc90371b6", "name": "Member"}, {"id": "8f71367b7f2343e6b68347880f09d489", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T15:55:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4bdcbf2039154774818cba281ef0c355", "name": "connection_check-project_72087fda-8f56-4239-9757-dae74daa3341"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_72087fda-8f56-4239-9757-dae74daa3341", "id": "425bb87317ac4042986099478c1302a1"}, "audit_ids": ["bWrQ3dqrQZGY92jMlK1hBA"], "issued_at": "2018-10-22T14:55:39.000000Z"}} 2018-10-22 14:55:39,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}b43f4e92b58c5e96589f4d92ac6eca20761876e1" 2018-10-22 14:55:39,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-440f8464-263b-4457-983b-c74e33f94291 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:55:39,956 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-440f8464-263b-4457-983b-c74e33f94291 2018-10-22 14:55:39,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:55:39,965 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:55: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:55:39,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43f4e92b58c5e96589f4d92ac6eca20761876e1" 2018-10-22 14:55:40,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ceddbbb2-1f13-4d34-a387-20a4d773a8e9 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_72087fda-8f56-4239-9757-dae74daa3341", "links": {"self": "http://172.30.9.22:5000/v3/users/425bb87317ac4042986099478c1302a1"}, "domain_id": "default", "enabled": true, "id": "425bb87317ac4042986099478c1302a1", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:55:40,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-ceddbbb2-1f13-4d34-a387-20a4d773a8e9 2018-10-22 14:55:40,067 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:40,068 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-22 14:55:40,068 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:55:40,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "788433475ee64ea4861ec3fbc90371b6", "name": "Member"}, {"id": "8f71367b7f2343e6b68347880f09d489", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T15:55:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4bdcbf2039154774818cba281ef0c355", "name": "connection_check-project_72087fda-8f56-4239-9757-dae74daa3341"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_72087fda-8f56-4239-9757-dae74daa3341", "id": "425bb87317ac4042986099478c1302a1"}, "audit_ids": ["MYVgvAfXT_Ok94IyJV0YPA"], "issued_at": "2018-10-22T14:55:40.000000Z"}} 2018-10-22 14:55:40,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22e638d1e49640ffc7e0638e97ac5dddf0e1f746" 2018-10-22 14:55:41,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f2f72714-c380-4216-8bb2-0d49101d5992 Date: Mon, 22 Oct 2018 14:55:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 14:55:41,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-f2f72714-c380-4216-8bb2-0d49101d5992 2018-10-22 14:55:41,366 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:55:41,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "788433475ee64ea4861ec3fbc90371b6", "name": "Member"}, {"id": "8f71367b7f2343e6b68347880f09d489", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T15:55:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4bdcbf2039154774818cba281ef0c355", "name": "connection_check-project_72087fda-8f56-4239-9757-dae74daa3341"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_72087fda-8f56-4239-9757-dae74daa3341", "id": "425bb87317ac4042986099478c1302a1"}, "audit_ids": ["-0o96aRwSUSyRnjxY7shug"], "issued_at": "2018-10-22T14:55:41.000000Z"}} 2018-10-22 14:55:41,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12dbf1e7f32f28ca168032ee1e28974d49fa9de0" 2018-10-22 14:55:42,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f3c69a26-086e-4532-a1a6-bd1bf53ffaf1 Date: Mon, 22 Oct 2018 14:55:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 14:55:42,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True used request id req-f3c69a26-086e-4532-a1a6-bd1bf53ffaf1 2018-10-22 14:55:42,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12dbf1e7f32f28ca168032ee1e28974d49fa9de0" 2018-10-22 14:55:43,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-0417b39a-3f97-4919-800d-64bfd5005ae7 Date: Mon, 22 Oct 2018 14:55:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-22 14:55:43,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f used request id req-0417b39a-3f97-4919-800d-64bfd5005ae7 2018-10-22 14:55:43,796 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 14:55:43,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:43,882 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.22:5000/v2.0/tokens 2018-10-22 14:55:43,896 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-10-22 14:55:43,897 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 14:55:43,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:55:44,290 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "788433475ee64ea4861ec3fbc90371b6", "name": "Member"}, {"id": "8f71367b7f2343e6b68347880f09d489", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T15:55:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4bdcbf2039154774818cba281ef0c355", "name": "connection_check-project_72087fda-8f56-4239-9757-dae74daa3341"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_72087fda-8f56-4239-9757-dae74daa3341", "id": "425bb87317ac4042986099478c1302a1"}, "audit_ids": ["8utwh1NgSf-3yuINHR75PA"], "issued_at": "2018-10-22T14:55:44.000000Z"}} 2018-10-22 14:55:44,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d5a011e28dfb4419ba088ff9ac89d6ac5a8c77f" 2018-10-22 14:55:45,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55: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-21cf338f-0586-456f-8db0-2d91f44b355e x-compute-request-id: req-21cf338f-0586-456f-8db0-2d91f44b355e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-22 14:55:45,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail used request id req-21cf338f-0586-456f-8db0-2d91f44b355e 2018-10-22 14:55:45,048 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 14:55:45,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:55:45,510 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "788433475ee64ea4861ec3fbc90371b6", "name": "Member"}, {"id": "8f71367b7f2343e6b68347880f09d489", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T15:55:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4bdcbf2039154774818cba281ef0c355", "name": "connection_check-project_72087fda-8f56-4239-9757-dae74daa3341"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_72087fda-8f56-4239-9757-dae74daa3341", "id": "425bb87317ac4042986099478c1302a1"}, "audit_ids": ["P2k6j-JwRGWTB2iOQEMhww"], "issued_at": "2018-10-22T14:55:45.000000Z"}} 2018-10-22 14:55:45,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}435d6a544fd628ffa55c9b5400d1c5a049e4bf34" 2018-10-22 14:55:46,343 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33acf272-c3e9-49b7-9432-9b70b95cb12e x-compute-request-id: req-33acf272-c3e9-49b7-9432-9b70b95cb12e Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 197}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-22 14:55:46,343 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-33acf272-c3e9-49b7-9432-9b70b95cb12e 2018-10-22 14:55:46,344 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-22 14:55:46,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:46,443 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.22:5000/v2.0/tokens 2018-10-22 14:55:46,457 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-10-22 14:55:46,457 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-22 14:55:46,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:55:46,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "788433475ee64ea4861ec3fbc90371b6", "name": "Member"}, {"id": "8f71367b7f2343e6b68347880f09d489", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T15:55:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4bdcbf2039154774818cba281ef0c355", "name": "connection_check-project_72087fda-8f56-4239-9757-dae74daa3341"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_72087fda-8f56-4239-9757-dae74daa3341", "id": "425bb87317ac4042986099478c1302a1"}, "audit_ids": ["Sef4cnavQZGZEaDO-24OwA"], "issued_at": "2018-10-22T14:55:46.000000Z"}} 2018-10-22 14:55:46,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/4bdcbf2039154774818cba281ef0c355/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88ee6433069ae2241ce679638b22eb9b176a6191" 2018-10-22 14:55:47,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:46 GMT Server: Apache x-openstack-request-id: req-f079cc93-e2c0-4603-9116-cd71d2e24c89 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-22 14:55:47,579 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/4bdcbf2039154774818cba281ef0c355/stacks used request id req-f079cc93-e2c0-4603-9116-cd71d2e24c89 2018-10-22 14:55:47,580 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:47,708 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-22 14:55:47,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:55:48,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "788433475ee64ea4861ec3fbc90371b6", "name": "Member"}, {"id": "8f71367b7f2343e6b68347880f09d489", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T15:55:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4bdcbf2039154774818cba281ef0c355", "name": "connection_check-project_72087fda-8f56-4239-9757-dae74daa3341"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/4bdcbf2039154774818cba281ef0c355", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_72087fda-8f56-4239-9757-dae74daa3341", "id": "425bb87317ac4042986099478c1302a1"}, "audit_ids": ["TkZYoNsZQTqyeEx1bZ_0Iw"], "issued_at": "2018-10-22T14:55:48.000000Z"}} 2018-10-22 14:55:48,102 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/4bdcbf2039154774818cba281ef0c355/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe53de46054fc366e993ace31988002c0957fd82" 2018-10-22 14:55:49,020 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:48 GMT Server: Apache x-compute-request-id: req-6bf95d42-44cf-4068-b266-6fda74b3d92a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6bf95d42-44cf-4068-b266-6fda74b3d92a Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-22 14:55:49,020 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/4bdcbf2039154774818cba281ef0c355/volumes/detail used request id req-6bf95d42-44cf-4068-b266-6fda74b3d92a 2018-10-22 14:55:49,022 - 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.729s OK 2018-10-22 14:55:49,143 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 14:55:49,144 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-10-22 14:55:49,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 14:55:49,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:49,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc5ba31a-2060-4495-8ea5-5506ccb7ce81 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "788433475ee64ea4861ec3fbc90371b6", "links": {"self": "http://172.30.9.22:5000/v3/roles/788433475ee64ea4861ec3fbc90371b6"}, "name": "Member"}, {"domain_id": null, "id": "8f71367b7f2343e6b68347880f09d489", "links": {"self": "http://172.30.9.22:5000/v3/roles/8f71367b7f2343e6b68347880f09d489"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:55:49,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fc5ba31a-2060-4495-8ea5-5506ccb7ce81 2018-10-22 14:55:49,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0790219306946s 2018-10-22 14:55:49,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-22 14:55:49,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/8f71367b7f2343e6b68347880f09d489 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:49,432 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:55:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-967f7fb5-1e8d-4c1f-ab0b-4cebff9d9ade Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:55:49,432 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/8f71367b7f2343e6b68347880f09d489 used request id req-967f7fb5-1e8d-4c1f-ab0b-4cebff9d9ade 2018-10-22 14:55:49,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.201933860779s 2018-10-22 14:55:49,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 14:55:49,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:49,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3bbf94a-5aa0-4b5f-ba72-a17c8bd4d1ea Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_72087fda-8f56-4239-9757-dae74daa3341", "links": {"self": "http://172.30.9.22:5000/v3/users/425bb87317ac4042986099478c1302a1"}, "domain_id": "default", "enabled": true, "id": "425bb87317ac4042986099478c1302a1", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:55:49,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d3bbf94a-5aa0-4b5f-ba72-a17c8bd4d1ea 2018-10-22 14:55:49,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0877349376678s 2018-10-22 14:55:49,521 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d3bbf94a-5aa0-4b5f-ba72-a17c8bd4d1ea 2018-10-22 14:55:49,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 14:55:49,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/425bb87317ac4042986099478c1302a1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:49,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf9d8cdd-946b-4160-9da2-9dc5bf3390e1 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/425bb87317ac4042986099478c1302a1"}, "enabled": true, "id": "425bb87317ac4042986099478c1302a1", "options": {}, "domain_id": "default", "name": "connection_check-user_72087fda-8f56-4239-9757-dae74daa3341"}} 2018-10-22 14:55:49,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/425bb87317ac4042986099478c1302a1 used request id req-bf9d8cdd-946b-4160-9da2-9dc5bf3390e1 2018-10-22 14:55:49,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0934891700745s 2018-10-22 14:55:49,621 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/425bb87317ac4042986099478c1302a1 used request id req-bf9d8cdd-946b-4160-9da2-9dc5bf3390e1 2018-10-22 14:55:49,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-22 14:55:49,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/425bb87317ac4042986099478c1302a1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:49,866 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:55:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f36ead84-34e9-424c-bb84-a6801d7c7ced Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:55:49,866 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/425bb87317ac4042986099478c1302a1 used request id req-f36ead84-34e9-424c-bb84-a6801d7c7ced 2018-10-22 14:55:49,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.245131969452s 2018-10-22 14:55:49,867 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/425bb87317ac4042986099478c1302a1 used request id req-f36ead84-34e9-424c-bb84-a6801d7c7ced 2018-10-22 14:55:49,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 14:55:49,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:49,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-442dfdec-f9ca-4d7e-9c4c-0c129cd037f8 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/4bdcbf2039154774818cba281ef0c355"}, "enabled": true, "id": "4bdcbf2039154774818cba281ef0c355", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_72087fda-8f56-4239-9757-dae74daa3341"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 14:55:49,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-442dfdec-f9ca-4d7e-9c4c-0c129cd037f8 2018-10-22 14:55:49,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0849621295929s 2018-10-22 14:55:49,953 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-442dfdec-f9ca-4d7e-9c4c-0c129cd037f8 2018-10-22 14:55:49,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-22 14:55:49,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/4bdcbf2039154774818cba281ef0c355 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:50,130 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:55:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72d06f76-2115-4a32-83cd-296dfc595332 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:55:50,130 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/4bdcbf2039154774818cba281ef0c355 used request id req-72d06f76-2115-4a32-83cd-296dfc595332 2018-10-22 14:55:50,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.175075054169s 2018-10-22 14:55:50,131 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/4bdcbf2039154774818cba281ef0c355 used request id req-72d06f76-2115-4a32-83cd-296dfc595332 2018-10-22 14:55:50,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 14:55:50,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:50,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7d8802e-f802-4c8d-9c7c-9de0ec363663 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "788433475ee64ea4861ec3fbc90371b6", "links": {"self": "http://172.30.9.22:5000/v3/roles/788433475ee64ea4861ec3fbc90371b6"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:55:50,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a7d8802e-f802-4c8d-9c7c-9de0ec363663 2018-10-22 14:55:50,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0825901031494s 2018-10-22 14:55:50,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-22 14:55:50,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/788433475ee64ea4861ec3fbc90371b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:50,325 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:55:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b7ee206-a0e2-4ed4-9138-66b0c5014381 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:55:50,325 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/788433475ee64ea4861ec3fbc90371b6 used request id req-1b7ee206-a0e2-4ed4-9138-66b0c5014381 2018-10-22 14:55:50,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.110432863235s 2018-10-22 14:55:50,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-22 14:55:50,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=4bdcbf2039154774818cba281ef0c355&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}e9b3e44dfcde8d428a6d6bedfdab66589f89133e" 2018-10-22 14:55:51,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e0056b6e-c9bb-40f2-9317-cb4c6106d359 Date: Mon, 22 Oct 2018 14:55:51 GMT RESP BODY: {"security_groups": []} 2018-10-22 14:55:51,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=4bdcbf2039154774818cba281ef0c355&name=default used request id req-e0056b6e-c9bb-40f2-9317-cb4c6106d359 2018-10-22 14:55:51,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 1.06087684631s 2018-10-22 14:55:51,392 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=4bdcbf2039154774818cba281ef0c355&name=default used request id req-e0056b6e-c9bb-40f2-9317-cb4c6106d359 2018-10-22 14:55:51,413 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-10-22 14:55:51,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 14:55:51,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 14:55:51,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 14:55:51,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 14:55:51,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 14:55:51,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 14:55:51,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 14:55:51,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 14:55:51,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 14:55:51,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 14:55:51,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 14:55:51,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 14:55:51,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 14:55:51,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 14:55:51,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 14:55:51,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 14:55:51,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 14:55:51,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 14:55:51,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 14:55:51,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 14:55:51,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 14:55:51,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 14:55:51,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-22 14:55:51,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 14:55:51,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba699546-3305-4ad6-ac07-70f12d750da2 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:55:51,455 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ba699546-3305-4ad6-ac07-70f12d750da2 2018-10-22 14:55:51,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:55:51,843 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T15:55:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["Q0bb4CcvSN6U5F8Gl0HkqA"], "issued_at": "2018-10-22T14:55:51.000000Z"}} 2018-10-22 14:55:51,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:51,852 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:55: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:55:51,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:52,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a27ec3d7-cba0-4b9d-8dc3-44409fc02c67 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/4efcfa9916f34e3598719fc817429a11"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4efcfa9916f34e3598719fc817429a11"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-10-22 14:55:52,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-a27ec3d7-cba0-4b9d-8dc3-44409fc02c67 2018-10-22 14:55:52,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.571397066116s 2018-10-22 14:55:52,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-22 14:55:52,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}0f8850704c263b1366c459052d81ac90eb85c758" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}}' 2018-10-22 14:55:52,272 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 14:55:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcf428e5-ed56-4ba4-936e-ec0d02f1fea4 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:55:52,272 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-fcf428e5-ed56-4ba4-936e-ec0d02f1fea4 2018-10-22 14:55:52,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.251999855042s 2018-10-22 14:55:52,272 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-fcf428e5-ed56-4ba4-936e-ec0d02f1fea4 2018-10-22 14:55:52,273 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942', 'id': u'8e9a3444377442da8b38ad768127d234', '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-10-22 14:55:52,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-22 14:55:52,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.405967950821s 2018-10-22 14:55:52,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:52,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41bd840d-e449-4c02-ad53-3946a901454b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26"}, "enabled": true, "id": "a953f4951fb74edeb959c88ea2c28c26", "options": {}, "domain_id": "default", "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:55:52,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26 used request id req-41bd840d-e449-4c02-ad53-3946a901454b 2018-10-22 14:55:52,788 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a953f4951fb74edeb959c88ea2c28c26', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942'}) 2018-10-22 14:55:52,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 14:55:52,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:52,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1a72216-b5ed-471a-b3bd-cdda1d42863a Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:55:52,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e1a72216-b5ed-471a-b3bd-cdda1d42863a 2018-10-22 14:55:52,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0894460678101s 2018-10-22 14:55:52,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 14:55:52,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:52,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abe5430b-13a3-426c-95cc-0c261531cad4 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:55:52,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-abe5430b-13a3-426c-95cc-0c261531cad4 2018-10-22 14:55:52,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0720210075378s 2018-10-22 14:55:52,952 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 14:55:52,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-22 14:55:52,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" -d '{"role": {"name": "Member"}}' 2018-10-22 14:55:53,116 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 14:55:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c10fdd7-4047-4e65-97fd-8bf70b45912e Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}} 2018-10-22 14:55:53,116 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-8c10fdd7-4047-4e65-97fd-8bf70b45912e 2018-10-22 14:55:53,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.163363933563s 2018-10-22 14:55:53,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:53,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab6c0681-689f-49be-8e11-7f6a75d184ba Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "domain_id": null, "name": "Member", "id": "2273b2f7d5954ccb83226b0c6c405325"}} 2018-10-22 14:55:53,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325 used request id req-ab6c0681-689f-49be-8e11-7f6a75d184ba 2018-10-22 14:55:53,202 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325'}, 'domain_id': None, 'human_id': None, 'id': u'2273b2f7d5954ccb83226b0c6c405325', 'HUMAN_ID': False}) 2018-10-22 14:55:53,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 14:55:53,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:53,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb8eb35d-a930-49ed-8640-87607e1e3596 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:55:53,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fb8eb35d-a930-49ed-8640-87607e1e3596 2018-10-22 14:55:53,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0726580619812s 2018-10-22 14:55:53,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 14:55:53,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:53,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82456de1-7a5e-4199-bade-e12ff313019c 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 14:55:53,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-82456de1-7a5e-4199-bade-e12ff313019c 2018-10-22 14:55:53,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0789768695831s 2018-10-22 14:55:53,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 14:55:53,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:53,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1f1290d-6f2b-4326-ab2c-781745dc7c45 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "links": {"self": "http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26"}, "domain_id": "default", "enabled": true, "id": "a953f4951fb74edeb959c88ea2c28c26", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:55:53,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-a1f1290d-6f2b-4326-ab2c-781745dc7c45 2018-10-22 14:55:53,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103160858154s 2018-10-22 14:55:53,460 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-a1f1290d-6f2b-4326-ab2c-781745dc7c45 2018-10-22 14:55:53,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 14:55:53,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:53,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-796a63d5-ff31-4662-8bc1-7a531f794963 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}]} 2018-10-22 14:55:53,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-796a63d5-ff31-4662-8bc1-7a531f794963 2018-10-22 14:55:53,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.075058221817s 2018-10-22 14:55:53,541 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-796a63d5-ff31-4662-8bc1-7a531f794963 2018-10-22 14:55:53,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 14:55:53,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=a953f4951fb74edeb959c88ea2c28c26&scope.project.id=8e9a3444377442da8b38ad768127d234&role.id=2273b2f7d5954ccb83226b0c6c405325 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:53,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5aa4a00a-8893-4426-8340-e64a1cb25e0e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=a953f4951fb74edeb959c88ea2c28c26&scope.project.id=8e9a3444377442da8b38ad768127d234&role.id=2273b2f7d5954ccb83226b0c6c405325", "previous": null, "next": null}} 2018-10-22 14:55:53,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=a953f4951fb74edeb959c88ea2c28c26&scope.project.id=8e9a3444377442da8b38ad768127d234&role.id=2273b2f7d5954ccb83226b0c6c405325 used request id req-5aa4a00a-8893-4426-8340-e64a1cb25e0e 2018-10-22 14:55:53,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0805079936981s 2018-10-22 14:55:53,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 14:55:53,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/a953f4951fb74edeb959c88ea2c28c26/roles/2273b2f7d5954ccb83226b0c6c405325 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:53,876 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:55:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b931f8e3-4ad2-49a1-af2a-193d353d6f40 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:55:53,877 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/a953f4951fb74edeb959c88ea2c28c26/roles/2273b2f7d5954ccb83226b0c6c405325 used request id req-b931f8e3-4ad2-49a1-af2a-193d353d6f40 2018-10-22 14:55:53,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.251884937286s 2018-10-22 14:55:53,878 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942', 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': 'f5e268a6-b52b-4935-9084-0506620c2fe0', 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_06d5a517-0f37-4c12-ac4e-0df8d0f82942', 'project_id': u'8e9a3444377442da8b38ad768127d234', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 14:55:53,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 14:55:53,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 14:55:53,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 14:55:53,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 14:55:53,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 14:55:53,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 14:55:53,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 14:55:53,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 14:55:53,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 14:55:53,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 14:55:53,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 14:55:53,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 14:55:53,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 14:55:53,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 14:55:53,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 14:55:53,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 14:55:53,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 14:55:53,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 14:55:53,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 14:55:53,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 14:55:53,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 14:55:53,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 14:55:53,883 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942', 'password': 'f5e268a6-b52b-4935-9084-0506620c2fe0', 'project_name': 'api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '8e9a3444377442da8b38ad768127d234', 'project_domain_name': 'Default'} 2018-10-22 14:55:53,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 14:55:53,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:53,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84630cfb-5aef-4d2e-ad67-af2048a3194c Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:55:53,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-84630cfb-5aef-4d2e-ad67-af2048a3194c 2018-10-22 14:55:53,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0723330974579s 2018-10-22 14:55:53,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 14:55:53,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:54,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87aa9fc4-4b28-4d1b-8e9d-0aa8e353e019 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:55:54,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-87aa9fc4-4b28-4d1b-8e9d-0aa8e353e019 2018-10-22 14:55:54,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.142676115036s 2018-10-22 14:55:54,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 14:55:54,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:54,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b344104e-1adf-4c1b-bd78-a2d9063e5393 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 14:55:54,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-b344104e-1adf-4c1b-bd78-a2d9063e5393 2018-10-22 14:55:54,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0907981395721s 2018-10-22 14:55:54,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 14:55:54,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:54,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-771f3127-ef72-4635-ba8a-5db710f391fb Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "links": {"self": "http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26"}, "domain_id": "default", "enabled": true, "id": "a953f4951fb74edeb959c88ea2c28c26", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:55:54,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-771f3127-ef72-4635-ba8a-5db710f391fb 2018-10-22 14:55:54,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.173702955246s 2018-10-22 14:55:54,370 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-771f3127-ef72-4635-ba8a-5db710f391fb 2018-10-22 14:55:54,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 14:55:54,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:54,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87ee7c78-b6da-47ce-b763-348ea02ba8d4 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}]} 2018-10-22 14:55:54,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-87ee7c78-b6da-47ce-b763-348ea02ba8d4 2018-10-22 14:55:54,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0856041908264s 2018-10-22 14:55:54,461 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-87ee7c78-b6da-47ce-b763-348ea02ba8d4 2018-10-22 14:55:54,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 14:55:54,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=a953f4951fb74edeb959c88ea2c28c26&scope.project.id=8e9a3444377442da8b38ad768127d234&role.id=54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:54,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-880da490-5122-4b76-a394-d5a1a35326d3 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=a953f4951fb74edeb959c88ea2c28c26&scope.project.id=8e9a3444377442da8b38ad768127d234&role.id=54475a0b5ce34095bb526868da234e2a", "previous": null, "next": null}} 2018-10-22 14:55:54,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=a953f4951fb74edeb959c88ea2c28c26&scope.project.id=8e9a3444377442da8b38ad768127d234&role.id=54475a0b5ce34095bb526868da234e2a used request id req-880da490-5122-4b76-a394-d5a1a35326d3 2018-10-22 14:55:54,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0840809345245s 2018-10-22 14:55:54,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 14:55:54,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/a953f4951fb74edeb959c88ea2c28c26/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:54,695 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:55:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9771a4c7-5441-4111-8503-eb0d19451a8d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:55:54,696 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/a953f4951fb74edeb959c88ea2c28c26/roles/54475a0b5ce34095bb526868da234e2a used request id req-9771a4c7-5441-4111-8503-eb0d19451a8d 2018-10-22 14:55:54,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.147806882858s 2018-10-22 14:55:54,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 14:55:54,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:54,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be3f9cd5-894d-4049-87b2-6173ddca101e Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:55:54,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-be3f9cd5-894d-4049-87b2-6173ddca101e 2018-10-22 14:55:54,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0800240039825s 2018-10-22 14:55:54,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-22 14:55:54,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-22 14:55:54,921 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 14:55:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7060377c-f761-4e8d-bad0-6b42cb1532e4 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}} 2018-10-22 14:55:54,921 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-7060377c-f761-4e8d-bad0-6b42cb1532e4 2018-10-22 14:55:54,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.143965005875s 2018-10-22 14:55:54,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:54,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d72410ce-d91a-4cb8-bb7a-687c22517dc5 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "domain_id": null, "name": "heat_stack_owner", "id": "7981b9d31ad841338d5af28f3b8236a1"}} 2018-10-22 14:55:54,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1 used request id req-d72410ce-d91a-4cb8-bb7a-687c22517dc5 2018-10-22 14:55:54,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 14:55:54,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:55,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da87cffd-e6bb-4658-8390-19f750ed4f21 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:55:55,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-da87cffd-e6bb-4658-8390-19f750ed4f21 2018-10-22 14:55:55,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0858469009399s 2018-10-22 14:55:55,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 14:55:55,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:55,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe280d17-1013-432f-a1a8-998af22b7222 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 14:55:55,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-fe280d17-1013-432f-a1a8-998af22b7222 2018-10-22 14:55:55,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0852370262146s 2018-10-22 14:55:55,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 14:55:55,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:55,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da23e367-0b32-414a-8f5a-0c22994a1448 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "links": {"self": "http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26"}, "domain_id": "default", "enabled": true, "id": "a953f4951fb74edeb959c88ea2c28c26", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:55:55,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-da23e367-0b32-414a-8f5a-0c22994a1448 2018-10-22 14:55:55,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0921730995178s 2018-10-22 14:55:55,265 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-da23e367-0b32-414a-8f5a-0c22994a1448 2018-10-22 14:55:55,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 14:55:55,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:55,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5909c79-9278-4906-bdca-3703fadf1ec8 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}]} 2018-10-22 14:55:55,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-c5909c79-9278-4906-bdca-3703fadf1ec8 2018-10-22 14:55:55,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0792310237885s 2018-10-22 14:55:55,350 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-c5909c79-9278-4906-bdca-3703fadf1ec8 2018-10-22 14:55:55,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 14:55:55,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=a953f4951fb74edeb959c88ea2c28c26&scope.project.id=8e9a3444377442da8b38ad768127d234&role.id=7981b9d31ad841338d5af28f3b8236a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:55,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fd70c8f-2ea0-4b82-abb7-e17e35e76e00 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=a953f4951fb74edeb959c88ea2c28c26&scope.project.id=8e9a3444377442da8b38ad768127d234&role.id=7981b9d31ad841338d5af28f3b8236a1", "previous": null, "next": null}} 2018-10-22 14:55:55,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=a953f4951fb74edeb959c88ea2c28c26&scope.project.id=8e9a3444377442da8b38ad768127d234&role.id=7981b9d31ad841338d5af28f3b8236a1 used request id req-3fd70c8f-2ea0-4b82-abb7-e17e35e76e00 2018-10-22 14:55:55,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0827119350433s 2018-10-22 14:55:55,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 14:55:55,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/a953f4951fb74edeb959c88ea2c28c26/roles/7981b9d31ad841338d5af28f3b8236a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 14:55:55,542 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:55:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d785c22f-ac5b-4eb7-be77-506a71c47cc4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:55:55,542 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/a953f4951fb74edeb959c88ea2c28c26/roles/7981b9d31ad841338d5af28f3b8236a1 used request id req-d785c22f-ac5b-4eb7-be77-506a71c47cc4 2018-10-22 14:55:55,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.107354879379s 2018-10-22 14:55:55,543 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-22 14:55:55,543 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-22 14:55:55,544 - openstack_tests - INFO - OS Credentials = > 2018-10-22 14:55:55,544 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:55,545 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:55:55,999 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:55:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["XOni8U_3Sxyh4Vp_kHW_hA"], "issued_at": "2018-10-22T14:55:55.000000Z"}} 2018-10-22 14:55:56,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a434761c19f530e7c2e8f5432e7bd337420bafa5" 2018-10-22 14:55:57,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-99fbb471-ea4d-4d78-870c-30cf852215da Date: Mon, 22 Oct 2018 14:55:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 14:55:57,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True used request id req-99fbb471-ea4d-4d78-870c-30cf852215da 2018-10-22 14:55:57,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a434761c19f530e7c2e8f5432e7bd337420bafa5" 2018-10-22 14:55:57,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4fc8e08d-da3b-4b20-981e-b4ba4a6d8c9a Date: Mon, 22 Oct 2018 14:55:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-22 14:55:57,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f used request id req-4fc8e08d-da3b-4b20-981e-b4ba4a6d8c9a 2018-10-22 14:55:57,299 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-22 14:55:57,300 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-10-22 14:55:57,300 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,304 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,304 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,306 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,314 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,316 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,321 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,322 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,322 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,332 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,332 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,334 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,339 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,340 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,340 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,346 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,349 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,349 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,350 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,350 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,352 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,353 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,354 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,354 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,356 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,414 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,414 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,414 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:55:57,415 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:55:57,800 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:55:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["X-4wAVoFQ8CwtjzzeHrrPg"], "issued_at": "2018-10-22T14:55:57.000000Z"}} 2018-10-22 14:55:57,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}1b710c62d02b4143a7d44b98b20ee138e7a78643" 2018-10-22 14:55:57,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62e17b8d-8d64-4617-856c-18da42e69b9d 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:55:57,873 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-62e17b8d-8d64-4617-856c-18da42e69b9d 2018-10-22 14:55:57,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:55:57,883 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:55:57 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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:55:57,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b710c62d02b4143a7d44b98b20ee138e7a78643" 2018-10-22 14:55:58,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-882fc25b-ea0b-40fb-aa04-5bcc99561df7 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 14:55:58,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-882fc25b-ea0b-40fb-aa04-5bcc99561df7 2018-10-22 14:55:58,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b710c62d02b4143a7d44b98b20ee138e7a78643" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-2a7be800-7901-4b8d-b222-b1363b002cc3-projName"}}' 2018-10-22 14:55:58,178 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 14:55:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77ef2e44-4225-45df-9ae8-78a5e3731235 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/362c31c003824e2785655cdb1e279c56"}, "enabled": true, "id": "362c31c003824e2785655cdb1e279c56", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-2a7be800-7901-4b8d-b222-b1363b002cc3-projName"}} 2018-10-22 14:55:58,178 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-77ef2e44-4225-45df-9ae8-78a5e3731235 2018-10-22 14:55:58,178 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-2a7be800-7901-4b8d-b222-b1363b002cc3-projName 2018-10-22 14:55:58,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-2a7be800-7901-4b8d-b222-b1363b002cc3-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b710c62d02b4143a7d44b98b20ee138e7a78643" 2018-10-22 14:55:58,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb6133a2-9a2e-42cc-abe5-73bfc677c829 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-2a7be800-7901-4b8d-b222-b1363b002cc3-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/362c31c003824e2785655cdb1e279c56"}, "enabled": true, "id": "362c31c003824e2785655cdb1e279c56", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-2a7be800-7901-4b8d-b222-b1363b002cc3-projName"}]} 2018-10-22 14:55:58,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-2a7be800-7901-4b8d-b222-b1363b002cc3-projName used request id req-fb6133a2-9a2e-42cc-abe5-73bfc677c829 2018-10-22 14:55:58,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b710c62d02b4143a7d44b98b20ee138e7a78643" 2018-10-22 14:55:58,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd3ef2b1-e931-45bd-9dfa-039dc4f56ed2 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 14:55:58,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-cd3ef2b1-e931-45bd-9dfa-039dc4f56ed2 2018-10-22 14:55:58,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b710c62d02b4143a7d44b98b20ee138e7a78643" 2018-10-22 14:55:58,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-3cdbd278-99b9-4cf6-8d18-879e54478a78 Date: Mon, 22 Oct 2018 14:55:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:55:58Z", "updated_at": "2018-10-22T14:55:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:58Z", "revision_number": 0, "id": "017cbfac-ff4a-4801-a0f1-bc635bca6d12", "remote_group_id": "bf7ba57d-c03d-46b3-aaf6-19ea3a44d5f1", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:58Z", "security_group_id": "bf7ba57d-c03d-46b3-aaf6-19ea3a44d5f1", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:58Z", "revision_number": 0, "id": "5463eefb-c979-4e8b-9fed-687c108d73c7", "remote_group_id": "bf7ba57d-c03d-46b3-aaf6-19ea3a44d5f1", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:58Z", "security_group_id": "bf7ba57d-c03d-46b3-aaf6-19ea3a44d5f1", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:58Z", "revision_number": 0, "id": "730321f1-0adb-4fc4-bb27-18adeda8448b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:58Z", "security_group_id": "bf7ba57d-c03d-46b3-aaf6-19ea3a44d5f1", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:58Z", "revision_number": 0, "id": "e8a3ac83-2f20-4dca-8322-aae90467d29d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:58Z", "security_group_id": "bf7ba57d-c03d-46b3-aaf6-19ea3a44d5f1", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 4, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "bf7ba57d-c03d-46b3-aaf6-19ea3a44d5f1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}]} 2018-10-22 14:55:58,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-3cdbd278-99b9-4cf6-8d18-879e54478a78 2018-10-22 14:55:58,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b710c62d02b4143a7d44b98b20ee138e7a78643" 2018-10-22 14:55:58,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce92df5e-8458-4e39-9370-f2fb4b983891 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.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-22 14:55:58,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71 used request id req-ce92df5e-8458-4e39-9370-f2fb4b983891 2018-10-22 14:55:58,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b710c62d02b4143a7d44b98b20ee138e7a78643" 2018-10-22 14:55:58,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:55:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab0c8d18-1255-4f62-95ac-064f24461c78 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:55:58,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-ab0c8d18-1255-4f62-95ac-064f24461c78 2018-10-22 14:55:58,912 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf7ba57d-c03d-46b3-aaf6-19ea3a44d5f1 2018-10-22 14:55:58,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=bf7ba57d-c03d-46b3-aaf6-19ea3a44d5f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b710c62d02b4143a7d44b98b20ee138e7a78643" 2018-10-22 14:55:59,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b32db264-38fe-4345-b61d-bbd51729baa0 Date: Mon, 22 Oct 2018 14:55:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "bf7ba57d-c03d-46b3-aaf6-19ea3a44d5f1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:58Z", "security_group_id": "bf7ba57d-c03d-46b3-aaf6-19ea3a44d5f1", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:55:58Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "017cbfac-ff4a-4801-a0f1-bc635bca6d12"}, {"remote_group_id": "bf7ba57d-c03d-46b3-aaf6-19ea3a44d5f1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:58Z", "security_group_id": "bf7ba57d-c03d-46b3-aaf6-19ea3a44d5f1", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:55:58Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "5463eefb-c979-4e8b-9fed-687c108d73c7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:58Z", "security_group_id": "bf7ba57d-c03d-46b3-aaf6-19ea3a44d5f1", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:55:58Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "730321f1-0adb-4fc4-bb27-18adeda8448b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:58Z", "security_group_id": "bf7ba57d-c03d-46b3-aaf6-19ea3a44d5f1", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:55:58Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "e8a3ac83-2f20-4dca-8322-aae90467d29d"}]} 2018-10-22 14:55:59,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=bf7ba57d-c03d-46b3-aaf6-19ea3a44d5f1 used request id req-b32db264-38fe-4345-b61d-bbd51729baa0 2018-10-22 14:55:59,817 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 14:55:59,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/bf7ba57d-c03d-46b3-aaf6-19ea3a44d5f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b710c62d02b4143a7d44b98b20ee138e7a78643" 2018-10-22 14:56:00,998 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3ceb3781-eb4f-49bf-a677-54f9c58ba0c9 Content-Length: 0 Date: Mon, 22 Oct 2018 14:56:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:56:00,999 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/bf7ba57d-c03d-46b3-aaf6-19ea3a44d5f1 used request id req-3ceb3781-eb4f-49bf-a677-54f9c58ba0c9 2018-10-22 14:56:00,999 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-2a7be800-7901-4b8d-b222-b1363b002cc3-projName 2018-10-22 14:56:01,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/362c31c003824e2785655cdb1e279c56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b710c62d02b4143a7d44b98b20ee138e7a78643" 2018-10-22 14:56:01,231 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5755af0c-ff8f-40f0-99a6-16c2d8a2d248 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:01,231 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/362c31c003824e2785655cdb1e279c56 used request id req-5755af0c-ff8f-40f0-99a6-16c2d8a2d248 2018-10-22 14:56:01,232 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:01,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["Kr7HYMKOSbKOOeekZkR8sA"], "issued_at": "2018-10-22T14:56:01.000000Z"}} 2018-10-22 14:56:01,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}50183443d803211c4c887125bcc07148d285b1bc" 2018-10-22 14:56:01,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab57c195-1256-4faa-abc8-10f1bdc6e7f7 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:01,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ab57c195-1256-4faa-abc8-10f1bdc6e7f7 2018-10-22 14:56:01,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:01,694 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:01,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50183443d803211c4c887125bcc07148d285b1bc" 2018-10-22 14:56:01,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23a0c4be-32bd-435e-a1eb-54e31343fdc7 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 14:56:01,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-23a0c4be-32bd-435e-a1eb-54e31343fdc7 2018-10-22 14:56:02,160 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-16e28936-c264-4937-b0ba-93cdbc2a408e-username 2018-10-22 14:56:02,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50183443d803211c4c887125bcc07148d285b1bc" 2018-10-22 14:56:02,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7c32c4f-020c-44ca-be9b-e03f54e1d815 Content-Encoding: gzip Content-Length: 915 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "links": {"self": "http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26"}, "domain_id": "default", "enabled": true, "id": "a953f4951fb74edeb959c88ea2c28c26", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-16e28936-c264-4937-b0ba-93cdbc2a408e-username", "links": {"self": "http://172.30.9.22:5000/v3/users/c6d1426b5247451ca19685a5d145331f"}, "domain_id": "default", "enabled": true, "id": "c6d1426b5247451ca19685a5d145331f", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:56:02,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e7c32c4f-020c-44ca-be9b-e03f54e1d815 2018-10-22 14:56:02,299 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-16e28936-c264-4937-b0ba-93cdbc2a408e-username 2018-10-22 14:56:02,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/c6d1426b5247451ca19685a5d145331f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50183443d803211c4c887125bcc07148d285b1bc" 2018-10-22 14:56:02,480 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d2de36c-3cfa-4553-b61f-2e28e609656c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:02,480 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/c6d1426b5247451ca19685a5d145331f used request id req-7d2de36c-3cfa-4553-b61f-2e28e609656c 2018-10-22 14:56:02,481 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:02,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["CDfPSDJjRJ-w42lm2b77pw"], "issued_at": "2018-10-22T14:56:02.000000Z"}} 2018-10-22 14:56:02,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}f49136bcbd1f40c9d595d13134f80ccfa351bd0e" 2018-10-22 14:56:02,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16552c29-142a-4037-9487-e4ac44b6f0ed 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:02,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-16552c29-142a-4037-9487-e4ac44b6f0ed 2018-10-22 14:56:02,949 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:02,950 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-22 14:56:02,951 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:03,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["KMwtA-rvRnaHOqbMDkQZPg"], "issued_at": "2018-10-22T14:56:03.000000Z"}} 2018-10-22 14:56:03,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}9984c9ab8276c6c44b5efcfde785f93c050efb38" 2018-10-22 14:56:03,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d244308e-9e77-4a5e-bdf0-abcabe874f35 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:03,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d244308e-9e77-4a5e-bdf0-abcabe874f35 2018-10-22 14:56:03,420 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:03,421 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:03,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["0fUkMSs3QJyTGPx_OSkE7w"], "issued_at": "2018-10-22T14:56:03.000000Z"}} 2018-10-22 14:56:03,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:04,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["xSIygvfhROyLYlRYdr4SNg"], "issued_at": "2018-10-22T14:56:04.000000Z"}} 2018-10-22 14:56:04,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}2d403ae4be612d718b24ac9e40470f41bd4e0483" 2018-10-22 14:56:04,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1fa1f9d-eeea-4a46-aee7-7865ebc1ffd0 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:04,275 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c1fa1f9d-eeea-4a46-aee7-7865ebc1ffd0 2018-10-22 14:56:04,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:04,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:04,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["TLJE1f9jSE6CpXFGFD25QA"], "issued_at": "2018-10-22T14:56:04.000000Z"}} 2018-10-22 14:56:04,665 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:05,051 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["-LzwymV5TBqLw2yMxdOTEg"], "issued_at": "2018-10-22T14:56:05.000000Z"}} 2018-10-22 14:56:05,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}e5264020f6110296af9358e276599b7113d62ccc" 2018-10-22 14:56:05,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4db2c6d5-ac1d-49f7-8c72-a52041278c80 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:05,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4db2c6d5-ac1d-49f7-8c72-a52041278c80 2018-10-22 14:56:05,068 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:05,069 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:05,473 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["e8QYgLc1R2mLfLcN_SR69g"], "issued_at": "2018-10-22T14:56:05.000000Z"}} 2018-10-22 14:56:05,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:05,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:05,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["ENyLFuq6QjCh8TltyYoEIw"], "issued_at": "2018-10-22T14:56:05.000000Z"}} 2018-10-22 14:56:05,855 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:05,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:06,260 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["OK8smHjrQxaCaDnLpReCUQ"], "issued_at": "2018-10-22T14:56:06.000000Z"}} 2018-10-22 14:56:06,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:06,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["-ZjrIWQ_QqSxXYejo_Fqpg"], "issued_at": "2018-10-22T14:56:06.000000Z"}} 2018-10-22 14:56:06,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}44f946b662263c6ea31742b1c36b42ff8a981860" 2018-10-22 14:56:06,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5f97fcc-14dc-486a-a357-ff9221c78585 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:06,696 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c5f97fcc-14dc-486a-a357-ff9221c78585 2018-10-22 14:56:06,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:06,706 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:06,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44f946b662263c6ea31742b1c36b42ff8a981860" 2018-10-22 14:56:06,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87f7552f-6444-40ba-80ed-9734725ca4a1 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 14:56:06,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-87f7552f-6444-40ba-80ed-9734725ca4a1 2018-10-22 14:56:07,133 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-a47db809-0486-498d-b2e6-bdc8da731d16-username 2018-10-22 14:56:07,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44f946b662263c6ea31742b1c36b42ff8a981860" 2018-10-22 14:56:07,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f7784d1-86b7-4582-8e8e-1dacd4e50bd0 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 14:56:07,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-3f7784d1-86b7-4582-8e8e-1dacd4e50bd0 2018-10-22 14:56:07,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44f946b662263c6ea31742b1c36b42ff8a981860" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-a47db809-0486-498d-b2e6-bdc8da731d16-projName"}}' 2018-10-22 14:56:07,284 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 14:56:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76c66092-4a39-465c-baed-952a81358aa6 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/9e117a95f0e14131863d4ffc3a20ed8d"}, "enabled": true, "id": "9e117a95f0e14131863d4ffc3a20ed8d", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-a47db809-0486-498d-b2e6-bdc8da731d16-projName"}} 2018-10-22 14:56:07,284 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-76c66092-4a39-465c-baed-952a81358aa6 2018-10-22 14:56:07,285 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-a47db809-0486-498d-b2e6-bdc8da731d16-projName 2018-10-22 14:56:07,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44f946b662263c6ea31742b1c36b42ff8a981860" -d '{"role": {"name": "KeystoneUtilsTests-a47db809-0486-498d-b2e6-bdc8da731d16-role"}}' 2018-10-22 14:56:07,385 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 14:56:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b11f495-1a59-451a-8a7e-c93827472b7b Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5a9bffae76074cf484915a9517b17043", "links": {"self": "http://172.30.9.22:5000/v3/roles/5a9bffae76074cf484915a9517b17043"}, "name": "KeystoneUtilsTests-a47db809-0486-498d-b2e6-bdc8da731d16-role"}} 2018-10-22 14:56:07,386 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-8b11f495-1a59-451a-8a7e-c93827472b7b 2018-10-22 14:56:07,386 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-a47db809-0486-498d-b2e6-bdc8da731d16-role 2018-10-22 14:56:07,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/5a9bffae76074cf484915a9517b17043 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44f946b662263c6ea31742b1c36b42ff8a981860" 2018-10-22 14:56:07,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2df8b0d2-c978-475f-9aff-cf5dc0bc4b1a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/5a9bffae76074cf484915a9517b17043"}, "domain_id": null, "name": "KeystoneUtilsTests-a47db809-0486-498d-b2e6-bdc8da731d16-role", "id": "5a9bffae76074cf484915a9517b17043"}} 2018-10-22 14:56:07,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/5a9bffae76074cf484915a9517b17043 used request id req-2df8b0d2-c978-475f-9aff-cf5dc0bc4b1a 2018-10-22 14:56:07,481 - keystone_utils - INFO - Granting role KeystoneUtilsTests-a47db809-0486-498d-b2e6-bdc8da731d16-role to project KeystoneUtilsTests-a47db809-0486-498d-b2e6-bdc8da731d16-projName 2018-10-22 14:56:07,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/9e117a95f0e14131863d4ffc3a20ed8d/users/d0222c9bc8fc482ab00709d65813aa3c/roles/5a9bffae76074cf484915a9517b17043 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44f946b662263c6ea31742b1c36b42ff8a981860" 2018-10-22 14:56:07,667 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-312a3c7a-8bf0-49b5-a0ca-18b62843b18c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:07,667 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/9e117a95f0e14131863d4ffc3a20ed8d/users/d0222c9bc8fc482ab00709d65813aa3c/roles/5a9bffae76074cf484915a9517b17043 used request id req-312a3c7a-8bf0-49b5-a0ca-18b62843b18c 2018-10-22 14:56:07,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/9e117a95f0e14131863d4ffc3a20ed8d/users/d0222c9bc8fc482ab00709d65813aa3c/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44f946b662263c6ea31742b1c36b42ff8a981860" 2018-10-22 14:56:07,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e70c67f-ff8f-43bb-84b6-bdfe1e43c764 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/9e117a95f0e14131863d4ffc3a20ed8d/users/d0222c9bc8fc482ab00709d65813aa3c/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5a9bffae76074cf484915a9517b17043", "links": {"self": "http://172.30.9.22:5000/v3/roles/5a9bffae76074cf484915a9517b17043"}, "name": "KeystoneUtilsTests-a47db809-0486-498d-b2e6-bdc8da731d16-role"}]} 2018-10-22 14:56:07,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/9e117a95f0e14131863d4ffc3a20ed8d/users/d0222c9bc8fc482ab00709d65813aa3c/roles used request id req-2e70c67f-ff8f-43bb-84b6-bdfe1e43c764 2018-10-22 14:56:07,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44f946b662263c6ea31742b1c36b42ff8a981860" 2018-10-22 14:56:08,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-9ef1afb8-09ec-436b-8148-585b55b00c44 Date: Mon, 22 Oct 2018 14:56:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:56:08Z", "updated_at": "2018-10-22T14:56:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:08Z", "revision_number": 0, "id": "188efce6-9085-4f13-99a5-3de18e7a7064", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:08Z", "security_group_id": "c4a5e92b-3038-47c7-b1e7-a846c8454309", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:08Z", "revision_number": 0, "id": "28f393ba-9cde-4d09-8dde-aaeda936c872", "remote_group_id": "c4a5e92b-3038-47c7-b1e7-a846c8454309", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:08Z", "security_group_id": "c4a5e92b-3038-47c7-b1e7-a846c8454309", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:08Z", "revision_number": 0, "id": "34be76de-27d3-466e-b5cb-a47b957b6df9", "remote_group_id": "c4a5e92b-3038-47c7-b1e7-a846c8454309", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:08Z", "security_group_id": "c4a5e92b-3038-47c7-b1e7-a846c8454309", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:08Z", "revision_number": 0, "id": "bbe1b3bc-5540-4ed7-b1fa-9851b4ddd828", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:08Z", "security_group_id": "c4a5e92b-3038-47c7-b1e7-a846c8454309", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 4, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "c4a5e92b-3038-47c7-b1e7-a846c8454309", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}]} 2018-10-22 14:56:08,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-9ef1afb8-09ec-436b-8148-585b55b00c44 2018-10-22 14:56:08,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44f946b662263c6ea31742b1c36b42ff8a981860" 2018-10-22 14:56:08,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94c98f6f-fe5a-4b1d-ad50-16b8b69c6bc6 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.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-22 14:56:08,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71 used request id req-94c98f6f-fe5a-4b1d-ad50-16b8b69c6bc6 2018-10-22 14:56:08,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44f946b662263c6ea31742b1c36b42ff8a981860" 2018-10-22 14:56:09,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00e637fc-1f43-4c09-b9a6-f60b475bcf24 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:56:09,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-00e637fc-1f43-4c09-b9a6-f60b475bcf24 2018-10-22 14:56:09,009 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c4a5e92b-3038-47c7-b1e7-a846c8454309 2018-10-22 14:56:09,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=c4a5e92b-3038-47c7-b1e7-a846c8454309 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44f946b662263c6ea31742b1c36b42ff8a981860" 2018-10-22 14:56:09,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-15c8914b-7ed1-434c-8a15-d8e53fd1e066 Date: Mon, 22 Oct 2018 14:56: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-10-22T14:56:08Z", "security_group_id": "c4a5e92b-3038-47c7-b1e7-a846c8454309", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:56:08Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "188efce6-9085-4f13-99a5-3de18e7a7064"}, {"remote_group_id": "c4a5e92b-3038-47c7-b1e7-a846c8454309", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:56:08Z", "security_group_id": "c4a5e92b-3038-47c7-b1e7-a846c8454309", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:56:08Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "28f393ba-9cde-4d09-8dde-aaeda936c872"}, {"remote_group_id": "c4a5e92b-3038-47c7-b1e7-a846c8454309", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:56:08Z", "security_group_id": "c4a5e92b-3038-47c7-b1e7-a846c8454309", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:56:08Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "34be76de-27d3-466e-b5cb-a47b957b6df9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:56:08Z", "security_group_id": "c4a5e92b-3038-47c7-b1e7-a846c8454309", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:56:08Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "bbe1b3bc-5540-4ed7-b1fa-9851b4ddd828"}]} 2018-10-22 14:56:09,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=c4a5e92b-3038-47c7-b1e7-a846c8454309 used request id req-15c8914b-7ed1-434c-8a15-d8e53fd1e066 2018-10-22 14:56:09,790 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 14:56:09,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/c4a5e92b-3038-47c7-b1e7-a846c8454309 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44f946b662263c6ea31742b1c36b42ff8a981860" 2018-10-22 14:56:10,813 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ff196484-ae55-4a63-b006-dc71afa6e3dc Content-Length: 0 Date: Mon, 22 Oct 2018 14:56:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:56:10,813 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/c4a5e92b-3038-47c7-b1e7-a846c8454309 used request id req-ff196484-ae55-4a63-b006-dc71afa6e3dc 2018-10-22 14:56:10,813 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-a47db809-0486-498d-b2e6-bdc8da731d16-projName 2018-10-22 14:56:10,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/9e117a95f0e14131863d4ffc3a20ed8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44f946b662263c6ea31742b1c36b42ff8a981860" 2018-10-22 14:56:11,047 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19675e7e-75d4-43a2-86dc-36a195a85acf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:11,047 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/9e117a95f0e14131863d4ffc3a20ed8d used request id req-19675e7e-75d4-43a2-86dc-36a195a85acf 2018-10-22 14:56:11,047 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-a47db809-0486-498d-b2e6-bdc8da731d16-username 2018-10-22 14:56:11,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/d0222c9bc8fc482ab00709d65813aa3c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44f946b662263c6ea31742b1c36b42ff8a981860" 2018-10-22 14:56:11,359 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85bb10f1-d0da-4fcd-9bc8-2d7e58b01b48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:11,359 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/d0222c9bc8fc482ab00709d65813aa3c used request id req-85bb10f1-d0da-4fcd-9bc8-2d7e58b01b48 2018-10-22 14:56:11,359 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-a47db809-0486-498d-b2e6-bdc8da731d16-role 2018-10-22 14:56:11,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/5a9bffae76074cf484915a9517b17043 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44f946b662263c6ea31742b1c36b42ff8a981860" 2018-10-22 14:56:11,475 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c27991a0-19f7-4c89-a58a-33d979c9c1d5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:11,475 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/5a9bffae76074cf484915a9517b17043 used request id req-c27991a0-19f7-4c89-a58a-33d979c9c1d5 2018-10-22 14:56:11,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:11,935 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["M7U2_tL5TZCNDNW2LRcZnA"], "issued_at": "2018-10-22T14:56:11.000000Z"}} 2018-10-22 14:56:11,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}be043adac67f51766e90c9e5364a7a9b0f13f8d0" 2018-10-22 14:56:12,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-302897c4-e224-42a8-be1c-28d458261181 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:12,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-302897c4-e224-42a8-be1c-28d458261181 2018-10-22 14:56:12,012 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:12,013 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:12,403 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["3zoduyFNRxSh6GEnXRp9Hg"], "issued_at": "2018-10-22T14:56:12.000000Z"}} 2018-10-22 14:56:12,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}5c47a3d01fe8563a0f43884e601560d115f90bc3" 2018-10-22 14:56:12,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eca007e5-db13-407f-a3e2-68c44b24141c 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:12,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-eca007e5-db13-407f-a3e2-68c44b24141c 2018-10-22 14:56:12,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:12,492 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:12,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c47a3d01fe8563a0f43884e601560d115f90bc3" 2018-10-22 14:56:12,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dabbdae8-0dfc-48d0-9303-b906862dfe8e Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "links": {"self": "http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26"}, "domain_id": "default", "enabled": true, "id": "a953f4951fb74edeb959c88ea2c28c26", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:56:12,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-dabbdae8-0dfc-48d0-9303-b906862dfe8e 2018-10-22 14:56:12,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c47a3d01fe8563a0f43884e601560d115f90bc3" 2018-10-22 14:56:12,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8adfb2ae-33a1-4aaa-81b3-7458ce3fcc84 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 14:56:12,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-8adfb2ae-33a1-4aaa-81b3-7458ce3fcc84 2018-10-22 14:56:13,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c47a3d01fe8563a0f43884e601560d115f90bc3" 2018-10-22 14:56:13,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77fff700-c380-40d7-aca8-be24b296d190 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:13,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-77fff700-c380-40d7-aca8-be24b296d190 2018-10-22 14:56:13,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c47a3d01fe8563a0f43884e601560d115f90bc3" 2018-10-22 14:56:13,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a24642f9-4899-40a1-81ba-54b3d99e3139 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}]} 2018-10-22 14:56:13,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 used request id req-a24642f9-4899-40a1-81ba-54b3d99e3139 2018-10-22 14:56:13,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/874bdae2e3ae41ee9f3d62dc0ae2d15a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c47a3d01fe8563a0f43884e601560d115f90bc3" 2018-10-22 14:56:13,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee92a60a-c5b5-4a51-879f-8f7981d928e8 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/874bdae2e3ae41ee9f3d62dc0ae2d15a"}, "enabled": true, "id": "874bdae2e3ae41ee9f3d62dc0ae2d15a", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-722fdb88-aa5d-472-name"}} 2018-10-22 14:56:13,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/874bdae2e3ae41ee9f3d62dc0ae2d15a used request id req-ee92a60a-c5b5-4a51-879f-8f7981d928e8 2018-10-22 14:56:13,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/874bdae2e3ae41ee9f3d62dc0ae2d15a/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c47a3d01fe8563a0f43884e601560d115f90bc3" 2018-10-22 14:56:13,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0ca3ef4-def8-4b2e-8625-64c6660e9b00 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/874bdae2e3ae41ee9f3d62dc0ae2d15a/roles", "previous": null, "next": null}, "roles": []} 2018-10-22 14:56:13,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/874bdae2e3ae41ee9f3d62dc0ae2d15a/roles used request id req-c0ca3ef4-def8-4b2e-8625-64c6660e9b00 2018-10-22 14:56:13,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c47a3d01fe8563a0f43884e601560d115f90bc3" 2018-10-22 14:56:13,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9e5f0c2-74b5-41a7-8ea6-a2ba5fdcc37f Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "domain_id": null, "name": "admin", "id": "54475a0b5ce34095bb526868da234e2a"}} 2018-10-22 14:56:13,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a used request id req-f9e5f0c2-74b5-41a7-8ea6-a2ba5fdcc37f 2018-10-22 14:56:13,570 - keystone_utils - INFO - Granting role admin to project api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 2018-10-22 14:56:13,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/874bdae2e3ae41ee9f3d62dc0ae2d15a/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c47a3d01fe8563a0f43884e601560d115f90bc3" 2018-10-22 14:56:13,745 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddc3b5f5-6d3e-4e2e-b94e-f10214f90224 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:13,745 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/874bdae2e3ae41ee9f3d62dc0ae2d15a/roles/54475a0b5ce34095bb526868da234e2a used request id req-ddc3b5f5-6d3e-4e2e-b94e-f10214f90224 2018-10-22 14:56:13,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c47a3d01fe8563a0f43884e601560d115f90bc3" 2018-10-22 14:56:13,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31da8e14-be09-416b-a81a-6f30f4013e0d Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:13,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-31da8e14-be09-416b-a81a-6f30f4013e0d 2018-10-22 14:56:13,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c47a3d01fe8563a0f43884e601560d115f90bc3" 2018-10-22 14:56:13,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5af29e0-2268-40c2-81ae-2a3767f16125 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}]} 2018-10-22 14:56:13,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 used request id req-b5af29e0-2268-40c2-81ae-2a3767f16125 2018-10-22 14:56:13,914 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-722fdb88-aa5d-472-name 2018-10-22 14:56:13,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:13,922 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:13,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be043adac67f51766e90c9e5364a7a9b0f13f8d0" 2018-10-22 14:56:14,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1aec550-5cf0-4c69-a68e-f2288a279168 Content-Encoding: gzip Content-Length: 900 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-722fdb88-aa5d-472-name", "links": {"self": "http://172.30.9.22:5000/v3/users/874bdae2e3ae41ee9f3d62dc0ae2d15a"}, "domain_id": "default", "enabled": true, "id": "874bdae2e3ae41ee9f3d62dc0ae2d15a", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "links": {"self": "http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26"}, "domain_id": "default", "enabled": true, "id": "a953f4951fb74edeb959c88ea2c28c26", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:56:14,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-f1aec550-5cf0-4c69-a68e-f2288a279168 2018-10-22 14:56:14,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be043adac67f51766e90c9e5364a7a9b0f13f8d0" 2018-10-22 14:56:14,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9358dfd-7bdd-4f42-9c9d-b61097b00834 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:14,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e9358dfd-7bdd-4f42-9c9d-b61097b00834 2018-10-22 14:56:14,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be043adac67f51766e90c9e5364a7a9b0f13f8d0" 2018-10-22 14:56:14,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1041cb16-c0b9-4bee-994f-ffa157095bf2 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}]} 2018-10-22 14:56:14,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 used request id req-1041cb16-c0b9-4bee-994f-ffa157095bf2 2018-10-22 14:56:14,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/874bdae2e3ae41ee9f3d62dc0ae2d15a/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be043adac67f51766e90c9e5364a7a9b0f13f8d0" 2018-10-22 14:56:14,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db3ae8c6-b856-4d8b-a7f3-f80cd29e0a21 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/874bdae2e3ae41ee9f3d62dc0ae2d15a/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}]} 2018-10-22 14:56:14,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/874bdae2e3ae41ee9f3d62dc0ae2d15a/roles used request id req-db3ae8c6-b856-4d8b-a7f3-f80cd29e0a21 2018-10-22 14:56:14,320 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-722fdb88-aa5d-472-name 2018-10-22 14:56:14,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/874bdae2e3ae41ee9f3d62dc0ae2d15a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c47a3d01fe8563a0f43884e601560d115f90bc3" 2018-10-22 14:56:14,523 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddc645d1-42a4-4b4e-b50e-4858b609221f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:14,523 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/874bdae2e3ae41ee9f3d62dc0ae2d15a used request id req-ddc645d1-42a4-4b4e-b50e-4858b609221f 2018-10-22 14:56:14,524 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:14,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["aWi8ouHAR5SzbvEqTVRAFA"], "issued_at": "2018-10-22T14:56:14.000000Z"}} 2018-10-22 14:56:14,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}fa1948740b242258efbb7e4d44abadbfe1afbf28" 2018-10-22 14:56:14,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70cedb03-8e87-4f2a-92b6-c0a6b506247e 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:14,999 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-70cedb03-8e87-4f2a-92b6-c0a6b506247e 2018-10-22 14:56:15,000 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:15,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:15,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["l3iXRNQCSYGR8hgy1Hpv8g"], "issued_at": "2018-10-22T14:56:15.000000Z"}} 2018-10-22 14:56:15,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}aaca87c3661d1e00e2216e34a96c6955c0b5a3c5" 2018-10-22 14:56:15,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6559f08-f7c1-440b-8d98-c8b79344faec 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:15,544 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b6559f08-f7c1-440b-8d98-c8b79344faec 2018-10-22 14:56:15,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:15,553 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:15,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaca87c3661d1e00e2216e34a96c6955c0b5a3c5" 2018-10-22 14:56:15,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0d2a4c6-ffb1-4412-b43c-3bce24dac6a5 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "links": {"self": "http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26"}, "domain_id": "default", "enabled": true, "id": "a953f4951fb74edeb959c88ea2c28c26", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:56:15,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-f0d2a4c6-ffb1-4412-b43c-3bce24dac6a5 2018-10-22 14:56:15,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaca87c3661d1e00e2216e34a96c6955c0b5a3c5" 2018-10-22 14:56:15,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da2504db-061a-4c1f-9870-826b0ded1b34 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 14:56:15,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-da2504db-061a-4c1f-9870-826b0ded1b34 2018-10-22 14:56:16,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaca87c3661d1e00e2216e34a96c6955c0b5a3c5" 2018-10-22 14:56:16,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63db3bad-57db-46a3-8628-2b322ff2bc84 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:16,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-63db3bad-57db-46a3-8628-2b322ff2bc84 2018-10-22 14:56:16,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaca87c3661d1e00e2216e34a96c6955c0b5a3c5" 2018-10-22 14:56:16,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cfe780e-1af9-460d-866d-ea40f5e4bc0f Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}]} 2018-10-22 14:56:16,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 used request id req-1cfe780e-1af9-460d-866d-ea40f5e4bc0f 2018-10-22 14:56:16,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/3c87f7be6cf24110b17610db5bb7bc88 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaca87c3661d1e00e2216e34a96c6955c0b5a3c5" 2018-10-22 14:56:16,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5293bd04-200e-451d-a73d-cbcba8bd9af9 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/3c87f7be6cf24110b17610db5bb7bc88"}, "enabled": true, "id": "3c87f7be6cf24110b17610db5bb7bc88", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-98250c9e-b650-4a5-name"}} 2018-10-22 14:56:16,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/3c87f7be6cf24110b17610db5bb7bc88 used request id req-5293bd04-200e-451d-a73d-cbcba8bd9af9 2018-10-22 14:56:16,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/3c87f7be6cf24110b17610db5bb7bc88/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaca87c3661d1e00e2216e34a96c6955c0b5a3c5" 2018-10-22 14:56:16,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84d828c0-abe0-4c55-bd2d-a6e86808b948 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/3c87f7be6cf24110b17610db5bb7bc88/roles", "previous": null, "next": null}, "roles": []} 2018-10-22 14:56:16,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/3c87f7be6cf24110b17610db5bb7bc88/roles used request id req-84d828c0-abe0-4c55-bd2d-a6e86808b948 2018-10-22 14:56:16,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaca87c3661d1e00e2216e34a96c6955c0b5a3c5" 2018-10-22 14:56:16,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf27be04-5923-49a3-ba53-aa0c78e311cc Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "domain_id": null, "name": "admin", "id": "54475a0b5ce34095bb526868da234e2a"}} 2018-10-22 14:56:16,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a used request id req-cf27be04-5923-49a3-ba53-aa0c78e311cc 2018-10-22 14:56:16,657 - keystone_utils - INFO - Granting role admin to project api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 2018-10-22 14:56:16,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/3c87f7be6cf24110b17610db5bb7bc88/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaca87c3661d1e00e2216e34a96c6955c0b5a3c5" 2018-10-22 14:56:16,783 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34c475ed-e18e-4c37-b191-e7ef79c0893c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:16,783 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/3c87f7be6cf24110b17610db5bb7bc88/roles/54475a0b5ce34095bb526868da234e2a used request id req-34c475ed-e18e-4c37-b191-e7ef79c0893c 2018-10-22 14:56:16,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaca87c3661d1e00e2216e34a96c6955c0b5a3c5" 2018-10-22 14:56:16,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb76275e-77c6-47b6-8cb2-dba4aa857f90 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:16,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-cb76275e-77c6-47b6-8cb2-dba4aa857f90 2018-10-22 14:56:16,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaca87c3661d1e00e2216e34a96c6955c0b5a3c5" 2018-10-22 14:56:16,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ecc9c99-2cf8-4625-98f8-de5500bd457a Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}]} 2018-10-22 14:56:16,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 used request id req-9ecc9c99-2cf8-4625-98f8-de5500bd457a 2018-10-22 14:56:16,885 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-98250c9e-b650-4a5-name 2018-10-22 14:56:16,885 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-98250c9e-b650-4a5-name 2018-10-22 14:56:16,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:16,893 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:16,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/3c87f7be6cf24110b17610db5bb7bc88 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1948740b242258efbb7e4d44abadbfe1afbf28" 2018-10-22 14:56:17,067 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d4a4b7a-29fd-4f5c-ade5-31c1b94ba407 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:17,067 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/3c87f7be6cf24110b17610db5bb7bc88 used request id req-8d4a4b7a-29fd-4f5c-ade5-31c1b94ba407 2018-10-22 14:56:17,067 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-98250c9e-b650-4a5-name 2018-10-22 14:56:17,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/3c87f7be6cf24110b17610db5bb7bc88 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaca87c3661d1e00e2216e34a96c6955c0b5a3c5" 2018-10-22 14:56:17,157 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 14:56:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad58929d-05ca-450b-b79f-b161daa79630 Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 3c87f7be6cf24110b17610db5bb7bc88.", "code": 404, "title": "Not Found"}} 2018-10-22 14:56:17,157 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/3c87f7be6cf24110b17610db5bb7bc88 used request id req-ad58929d-05ca-450b-b79f-b161daa79630 2018-10-22 14:56:17,157 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-10-22 14:56:17,159 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:17,558 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["ibj_2O6nT7Cig1lm7oHceQ"], "issued_at": "2018-10-22T14:56:17.000000Z"}} 2018-10-22 14:56:17,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}5ec8596d02e978781274e7d60dc53b4314a8bf1d" 2018-10-22 14:56:17,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e68e3c01-5415-4bbc-8f0c-efd2251a5aab 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:17,638 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e68e3c01-5415-4bbc-8f0c-efd2251a5aab 2018-10-22 14:56:17,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:17,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:18,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["4JzrzLJhTYGdFkc8lymjXg"], "issued_at": "2018-10-22T14:56:18.000000Z"}} 2018-10-22 14:56:18,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}39690837784941234924ad969f1461b586bb3bfa" 2018-10-22 14:56:18,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0110dbcd-5650-470b-96a9-2dbbd56a1b90 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:18,144 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0110dbcd-5650-470b-96a9-2dbbd56a1b90 2018-10-22 14:56:18,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:18,153 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:18,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39690837784941234924ad969f1461b586bb3bfa" 2018-10-22 14:56:18,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-382326d0-ad81-46cc-994b-c7752f448bf7 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "links": {"self": "http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26"}, "domain_id": "default", "enabled": true, "id": "a953f4951fb74edeb959c88ea2c28c26", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:56:18,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-382326d0-ad81-46cc-994b-c7752f448bf7 2018-10-22 14:56:18,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39690837784941234924ad969f1461b586bb3bfa" 2018-10-22 14:56:18,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad68c1b2-c614-49ed-af34-58ba3726127d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 14:56:18,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-ad68c1b2-c614-49ed-af34-58ba3726127d 2018-10-22 14:56:18,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39690837784941234924ad969f1461b586bb3bfa" 2018-10-22 14:56:18,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-120dd8c2-fb64-41b3-8204-7e8db7fbbdb9 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:18,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-120dd8c2-fb64-41b3-8204-7e8db7fbbdb9 2018-10-22 14:56:18,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39690837784941234924ad969f1461b586bb3bfa" 2018-10-22 14:56:18,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c322d408-166e-47f4-99b9-9ddb7b63ff41 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}]} 2018-10-22 14:56:18,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 used request id req-c322d408-166e-47f4-99b9-9ddb7b63ff41 2018-10-22 14:56:18,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/ad16a3f5549341d5b0cd478d6f3ee3ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39690837784941234924ad969f1461b586bb3bfa" 2018-10-22 14:56:18,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edbf0b6f-b4a3-4997-a767-38ef8f0c8f60 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/ad16a3f5549341d5b0cd478d6f3ee3ee"}, "enabled": true, "id": "ad16a3f5549341d5b0cd478d6f3ee3ee", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-888b317c-95b2-494-name"}} 2018-10-22 14:56:18,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/ad16a3f5549341d5b0cd478d6f3ee3ee used request id req-edbf0b6f-b4a3-4997-a767-38ef8f0c8f60 2018-10-22 14:56:18,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/ad16a3f5549341d5b0cd478d6f3ee3ee/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39690837784941234924ad969f1461b586bb3bfa" 2018-10-22 14:56:19,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-892f0f4e-e4d5-4d16-8d40-c4f334ae3b57 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/ad16a3f5549341d5b0cd478d6f3ee3ee/roles", "previous": null, "next": null}, "roles": []} 2018-10-22 14:56:19,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/ad16a3f5549341d5b0cd478d6f3ee3ee/roles used request id req-892f0f4e-e4d5-4d16-8d40-c4f334ae3b57 2018-10-22 14:56:19,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39690837784941234924ad969f1461b586bb3bfa" 2018-10-22 14:56:19,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc098b5d-9b2b-4752-bced-3f1fe94fbd76 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "domain_id": null, "name": "admin", "id": "54475a0b5ce34095bb526868da234e2a"}} 2018-10-22 14:56:19,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a used request id req-dc098b5d-9b2b-4752-bced-3f1fe94fbd76 2018-10-22 14:56:19,210 - keystone_utils - INFO - Granting role admin to project api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 2018-10-22 14:56:19,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/ad16a3f5549341d5b0cd478d6f3ee3ee/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39690837784941234924ad969f1461b586bb3bfa" 2018-10-22 14:56:19,334 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d26d77fd-fe3c-4772-9609-3a742639e199 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:19,334 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/ad16a3f5549341d5b0cd478d6f3ee3ee/roles/54475a0b5ce34095bb526868da234e2a used request id req-d26d77fd-fe3c-4772-9609-3a742639e199 2018-10-22 14:56:19,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39690837784941234924ad969f1461b586bb3bfa" 2018-10-22 14:56:19,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cab7c0f-088b-4d03-87fb-d7c3b09fa905 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:19,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0cab7c0f-088b-4d03-87fb-d7c3b09fa905 2018-10-22 14:56:19,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39690837784941234924ad969f1461b586bb3bfa" 2018-10-22 14:56:19,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43627a6b-52df-4a1e-8003-e9f6256bbce5 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}]} 2018-10-22 14:56:19,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 used request id req-43627a6b-52df-4a1e-8003-e9f6256bbce5 2018-10-22 14:56:19,519 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-888b317c-95b2-494-name 2018-10-22 14:56:19,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:19,527 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:19,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec8596d02e978781274e7d60dc53b4314a8bf1d" 2018-10-22 14:56:19,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d63d0eaa-77e5-4907-84ee-42879e4c2212 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "links": {"self": "http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26"}, "domain_id": "default", "enabled": true, "id": "a953f4951fb74edeb959c88ea2c28c26", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-888b317c-95b2-494-name", "links": {"self": "http://172.30.9.22:5000/v3/users/ad16a3f5549341d5b0cd478d6f3ee3ee"}, "domain_id": "default", "enabled": true, "id": "ad16a3f5549341d5b0cd478d6f3ee3ee", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:56:19,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d63d0eaa-77e5-4907-84ee-42879e4c2212 2018-10-22 14:56:19,634 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-888b317c-95b2-494-name 2018-10-22 14:56:19,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/ad16a3f5549341d5b0cd478d6f3ee3ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39690837784941234924ad969f1461b586bb3bfa" 2018-10-22 14:56:19,845 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7bdd0d7-e3fb-49f5-9769-464d32e8e5c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:19,845 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/ad16a3f5549341d5b0cd478d6f3ee3ee used request id req-f7bdd0d7-e3fb-49f5-9769-464d32e8e5c3 2018-10-22 14:56:19,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:20,219 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["GG3ZAV8RSt67OPUGsAH4vw"], "issued_at": "2018-10-22T14:56:20.000000Z"}} 2018-10-22 14:56:20,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}b2082fa56b9b9f1e9929c299a834db9714caea66" 2018-10-22 14:56:20,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaa5ed7c-7bb3-4713-ad19-9a748fd596e5 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:20,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-aaa5ed7c-7bb3-4713-ad19-9a748fd596e5 2018-10-22 14:56:20,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:20,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:20,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["1PKxodMoTBeaVj2jp9K6SA"], "issued_at": "2018-10-22T14:56:20.000000Z"}} 2018-10-22 14:56:20,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}254c114f385e3681b341f799d073f5042ba64bf8" 2018-10-22 14:56:20,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2320e1a8-2ceb-4211-9110-b8ce5a6ab3f9 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:20,847 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2320e1a8-2ceb-4211-9110-b8ce5a6ab3f9 2018-10-22 14:56:20,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:20,856 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:20,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254c114f385e3681b341f799d073f5042ba64bf8" 2018-10-22 14:56:20,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f7e948f-4afe-4f97-a084-a70983ca5bc4 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "links": {"self": "http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26"}, "domain_id": "default", "enabled": true, "id": "a953f4951fb74edeb959c88ea2c28c26", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:56:20,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3f7e948f-4afe-4f97-a084-a70983ca5bc4 2018-10-22 14:56:20,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254c114f385e3681b341f799d073f5042ba64bf8" 2018-10-22 14:56:21,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f71c90a5-fd6b-4daf-9709-1c801b49d7d5 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 14:56:21,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-f71c90a5-fd6b-4daf-9709-1c801b49d7d5 2018-10-22 14:56:21,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254c114f385e3681b341f799d073f5042ba64bf8" 2018-10-22 14:56:21,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-776ced17-ac9b-43d9-a88f-d6a805ed644d Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:21,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-776ced17-ac9b-43d9-a88f-d6a805ed644d 2018-10-22 14:56:21,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254c114f385e3681b341f799d073f5042ba64bf8" 2018-10-22 14:56:21,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae27bc0a-ab60-4672-9f23-b3b695d9d2c3 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}]} 2018-10-22 14:56:21,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 used request id req-ae27bc0a-ab60-4672-9f23-b3b695d9d2c3 2018-10-22 14:56:21,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/3c38e2deff494de99147b0a4ce610efd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254c114f385e3681b341f799d073f5042ba64bf8" 2018-10-22 14:56:21,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9d54b59-c248-4543-b55c-cdce8ab1833e Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/3c38e2deff494de99147b0a4ce610efd"}, "enabled": true, "id": "3c38e2deff494de99147b0a4ce610efd", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-e6ad75e4-834d-4ae-name"}} 2018-10-22 14:56:21,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/3c38e2deff494de99147b0a4ce610efd used request id req-d9d54b59-c248-4543-b55c-cdce8ab1833e 2018-10-22 14:56:21,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/3c38e2deff494de99147b0a4ce610efd/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254c114f385e3681b341f799d073f5042ba64bf8" 2018-10-22 14:56:21,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e075df76-d05d-4233-a60f-ce3784f661a2 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/3c38e2deff494de99147b0a4ce610efd/roles", "previous": null, "next": null}, "roles": []} 2018-10-22 14:56:21,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/3c38e2deff494de99147b0a4ce610efd/roles used request id req-e075df76-d05d-4233-a60f-ce3784f661a2 2018-10-22 14:56:21,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254c114f385e3681b341f799d073f5042ba64bf8" 2018-10-22 14:56:21,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-151fe55c-fa1f-4828-97e1-7623f81ced3c Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "domain_id": null, "name": "admin", "id": "54475a0b5ce34095bb526868da234e2a"}} 2018-10-22 14:56:21,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a used request id req-151fe55c-fa1f-4828-97e1-7623f81ced3c 2018-10-22 14:56:21,829 - keystone_utils - INFO - Granting role admin to project api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 2018-10-22 14:56:21,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/3c38e2deff494de99147b0a4ce610efd/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254c114f385e3681b341f799d073f5042ba64bf8" 2018-10-22 14:56:21,963 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-253ae09d-b52f-48ba-bfec-94ff0ae21238 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:21,964 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234/users/3c38e2deff494de99147b0a4ce610efd/roles/54475a0b5ce34095bb526868da234e2a used request id req-253ae09d-b52f-48ba-bfec-94ff0ae21238 2018-10-22 14:56:21,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254c114f385e3681b341f799d073f5042ba64bf8" 2018-10-22 14:56:22,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1831d8c-b5d6-462d-b541-0a1dac675fc9 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:22,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a1831d8c-b5d6-462d-b541-0a1dac675fc9 2018-10-22 14:56:22,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254c114f385e3681b341f799d073f5042ba64bf8" 2018-10-22 14:56:22,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-808e192f-548f-45ca-b09a-f85ee15fbffa Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}]} 2018-10-22 14:56:22,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942 used request id req-808e192f-548f-45ca-b09a-f85ee15fbffa 2018-10-22 14:56:22,138 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-e6ad75e4-834d-4ae-name 2018-10-22 14:56:22,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:22,147 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:22,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2082fa56b9b9f1e9929c299a834db9714caea66" 2018-10-22 14:56:22,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48ec5ca6-b9e1-4703-b41e-1074906e4987 Content-Encoding: gzip Content-Length: 907 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-e6ad75e4-834d-4ae-name", "links": {"self": "http://172.30.9.22:5000/v3/users/3c38e2deff494de99147b0a4ce610efd"}, "domain_id": "default", "enabled": true, "id": "3c38e2deff494de99147b0a4ce610efd", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "links": {"self": "http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26"}, "domain_id": "default", "enabled": true, "id": "a953f4951fb74edeb959c88ea2c28c26", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:56:22,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-48ec5ca6-b9e1-4703-b41e-1074906e4987 2018-10-22 14:56:22,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:22,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:22,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["1N4YJ_PORLWXCYRBiKJuuQ"], "issued_at": "2018-10-22T14:56:22.000000Z"}} 2018-10-22 14:56:22,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}1f199baff0fe772a7566a68c08264dd387827d74" 2018-10-22 14:56:22,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-285e360d-7fd8-4671-b9d6-fa7ea5119e5b 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:22,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-285e360d-7fd8-4671-b9d6-fa7ea5119e5b 2018-10-22 14:56:22,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:22,741 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:22,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f199baff0fe772a7566a68c08264dd387827d74" 2018-10-22 14:56:22,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18434d89-cf41-46b2-b7ba-cc05fdf19819 Content-Encoding: gzip Content-Length: 907 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-e6ad75e4-834d-4ae-name", "links": {"self": "http://172.30.9.22:5000/v3/users/3c38e2deff494de99147b0a4ce610efd"}, "domain_id": "default", "enabled": true, "id": "3c38e2deff494de99147b0a4ce610efd", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "links": {"self": "http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26"}, "domain_id": "default", "enabled": true, "id": "a953f4951fb74edeb959c88ea2c28c26", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:56:22,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-18434d89-cf41-46b2-b7ba-cc05fdf19819 2018-10-22 14:56:22,839 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-e6ad75e4-834d-4ae-name 2018-10-22 14:56:22,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/3c38e2deff494de99147b0a4ce610efd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254c114f385e3681b341f799d073f5042ba64bf8" 2018-10-22 14:56:23,151 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59cdf814-f6b1-4dae-9749-28fd7a970565 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:23,151 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/3c38e2deff494de99147b0a4ce610efd used request id req-59cdf814-f6b1-4dae-9749-28fd7a970565 2018-10-22 14:56:23,153 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:23,559 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["o28_dx5LSOaJP7tmcxr3BQ"], "issued_at": "2018-10-22T14:56:23.000000Z"}} 2018-10-22 14:56:23,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}bf9d3de6b3a63ab75694ead994ccc1fbfe454f64" 2018-10-22 14:56:23,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37fb9e75-ecc9-4596-b526-d60b5dab4c9a 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:23,637 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-37fb9e75-ecc9-4596-b526-d60b5dab4c9a 2018-10-22 14:56:23,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:23,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:24,027 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["Jx1k9hJ_Qt26HVXzgArASg"], "issued_at": "2018-10-22T14:56:24.000000Z"}} 2018-10-22 14:56:24,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}57762e3a727856da6761ce135d335f0189b5f7ed" 2018-10-22 14:56:24,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dbbb3a9-d72c-4815-a1f8-91da2a2bc977 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:24,118 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0dbbb3a9-d72c-4815-a1f8-91da2a2bc977 2018-10-22 14:56:24,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:24,128 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56:24 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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:24,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-7e9741d3-c929-482-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57762e3a727856da6761ce135d335f0189b5f7ed" 2018-10-22 14:56:24,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-115c2ccf-a65d-4e28-a324-e4bc31ecf990 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-7e9741d3-c929-482-name", "previous": null, "next": null}, "projects": []} 2018-10-22 14:56:24,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-7e9741d3-c929-482-name used request id req-115c2ccf-a65d-4e28-a324-e4bc31ecf990 2018-10-22 14:56:24,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57762e3a727856da6761ce135d335f0189b5f7ed" 2018-10-22 14:56:24,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae44a45a-ebe5-47b1-97ea-ee6ef6c73815 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 14:56:24,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-ae44a45a-ebe5-47b1-97ea-ee6ef6c73815 2018-10-22 14:56:24,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57762e3a727856da6761ce135d335f0189b5f7ed" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-7e9741d3-c929-482-name"}}' 2018-10-22 14:56:24,439 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 14:56:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b49f8dcd-3e01-403f-b219-948136d0718c Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/c382d6b7f05848f28ade5db382800eab"}, "enabled": true, "id": "c382d6b7f05848f28ade5db382800eab", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-7e9741d3-c929-482-name"}} 2018-10-22 14:56:24,439 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-b49f8dcd-3e01-403f-b219-948136d0718c 2018-10-22 14:56:24,440 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-7e9741d3-c929-482-name 2018-10-22 14:56:24,440 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-7e9741d3-c929-482-name 2018-10-22 14:56:24,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:24,448 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56:24 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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:24,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/c382d6b7f05848f28ade5db382800eab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9d3de6b3a63ab75694ead994ccc1fbfe454f64" 2018-10-22 14:56:24,616 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fb6ff52-01e6-4e2a-bd42-4d51277faa3b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:24,616 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/c382d6b7f05848f28ade5db382800eab used request id req-4fb6ff52-01e6-4e2a-bd42-4d51277faa3b 2018-10-22 14:56:24,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57762e3a727856da6761ce135d335f0189b5f7ed" 2018-10-22 14:56:25,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-d02e2b67-fbd0-4491-bb55-6035ef26faa2 Date: Mon, 22 Oct 2018 14:56:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:56:25Z", "updated_at": "2018-10-22T14:56:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "067cf009-4b88-429d-8eb6-e0714d8b6b2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "5444c119-ec36-4418-aba0-f1d27820abb4", "remote_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "b6d9d9f9-7ec5-4d5a-93ed-08317b0b78ed", "remote_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "f46db475-71ce-4ad4-805b-168823a1f1fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 4, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}]} 2018-10-22 14:56:25,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-d02e2b67-fbd0-4491-bb55-6035ef26faa2 2018-10-22 14:56:25,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57762e3a727856da6761ce135d335f0189b5f7ed" 2018-10-22 14:56:25,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60205ce8-b2cc-4df9-bad0-1aa180fcd815 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.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-22 14:56:25,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71 used request id req-60205ce8-b2cc-4df9-bad0-1aa180fcd815 2018-10-22 14:56:25,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57762e3a727856da6761ce135d335f0189b5f7ed" 2018-10-22 14:56:25,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2aad33c8-fbdd-47ef-82de-14d4a74717ab 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:56:25,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-2aad33c8-fbdd-47ef-82de-14d4a74717ab 2018-10-22 14:56:25,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57762e3a727856da6761ce135d335f0189b5f7ed" 2018-10-22 14:56:25,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-386dcd4a-c1e2-4bd2-8a7f-a673d592a890 Content-Encoding: gzip Content-Length: 190 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-22 14:56:25,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6 used request id req-386dcd4a-c1e2-4bd2-8a7f-a673d592a890 2018-10-22 14:56:25,959 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-7e9741d3-c929-482-name 2018-10-22 14:56:25,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/c382d6b7f05848f28ade5db382800eab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57762e3a727856da6761ce135d335f0189b5f7ed" 2018-10-22 14:56:26,042 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 14:56:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52b5d4fb-9df3-4bda-90a0-26ef5fa523b2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c382d6b7f05848f28ade5db382800eab.", "code": 404, "title": "Not Found"}} 2018-10-22 14:56:26,043 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/c382d6b7f05848f28ade5db382800eab used request id req-52b5d4fb-9df3-4bda-90a0-26ef5fa523b2 2018-10-22 14:56:26,043 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-10-22 14:56:26,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57762e3a727856da6761ce135d335f0189b5f7ed" 2018-10-22 14:56:26,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b7c63f9-f9b7-4e55-8512-7a2971a41bb6 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:26,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6b7c63f9-f9b7-4e55-8512-7a2971a41bb6 2018-10-22 14:56:26,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9d3de6b3a63ab75694ead994ccc1fbfe454f64" 2018-10-22 14:56:26,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45ab0e9e-2801-4cab-972d-2f3ca5dd9bc6 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 14:56:26,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-45ab0e9e-2801-4cab-972d-2f3ca5dd9bc6 2018-10-22 14:56:26,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57762e3a727856da6761ce135d335f0189b5f7ed" 2018-10-22 14:56:26,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62a22811-06fc-4c5d-9ad8-2b340b1240e6 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:26,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-62a22811-06fc-4c5d-9ad8-2b340b1240e6 2018-10-22 14:56:26,315 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:26,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["zBCcK0AZRuWJEMXPw_3moA"], "issued_at": "2018-10-22T14:56:26.000000Z"}} 2018-10-22 14:56:26,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}cebb05433c94d9a62708cd908203bd74d69526b2" 2018-10-22 14:56:26,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b7dcfe2-639c-4bcb-a92a-78e13c1deb32 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:26,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6b7dcfe2-639c-4bcb-a92a-78e13c1deb32 2018-10-22 14:56:26,781 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:26,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:27,154 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["1JDxlQ74RU6-n4zEWR81BQ"], "issued_at": "2018-10-22T14:56:27.000000Z"}} 2018-10-22 14:56:27,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}71c5e1fdf2a6489c9b76945457389ea9227d9382" 2018-10-22 14:56:27,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31306ab5-44ea-40de-8787-1b8516722215 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:27,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-31306ab5-44ea-40de-8787-1b8516722215 2018-10-22 14:56:27,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:27,176 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:27,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-61797851-f8f7-45a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71c5e1fdf2a6489c9b76945457389ea9227d9382" 2018-10-22 14:56:27,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6d8b759-b996-4830-807a-c0a49059e5a9 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-61797851-f8f7-45a-name", "previous": null, "next": null}, "projects": []} 2018-10-22 14:56:27,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-61797851-f8f7-45a-name used request id req-e6d8b759-b996-4830-807a-c0a49059e5a9 2018-10-22 14:56:27,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71c5e1fdf2a6489c9b76945457389ea9227d9382" 2018-10-22 14:56:27,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dad54d26-3e4d-471a-b384-2d3a92861bca Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 14:56:27,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-dad54d26-3e4d-471a-b384-2d3a92861bca 2018-10-22 14:56:27,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71c5e1fdf2a6489c9b76945457389ea9227d9382" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-61797851-f8f7-45a-name"}}' 2018-10-22 14:56:27,469 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 14:56:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0894c2b5-a353-47a2-b5a3-493bdc9b143d Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/aa3de085078942ab8797cc853febf63f"}, "enabled": true, "id": "aa3de085078942ab8797cc853febf63f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-61797851-f8f7-45a-name"}} 2018-10-22 14:56:27,470 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-0894c2b5-a353-47a2-b5a3-493bdc9b143d 2018-10-22 14:56:27,470 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-61797851-f8f7-45a-name 2018-10-22 14:56:27,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:27,478 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:27,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-61797851-f8f7-45a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cebb05433c94d9a62708cd908203bd74d69526b2" 2018-10-22 14:56:27,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec512057-599f-4521-8f67-d8363f96c0fd Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-61797851-f8f7-45a-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/aa3de085078942ab8797cc853febf63f"}, "enabled": true, "id": "aa3de085078942ab8797cc853febf63f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-61797851-f8f7-45a-name"}]} 2018-10-22 14:56:27,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-61797851-f8f7-45a-name used request id req-ec512057-599f-4521-8f67-d8363f96c0fd 2018-10-22 14:56:27,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cebb05433c94d9a62708cd908203bd74d69526b2" 2018-10-22 14:56:27,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b61310e-8ba5-4d8f-a9fb-5620f0474f1a 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 14:56:27,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-4b61310e-8ba5-4d8f-a9fb-5620f0474f1a 2018-10-22 14:56:27,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71c5e1fdf2a6489c9b76945457389ea9227d9382" 2018-10-22 14:56:27,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-ee53a4d1-0c3f-4159-a403-fe0b1d6bceda Date: Mon, 22 Oct 2018 14:56:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:56:25Z", "updated_at": "2018-10-22T14:56:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "067cf009-4b88-429d-8eb6-e0714d8b6b2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "5444c119-ec36-4418-aba0-f1d27820abb4", "remote_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "b6d9d9f9-7ec5-4d5a-93ed-08317b0b78ed", "remote_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "f46db475-71ce-4ad4-805b-168823a1f1fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 4, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}]} 2018-10-22 14:56:27,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-ee53a4d1-0c3f-4159-a403-fe0b1d6bceda 2018-10-22 14:56:27,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71c5e1fdf2a6489c9b76945457389ea9227d9382" 2018-10-22 14:56:28,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6458c2b2-4d88-44a5-8731-8de5ab73d84b 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.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-22 14:56:28,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71 used request id req-6458c2b2-4d88-44a5-8731-8de5ab73d84b 2018-10-22 14:56:28,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71c5e1fdf2a6489c9b76945457389ea9227d9382" 2018-10-22 14:56:28,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc3478ad-c209-4dc8-bc5e-d98f88a44720 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:56:28,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-cc3478ad-c209-4dc8-bc5e-d98f88a44720 2018-10-22 14:56:28,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71c5e1fdf2a6489c9b76945457389ea9227d9382" 2018-10-22 14:56:28,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccca76d2-62da-4523-8a03-0878aabc6476 Content-Encoding: gzip Content-Length: 190 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-22 14:56:28,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6 used request id req-ccca76d2-62da-4523-8a03-0878aabc6476 2018-10-22 14:56:28,112 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-61797851-f8f7-45a-name 2018-10-22 14:56:28,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/aa3de085078942ab8797cc853febf63f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71c5e1fdf2a6489c9b76945457389ea9227d9382" 2018-10-22 14:56:28,312 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6570e15e-cf02-46f9-b3bb-3d5e7c3cfd61 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:28,312 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/aa3de085078942ab8797cc853febf63f used request id req-6570e15e-cf02-46f9-b3bb-3d5e7c3cfd61 2018-10-22 14:56:28,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71c5e1fdf2a6489c9b76945457389ea9227d9382" 2018-10-22 14:56:28,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a0993da-62e4-4c42-9376-947c919cfafe Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:28,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1a0993da-62e4-4c42-9376-947c919cfafe 2018-10-22 14:56:28,407 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:28,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["MuBURezVTH2HoMiPbPDXfQ"], "issued_at": "2018-10-22T14:56:28.000000Z"}} 2018-10-22 14:56:28,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}2f19f530ea13f456cc998dd7e23d2a29e94d2967" 2018-10-22 14:56:28,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daf5809f-0904-487c-8ee4-9a6bd938d61a 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:28,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-daf5809f-0904-487c-8ee4-9a6bd938d61a 2018-10-22 14:56:28,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:28,962 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:29,342 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["XnaJ2BxoRaudG60EHAUO-g"], "issued_at": "2018-10-22T14:56:29.000000Z"}} 2018-10-22 14:56:29,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}1835a2c45ec5d4c700a25c295c7fb89229adbcd9" 2018-10-22 14:56:29,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10321ecf-e158-4175-a4c8-d77f545ea4b1 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:29,429 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-10321ecf-e158-4175-a4c8-d77f545ea4b1 2018-10-22 14:56:29,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:29,439 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:29,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b83987ab-f895-409-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1835a2c45ec5d4c700a25c295c7fb89229adbcd9" 2018-10-22 14:56:29,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b118130-edbb-4f38-adf6-4e6b9239afeb Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b83987ab-f895-409-name", "previous": null, "next": null}, "projects": []} 2018-10-22 14:56:29,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b83987ab-f895-409-name used request id req-7b118130-edbb-4f38-adf6-4e6b9239afeb 2018-10-22 14:56:29,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1835a2c45ec5d4c700a25c295c7fb89229adbcd9" 2018-10-22 14:56:29,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7673627b-6612-4d01-b897-d1a02b9e5e2b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 14:56:29,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-7673627b-6612-4d01-b897-d1a02b9e5e2b 2018-10-22 14:56:29,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1835a2c45ec5d4c700a25c295c7fb89229adbcd9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-b83987ab-f895-409-name"}}' 2018-10-22 14:56:29,727 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 14:56:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa489bc4-1690-416a-b96c-b4766aa3b469 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7c0339a601f04299ac578d9fd5f03e20"}, "enabled": true, "id": "7c0339a601f04299ac578d9fd5f03e20", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-b83987ab-f895-409-name"}} 2018-10-22 14:56:29,727 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-fa489bc4-1690-416a-b96c-b4766aa3b469 2018-10-22 14:56:29,727 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-b83987ab-f895-409-name 2018-10-22 14:56:29,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:29,736 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:29,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b83987ab-f895-409-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f19f530ea13f456cc998dd7e23d2a29e94d2967" 2018-10-22 14:56:29,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcafebd3-9080-490e-b3a9-03e1461065cf Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b83987ab-f895-409-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7c0339a601f04299ac578d9fd5f03e20"}, "enabled": true, "id": "7c0339a601f04299ac578d9fd5f03e20", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-b83987ab-f895-409-name"}]} 2018-10-22 14:56:29,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b83987ab-f895-409-name used request id req-fcafebd3-9080-490e-b3a9-03e1461065cf 2018-10-22 14:56:29,827 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:29,828 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:30,199 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["1COlKzN_Sw2Tn8EUxpf3qQ"], "issued_at": "2018-10-22T14:56:30.000000Z"}} 2018-10-22 14:56:30,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}d85d7a5731f884985445844f3af4446cfb873e31" 2018-10-22 14:56:30,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53a55973-d331-4e62-9dc6-775cec71c491 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:30,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-53a55973-d331-4e62-9dc6-775cec71c491 2018-10-22 14:56:30,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:30,295 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:30,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b83987ab-f895-409-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d85d7a5731f884985445844f3af4446cfb873e31" 2018-10-22 14:56:30,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd1db4d5-a450-419f-a579-b2dc9874fa58 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b83987ab-f895-409-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7c0339a601f04299ac578d9fd5f03e20"}, "enabled": true, "id": "7c0339a601f04299ac578d9fd5f03e20", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-b83987ab-f895-409-name"}]} 2018-10-22 14:56:30,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b83987ab-f895-409-name used request id req-cd1db4d5-a450-419f-a579-b2dc9874fa58 2018-10-22 14:56:30,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f19f530ea13f456cc998dd7e23d2a29e94d2967" 2018-10-22 14:56:30,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bf00a9a-106c-4ca8-907c-647691fbf745 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 14:56:30,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-7bf00a9a-106c-4ca8-907c-647691fbf745 2018-10-22 14:56:30,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1835a2c45ec5d4c700a25c295c7fb89229adbcd9" 2018-10-22 14:56:31,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-1297b1e4-2f6c-4aee-a32e-db5b53b4f276 Date: Mon, 22 Oct 2018 14:56:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:56:25Z", "updated_at": "2018-10-22T14:56:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "067cf009-4b88-429d-8eb6-e0714d8b6b2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "5444c119-ec36-4418-aba0-f1d27820abb4", "remote_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "b6d9d9f9-7ec5-4d5a-93ed-08317b0b78ed", "remote_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "f46db475-71ce-4ad4-805b-168823a1f1fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 4, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}]} 2018-10-22 14:56:31,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-1297b1e4-2f6c-4aee-a32e-db5b53b4f276 2018-10-22 14:56:31,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1835a2c45ec5d4c700a25c295c7fb89229adbcd9" 2018-10-22 14:56:31,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38040c40-a3fb-4b0c-bfc1-329d513fc58a 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.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-22 14:56:31,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71 used request id req-38040c40-a3fb-4b0c-bfc1-329d513fc58a 2018-10-22 14:56:31,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1835a2c45ec5d4c700a25c295c7fb89229adbcd9" 2018-10-22 14:56:31,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58f800a4-1737-4cc9-ac79-3657236242ec 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:56:31,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-58f800a4-1737-4cc9-ac79-3657236242ec 2018-10-22 14:56:31,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1835a2c45ec5d4c700a25c295c7fb89229adbcd9" 2018-10-22 14:56:31,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3292bf4f-48d9-4fb0-8e26-0ca019972c03 Content-Encoding: gzip Content-Length: 190 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-22 14:56:31,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6 used request id req-3292bf4f-48d9-4fb0-8e26-0ca019972c03 2018-10-22 14:56:31,622 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-b83987ab-f895-409-name 2018-10-22 14:56:31,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/7c0339a601f04299ac578d9fd5f03e20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1835a2c45ec5d4c700a25c295c7fb89229adbcd9" 2018-10-22 14:56:31,777 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb1a14fa-1335-4d21-b17f-2a7ee05a7b17 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:31,777 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/7c0339a601f04299ac578d9fd5f03e20 used request id req-bb1a14fa-1335-4d21-b17f-2a7ee05a7b17 2018-10-22 14:56:31,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1835a2c45ec5d4c700a25c295c7fb89229adbcd9" 2018-10-22 14:56:31,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1789f3ef-2e14-47f5-acde-d08dd65e955a Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:31,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1789f3ef-2e14-47f5-acde-d08dd65e955a 2018-10-22 14:56:31,863 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:32,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["R3VzG0DDSjetJeYPVJ6t8Q"], "issued_at": "2018-10-22T14:56:32.000000Z"}} 2018-10-22 14:56:32,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}bbd76e02341db9101ab734b79616afa9407637b9" 2018-10-22 14:56:32,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2307580-8dda-4cd0-b45e-f23b0dd9daf4 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:32,337 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d2307580-8dda-4cd0-b45e-f23b0dd9daf4 2018-10-22 14:56:32,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:32,339 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:32,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["NrwOLBgGR9C-2GTZbew20g"], "issued_at": "2018-10-22T14:56:32.000000Z"}} 2018-10-22 14:56:32,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}c90d7b0e1c26b8f6a5525f1b972384f1e62c05ad" 2018-10-22 14:56:32,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4271d43-5895-478d-8f8c-cc392c4779c7 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:32,809 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e4271d43-5895-478d-8f8c-cc392c4779c7 2018-10-22 14:56:32,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:32,819 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:32,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-11700756-14d4-411-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90d7b0e1c26b8f6a5525f1b972384f1e62c05ad" 2018-10-22 14:56:32,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91bc8461-766d-4154-aeb7-c6c41a172f89 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-11700756-14d4-411-name", "previous": null, "next": null}, "projects": []} 2018-10-22 14:56:32,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-11700756-14d4-411-name used request id req-91bc8461-766d-4154-aeb7-c6c41a172f89 2018-10-22 14:56:32,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90d7b0e1c26b8f6a5525f1b972384f1e62c05ad" 2018-10-22 14:56:33,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85c978a2-6ed9-4cfd-88ec-d357fe38f090 Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-10-22 14:56:33,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=foo used request id req-85c978a2-6ed9-4cfd-88ec-d357fe38f090 2018-10-22 14:56:33,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90d7b0e1c26b8f6a5525f1b972384f1e62c05ad" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-11700756-14d4-411-name"}}' 2018-10-22 14:56:33,166 - keystoneauth.session - DEBUG - RESP: [400] Date: Mon, 22 Oct 2018 14:56:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e3f29df-429c-4da1-9689-f52c4e28e848 Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-10-22 14:56:33,166 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-6e3f29df-429c-4da1-9689-f52c4e28e848 2018-10-22 14:56:33,167 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-10-22 14:56:33,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90d7b0e1c26b8f6a5525f1b972384f1e62c05ad" 2018-10-22 14:56:33,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45a7765b-9d5b-4da0-b6b9-6dc8c8c20885 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:33,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-45a7765b-9d5b-4da0-b6b9-6dc8c8c20885 2018-10-22 14:56:33,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:33,655 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["z3apTSsXTIq2dLffZzrlWg"], "issued_at": "2018-10-22T14:56:33.000000Z"}} 2018-10-22 14:56:33,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}e2bfef6ca206e050a742f8c8bc3cfc007db38e81" 2018-10-22 14:56:33,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41dabd35-a7d8-4a8f-9ced-b04abab17091 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:33,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-41dabd35-a7d8-4a8f-9ced-b04abab17091 2018-10-22 14:56:33,750 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:33,752 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:34,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["X3Js_a0aRniCsZWmWQhtrQ"], "issued_at": "2018-10-22T14:56:34.000000Z"}} 2018-10-22 14:56:34,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}ab2fe9424cbbc6f78d1f47b3768e5fa61eedca73" 2018-10-22 14:56:34,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ff31d4b-d3d6-4912-8b15-5f86d4f5eb5f 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:34,208 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8ff31d4b-d3d6-4912-8b15-5f86d4f5eb5f 2018-10-22 14:56:34,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:34,218 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56:34 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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:34,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1bd5d3d5-808f-4d4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2fe9424cbbc6f78d1f47b3768e5fa61eedca73" 2018-10-22 14:56:34,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89626e14-4db4-4a56-ba97-241ed09c227a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1bd5d3d5-808f-4d4-name", "previous": null, "next": null}, "projects": []} 2018-10-22 14:56:34,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1bd5d3d5-808f-4d4-name used request id req-89626e14-4db4-4a56-ba97-241ed09c227a 2018-10-22 14:56:34,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2fe9424cbbc6f78d1f47b3768e5fa61eedca73" 2018-10-22 14:56:34,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ddeea64-57cc-45be-b6f8-c9b54b7ec23a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 14:56:34,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-3ddeea64-57cc-45be-b6f8-c9b54b7ec23a 2018-10-22 14:56:34,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2fe9424cbbc6f78d1f47b3768e5fa61eedca73" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-1bd5d3d5-808f-4d4-name"}}' 2018-10-22 14:56:34,535 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 14:56:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e36034da-7240-4df7-a04b-9bd6952f6946 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/05bffd1fce204c1ab02194938b0ee6eb"}, "enabled": true, "id": "05bffd1fce204c1ab02194938b0ee6eb", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-1bd5d3d5-808f-4d4-name"}} 2018-10-22 14:56:34,535 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-e36034da-7240-4df7-a04b-9bd6952f6946 2018-10-22 14:56:34,535 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-1bd5d3d5-808f-4d4-name 2018-10-22 14:56:34,536 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 14:56:34,540 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-quota-sets/05bffd1fce204c1ab02194938b0ee6eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2fe9424cbbc6f78d1f47b3768e5fa61eedca73" 2018-10-22 14:56:35,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbd5ac9a-70cc-487a-bc7d-aed37bf12b0d x-compute-request-id: req-dbd5ac9a-70cc-487a-bc7d-aed37bf12b0d Content-Encoding: gzip Content-Length: 221 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": "05bffd1fce204c1ab02194938b0ee6eb", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-22 14:56:35,381 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-quota-sets/05bffd1fce204c1ab02194938b0ee6eb used request id req-dbd5ac9a-70cc-487a-bc7d-aed37bf12b0d 2018-10-22 14:56:35,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:8774/v2.1/os-quota-sets/05bffd1fce204c1ab02194938b0ee6eb -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2fe9424cbbc6f78d1f47b3768e5fa61eedca73" -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-10-22 14:56:35,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56: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-fef7188e-61cd-4e19-b9ce-5c0e3867fd14 x-compute-request-id: req-fef7188e-61cd-4e19-b9ce-5c0e3867fd14 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-10-22 14:56:35,743 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.22:8774/v2.1/os-quota-sets/05bffd1fce204c1ab02194938b0ee6eb used request id req-fef7188e-61cd-4e19-b9ce-5c0e3867fd14 2018-10-22 14:56:35,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:35,752 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:35,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1bd5d3d5-808f-4d4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2bfef6ca206e050a742f8c8bc3cfc007db38e81" 2018-10-22 14:56:35,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecb93e8a-96ca-412e-980b-2ffa0ce11e95 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1bd5d3d5-808f-4d4-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/05bffd1fce204c1ab02194938b0ee6eb"}, "enabled": true, "id": "05bffd1fce204c1ab02194938b0ee6eb", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-1bd5d3d5-808f-4d4-name"}]} 2018-10-22 14:56:35,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1bd5d3d5-808f-4d4-name used request id req-ecb93e8a-96ca-412e-980b-2ffa0ce11e95 2018-10-22 14:56:35,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2bfef6ca206e050a742f8c8bc3cfc007db38e81" 2018-10-22 14:56:35,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b6713ea-2dd3-4714-8b61-7f485acefbbb 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 14:56:35,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-0b6713ea-2dd3-4714-8b61-7f485acefbbb 2018-10-22 14:56:35,932 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 14:56:35,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-quota-sets/05bffd1fce204c1ab02194938b0ee6eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2bfef6ca206e050a742f8c8bc3cfc007db38e81" 2018-10-22 14:56:36,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56: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-c37983b9-39fc-4bf0-b0d3-382dd9c5a904 x-compute-request-id: req-c37983b9-39fc-4bf0-b0d3-382dd9c5a904 Content-Encoding: gzip Content-Length: 221 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": "05bffd1fce204c1ab02194938b0ee6eb", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-22 14:56:36,795 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-quota-sets/05bffd1fce204c1ab02194938b0ee6eb used request id req-c37983b9-39fc-4bf0-b0d3-382dd9c5a904 2018-10-22 14:56:36,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2fe9424cbbc6f78d1f47b3768e5fa61eedca73" 2018-10-22 14:56:37,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-2390e04a-b192-478b-9907-63d37284fc93 Date: Mon, 22 Oct 2018 14:56:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:56:25Z", "updated_at": "2018-10-22T14:56:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "067cf009-4b88-429d-8eb6-e0714d8b6b2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "5444c119-ec36-4418-aba0-f1d27820abb4", "remote_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "b6d9d9f9-7ec5-4d5a-93ed-08317b0b78ed", "remote_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "f46db475-71ce-4ad4-805b-168823a1f1fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 4, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}]} 2018-10-22 14:56:37,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-2390e04a-b192-478b-9907-63d37284fc93 2018-10-22 14:56:37,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2fe9424cbbc6f78d1f47b3768e5fa61eedca73" 2018-10-22 14:56:37,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ee4a512-35d9-4cff-ba38-8fda96e87b3d 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.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-22 14:56:37,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71 used request id req-9ee4a512-35d9-4cff-ba38-8fda96e87b3d 2018-10-22 14:56:37,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2fe9424cbbc6f78d1f47b3768e5fa61eedca73" 2018-10-22 14:56:37,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaec196e-94b5-4a32-942e-897eb37111dc 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:56:37,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-eaec196e-94b5-4a32-942e-897eb37111dc 2018-10-22 14:56:37,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2fe9424cbbc6f78d1f47b3768e5fa61eedca73" 2018-10-22 14:56:37,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d668a58-ca01-43ee-9b79-5a189f3de6d2 Content-Encoding: gzip Content-Length: 190 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-22 14:56:37,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6 used request id req-3d668a58-ca01-43ee-9b79-5a189f3de6d2 2018-10-22 14:56:37,951 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-1bd5d3d5-808f-4d4-name 2018-10-22 14:56:37,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/05bffd1fce204c1ab02194938b0ee6eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2fe9424cbbc6f78d1f47b3768e5fa61eedca73" 2018-10-22 14:56:38,112 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-628f155e-a3f1-4227-a015-c4027f4c83e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:38,112 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/05bffd1fce204c1ab02194938b0ee6eb used request id req-628f155e-a3f1-4227-a015-c4027f4c83e5 2018-10-22 14:56:38,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2fe9424cbbc6f78d1f47b3768e5fa61eedca73" 2018-10-22 14:56:38,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a441391-2f30-4415-9d3e-17018fff2ffd Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:38,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5a441391-2f30-4415-9d3e-17018fff2ffd 2018-10-22 14:56:38,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:38,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["_zRagP6rQLana1fd6Et42Q"], "issued_at": "2018-10-22T14:56:38.000000Z"}} 2018-10-22 14:56:38,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}8a88dd942ef36001a2ceed796e7c06b67e496345" 2018-10-22 14:56:38,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01a46d9b-6b95-434c-88d8-a41b1667061d 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:38,595 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-01a46d9b-6b95-434c-88d8-a41b1667061d 2018-10-22 14:56:38,596 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:38,597 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:39,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["WUD7cgTOR6K_EMUL6ciRpQ"], "issued_at": "2018-10-22T14:56:38.000000Z"}} 2018-10-22 14:56:39,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}1f058dd9bcbac9138e4016a70176881016d406d8" 2018-10-22 14:56:39,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a77f059f-54b9-4a4d-acfa-a18f7e639aed 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:39,090 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a77f059f-54b9-4a4d-acfa-a18f7e639aed 2018-10-22 14:56:39,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:39,100 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:39,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4dadc60a-370f-448-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f058dd9bcbac9138e4016a70176881016d406d8" 2018-10-22 14:56:39,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1f7cc49-ff7d-4b3b-9bb0-6bbbf60dc8f0 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4dadc60a-370f-448-name", "previous": null, "next": null}, "projects": []} 2018-10-22 14:56:39,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4dadc60a-370f-448-name used request id req-d1f7cc49-ff7d-4b3b-9bb0-6bbbf60dc8f0 2018-10-22 14:56:39,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f058dd9bcbac9138e4016a70176881016d406d8" 2018-10-22 14:56:39,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eb6660a-8fa5-4962-9379-279939e8c293 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 14:56:39,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-7eb6660a-8fa5-4962-9379-279939e8c293 2018-10-22 14:56:39,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f058dd9bcbac9138e4016a70176881016d406d8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-4dadc60a-370f-448-name"}}' 2018-10-22 14:56:39,443 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 14:56:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-396b5fdb-a6f7-4a1e-8ee4-e00e30d01fa8 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/9317da6dba6e41f591d30ea9325be3a1"}, "enabled": true, "id": "9317da6dba6e41f591d30ea9325be3a1", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-4dadc60a-370f-448-name"}} 2018-10-22 14:56:39,444 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-396b5fdb-a6f7-4a1e-8ee4-e00e30d01fa8 2018-10-22 14:56:39,444 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-4dadc60a-370f-448-name 2018-10-22 14:56:39,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:39,452 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:39,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4dadc60a-370f-448-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a88dd942ef36001a2ceed796e7c06b67e496345" 2018-10-22 14:56:39,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20897f09-0095-45b9-ab79-b039bc3f3a94 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4dadc60a-370f-448-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/9317da6dba6e41f591d30ea9325be3a1"}, "enabled": true, "id": "9317da6dba6e41f591d30ea9325be3a1", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-4dadc60a-370f-448-name"}]} 2018-10-22 14:56:39,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4dadc60a-370f-448-name used request id req-20897f09-0095-45b9-ab79-b039bc3f3a94 2018-10-22 14:56:39,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a88dd942ef36001a2ceed796e7c06b67e496345" 2018-10-22 14:56:39,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f288ccc-6662-4a64-a33a-b2e3d9b38c39 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 14:56:39,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-5f288ccc-6662-4a64-a33a-b2e3d9b38c39 2018-10-22 14:56:39,633 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 14:56:39,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:8774/v2.1/os-quota-sets/9317da6dba6e41f591d30ea9325be3a1 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f058dd9bcbac9138e4016a70176881016d406d8" -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-10-22 14:56:40,744 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0efdb0be-a46d-43ce-bb4d-f5369145d8ef x-compute-request-id: req-0efdb0be-a46d-43ce-bb4d-f5369145d8ef 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-10-22 14:56:40,744 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.22:8774/v2.1/os-quota-sets/9317da6dba6e41f591d30ea9325be3a1 used request id req-0efdb0be-a46d-43ce-bb4d-f5369145d8ef 2018-10-22 14:56:40,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/quotas/9317da6dba6e41f591d30ea9325be3a1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f058dd9bcbac9138e4016a70176881016d406d8" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-10-22 14:56:41,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-69904491-9572-4e18-9786-40d2a0435d33 Date: Mon, 22 Oct 2018 14:56:41 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-10-22 14:56:41,626 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/quotas/9317da6dba6e41f591d30ea9325be3a1 used request id req-69904491-9572-4e18-9786-40d2a0435d33 2018-10-22 14:56:41,627 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 14:56:41,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-quota-sets/9317da6dba6e41f591d30ea9325be3a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f058dd9bcbac9138e4016a70176881016d406d8" 2018-10-22 14:56:41,820 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56: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-fa79085c-bb4e-426f-8f43-3032f3754d43 x-compute-request-id: req-fa79085c-bb4e-426f-8f43-3032f3754d43 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": "9317da6dba6e41f591d30ea9325be3a1", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-22 14:56:41,821 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-quota-sets/9317da6dba6e41f591d30ea9325be3a1 used request id req-fa79085c-bb4e-426f-8f43-3032f3754d43 2018-10-22 14:56:41,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/quotas/9317da6dba6e41f591d30ea9325be3a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f058dd9bcbac9138e4016a70176881016d406d8" 2018-10-22 14:56:42,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-f78ef525-1bb9-4e96-8ea6-e2971487eb09 Date: Mon, 22 Oct 2018 14:56:42 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-10-22 14:56:42,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/quotas/9317da6dba6e41f591d30ea9325be3a1 used request id req-f78ef525-1bb9-4e96-8ea6-e2971487eb09 2018-10-22 14:56:42,604 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 14:56:42,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-quota-sets/9317da6dba6e41f591d30ea9325be3a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a88dd942ef36001a2ceed796e7c06b67e496345" 2018-10-22 14:56:43,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56: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-a1000a96-ed47-4e08-ba7c-f9884fb33237 x-compute-request-id: req-a1000a96-ed47-4e08-ba7c-f9884fb33237 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": "9317da6dba6e41f591d30ea9325be3a1", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-22 14:56:43,490 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-quota-sets/9317da6dba6e41f591d30ea9325be3a1 used request id req-a1000a96-ed47-4e08-ba7c-f9884fb33237 2018-10-22 14:56:43,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/quotas/9317da6dba6e41f591d30ea9325be3a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a88dd942ef36001a2ceed796e7c06b67e496345" 2018-10-22 14:56:43,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-912d04b6-99af-4297-aa42-3f320cf70ed4 Date: Mon, 22 Oct 2018 14:56:43 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-10-22 14:56:43,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/quotas/9317da6dba6e41f591d30ea9325be3a1 used request id req-912d04b6-99af-4297-aa42-3f320cf70ed4 2018-10-22 14:56:43,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f058dd9bcbac9138e4016a70176881016d406d8" 2018-10-22 14:56:43,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-99c70da5-2d47-4acf-8213-a985cb0e88fa Date: Mon, 22 Oct 2018 14:56:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:56:25Z", "updated_at": "2018-10-22T14:56:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "067cf009-4b88-429d-8eb6-e0714d8b6b2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "5444c119-ec36-4418-aba0-f1d27820abb4", "remote_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "b6d9d9f9-7ec5-4d5a-93ed-08317b0b78ed", "remote_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "f46db475-71ce-4ad4-805b-168823a1f1fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 4, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}]} 2018-10-22 14:56:43,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-99c70da5-2d47-4acf-8213-a985cb0e88fa 2018-10-22 14:56:43,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f058dd9bcbac9138e4016a70176881016d406d8" 2018-10-22 14:56:43,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0988009e-861c-4a63-a042-7131a6df605d 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.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-22 14:56:43,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71 used request id req-0988009e-861c-4a63-a042-7131a6df605d 2018-10-22 14:56:43,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f058dd9bcbac9138e4016a70176881016d406d8" 2018-10-22 14:56:44,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbf77033-4da7-4480-b2c6-727c3aa8eb39 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:56:44,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-cbf77033-4da7-4480-b2c6-727c3aa8eb39 2018-10-22 14:56:44,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f058dd9bcbac9138e4016a70176881016d406d8" 2018-10-22 14:56:44,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71a59e3d-637f-4f14-97d7-e27c83714686 Content-Encoding: gzip Content-Length: 190 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-22 14:56:44,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6 used request id req-71a59e3d-637f-4f14-97d7-e27c83714686 2018-10-22 14:56:44,137 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-4dadc60a-370f-448-name 2018-10-22 14:56:44,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/9317da6dba6e41f591d30ea9325be3a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f058dd9bcbac9138e4016a70176881016d406d8" 2018-10-22 14:56:44,322 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0db63064-e28a-43f4-957d-bb0633c28c1e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:44,323 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/9317da6dba6e41f591d30ea9325be3a1 used request id req-0db63064-e28a-43f4-957d-bb0633c28c1e 2018-10-22 14:56:44,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f058dd9bcbac9138e4016a70176881016d406d8" 2018-10-22 14:56:44,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58e5b9df-a680-4b14-9168-636e0548bcd6 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:44,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-58e5b9df-a680-4b14-9168-636e0548bcd6 2018-10-22 14:56:44,412 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:44,786 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["wH9yuXD7T_iwmDgXoZlmtg"], "issued_at": "2018-10-22T14:56:44.000000Z"}} 2018-10-22 14:56:44,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}167844197782e541b5e94e86bc472020ff0708a2" 2018-10-22 14:56:44,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40c6ebfc-340d-472a-bd5c-3232273c76e5 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:44,874 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-40c6ebfc-340d-472a-bd5c-3232273c76e5 2018-10-22 14:56:44,875 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:44,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:45,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["pfuq_xw4RvmQiV0NEqCFqg"], "issued_at": "2018-10-22T14:56:45.000000Z"}} 2018-10-22 14:56:45,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}a542e94dbe2ddc05a3ab5e5fd457d76c9e3b4cf7" 2018-10-22 14:56:45,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7857e037-09ca-43d3-9faa-ef22976dea17 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:45,372 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7857e037-09ca-43d3-9faa-ef22976dea17 2018-10-22 14:56:45,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:45,381 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:45,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-850898aa-bc42-497-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a542e94dbe2ddc05a3ab5e5fd457d76c9e3b4cf7" 2018-10-22 14:56:45,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e57793e5-2fe4-4cab-bb84-69f1348f48a5 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-850898aa-bc42-497-name", "previous": null, "next": null}, "projects": []} 2018-10-22 14:56:45,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-850898aa-bc42-497-name used request id req-e57793e5-2fe4-4cab-bb84-69f1348f48a5 2018-10-22 14:56:45,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a542e94dbe2ddc05a3ab5e5fd457d76c9e3b4cf7" 2018-10-22 14:56:45,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ee3d038-17e1-4bf6-8804-5d28221ca32d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 14:56:45,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-3ee3d038-17e1-4bf6-8804-5d28221ca32d 2018-10-22 14:56:45,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a542e94dbe2ddc05a3ab5e5fd457d76c9e3b4cf7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-850898aa-bc42-497-name"}}' 2018-10-22 14:56:45,667 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 14:56:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea9d4564-1908-443b-9f3b-0669f4352a67 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/204727cd98c24a41b744722b7ff5f2c2"}, "enabled": true, "id": "204727cd98c24a41b744722b7ff5f2c2", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-850898aa-bc42-497-name"}} 2018-10-22 14:56:45,667 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-ea9d4564-1908-443b-9f3b-0669f4352a67 2018-10-22 14:56:45,667 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-850898aa-bc42-497-name 2018-10-22 14:56:45,667 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:45,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:46,056 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["nRG7ScQmT7-kTcIACKByKw"], "issued_at": "2018-10-22T14:56:46.000000Z"}} 2018-10-22 14:56:46,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}d00ffa5eac19678f5d3f86cb2c3314ce0ae11571" 2018-10-22 14:56:46,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84f93c0a-a4f8-4748-8d42-6843af5d8954 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:46,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-84f93c0a-a4f8-4748-8d42-6843af5d8954 2018-10-22 14:56:46,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:46,148 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:46,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00ffa5eac19678f5d3f86cb2c3314ce0ae11571" 2018-10-22 14:56:46,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb7c81f7-3e81-46b1-a67d-65736d52e939 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "links": {"self": "http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26"}, "domain_id": "default", "enabled": true, "id": "a953f4951fb74edeb959c88ea2c28c26", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:56:46,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-cb7c81f7-3e81-46b1-a67d-65736d52e939 2018-10-22 14:56:46,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00ffa5eac19678f5d3f86cb2c3314ce0ae11571" 2018-10-22 14:56:46,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44e25330-e306-4236-bcf8-5a2ab36ffb3e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 14:56:46,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-44e25330-e306-4236-bcf8-5a2ab36ffb3e 2018-10-22 14:56:46,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00ffa5eac19678f5d3f86cb2c3314ce0ae11571" 2018-10-22 14:56:46,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddc6f98c-ff78-42f5-97a9-f12dc519a02d Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:46,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ddc6f98c-ff78-42f5-97a9-f12dc519a02d 2018-10-22 14:56:46,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateProjectUserTests-850898aa-bc42-497-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00ffa5eac19678f5d3f86cb2c3314ce0ae11571" 2018-10-22 14:56:46,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26e5f9c8-10e6-4a43-947b-72d07aceed2b Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateProjectUserTests-850898aa-bc42-497-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/204727cd98c24a41b744722b7ff5f2c2"}, "enabled": true, "id": "204727cd98c24a41b744722b7ff5f2c2", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-850898aa-bc42-497-name"}]} 2018-10-22 14:56:46,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateProjectUserTests-850898aa-bc42-497-name used request id req-26e5f9c8-10e6-4a43-947b-72d07aceed2b 2018-10-22 14:56:46,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/59be2323fa3d40df8cbeb4ba8ba9e520 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00ffa5eac19678f5d3f86cb2c3314ce0ae11571" 2018-10-22 14:56:46,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e1c2164-7700-4157-b844-b600a35358d9 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/59be2323fa3d40df8cbeb4ba8ba9e520"}, "enabled": true, "id": "59be2323fa3d40df8cbeb4ba8ba9e520", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-850898aa-bc42-497-user"}} 2018-10-22 14:56:46,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/59be2323fa3d40df8cbeb4ba8ba9e520 used request id req-0e1c2164-7700-4157-b844-b600a35358d9 2018-10-22 14:56:46,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/204727cd98c24a41b744722b7ff5f2c2/users/59be2323fa3d40df8cbeb4ba8ba9e520/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00ffa5eac19678f5d3f86cb2c3314ce0ae11571" 2018-10-22 14:56:46,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-721afff4-e7ec-471d-9bed-45090cf64228 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/204727cd98c24a41b744722b7ff5f2c2/users/59be2323fa3d40df8cbeb4ba8ba9e520/roles", "previous": null, "next": null}, "roles": []} 2018-10-22 14:56:46,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/204727cd98c24a41b744722b7ff5f2c2/users/59be2323fa3d40df8cbeb4ba8ba9e520/roles used request id req-721afff4-e7ec-471d-9bed-45090cf64228 2018-10-22 14:56:46,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00ffa5eac19678f5d3f86cb2c3314ce0ae11571" 2018-10-22 14:56:47,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48347999-9634-4d5b-a211-62978fd49786 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "domain_id": null, "name": "admin", "id": "54475a0b5ce34095bb526868da234e2a"}} 2018-10-22 14:56:47,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a used request id req-48347999-9634-4d5b-a211-62978fd49786 2018-10-22 14:56:47,040 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-850898aa-bc42-497-name 2018-10-22 14:56:47,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/204727cd98c24a41b744722b7ff5f2c2/users/59be2323fa3d40df8cbeb4ba8ba9e520/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00ffa5eac19678f5d3f86cb2c3314ce0ae11571" 2018-10-22 14:56:47,178 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d675270b-9ff6-4e2a-8dc0-ea925e0f7692 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:47,178 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/204727cd98c24a41b744722b7ff5f2c2/users/59be2323fa3d40df8cbeb4ba8ba9e520/roles/54475a0b5ce34095bb526868da234e2a used request id req-d675270b-9ff6-4e2a-8dc0-ea925e0f7692 2018-10-22 14:56:47,179 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-850898aa-bc42-497-user 2018-10-22 14:56:47,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a542e94dbe2ddc05a3ab5e5fd457d76c9e3b4cf7" 2018-10-22 14:56:47,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efb6cb21-f656-460c-8370-12080ac7b76a Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:47,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-efb6cb21-f656-460c-8370-12080ac7b76a 2018-10-22 14:56:47,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a542e94dbe2ddc05a3ab5e5fd457d76c9e3b4cf7" -d '{"role": {"name": "CreateProjectUserTests-850898aa-bc42-497-name-role"}}' 2018-10-22 14:56:47,373 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 14:56:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4c44653-c6ce-4257-84f6-92766f027fe2 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1e3cfd1abe4a450990443b7ae2db7df8", "links": {"self": "http://172.30.9.22:5000/v3/roles/1e3cfd1abe4a450990443b7ae2db7df8"}, "name": "CreateProjectUserTests-850898aa-bc42-497-name-role"}} 2018-10-22 14:56:47,373 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-c4c44653-c6ce-4257-84f6-92766f027fe2 2018-10-22 14:56:47,374 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-850898aa-bc42-497-name-role 2018-10-22 14:56:47,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/1e3cfd1abe4a450990443b7ae2db7df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a542e94dbe2ddc05a3ab5e5fd457d76c9e3b4cf7" 2018-10-22 14:56:47,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a644d172-b15b-4551-80c7-6c0c2dd7489d Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/1e3cfd1abe4a450990443b7ae2db7df8"}, "domain_id": null, "name": "CreateProjectUserTests-850898aa-bc42-497-name-role", "id": "1e3cfd1abe4a450990443b7ae2db7df8"}} 2018-10-22 14:56:47,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/1e3cfd1abe4a450990443b7ae2db7df8 used request id req-a644d172-b15b-4551-80c7-6c0c2dd7489d 2018-10-22 14:56:47,461 - keystone_utils - INFO - Granting role CreateProjectUserTests-850898aa-bc42-497-name-role to project CreateProjectUserTests-850898aa-bc42-497-name 2018-10-22 14:56:47,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/204727cd98c24a41b744722b7ff5f2c2/users/59be2323fa3d40df8cbeb4ba8ba9e520/roles/1e3cfd1abe4a450990443b7ae2db7df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a542e94dbe2ddc05a3ab5e5fd457d76c9e3b4cf7" 2018-10-22 14:56:47,587 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f7055a5-7a2d-4b93-8368-65ee9458c4e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:47,587 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/204727cd98c24a41b744722b7ff5f2c2/users/59be2323fa3d40df8cbeb4ba8ba9e520/roles/1e3cfd1abe4a450990443b7ae2db7df8 used request id req-1f7055a5-7a2d-4b93-8368-65ee9458c4e6 2018-10-22 14:56:47,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:47,588 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:47,964 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "1e3cfd1abe4a450990443b7ae2db7df8", "name": "CreateProjectUserTests-850898aa-bc42-497-name-role"}], "expires_at": "2018-10-22T15:56:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "204727cd98c24a41b744722b7ff5f2c2", "name": "CreateProjectUserTests-850898aa-bc42-497-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/204727cd98c24a41b744722b7ff5f2c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/204727cd98c24a41b744722b7ff5f2c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/204727cd98c24a41b744722b7ff5f2c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/204727cd98c24a41b744722b7ff5f2c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/204727cd98c24a41b744722b7ff5f2c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/204727cd98c24a41b744722b7ff5f2c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/204727cd98c24a41b744722b7ff5f2c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/204727cd98c24a41b744722b7ff5f2c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/204727cd98c24a41b744722b7ff5f2c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/204727cd98c24a41b744722b7ff5f2c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/204727cd98c24a41b744722b7ff5f2c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/204727cd98c24a41b744722b7ff5f2c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-850898aa-bc42-497-user", "id": "59be2323fa3d40df8cbeb4ba8ba9e520"}, "audit_ids": ["vBHgYHwYStaY36BEuV9wDA"], "issued_at": "2018-10-22T14:56:47.000000Z"}} 2018-10-22 14:56:47,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}901f9cfc8e2304ec764a519ce5b422c4204f3186" 2018-10-22 14:56:48,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb5acac8-34bc-4e18-a0ff-21424a801ddd 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:48,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-eb5acac8-34bc-4e18-a0ff-21424a801ddd 2018-10-22 14:56:48,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateProjectUserTests-850898aa-bc42-497-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}901f9cfc8e2304ec764a519ce5b422c4204f3186" 2018-10-22 14:56:48,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-1cb03345-384b-400f-adfb-12f964f1cb65 Date: Mon, 22 Oct 2018 14:56:48 GMT RESP BODY: {"security_groups": []} 2018-10-22 14:56:48,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateProjectUserTests-850898aa-bc42-497-name&description=hello+group used request id req-1cb03345-384b-400f-adfb-12f964f1cb65 2018-10-22 14:56:48,448 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-850898aa-bc42-497-name... 2018-10-22 14:56:48,449 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-850898aa-bc42-497-name 2018-10-22 14:56:48,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}901f9cfc8e2304ec764a519ce5b422c4204f3186" -d '{"security_group": {"name": "CreateProjectUserTests-850898aa-bc42-497-name", "description": "hello group"}}' 2018-10-22 14:56:48,895 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-26e6b19e-df2b-48fe-8068-8a9d6dfce67f Date: Mon, 22 Oct 2018 14:56:48 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "created_at": "2018-10-22T14:56:48Z", "updated_at": "2018-10-22T14:56:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "revision_number": 0, "id": "30a30200-ea8c-4f43-b2c4-ed0e5950c804", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:48Z", "security_group_id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "204727cd98c24a41b744722b7ff5f2c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "revision_number": 0, "id": "319ddeeb-efa8-4e1f-bf23-98cb25025ed0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:48Z", "security_group_id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "204727cd98c24a41b744722b7ff5f2c2"}], "revision_number": 2, "project_id": "204727cd98c24a41b744722b7ff5f2c2", "id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "name": "CreateProjectUserTests-850898aa-bc42-497-name"}} 2018-10-22 14:56:48,895 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-26e6b19e-df2b-48fe-8068-8a9d6dfce67f 2018-10-22 14:56:48,896 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5e36fc97-7145-4ccc-a544-da58b7f14735 2018-10-22 14:56:48,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=5e36fc97-7145-4ccc-a544-da58b7f14735 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}901f9cfc8e2304ec764a519ce5b422c4204f3186" 2018-10-22 14:56:49,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c5fb069a-9220-4ad6-8ca4-a4a76f5e72e8 Date: Mon, 22 Oct 2018 14:56:49 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-10-22T14:56:48Z", "security_group_id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "port_range_min": null, "revision_number": 0, "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "created_at": "2018-10-22T14:56:48Z", "project_id": "204727cd98c24a41b744722b7ff5f2c2", "id": "30a30200-ea8c-4f43-b2c4-ed0e5950c804"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "security_group_id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "port_range_min": null, "revision_number": 0, "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "created_at": "2018-10-22T14:56:48Z", "project_id": "204727cd98c24a41b744722b7ff5f2c2", "id": "319ddeeb-efa8-4e1f-bf23-98cb25025ed0"}]} 2018-10-22 14:56:49,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=5e36fc97-7145-4ccc-a544-da58b7f14735 used request id req-c5fb069a-9220-4ad6-8ca4-a4a76f5e72e8 2018-10-22 14:56:49,076 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5e36fc97-7145-4ccc-a544-da58b7f14735 2018-10-22 14:56:49,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=5e36fc97-7145-4ccc-a544-da58b7f14735 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}901f9cfc8e2304ec764a519ce5b422c4204f3186" 2018-10-22 14:56:49,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0c68ada1-6231-44e5-a679-33de438b4c52 Date: Mon, 22 Oct 2018 14:56:49 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-10-22T14:56:48Z", "security_group_id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "port_range_min": null, "revision_number": 0, "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "created_at": "2018-10-22T14:56:48Z", "project_id": "204727cd98c24a41b744722b7ff5f2c2", "id": "30a30200-ea8c-4f43-b2c4-ed0e5950c804"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "security_group_id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "port_range_min": null, "revision_number": 0, "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "created_at": "2018-10-22T14:56:48Z", "project_id": "204727cd98c24a41b744722b7ff5f2c2", "id": "319ddeeb-efa8-4e1f-bf23-98cb25025ed0"}]} 2018-10-22 14:56:49,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=5e36fc97-7145-4ccc-a544-da58b7f14735 used request id req-0c68ada1-6231-44e5-a679-33de438b4c52 2018-10-22 14:56:49,109 - neutron_utils - INFO - Retrieving security group with ID - 5e36fc97-7145-4ccc-a544-da58b7f14735 2018-10-22 14:56:49,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=5e36fc97-7145-4ccc-a544-da58b7f14735 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}901f9cfc8e2304ec764a519ce5b422c4204f3186" 2018-10-22 14:56:49,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-757ea476-7db6-4c8d-9b9a-b1ca354f6f8a Date: Mon, 22 Oct 2018 14:56:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "created_at": "2018-10-22T14:56:48Z", "updated_at": "2018-10-22T14:56:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "revision_number": 0, "id": "30a30200-ea8c-4f43-b2c4-ed0e5950c804", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:48Z", "security_group_id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "204727cd98c24a41b744722b7ff5f2c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "revision_number": 0, "id": "319ddeeb-efa8-4e1f-bf23-98cb25025ed0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:48Z", "security_group_id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "204727cd98c24a41b744722b7ff5f2c2"}], "revision_number": 2, "project_id": "204727cd98c24a41b744722b7ff5f2c2", "id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "name": "CreateProjectUserTests-850898aa-bc42-497-name"}]} 2018-10-22 14:56:49,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=5e36fc97-7145-4ccc-a544-da58b7f14735 used request id req-757ea476-7db6-4c8d-9b9a-b1ca354f6f8a 2018-10-22 14:56:49,980 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5e36fc97-7145-4ccc-a544-da58b7f14735 2018-10-22 14:56:49,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=5e36fc97-7145-4ccc-a544-da58b7f14735 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}901f9cfc8e2304ec764a519ce5b422c4204f3186" 2018-10-22 14:56:50,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e91675c5-6795-4452-b896-5616299b11b7 Date: Mon, 22 Oct 2018 14:56:50 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-10-22T14:56:48Z", "security_group_id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "port_range_min": null, "revision_number": 0, "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "created_at": "2018-10-22T14:56:48Z", "project_id": "204727cd98c24a41b744722b7ff5f2c2", "id": "30a30200-ea8c-4f43-b2c4-ed0e5950c804"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "security_group_id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "port_range_min": null, "revision_number": 0, "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "created_at": "2018-10-22T14:56:48Z", "project_id": "204727cd98c24a41b744722b7ff5f2c2", "id": "319ddeeb-efa8-4e1f-bf23-98cb25025ed0"}]} 2018-10-22 14:56:50,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=5e36fc97-7145-4ccc-a544-da58b7f14735 used request id req-e91675c5-6795-4452-b896-5616299b11b7 2018-10-22 14:56:50,151 - neutron_utils - INFO - Retrieving security group with ID - 5e36fc97-7145-4ccc-a544-da58b7f14735 2018-10-22 14:56:50,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=5e36fc97-7145-4ccc-a544-da58b7f14735 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}901f9cfc8e2304ec764a519ce5b422c4204f3186" 2018-10-22 14:56:50,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d84136f0-8b1b-497d-9b02-c80cc5a778a4 Date: Mon, 22 Oct 2018 14:56:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "created_at": "2018-10-22T14:56:48Z", "updated_at": "2018-10-22T14:56:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "revision_number": 0, "id": "30a30200-ea8c-4f43-b2c4-ed0e5950c804", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:48Z", "security_group_id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "204727cd98c24a41b744722b7ff5f2c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "revision_number": 0, "id": "319ddeeb-efa8-4e1f-bf23-98cb25025ed0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:48Z", "security_group_id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "204727cd98c24a41b744722b7ff5f2c2"}], "revision_number": 2, "project_id": "204727cd98c24a41b744722b7ff5f2c2", "id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "name": "CreateProjectUserTests-850898aa-bc42-497-name"}]} 2018-10-22 14:56:50,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=5e36fc97-7145-4ccc-a544-da58b7f14735 used request id req-d84136f0-8b1b-497d-9b02-c80cc5a778a4 2018-10-22 14:56:50,417 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5e36fc97-7145-4ccc-a544-da58b7f14735 2018-10-22 14:56:50,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=5e36fc97-7145-4ccc-a544-da58b7f14735 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}901f9cfc8e2304ec764a519ce5b422c4204f3186" 2018-10-22 14:56:51,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-efbab21a-8446-466d-b615-8e6bbf072aa7 Date: Mon, 22 Oct 2018 14:56:51 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-10-22T14:56:48Z", "security_group_id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "port_range_min": null, "revision_number": 0, "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "created_at": "2018-10-22T14:56:48Z", "project_id": "204727cd98c24a41b744722b7ff5f2c2", "id": "30a30200-ea8c-4f43-b2c4-ed0e5950c804"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "security_group_id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "port_range_min": null, "revision_number": 0, "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "created_at": "2018-10-22T14:56:48Z", "project_id": "204727cd98c24a41b744722b7ff5f2c2", "id": "319ddeeb-efa8-4e1f-bf23-98cb25025ed0"}]} 2018-10-22 14:56:51,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=5e36fc97-7145-4ccc-a544-da58b7f14735 used request id req-efbab21a-8446-466d-b615-8e6bbf072aa7 2018-10-22 14:56:51,117 - neutron_utils - INFO - Retrieving security group with ID - 5e36fc97-7145-4ccc-a544-da58b7f14735 2018-10-22 14:56:51,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=5e36fc97-7145-4ccc-a544-da58b7f14735 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}901f9cfc8e2304ec764a519ce5b422c4204f3186" 2018-10-22 14:56:51,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ec9bb8bd-deb1-4792-80bc-8e69ed5ed261 Date: Mon, 22 Oct 2018 14:56:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "created_at": "2018-10-22T14:56:48Z", "updated_at": "2018-10-22T14:56:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "revision_number": 0, "id": "30a30200-ea8c-4f43-b2c4-ed0e5950c804", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:48Z", "security_group_id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "204727cd98c24a41b744722b7ff5f2c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "revision_number": 0, "id": "319ddeeb-efa8-4e1f-bf23-98cb25025ed0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:48Z", "security_group_id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "204727cd98c24a41b744722b7ff5f2c2"}], "revision_number": 2, "project_id": "204727cd98c24a41b744722b7ff5f2c2", "id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "name": "CreateProjectUserTests-850898aa-bc42-497-name"}]} 2018-10-22 14:56:51,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=5e36fc97-7145-4ccc-a544-da58b7f14735 used request id req-ec9bb8bd-deb1-4792-80bc-8e69ed5ed261 2018-10-22 14:56:51,381 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5e36fc97-7145-4ccc-a544-da58b7f14735 2018-10-22 14:56:51,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=5e36fc97-7145-4ccc-a544-da58b7f14735 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}901f9cfc8e2304ec764a519ce5b422c4204f3186" 2018-10-22 14:56:51,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4d3359ed-4964-42a0-a792-fb8d8ce4d8bb Date: Mon, 22 Oct 2018 14:56:51 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-10-22T14:56:48Z", "security_group_id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "port_range_min": null, "revision_number": 0, "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "created_at": "2018-10-22T14:56:48Z", "project_id": "204727cd98c24a41b744722b7ff5f2c2", "id": "30a30200-ea8c-4f43-b2c4-ed0e5950c804"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "security_group_id": "5e36fc97-7145-4ccc-a544-da58b7f14735", "port_range_min": null, "revision_number": 0, "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "created_at": "2018-10-22T14:56:48Z", "project_id": "204727cd98c24a41b744722b7ff5f2c2", "id": "319ddeeb-efa8-4e1f-bf23-98cb25025ed0"}]} 2018-10-22 14:56:51,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=5e36fc97-7145-4ccc-a544-da58b7f14735 used request id req-4d3359ed-4964-42a0-a792-fb8d8ce4d8bb 2018-10-22 14:56:51,406 - neutron_utils - INFO - Deleting security group rule with ID - 319ddeeb-efa8-4e1f-bf23-98cb25025ed0 2018-10-22 14:56:51,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/319ddeeb-efa8-4e1f-bf23-98cb25025ed0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}901f9cfc8e2304ec764a519ce5b422c4204f3186" 2018-10-22 14:56:52,367 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f73c73e3-8f93-4626-94ec-3ad7f62c35a5 Content-Length: 0 Date: Mon, 22 Oct 2018 14:56:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:56:52,367 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/319ddeeb-efa8-4e1f-bf23-98cb25025ed0 used request id req-f73c73e3-8f93-4626-94ec-3ad7f62c35a5 2018-10-22 14:56:52,367 - neutron_utils - INFO - Deleting security group rule with ID - 30a30200-ea8c-4f43-b2c4-ed0e5950c804 2018-10-22 14:56:52,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/30a30200-ea8c-4f43-b2c4-ed0e5950c804 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}901f9cfc8e2304ec764a519ce5b422c4204f3186" 2018-10-22 14:56:53,345 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-955a241c-4bb0-4749-991c-ef2197ad9387 Content-Length: 0 Date: Mon, 22 Oct 2018 14:56:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:56:53,345 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/30a30200-ea8c-4f43-b2c4-ed0e5950c804 used request id req-955a241c-4bb0-4749-991c-ef2197ad9387 2018-10-22 14:56:53,346 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-850898aa-bc42-497-name 2018-10-22 14:56:53,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/5e36fc97-7145-4ccc-a544-da58b7f14735 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}901f9cfc8e2304ec764a519ce5b422c4204f3186" 2018-10-22 14:56:54,354 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2f046c6f-1eeb-4502-9235-e20dc7ec8a10 Content-Length: 0 Date: Mon, 22 Oct 2018 14:56:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:56:54,354 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/5e36fc97-7145-4ccc-a544-da58b7f14735 used request id req-2f046c6f-1eeb-4502-9235-e20dc7ec8a10 2018-10-22 14:56:54,355 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-850898aa-bc42-497-user 2018-10-22 14:56:54,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/59be2323fa3d40df8cbeb4ba8ba9e520 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00ffa5eac19678f5d3f86cb2c3314ce0ae11571" 2018-10-22 14:56:54,577 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13e2e82b-c47d-4bf5-8903-ca9f9f42ce0c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:54,577 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/59be2323fa3d40df8cbeb4ba8ba9e520 used request id req-13e2e82b-c47d-4bf5-8903-ca9f9f42ce0c 2018-10-22 14:56:54,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a542e94dbe2ddc05a3ab5e5fd457d76c9e3b4cf7" 2018-10-22 14:56:54,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-c29d3b3e-b4ab-4ac4-9923-81e05530c54f Date: Mon, 22 Oct 2018 14:56:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:56:25Z", "updated_at": "2018-10-22T14:56:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "067cf009-4b88-429d-8eb6-e0714d8b6b2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "5444c119-ec36-4418-aba0-f1d27820abb4", "remote_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "b6d9d9f9-7ec5-4d5a-93ed-08317b0b78ed", "remote_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "f46db475-71ce-4ad4-805b-168823a1f1fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 4, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "created_at": "2018-10-22T14:56:48Z", "updated_at": "2018-10-22T14:56:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "revision_number": 0, "id": "1d8686a2-8d59-4503-81c3-edc0c66044d6", "remote_group_id": "a8adcbbf-137b-4b92-b2fb-473f47300b37", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:48Z", "security_group_id": "a8adcbbf-137b-4b92-b2fb-473f47300b37", "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "204727cd98c24a41b744722b7ff5f2c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "revision_number": 0, "id": "31ec5b31-2fb3-435f-a944-af1a82c421f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:48Z", "security_group_id": "a8adcbbf-137b-4b92-b2fb-473f47300b37", "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "204727cd98c24a41b744722b7ff5f2c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "revision_number": 0, "id": "39b4bca3-181a-4392-9db3-0e18ee274efc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:48Z", "security_group_id": "a8adcbbf-137b-4b92-b2fb-473f47300b37", "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "204727cd98c24a41b744722b7ff5f2c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "revision_number": 0, "id": "5ef6ebff-efd9-468c-9d02-d1e28b2f4d9c", "remote_group_id": "a8adcbbf-137b-4b92-b2fb-473f47300b37", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:48Z", "security_group_id": "a8adcbbf-137b-4b92-b2fb-473f47300b37", "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "204727cd98c24a41b744722b7ff5f2c2"}], "revision_number": 4, "project_id": "204727cd98c24a41b744722b7ff5f2c2", "id": "a8adcbbf-137b-4b92-b2fb-473f47300b37", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}]} 2018-10-22 14:56:54,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-c29d3b3e-b4ab-4ac4-9923-81e05530c54f 2018-10-22 14:56:54,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a542e94dbe2ddc05a3ab5e5fd457d76c9e3b4cf7" 2018-10-22 14:56:54,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89a14e61-f1c8-4cb1-b11e-5f8b27897f1f 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.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-22 14:56:54,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71 used request id req-89a14e61-f1c8-4cb1-b11e-5f8b27897f1f 2018-10-22 14:56:54,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a542e94dbe2ddc05a3ab5e5fd457d76c9e3b4cf7" 2018-10-22 14:56:54,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a89d5699-dfeb-4aff-855a-b34fe22bce21 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:56:54,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-a89d5699-dfeb-4aff-855a-b34fe22bce21 2018-10-22 14:56:54,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/204727cd98c24a41b744722b7ff5f2c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a542e94dbe2ddc05a3ab5e5fd457d76c9e3b4cf7" 2018-10-22 14:56:55,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab298565-7636-4565-a77b-c7254d2ae05b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/204727cd98c24a41b744722b7ff5f2c2"}, "enabled": true, "id": "204727cd98c24a41b744722b7ff5f2c2", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-850898aa-bc42-497-name"}} 2018-10-22 14:56:55,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/204727cd98c24a41b744722b7ff5f2c2 used request id req-ab298565-7636-4565-a77b-c7254d2ae05b 2018-10-22 14:56:55,048 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a8adcbbf-137b-4b92-b2fb-473f47300b37 2018-10-22 14:56:55,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a8adcbbf-137b-4b92-b2fb-473f47300b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a542e94dbe2ddc05a3ab5e5fd457d76c9e3b4cf7" 2018-10-22 14:56:55,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7413f17b-6d8b-41e4-a916-05f13bdff9d9 Date: Mon, 22 Oct 2018 14:56:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "a8adcbbf-137b-4b92-b2fb-473f47300b37", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "security_group_id": "a8adcbbf-137b-4b92-b2fb-473f47300b37", "port_range_min": null, "revision_number": 0, "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "created_at": "2018-10-22T14:56:48Z", "project_id": "204727cd98c24a41b744722b7ff5f2c2", "id": "1d8686a2-8d59-4503-81c3-edc0c66044d6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "security_group_id": "a8adcbbf-137b-4b92-b2fb-473f47300b37", "port_range_min": null, "revision_number": 0, "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "created_at": "2018-10-22T14:56:48Z", "project_id": "204727cd98c24a41b744722b7ff5f2c2", "id": "31ec5b31-2fb3-435f-a944-af1a82c421f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "security_group_id": "a8adcbbf-137b-4b92-b2fb-473f47300b37", "port_range_min": null, "revision_number": 0, "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "created_at": "2018-10-22T14:56:48Z", "project_id": "204727cd98c24a41b744722b7ff5f2c2", "id": "39b4bca3-181a-4392-9db3-0e18ee274efc"}, {"remote_group_id": "a8adcbbf-137b-4b92-b2fb-473f47300b37", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:56:48Z", "security_group_id": "a8adcbbf-137b-4b92-b2fb-473f47300b37", "port_range_min": null, "revision_number": 0, "tenant_id": "204727cd98c24a41b744722b7ff5f2c2", "created_at": "2018-10-22T14:56:48Z", "project_id": "204727cd98c24a41b744722b7ff5f2c2", "id": "5ef6ebff-efd9-468c-9d02-d1e28b2f4d9c"}]} 2018-10-22 14:56:55,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a8adcbbf-137b-4b92-b2fb-473f47300b37 used request id req-7413f17b-6d8b-41e4-a916-05f13bdff9d9 2018-10-22 14:56:55,777 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 14:56:55,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/a8adcbbf-137b-4b92-b2fb-473f47300b37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a542e94dbe2ddc05a3ab5e5fd457d76c9e3b4cf7" 2018-10-22 14:56:56,117 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7ac0c106-f89b-4b96-850b-605138a3147d Content-Length: 0 Date: Mon, 22 Oct 2018 14:56:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:56:56,117 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/a8adcbbf-137b-4b92-b2fb-473f47300b37 used request id req-7ac0c106-f89b-4b96-850b-605138a3147d 2018-10-22 14:56:56,118 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-850898aa-bc42-497-name 2018-10-22 14:56:56,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/204727cd98c24a41b744722b7ff5f2c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a542e94dbe2ddc05a3ab5e5fd457d76c9e3b4cf7" 2018-10-22 14:56:56,267 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a037f498-0675-4180-96c1-643f7d784b6d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:56,268 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/204727cd98c24a41b744722b7ff5f2c2 used request id req-a037f498-0675-4180-96c1-643f7d784b6d 2018-10-22 14:56:56,268 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-850898aa-bc42-497-name-role 2018-10-22 14:56:56,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/1e3cfd1abe4a450990443b7ae2db7df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a542e94dbe2ddc05a3ab5e5fd457d76c9e3b4cf7" 2018-10-22 14:56:56,385 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b37fa211-726e-4501-ab94-029fc53487f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:56,385 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/1e3cfd1abe4a450990443b7ae2db7df8 used request id req-b37fa211-726e-4501-ab94-029fc53487f1 2018-10-22 14:56:56,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a542e94dbe2ddc05a3ab5e5fd457d76c9e3b4cf7" 2018-10-22 14:56:56,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b496286f-b629-48e9-a2ed-531f816f2815 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:56,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b496286f-b629-48e9-a2ed-531f816f2815 2018-10-22 14:56:56,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:56,855 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["ouDbzxXfSPCSnFki-j5Rtw"], "issued_at": "2018-10-22T14:56:56.000000Z"}} 2018-10-22 14:56:56,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}a6d3ab274186bef5f7fae7b4b9833b138c6068d6" 2018-10-22 14:56:56,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61ee317a-a645-49c2-b07d-5f50b0d09439 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:56,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-61ee317a-a645-49c2-b07d-5f50b0d09439 2018-10-22 14:56:56,938 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:56,939 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:57,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["0Ruy3TCKRWaKjqrRIlkjaw"], "issued_at": "2018-10-22T14:56:57.000000Z"}} 2018-10-22 14:56:57,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}5b4175755feb59b9ce6a757271dd58fcaa74fb95" 2018-10-22 14:56:57,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67910492-dcb3-49d6-b69d-1dcd93a89768 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:57,405 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-67910492-dcb3-49d6-b69d-1dcd93a89768 2018-10-22 14:56:57,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:57,414 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56:57 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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:57,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-132b3770-e95f-4e7-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4175755feb59b9ce6a757271dd58fcaa74fb95" 2018-10-22 14:56:57,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ace834e-fcf0-425e-9a5e-cc57dd3abd18 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-132b3770-e95f-4e7-name", "previous": null, "next": null}, "projects": []} 2018-10-22 14:56:57,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-132b3770-e95f-4e7-name used request id req-5ace834e-fcf0-425e-9a5e-cc57dd3abd18 2018-10-22 14:56:57,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4175755feb59b9ce6a757271dd58fcaa74fb95" 2018-10-22 14:56:57,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce334e15-25b4-432e-be0f-4179f293fe6d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 14:56:57,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-ce334e15-25b4-432e-be0f-4179f293fe6d 2018-10-22 14:56:57,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4175755feb59b9ce6a757271dd58fcaa74fb95" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-132b3770-e95f-4e7-name"}}' 2018-10-22 14:56:57,709 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 14:56:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d11db594-c36e-4dae-8c6f-760947e36908 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9"}, "enabled": true, "id": "0b0210bdbc5a4755ab175b5616bceec9", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-132b3770-e95f-4e7-name"}} 2018-10-22 14:56:57,709 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-d11db594-c36e-4dae-8c6f-760947e36908 2018-10-22 14:56:57,709 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-132b3770-e95f-4e7-name 2018-10-22 14:56:57,709 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:57,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:56:58,085 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:56:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["9kZfeJFdT2m8QFJi_lyd1w"], "issued_at": "2018-10-22T14:56:58.000000Z"}} 2018-10-22 14:56:58,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}c56fb3b5f36cd49596fe0c2e39e3e940e465ab1e" 2018-10-22 14:56:58,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a983aab0-9d1f-4e3d-a597-b064b22531ad 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:56:58,212 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a983aab0-9d1f-4e3d-a597-b064b22531ad 2018-10-22 14:56:58,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:56:58,220 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:56: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:56:58,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c56fb3b5f36cd49596fe0c2e39e3e940e465ab1e" 2018-10-22 14:56:58,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a96af961-c4e1-4302-bcd0-20bf8be4ad94 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "links": {"self": "http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26"}, "domain_id": "default", "enabled": true, "id": "a953f4951fb74edeb959c88ea2c28c26", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:56:58,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-a96af961-c4e1-4302-bcd0-20bf8be4ad94 2018-10-22 14:56:58,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c56fb3b5f36cd49596fe0c2e39e3e940e465ab1e" 2018-10-22 14:56:58,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0acf404-a78a-4a0d-8a4a-a39636cc49b2 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 14:56:58,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-f0acf404-a78a-4a0d-8a4a-a39636cc49b2 2018-10-22 14:56:58,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c56fb3b5f36cd49596fe0c2e39e3e940e465ab1e" 2018-10-22 14:56:58,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2e1053f-928a-4b5b-9cdd-cf00a4077691 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:58,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e2e1053f-928a-4b5b-9cdd-cf00a4077691 2018-10-22 14:56:58,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateProjectUserTests-132b3770-e95f-4e7-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c56fb3b5f36cd49596fe0c2e39e3e940e465ab1e" 2018-10-22 14:56:58,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0b0bd0c-409f-4f2c-bb27-e5aaf7f27f6d Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateProjectUserTests-132b3770-e95f-4e7-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9"}, "enabled": true, "id": "0b0210bdbc5a4755ab175b5616bceec9", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-132b3770-e95f-4e7-name"}]} 2018-10-22 14:56:58,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateProjectUserTests-132b3770-e95f-4e7-name used request id req-f0b0bd0c-409f-4f2c-bb27-e5aaf7f27f6d 2018-10-22 14:56:58,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/596e5d1da45f4ed58b5586f2bab36c8a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c56fb3b5f36cd49596fe0c2e39e3e940e465ab1e" 2018-10-22 14:56:58,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92e0ce4f-658c-4229-8b7e-65e9a0c7ab8f Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/596e5d1da45f4ed58b5586f2bab36c8a"}, "enabled": true, "id": "596e5d1da45f4ed58b5586f2bab36c8a", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-132b3770-e95f-4e7-user1"}} 2018-10-22 14:56:58,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/596e5d1da45f4ed58b5586f2bab36c8a used request id req-92e0ce4f-658c-4229-8b7e-65e9a0c7ab8f 2018-10-22 14:56:58,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9/users/596e5d1da45f4ed58b5586f2bab36c8a/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c56fb3b5f36cd49596fe0c2e39e3e940e465ab1e" 2018-10-22 14:56:59,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10239fbb-ab1f-4238-ab5a-459d679ffd17 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9/users/596e5d1da45f4ed58b5586f2bab36c8a/roles", "previous": null, "next": null}, "roles": []} 2018-10-22 14:56:59,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9/users/596e5d1da45f4ed58b5586f2bab36c8a/roles used request id req-10239fbb-ab1f-4238-ab5a-459d679ffd17 2018-10-22 14:56:59,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c56fb3b5f36cd49596fe0c2e39e3e940e465ab1e" 2018-10-22 14:56:59,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fe7e24b-8eaf-46aa-89df-6959e2705bd1 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "domain_id": null, "name": "admin", "id": "54475a0b5ce34095bb526868da234e2a"}} 2018-10-22 14:56:59,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a used request id req-8fe7e24b-8eaf-46aa-89df-6959e2705bd1 2018-10-22 14:56:59,267 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-132b3770-e95f-4e7-name 2018-10-22 14:56:59,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9/users/596e5d1da45f4ed58b5586f2bab36c8a/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c56fb3b5f36cd49596fe0c2e39e3e940e465ab1e" 2018-10-22 14:56:59,393 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f662236-7804-4915-9350-5df92095d54e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:59,393 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9/users/596e5d1da45f4ed58b5586f2bab36c8a/roles/54475a0b5ce34095bb526868da234e2a used request id req-8f662236-7804-4915-9350-5df92095d54e 2018-10-22 14:56:59,393 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-132b3770-e95f-4e7-user1 2018-10-22 14:56:59,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4175755feb59b9ce6a757271dd58fcaa74fb95" 2018-10-22 14:56:59,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-652796eb-be1d-40bb-96db-afd1dcbfa8b7 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:56:59,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-652796eb-be1d-40bb-96db-afd1dcbfa8b7 2018-10-22 14:56:59,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4175755feb59b9ce6a757271dd58fcaa74fb95" -d '{"role": {"name": "CreateProjectUserTests-132b3770-e95f-4e7-name-role"}}' 2018-10-22 14:56:59,622 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 14:56:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-349ca86a-19cb-410b-997b-183da3e8e13b Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "701bb03c438b4a63ba0fc529f1928c21", "links": {"self": "http://172.30.9.22:5000/v3/roles/701bb03c438b4a63ba0fc529f1928c21"}, "name": "CreateProjectUserTests-132b3770-e95f-4e7-name-role"}} 2018-10-22 14:56:59,622 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-349ca86a-19cb-410b-997b-183da3e8e13b 2018-10-22 14:56:59,623 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-132b3770-e95f-4e7-name-role 2018-10-22 14:56:59,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/701bb03c438b4a63ba0fc529f1928c21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4175755feb59b9ce6a757271dd58fcaa74fb95" 2018-10-22 14:56:59,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a57ff47-81d4-4b1b-83d6-98cbfb016dfd Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/701bb03c438b4a63ba0fc529f1928c21"}, "domain_id": null, "name": "CreateProjectUserTests-132b3770-e95f-4e7-name-role", "id": "701bb03c438b4a63ba0fc529f1928c21"}} 2018-10-22 14:56:59,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/701bb03c438b4a63ba0fc529f1928c21 used request id req-7a57ff47-81d4-4b1b-83d6-98cbfb016dfd 2018-10-22 14:56:59,715 - keystone_utils - INFO - Granting role CreateProjectUserTests-132b3770-e95f-4e7-name-role to project CreateProjectUserTests-132b3770-e95f-4e7-name 2018-10-22 14:56:59,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9/users/596e5d1da45f4ed58b5586f2bab36c8a/roles/701bb03c438b4a63ba0fc529f1928c21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4175755feb59b9ce6a757271dd58fcaa74fb95" 2018-10-22 14:56:59,843 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:56:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e393f488-7ac4-4b52-b938-8e84488e7628 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:56:59,843 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9/users/596e5d1da45f4ed58b5586f2bab36c8a/roles/701bb03c438b4a63ba0fc529f1928c21 used request id req-e393f488-7ac4-4b52-b938-8e84488e7628 2018-10-22 14:56:59,844 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:56:59,845 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:57:00,215 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:57:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["gM2RVGoMRyuHzmnhfdC00w"], "issued_at": "2018-10-22T14:57:00.000000Z"}} 2018-10-22 14:57:00,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}6c4fdbad6b9b14c4fe2534b2470d5b0d4e79e996" 2018-10-22 14:57:00,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6954d414-b2bf-4e0c-a02d-0701b633f177 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:57:00,295 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6954d414-b2bf-4e0c-a02d-0701b633f177 2018-10-22 14:57:00,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:57:00,305 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:57: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:57:00,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4fdbad6b9b14c4fe2534b2470d5b0d4e79e996" 2018-10-22 14:57:00,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c977d0-375b-4289-b919-465599a71d83 Content-Encoding: gzip Content-Length: 906 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-132b3770-e95f-4e7-user1", "links": {"self": "http://172.30.9.22:5000/v3/users/596e5d1da45f4ed58b5586f2bab36c8a"}, "domain_id": "default", "enabled": true, "id": "596e5d1da45f4ed58b5586f2bab36c8a", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "links": {"self": "http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26"}, "domain_id": "default", "enabled": true, "id": "a953f4951fb74edeb959c88ea2c28c26", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 14:57:00,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-18c977d0-375b-4289-b919-465599a71d83 2018-10-22 14:57:00,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4fdbad6b9b14c4fe2534b2470d5b0d4e79e996" 2018-10-22 14:57:00,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e993da89-cfc8-4651-a742-6833c669adca Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 14:57:00,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-e993da89-cfc8-4651-a742-6833c669adca 2018-10-22 14:57:00,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4fdbad6b9b14c4fe2534b2470d5b0d4e79e996" 2018-10-22 14:57:00,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-614c1c5b-8612-48b2-aead-d61436c10b8f Content-Encoding: gzip Content-Length: 414 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "701bb03c438b4a63ba0fc529f1928c21", "links": {"self": "http://172.30.9.22:5000/v3/roles/701bb03c438b4a63ba0fc529f1928c21"}, "name": "CreateProjectUserTests-132b3770-e95f-4e7-name-role"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:57:00,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-614c1c5b-8612-48b2-aead-d61436c10b8f 2018-10-22 14:57:00,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateProjectUserTests-132b3770-e95f-4e7-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4fdbad6b9b14c4fe2534b2470d5b0d4e79e996" 2018-10-22 14:57:01,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0280ef1d-0bf4-46d6-aab3-a1f37ff722a4 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateProjectUserTests-132b3770-e95f-4e7-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9"}, "enabled": true, "id": "0b0210bdbc5a4755ab175b5616bceec9", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-132b3770-e95f-4e7-name"}]} 2018-10-22 14:57:01,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateProjectUserTests-132b3770-e95f-4e7-name used request id req-0280ef1d-0bf4-46d6-aab3-a1f37ff722a4 2018-10-22 14:57:01,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/e30ce4e7a88448a8a2f226b903dfbf9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4fdbad6b9b14c4fe2534b2470d5b0d4e79e996" 2018-10-22 14:57:01,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac16dfa3-2c03-4132-a3ff-110c153159eb Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/e30ce4e7a88448a8a2f226b903dfbf9c"}, "enabled": true, "id": "e30ce4e7a88448a8a2f226b903dfbf9c", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-132b3770-e95f-4e7-user2"}} 2018-10-22 14:57:01,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/e30ce4e7a88448a8a2f226b903dfbf9c used request id req-ac16dfa3-2c03-4132-a3ff-110c153159eb 2018-10-22 14:57:01,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9/users/e30ce4e7a88448a8a2f226b903dfbf9c/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4fdbad6b9b14c4fe2534b2470d5b0d4e79e996" 2018-10-22 14:57:01,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13dbc886-7a0e-4968-a998-5bbf64e2b63e Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9/users/e30ce4e7a88448a8a2f226b903dfbf9c/roles", "previous": null, "next": null}, "roles": []} 2018-10-22 14:57:01,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9/users/e30ce4e7a88448a8a2f226b903dfbf9c/roles used request id req-13dbc886-7a0e-4968-a998-5bbf64e2b63e 2018-10-22 14:57:01,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4fdbad6b9b14c4fe2534b2470d5b0d4e79e996" 2018-10-22 14:57:01,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-740bbff6-acab-48b7-bae1-efb71c569765 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "domain_id": null, "name": "admin", "id": "54475a0b5ce34095bb526868da234e2a"}} 2018-10-22 14:57:01,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a used request id req-740bbff6-acab-48b7-bae1-efb71c569765 2018-10-22 14:57:01,315 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-132b3770-e95f-4e7-name 2018-10-22 14:57:01,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9/users/e30ce4e7a88448a8a2f226b903dfbf9c/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4fdbad6b9b14c4fe2534b2470d5b0d4e79e996" 2018-10-22 14:57:01,460 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:57:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c69f1d2d-6795-44d8-832e-bd905435fc65 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:57:01,460 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9/users/e30ce4e7a88448a8a2f226b903dfbf9c/roles/54475a0b5ce34095bb526868da234e2a used request id req-c69f1d2d-6795-44d8-832e-bd905435fc65 2018-10-22 14:57:01,461 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-132b3770-e95f-4e7-user2 2018-10-22 14:57:01,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/701bb03c438b4a63ba0fc529f1928c21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4175755feb59b9ce6a757271dd58fcaa74fb95" 2018-10-22 14:57:01,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b80fba59-680d-42b2-b272-c8b0178b8e38 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/701bb03c438b4a63ba0fc529f1928c21"}, "domain_id": null, "name": "CreateProjectUserTests-132b3770-e95f-4e7-name-role", "id": "701bb03c438b4a63ba0fc529f1928c21"}} 2018-10-22 14:57:01,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/701bb03c438b4a63ba0fc529f1928c21 used request id req-b80fba59-680d-42b2-b272-c8b0178b8e38 2018-10-22 14:57:01,550 - keystone_utils - INFO - Granting role CreateProjectUserTests-132b3770-e95f-4e7-name-role to project CreateProjectUserTests-132b3770-e95f-4e7-name 2018-10-22 14:57:01,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9/users/e30ce4e7a88448a8a2f226b903dfbf9c/roles/701bb03c438b4a63ba0fc529f1928c21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4175755feb59b9ce6a757271dd58fcaa74fb95" 2018-10-22 14:57:01,682 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:57:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f301eb9c-9e41-4519-ba03-1010ffa47e8d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:57:01,682 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9/users/e30ce4e7a88448a8a2f226b903dfbf9c/roles/701bb03c438b4a63ba0fc529f1928c21 used request id req-f301eb9c-9e41-4519-ba03-1010ffa47e8d 2018-10-22 14:57:01,682 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:57:01,683 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:57:02,064 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "701bb03c438b4a63ba0fc529f1928c21", "name": "CreateProjectUserTests-132b3770-e95f-4e7-name-role"}], "expires_at": "2018-10-22T15:57:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b0210bdbc5a4755ab175b5616bceec9", "name": "CreateProjectUserTests-132b3770-e95f-4e7-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/0b0210bdbc5a4755ab175b5616bceec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/0b0210bdbc5a4755ab175b5616bceec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/0b0210bdbc5a4755ab175b5616bceec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/0b0210bdbc5a4755ab175b5616bceec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/0b0210bdbc5a4755ab175b5616bceec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/0b0210bdbc5a4755ab175b5616bceec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/0b0210bdbc5a4755ab175b5616bceec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/0b0210bdbc5a4755ab175b5616bceec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/0b0210bdbc5a4755ab175b5616bceec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/0b0210bdbc5a4755ab175b5616bceec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/0b0210bdbc5a4755ab175b5616bceec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/0b0210bdbc5a4755ab175b5616bceec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-132b3770-e95f-4e7-user1", "id": "596e5d1da45f4ed58b5586f2bab36c8a"}, "audit_ids": ["ws0LGhzWTwSyTGB_tMyDxg"], "issued_at": "2018-10-22T14:57:02.000000Z"}} 2018-10-22 14:57:02,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}5c70faf1f64c766afc529fbe889917a13b73a274" 2018-10-22 14:57:02,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7a178f0-27da-42da-9d28-23aeb28ebda2 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:57:02,136 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a7a178f0-27da-42da-9d28-23aeb28ebda2 2018-10-22 14:57:02,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateProjectUserTests-132b3770-e95f-4e7-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c70faf1f64c766afc529fbe889917a13b73a274" 2018-10-22 14:57:02,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-d7fa2bf1-4d31-486d-893e-67a201c7e0b5 Date: Mon, 22 Oct 2018 14:57:02 GMT RESP BODY: {"security_groups": []} 2018-10-22 14:57:02,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateProjectUserTests-132b3770-e95f-4e7-name&description=hello+group used request id req-d7fa2bf1-4d31-486d-893e-67a201c7e0b5 2018-10-22 14:57:02,511 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-132b3770-e95f-4e7-name... 2018-10-22 14:57:02,511 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-132b3770-e95f-4e7-name 2018-10-22 14:57:02,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c70faf1f64c766afc529fbe889917a13b73a274" -d '{"security_group": {"name": "CreateProjectUserTests-132b3770-e95f-4e7-name", "description": "hello group"}}' 2018-10-22 14:57:03,624 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-176ca175-e823-4997-afcd-de391372aaa0 Date: Mon, 22 Oct 2018 14:57:03 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "updated_at": "2018-10-22T14:57:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "revision_number": 0, "id": "6fb19347-ad96-4cb0-98aa-3af8500dd7c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b0210bdbc5a4755ab175b5616bceec9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "revision_number": 0, "id": "8c36b582-2636-4e66-9968-6bafc32421d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b0210bdbc5a4755ab175b5616bceec9"}], "revision_number": 2, "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "name": "CreateProjectUserTests-132b3770-e95f-4e7-name"}} 2018-10-22 14:57:03,624 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-176ca175-e823-4997-afcd-de391372aaa0 2018-10-22 14:57:03,624 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d85566c7-5680-40ae-a2bd-30dbcf341af2 2018-10-22 14:57:03,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d85566c7-5680-40ae-a2bd-30dbcf341af2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c70faf1f64c766afc529fbe889917a13b73a274" 2018-10-22 14:57:03,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-af84dfcf-b694-4968-9650-36b0c4f48d72 Date: Mon, 22 Oct 2018 14:57:03 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-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "6fb19347-ad96-4cb0-98aa-3af8500dd7c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "8c36b582-2636-4e66-9968-6bafc32421d5"}]} 2018-10-22 14:57:03,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d85566c7-5680-40ae-a2bd-30dbcf341af2 used request id req-af84dfcf-b694-4968-9650-36b0c4f48d72 2018-10-22 14:57:03,857 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d85566c7-5680-40ae-a2bd-30dbcf341af2 2018-10-22 14:57:03,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d85566c7-5680-40ae-a2bd-30dbcf341af2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c70faf1f64c766afc529fbe889917a13b73a274" 2018-10-22 14:57:04,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-791d1006-3e43-497d-89b4-875107726868 Date: Mon, 22 Oct 2018 14:57:04 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-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "6fb19347-ad96-4cb0-98aa-3af8500dd7c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "8c36b582-2636-4e66-9968-6bafc32421d5"}]} 2018-10-22 14:57:04,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d85566c7-5680-40ae-a2bd-30dbcf341af2 used request id req-791d1006-3e43-497d-89b4-875107726868 2018-10-22 14:57:04,034 - neutron_utils - INFO - Retrieving security group with ID - d85566c7-5680-40ae-a2bd-30dbcf341af2 2018-10-22 14:57:04,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=d85566c7-5680-40ae-a2bd-30dbcf341af2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c70faf1f64c766afc529fbe889917a13b73a274" 2018-10-22 14:57:04,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-808d4b98-c367-49b7-a294-fa71d7ed9bbb Date: Mon, 22 Oct 2018 14:57:04 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "updated_at": "2018-10-22T14:57:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "revision_number": 0, "id": "6fb19347-ad96-4cb0-98aa-3af8500dd7c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b0210bdbc5a4755ab175b5616bceec9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "revision_number": 0, "id": "8c36b582-2636-4e66-9968-6bafc32421d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b0210bdbc5a4755ab175b5616bceec9"}], "revision_number": 2, "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "name": "CreateProjectUserTests-132b3770-e95f-4e7-name"}]} 2018-10-22 14:57:04,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=d85566c7-5680-40ae-a2bd-30dbcf341af2 used request id req-808d4b98-c367-49b7-a294-fa71d7ed9bbb 2018-10-22 14:57:04,906 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d85566c7-5680-40ae-a2bd-30dbcf341af2 2018-10-22 14:57:04,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d85566c7-5680-40ae-a2bd-30dbcf341af2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c70faf1f64c766afc529fbe889917a13b73a274" 2018-10-22 14:57:05,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-79a5ea33-bcca-491e-8807-be9d9624cc6a Date: Mon, 22 Oct 2018 14:57:05 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-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "6fb19347-ad96-4cb0-98aa-3af8500dd7c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "8c36b582-2636-4e66-9968-6bafc32421d5"}]} 2018-10-22 14:57:05,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d85566c7-5680-40ae-a2bd-30dbcf341af2 used request id req-79a5ea33-bcca-491e-8807-be9d9624cc6a 2018-10-22 14:57:05,630 - neutron_utils - INFO - Retrieving security group with ID - d85566c7-5680-40ae-a2bd-30dbcf341af2 2018-10-22 14:57:05,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=d85566c7-5680-40ae-a2bd-30dbcf341af2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c70faf1f64c766afc529fbe889917a13b73a274" 2018-10-22 14:57:05,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-6f2a7ec5-7c18-46ff-98b6-a4f87bd33a2f Date: Mon, 22 Oct 2018 14:57:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "updated_at": "2018-10-22T14:57:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "revision_number": 0, "id": "6fb19347-ad96-4cb0-98aa-3af8500dd7c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b0210bdbc5a4755ab175b5616bceec9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "revision_number": 0, "id": "8c36b582-2636-4e66-9968-6bafc32421d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b0210bdbc5a4755ab175b5616bceec9"}], "revision_number": 2, "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "name": "CreateProjectUserTests-132b3770-e95f-4e7-name"}]} 2018-10-22 14:57:05,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=d85566c7-5680-40ae-a2bd-30dbcf341af2 used request id req-6f2a7ec5-7c18-46ff-98b6-a4f87bd33a2f 2018-10-22 14:57:05,827 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d85566c7-5680-40ae-a2bd-30dbcf341af2 2018-10-22 14:57:05,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d85566c7-5680-40ae-a2bd-30dbcf341af2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c70faf1f64c766afc529fbe889917a13b73a274" 2018-10-22 14:57:05,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0a94850c-af91-4663-9720-5bf1daa10f4c Date: Mon, 22 Oct 2018 14:57:05 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-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "6fb19347-ad96-4cb0-98aa-3af8500dd7c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "8c36b582-2636-4e66-9968-6bafc32421d5"}]} 2018-10-22 14:57:05,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d85566c7-5680-40ae-a2bd-30dbcf341af2 used request id req-0a94850c-af91-4663-9720-5bf1daa10f4c 2018-10-22 14:57:05,853 - neutron_utils - INFO - Retrieving security group with ID - d85566c7-5680-40ae-a2bd-30dbcf341af2 2018-10-22 14:57:05,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=d85566c7-5680-40ae-a2bd-30dbcf341af2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c70faf1f64c766afc529fbe889917a13b73a274" 2018-10-22 14:57:06,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-08fbea95-148f-450e-a905-75c3f3db6c40 Date: Mon, 22 Oct 2018 14:57:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "updated_at": "2018-10-22T14:57:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "revision_number": 0, "id": "6fb19347-ad96-4cb0-98aa-3af8500dd7c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b0210bdbc5a4755ab175b5616bceec9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "revision_number": 0, "id": "8c36b582-2636-4e66-9968-6bafc32421d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b0210bdbc5a4755ab175b5616bceec9"}], "revision_number": 2, "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "name": "CreateProjectUserTests-132b3770-e95f-4e7-name"}]} 2018-10-22 14:57:06,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=d85566c7-5680-40ae-a2bd-30dbcf341af2 used request id req-08fbea95-148f-450e-a905-75c3f3db6c40 2018-10-22 14:57:06,786 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d85566c7-5680-40ae-a2bd-30dbcf341af2 2018-10-22 14:57:06,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d85566c7-5680-40ae-a2bd-30dbcf341af2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c70faf1f64c766afc529fbe889917a13b73a274" 2018-10-22 14:57:06,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-079a2772-c4aa-4608-902c-f87e69343f42 Date: Mon, 22 Oct 2018 14:57: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-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "6fb19347-ad96-4cb0-98aa-3af8500dd7c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "8c36b582-2636-4e66-9968-6bafc32421d5"}]} 2018-10-22 14:57:06,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d85566c7-5680-40ae-a2bd-30dbcf341af2 used request id req-079a2772-c4aa-4608-902c-f87e69343f42 2018-10-22 14:57:06,961 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:57:06,962 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:57:07,341 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "701bb03c438b4a63ba0fc529f1928c21", "name": "CreateProjectUserTests-132b3770-e95f-4e7-name-role"}], "expires_at": "2018-10-22T15:57:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b0210bdbc5a4755ab175b5616bceec9", "name": "CreateProjectUserTests-132b3770-e95f-4e7-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/0b0210bdbc5a4755ab175b5616bceec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/0b0210bdbc5a4755ab175b5616bceec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/0b0210bdbc5a4755ab175b5616bceec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/0b0210bdbc5a4755ab175b5616bceec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/0b0210bdbc5a4755ab175b5616bceec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/0b0210bdbc5a4755ab175b5616bceec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/0b0210bdbc5a4755ab175b5616bceec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/0b0210bdbc5a4755ab175b5616bceec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/0b0210bdbc5a4755ab175b5616bceec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/0b0210bdbc5a4755ab175b5616bceec9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/0b0210bdbc5a4755ab175b5616bceec9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/0b0210bdbc5a4755ab175b5616bceec9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-132b3770-e95f-4e7-user2", "id": "e30ce4e7a88448a8a2f226b903dfbf9c"}, "audit_ids": ["nd36OKW5SJabXpi1lGumWg"], "issued_at": "2018-10-22T14:57:07.000000Z"}} 2018-10-22 14:57:07,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}cbf0f3052f324f8412c0473760fa816cf879aa3e" 2018-10-22 14:57:07,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83d5817c-425c-40b1-8c4b-c6c3127a4e26 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:57:07,434 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-83d5817c-425c-40b1-8c4b-c6c3127a4e26 2018-10-22 14:57:07,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateProjectUserTests-132b3770-e95f-4e7-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbf0f3052f324f8412c0473760fa816cf879aa3e" 2018-10-22 14:57:07,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-2eb955a8-69a5-4238-9cd1-628edebcd952 Date: Mon, 22 Oct 2018 14:57:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "updated_at": "2018-10-22T14:57:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "revision_number": 0, "id": "6fb19347-ad96-4cb0-98aa-3af8500dd7c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b0210bdbc5a4755ab175b5616bceec9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "revision_number": 0, "id": "8c36b582-2636-4e66-9968-6bafc32421d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b0210bdbc5a4755ab175b5616bceec9"}], "revision_number": 2, "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "name": "CreateProjectUserTests-132b3770-e95f-4e7-name"}]} 2018-10-22 14:57:07,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateProjectUserTests-132b3770-e95f-4e7-name&description=hello+group used request id req-2eb955a8-69a5-4238-9cd1-628edebcd952 2018-10-22 14:57:07,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:57:07,751 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:57:07 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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:57:07,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbf0f3052f324f8412c0473760fa816cf879aa3e" 2018-10-22 14:57:07,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-463e0291-a7bd-4b20-8790-e7e7ed0959d9 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9"}, "enabled": true, "id": "0b0210bdbc5a4755ab175b5616bceec9", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-132b3770-e95f-4e7-name"}} 2018-10-22 14:57:07,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9 used request id req-463e0291-a7bd-4b20-8790-e7e7ed0959d9 2018-10-22 14:57:07,833 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d85566c7-5680-40ae-a2bd-30dbcf341af2 2018-10-22 14:57:07,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d85566c7-5680-40ae-a2bd-30dbcf341af2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbf0f3052f324f8412c0473760fa816cf879aa3e" 2018-10-22 14:57:07,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3e3000d3-2354-4cf5-b134-254cea74854b Date: Mon, 22 Oct 2018 14:57: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-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "6fb19347-ad96-4cb0-98aa-3af8500dd7c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "8c36b582-2636-4e66-9968-6bafc32421d5"}]} 2018-10-22 14:57:07,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d85566c7-5680-40ae-a2bd-30dbcf341af2 used request id req-3e3000d3-2354-4cf5-b134-254cea74854b 2018-10-22 14:57:07,991 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d85566c7-5680-40ae-a2bd-30dbcf341af2 2018-10-22 14:57:07,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d85566c7-5680-40ae-a2bd-30dbcf341af2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbf0f3052f324f8412c0473760fa816cf879aa3e" 2018-10-22 14:57:08,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f549d79a-0b29-4e5a-a96c-b1c51f3f27cf Date: Mon, 22 Oct 2018 14:57: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-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "6fb19347-ad96-4cb0-98aa-3af8500dd7c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "8c36b582-2636-4e66-9968-6bafc32421d5"}]} 2018-10-22 14:57:08,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d85566c7-5680-40ae-a2bd-30dbcf341af2 used request id req-f549d79a-0b29-4e5a-a96c-b1c51f3f27cf 2018-10-22 14:57:08,171 - neutron_utils - INFO - Retrieving security group with ID - d85566c7-5680-40ae-a2bd-30dbcf341af2 2018-10-22 14:57:08,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=d85566c7-5680-40ae-a2bd-30dbcf341af2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbf0f3052f324f8412c0473760fa816cf879aa3e" 2018-10-22 14:57:09,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ab9714e3-44fd-4472-83ac-0cec7dd834ba Date: Mon, 22 Oct 2018 14:57:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "updated_at": "2018-10-22T14:57:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "revision_number": 0, "id": "6fb19347-ad96-4cb0-98aa-3af8500dd7c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b0210bdbc5a4755ab175b5616bceec9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "revision_number": 0, "id": "8c36b582-2636-4e66-9968-6bafc32421d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b0210bdbc5a4755ab175b5616bceec9"}], "revision_number": 2, "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "name": "CreateProjectUserTests-132b3770-e95f-4e7-name"}]} 2018-10-22 14:57:09,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=d85566c7-5680-40ae-a2bd-30dbcf341af2 used request id req-ab9714e3-44fd-4472-83ac-0cec7dd834ba 2018-10-22 14:57:09,044 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d85566c7-5680-40ae-a2bd-30dbcf341af2 2018-10-22 14:57:09,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d85566c7-5680-40ae-a2bd-30dbcf341af2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbf0f3052f324f8412c0473760fa816cf879aa3e" 2018-10-22 14:57:09,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-acb16fdf-34a6-4d0d-a1e8-a76e52eb2c44 Date: Mon, 22 Oct 2018 14:57:09 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-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "6fb19347-ad96-4cb0-98aa-3af8500dd7c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:57:03Z", "security_group_id": "d85566c7-5680-40ae-a2bd-30dbcf341af2", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:03Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "8c36b582-2636-4e66-9968-6bafc32421d5"}]} 2018-10-22 14:57:09,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d85566c7-5680-40ae-a2bd-30dbcf341af2 used request id req-acb16fdf-34a6-4d0d-a1e8-a76e52eb2c44 2018-10-22 14:57:09,303 - neutron_utils - INFO - Deleting security group rule with ID - 6fb19347-ad96-4cb0-98aa-3af8500dd7c8 2018-10-22 14:57:09,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/6fb19347-ad96-4cb0-98aa-3af8500dd7c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c70faf1f64c766afc529fbe889917a13b73a274" 2018-10-22 14:57:09,427 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-292c15f4-f519-4032-a5ac-b6b068854a1f Content-Length: 0 Date: Mon, 22 Oct 2018 14:57:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:57:09,427 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/6fb19347-ad96-4cb0-98aa-3af8500dd7c8 used request id req-292c15f4-f519-4032-a5ac-b6b068854a1f 2018-10-22 14:57:09,427 - neutron_utils - INFO - Deleting security group rule with ID - 8c36b582-2636-4e66-9968-6bafc32421d5 2018-10-22 14:57:09,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/8c36b582-2636-4e66-9968-6bafc32421d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c70faf1f64c766afc529fbe889917a13b73a274" 2018-10-22 14:57:09,862 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-758b9b58-944e-47fd-b154-42e5824a3895 Content-Length: 0 Date: Mon, 22 Oct 2018 14:57:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:57:09,862 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/8c36b582-2636-4e66-9968-6bafc32421d5 used request id req-758b9b58-944e-47fd-b154-42e5824a3895 2018-10-22 14:57:09,862 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-132b3770-e95f-4e7-name 2018-10-22 14:57:09,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/d85566c7-5680-40ae-a2bd-30dbcf341af2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c70faf1f64c766afc529fbe889917a13b73a274" 2018-10-22 14:57:10,153 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c0654df6-3547-4b64-823b-e3cb98d48470 Content-Length: 0 Date: Mon, 22 Oct 2018 14:57:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:57:10,153 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/d85566c7-5680-40ae-a2bd-30dbcf341af2 used request id req-c0654df6-3547-4b64-823b-e3cb98d48470 2018-10-22 14:57:10,154 - neutron_utils - INFO - Deleting security group rule with ID - 8c36b582-2636-4e66-9968-6bafc32421d5 2018-10-22 14:57:10,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/8c36b582-2636-4e66-9968-6bafc32421d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbf0f3052f324f8412c0473760fa816cf879aa3e" 2018-10-22 14:57:10,910 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-cac1e5d4-289f-4f3c-9108-e2fbfe0dd9e3 Date: Mon, 22 Oct 2018 14:57:10 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 8c36b582-2636-4e66-9968-6bafc32421d5 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-22 14:57:10,910 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/8c36b582-2636-4e66-9968-6bafc32421d5 used request id req-cac1e5d4-289f-4f3c-9108-e2fbfe0dd9e3 2018-10-22 14:57:10,910 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 8c36b582-2636-4e66-9968-6bafc32421d5 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-22 14:57:10,910 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 8c36b582-2636-4e66-9968-6bafc32421d5 does not exist Neutron server returns request_ids: ['req-cac1e5d4-289f-4f3c-9108-e2fbfe0dd9e3'] 2018-10-22 14:57:10,911 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-132b3770-e95f-4e7-name 2018-10-22 14:57:10,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/d85566c7-5680-40ae-a2bd-30dbcf341af2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbf0f3052f324f8412c0473760fa816cf879aa3e" 2018-10-22 14:57:11,081 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-a38c08b8-13fd-45b9-ace8-b105fdedcec6 Date: Mon, 22 Oct 2018 14:57:11 GMT RESP BODY: {"NeutronError": {"message": "Security group d85566c7-5680-40ae-a2bd-30dbcf341af2 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-22 14:57:11,081 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/d85566c7-5680-40ae-a2bd-30dbcf341af2 used request id req-a38c08b8-13fd-45b9-ace8-b105fdedcec6 2018-10-22 14:57:11,081 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group d85566c7-5680-40ae-a2bd-30dbcf341af2 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-22 14:57:11,082 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group d85566c7-5680-40ae-a2bd-30dbcf341af2 does not exist Neutron server returns request_ids: ['req-a38c08b8-13fd-45b9-ace8-b105fdedcec6'] 2018-10-22 14:57:11,082 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-132b3770-e95f-4e7-user1 2018-10-22 14:57:11,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/596e5d1da45f4ed58b5586f2bab36c8a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c56fb3b5f36cd49596fe0c2e39e3e940e465ab1e" 2018-10-22 14:57:11,330 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:57:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-372fc088-7cdd-4fdd-98f3-304493d0c7f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:57:11,331 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/596e5d1da45f4ed58b5586f2bab36c8a used request id req-372fc088-7cdd-4fdd-98f3-304493d0c7f3 2018-10-22 14:57:11,331 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-132b3770-e95f-4e7-user2 2018-10-22 14:57:11,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/e30ce4e7a88448a8a2f226b903dfbf9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4fdbad6b9b14c4fe2534b2470d5b0d4e79e996" 2018-10-22 14:57:11,504 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:57:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ea388f6-a0b5-4748-9013-4d621a78e3f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:57:11,504 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/e30ce4e7a88448a8a2f226b903dfbf9c used request id req-3ea388f6-a0b5-4748-9013-4d621a78e3f0 2018-10-22 14:57:11,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4175755feb59b9ce6a757271dd58fcaa74fb95" 2018-10-22 14:57:11,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-4fb1413a-b7e7-4a51-bb2f-d654860b579a Date: Mon, 22 Oct 2018 14:57:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:56:25Z", "updated_at": "2018-10-22T14:56:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "067cf009-4b88-429d-8eb6-e0714d8b6b2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "5444c119-ec36-4418-aba0-f1d27820abb4", "remote_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "b6d9d9f9-7ec5-4d5a-93ed-08317b0b78ed", "remote_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "f46db475-71ce-4ad4-805b-168823a1f1fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 4, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:02Z", "updated_at": "2018-10-22T14:57:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:57:02Z", "revision_number": 0, "id": "29c6af94-0739-4d25-a42c-37a7e0581a14", "remote_group_id": "eb88ce1a-cf19-4752-ac80-fdef083094f0", "remote_ip_prefix": null, "created_at": "2018-10-22T14:57:02Z", "security_group_id": "eb88ce1a-cf19-4752-ac80-fdef083094f0", "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b0210bdbc5a4755ab175b5616bceec9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:57:02Z", "revision_number": 0, "id": "7e6da7e6-65c1-4fc2-be12-4bbef8a1535c", "remote_group_id": "eb88ce1a-cf19-4752-ac80-fdef083094f0", "remote_ip_prefix": null, "created_at": "2018-10-22T14:57:02Z", "security_group_id": "eb88ce1a-cf19-4752-ac80-fdef083094f0", "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b0210bdbc5a4755ab175b5616bceec9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:57:02Z", "revision_number": 0, "id": "9a27d969-dd35-4ed5-8c8c-3a95ba8538a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:57:02Z", "security_group_id": "eb88ce1a-cf19-4752-ac80-fdef083094f0", "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b0210bdbc5a4755ab175b5616bceec9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:57:02Z", "revision_number": 0, "id": "d2dbe807-ee28-422a-9f8e-681d14fe809e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:57:02Z", "security_group_id": "eb88ce1a-cf19-4752-ac80-fdef083094f0", "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b0210bdbc5a4755ab175b5616bceec9"}], "revision_number": 4, "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "eb88ce1a-cf19-4752-ac80-fdef083094f0", "name": "default"}]} 2018-10-22 14:57:11,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-4fb1413a-b7e7-4a51-bb2f-d654860b579a 2018-10-22 14:57:11,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4175755feb59b9ce6a757271dd58fcaa74fb95" 2018-10-22 14:57:11,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e683a4d-b9b8-4a0d-b1b4-e8589a45007d 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.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-22 14:57:11,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71 used request id req-1e683a4d-b9b8-4a0d-b1b4-e8589a45007d 2018-10-22 14:57:11,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4175755feb59b9ce6a757271dd58fcaa74fb95" 2018-10-22 14:57:11,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6ce3784-a678-4bd8-b186-9299e7294971 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:57:11,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-d6ce3784-a678-4bd8-b186-9299e7294971 2018-10-22 14:57:11,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4175755feb59b9ce6a757271dd58fcaa74fb95" 2018-10-22 14:57:12,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eaa911e-fe93-4943-a7f3-432911192530 Content-Encoding: gzip Content-Length: 190 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-22 14:57:12,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6 used request id req-4eaa911e-fe93-4943-a7f3-432911192530 2018-10-22 14:57:12,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4175755feb59b9ce6a757271dd58fcaa74fb95" 2018-10-22 14:57:12,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71a6a3f7-1b2e-42c2-ae67-315056b59050 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9"}, "enabled": true, "id": "0b0210bdbc5a4755ab175b5616bceec9", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-132b3770-e95f-4e7-name"}} 2018-10-22 14:57:12,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9 used request id req-71a6a3f7-1b2e-42c2-ae67-315056b59050 2018-10-22 14:57:12,094 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb88ce1a-cf19-4752-ac80-fdef083094f0 2018-10-22 14:57:12,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=eb88ce1a-cf19-4752-ac80-fdef083094f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4175755feb59b9ce6a757271dd58fcaa74fb95" 2018-10-22 14:57:12,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-dece1f40-2bd9-46d0-bea0-caa38ab403ee Date: Mon, 22 Oct 2018 14:57:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "eb88ce1a-cf19-4752-ac80-fdef083094f0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:57:02Z", "security_group_id": "eb88ce1a-cf19-4752-ac80-fdef083094f0", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:02Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "29c6af94-0739-4d25-a42c-37a7e0581a14"}, {"remote_group_id": "eb88ce1a-cf19-4752-ac80-fdef083094f0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:57:02Z", "security_group_id": "eb88ce1a-cf19-4752-ac80-fdef083094f0", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:02Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "7e6da7e6-65c1-4fc2-be12-4bbef8a1535c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:57:02Z", "security_group_id": "eb88ce1a-cf19-4752-ac80-fdef083094f0", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:02Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "9a27d969-dd35-4ed5-8c8c-3a95ba8538a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:57:02Z", "security_group_id": "eb88ce1a-cf19-4752-ac80-fdef083094f0", "port_range_min": null, "revision_number": 0, "tenant_id": "0b0210bdbc5a4755ab175b5616bceec9", "created_at": "2018-10-22T14:57:02Z", "project_id": "0b0210bdbc5a4755ab175b5616bceec9", "id": "d2dbe807-ee28-422a-9f8e-681d14fe809e"}]} 2018-10-22 14:57:12,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=eb88ce1a-cf19-4752-ac80-fdef083094f0 used request id req-dece1f40-2bd9-46d0-bea0-caa38ab403ee 2018-10-22 14:57:12,265 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 14:57:12,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/eb88ce1a-cf19-4752-ac80-fdef083094f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4175755feb59b9ce6a757271dd58fcaa74fb95" 2018-10-22 14:57:12,635 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b9226cf7-9b6d-440f-a6ee-d8bcc25fb6de Content-Length: 0 Date: Mon, 22 Oct 2018 14:57:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:57:12,636 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/eb88ce1a-cf19-4752-ac80-fdef083094f0 used request id req-b9226cf7-9b6d-440f-a6ee-d8bcc25fb6de 2018-10-22 14:57:12,636 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-132b3770-e95f-4e7-name 2018-10-22 14:57:12,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4175755feb59b9ce6a757271dd58fcaa74fb95" 2018-10-22 14:57:12,813 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:57:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48d65fc8-04bf-447f-9962-887caf9ca348 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:57:12,813 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/0b0210bdbc5a4755ab175b5616bceec9 used request id req-48d65fc8-04bf-447f-9962-887caf9ca348 2018-10-22 14:57:12,813 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-132b3770-e95f-4e7-name-role 2018-10-22 14:57:12,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/701bb03c438b4a63ba0fc529f1928c21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4175755feb59b9ce6a757271dd58fcaa74fb95" 2018-10-22 14:57:13,047 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 14:57:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c50401f-f166-4a88-a250-9b7540610f49 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 14:57:13,047 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/701bb03c438b4a63ba0fc529f1928c21 used request id req-4c50401f-f166-4a88-a250-9b7540610f49 2018-10-22 14:57:13,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4175755feb59b9ce6a757271dd58fcaa74fb95" 2018-10-22 14:57:13,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36cb1f4b-2a93-46ee-8693-4d39fc41f9ed Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 14:57:13,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-36cb1f4b-2a93-46ee-8693-4d39fc41f9ed 2018-10-22 14:57:13,137 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:57:13,520 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:57:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["fqJ5maJETEK_Wznts6Ou3A"], "issued_at": "2018-10-22T14:57:13.000000Z"}} 2018-10-22 14:57:13,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b47af471f14cf71aa4d85f796507b9329fb2905f" 2018-10-22 14:57:14,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-08e1bc1d-249c-4419-a978-0a54a3d1be0e Date: Mon, 22 Oct 2018 14:57:14 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-10-22 14:57:14,083 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-08e1bc1d-249c-4419-a978-0a54a3d1be0e 2018-10-22 14:57:14,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b47af471f14cf71aa4d85f796507b9329fb2905f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-8c5d7ec9-ebbf-4832-909c-4faba3fcaed9"}' 2018-10-22 14:57:14,822 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/05972276-c310-4f14-815d-446d17d778ee X-Openstack-Request-Id: req-5877a16e-38f1-4a60-83ff-8860dfde3a38 Date: Mon, 22 Oct 2018 14:57:14 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-8c5d7ec9-ebbf-4832-909c-4faba3fcaed9", "tags": [], "container_format": "bare", "created_at": "2018-10-22T14:57:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T14:57:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/05972276-c310-4f14-815d-446d17d778ee", "min_disk": 0, "protected": false, "id": "05972276-c310-4f14-815d-446d17d778ee", "file": "/v2/images/05972276-c310-4f14-815d-446d17d778ee/file", "checksum": null, "owner": "8e9a3444377442da8b38ad768127d234", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 14:57:14,822 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-5877a16e-38f1-4a60-83ff-8860dfde3a38 2018-10-22 14:57:14,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/05972276-c310-4f14-815d-446d17d778ee/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b47af471f14cf71aa4d85f796507b9329fb2905f" -d '' 2018-10-22 14:57:18,220 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4ad63058-97e2-4b45-adcc-138a6adaf7a3 Date: Mon, 22 Oct 2018 14:57:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 14:57:18,220 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/05972276-c310-4f14-815d-446d17d778ee/file used request id req-4ad63058-97e2-4b45-adcc-138a6adaf7a3 2018-10-22 14:57:18,221 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-22 14:57:18,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/05972276-c310-4f14-815d-446d17d778ee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b47af471f14cf71aa4d85f796507b9329fb2905f" 2018-10-22 14:57:18,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-3b663e8d-661b-4f09-80ec-c000e3792d5c Date: Mon, 22 Oct 2018 14:57:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-8c5d7ec9-ebbf-4832-909c-4faba3fcaed9", "tags": [], "container_format": "bare", "created_at": "2018-10-22T14:57:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T14:57:18Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/05972276-c310-4f14-815d-446d17d778ee/snap", "metadata": {}}], "self": "/v2/images/05972276-c310-4f14-815d-446d17d778ee", "min_disk": 0, "protected": false, "id": "05972276-c310-4f14-815d-446d17d778ee", "file": "/v2/images/05972276-c310-4f14-815d-446d17d778ee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/05972276-c310-4f14-815d-446d17d778ee/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 14:57:18,863 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/05972276-c310-4f14-815d-446d17d778ee used request id req-3b663e8d-661b-4f09-80ec-c000e3792d5c 2018-10-22 14:57:18,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b47af471f14cf71aa4d85f796507b9329fb2905f" 2018-10-22 14:57:19,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-00292cd5-9814-433b-9804-024cd2e20b71 Date: Mon, 22 Oct 2018 14:57: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-10-22 14:57:19,527 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-00292cd5-9814-433b-9804-024cd2e20b71 2018-10-22 14:57:19,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-8c5d7ec9-ebbf-4832-909c-4faba3fcaed9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b47af471f14cf71aa4d85f796507b9329fb2905f" 2018-10-22 14:57:20,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-d61a8940-a9f1-4b0e-ac7e-543720952380 Date: Mon, 22 Oct 2018 14:57:20 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-8c5d7ec9-ebbf-4832-909c-4faba3fcaed9", "tags": [], "container_format": "bare", "created_at": "2018-10-22T14:57:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T14:57:18Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/05972276-c310-4f14-815d-446d17d778ee/snap", "metadata": {}}], "self": "/v2/images/05972276-c310-4f14-815d-446d17d778ee", "min_disk": 0, "protected": false, "id": "05972276-c310-4f14-815d-446d17d778ee", "file": "/v2/images/05972276-c310-4f14-815d-446d17d778ee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/05972276-c310-4f14-815d-446d17d778ee/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-8c5d7ec9-ebbf-4832-909c-4faba3fcaed9"} 2018-10-22 14:57:20,153 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-8c5d7ec9-ebbf-4832-909c-4faba3fcaed9 used request id req-d61a8940-a9f1-4b0e-ac7e-543720952380 2018-10-22 14:57:20,154 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-8c5d7ec9-ebbf-4832-909c-4faba3fcaed9 2018-10-22 14:57:20,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/05972276-c310-4f14-815d-446d17d778ee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b47af471f14cf71aa4d85f796507b9329fb2905f" 2018-10-22 14:57:21,709 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-71b041e3-0056-43a6-8c5d-3f01d44549b0 Date: Mon, 22 Oct 2018 14:57:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 14:57:21,709 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/05972276-c310-4f14-815d-446d17d778ee used request id req-71b041e3-0056-43a6-8c5d-3f01d44549b0 2018-10-22 14:57:21,711 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-22 14:57:21,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:57:22,084 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:57:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["OU0dOlJJR8KxV7gFnwepoA"], "issued_at": "2018-10-22T14:57:22.000000Z"}} 2018-10-22 14:57:22,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}4702e5de1d0be41f93dd1eb81a0f785f4568da48" 2018-10-22 14:57:22,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7e51503-01dd-4321-ae01-5c4a539436eb 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:57:22,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b7e51503-01dd-4321-ae01-5c4a539436eb 2018-10-22 14:57:22,178 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-c2da2b23-b363-4a47-ba6a-f82ca2ee34f0-pub-net 2018-10-22 14:57:22,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4702e5de1d0be41f93dd1eb81a0f785f4568da48" -d '{"network": {"name": "NeutronUtilsNetworkTests-c2da2b23-b363-4a47-ba6a-f82ca2ee34f0-pub-net", "admin_state_up": true}}' 2018-10-22 14:57:22,617 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-1fd85a83-1f3e-4cc4-a8a3-6c64b07cad3a Date: Mon, 22 Oct 2018 14:57: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":"50cbd903-d906-4319-bdd2-2ca141c24f1d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:57:22Z","is_default":false,"provider:segmentation_id":73,"name":"NeutronUtilsNetworkTests-c2da2b23-b363-4a47-ba6a-f82ca2ee34f0-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:22Z","mtu":1450}} 2018-10-22 14:57:22,617 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-1fd85a83-1f3e-4cc4-a8a3-6c64b07cad3a 2018-10-22 14:57:22,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=50cbd903-d906-4319-bdd2-2ca141c24f1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4702e5de1d0be41f93dd1eb81a0f785f4568da48" 2018-10-22 14:57:23,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4f646971-85d7-4cc0-a5b6-716bf9a691e3 Date: Mon, 22 Oct 2018 14:57:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"50cbd903-d906-4319-bdd2-2ca141c24f1d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:57:22Z","provider:segmentation_id":73,"name":"NeutronUtilsNetworkTests-c2da2b23-b363-4a47-ba6a-f82ca2ee34f0-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:22Z","provider:network_type":"vxlan"}]} 2018-10-22 14:57:23,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=50cbd903-d906-4319-bdd2-2ca141c24f1d used request id req-4f646971-85d7-4cc0-a5b6-716bf9a691e3 2018-10-22 14:57:23,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=50cbd903-d906-4319-bdd2-2ca141c24f1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4702e5de1d0be41f93dd1eb81a0f785f4568da48" 2018-10-22 14:57:23,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a1b625da-74e6-44ad-abe1-1d60880285c4 Date: Mon, 22 Oct 2018 14:57:23 GMT RESP BODY: {"subnets":[]} 2018-10-22 14:57:23,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=50cbd903-d906-4319-bdd2-2ca141c24f1d used request id req-a1b625da-74e6-44ad-abe1-1d60880285c4 2018-10-22 14:57:23,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=50cbd903-d906-4319-bdd2-2ca141c24f1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4702e5de1d0be41f93dd1eb81a0f785f4568da48" 2018-10-22 14:57:23,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-be300df6-0115-4ed6-ada6-c8422268d154 Date: Mon, 22 Oct 2018 14:57:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"50cbd903-d906-4319-bdd2-2ca141c24f1d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:57:22Z","provider:segmentation_id":73,"name":"NeutronUtilsNetworkTests-c2da2b23-b363-4a47-ba6a-f82ca2ee34f0-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:22Z","provider:network_type":"vxlan"}]} 2018-10-22 14:57:23,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=50cbd903-d906-4319-bdd2-2ca141c24f1d used request id req-be300df6-0115-4ed6-ada6-c8422268d154 2018-10-22 14:57:23,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=50cbd903-d906-4319-bdd2-2ca141c24f1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4702e5de1d0be41f93dd1eb81a0f785f4568da48" 2018-10-22 14:57:24,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0b1c4372-205c-44af-8980-f91e4619647f Date: Mon, 22 Oct 2018 14:57:24 GMT RESP BODY: {"subnets":[]} 2018-10-22 14:57:24,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=50cbd903-d906-4319-bdd2-2ca141c24f1d used request id req-0b1c4372-205c-44af-8980-f91e4619647f 2018-10-22 14:57:24,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsNetworkTests-c2da2b23-b363-4a47-ba6a-f82ca2ee34f0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4702e5de1d0be41f93dd1eb81a0f785f4568da48" 2018-10-22 14:57:24,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cfdc0861-0a33-4446-a878-7a0a4febea1f Date: Mon, 22 Oct 2018 14:57:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"50cbd903-d906-4319-bdd2-2ca141c24f1d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:57:22Z","provider:segmentation_id":73,"name":"NeutronUtilsNetworkTests-c2da2b23-b363-4a47-ba6a-f82ca2ee34f0-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:22Z","provider:network_type":"vxlan"}]} 2018-10-22 14:57:24,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsNetworkTests-c2da2b23-b363-4a47-ba6a-f82ca2ee34f0-pub-net used request id req-cfdc0861-0a33-4446-a878-7a0a4febea1f 2018-10-22 14:57:24,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:57:24,289 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:57:24 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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:57:24,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4702e5de1d0be41f93dd1eb81a0f785f4568da48" 2018-10-22 14:57:24,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fee13ab-b41b-456f-9274-1f07cb1d5efe 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:57:24,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-2fee13ab-b41b-456f-9274-1f07cb1d5efe 2018-10-22 14:57:24,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=50cbd903-d906-4319-bdd2-2ca141c24f1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4702e5de1d0be41f93dd1eb81a0f785f4568da48" 2018-10-22 14:57:25,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e38be88d-a0c9-4d84-932f-e32d55c3d713 Date: Mon, 22 Oct 2018 14:57:25 GMT RESP BODY: {"subnets":[]} 2018-10-22 14:57:25,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=50cbd903-d906-4319-bdd2-2ca141c24f1d used request id req-e38be88d-a0c9-4d84-932f-e32d55c3d713 2018-10-22 14:57:25,171 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-c2da2b23-b363-4a47-ba6a-f82ca2ee34f0-pub-net 2018-10-22 14:57:25,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/50cbd903-d906-4319-bdd2-2ca141c24f1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4702e5de1d0be41f93dd1eb81a0f785f4568da48" 2018-10-22 14:57:26,055 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0bd37ed9-960d-4d0c-8b35-6b4c299df7c5 Date: Mon, 22 Oct 2018 14:57:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:57:26,055 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/50cbd903-d906-4319-bdd2-2ca141c24f1d used request id req-0bd37ed9-960d-4d0c-8b35-6b4c299df7c5 2018-10-22 14:57:26,056 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:57:26,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:57:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["dcaO50y6SBK2SBq36-WPeA"], "issued_at": "2018-10-22T14:57:26.000000Z"}} 2018-10-22 14:57:26,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}e97c3feda84a1f5720ba97953ed70897a439fa3f" 2018-10-22 14:57:26,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e86f7cc6-245e-4af6-8c04-67f62f11682e 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:57:26,520 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e86f7cc6-245e-4af6-8c04-67f62f11682e 2018-10-22 14:57:26,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:57:26,893 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:57:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["VEO2ls6mTwuKJ8kl2bhY_w"], "issued_at": "2018-10-22T14:57:26.000000Z"}} 2018-10-22 14:57:26,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}4c3761cc2e1cd682139766bca88489e586ed7081" 2018-10-22 14:57:26,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41f31c5b-a8f3-4a59-9214-99b0e3699b92 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:57:26,979 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-41f31c5b-a8f3-4a59-9214-99b0e3699b92 2018-10-22 14:57:26,981 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:57:27,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:57:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["vBqcHGd1SzW9_8Z1qEA9aQ"], "issued_at": "2018-10-22T14:57:27.000000Z"}} 2018-10-22 14:57:27,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}c0b438d935296b79c33a6528c47d47498325a600" 2018-10-22 14:57:27,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f883e38b-19f6-4f09-b78f-314d9eacbd63 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:57:27,441 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f883e38b-19f6-4f09-b78f-314d9eacbd63 2018-10-22 14:57:27,443 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-net 2018-10-22 14:57:27,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b438d935296b79c33a6528c47d47498325a600" -d '{"network": {"name": "NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-net", "admin_state_up": true}}' 2018-10-22 14:57:28,039 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-2091c5f0-9d17-4caa-a1ac-c21c8bdfab64 Date: Mon, 22 Oct 2018 14:57:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cb28e692-c553-4f72-875f-e26baa7f7219","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:57:27Z","is_default":false,"provider:segmentation_id":32,"name":"NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:27Z","mtu":1450}} 2018-10-22 14:57:28,040 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-2091c5f0-9d17-4caa-a1ac-c21c8bdfab64 2018-10-22 14:57:28,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=cb28e692-c553-4f72-875f-e26baa7f7219 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b438d935296b79c33a6528c47d47498325a600" 2018-10-22 14:57:28,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8367b827-514f-4cdf-a73a-59f5cd042ed7 Date: Mon, 22 Oct 2018 14:57:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"cb28e692-c553-4f72-875f-e26baa7f7219","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:57:27Z","provider:segmentation_id":32,"name":"NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:27Z","provider:network_type":"vxlan"}]} 2018-10-22 14:57:28,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=cb28e692-c553-4f72-875f-e26baa7f7219 used request id req-8367b827-514f-4cdf-a73a-59f5cd042ed7 2018-10-22 14:57:28,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=cb28e692-c553-4f72-875f-e26baa7f7219 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b438d935296b79c33a6528c47d47498325a600" 2018-10-22 14:57:29,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8902b946-9729-4c73-ae4e-55df41d7bde8 Date: Mon, 22 Oct 2018 14:57:29 GMT RESP BODY: {"subnets":[]} 2018-10-22 14:57:29,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=cb28e692-c553-4f72-875f-e26baa7f7219 used request id req-8902b946-9729-4c73-ae4e-55df41d7bde8 2018-10-22 14:57:29,191 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-subnet 2018-10-22 14:57:29,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b438d935296b79c33a6528c47d47498325a600" -d '{"subnets": [{"ip_version": 4, "network_id": "cb28e692-c553-4f72-875f-e26baa7f7219", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-subnet"}]}' 2018-10-22 14:57:30,479 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3d28cccb-2c81-4be4-82cc-b6d2150988d0 Date: Mon, 22 Oct 2018 14:57:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb28e692-c553-4f72-875f-e26baa7f7219","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:30Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:30Z","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":"8e9a3444377442da8b38ad768127d234","id":"31fa5371-53b8-4b8d-b7a4-2008abebfcd7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-subnet"}]} 2018-10-22 14:57:30,479 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-3d28cccb-2c81-4be4-82cc-b6d2150988d0 2018-10-22 14:57:30,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=cb28e692-c553-4f72-875f-e26baa7f7219 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b438d935296b79c33a6528c47d47498325a600" 2018-10-22 14:57:30,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-97173681-8137-4856-a0b3-e344aa8c4664 Date: Mon, 22 Oct 2018 14:57:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cb28e692-c553-4f72-875f-e26baa7f7219","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["31fa5371-53b8-4b8d-b7a4-2008abebfcd7"],"description":"","tags":[],"updated_at":"2018-10-22T14:57:30Z","provider:segmentation_id":32,"name":"NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:27Z","provider:network_type":"vxlan"}]} 2018-10-22 14:57:30,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=cb28e692-c553-4f72-875f-e26baa7f7219 used request id req-97173681-8137-4856-a0b3-e344aa8c4664 2018-10-22 14:57:30,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=cb28e692-c553-4f72-875f-e26baa7f7219 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b438d935296b79c33a6528c47d47498325a600" 2018-10-22 14:57:30,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-84036e86-7cbd-471e-8257-48a9e9a83e61 Date: Mon, 22 Oct 2018 14:57:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb28e692-c553-4f72-875f-e26baa7f7219","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:30Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:30Z","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":"8e9a3444377442da8b38ad768127d234","id":"31fa5371-53b8-4b8d-b7a4-2008abebfcd7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-subnet"}]} 2018-10-22 14:57:30,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=cb28e692-c553-4f72-875f-e26baa7f7219 used request id req-84036e86-7cbd-471e-8257-48a9e9a83e61 2018-10-22 14:57:30,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b438d935296b79c33a6528c47d47498325a600" 2018-10-22 14:57:31,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-d31adf77-4d4e-4eec-bffc-230f4a6045bb Date: Mon, 22 Oct 2018 14:57:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cb28e692-c553-4f72-875f-e26baa7f7219","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["31fa5371-53b8-4b8d-b7a4-2008abebfcd7"],"description":"","tags":[],"updated_at":"2018-10-22T14:57:30Z","provider:segmentation_id":32,"name":"NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:27Z","provider:network_type":"vxlan"}]} 2018-10-22 14:57:31,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-net used request id req-d31adf77-4d4e-4eec-bffc-230f4a6045bb 2018-10-22 14:57:31,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:57:31,207 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:57: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:57:31,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b438d935296b79c33a6528c47d47498325a600" 2018-10-22 14:57:31,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2a57df3-e071-4d24-a2f1-394d387b75fa 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:57:31,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-e2a57df3-e071-4d24-a2f1-394d387b75fa 2018-10-22 14:57:31,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=cb28e692-c553-4f72-875f-e26baa7f7219 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b438d935296b79c33a6528c47d47498325a600" 2018-10-22 14:57:31,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6354877c-c5b4-40da-9e8b-717816f5af3d Date: Mon, 22 Oct 2018 14:57:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb28e692-c553-4f72-875f-e26baa7f7219","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:30Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:30Z","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":"8e9a3444377442da8b38ad768127d234","id":"31fa5371-53b8-4b8d-b7a4-2008abebfcd7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-subnet"}]} 2018-10-22 14:57:31,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=cb28e692-c553-4f72-875f-e26baa7f7219 used request id req-6354877c-c5b4-40da-9e8b-717816f5af3d 2018-10-22 14:57:31,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=cb28e692-c553-4f72-875f-e26baa7f7219&name=NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b438d935296b79c33a6528c47d47498325a600" 2018-10-22 14:57:31,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e4509c37-92ba-410a-aa45-9fa054ff6ea8 Date: Mon, 22 Oct 2018 14:57:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb28e692-c553-4f72-875f-e26baa7f7219","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:30Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:30Z","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":"8e9a3444377442da8b38ad768127d234","id":"31fa5371-53b8-4b8d-b7a4-2008abebfcd7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-subnet"}]} 2018-10-22 14:57:31,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=cb28e692-c553-4f72-875f-e26baa7f7219&name=NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-subnet used request id req-e4509c37-92ba-410a-aa45-9fa054ff6ea8 2018-10-22 14:57:31,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=cb28e692-c553-4f72-875f-e26baa7f7219&name=NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b438d935296b79c33a6528c47d47498325a600" 2018-10-22 14:57:32,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b2f24e3c-35e1-49c5-bb49-65742a3d47b9 Date: Mon, 22 Oct 2018 14:57:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb28e692-c553-4f72-875f-e26baa7f7219","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:30Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:30Z","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":"8e9a3444377442da8b38ad768127d234","id":"31fa5371-53b8-4b8d-b7a4-2008abebfcd7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-subnet"}]} 2018-10-22 14:57:32,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=cb28e692-c553-4f72-875f-e26baa7f7219&name=NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-subnet used request id req-b2f24e3c-35e1-49c5-bb49-65742a3d47b9 2018-10-22 14:57:32,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=cb28e692-c553-4f72-875f-e26baa7f7219 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b438d935296b79c33a6528c47d47498325a600" 2018-10-22 14:57:32,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2093d002-421e-4bbd-b1bf-b5653b4ae870 Date: Mon, 22 Oct 2018 14:57:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb28e692-c553-4f72-875f-e26baa7f7219","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:30Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:30Z","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":"8e9a3444377442da8b38ad768127d234","id":"31fa5371-53b8-4b8d-b7a4-2008abebfcd7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-subnet"}]} 2018-10-22 14:57:32,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=cb28e692-c553-4f72-875f-e26baa7f7219 used request id req-2093d002-421e-4bbd-b1bf-b5653b4ae870 2018-10-22 14:57:32,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b438d935296b79c33a6528c47d47498325a600" 2018-10-22 14:57:32,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9fd91381-e51d-46d5-a929-c75b129b2250 Date: Mon, 22 Oct 2018 14:57:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb28e692-c553-4f72-875f-e26baa7f7219","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:30Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:30Z","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":"8e9a3444377442da8b38ad768127d234","id":"31fa5371-53b8-4b8d-b7a4-2008abebfcd7","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-subnet"}]} 2018-10-22 14:57:32,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-subnet used request id req-9fd91381-e51d-46d5-a929-c75b129b2250 2018-10-22 14:57:32,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b438d935296b79c33a6528c47d47498325a600" 2018-10-22 14:57:33,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70856860-9ec9-4d39-8776-3d7441ee65c8 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:57:33,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-70856860-9ec9-4d39-8776-3d7441ee65c8 2018-10-22 14:57:33,055 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-subnet 2018-10-22 14:57:33,055 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-subnet 2018-10-22 14:57:33,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/31fa5371-53b8-4b8d-b7a4-2008abebfcd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b438d935296b79c33a6528c47d47498325a600" 2018-10-22 14:57:35,293 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-11551937-b0f0-4b65-8e13-b0201913ba37 Date: Mon, 22 Oct 2018 14:57:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:57:35,293 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/31fa5371-53b8-4b8d-b7a4-2008abebfcd7 used request id req-11551937-b0f0-4b65-8e13-b0201913ba37 2018-10-22 14:57:35,293 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-1e5ef4ce-072e-499c-b181-2f957ae8df2a-pub-net 2018-10-22 14:57:35,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/cb28e692-c553-4f72-875f-e26baa7f7219 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b438d935296b79c33a6528c47d47498325a600" 2018-10-22 14:57:36,763 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5b95bd2f-873b-4260-b54e-add2065108e2 Date: Mon, 22 Oct 2018 14:57:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:57:36,764 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/cb28e692-c553-4f72-875f-e26baa7f7219 used request id req-5b95bd2f-873b-4260-b54e-add2065108e2 2018-10-22 14:57:36,765 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:57:37,152 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:57:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["FUv35lDIQ7SDGu8fm_JYpQ"], "issued_at": "2018-10-22T14:57:37.000000Z"}} 2018-10-22 14:57:37,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}b1917eae35db58e63b0b750397585953613f7e25" 2018-10-22 14:57:37,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3488529-54e5-4822-942b-189be71f3068 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:57:37,235 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e3488529-54e5-4822-942b-189be71f3068 2018-10-22 14:57:37,236 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-56bbe84c-ef6a-49b2-9699-63299d0da93a-pub-net 2018-10-22 14:57:37,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1917eae35db58e63b0b750397585953613f7e25" -d '{"network": {"name": "NeutronUtilsSubnetTests-56bbe84c-ef6a-49b2-9699-63299d0da93a-pub-net", "admin_state_up": true}}' 2018-10-22 14:57:37,815 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-64e937fb-487e-4f30-b5bd-303c54447762 Date: Mon, 22 Oct 2018 14:57: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":"5c0026eb-8b36-4ec1-b07b-b761c886fa76","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:57:37Z","is_default":false,"provider:segmentation_id":80,"name":"NeutronUtilsSubnetTests-56bbe84c-ef6a-49b2-9699-63299d0da93a-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:37Z","mtu":1450}} 2018-10-22 14:57:37,815 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-64e937fb-487e-4f30-b5bd-303c54447762 2018-10-22 14:57:37,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=5c0026eb-8b36-4ec1-b07b-b761c886fa76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1917eae35db58e63b0b750397585953613f7e25" 2018-10-22 14:57:38,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6a929701-eae4-4547-8ed7-37f22965d823 Date: Mon, 22 Oct 2018 14:57:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5c0026eb-8b36-4ec1-b07b-b761c886fa76","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:57:37Z","provider:segmentation_id":80,"name":"NeutronUtilsSubnetTests-56bbe84c-ef6a-49b2-9699-63299d0da93a-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:37Z","provider:network_type":"vxlan"}]} 2018-10-22 14:57:38,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=5c0026eb-8b36-4ec1-b07b-b761c886fa76 used request id req-6a929701-eae4-4547-8ed7-37f22965d823 2018-10-22 14:57:38,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=5c0026eb-8b36-4ec1-b07b-b761c886fa76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1917eae35db58e63b0b750397585953613f7e25" 2018-10-22 14:57:38,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7d9cfbc4-8c40-4049-914f-15d02ddc4559 Date: Mon, 22 Oct 2018 14:57:38 GMT RESP BODY: {"subnets":[]} 2018-10-22 14:57:38,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=5c0026eb-8b36-4ec1-b07b-b761c886fa76 used request id req-7d9cfbc4-8c40-4049-914f-15d02ddc4559 2018-10-22 14:57:38,224 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-56bbe84c-ef6a-49b2-9699-63299d0da93a-pub-subnet 2018-10-22 14:57:38,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1917eae35db58e63b0b750397585953613f7e25" -d '{"subnets": [{"ip_version": 4, "network_id": "5c0026eb-8b36-4ec1-b07b-b761c886fa76", "cidr": "", "name": "NeutronUtilsSubnetTests-56bbe84c-ef6a-49b2-9699-63299d0da93a-pub-subnet"}]}' 2018-10-22 14:57:38,394 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-a6019ef2-14a0-4638-99de-a0fb00f7ffe6 Date: Mon, 22 Oct 2018 14:57:38 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-22 14:57:38,394 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-a6019ef2-14a0-4638-99de-a0fb00f7ffe6 2018-10-22 14:57:38,394 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-22 14:57:38,395 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-56bbe84c-ef6a-49b2-9699-63299d0da93a-pub-subnet] for network [NeutronUtilsSubnetTests-56bbe84c-ef6a-49b2-9699-63299d0da93a-pub-net] 2018-10-22 14:57:38,395 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-56bbe84c-ef6a-49b2-9699-63299d0da93a-pub-net 2018-10-22 14:57:38,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/5c0026eb-8b36-4ec1-b07b-b761c886fa76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1917eae35db58e63b0b750397585953613f7e25" 2018-10-22 14:57:39,233 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d9d4c24a-e384-43d3-821d-0e9092e52199 Date: Mon, 22 Oct 2018 14:57:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:57:39,233 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/5c0026eb-8b36-4ec1-b07b-b761c886fa76 used request id req-d9d4c24a-e384-43d3-821d-0e9092e52199 2018-10-22 14:57:39,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:57:39,610 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:57:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["D46QoHQfSrmD6-P0LKTPAg"], "issued_at": "2018-10-22T14:57:39.000000Z"}} 2018-10-22 14:57:39,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}da84271feaea38ac81f37fb0c9e1ed573a674b16" 2018-10-22 14:57:39,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-526704bc-0280-4e5a-8528-ff18684a4441 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:57:39,704 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-526704bc-0280-4e5a-8528-ff18684a4441 2018-10-22 14:57:39,705 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-net 2018-10-22 14:57:39,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da84271feaea38ac81f37fb0c9e1ed573a674b16" -d '{"network": {"name": "NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-net", "admin_state_up": true}}' 2018-10-22 14:57:40,299 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-4d8b5dbc-a21a-4494-b03c-8ba9fe30c650 Date: Mon, 22 Oct 2018 14:57: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":"e6d5b6c2-ecec-4eea-8c31-be8077c9469c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:57:40Z","is_default":false,"provider:segmentation_id":48,"name":"NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:40Z","mtu":1450}} 2018-10-22 14:57:40,300 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-4d8b5dbc-a21a-4494-b03c-8ba9fe30c650 2018-10-22 14:57:40,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=e6d5b6c2-ecec-4eea-8c31-be8077c9469c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da84271feaea38ac81f37fb0c9e1ed573a674b16" 2018-10-22 14:57:40,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3a6706e0-7548-4af4-88a1-f47e5cd884ac Date: Mon, 22 Oct 2018 14:57:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e6d5b6c2-ecec-4eea-8c31-be8077c9469c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:57:40Z","provider:segmentation_id":48,"name":"NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:40Z","provider:network_type":"vxlan"}]} 2018-10-22 14:57:40,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=e6d5b6c2-ecec-4eea-8c31-be8077c9469c used request id req-3a6706e0-7548-4af4-88a1-f47e5cd884ac 2018-10-22 14:57:40,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e6d5b6c2-ecec-4eea-8c31-be8077c9469c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da84271feaea38ac81f37fb0c9e1ed573a674b16" 2018-10-22 14:57:40,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4934e21f-161b-4234-bcc7-282b63256dbc Date: Mon, 22 Oct 2018 14:57:40 GMT RESP BODY: {"subnets":[]} 2018-10-22 14:57:40,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e6d5b6c2-ecec-4eea-8c31-be8077c9469c used request id req-4934e21f-161b-4234-bcc7-282b63256dbc 2018-10-22 14:57:40,737 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-subnet 2018-10-22 14:57:40,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da84271feaea38ac81f37fb0c9e1ed573a674b16" -d '{"subnets": [{"ip_version": 4, "network_id": "e6d5b6c2-ecec-4eea-8c31-be8077c9469c", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-subnet"}]}' 2018-10-22 14:57:42,222 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-26519db4-736b-468e-b701-65345d0d8c75 Date: Mon, 22 Oct 2018 14:57:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6d5b6c2-ecec-4eea-8c31-be8077c9469c","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:41Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:41Z","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":"8e9a3444377442da8b38ad768127d234","id":"0c3db940-761c-4693-ab9c-f42942590b7b","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-subnet"}]} 2018-10-22 14:57:42,222 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-26519db4-736b-468e-b701-65345d0d8c75 2018-10-22 14:57:42,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=e6d5b6c2-ecec-4eea-8c31-be8077c9469c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da84271feaea38ac81f37fb0c9e1ed573a674b16" 2018-10-22 14:57:42,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-0b8522a7-78a8-4e48-9725-3e03e761d1c2 Date: Mon, 22 Oct 2018 14:57:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e6d5b6c2-ecec-4eea-8c31-be8077c9469c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["0c3db940-761c-4693-ab9c-f42942590b7b"],"description":"","tags":[],"updated_at":"2018-10-22T14:57:41Z","provider:segmentation_id":48,"name":"NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:40Z","provider:network_type":"vxlan"}]} 2018-10-22 14:57:42,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=e6d5b6c2-ecec-4eea-8c31-be8077c9469c used request id req-0b8522a7-78a8-4e48-9725-3e03e761d1c2 2018-10-22 14:57:42,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e6d5b6c2-ecec-4eea-8c31-be8077c9469c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da84271feaea38ac81f37fb0c9e1ed573a674b16" 2018-10-22 14:57:42,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7a130eef-6ece-4f8a-bc1f-84a7f2f010f5 Date: Mon, 22 Oct 2018 14:57:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6d5b6c2-ecec-4eea-8c31-be8077c9469c","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:41Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:41Z","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":"8e9a3444377442da8b38ad768127d234","id":"0c3db940-761c-4693-ab9c-f42942590b7b","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-subnet"}]} 2018-10-22 14:57:42,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e6d5b6c2-ecec-4eea-8c31-be8077c9469c used request id req-7a130eef-6ece-4f8a-bc1f-84a7f2f010f5 2018-10-22 14:57:42,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da84271feaea38ac81f37fb0c9e1ed573a674b16" 2018-10-22 14:57:42,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-1c38dd74-8f53-4886-bfa4-48275d9f2e84 Date: Mon, 22 Oct 2018 14:57:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e6d5b6c2-ecec-4eea-8c31-be8077c9469c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["0c3db940-761c-4693-ab9c-f42942590b7b"],"description":"","tags":[],"updated_at":"2018-10-22T14:57:41Z","provider:segmentation_id":48,"name":"NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:40Z","provider:network_type":"vxlan"}]} 2018-10-22 14:57:42,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-net used request id req-1c38dd74-8f53-4886-bfa4-48275d9f2e84 2018-10-22 14:57:42,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:57:42,808 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:57: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:57:42,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da84271feaea38ac81f37fb0c9e1ed573a674b16" 2018-10-22 14:57:42,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efe278f9-56f2-45e8-bab0-719fe61ec2bf 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:57:42,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-efe278f9-56f2-45e8-bab0-719fe61ec2bf 2018-10-22 14:57:42,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e6d5b6c2-ecec-4eea-8c31-be8077c9469c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da84271feaea38ac81f37fb0c9e1ed573a674b16" 2018-10-22 14:57:43,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6a05f1f2-4915-4c7d-9153-7c51d7928ea2 Date: Mon, 22 Oct 2018 14:57:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6d5b6c2-ecec-4eea-8c31-be8077c9469c","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:41Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:41Z","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":"8e9a3444377442da8b38ad768127d234","id":"0c3db940-761c-4693-ab9c-f42942590b7b","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-subnet"}]} 2018-10-22 14:57:43,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e6d5b6c2-ecec-4eea-8c31-be8077c9469c used request id req-6a05f1f2-4915-4c7d-9153-7c51d7928ea2 2018-10-22 14:57:43,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e6d5b6c2-ecec-4eea-8c31-be8077c9469c&name=NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da84271feaea38ac81f37fb0c9e1ed573a674b16" 2018-10-22 14:57:43,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c158001b-7702-4acf-9f1d-c8288e266287 Date: Mon, 22 Oct 2018 14:57:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6d5b6c2-ecec-4eea-8c31-be8077c9469c","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:41Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:41Z","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":"8e9a3444377442da8b38ad768127d234","id":"0c3db940-761c-4693-ab9c-f42942590b7b","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-subnet"}]} 2018-10-22 14:57:43,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e6d5b6c2-ecec-4eea-8c31-be8077c9469c&name=NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-subnet used request id req-c158001b-7702-4acf-9f1d-c8288e266287 2018-10-22 14:57:43,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e6d5b6c2-ecec-4eea-8c31-be8077c9469c&name=NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da84271feaea38ac81f37fb0c9e1ed573a674b16" 2018-10-22 14:57:43,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c5ff9109-1783-460e-9136-377932dc3427 Date: Mon, 22 Oct 2018 14:57:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6d5b6c2-ecec-4eea-8c31-be8077c9469c","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:41Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:41Z","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":"8e9a3444377442da8b38ad768127d234","id":"0c3db940-761c-4693-ab9c-f42942590b7b","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-subnet"}]} 2018-10-22 14:57:43,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e6d5b6c2-ecec-4eea-8c31-be8077c9469c&name=NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-subnet used request id req-c5ff9109-1783-460e-9136-377932dc3427 2018-10-22 14:57:43,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e6d5b6c2-ecec-4eea-8c31-be8077c9469c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da84271feaea38ac81f37fb0c9e1ed573a674b16" 2018-10-22 14:57:43,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-225b3af4-8375-4a53-88f9-11c01840a352 Date: Mon, 22 Oct 2018 14:57:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6d5b6c2-ecec-4eea-8c31-be8077c9469c","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:41Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:41Z","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":"8e9a3444377442da8b38ad768127d234","id":"0c3db940-761c-4693-ab9c-f42942590b7b","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-subnet"}]} 2018-10-22 14:57:43,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e6d5b6c2-ecec-4eea-8c31-be8077c9469c used request id req-225b3af4-8375-4a53-88f9-11c01840a352 2018-10-22 14:57:43,641 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-subnet 2018-10-22 14:57:43,641 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-subnet 2018-10-22 14:57:43,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/0c3db940-761c-4693-ab9c-f42942590b7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da84271feaea38ac81f37fb0c9e1ed573a674b16" 2018-10-22 14:57:45,352 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-30526f60-5fbe-4b86-9378-65711f4ec32f Date: Mon, 22 Oct 2018 14:57:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:57:45,352 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/0c3db940-761c-4693-ab9c-f42942590b7b used request id req-30526f60-5fbe-4b86-9378-65711f4ec32f 2018-10-22 14:57:45,353 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-42621b3b-3514-45b5-9d73-5d38e7805936-pub-net 2018-10-22 14:57:45,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/e6d5b6c2-ecec-4eea-8c31-be8077c9469c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da84271feaea38ac81f37fb0c9e1ed573a674b16" 2018-10-22 14:57:47,024 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ea57284e-2e36-41bf-a2d7-69f95f54c97b Date: Mon, 22 Oct 2018 14:57:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:57:47,024 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/e6d5b6c2-ecec-4eea-8c31-be8077c9469c used request id req-ea57284e-2e36-41bf-a2d7-69f95f54c97b 2018-10-22 14:57:47,025 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:57:47,411 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:57:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["GDo_stinRhiMGg2-H8sBJw"], "issued_at": "2018-10-22T14:57:47.000000Z"}} 2018-10-22 14:57:47,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}6565728a897d6e3db4f82f043cbfc4b2f501d62f" 2018-10-22 14:57:47,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9955aa1-21b6-4a24-b401-d0355619e058 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:57:47,496 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f9955aa1-21b6-4a24-b401-d0355619e058 2018-10-22 14:57:47,498 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-c012ebec-50c3-45cb-9315-4772d6898946-pub-net 2018-10-22 14:57:47,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6565728a897d6e3db4f82f043cbfc4b2f501d62f" -d '{"network": {"name": "NeutronUtilsSubnetTests-c012ebec-50c3-45cb-9315-4772d6898946-pub-net", "admin_state_up": true}}' 2018-10-22 14:57:47,970 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-0c227c04-3a54-4d66-9477-3f4378cf65b8 Date: Mon, 22 Oct 2018 14:57:47 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b4f36f53-4700-470c-938e-ab6fff91b36f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:57:47Z","is_default":false,"provider:segmentation_id":66,"name":"NeutronUtilsSubnetTests-c012ebec-50c3-45cb-9315-4772d6898946-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:47Z","mtu":1450}} 2018-10-22 14:57:47,970 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-0c227c04-3a54-4d66-9477-3f4378cf65b8 2018-10-22 14:57:47,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=b4f36f53-4700-470c-938e-ab6fff91b36f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6565728a897d6e3db4f82f043cbfc4b2f501d62f" 2018-10-22 14:57:48,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-197226c0-0e58-4e6c-9f6a-f5a48b106aef Date: Mon, 22 Oct 2018 14:57:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b4f36f53-4700-470c-938e-ab6fff91b36f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:57:47Z","provider:segmentation_id":66,"name":"NeutronUtilsSubnetTests-c012ebec-50c3-45cb-9315-4772d6898946-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:47Z","provider:network_type":"vxlan"}]} 2018-10-22 14:57:48,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=b4f36f53-4700-470c-938e-ab6fff91b36f used request id req-197226c0-0e58-4e6c-9f6a-f5a48b106aef 2018-10-22 14:57:48,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b4f36f53-4700-470c-938e-ab6fff91b36f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6565728a897d6e3db4f82f043cbfc4b2f501d62f" 2018-10-22 14:57:48,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9d06ff9a-d43d-4b48-9f8a-31aebfc118b0 Date: Mon, 22 Oct 2018 14:57:48 GMT RESP BODY: {"subnets":[]} 2018-10-22 14:57:48,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b4f36f53-4700-470c-938e-ab6fff91b36f used request id req-9d06ff9a-d43d-4b48-9f8a-31aebfc118b0 2018-10-22 14:57:48,378 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-c012ebec-50c3-45cb-9315-4772d6898946-pub-subnet 2018-10-22 14:57:48,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6565728a897d6e3db4f82f043cbfc4b2f501d62f" -d '{"subnets": [{"ip_version": 4, "network_id": "b4f36f53-4700-470c-938e-ab6fff91b36f", "cidr": null, "name": "NeutronUtilsSubnetTests-c012ebec-50c3-45cb-9315-4772d6898946-pub-subnet"}]}' 2018-10-22 14:57:48,804 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-1a7e06f2-1ac0-47a7-b539-d42f851aeb0f Date: Mon, 22 Oct 2018 14:57:48 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-10-22 14:57:48,804 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-1a7e06f2-1ac0-47a7-b539-d42f851aeb0f 2018-10-22 14:57:48,804 - 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-10-22 14:57:48,804 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-c012ebec-50c3-45cb-9315-4772d6898946-pub-subnet] for network [NeutronUtilsSubnetTests-c012ebec-50c3-45cb-9315-4772d6898946-pub-net] 2018-10-22 14:57:48,805 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-c012ebec-50c3-45cb-9315-4772d6898946-pub-net 2018-10-22 14:57:48,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/b4f36f53-4700-470c-938e-ab6fff91b36f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6565728a897d6e3db4f82f043cbfc4b2f501d62f" 2018-10-22 14:57:49,817 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c82337be-93e0-4976-9e3a-6e22a0214e87 Date: Mon, 22 Oct 2018 14:57:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:57:49,817 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/b4f36f53-4700-470c-938e-ab6fff91b36f used request id req-c82337be-93e0-4976-9e3a-6e22a0214e87 2018-10-22 14:57:49,819 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:57:50,192 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:57:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["CZb6lgmFT-mMMUSVxlDSNA"], "issued_at": "2018-10-22T14:57:50.000000Z"}} 2018-10-22 14:57:50,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}b1d17296c2b1715121db199c09a513fb8cc62f22" 2018-10-22 14:57:50,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcdaffe2-5a95-4fc8-89f7-e98c746710b7 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:57:50,277 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-dcdaffe2-5a95-4fc8-89f7-e98c746710b7 2018-10-22 14:57:50,278 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-a77e36f5-8be1-47b3-bfa5-7941050d3470-pub-net 2018-10-22 14:57:50,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d17296c2b1715121db199c09a513fb8cc62f22" -d '{"network": {"name": "NeutronUtilsSubnetTests-a77e36f5-8be1-47b3-bfa5-7941050d3470-pub-net", "admin_state_up": true}}' 2018-10-22 14:57:50,689 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-e2687b30-625f-46f3-b1ad-297e758c304c Date: Mon, 22 Oct 2018 14:57: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":"f7d34dd8-207a-4714-8007-55b79a15a94c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:57:50Z","is_default":false,"provider:segmentation_id":48,"name":"NeutronUtilsSubnetTests-a77e36f5-8be1-47b3-bfa5-7941050d3470-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:50Z","mtu":1450}} 2018-10-22 14:57:50,689 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-e2687b30-625f-46f3-b1ad-297e758c304c 2018-10-22 14:57:50,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=f7d34dd8-207a-4714-8007-55b79a15a94c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d17296c2b1715121db199c09a513fb8cc62f22" 2018-10-22 14:57:50,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0421f9e0-fa27-4381-97eb-544b59aa5dfc Date: Mon, 22 Oct 2018 14:57:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f7d34dd8-207a-4714-8007-55b79a15a94c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:57:50Z","provider:segmentation_id":48,"name":"NeutronUtilsSubnetTests-a77e36f5-8be1-47b3-bfa5-7941050d3470-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:50Z","provider:network_type":"vxlan"}]} 2018-10-22 14:57:50,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=f7d34dd8-207a-4714-8007-55b79a15a94c used request id req-0421f9e0-fa27-4381-97eb-544b59aa5dfc 2018-10-22 14:57:50,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f7d34dd8-207a-4714-8007-55b79a15a94c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d17296c2b1715121db199c09a513fb8cc62f22" 2018-10-22 14:57:51,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-910d40ff-f541-4b76-a517-e354bf9b7f69 Date: Mon, 22 Oct 2018 14:57:51 GMT RESP BODY: {"subnets":[]} 2018-10-22 14:57:51,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f7d34dd8-207a-4714-8007-55b79a15a94c used request id req-910d40ff-f541-4b76-a517-e354bf9b7f69 2018-10-22 14:57:51,233 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-a77e36f5-8be1-47b3-bfa5-7941050d3470-pub-subnet 2018-10-22 14:57:51,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d17296c2b1715121db199c09a513fb8cc62f22" -d '{"subnets": [{"ip_version": 4, "network_id": "f7d34dd8-207a-4714-8007-55b79a15a94c", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-a77e36f5-8be1-47b3-bfa5-7941050d3470-pub-subnet"}]}' 2018-10-22 14:57:51,803 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-159bd9cb-60e5-451e-9a5f-bdc1d333bf7b Date: Mon, 22 Oct 2018 14:57:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7d34dd8-207a-4714-8007-55b79a15a94c","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:51Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:51Z","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":"8e9a3444377442da8b38ad768127d234","id":"27405055-c7de-4208-a1bc-c308d4ac0dc2","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a77e36f5-8be1-47b3-bfa5-7941050d3470-pub-subnet"}]} 2018-10-22 14:57:51,803 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-159bd9cb-60e5-451e-9a5f-bdc1d333bf7b 2018-10-22 14:57:51,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=f7d34dd8-207a-4714-8007-55b79a15a94c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d17296c2b1715121db199c09a513fb8cc62f22" 2018-10-22 14:57:52,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-631c72b0-756e-4633-8896-db3f10d8bb0b Date: Mon, 22 Oct 2018 14:57:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f7d34dd8-207a-4714-8007-55b79a15a94c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["27405055-c7de-4208-a1bc-c308d4ac0dc2"],"description":"","tags":[],"updated_at":"2018-10-22T14:57:51Z","provider:segmentation_id":48,"name":"NeutronUtilsSubnetTests-a77e36f5-8be1-47b3-bfa5-7941050d3470-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:50Z","provider:network_type":"vxlan"}]} 2018-10-22 14:57:52,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=f7d34dd8-207a-4714-8007-55b79a15a94c used request id req-631c72b0-756e-4633-8896-db3f10d8bb0b 2018-10-22 14:57:52,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f7d34dd8-207a-4714-8007-55b79a15a94c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d17296c2b1715121db199c09a513fb8cc62f22" 2018-10-22 14:57:52,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6892f7a2-44b4-4ba5-8287-26e8dd2c20e0 Date: Mon, 22 Oct 2018 14:57:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7d34dd8-207a-4714-8007-55b79a15a94c","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:51Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:51Z","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":"8e9a3444377442da8b38ad768127d234","id":"27405055-c7de-4208-a1bc-c308d4ac0dc2","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a77e36f5-8be1-47b3-bfa5-7941050d3470-pub-subnet"}]} 2018-10-22 14:57:52,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f7d34dd8-207a-4714-8007-55b79a15a94c used request id req-6892f7a2-44b4-4ba5-8287-26e8dd2c20e0 2018-10-22 14:57:52,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsSubnetTests-a77e36f5-8be1-47b3-bfa5-7941050d3470-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d17296c2b1715121db199c09a513fb8cc62f22" 2018-10-22 14:57:52,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5422865e-c95c-408d-a3e3-fca8b8abe889 Date: Mon, 22 Oct 2018 14:57:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f7d34dd8-207a-4714-8007-55b79a15a94c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["27405055-c7de-4208-a1bc-c308d4ac0dc2"],"description":"","tags":[],"updated_at":"2018-10-22T14:57:51Z","provider:segmentation_id":48,"name":"NeutronUtilsSubnetTests-a77e36f5-8be1-47b3-bfa5-7941050d3470-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:50Z","provider:network_type":"vxlan"}]} 2018-10-22 14:57:52,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsSubnetTests-a77e36f5-8be1-47b3-bfa5-7941050d3470-pub-net used request id req-5422865e-c95c-408d-a3e3-fca8b8abe889 2018-10-22 14:57:52,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:57:52,566 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:57: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:57:52,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d17296c2b1715121db199c09a513fb8cc62f22" 2018-10-22 14:57:52,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b628f47-4127-4a8e-bf6c-e33fdb668b4d 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:57:52,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-0b628f47-4127-4a8e-bf6c-e33fdb668b4d 2018-10-22 14:57:52,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f7d34dd8-207a-4714-8007-55b79a15a94c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d17296c2b1715121db199c09a513fb8cc62f22" 2018-10-22 14:57:53,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7d744d70-c13a-430a-a55d-4e747a02ab14 Date: Mon, 22 Oct 2018 14:57:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7d34dd8-207a-4714-8007-55b79a15a94c","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:51Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:51Z","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":"8e9a3444377442da8b38ad768127d234","id":"27405055-c7de-4208-a1bc-c308d4ac0dc2","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a77e36f5-8be1-47b3-bfa5-7941050d3470-pub-subnet"}]} 2018-10-22 14:57:53,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f7d34dd8-207a-4714-8007-55b79a15a94c used request id req-7d744d70-c13a-430a-a55d-4e747a02ab14 2018-10-22 14:57:53,582 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-a77e36f5-8be1-47b3-bfa5-7941050d3470-pub-subnet 2018-10-22 14:57:53,582 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-a77e36f5-8be1-47b3-bfa5-7941050d3470-pub-subnet 2018-10-22 14:57:53,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/27405055-c7de-4208-a1bc-c308d4ac0dc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d17296c2b1715121db199c09a513fb8cc62f22" 2018-10-22 14:57:56,035 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d77ce90c-efb6-4074-ad26-9128d47e269f Date: Mon, 22 Oct 2018 14:57:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:57:56,036 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/27405055-c7de-4208-a1bc-c308d4ac0dc2 used request id req-d77ce90c-efb6-4074-ad26-9128d47e269f 2018-10-22 14:57:56,036 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-a77e36f5-8be1-47b3-bfa5-7941050d3470-pub-net 2018-10-22 14:57:56,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/f7d34dd8-207a-4714-8007-55b79a15a94c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d17296c2b1715121db199c09a513fb8cc62f22" 2018-10-22 14:57:57,419 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bb770eb8-5e73-4267-9c73-a050b06d245b Date: Mon, 22 Oct 2018 14:57:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:57:57,419 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/f7d34dd8-207a-4714-8007-55b79a15a94c used request id req-bb770eb8-5e73-4267-9c73-a050b06d245b 2018-10-22 14:57:57,421 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:57:57,806 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:57:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["M2ycC7dFSP2WDzcd0XoJfA"], "issued_at": "2018-10-22T14:57:57.000000Z"}} 2018-10-22 14:57:57,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:57:57,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ebb1e56-b940-492d-92fb-e148f56b1c5b 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:57:57,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5ebb1e56-b940-492d-92fb-e148f56b1c5b 2018-10-22 14:57:57,885 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-net 2018-10-22 14:57:57,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" -d '{"network": {"name": "NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-net", "admin_state_up": true}}' 2018-10-22 14:57:58,317 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-109454f3-6494-46a0-917b-62d74d2d499b Date: Mon, 22 Oct 2018 14:57: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":"2c5b4613-ed90-418a-b855-542bb4139531","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:57:58Z","is_default":false,"provider:segmentation_id":93,"name":"NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:58Z","mtu":1450}} 2018-10-22 14:57:58,318 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-109454f3-6494-46a0-917b-62d74d2d499b 2018-10-22 14:57:58,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=2c5b4613-ed90-418a-b855-542bb4139531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:57:58,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8f146286-a31c-4fcb-82ed-287889107945 Date: Mon, 22 Oct 2018 14:57:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2c5b4613-ed90-418a-b855-542bb4139531","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:57:58Z","provider:segmentation_id":93,"name":"NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:58Z","provider:network_type":"vxlan"}]} 2018-10-22 14:57:58,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=2c5b4613-ed90-418a-b855-542bb4139531 used request id req-8f146286-a31c-4fcb-82ed-287889107945 2018-10-22 14:57:58,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2c5b4613-ed90-418a-b855-542bb4139531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:57:58,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-090376c4-c76c-4743-94f6-638b66961a6e Date: Mon, 22 Oct 2018 14:57:58 GMT RESP BODY: {"subnets":[]} 2018-10-22 14:57:58,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2c5b4613-ed90-418a-b855-542bb4139531 used request id req-090376c4-c76c-4743-94f6-638b66961a6e 2018-10-22 14:57:58,731 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-subnet 2018-10-22 14:57:58,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" -d '{"subnets": [{"ip_version": 4, "network_id": "2c5b4613-ed90-418a-b855-542bb4139531", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-subnet"}]}' 2018-10-22 14:57:59,156 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-24a6c79e-3fdf-4dda-98d1-3a2cb0b7df17 Date: Mon, 22 Oct 2018 14:57:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c5b4613-ed90-418a-b855-542bb4139531","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:58Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:58Z","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":"8e9a3444377442da8b38ad768127d234","id":"04447477-155e-4555-a517-674cb67b4b4d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-subnet"}]} 2018-10-22 14:57:59,157 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-24a6c79e-3fdf-4dda-98d1-3a2cb0b7df17 2018-10-22 14:57:59,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=2c5b4613-ed90-418a-b855-542bb4139531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:57:59,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-83237c17-adae-44dc-96b9-5714cfd06e63 Date: Mon, 22 Oct 2018 14:57:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2c5b4613-ed90-418a-b855-542bb4139531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["04447477-155e-4555-a517-674cb67b4b4d"],"description":"","tags":[],"updated_at":"2018-10-22T14:57:58Z","provider:segmentation_id":93,"name":"NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:58Z","provider:network_type":"vxlan"}]} 2018-10-22 14:57:59,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=2c5b4613-ed90-418a-b855-542bb4139531 used request id req-83237c17-adae-44dc-96b9-5714cfd06e63 2018-10-22 14:57:59,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2c5b4613-ed90-418a-b855-542bb4139531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:57:59,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2cb0c630-98f5-4343-a340-ad228d73a093 Date: Mon, 22 Oct 2018 14:57:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c5b4613-ed90-418a-b855-542bb4139531","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:58Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:58Z","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":"8e9a3444377442da8b38ad768127d234","id":"04447477-155e-4555-a517-674cb67b4b4d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-subnet"}]} 2018-10-22 14:57:59,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2c5b4613-ed90-418a-b855-542bb4139531 used request id req-2cb0c630-98f5-4343-a340-ad228d73a093 2018-10-22 14:57:59,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:57:59,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b74e96db-e4b3-4d89-8456-51df85ebbd45 Date: Mon, 22 Oct 2018 14:57:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2c5b4613-ed90-418a-b855-542bb4139531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["04447477-155e-4555-a517-674cb67b4b4d"],"description":"","tags":[],"updated_at":"2018-10-22T14:57:58Z","provider:segmentation_id":93,"name":"NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:58Z","provider:network_type":"vxlan"}]} 2018-10-22 14:57:59,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-net used request id req-b74e96db-e4b3-4d89-8456-51df85ebbd45 2018-10-22 14:57:59,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:57:59,973 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:57:59 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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:57:59,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:58:00,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:57:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4715dff-fd9c-4265-99ae-da973a1c8304 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:58:00,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-e4715dff-fd9c-4265-99ae-da973a1c8304 2018-10-22 14:58:00,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2c5b4613-ed90-418a-b855-542bb4139531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:58:00,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f33b793e-566f-4fb8-a61b-7f90cf3a8374 Date: Mon, 22 Oct 2018 14:58:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c5b4613-ed90-418a-b855-542bb4139531","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:58Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:58Z","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":"8e9a3444377442da8b38ad768127d234","id":"04447477-155e-4555-a517-674cb67b4b4d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-subnet"}]} 2018-10-22 14:58:00,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2c5b4613-ed90-418a-b855-542bb4139531 used request id req-f33b793e-566f-4fb8-a61b-7f90cf3a8374 2018-10-22 14:58:00,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2c5b4613-ed90-418a-b855-542bb4139531&name=NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:58:00,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8da53f07-d73a-4da2-a2c9-9b98b56a105e Date: Mon, 22 Oct 2018 14:58:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c5b4613-ed90-418a-b855-542bb4139531","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:57:58Z","dns_nameservers":[],"updated_at":"2018-10-22T14:57:58Z","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":"8e9a3444377442da8b38ad768127d234","id":"04447477-155e-4555-a517-674cb67b4b4d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-subnet"}]} 2018-10-22 14:58:00,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2c5b4613-ed90-418a-b855-542bb4139531&name=NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-subnet used request id req-8da53f07-d73a-4da2-a2c9-9b98b56a105e 2018-10-22 14:58:00,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:58:00,308 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:58:00,706 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:58:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["nkMwMtv6SYiT1fQllQYbiQ"], "issued_at": "2018-10-22T14:58:00.000000Z"}} 2018-10-22 14:58:00,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}82296ce26a414c23f09ffad9edf49705248d47a3" 2018-10-22 14:58:00,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20e0f4f3-2f4d-4259-b888-da28f71af1ab 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:58:00,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-20e0f4f3-2f4d-4259-b888-da28f71af1ab 2018-10-22 14:58:00,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:58:01,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f7edccbe-3588-4580-b7d9-ec2c7ba99743 Date: Mon, 22 Oct 2018 14:58:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 14:58:01,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-f7edccbe-3588-4580-b7d9-ec2c7ba99743 2018-10-22 14:58:01,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:58:01,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3ac8ccdd-3817-4a6d-8962-130405eada5c Date: Mon, 22 Oct 2018 14:58:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-22 14:58:01,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f used request id req-3ac8ccdd-3817-4a6d-8962-130405eada5c 2018-10-22 14:58:01,271 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-router 2018-10-22 14:58:01,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" -d '{"router": {"external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f"}, "name": "NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-router", "admin_state_up": true}}' 2018-10-22 14:58:02,734 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-e9cf901b-2703-4348-abeb-986ea05eeced Date: Mon, 22 Oct 2018 14:58:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:58:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:58:02Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "f9154054-22f8-447b-8e71-8ef5b8dff62c", "name": "NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-router"}} 2018-10-22 14:58:02,734 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-e9cf901b-2703-4348-abeb-986ea05eeced 2018-10-22 14:58:02,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=f9154054-22f8-447b-8e71-8ef5b8dff62c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:58:02,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-6dfdbea7-887c-45ff-ab3c-8449b2bee795 Date: Mon, 22 Oct 2018 14:58:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:02Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.209"}],"id":"26ce5ded-5812-4333-9789-9e3b4facc64d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:93:02:64","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f9154054-22f8-447b-8e71-8ef5b8dff62c","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T14:58:02Z","binding:vnic_type":"normal"}]} 2018-10-22 14:58:02,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=f9154054-22f8-447b-8e71-8ef5b8dff62c used request id req-6dfdbea7-887c-45ff-ab3c-8449b2bee795 2018-10-22 14:58:02,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:58:03,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-bded14cd-5c18-461a-89ae-e5612c6bb3b6 Date: Mon, 22 Oct 2018 14:58:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}} 2018-10-22 14:58:03,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 used request id req-bded14cd-5c18-461a-89ae-e5612c6bb3b6 2018-10-22 14:58:03,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:58:03,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b9649840-abd0-4004-9bde-e8a90affa689 Date: Mon, 22 Oct 2018 14:58:03 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:58:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:58:02Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "f9154054-22f8-447b-8e71-8ef5b8dff62c", "name": "NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-router"}]} 2018-10-22 14:58:03,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-router used request id req-b9649840-abd0-4004-9bde-e8a90affa689 2018-10-22 14:58:03,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:58:03,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb104f46-1e68-48e3-887e-5a95ced0316f 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:58:03,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-bb104f46-1e68-48e3-887e-5a95ced0316f 2018-10-22 14:58:03,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=f9154054-22f8-447b-8e71-8ef5b8dff62c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:58:03,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-22e6f8f4-c194-455a-adbf-f9de8be5aa0e Date: Mon, 22 Oct 2018 14:58:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:02Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.209"}],"id":"26ce5ded-5812-4333-9789-9e3b4facc64d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:93:02:64","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f9154054-22f8-447b-8e71-8ef5b8dff62c","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T14:58:02Z","binding:vnic_type":"normal"}]} 2018-10-22 14:58:03,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=f9154054-22f8-447b-8e71-8ef5b8dff62c used request id req-22e6f8f4-c194-455a-adbf-f9de8be5aa0e 2018-10-22 14:58:03,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:58:03,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-cbad2fd6-6def-4bdd-a747-36ebb40ee2b1 Date: Mon, 22 Oct 2018 14:58:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}} 2018-10-22 14:58:03,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 used request id req-cbad2fd6-6def-4bdd-a747-36ebb40ee2b1 2018-10-22 14:58:03,633 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-router 2018-10-22 14:58:03,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/f9154054-22f8-447b-8e71-8ef5b8dff62c/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" -d '{"subnet_id": "04447477-155e-4555-a517-674cb67b4b4d"}' 2018-10-22 14:58:05,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3bc8dc21-c7cc-46e3-aaed-b40a5c0dc8cf Date: Mon, 22 Oct 2018 14:58:05 GMT RESP BODY: {"network_id": "2c5b4613-ed90-418a-b855-542bb4139531", "tenant_id": "8e9a3444377442da8b38ad768127d234", "subnet_id": "04447477-155e-4555-a517-674cb67b4b4d", "subnet_ids": ["04447477-155e-4555-a517-674cb67b4b4d"], "port_id": "35af570b-cccd-42db-b413-3784ceb39fcd", "id": "f9154054-22f8-447b-8e71-8ef5b8dff62c"} 2018-10-22 14:58:05,211 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f9154054-22f8-447b-8e71-8ef5b8dff62c/add_router_interface used request id req-3bc8dc21-c7cc-46e3-aaed-b40a5c0dc8cf 2018-10-22 14:58:05,212 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-router 2018-10-22 14:58:05,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/f9154054-22f8-447b-8e71-8ef5b8dff62c/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" -d '{"subnet_id": "04447477-155e-4555-a517-674cb67b4b4d"}' 2018-10-22 14:58:06,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cfdf9cee-de46-48b9-a68d-9c6bf6838dc5 Date: Mon, 22 Oct 2018 14:58:06 GMT RESP BODY: {"network_id": "2c5b4613-ed90-418a-b855-542bb4139531", "tenant_id": "8e9a3444377442da8b38ad768127d234", "subnet_id": "04447477-155e-4555-a517-674cb67b4b4d", "subnet_ids": ["04447477-155e-4555-a517-674cb67b4b4d"], "port_id": "35af570b-cccd-42db-b413-3784ceb39fcd", "id": "f9154054-22f8-447b-8e71-8ef5b8dff62c"} 2018-10-22 14:58:06,207 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f9154054-22f8-447b-8e71-8ef5b8dff62c/remove_router_interface used request id req-cfdf9cee-de46-48b9-a68d-9c6bf6838dc5 2018-10-22 14:58:06,207 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-router 2018-10-22 14:58:06,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/f9154054-22f8-447b-8e71-8ef5b8dff62c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:58:07,516 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3c685d7c-d392-45bd-bc4b-9869a1170f15 Content-Length: 0 Date: Mon, 22 Oct 2018 14:58:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:58:07,516 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/f9154054-22f8-447b-8e71-8ef5b8dff62c used request id req-3c685d7c-d392-45bd-bc4b-9869a1170f15 2018-10-22 14:58:07,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:58:07,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b5789487-5356-4488-b237-454f713c764e Date: Mon, 22 Oct 2018 14:58:07 GMT RESP BODY: {"routers": []} 2018-10-22 14:58:07,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-router used request id req-b5789487-5356-4488-b237-454f713c764e 2018-10-22 14:58:07,571 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-subnet 2018-10-22 14:58:07,571 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-subnet 2018-10-22 14:58:07,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/04447477-155e-4555-a517-674cb67b4b4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:58:09,572 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2ec35d4e-f198-43e0-8303-fd5535269f6e Date: Mon, 22 Oct 2018 14:58:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:58:09,572 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/04447477-155e-4555-a517-674cb67b4b4d used request id req-2ec35d4e-f198-43e0-8303-fd5535269f6e 2018-10-22 14:58:09,572 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-27ad3aa8-12c6-4130-92f4-a5c8d3a76861-pub-net 2018-10-22 14:58:09,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/2c5b4613-ed90-418a-b855-542bb4139531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7582ad70ded85b84c66764755653a9961d88e9" 2018-10-22 14:58:11,155 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3ef0ff37-b5ae-401a-a0c1-08731c4d3c24 Date: Mon, 22 Oct 2018 14:58:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:58:11,155 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/2c5b4613-ed90-418a-b855-542bb4139531 used request id req-3ef0ff37-b5ae-401a-a0c1-08731c4d3c24 2018-10-22 14:58:11,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:58:11,537 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:58:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["Br8I4aQVSey_QAfK6rZDkA"], "issued_at": "2018-10-22T14:58:11.000000Z"}} 2018-10-22 14:58:11,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:11,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c87fa3f3-2292-476c-a69a-4f66c1a10b8b 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:58:11,621 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c87fa3f3-2292-476c-a69a-4f66c1a10b8b 2018-10-22 14:58:11,622 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-net 2018-10-22 14:58:11,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" -d '{"network": {"name": "NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-net", "admin_state_up": true}}' 2018-10-22 14:58:12,060 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-f537f175-7d8c-49d8-af28-6b617601e7ee Date: Mon, 22 Oct 2018 14:58:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1b8776d5-84f8-48f2-ac41-0aa367c0210a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:58:11Z","is_default":false,"provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:11Z","mtu":1450}} 2018-10-22 14:58:12,060 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-f537f175-7d8c-49d8-af28-6b617601e7ee 2018-10-22 14:58:12,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=1b8776d5-84f8-48f2-ac41-0aa367c0210a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:12,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-70c0c5ed-0c2f-4dc4-aa26-ff9a0c5da281 Date: Mon, 22 Oct 2018 14:58:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1b8776d5-84f8-48f2-ac41-0aa367c0210a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:58:11Z","provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:11Z","provider:network_type":"vxlan"}]} 2018-10-22 14:58:12,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=1b8776d5-84f8-48f2-ac41-0aa367c0210a used request id req-70c0c5ed-0c2f-4dc4-aa26-ff9a0c5da281 2018-10-22 14:58:12,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1b8776d5-84f8-48f2-ac41-0aa367c0210a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:12,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-323ffb0e-86aa-406c-92c3-0e34c7622228 Date: Mon, 22 Oct 2018 14:58:12 GMT RESP BODY: {"subnets":[]} 2018-10-22 14:58:12,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1b8776d5-84f8-48f2-ac41-0aa367c0210a used request id req-323ffb0e-86aa-406c-92c3-0e34c7622228 2018-10-22 14:58:12,500 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-subnet 2018-10-22 14:58:12,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" -d '{"subnets": [{"ip_version": 4, "network_id": "1b8776d5-84f8-48f2-ac41-0aa367c0210a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-subnet"}]}' 2018-10-22 14:58:13,078 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-287ab797-5bdb-459b-b489-4173454c343c Date: Mon, 22 Oct 2018 14:58:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b8776d5-84f8-48f2-ac41-0aa367c0210a","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:12Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:12Z","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":"8e9a3444377442da8b38ad768127d234","id":"9563cb4c-2fd2-4c88-95c6-5fec84cae189","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-subnet"}]} 2018-10-22 14:58:13,078 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-287ab797-5bdb-459b-b489-4173454c343c 2018-10-22 14:58:13,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=1b8776d5-84f8-48f2-ac41-0aa367c0210a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:13,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7a649791-a8ee-41a8-8abf-4cba122b6c64 Date: Mon, 22 Oct 2018 14:58:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1b8776d5-84f8-48f2-ac41-0aa367c0210a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["9563cb4c-2fd2-4c88-95c6-5fec84cae189"],"description":"","tags":[],"updated_at":"2018-10-22T14:58:12Z","provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:11Z","provider:network_type":"vxlan"}]} 2018-10-22 14:58:13,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=1b8776d5-84f8-48f2-ac41-0aa367c0210a used request id req-7a649791-a8ee-41a8-8abf-4cba122b6c64 2018-10-22 14:58:13,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1b8776d5-84f8-48f2-ac41-0aa367c0210a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:13,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a154a248-2814-466b-9280-10f4612375a8 Date: Mon, 22 Oct 2018 14:58:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b8776d5-84f8-48f2-ac41-0aa367c0210a","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:12Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:12Z","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":"8e9a3444377442da8b38ad768127d234","id":"9563cb4c-2fd2-4c88-95c6-5fec84cae189","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-subnet"}]} 2018-10-22 14:58:13,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1b8776d5-84f8-48f2-ac41-0aa367c0210a used request id req-a154a248-2814-466b-9280-10f4612375a8 2018-10-22 14:58:13,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:13,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f41cbffe-4a50-42de-8256-ab7191c35728 Date: Mon, 22 Oct 2018 14:58:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1b8776d5-84f8-48f2-ac41-0aa367c0210a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["9563cb4c-2fd2-4c88-95c6-5fec84cae189"],"description":"","tags":[],"updated_at":"2018-10-22T14:58:12Z","provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:11Z","provider:network_type":"vxlan"}]} 2018-10-22 14:58:13,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-net used request id req-f41cbffe-4a50-42de-8256-ab7191c35728 2018-10-22 14:58:13,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:58:13,865 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:58: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:58:13,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:13,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afa6fefa-10e2-46b3-b488-b5930d91997b 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:58:13,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-afa6fefa-10e2-46b3-b488-b5930d91997b 2018-10-22 14:58:13,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1b8776d5-84f8-48f2-ac41-0aa367c0210a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:14,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dc5612d7-0f34-43da-b849-2c220aa6f997 Date: Mon, 22 Oct 2018 14:58:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b8776d5-84f8-48f2-ac41-0aa367c0210a","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:12Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:12Z","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":"8e9a3444377442da8b38ad768127d234","id":"9563cb4c-2fd2-4c88-95c6-5fec84cae189","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-subnet"}]} 2018-10-22 14:58:14,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1b8776d5-84f8-48f2-ac41-0aa367c0210a used request id req-dc5612d7-0f34-43da-b849-2c220aa6f997 2018-10-22 14:58:14,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:58:14,255 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:58:14,638 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:58:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["-PqImliPTLGUUo_g3Wy_qQ"], "issued_at": "2018-10-22T14:58:14.000000Z"}} 2018-10-22 14:58:14,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}e4e9a90152782071cb4fd8205c19ce4bbc482a33" 2018-10-22 14:58:14,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82659088-dfe9-43f4-9229-8aea80a3ea9a 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:58:14,742 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-82659088-dfe9-43f4-9229-8aea80a3ea9a 2018-10-22 14:58:14,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:14,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ddd25747-e208-422e-b808-fc4e23d7159d Date: Mon, 22 Oct 2018 14:58:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 14:58:14,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-ddd25747-e208-422e-b808-fc4e23d7159d 2018-10-22 14:58:14,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:15,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c1061f10-a8cf-457f-a62b-58b9d2e7cf0d Date: Mon, 22 Oct 2018 14:58:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-22 14:58:15,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f used request id req-c1061f10-a8cf-457f-a62b-58b9d2e7cf0d 2018-10-22 14:58:15,229 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-router 2018-10-22 14:58:15,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" -d '{"router": {"external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f"}, "name": "NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-router", "admin_state_up": true}}' 2018-10-22 14:58:16,302 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-faf9e20e-ad44-49ff-a94b-17f1d3b60d1c Date: Mon, 22 Oct 2018 14:58:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:58:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:58:16Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "9ad39b8e-0d94-4584-b3f5-169447c0c7eb", "name": "NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-router"}} 2018-10-22 14:58:16,303 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-faf9e20e-ad44-49ff-a94b-17f1d3b60d1c 2018-10-22 14:58:16,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=9ad39b8e-0d94-4584-b3f5-169447c0c7eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:16,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-83f9cd84-cbba-4673-bbaa-b665d6107ea2 Date: Mon, 22 Oct 2018 14:58:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:15Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.204"}],"id":"d60432c3-22a9-4cae-956c-a944d353de40","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ce:ae:63","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"9ad39b8e-0d94-4584-b3f5-169447c0c7eb","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T14:58:15Z","binding:vnic_type":"normal"}]} 2018-10-22 14:58:16,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=9ad39b8e-0d94-4584-b3f5-169447c0c7eb used request id req-83f9cd84-cbba-4673-bbaa-b665d6107ea2 2018-10-22 14:58:16,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:16,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-88fe39f0-9aa8-4ca2-9ca5-22fef5599818 Date: Mon, 22 Oct 2018 14:58:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}} 2018-10-22 14:58:16,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 used request id req-88fe39f0-9aa8-4ca2-9ca5-22fef5599818 2018-10-22 14:58:16,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:16,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-de8f3f81-57f5-408d-b39a-5987dcb1d6fb Date: Mon, 22 Oct 2018 14:58:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:58:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:58:16Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "9ad39b8e-0d94-4584-b3f5-169447c0c7eb", "name": "NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-router"}]} 2018-10-22 14:58:16,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-router used request id req-de8f3f81-57f5-408d-b39a-5987dcb1d6fb 2018-10-22 14:58:16,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:16,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f6ccdcb-210a-46ed-89d7-569bc2f3f4ab 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:58:16,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-0f6ccdcb-210a-46ed-89d7-569bc2f3f4ab 2018-10-22 14:58:16,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=9ad39b8e-0d94-4584-b3f5-169447c0c7eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:17,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-8e879529-e140-4378-92a1-f3e5b89704ea Date: Mon, 22 Oct 2018 14:58:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:15Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.204"}],"id":"d60432c3-22a9-4cae-956c-a944d353de40","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ce:ae:63","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"9ad39b8e-0d94-4584-b3f5-169447c0c7eb","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T14:58:15Z","binding:vnic_type":"normal"}]} 2018-10-22 14:58:17,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=9ad39b8e-0d94-4584-b3f5-169447c0c7eb used request id req-8e879529-e140-4378-92a1-f3e5b89704ea 2018-10-22 14:58:17,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:17,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d2ad24d8-516e-422c-b442-4ff1867077d6 Date: Mon, 22 Oct 2018 14:58:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}} 2018-10-22 14:58:17,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 used request id req-d2ad24d8-516e-422c-b442-4ff1867077d6 2018-10-22 14:58:17,251 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-subnet 2018-10-22 14:58:17,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/9563cb4c-2fd2-4c88-95c6-5fec84cae189 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:19,485 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-63ed8b0d-5ef9-4904-8aae-c523ec294b80 Date: Mon, 22 Oct 2018 14:58:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:58:19,485 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/9563cb4c-2fd2-4c88-95c6-5fec84cae189 used request id req-63ed8b0d-5ef9-4904-8aae-c523ec294b80 2018-10-22 14:58:19,485 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-router 2018-10-22 14:58:19,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/9ad39b8e-0d94-4584-b3f5-169447c0c7eb/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" -d '{"subnet_id": "9563cb4c-2fd2-4c88-95c6-5fec84cae189"}' 2018-10-22 14:58:19,716 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-ec05aecc-4676-448c-9443-35a08255cf75 Date: Mon, 22 Oct 2018 14:58:19 GMT RESP BODY: {"NeutronError": {"message": "Subnet 9563cb4c-2fd2-4c88-95c6-5fec84cae189 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-22 14:58:19,717 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/9ad39b8e-0d94-4584-b3f5-169447c0c7eb/add_router_interface used request id req-ec05aecc-4676-448c-9443-35a08255cf75 2018-10-22 14:58:19,717 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 9563cb4c-2fd2-4c88-95c6-5fec84cae189 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-22 14:58:19,717 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-router 2018-10-22 14:58:19,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/9ad39b8e-0d94-4584-b3f5-169447c0c7eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:21,036 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a9bbb0af-6dc5-4305-b6f4-4166bc0eb7b0 Content-Length: 0 Date: Mon, 22 Oct 2018 14:58:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:58:21,036 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/9ad39b8e-0d94-4584-b3f5-169447c0c7eb used request id req-a9bbb0af-6dc5-4305-b6f4-4166bc0eb7b0 2018-10-22 14:58:21,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:21,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-824f5626-d762-40d2-9520-47b35643e10b Date: Mon, 22 Oct 2018 14:58:21 GMT RESP BODY: {"routers": []} 2018-10-22 14:58:21,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-router used request id req-824f5626-d762-40d2-9520-47b35643e10b 2018-10-22 14:58:21,229 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-subnet 2018-10-22 14:58:21,229 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-subnet 2018-10-22 14:58:21,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/9563cb4c-2fd2-4c88-95c6-5fec84cae189 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:21,304 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-16e12bbc-3b49-4213-8658-542437dae50b Date: Mon, 22 Oct 2018 14:58:21 GMT RESP BODY: {"NeutronError": {"message": "Subnet 9563cb4c-2fd2-4c88-95c6-5fec84cae189 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-22 14:58:21,304 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/9563cb4c-2fd2-4c88-95c6-5fec84cae189 used request id req-16e12bbc-3b49-4213-8658-542437dae50b 2018-10-22 14:58:21,304 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 9563cb4c-2fd2-4c88-95c6-5fec84cae189 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-22 14:58:21,304 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-fabc7274-fa43-46b3-94ff-a40da8e4bdf0-pub-net 2018-10-22 14:58:21,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/1b8776d5-84f8-48f2-ac41-0aa367c0210a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a690d492d214afd408ee1f06e0ea07de7ecac39" 2018-10-22 14:58:22,120 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-97a6b228-4b7c-405c-8d72-606abda5690d Date: Mon, 22 Oct 2018 14:58:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:58:22,120 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/1b8776d5-84f8-48f2-ac41-0aa367c0210a used request id req-97a6b228-4b7c-405c-8d72-606abda5690d 2018-10-22 14:58:22,121 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:58:22,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:58:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["CBnaM9MJT6KMyh3hEH-K-Q"], "issued_at": "2018-10-22T14:58:22.000000Z"}} 2018-10-22 14:58:22,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}84892bf30c950a166b4041a2086c3317149e6760" 2018-10-22 14:58:22,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3cc2601-425a-4be0-acf9-11a969bc8280 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:58:22,597 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b3cc2601-425a-4be0-acf9-11a969bc8280 2018-10-22 14:58:22,598 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-59bf397e-e7f2-4387-b769-ef6261eeb4bc-pub-net 2018-10-22 14:58:22,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84892bf30c950a166b4041a2086c3317149e6760" -d '{"network": {"name": "NeutronUtilsRouterTests-59bf397e-e7f2-4387-b769-ef6261eeb4bc-pub-net", "admin_state_up": true}}' 2018-10-22 14:58:23,150 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-5c27386e-72bc-4b74-93ba-e966119c4933 Date: Mon, 22 Oct 2018 14:58: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":"0f006a56-8803-4622-a4d5-1bc69ab37e87","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:58:22Z","is_default":false,"provider:segmentation_id":47,"name":"NeutronUtilsRouterTests-59bf397e-e7f2-4387-b769-ef6261eeb4bc-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:22Z","mtu":1450}} 2018-10-22 14:58:23,150 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-5c27386e-72bc-4b74-93ba-e966119c4933 2018-10-22 14:58:23,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=0f006a56-8803-4622-a4d5-1bc69ab37e87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84892bf30c950a166b4041a2086c3317149e6760" 2018-10-22 14:58:23,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-523b2dff-b829-4d71-890f-c3e564506296 Date: Mon, 22 Oct 2018 14:58:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0f006a56-8803-4622-a4d5-1bc69ab37e87","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:58:22Z","provider:segmentation_id":47,"name":"NeutronUtilsRouterTests-59bf397e-e7f2-4387-b769-ef6261eeb4bc-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:22Z","provider:network_type":"vxlan"}]} 2018-10-22 14:58:23,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=0f006a56-8803-4622-a4d5-1bc69ab37e87 used request id req-523b2dff-b829-4d71-890f-c3e564506296 2018-10-22 14:58:23,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0f006a56-8803-4622-a4d5-1bc69ab37e87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84892bf30c950a166b4041a2086c3317149e6760" 2018-10-22 14:58:23,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b12da711-ede9-4145-b276-ab7a718555d7 Date: Mon, 22 Oct 2018 14:58:23 GMT RESP BODY: {"subnets":[]} 2018-10-22 14:58:23,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0f006a56-8803-4622-a4d5-1bc69ab37e87 used request id req-b12da711-ede9-4145-b276-ab7a718555d7 2018-10-22 14:58:23,645 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-59bf397e-e7f2-4387-b769-ef6261eeb4bc-pub-subnet 2018-10-22 14:58:23,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84892bf30c950a166b4041a2086c3317149e6760" -d '{"subnets": [{"ip_version": 4, "network_id": "0f006a56-8803-4622-a4d5-1bc69ab37e87", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-59bf397e-e7f2-4387-b769-ef6261eeb4bc-pub-subnet"}]}' 2018-10-22 14:58:24,167 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cf1cff86-3e16-46ce-ad7a-67b37d597472 Date: Mon, 22 Oct 2018 14:58:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f006a56-8803-4622-a4d5-1bc69ab37e87","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:23Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:23Z","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":"8e9a3444377442da8b38ad768127d234","id":"63507f5a-7d0f-4a24-bc2d-651d73ee0290","subnetpool_id":null,"name":"NeutronUtilsRouterTests-59bf397e-e7f2-4387-b769-ef6261eeb4bc-pub-subnet"}]} 2018-10-22 14:58:24,168 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-cf1cff86-3e16-46ce-ad7a-67b37d597472 2018-10-22 14:58:24,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=0f006a56-8803-4622-a4d5-1bc69ab37e87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84892bf30c950a166b4041a2086c3317149e6760" 2018-10-22 14:58:24,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-4027dd85-e634-41dd-bdf9-e84a0a18b655 Date: Mon, 22 Oct 2018 14:58:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0f006a56-8803-4622-a4d5-1bc69ab37e87","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["63507f5a-7d0f-4a24-bc2d-651d73ee0290"],"description":"","tags":[],"updated_at":"2018-10-22T14:58:23Z","provider:segmentation_id":47,"name":"NeutronUtilsRouterTests-59bf397e-e7f2-4387-b769-ef6261eeb4bc-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:22Z","provider:network_type":"vxlan"}]} 2018-10-22 14:58:24,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=0f006a56-8803-4622-a4d5-1bc69ab37e87 used request id req-4027dd85-e634-41dd-bdf9-e84a0a18b655 2018-10-22 14:58:24,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0f006a56-8803-4622-a4d5-1bc69ab37e87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84892bf30c950a166b4041a2086c3317149e6760" 2018-10-22 14:58:24,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9e520ef1-f0b1-4dea-bb5c-1d64989500f4 Date: Mon, 22 Oct 2018 14:58:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f006a56-8803-4622-a4d5-1bc69ab37e87","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:23Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:23Z","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":"8e9a3444377442da8b38ad768127d234","id":"63507f5a-7d0f-4a24-bc2d-651d73ee0290","subnetpool_id":null,"name":"NeutronUtilsRouterTests-59bf397e-e7f2-4387-b769-ef6261eeb4bc-pub-subnet"}]} 2018-10-22 14:58:24,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0f006a56-8803-4622-a4d5-1bc69ab37e87 used request id req-9e520ef1-f0b1-4dea-bb5c-1d64989500f4 2018-10-22 14:58:24,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-59bf397e-e7f2-4387-b769-ef6261eeb4bc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84892bf30c950a166b4041a2086c3317149e6760" 2018-10-22 14:58:24,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2fc22509-326d-4b2c-bb51-33c07e9d477c Date: Mon, 22 Oct 2018 14:58:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0f006a56-8803-4622-a4d5-1bc69ab37e87","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["63507f5a-7d0f-4a24-bc2d-651d73ee0290"],"description":"","tags":[],"updated_at":"2018-10-22T14:58:23Z","provider:segmentation_id":47,"name":"NeutronUtilsRouterTests-59bf397e-e7f2-4387-b769-ef6261eeb4bc-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:22Z","provider:network_type":"vxlan"}]} 2018-10-22 14:58:24,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-59bf397e-e7f2-4387-b769-ef6261eeb4bc-pub-net used request id req-2fc22509-326d-4b2c-bb51-33c07e9d477c 2018-10-22 14:58:24,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:58:24,775 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:58:24 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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:58:24,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84892bf30c950a166b4041a2086c3317149e6760" 2018-10-22 14:58:24,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8aa90df-caff-46fd-9633-b67a3eedb5f3 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:58:24,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-d8aa90df-caff-46fd-9633-b67a3eedb5f3 2018-10-22 14:58:24,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0f006a56-8803-4622-a4d5-1bc69ab37e87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84892bf30c950a166b4041a2086c3317149e6760" 2018-10-22 14:58:24,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f22ad6e9-388e-4709-b2df-b1d0a9106e32 Date: Mon, 22 Oct 2018 14:58:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f006a56-8803-4622-a4d5-1bc69ab37e87","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:23Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:23Z","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":"8e9a3444377442da8b38ad768127d234","id":"63507f5a-7d0f-4a24-bc2d-651d73ee0290","subnetpool_id":null,"name":"NeutronUtilsRouterTests-59bf397e-e7f2-4387-b769-ef6261eeb4bc-pub-subnet"}]} 2018-10-22 14:58:24,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0f006a56-8803-4622-a4d5-1bc69ab37e87 used request id req-f22ad6e9-388e-4709-b2df-b1d0a9106e32 2018-10-22 14:58:24,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0f006a56-8803-4622-a4d5-1bc69ab37e87&name=NeutronUtilsRouterTests-59bf397e-e7f2-4387-b769-ef6261eeb4bc-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84892bf30c950a166b4041a2086c3317149e6760" 2018-10-22 14:58:25,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-72a6555d-21da-4a99-a011-43ed7da4d6a6 Date: Mon, 22 Oct 2018 14:58:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f006a56-8803-4622-a4d5-1bc69ab37e87","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:23Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:23Z","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":"8e9a3444377442da8b38ad768127d234","id":"63507f5a-7d0f-4a24-bc2d-651d73ee0290","subnetpool_id":null,"name":"NeutronUtilsRouterTests-59bf397e-e7f2-4387-b769-ef6261eeb4bc-pub-subnet"}]} 2018-10-22 14:58:25,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0f006a56-8803-4622-a4d5-1bc69ab37e87&name=NeutronUtilsRouterTests-59bf397e-e7f2-4387-b769-ef6261eeb4bc-pub-subnet used request id req-72a6555d-21da-4a99-a011-43ed7da4d6a6 2018-10-22 14:58:25,149 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-59bf397e-e7f2-4387-b769-ef6261eeb4bc-pub-subnet 2018-10-22 14:58:25,149 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-59bf397e-e7f2-4387-b769-ef6261eeb4bc-pub-subnet 2018-10-22 14:58:25,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/63507f5a-7d0f-4a24-bc2d-651d73ee0290 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84892bf30c950a166b4041a2086c3317149e6760" 2018-10-22 14:58:26,946 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6d4ddfa6-69d0-474e-8d47-99b80124958a Date: Mon, 22 Oct 2018 14:58:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:58:26,946 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/63507f5a-7d0f-4a24-bc2d-651d73ee0290 used request id req-6d4ddfa6-69d0-474e-8d47-99b80124958a 2018-10-22 14:58:26,946 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-59bf397e-e7f2-4387-b769-ef6261eeb4bc-pub-net 2018-10-22 14:58:26,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/0f006a56-8803-4622-a4d5-1bc69ab37e87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84892bf30c950a166b4041a2086c3317149e6760" 2018-10-22 14:58:28,347 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bb8122c8-7c06-4d10-8474-1cedc6aaa5fb Date: Mon, 22 Oct 2018 14:58:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:58:28,347 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/0f006a56-8803-4622-a4d5-1bc69ab37e87 used request id req-bb8122c8-7c06-4d10-8474-1cedc6aaa5fb 2018-10-22 14:58:28,349 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:58:28,745 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:58:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["-Xs8f4ZrSvO-4bkgRVqCoQ"], "issued_at": "2018-10-22T14:58:28.000000Z"}} 2018-10-22 14:58:28,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:28,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c413611-7e15-4784-a68a-66455cbd3630 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:58:28,829 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7c413611-7e15-4784-a68a-66455cbd3630 2018-10-22 14:58:28,830 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-net 2018-10-22 14:58:28,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" -d '{"network": {"name": "NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-net", "admin_state_up": true}}' 2018-10-22 14:58:29,251 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-0e3a6c72-3332-4979-a16f-290c61198a68 Date: Mon, 22 Oct 2018 14:58: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":"52666182-6df1-4045-9123-8a6ba2cbf033","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:58:29Z","is_default":false,"provider:segmentation_id":45,"name":"NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:29Z","mtu":1450}} 2018-10-22 14:58:29,251 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-0e3a6c72-3332-4979-a16f-290c61198a68 2018-10-22 14:58:29,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=52666182-6df1-4045-9123-8a6ba2cbf033 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:29,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7fe2a2a2-f1c8-4a02-9dce-7d5b7921b003 Date: Mon, 22 Oct 2018 14:58:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"52666182-6df1-4045-9123-8a6ba2cbf033","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:58:29Z","provider:segmentation_id":45,"name":"NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:29Z","provider:network_type":"vxlan"}]} 2018-10-22 14:58:29,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=52666182-6df1-4045-9123-8a6ba2cbf033 used request id req-7fe2a2a2-f1c8-4a02-9dce-7d5b7921b003 2018-10-22 14:58:29,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=52666182-6df1-4045-9123-8a6ba2cbf033 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:29,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-af6e4d0c-0528-47de-a5f4-ad759345a2da Date: Mon, 22 Oct 2018 14:58:29 GMT RESP BODY: {"subnets":[]} 2018-10-22 14:58:29,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=52666182-6df1-4045-9123-8a6ba2cbf033 used request id req-af6e4d0c-0528-47de-a5f4-ad759345a2da 2018-10-22 14:58:29,653 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-subnet 2018-10-22 14:58:29,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" -d '{"subnets": [{"ip_version": 4, "network_id": "52666182-6df1-4045-9123-8a6ba2cbf033", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-subnet"}]}' 2018-10-22 14:58:30,221 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a7222aeb-d399-4ddf-b1a5-4030faeb7627 Date: Mon, 22 Oct 2018 14:58:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52666182-6df1-4045-9123-8a6ba2cbf033","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:29Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:29Z","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":"8e9a3444377442da8b38ad768127d234","id":"a688bd79-4d26-471b-8dce-97b987003ddf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-subnet"}]} 2018-10-22 14:58:30,221 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-a7222aeb-d399-4ddf-b1a5-4030faeb7627 2018-10-22 14:58:30,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=52666182-6df1-4045-9123-8a6ba2cbf033 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:30,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-834983be-b1f8-4219-bd6a-80a4b926b797 Date: Mon, 22 Oct 2018 14:58:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"52666182-6df1-4045-9123-8a6ba2cbf033","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["a688bd79-4d26-471b-8dce-97b987003ddf"],"description":"","tags":[],"updated_at":"2018-10-22T14:58:29Z","provider:segmentation_id":45,"name":"NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:29Z","provider:network_type":"vxlan"}]} 2018-10-22 14:58:30,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=52666182-6df1-4045-9123-8a6ba2cbf033 used request id req-834983be-b1f8-4219-bd6a-80a4b926b797 2018-10-22 14:58:30,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=52666182-6df1-4045-9123-8a6ba2cbf033 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:30,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b2bbc11a-365e-47ab-b27e-76f3c346c21a Date: Mon, 22 Oct 2018 14:58:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52666182-6df1-4045-9123-8a6ba2cbf033","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:29Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:29Z","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":"8e9a3444377442da8b38ad768127d234","id":"a688bd79-4d26-471b-8dce-97b987003ddf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-subnet"}]} 2018-10-22 14:58:30,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=52666182-6df1-4045-9123-8a6ba2cbf033 used request id req-b2bbc11a-365e-47ab-b27e-76f3c346c21a 2018-10-22 14:58:30,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:30,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7d96d102-8428-445f-973c-2116231eee60 Date: Mon, 22 Oct 2018 14:58:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"52666182-6df1-4045-9123-8a6ba2cbf033","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["a688bd79-4d26-471b-8dce-97b987003ddf"],"description":"","tags":[],"updated_at":"2018-10-22T14:58:29Z","provider:segmentation_id":45,"name":"NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:29Z","provider:network_type":"vxlan"}]} 2018-10-22 14:58:30,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-net used request id req-7d96d102-8428-445f-973c-2116231eee60 2018-10-22 14:58:30,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:58:30,947 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:58: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:58:30,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:31,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9cbd198-2700-48dd-b190-2b23654bda94 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:58:31,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-d9cbd198-2700-48dd-b190-2b23654bda94 2018-10-22 14:58:31,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=52666182-6df1-4045-9123-8a6ba2cbf033 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:31,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-17b9b21f-e554-43d9-b7bf-0e8ffe761205 Date: Mon, 22 Oct 2018 14:58:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52666182-6df1-4045-9123-8a6ba2cbf033","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:29Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:29Z","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":"8e9a3444377442da8b38ad768127d234","id":"a688bd79-4d26-471b-8dce-97b987003ddf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-subnet"}]} 2018-10-22 14:58:31,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=52666182-6df1-4045-9123-8a6ba2cbf033 used request id req-17b9b21f-e554-43d9-b7bf-0e8ffe761205 2018-10-22 14:58:31,078 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:58:31,079 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:58:31,465 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:58:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["eAd7L2yNTQalQpqwtcDnSA"], "issued_at": "2018-10-22T14:58:31.000000Z"}} 2018-10-22 14:58:31,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}1b65602dc8ec10b134651cde3d913738e5014ff2" 2018-10-22 14:58:31,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de976496-bfb2-4107-b2a4-aa6b1fe11fb5 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:58:31,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-de976496-bfb2-4107-b2a4-aa6b1fe11fb5 2018-10-22 14:58:31,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:31,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-620925d9-9752-4077-9468-6159d8a299ad Date: Mon, 22 Oct 2018 14:58:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 14:58:31,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-620925d9-9752-4077-9468-6159d8a299ad 2018-10-22 14:58:31,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:32,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3575f4e2-ab62-4e0d-a551-8953c8dd8a8e Date: Mon, 22 Oct 2018 14:58:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-22 14:58:32,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f used request id req-3575f4e2-ab62-4e0d-a551-8953c8dd8a8e 2018-10-22 14:58:32,039 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-router 2018-10-22 14:58:32,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" -d '{"router": {"external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f"}, "name": "NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-router", "admin_state_up": true}}' 2018-10-22 14:58:34,230 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-4f4ad49c-b5b9-45e8-b2bb-7c8703e95c5a Date: Mon, 22 Oct 2018 14:58:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:58:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:58:34Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "bc861295-b801-45e4-bb22-b0b6963c01a0", "name": "NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-router"}} 2018-10-22 14:58:34,231 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-4f4ad49c-b5b9-45e8-b2bb-7c8703e95c5a 2018-10-22 14:58:34,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=bc861295-b801-45e4-bb22-b0b6963c01a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:34,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-bf73132b-b278-4698-88da-002bbd15b80b Date: Mon, 22 Oct 2018 14:58:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:33Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.205"}],"id":"04fa757f-8e71-4ad2-9038-83156aa611b0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c6:14:1e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"bc861295-b801-45e4-bb22-b0b6963c01a0","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T14:58:33Z","binding:vnic_type":"normal"}]} 2018-10-22 14:58:34,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=bc861295-b801-45e4-bb22-b0b6963c01a0 used request id req-bf73132b-b278-4698-88da-002bbd15b80b 2018-10-22 14:58:34,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:34,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-8205ab0a-8f05-48b6-82fe-05d7ba0db08b Date: Mon, 22 Oct 2018 14:58:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}} 2018-10-22 14:58:34,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 used request id req-8205ab0a-8f05-48b6-82fe-05d7ba0db08b 2018-10-22 14:58:34,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:34,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-356f5367-ea11-4243-b74b-6f8d9514b919 Date: Mon, 22 Oct 2018 14:58:34 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:58:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:58:33Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "205cc7e5-f4a4-453e-90c0-781a04a5551e", "name": "NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:58:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:58:34Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "bc861295-b801-45e4-bb22-b0b6963c01a0", "name": "NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-router"}]} 2018-10-22 14:58:34,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-router used request id req-356f5367-ea11-4243-b74b-6f8d9514b919 2018-10-22 14:58:34,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:34,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d632125-130c-4823-a9ed-4b691313e748 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:58:34,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-1d632125-130c-4823-a9ed-4b691313e748 2018-10-22 14:58:34,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=205cc7e5-f4a4-453e-90c0-781a04a5551e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:35,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-2294ccca-5a8e-42eb-9796-f91a98f2ec1f Date: Mon, 22 Oct 2018 14:58:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:32Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.209"}],"id":"25eb3612-c8f4-4d1a-ab7a-b44c896f1a6f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3d:69:2a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"205cc7e5-f4a4-453e-90c0-781a04a5551e","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T14:58:32Z","binding:vnic_type":"normal"}]} 2018-10-22 14:58:35,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=205cc7e5-f4a4-453e-90c0-781a04a5551e used request id req-2294ccca-5a8e-42eb-9796-f91a98f2ec1f 2018-10-22 14:58:35,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:35,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-73ce3b0c-8c56-4421-bf14-8088956ff6fb Date: Mon, 22 Oct 2018 14:58:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}} 2018-10-22 14:58:35,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 used request id req-73ce3b0c-8c56-4421-bf14-8088956ff6fb 2018-10-22 14:58:35,072 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-router 2018-10-22 14:58:35,072 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-router 2018-10-22 14:58:35,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/bc861295-b801-45e4-bb22-b0b6963c01a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:36,091 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4dd91f2f-e091-4bdb-9c6c-b9692bdeab9c Content-Length: 0 Date: Mon, 22 Oct 2018 14:58:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:58:36,091 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/bc861295-b801-45e4-bb22-b0b6963c01a0 used request id req-4dd91f2f-e091-4bdb-9c6c-b9692bdeab9c 2018-10-22 14:58:36,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:36,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7564935a-4929-4b5e-95e3-fa1d93c61bbd Date: Mon, 22 Oct 2018 14:58:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:58:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:58:33Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "205cc7e5-f4a4-453e-90c0-781a04a5551e", "name": "NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-router"}]} 2018-10-22 14:58:36,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-router used request id req-7564935a-4929-4b5e-95e3-fa1d93c61bbd 2018-10-22 14:58:36,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:36,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f0247a4-3d39-4dc2-8bc6-1992ba23e322 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:58:36,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-3f0247a4-3d39-4dc2-8bc6-1992ba23e322 2018-10-22 14:58:36,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=205cc7e5-f4a4-453e-90c0-781a04a5551e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:36,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-0e87e904-223c-4d54-827d-7d68a1cf6838 Date: Mon, 22 Oct 2018 14:58:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:32Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.209"}],"id":"25eb3612-c8f4-4d1a-ab7a-b44c896f1a6f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3d:69:2a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"205cc7e5-f4a4-453e-90c0-781a04a5551e","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T14:58:32Z","binding:vnic_type":"normal"}]} 2018-10-22 14:58:36,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=205cc7e5-f4a4-453e-90c0-781a04a5551e used request id req-0e87e904-223c-4d54-827d-7d68a1cf6838 2018-10-22 14:58:36,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:36,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-6f9b293c-0ec6-420f-a741-7267d2ff5b51 Date: Mon, 22 Oct 2018 14:58:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}} 2018-10-22 14:58:36,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 used request id req-6f9b293c-0ec6-420f-a741-7267d2ff5b51 2018-10-22 14:58:36,577 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-subnet 2018-10-22 14:58:36,577 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-subnet 2018-10-22 14:58:36,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/a688bd79-4d26-471b-8dce-97b987003ddf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:38,639 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-02dab6e7-53f7-4c94-8b74-b5b7f00d1ace Date: Mon, 22 Oct 2018 14:58:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:58:38,639 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/a688bd79-4d26-471b-8dce-97b987003ddf used request id req-02dab6e7-53f7-4c94-8b74-b5b7f00d1ace 2018-10-22 14:58:38,639 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-net 2018-10-22 14:58:38,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/52666182-6df1-4045-9123-8a6ba2cbf033 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5630015442941c55f4288bddd9ee9ec7b5cb18e" 2018-10-22 14:58:40,401 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8584c22f-1e30-4f9c-83c7-ba89cb33d8ce Date: Mon, 22 Oct 2018 14:58:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:58:40,401 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/52666182-6df1-4045-9123-8a6ba2cbf033 used request id req-8584c22f-1e30-4f9c-83c7-ba89cb33d8ce 2018-10-22 14:58:40,403 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:58:40,774 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:58:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["4zmNk1PfRdO2hn3owmxQnw"], "issued_at": "2018-10-22T14:58:40.000000Z"}} 2018-10-22 14:58:40,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}de94b17b2b316b9d5fa4104903c9413f41d00b13" 2018-10-22 14:58:40,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d066209-cdea-4bc6-8a1c-eb94438ee3ab 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:58:40,857 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0d066209-cdea-4bc6-8a1c-eb94438ee3ab 2018-10-22 14:58:40,859 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-net 2018-10-22 14:58:40,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" -d '{"network": {"name": "NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-net", "admin_state_up": true}}' 2018-10-22 14:58:41,294 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-e2368e06-0be1-4ff0-8796-6f2a74feb8eb Date: Mon, 22 Oct 2018 14:58: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":"0afaf4c1-392c-451f-90a5-3503c5f49cd2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:58:41Z","is_default":false,"provider:segmentation_id":25,"name":"NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:41Z","mtu":1450}} 2018-10-22 14:58:41,294 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-e2368e06-0be1-4ff0-8796-6f2a74feb8eb 2018-10-22 14:58:41,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=0afaf4c1-392c-451f-90a5-3503c5f49cd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" 2018-10-22 14:58:41,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-35a87af2-9813-4bee-bb5d-9a7e3114559d Date: Mon, 22 Oct 2018 14:58:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0afaf4c1-392c-451f-90a5-3503c5f49cd2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:58:41Z","provider:segmentation_id":25,"name":"NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:41Z","provider:network_type":"vxlan"}]} 2018-10-22 14:58:41,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=0afaf4c1-392c-451f-90a5-3503c5f49cd2 used request id req-35a87af2-9813-4bee-bb5d-9a7e3114559d 2018-10-22 14:58:41,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0afaf4c1-392c-451f-90a5-3503c5f49cd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" 2018-10-22 14:58:41,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a7856b9b-ab30-4f7f-bd58-02895a08522d Date: Mon, 22 Oct 2018 14:58:41 GMT RESP BODY: {"subnets":[]} 2018-10-22 14:58:41,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0afaf4c1-392c-451f-90a5-3503c5f49cd2 used request id req-a7856b9b-ab30-4f7f-bd58-02895a08522d 2018-10-22 14:58:41,707 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-subnet 2018-10-22 14:58:41,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" -d '{"subnets": [{"ip_version": 4, "network_id": "0afaf4c1-392c-451f-90a5-3503c5f49cd2", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-subnet"}]}' 2018-10-22 14:58:42,373 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0d442b12-e896-45e6-b129-2a77af81a220 Date: Mon, 22 Oct 2018 14:58:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0afaf4c1-392c-451f-90a5-3503c5f49cd2","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:42Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:42Z","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":"8e9a3444377442da8b38ad768127d234","id":"26666b08-2677-40cb-957c-17562d5103c8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-subnet"}]} 2018-10-22 14:58:42,373 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-0d442b12-e896-45e6-b129-2a77af81a220 2018-10-22 14:58:42,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=0afaf4c1-392c-451f-90a5-3503c5f49cd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" 2018-10-22 14:58:42,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-52ec61d9-3bc9-492c-acbd-33c761fc4bfb Date: Mon, 22 Oct 2018 14:58:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0afaf4c1-392c-451f-90a5-3503c5f49cd2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["26666b08-2677-40cb-957c-17562d5103c8"],"description":"","tags":[],"updated_at":"2018-10-22T14:58:42Z","provider:segmentation_id":25,"name":"NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:41Z","provider:network_type":"vxlan"}]} 2018-10-22 14:58:42,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=0afaf4c1-392c-451f-90a5-3503c5f49cd2 used request id req-52ec61d9-3bc9-492c-acbd-33c761fc4bfb 2018-10-22 14:58:42,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0afaf4c1-392c-451f-90a5-3503c5f49cd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" 2018-10-22 14:58:42,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f181c38b-0af7-417c-ad01-2530d5fc7eac Date: Mon, 22 Oct 2018 14:58:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0afaf4c1-392c-451f-90a5-3503c5f49cd2","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:42Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:42Z","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":"8e9a3444377442da8b38ad768127d234","id":"26666b08-2677-40cb-957c-17562d5103c8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-subnet"}]} 2018-10-22 14:58:42,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0afaf4c1-392c-451f-90a5-3503c5f49cd2 used request id req-f181c38b-0af7-417c-ad01-2530d5fc7eac 2018-10-22 14:58:42,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" 2018-10-22 14:58:43,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fd53ec8d-d456-427d-8f77-e5159209d0e8 Date: Mon, 22 Oct 2018 14:58:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0afaf4c1-392c-451f-90a5-3503c5f49cd2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["26666b08-2677-40cb-957c-17562d5103c8"],"description":"","tags":[],"updated_at":"2018-10-22T14:58:42Z","provider:segmentation_id":25,"name":"NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:41Z","provider:network_type":"vxlan"}]} 2018-10-22 14:58:43,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-net used request id req-fd53ec8d-d456-427d-8f77-e5159209d0e8 2018-10-22 14:58:43,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:58:43,087 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:58: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:58:43,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" 2018-10-22 14:58:43,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00639169-d296-4303-a25b-2aea8f11e3b8 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:58:43,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-00639169-d296-4303-a25b-2aea8f11e3b8 2018-10-22 14:58:43,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0afaf4c1-392c-451f-90a5-3503c5f49cd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" 2018-10-22 14:58:43,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4324588e-0e5d-4b64-838b-750cefddcf6a Date: Mon, 22 Oct 2018 14:58:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0afaf4c1-392c-451f-90a5-3503c5f49cd2","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:42Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:42Z","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":"8e9a3444377442da8b38ad768127d234","id":"26666b08-2677-40cb-957c-17562d5103c8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-subnet"}]} 2018-10-22 14:58:43,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0afaf4c1-392c-451f-90a5-3503c5f49cd2 used request id req-4324588e-0e5d-4b64-838b-750cefddcf6a 2018-10-22 14:58:43,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0afaf4c1-392c-451f-90a5-3503c5f49cd2&name=NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" 2018-10-22 14:58:43,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-afeddbec-e2ea-424d-b4b4-50e1e7229c0b Date: Mon, 22 Oct 2018 14:58:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0afaf4c1-392c-451f-90a5-3503c5f49cd2","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:42Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:42Z","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":"8e9a3444377442da8b38ad768127d234","id":"26666b08-2677-40cb-957c-17562d5103c8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-subnet"}]} 2018-10-22 14:58:43,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0afaf4c1-392c-451f-90a5-3503c5f49cd2&name=NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-subnet used request id req-afeddbec-e2ea-424d-b4b4-50e1e7229c0b 2018-10-22 14:58:43,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:58:43,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:58:43,933 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:58:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["lXUGoGmXTsKrs8AoOvCVfw"], "issued_at": "2018-10-22T14:58:43.000000Z"}} 2018-10-22 14:58:43,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}bd2de83da8d53fbc30c18e5c28fa1e3ab64109fe" 2018-10-22 14:58:44,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7f7cd50-5378-40ec-8f26-f1f5d28790ce 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:58:44,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c7f7cd50-5378-40ec-8f26-f1f5d28790ce 2018-10-22 14:58:44,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" 2018-10-22 14:58:44,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f1c4f50c-9a4f-48b2-b726-5dcb8d0c3d4a Date: Mon, 22 Oct 2018 14:58:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0afaf4c1-392c-451f-90a5-3503c5f49cd2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["26666b08-2677-40cb-957c-17562d5103c8"],"description":"","tags":[],"updated_at":"2018-10-22T14:58:42Z","provider:segmentation_id":25,"name":"NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:41Z","provider:network_type":"vxlan"}]} 2018-10-22 14:58:44,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-net used request id req-f1c4f50c-9a4f-48b2-b726-5dcb8d0c3d4a 2018-10-22 14:58:44,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0afaf4c1-392c-451f-90a5-3503c5f49cd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" 2018-10-22 14:58:44,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b74acb6a-9da5-49b7-a1cd-21adc5846fac Date: Mon, 22 Oct 2018 14:58:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0afaf4c1-392c-451f-90a5-3503c5f49cd2","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:42Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:42Z","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":"8e9a3444377442da8b38ad768127d234","id":"26666b08-2677-40cb-957c-17562d5103c8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-subnet"}]} 2018-10-22 14:58:44,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0afaf4c1-392c-451f-90a5-3503c5f49cd2 used request id req-b74acb6a-9da5-49b7-a1cd-21adc5846fac 2018-10-22 14:58:44,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" 2018-10-22 14:58:44,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-cb081d65-33d3-4783-9240-2385036d3a36 Date: Mon, 22 Oct 2018 14:58:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0afaf4c1-392c-451f-90a5-3503c5f49cd2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["26666b08-2677-40cb-957c-17562d5103c8"],"description":"","tags":[],"updated_at":"2018-10-22T14:58:42Z","provider:segmentation_id":25,"name":"NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:41Z","provider:network_type":"vxlan"}]} 2018-10-22 14:58:44,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-net used request id req-cb081d65-33d3-4783-9240-2385036d3a36 2018-10-22 14:58:44,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:58:44,562 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:58:44 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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:58:44,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2de83da8d53fbc30c18e5c28fa1e3ab64109fe" 2018-10-22 14:58:44,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ae328e6-fbfa-4dee-ac8f-5dd8b2f20813 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:58:44,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-9ae328e6-fbfa-4dee-ac8f-5dd8b2f20813 2018-10-22 14:58:44,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0afaf4c1-392c-451f-90a5-3503c5f49cd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" 2018-10-22 14:58:44,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c5c927cc-dd07-4135-a0b2-0103c74c4648 Date: Mon, 22 Oct 2018 14:58:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0afaf4c1-392c-451f-90a5-3503c5f49cd2","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:42Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:42Z","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":"8e9a3444377442da8b38ad768127d234","id":"26666b08-2677-40cb-957c-17562d5103c8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-subnet"}]} 2018-10-22 14:58:44,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0afaf4c1-392c-451f-90a5-3503c5f49cd2 used request id req-c5c927cc-dd07-4135-a0b2-0103c74c4648 2018-10-22 14:58:44,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0afaf4c1-392c-451f-90a5-3503c5f49cd2&name=NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" 2018-10-22 14:58:44,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-01b31f97-d074-43a8-96b7-d589941ed464 Date: Mon, 22 Oct 2018 14:58:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0afaf4c1-392c-451f-90a5-3503c5f49cd2","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:42Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:42Z","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":"8e9a3444377442da8b38ad768127d234","id":"26666b08-2677-40cb-957c-17562d5103c8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-subnet"}]} 2018-10-22 14:58:44,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0afaf4c1-392c-451f-90a5-3503c5f49cd2&name=NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-subnet used request id req-01b31f97-d074-43a8-96b7-d589941ed464 2018-10-22 14:58:44,938 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-net 2018-10-22 14:58:44,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" -d '{"port": {"network_id": "0afaf4c1-392c-451f-90a5-3503c5f49cd2", "fixed_ips": [{"subnet_id": "26666b08-2677-40cb-957c-17562d5103c8", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-port", "admin_state_up": true}}' 2018-10-22 14:58:45,694 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-43217b28-d72f-400f-b820-1b8a18caaca1 Date: Mon, 22 Oct 2018 14:58:45 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:45Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"26666b08-2677-40cb-957c-17562d5103c8","ip_address":"10.55.1.100"}],"id":"f7dabbea-a9e5-4a0e-ae2d-3298abbac1e6","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b5:dc:c5","project_id":"8e9a3444377442da8b38ad768127d234","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-port","admin_state_up":true,"network_id":"0afaf4c1-392c-451f-90a5-3503c5f49cd2","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:45Z","binding:vnic_type":"normal"}} 2018-10-22 14:58:45,694 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-43217b28-d72f-400f-b820-1b8a18caaca1 2018-10-22 14:58:45,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" 2018-10-22 14:58:45,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4190 X-Openstack-Request-Id: req-981aad78-32da-4a08-884d-00060959943c Date: Mon, 22 Oct 2018 14:58:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:32Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.209"}],"id":"25eb3612-c8f4-4d1a-ab7a-b44c896f1a6f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3d:69:2a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"205cc7e5-f4a4-453e-90c0-781a04a5551e","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T14:58:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26666b08-2677-40cb-957c-17562d5103c8","ip_address":"10.55.1.3"}],"id":"6ed9cb16-0bf0-4e67-ac7e-589d5ae192e6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c9:94:78","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0afaf4c1-392c-451f-90a5-3503c5f49cd2","name":"","admin_state_up":true,"network_id":"0afaf4c1-392c-451f-90a5-3503c5f49cd2","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26666b08-2677-40cb-957c-17562d5103c8","ip_address":"10.55.1.2"}],"id":"81768011-ee2f-48ad-b30e-81369513ea10","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:49:bb","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0afaf4c1-392c-451f-90a5-3503c5f49cd2","name":"","admin_state_up":true,"network_id":"0afaf4c1-392c-451f-90a5-3503c5f49cd2","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:44Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26666b08-2677-40cb-957c-17562d5103c8","ip_address":"10.55.1.4"}],"id":"e487289f-0e25-4c4a-805b-a7ddbd5e42f0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:52:3c:4e","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0afaf4c1-392c-451f-90a5-3503c5f49cd2","name":"","admin_state_up":true,"network_id":"0afaf4c1-392c-451f-90a5-3503c5f49cd2","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:45Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26666b08-2677-40cb-957c-17562d5103c8","ip_address":"10.55.1.100"}],"id":"f7dabbea-a9e5-4a0e-ae2d-3298abbac1e6","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b5:dc:c5","project_id":"8e9a3444377442da8b38ad768127d234","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-port","admin_state_up":true,"network_id":"0afaf4c1-392c-451f-90a5-3503c5f49cd2","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:45Z","binding:vnic_type":"normal"}]} 2018-10-22 14:58:45,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports used request id req-981aad78-32da-4a08-884d-00060959943c 2018-10-22 14:58:45,792 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-port 2018-10-22 14:58:45,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/f7dabbea-a9e5-4a0e-ae2d-3298abbac1e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" 2018-10-22 14:58:46,251 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e672d48c-1255-4fca-9bb2-9e68d1c0a509 Date: Mon, 22 Oct 2018 14:58:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:58:46,251 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/f7dabbea-a9e5-4a0e-ae2d-3298abbac1e6 used request id req-e672d48c-1255-4fca-9bb2-9e68d1c0a509 2018-10-22 14:58:46,251 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-subnet 2018-10-22 14:58:46,252 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-subnet 2018-10-22 14:58:46,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/26666b08-2677-40cb-957c-17562d5103c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" 2018-10-22 14:58:48,623 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7fd18ede-7f19-4d28-9b5b-5f7d7ca81eba Date: Mon, 22 Oct 2018 14:58:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:58:48,623 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/26666b08-2677-40cb-957c-17562d5103c8 used request id req-7fd18ede-7f19-4d28-9b5b-5f7d7ca81eba 2018-10-22 14:58:48,623 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-6b26ec5d-4411-443b-a0c7-0635f3f2bc15-pub-net 2018-10-22 14:58:48,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/0afaf4c1-392c-451f-90a5-3503c5f49cd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de94b17b2b316b9d5fa4104903c9413f41d00b13" 2018-10-22 14:58:49,969 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ac3c21ad-91d9-467c-bbe0-2edaa46e1c17 Date: Mon, 22 Oct 2018 14:58:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:58:49,969 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/0afaf4c1-392c-451f-90a5-3503c5f49cd2 used request id req-ac3c21ad-91d9-467c-bbe0-2edaa46e1c17 2018-10-22 14:58:49,971 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:58:50,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:58:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["jFTcbx9_QtibgjTZL1voxA"], "issued_at": "2018-10-22T14:58:50.000000Z"}} 2018-10-22 14:58:50,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}71ca29020cb6e901dd3a5e56bce26029e30aad34" 2018-10-22 14:58:50,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67fc58f5-e658-4f39-9d83-a13aed63aa89 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:58:50,442 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-67fc58f5-e658-4f39-9d83-a13aed63aa89 2018-10-22 14:58:50,443 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-net 2018-10-22 14:58:50,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" -d '{"network": {"name": "NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-net", "admin_state_up": true}}' 2018-10-22 14:58:50,899 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-ea9d67de-f82d-4aeb-a9ad-20d8f519fb89 Date: Mon, 22 Oct 2018 14:58: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":"89545e01-5d63-4cea-8ae4-74d6db4af0e6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:58:50Z","is_default":false,"provider:segmentation_id":79,"name":"NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:50Z","mtu":1450}} 2018-10-22 14:58:50,900 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-ea9d67de-f82d-4aeb-a9ad-20d8f519fb89 2018-10-22 14:58:50,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=89545e01-5d63-4cea-8ae4-74d6db4af0e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" 2018-10-22 14:58:51,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1e90d624-21d4-489b-aa7c-aaa0462b55a1 Date: Mon, 22 Oct 2018 14:58:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"89545e01-5d63-4cea-8ae4-74d6db4af0e6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:58:50Z","provider:segmentation_id":79,"name":"NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:50Z","provider:network_type":"vxlan"}]} 2018-10-22 14:58:51,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=89545e01-5d63-4cea-8ae4-74d6db4af0e6 used request id req-1e90d624-21d4-489b-aa7c-aaa0462b55a1 2018-10-22 14:58:51,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=89545e01-5d63-4cea-8ae4-74d6db4af0e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" 2018-10-22 14:58:51,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1eadf2d0-f98e-44ae-9150-c80f53f58736 Date: Mon, 22 Oct 2018 14:58:51 GMT RESP BODY: {"subnets":[]} 2018-10-22 14:58:51,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=89545e01-5d63-4cea-8ae4-74d6db4af0e6 used request id req-1eadf2d0-f98e-44ae-9150-c80f53f58736 2018-10-22 14:58:51,300 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-subnet 2018-10-22 14:58:51,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" -d '{"subnets": [{"ip_version": 4, "network_id": "89545e01-5d63-4cea-8ae4-74d6db4af0e6", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-subnet"}]}' 2018-10-22 14:58:51,958 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-79e5d358-9ffd-49a9-82fd-8e289fc34e29 Date: Mon, 22 Oct 2018 14:58:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89545e01-5d63-4cea-8ae4-74d6db4af0e6","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:51Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:51Z","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":"8e9a3444377442da8b38ad768127d234","id":"a730e0ef-c96e-4d9a-a9e5-6f36f2a21577","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-subnet"}]} 2018-10-22 14:58:51,958 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-79e5d358-9ffd-49a9-82fd-8e289fc34e29 2018-10-22 14:58:51,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=89545e01-5d63-4cea-8ae4-74d6db4af0e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" 2018-10-22 14:58:52,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b2a767d8-138d-4765-b42d-7d100652d642 Date: Mon, 22 Oct 2018 14:58:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"89545e01-5d63-4cea-8ae4-74d6db4af0e6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["a730e0ef-c96e-4d9a-a9e5-6f36f2a21577"],"description":"","tags":[],"updated_at":"2018-10-22T14:58:51Z","provider:segmentation_id":79,"name":"NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:50Z","provider:network_type":"vxlan"}]} 2018-10-22 14:58:52,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=89545e01-5d63-4cea-8ae4-74d6db4af0e6 used request id req-b2a767d8-138d-4765-b42d-7d100652d642 2018-10-22 14:58:52,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=89545e01-5d63-4cea-8ae4-74d6db4af0e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" 2018-10-22 14:58:52,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e7600090-40de-404c-a8c6-990aee87f496 Date: Mon, 22 Oct 2018 14:58:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89545e01-5d63-4cea-8ae4-74d6db4af0e6","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:51Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:51Z","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":"8e9a3444377442da8b38ad768127d234","id":"a730e0ef-c96e-4d9a-a9e5-6f36f2a21577","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-subnet"}]} 2018-10-22 14:58:52,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=89545e01-5d63-4cea-8ae4-74d6db4af0e6 used request id req-e7600090-40de-404c-a8c6-990aee87f496 2018-10-22 14:58:52,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" 2018-10-22 14:58:52,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fa6ca98a-1b3b-4170-90fe-50a7669cf996 Date: Mon, 22 Oct 2018 14:58:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"89545e01-5d63-4cea-8ae4-74d6db4af0e6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["a730e0ef-c96e-4d9a-a9e5-6f36f2a21577"],"description":"","tags":[],"updated_at":"2018-10-22T14:58:51Z","provider:segmentation_id":79,"name":"NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:50Z","provider:network_type":"vxlan"}]} 2018-10-22 14:58:52,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-net used request id req-fa6ca98a-1b3b-4170-90fe-50a7669cf996 2018-10-22 14:58:52,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:58:52,593 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:58: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:58:52,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" 2018-10-22 14:58:52,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17ff0d89-d4f2-491f-a1d3-ec0cd1f48d49 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:58:52,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-17ff0d89-d4f2-491f-a1d3-ec0cd1f48d49 2018-10-22 14:58:52,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=89545e01-5d63-4cea-8ae4-74d6db4af0e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" 2018-10-22 14:58:52,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e6ef22a5-27b8-427d-854e-d25e563b205d Date: Mon, 22 Oct 2018 14:58:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89545e01-5d63-4cea-8ae4-74d6db4af0e6","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:51Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:51Z","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":"8e9a3444377442da8b38ad768127d234","id":"a730e0ef-c96e-4d9a-a9e5-6f36f2a21577","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-subnet"}]} 2018-10-22 14:58:52,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=89545e01-5d63-4cea-8ae4-74d6db4af0e6 used request id req-e6ef22a5-27b8-427d-854e-d25e563b205d 2018-10-22 14:58:52,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=89545e01-5d63-4cea-8ae4-74d6db4af0e6&name=NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" 2018-10-22 14:58:52,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fe96fb42-6ef5-42e3-9b71-df3f40b9aa53 Date: Mon, 22 Oct 2018 14:58:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89545e01-5d63-4cea-8ae4-74d6db4af0e6","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:51Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:51Z","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":"8e9a3444377442da8b38ad768127d234","id":"a730e0ef-c96e-4d9a-a9e5-6f36f2a21577","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-subnet"}]} 2018-10-22 14:58:52,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=89545e01-5d63-4cea-8ae4-74d6db4af0e6&name=NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-subnet used request id req-fe96fb42-6ef5-42e3-9b71-df3f40b9aa53 2018-10-22 14:58:52,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:58:52,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:58:53,320 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:58:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["OXDFWeH9SJeqgeO4JR9uZQ"], "issued_at": "2018-10-22T14:58:53.000000Z"}} 2018-10-22 14:58:53,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}06d4102f062b943c13a44b5372547737f01fd8ef" 2018-10-22 14:58:53,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4881f457-b958-4398-acf5-43da14a2e852 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:58:53,400 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4881f457-b958-4398-acf5-43da14a2e852 2018-10-22 14:58:53,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" 2018-10-22 14:58:53,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-6cd30b2e-2f84-4042-874d-553725ad006d Date: Mon, 22 Oct 2018 14:58:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"89545e01-5d63-4cea-8ae4-74d6db4af0e6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["a730e0ef-c96e-4d9a-a9e5-6f36f2a21577"],"description":"","tags":[],"updated_at":"2018-10-22T14:58:51Z","provider:segmentation_id":79,"name":"NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:50Z","provider:network_type":"vxlan"}]} 2018-10-22 14:58:53,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-net used request id req-6cd30b2e-2f84-4042-874d-553725ad006d 2018-10-22 14:58:53,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=89545e01-5d63-4cea-8ae4-74d6db4af0e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" 2018-10-22 14:58:53,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1bba3e18-24b7-4d32-b1c6-0be953d41075 Date: Mon, 22 Oct 2018 14:58:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89545e01-5d63-4cea-8ae4-74d6db4af0e6","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:51Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:51Z","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":"8e9a3444377442da8b38ad768127d234","id":"a730e0ef-c96e-4d9a-a9e5-6f36f2a21577","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-subnet"}]} 2018-10-22 14:58:53,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=89545e01-5d63-4cea-8ae4-74d6db4af0e6 used request id req-1bba3e18-24b7-4d32-b1c6-0be953d41075 2018-10-22 14:58:53,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" 2018-10-22 14:58:54,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-984abca3-4c88-4dd0-b210-b3fb42a4bc62 Date: Mon, 22 Oct 2018 14:58:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"89545e01-5d63-4cea-8ae4-74d6db4af0e6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["a730e0ef-c96e-4d9a-a9e5-6f36f2a21577"],"description":"","tags":[],"updated_at":"2018-10-22T14:58:51Z","provider:segmentation_id":79,"name":"NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:50Z","provider:network_type":"vxlan"}]} 2018-10-22 14:58:54,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-net used request id req-984abca3-4c88-4dd0-b210-b3fb42a4bc62 2018-10-22 14:58:54,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:58:54,012 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:58: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:58:54,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d4102f062b943c13a44b5372547737f01fd8ef" 2018-10-22 14:58:54,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:58:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7bc7338-d5b0-4443-9420-32ada0b89919 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:58:54,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-c7bc7338-d5b0-4443-9420-32ada0b89919 2018-10-22 14:58:54,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=89545e01-5d63-4cea-8ae4-74d6db4af0e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" 2018-10-22 14:58:54,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-99aaf1b8-439d-454a-a335-acff0d10d6b4 Date: Mon, 22 Oct 2018 14:58:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89545e01-5d63-4cea-8ae4-74d6db4af0e6","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:51Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:51Z","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":"8e9a3444377442da8b38ad768127d234","id":"a730e0ef-c96e-4d9a-a9e5-6f36f2a21577","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-subnet"}]} 2018-10-22 14:58:54,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=89545e01-5d63-4cea-8ae4-74d6db4af0e6 used request id req-99aaf1b8-439d-454a-a335-acff0d10d6b4 2018-10-22 14:58:54,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=89545e01-5d63-4cea-8ae4-74d6db4af0e6&name=NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" 2018-10-22 14:58:54,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5ba2bcff-b222-485d-9747-8f1cda0dfd79 Date: Mon, 22 Oct 2018 14:58:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89545e01-5d63-4cea-8ae4-74d6db4af0e6","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:51Z","dns_nameservers":[],"updated_at":"2018-10-22T14:58:51Z","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":"8e9a3444377442da8b38ad768127d234","id":"a730e0ef-c96e-4d9a-a9e5-6f36f2a21577","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-subnet"}]} 2018-10-22 14:58:54,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=89545e01-5d63-4cea-8ae4-74d6db4af0e6&name=NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-subnet used request id req-5ba2bcff-b222-485d-9747-8f1cda0dfd79 2018-10-22 14:58:54,359 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-net 2018-10-22 14:58:54,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" -d '{"port": {"network_id": "89545e01-5d63-4cea-8ae4-74d6db4af0e6", "fixed_ips": [{"subnet_id": "a730e0ef-c96e-4d9a-a9e5-6f36f2a21577", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-port", "admin_state_up": true}}' 2018-10-22 14:58:55,281 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-59457621-713f-4cf5-a79e-fb71aad4847a Date: Mon, 22 Oct 2018 14:58:55 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:54Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a730e0ef-c96e-4d9a-a9e5-6f36f2a21577","ip_address":"10.55.1.100"}],"id":"0203fe0a-8414-48f8-96f7-9fb89d27e4c0","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5d:3c:2a","project_id":"8e9a3444377442da8b38ad768127d234","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-port","admin_state_up":true,"network_id":"89545e01-5d63-4cea-8ae4-74d6db4af0e6","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:54Z","binding:vnic_type":"normal"}} 2018-10-22 14:58:55,282 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-59457621-713f-4cf5-a79e-fb71aad4847a 2018-10-22 14:58:55,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" 2018-10-22 14:58:55,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4190 X-Openstack-Request-Id: req-28ad78df-9985-4e0a-9c31-8870e9c61263 Date: Mon, 22 Oct 2018 14:58:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:54Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a730e0ef-c96e-4d9a-a9e5-6f36f2a21577","ip_address":"10.55.1.100"}],"id":"0203fe0a-8414-48f8-96f7-9fb89d27e4c0","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5d:3c:2a","project_id":"8e9a3444377442da8b38ad768127d234","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-port","admin_state_up":true,"network_id":"89545e01-5d63-4cea-8ae4-74d6db4af0e6","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:32Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.209"}],"id":"25eb3612-c8f4-4d1a-ab7a-b44c896f1a6f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3d:69:2a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"205cc7e5-f4a4-453e-90c0-781a04a5551e","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T14:58:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a730e0ef-c96e-4d9a-a9e5-6f36f2a21577","ip_address":"10.55.1.3"}],"id":"2961c346-8de0-4b62-bfa6-749dff8fba6c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:02:a9:88","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-89545e01-5d63-4cea-8ae4-74d6db4af0e6","name":"","admin_state_up":true,"network_id":"89545e01-5d63-4cea-8ae4-74d6db4af0e6","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:52Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a730e0ef-c96e-4d9a-a9e5-6f36f2a21577","ip_address":"10.55.1.2"}],"id":"90297b8e-bd16-4225-9553-1265e15071ab","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:f4:d6","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-89545e01-5d63-4cea-8ae4-74d6db4af0e6","name":"","admin_state_up":true,"network_id":"89545e01-5d63-4cea-8ae4-74d6db4af0e6","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a730e0ef-c96e-4d9a-a9e5-6f36f2a21577","ip_address":"10.55.1.4"}],"id":"950a1727-3a9c-472d-bd72-68541d295aea","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ca:49:5f","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-89545e01-5d63-4cea-8ae4-74d6db4af0e6","name":"","admin_state_up":true,"network_id":"89545e01-5d63-4cea-8ae4-74d6db4af0e6","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:58:53Z","binding:vnic_type":"normal"}]} 2018-10-22 14:58:55,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports used request id req-28ad78df-9985-4e0a-9c31-8870e9c61263 2018-10-22 14:58:55,332 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-port 2018-10-22 14:58:55,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/0203fe0a-8414-48f8-96f7-9fb89d27e4c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" 2018-10-22 14:58:56,146 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4acbd5d3-6dff-45c6-ab50-6fba9d9db7fc Date: Mon, 22 Oct 2018 14:58:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:58:56,147 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/0203fe0a-8414-48f8-96f7-9fb89d27e4c0 used request id req-4acbd5d3-6dff-45c6-ab50-6fba9d9db7fc 2018-10-22 14:58:56,147 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-subnet 2018-10-22 14:58:56,147 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-subnet 2018-10-22 14:58:56,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/a730e0ef-c96e-4d9a-a9e5-6f36f2a21577 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" 2018-10-22 14:58:58,545 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7b95c559-eeb6-42ba-82f5-379337f8fe39 Date: Mon, 22 Oct 2018 14:58:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:58:58,545 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/a730e0ef-c96e-4d9a-a9e5-6f36f2a21577 used request id req-7b95c559-eeb6-42ba-82f5-379337f8fe39 2018-10-22 14:58:58,545 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-9c69448b-383f-4c95-b026-28a632c1b212-pub-net 2018-10-22 14:58:58,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/89545e01-5d63-4cea-8ae4-74d6db4af0e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ca29020cb6e901dd3a5e56bce26029e30aad34" 2018-10-22 14:59:00,006 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1d7af703-87f5-4d1e-9733-49e184586a46 Date: Mon, 22 Oct 2018 14:59:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:00,006 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/89545e01-5d63-4cea-8ae4-74d6db4af0e6 used request id req-1d7af703-87f5-4d1e-9733-49e184586a46 2018-10-22 14:59:00,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:59:00,393 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:59:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["DUBeFBhERvqzll2HizKz_Q"], "issued_at": "2018-10-22T14:59:00.000000Z"}} 2018-10-22 14:59:00,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}b1423e0775ebe549a31cfd7027b626ffb0339f1e" 2018-10-22 14:59:00,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80038f77-d970-4b16-b3e6-892070fbd4f7 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:00,485 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-80038f77-d970-4b16-b3e6-892070fbd4f7 2018-10-22 14:59:00,486 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-net 2018-10-22 14:59:00,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1423e0775ebe549a31cfd7027b626ffb0339f1e" -d '{"network": {"name": "NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-net", "admin_state_up": true}}' 2018-10-22 14:59:00,898 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-c6ef024a-6c6b-4159-84bc-6fe3adc07705 Date: Mon, 22 Oct 2018 14:59:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e7e721b0-b33a-4e85-966b-5c7de0aefa27","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:59:00Z","is_default":false,"provider:segmentation_id":66,"name":"NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:00Z","mtu":1450}} 2018-10-22 14:59:00,899 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-c6ef024a-6c6b-4159-84bc-6fe3adc07705 2018-10-22 14:59:00,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=e7e721b0-b33a-4e85-966b-5c7de0aefa27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1423e0775ebe549a31cfd7027b626ffb0339f1e" 2018-10-22 14:59:01,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-eb94f1d2-94aa-40cb-a6e8-bf46f36e3e96 Date: Mon, 22 Oct 2018 14:59:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e7e721b0-b33a-4e85-966b-5c7de0aefa27","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:59:00Z","provider:segmentation_id":66,"name":"NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:00Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:01,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=e7e721b0-b33a-4e85-966b-5c7de0aefa27 used request id req-eb94f1d2-94aa-40cb-a6e8-bf46f36e3e96 2018-10-22 14:59:01,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e7e721b0-b33a-4e85-966b-5c7de0aefa27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1423e0775ebe549a31cfd7027b626ffb0339f1e" 2018-10-22 14:59:01,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2bcf094c-4124-4593-b3ae-d6c76e8142df Date: Mon, 22 Oct 2018 14:59:01 GMT RESP BODY: {"subnets":[]} 2018-10-22 14:59:01,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e7e721b0-b33a-4e85-966b-5c7de0aefa27 used request id req-2bcf094c-4124-4593-b3ae-d6c76e8142df 2018-10-22 14:59:01,317 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-subnet 2018-10-22 14:59:01,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1423e0775ebe549a31cfd7027b626ffb0339f1e" -d '{"subnets": [{"ip_version": 4, "network_id": "e7e721b0-b33a-4e85-966b-5c7de0aefa27", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-subnet"}]}' 2018-10-22 14:59:01,838 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-58121d87-6d43-4b16-a5a5-d47b224f8d94 Date: Mon, 22 Oct 2018 14:59:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7e721b0-b33a-4e85-966b-5c7de0aefa27","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:01Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:01Z","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":"8e9a3444377442da8b38ad768127d234","id":"a8396bc7-a9dd-4150-bade-610294737772","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-subnet"}]} 2018-10-22 14:59:01,838 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-58121d87-6d43-4b16-a5a5-d47b224f8d94 2018-10-22 14:59:01,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=e7e721b0-b33a-4e85-966b-5c7de0aefa27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1423e0775ebe549a31cfd7027b626ffb0339f1e" 2018-10-22 14:59:02,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-da8d0e19-1069-4117-a7fd-a551c060ec3d Date: Mon, 22 Oct 2018 14:59:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e7e721b0-b33a-4e85-966b-5c7de0aefa27","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["a8396bc7-a9dd-4150-bade-610294737772"],"description":"","tags":[],"updated_at":"2018-10-22T14:59:01Z","provider:segmentation_id":66,"name":"NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:00Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:02,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=e7e721b0-b33a-4e85-966b-5c7de0aefa27 used request id req-da8d0e19-1069-4117-a7fd-a551c060ec3d 2018-10-22 14:59:02,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e7e721b0-b33a-4e85-966b-5c7de0aefa27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1423e0775ebe549a31cfd7027b626ffb0339f1e" 2018-10-22 14:59:02,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-59cb6fc0-735b-4359-a368-bf7e644d6d64 Date: Mon, 22 Oct 2018 14:59:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7e721b0-b33a-4e85-966b-5c7de0aefa27","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:01Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:01Z","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":"8e9a3444377442da8b38ad768127d234","id":"a8396bc7-a9dd-4150-bade-610294737772","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-subnet"}]} 2018-10-22 14:59:02,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e7e721b0-b33a-4e85-966b-5c7de0aefa27 used request id req-59cb6fc0-735b-4359-a368-bf7e644d6d64 2018-10-22 14:59:02,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1423e0775ebe549a31cfd7027b626ffb0339f1e" 2018-10-22 14:59:02,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-cd398f33-c637-4551-b3e8-e7c3a715ac73 Date: Mon, 22 Oct 2018 14:59:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e7e721b0-b33a-4e85-966b-5c7de0aefa27","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["a8396bc7-a9dd-4150-bade-610294737772"],"description":"","tags":[],"updated_at":"2018-10-22T14:59:01Z","provider:segmentation_id":66,"name":"NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:00Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:02,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-net used request id req-cd398f33-c637-4551-b3e8-e7c3a715ac73 2018-10-22 14:59:02,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:59:02,567 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:59:02 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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:59:02,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1423e0775ebe549a31cfd7027b626ffb0339f1e" 2018-10-22 14:59:02,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9350f781-3d6a-401b-9d88-79f0c51d384d 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:59:02,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-9350f781-3d6a-401b-9d88-79f0c51d384d 2018-10-22 14:59:02,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e7e721b0-b33a-4e85-966b-5c7de0aefa27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1423e0775ebe549a31cfd7027b626ffb0339f1e" 2018-10-22 14:59:02,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b2e9b088-9ba6-42c7-91f7-18b4360c3663 Date: Mon, 22 Oct 2018 14:59:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7e721b0-b33a-4e85-966b-5c7de0aefa27","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:01Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:01Z","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":"8e9a3444377442da8b38ad768127d234","id":"a8396bc7-a9dd-4150-bade-610294737772","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-subnet"}]} 2018-10-22 14:59:02,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e7e721b0-b33a-4e85-966b-5c7de0aefa27 used request id req-b2e9b088-9ba6-42c7-91f7-18b4360c3663 2018-10-22 14:59:02,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e7e721b0-b33a-4e85-966b-5c7de0aefa27&name=NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1423e0775ebe549a31cfd7027b626ffb0339f1e" 2018-10-22 14:59:02,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-06435403-ec3f-4bae-b4c6-a7c74dee8d00 Date: Mon, 22 Oct 2018 14:59:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7e721b0-b33a-4e85-966b-5c7de0aefa27","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:01Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:01Z","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":"8e9a3444377442da8b38ad768127d234","id":"a8396bc7-a9dd-4150-bade-610294737772","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-subnet"}]} 2018-10-22 14:59:02,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e7e721b0-b33a-4e85-966b-5c7de0aefa27&name=NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-subnet used request id req-06435403-ec3f-4bae-b4c6-a7c74dee8d00 2018-10-22 14:59:02,760 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:59:02,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:59:03,154 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:59:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["ZpUYTsqURbeUTQ0b-ox7WQ"], "issued_at": "2018-10-22T14:59:03.000000Z"}} 2018-10-22 14:59:03,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}164076cab2466ee4e0f1eb7c939bb581c1cbf286" 2018-10-22 14:59:03,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb7a274-4138-4196-bf15-eee00f2baf05 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:03,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1fb7a274-4138-4196-bf15-eee00f2baf05 2018-10-22 14:59:03,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1423e0775ebe549a31cfd7027b626ffb0339f1e" 2018-10-22 14:59:03,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2f27bd00-2a4d-4497-b004-3fb5befccf4f Date: Mon, 22 Oct 2018 14:59:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e7e721b0-b33a-4e85-966b-5c7de0aefa27","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["a8396bc7-a9dd-4150-bade-610294737772"],"description":"","tags":[],"updated_at":"2018-10-22T14:59:01Z","provider:segmentation_id":66,"name":"NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:00Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:03,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-net used request id req-2f27bd00-2a4d-4497-b004-3fb5befccf4f 2018-10-22 14:59:03,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e7e721b0-b33a-4e85-966b-5c7de0aefa27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1423e0775ebe549a31cfd7027b626ffb0339f1e" 2018-10-22 14:59:03,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-70729efe-9c6d-4648-bf75-66cf8b490f57 Date: Mon, 22 Oct 2018 14:59:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7e721b0-b33a-4e85-966b-5c7de0aefa27","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:01Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:01Z","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":"8e9a3444377442da8b38ad768127d234","id":"a8396bc7-a9dd-4150-bade-610294737772","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-subnet"}]} 2018-10-22 14:59:03,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e7e721b0-b33a-4e85-966b-5c7de0aefa27 used request id req-70729efe-9c6d-4648-bf75-66cf8b490f57 2018-10-22 14:59:03,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1423e0775ebe549a31cfd7027b626ffb0339f1e" 2018-10-22 14:59:03,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-162c459c-b8a8-41a0-a5a8-6ed7886c69a0 Date: Mon, 22 Oct 2018 14:59:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e7e721b0-b33a-4e85-966b-5c7de0aefa27","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["a8396bc7-a9dd-4150-bade-610294737772"],"description":"","tags":[],"updated_at":"2018-10-22T14:59:01Z","provider:segmentation_id":66,"name":"NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:00Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:03,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-net used request id req-162c459c-b8a8-41a0-a5a8-6ed7886c69a0 2018-10-22 14:59:03,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:59:03,488 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:59: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:59:03,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}164076cab2466ee4e0f1eb7c939bb581c1cbf286" 2018-10-22 14:59:03,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-090a1120-461e-4ff3-84a8-15600cc211ec 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:59:03,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-090a1120-461e-4ff3-84a8-15600cc211ec 2018-10-22 14:59:03,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e7e721b0-b33a-4e85-966b-5c7de0aefa27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1423e0775ebe549a31cfd7027b626ffb0339f1e" 2018-10-22 14:59:03,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-52567449-dc1c-48a7-a44e-d2161ce45d15 Date: Mon, 22 Oct 2018 14:59:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7e721b0-b33a-4e85-966b-5c7de0aefa27","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:01Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:01Z","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":"8e9a3444377442da8b38ad768127d234","id":"a8396bc7-a9dd-4150-bade-610294737772","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-subnet"}]} 2018-10-22 14:59:03,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e7e721b0-b33a-4e85-966b-5c7de0aefa27 used request id req-52567449-dc1c-48a7-a44e-d2161ce45d15 2018-10-22 14:59:03,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e7e721b0-b33a-4e85-966b-5c7de0aefa27&name=NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1423e0775ebe549a31cfd7027b626ffb0339f1e" 2018-10-22 14:59:03,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-169ecad8-eb12-4f77-9ba7-c70dbf6b9072 Date: Mon, 22 Oct 2018 14:59:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7e721b0-b33a-4e85-966b-5c7de0aefa27","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:01Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:01Z","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":"8e9a3444377442da8b38ad768127d234","id":"a8396bc7-a9dd-4150-bade-610294737772","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-subnet"}]} 2018-10-22 14:59:03,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e7e721b0-b33a-4e85-966b-5c7de0aefa27&name=NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-subnet used request id req-169ecad8-eb12-4f77-9ba7-c70dbf6b9072 2018-10-22 14:59:03,843 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-net 2018-10-22 14:59:03,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1423e0775ebe549a31cfd7027b626ffb0339f1e" -d '{"port": {"network_id": "e7e721b0-b33a-4e85-966b-5c7de0aefa27", "fixed_ips": [{"subnet_id": "a8396bc7-a9dd-4150-bade-610294737772", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-port", "admin_state_up": true}}' 2018-10-22 14:59:03,999 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-e1ea4b86-fc6b-4080-869d-74dd2298eb19 Date: Mon, 22 Oct 2018 14:59:03 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-22 14:59:03,999 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-e1ea4b86-fc6b-4080-869d-74dd2298eb19 2018-10-22 14:59:03,999 - 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-10-22 14:59:04,000 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-subnet 2018-10-22 14:59:04,000 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-subnet 2018-10-22 14:59:04,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/a8396bc7-a9dd-4150-bade-610294737772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1423e0775ebe549a31cfd7027b626ffb0339f1e" 2018-10-22 14:59:06,085 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0b7a5e1a-197e-4f5f-8202-de215aac8336 Date: Mon, 22 Oct 2018 14:59:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:06,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/a8396bc7-a9dd-4150-bade-610294737772 used request id req-0b7a5e1a-197e-4f5f-8202-de215aac8336 2018-10-22 14:59:06,086 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-0871a3cf-f2a3-48ed-ad99-3e09f8d46d4c-pub-net 2018-10-22 14:59:06,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/e7e721b0-b33a-4e85-966b-5c7de0aefa27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1423e0775ebe549a31cfd7027b626ffb0339f1e" 2018-10-22 14:59:07,558 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5f5e2597-d30e-4004-8056-b1620ac9f941 Date: Mon, 22 Oct 2018 14:59:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:07,558 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/e7e721b0-b33a-4e85-966b-5c7de0aefa27 used request id req-5f5e2597-d30e-4004-8056-b1620ac9f941 2018-10-22 14:59:07,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:59:07,933 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:59:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["ksoa4w0tQ_yL03k13dT9pg"], "issued_at": "2018-10-22T14:59:07.000000Z"}} 2018-10-22 14:59:07,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}5b07b0140064075b2a7a07e073949112730b2039" 2018-10-22 14:59:08,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb113a36-8bbd-41d1-a3ad-d1103f87c90e 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:08,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-eb113a36-8bbd-41d1-a3ad-d1103f87c90e 2018-10-22 14:59:08,021 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-net 2018-10-22 14:59:08,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b07b0140064075b2a7a07e073949112730b2039" -d '{"network": {"name": "NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-net", "admin_state_up": true}}' 2018-10-22 14:59:08,444 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-c0ecc05e-44a1-4d1a-a9c4-48734c18e703 Date: Mon, 22 Oct 2018 14:59: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":"85849b8c-0013-4d32-a14b-d8be627331ef","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:59:08Z","is_default":false,"provider:segmentation_id":85,"name":"NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:08Z","mtu":1450}} 2018-10-22 14:59:08,444 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-c0ecc05e-44a1-4d1a-a9c4-48734c18e703 2018-10-22 14:59:08,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=85849b8c-0013-4d32-a14b-d8be627331ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b07b0140064075b2a7a07e073949112730b2039" 2018-10-22 14:59:08,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7cde17de-b55d-4c43-bcba-a64d647d00d7 Date: Mon, 22 Oct 2018 14:59:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"85849b8c-0013-4d32-a14b-d8be627331ef","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:59:08Z","provider:segmentation_id":85,"name":"NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:08Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:08,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=85849b8c-0013-4d32-a14b-d8be627331ef used request id req-7cde17de-b55d-4c43-bcba-a64d647d00d7 2018-10-22 14:59:08,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=85849b8c-0013-4d32-a14b-d8be627331ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b07b0140064075b2a7a07e073949112730b2039" 2018-10-22 14:59:08,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-371a4450-3d1f-4224-96c9-550b83cd87d8 Date: Mon, 22 Oct 2018 14:59:08 GMT RESP BODY: {"subnets":[]} 2018-10-22 14:59:08,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=85849b8c-0013-4d32-a14b-d8be627331ef used request id req-371a4450-3d1f-4224-96c9-550b83cd87d8 2018-10-22 14:59:08,893 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-subnet 2018-10-22 14:59:08,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b07b0140064075b2a7a07e073949112730b2039" -d '{"subnets": [{"ip_version": 4, "network_id": "85849b8c-0013-4d32-a14b-d8be627331ef", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-subnet"}]}' 2018-10-22 14:59:09,581 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4020b2c7-bd61-4994-bbdd-3bbd846487c8 Date: Mon, 22 Oct 2018 14:59:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85849b8c-0013-4d32-a14b-d8be627331ef","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:09Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:09Z","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":"8e9a3444377442da8b38ad768127d234","id":"3c1e9a9f-133d-4ab4-a2ab-23b4cd1450cc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-subnet"}]} 2018-10-22 14:59:09,581 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-4020b2c7-bd61-4994-bbdd-3bbd846487c8 2018-10-22 14:59:09,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=85849b8c-0013-4d32-a14b-d8be627331ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b07b0140064075b2a7a07e073949112730b2039" 2018-10-22 14:59:09,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8bb431b4-00a2-4c24-b38c-b6275c42b1bf Date: Mon, 22 Oct 2018 14:59:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"85849b8c-0013-4d32-a14b-d8be627331ef","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["3c1e9a9f-133d-4ab4-a2ab-23b4cd1450cc"],"description":"","tags":[],"updated_at":"2018-10-22T14:59:09Z","provider:segmentation_id":85,"name":"NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:08Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:09,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=85849b8c-0013-4d32-a14b-d8be627331ef used request id req-8bb431b4-00a2-4c24-b38c-b6275c42b1bf 2018-10-22 14:59:09,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=85849b8c-0013-4d32-a14b-d8be627331ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b07b0140064075b2a7a07e073949112730b2039" 2018-10-22 14:59:10,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5113f9c6-8ad0-4569-bf1d-044f2b005199 Date: Mon, 22 Oct 2018 14:59:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85849b8c-0013-4d32-a14b-d8be627331ef","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:09Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:09Z","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":"8e9a3444377442da8b38ad768127d234","id":"3c1e9a9f-133d-4ab4-a2ab-23b4cd1450cc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-subnet"}]} 2018-10-22 14:59:10,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=85849b8c-0013-4d32-a14b-d8be627331ef used request id req-5113f9c6-8ad0-4569-bf1d-044f2b005199 2018-10-22 14:59:10,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b07b0140064075b2a7a07e073949112730b2039" 2018-10-22 14:59:10,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-1692fd82-b5e5-4c93-9946-c303acc6e567 Date: Mon, 22 Oct 2018 14:59:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"85849b8c-0013-4d32-a14b-d8be627331ef","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["3c1e9a9f-133d-4ab4-a2ab-23b4cd1450cc"],"description":"","tags":[],"updated_at":"2018-10-22T14:59:09Z","provider:segmentation_id":85,"name":"NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:08Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:10,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-net used request id req-1692fd82-b5e5-4c93-9946-c303acc6e567 2018-10-22 14:59:10,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:59:10,312 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:59: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:59:10,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b07b0140064075b2a7a07e073949112730b2039" 2018-10-22 14:59:10,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da093410-aa20-404b-8ec4-2e9e6c5703bc 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:59:10,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-da093410-aa20-404b-8ec4-2e9e6c5703bc 2018-10-22 14:59:10,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=85849b8c-0013-4d32-a14b-d8be627331ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b07b0140064075b2a7a07e073949112730b2039" 2018-10-22 14:59:10,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-66fab6b6-0bdf-476c-8dfc-acb91c55e043 Date: Mon, 22 Oct 2018 14:59:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85849b8c-0013-4d32-a14b-d8be627331ef","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:09Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:09Z","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":"8e9a3444377442da8b38ad768127d234","id":"3c1e9a9f-133d-4ab4-a2ab-23b4cd1450cc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-subnet"}]} 2018-10-22 14:59:10,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=85849b8c-0013-4d32-a14b-d8be627331ef used request id req-66fab6b6-0bdf-476c-8dfc-acb91c55e043 2018-10-22 14:59:10,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=85849b8c-0013-4d32-a14b-d8be627331ef&name=NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b07b0140064075b2a7a07e073949112730b2039" 2018-10-22 14:59:10,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1a0b8f35-4a1e-47c4-8be1-b7871b83ddd6 Date: Mon, 22 Oct 2018 14:59:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85849b8c-0013-4d32-a14b-d8be627331ef","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:09Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:09Z","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":"8e9a3444377442da8b38ad768127d234","id":"3c1e9a9f-133d-4ab4-a2ab-23b4cd1450cc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-subnet"}]} 2018-10-22 14:59:10,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=85849b8c-0013-4d32-a14b-d8be627331ef&name=NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-subnet used request id req-1a0b8f35-4a1e-47c4-8be1-b7871b83ddd6 2018-10-22 14:59:10,709 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:59:10,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:59:11,109 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:59:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["sEZxfiVhTz6yXW18PjanXA"], "issued_at": "2018-10-22T14:59:11.000000Z"}} 2018-10-22 14:59:11,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}08c054b2d3d17cec7a0412ffd45b0aecd995135e" 2018-10-22 14:59:11,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46f79990-ae91-41d7-92cf-2c7719e56bcd 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:11,197 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-46f79990-ae91-41d7-92cf-2c7719e56bcd 2018-10-22 14:59:11,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b07b0140064075b2a7a07e073949112730b2039" 2018-10-22 14:59:11,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8a9ddf89-9d14-4ea6-ba46-78d1146d9659 Date: Mon, 22 Oct 2018 14:59:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"85849b8c-0013-4d32-a14b-d8be627331ef","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["3c1e9a9f-133d-4ab4-a2ab-23b4cd1450cc"],"description":"","tags":[],"updated_at":"2018-10-22T14:59:09Z","provider:segmentation_id":85,"name":"NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:08Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:11,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-net used request id req-8a9ddf89-9d14-4ea6-ba46-78d1146d9659 2018-10-22 14:59:11,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=85849b8c-0013-4d32-a14b-d8be627331ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b07b0140064075b2a7a07e073949112730b2039" 2018-10-22 14:59:11,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0dd5e94d-eccc-421d-91c4-e4aa8f85df08 Date: Mon, 22 Oct 2018 14:59:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85849b8c-0013-4d32-a14b-d8be627331ef","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:09Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:09Z","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":"8e9a3444377442da8b38ad768127d234","id":"3c1e9a9f-133d-4ab4-a2ab-23b4cd1450cc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-subnet"}]} 2018-10-22 14:59:11,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=85849b8c-0013-4d32-a14b-d8be627331ef used request id req-0dd5e94d-eccc-421d-91c4-e4aa8f85df08 2018-10-22 14:59:11,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b07b0140064075b2a7a07e073949112730b2039" 2018-10-22 14:59:11,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-22fcfbba-8475-4234-95a7-2d3e993c3bdb Date: Mon, 22 Oct 2018 14:59:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"85849b8c-0013-4d32-a14b-d8be627331ef","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["3c1e9a9f-133d-4ab4-a2ab-23b4cd1450cc"],"description":"","tags":[],"updated_at":"2018-10-22T14:59:09Z","provider:segmentation_id":85,"name":"NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:08Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:11,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-net used request id req-22fcfbba-8475-4234-95a7-2d3e993c3bdb 2018-10-22 14:59:11,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:59:11,452 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:59: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:59:11,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c054b2d3d17cec7a0412ffd45b0aecd995135e" 2018-10-22 14:59:11,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21ece617-0059-4304-9650-e6c33985e38b 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:59:11,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-21ece617-0059-4304-9650-e6c33985e38b 2018-10-22 14:59:11,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=85849b8c-0013-4d32-a14b-d8be627331ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b07b0140064075b2a7a07e073949112730b2039" 2018-10-22 14:59:11,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6c04e904-9f56-4c61-b287-abf74ffa8c9b Date: Mon, 22 Oct 2018 14:59:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85849b8c-0013-4d32-a14b-d8be627331ef","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:09Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:09Z","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":"8e9a3444377442da8b38ad768127d234","id":"3c1e9a9f-133d-4ab4-a2ab-23b4cd1450cc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-subnet"}]} 2018-10-22 14:59:11,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=85849b8c-0013-4d32-a14b-d8be627331ef used request id req-6c04e904-9f56-4c61-b287-abf74ffa8c9b 2018-10-22 14:59:11,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=85849b8c-0013-4d32-a14b-d8be627331ef&name=NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b07b0140064075b2a7a07e073949112730b2039" 2018-10-22 14:59:11,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f52c49ad-bc4a-403b-8cf0-db687760d960 Date: Mon, 22 Oct 2018 14:59:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85849b8c-0013-4d32-a14b-d8be627331ef","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:09Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:09Z","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":"8e9a3444377442da8b38ad768127d234","id":"3c1e9a9f-133d-4ab4-a2ab-23b4cd1450cc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-subnet"}]} 2018-10-22 14:59:11,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=85849b8c-0013-4d32-a14b-d8be627331ef&name=NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-subnet used request id req-f52c49ad-bc4a-403b-8cf0-db687760d960 2018-10-22 14:59:11,798 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-net 2018-10-22 14:59:11,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b07b0140064075b2a7a07e073949112730b2039" -d '{"port": {"network_id": "85849b8c-0013-4d32-a14b-d8be627331ef", "fixed_ips": [{"subnet_id": "3c1e9a9f-133d-4ab4-a2ab-23b4cd1450cc", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-port", "admin_state_up": true}}' 2018-10-22 14:59:12,209 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-ca691f05-7421-4164-869f-f26f3751c987 Date: Mon, 22 Oct 2018 14:59:12 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-10-22 14:59:12,209 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-ca691f05-7421-4164-869f-f26f3751c987 2018-10-22 14:59:12,209 - 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-10-22 14:59:12,210 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-subnet 2018-10-22 14:59:12,210 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-subnet 2018-10-22 14:59:12,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/3c1e9a9f-133d-4ab4-a2ab-23b4cd1450cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b07b0140064075b2a7a07e073949112730b2039" 2018-10-22 14:59:14,473 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b7b73ce7-3007-4720-bf82-ba2eefece721 Date: Mon, 22 Oct 2018 14:59:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:14,474 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/3c1e9a9f-133d-4ab4-a2ab-23b4cd1450cc used request id req-b7b73ce7-3007-4720-bf82-ba2eefece721 2018-10-22 14:59:14,474 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-b39fd23a-630c-46b6-96c0-5906b2614bd6-pub-net 2018-10-22 14:59:14,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/85849b8c-0013-4d32-a14b-d8be627331ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b07b0140064075b2a7a07e073949112730b2039" 2018-10-22 14:59:15,956 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e3d93878-bbf9-4bcc-81c5-8029496f39a0 Date: Mon, 22 Oct 2018 14:59:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:15,956 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/85849b8c-0013-4d32-a14b-d8be627331ef used request id req-e3d93878-bbf9-4bcc-81c5-8029496f39a0 2018-10-22 14:59:15,957 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:59:16,353 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:59:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["ChhMh6awQZ-M7bSiTWdS_g"], "issued_at": "2018-10-22T14:59:16.000000Z"}} 2018-10-22 14:59:16,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}a134cda73b499849d7ba7923fac0f3122a483789" 2018-10-22 14:59:16,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d3206e3-943b-4671-8c00-cff81ad6faf1 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:16,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6d3206e3-943b-4671-8c00-cff81ad6faf1 2018-10-22 14:59:16,431 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-net 2018-10-22 14:59:16,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a134cda73b499849d7ba7923fac0f3122a483789" -d '{"network": {"name": "NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-net", "admin_state_up": true}}' 2018-10-22 14:59:16,904 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-ea18bebd-7cc1-466a-b3bc-50afb7c633c0 Date: Mon, 22 Oct 2018 14:59: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":"ba070e45-7aab-4d08-ad29-99cdd0c06ab5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:59:16Z","is_default":false,"provider:segmentation_id":93,"name":"NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:16Z","mtu":1450}} 2018-10-22 14:59:16,905 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-ea18bebd-7cc1-466a-b3bc-50afb7c633c0 2018-10-22 14:59:16,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=ba070e45-7aab-4d08-ad29-99cdd0c06ab5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a134cda73b499849d7ba7923fac0f3122a483789" 2018-10-22 14:59:17,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-db14a422-f485-4dc8-9d82-ecb373261b9d Date: Mon, 22 Oct 2018 14:59:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ba070e45-7aab-4d08-ad29-99cdd0c06ab5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:59:16Z","provider:segmentation_id":93,"name":"NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:16Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:17,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=ba070e45-7aab-4d08-ad29-99cdd0c06ab5 used request id req-db14a422-f485-4dc8-9d82-ecb373261b9d 2018-10-22 14:59:17,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ba070e45-7aab-4d08-ad29-99cdd0c06ab5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a134cda73b499849d7ba7923fac0f3122a483789" 2018-10-22 14:59:17,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-81ecff40-d233-49c5-ac67-ea1e91d1f44d Date: Mon, 22 Oct 2018 14:59:17 GMT RESP BODY: {"subnets":[]} 2018-10-22 14:59:17,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ba070e45-7aab-4d08-ad29-99cdd0c06ab5 used request id req-81ecff40-d233-49c5-ac67-ea1e91d1f44d 2018-10-22 14:59:17,317 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-subnet 2018-10-22 14:59:17,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a134cda73b499849d7ba7923fac0f3122a483789" -d '{"subnets": [{"ip_version": 4, "network_id": "ba070e45-7aab-4d08-ad29-99cdd0c06ab5", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-subnet"}]}' 2018-10-22 14:59:17,958 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-72b61697-9b9a-45a2-b087-12ec100280eb Date: Mon, 22 Oct 2018 14:59:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ba070e45-7aab-4d08-ad29-99cdd0c06ab5","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:17Z","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":"8e9a3444377442da8b38ad768127d234","id":"a4374fd9-3dcd-425c-89c8-1b89f5f2a0e8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-subnet"}]} 2018-10-22 14:59:17,958 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-72b61697-9b9a-45a2-b087-12ec100280eb 2018-10-22 14:59:17,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=ba070e45-7aab-4d08-ad29-99cdd0c06ab5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a134cda73b499849d7ba7923fac0f3122a483789" 2018-10-22 14:59:18,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-63041228-33a4-4cd4-b594-7e8821c03bc9 Date: Mon, 22 Oct 2018 14:59:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ba070e45-7aab-4d08-ad29-99cdd0c06ab5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["a4374fd9-3dcd-425c-89c8-1b89f5f2a0e8"],"description":"","tags":[],"updated_at":"2018-10-22T14:59:17Z","provider:segmentation_id":93,"name":"NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:16Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:18,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=ba070e45-7aab-4d08-ad29-99cdd0c06ab5 used request id req-63041228-33a4-4cd4-b594-7e8821c03bc9 2018-10-22 14:59:18,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ba070e45-7aab-4d08-ad29-99cdd0c06ab5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a134cda73b499849d7ba7923fac0f3122a483789" 2018-10-22 14:59:18,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b8816361-ed8d-45e5-892c-51a0e703e9d8 Date: Mon, 22 Oct 2018 14:59:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ba070e45-7aab-4d08-ad29-99cdd0c06ab5","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:17Z","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":"8e9a3444377442da8b38ad768127d234","id":"a4374fd9-3dcd-425c-89c8-1b89f5f2a0e8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-subnet"}]} 2018-10-22 14:59:18,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ba070e45-7aab-4d08-ad29-99cdd0c06ab5 used request id req-b8816361-ed8d-45e5-892c-51a0e703e9d8 2018-10-22 14:59:18,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a134cda73b499849d7ba7923fac0f3122a483789" 2018-10-22 14:59:18,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fc7cc616-f491-4009-917c-0f8dcec8ad0d Date: Mon, 22 Oct 2018 14:59:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ba070e45-7aab-4d08-ad29-99cdd0c06ab5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["a4374fd9-3dcd-425c-89c8-1b89f5f2a0e8"],"description":"","tags":[],"updated_at":"2018-10-22T14:59:17Z","provider:segmentation_id":93,"name":"NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:16Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:18,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-net used request id req-fc7cc616-f491-4009-917c-0f8dcec8ad0d 2018-10-22 14:59:18,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:59:18,682 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:59: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:59:18,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a134cda73b499849d7ba7923fac0f3122a483789" 2018-10-22 14:59:18,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-716c17bb-447e-492e-b3e6-681f4a2b69b2 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:59:18,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-716c17bb-447e-492e-b3e6-681f4a2b69b2 2018-10-22 14:59:18,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ba070e45-7aab-4d08-ad29-99cdd0c06ab5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a134cda73b499849d7ba7923fac0f3122a483789" 2018-10-22 14:59:18,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4287cfa9-6984-4be1-87d1-3eb2d3347873 Date: Mon, 22 Oct 2018 14:59:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ba070e45-7aab-4d08-ad29-99cdd0c06ab5","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:17Z","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":"8e9a3444377442da8b38ad768127d234","id":"a4374fd9-3dcd-425c-89c8-1b89f5f2a0e8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-subnet"}]} 2018-10-22 14:59:18,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ba070e45-7aab-4d08-ad29-99cdd0c06ab5 used request id req-4287cfa9-6984-4be1-87d1-3eb2d3347873 2018-10-22 14:59:18,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ba070e45-7aab-4d08-ad29-99cdd0c06ab5&name=NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a134cda73b499849d7ba7923fac0f3122a483789" 2018-10-22 14:59:19,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-47be3f18-024a-42e6-88ef-84b7abe26484 Date: Mon, 22 Oct 2018 14:59:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ba070e45-7aab-4d08-ad29-99cdd0c06ab5","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:17Z","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":"8e9a3444377442da8b38ad768127d234","id":"a4374fd9-3dcd-425c-89c8-1b89f5f2a0e8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-subnet"}]} 2018-10-22 14:59:19,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ba070e45-7aab-4d08-ad29-99cdd0c06ab5&name=NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-subnet used request id req-47be3f18-024a-42e6-88ef-84b7abe26484 2018-10-22 14:59:19,021 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:59:19,022 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:59:19,398 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:59:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["ymBk4Aw9RmmC_XbUqUGktg"], "issued_at": "2018-10-22T14:59:19.000000Z"}} 2018-10-22 14:59:19,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}c18a7f6693f12dd551cbc5e01f3c9766888f389a" 2018-10-22 14:59:19,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3092c64f-6faa-4666-9ac1-8a2a55a10b66 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:19,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3092c64f-6faa-4666-9ac1-8a2a55a10b66 2018-10-22 14:59:19,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a134cda73b499849d7ba7923fac0f3122a483789" 2018-10-22 14:59:19,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-cec2a58a-984a-40ad-bdb4-4e13cdc66081 Date: Mon, 22 Oct 2018 14:59:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ba070e45-7aab-4d08-ad29-99cdd0c06ab5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["a4374fd9-3dcd-425c-89c8-1b89f5f2a0e8"],"description":"","tags":[],"updated_at":"2018-10-22T14:59:17Z","provider:segmentation_id":93,"name":"NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:16Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:19,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-net used request id req-cec2a58a-984a-40ad-bdb4-4e13cdc66081 2018-10-22 14:59:19,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ba070e45-7aab-4d08-ad29-99cdd0c06ab5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a134cda73b499849d7ba7923fac0f3122a483789" 2018-10-22 14:59:19,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-670674be-40aa-4d8f-a83d-37f2226751f7 Date: Mon, 22 Oct 2018 14:59:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ba070e45-7aab-4d08-ad29-99cdd0c06ab5","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:17Z","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":"8e9a3444377442da8b38ad768127d234","id":"a4374fd9-3dcd-425c-89c8-1b89f5f2a0e8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-subnet"}]} 2018-10-22 14:59:19,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ba070e45-7aab-4d08-ad29-99cdd0c06ab5 used request id req-670674be-40aa-4d8f-a83d-37f2226751f7 2018-10-22 14:59:19,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a134cda73b499849d7ba7923fac0f3122a483789" 2018-10-22 14:59:20,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5820981c-4845-4069-b27a-115d14a801ba Date: Mon, 22 Oct 2018 14:59:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ba070e45-7aab-4d08-ad29-99cdd0c06ab5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["a4374fd9-3dcd-425c-89c8-1b89f5f2a0e8"],"description":"","tags":[],"updated_at":"2018-10-22T14:59:17Z","provider:segmentation_id":93,"name":"NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:16Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:20,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-net used request id req-5820981c-4845-4069-b27a-115d14a801ba 2018-10-22 14:59:20,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:59:20,045 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:59: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:59:20,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c18a7f6693f12dd551cbc5e01f3c9766888f389a" 2018-10-22 14:59:20,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-491dd2dd-f38c-4427-9d70-9221e7531f21 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:59:20,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-491dd2dd-f38c-4427-9d70-9221e7531f21 2018-10-22 14:59:20,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ba070e45-7aab-4d08-ad29-99cdd0c06ab5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a134cda73b499849d7ba7923fac0f3122a483789" 2018-10-22 14:59:20,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-efba7038-cd15-4aea-8181-8d469f4d63ab Date: Mon, 22 Oct 2018 14:59:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ba070e45-7aab-4d08-ad29-99cdd0c06ab5","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:17Z","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":"8e9a3444377442da8b38ad768127d234","id":"a4374fd9-3dcd-425c-89c8-1b89f5f2a0e8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-subnet"}]} 2018-10-22 14:59:20,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ba070e45-7aab-4d08-ad29-99cdd0c06ab5 used request id req-efba7038-cd15-4aea-8181-8d469f4d63ab 2018-10-22 14:59:20,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ba070e45-7aab-4d08-ad29-99cdd0c06ab5&name=NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a134cda73b499849d7ba7923fac0f3122a483789" 2018-10-22 14:59:20,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d054507c-23cc-4305-a4ec-0dad9bd9803d Date: Mon, 22 Oct 2018 14:59:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ba070e45-7aab-4d08-ad29-99cdd0c06ab5","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:17Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59:17Z","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":"8e9a3444377442da8b38ad768127d234","id":"a4374fd9-3dcd-425c-89c8-1b89f5f2a0e8","subnetpool_id":null,"name":"NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-subnet"}]} 2018-10-22 14:59:20,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ba070e45-7aab-4d08-ad29-99cdd0c06ab5&name=NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-subnet used request id req-d054507c-23cc-4305-a4ec-0dad9bd9803d 2018-10-22 14:59:20,378 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-net 2018-10-22 14:59:20,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a134cda73b499849d7ba7923fac0f3122a483789" -d '{"port": {"network_id": "ba070e45-7aab-4d08-ad29-99cdd0c06ab5", "fixed_ips": [{"subnet_id": "a4374fd9-3dcd-425c-89c8-1b89f5f2a0e8", "ip_address": null}], "name": "NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-port", "admin_state_up": true}}' 2018-10-22 14:59:20,570 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-fa894318-6872-49d9-8064-15642b48236d Date: Mon, 22 Oct 2018 14:59:20 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-22 14:59:20,570 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-fa894318-6872-49d9-8064-15642b48236d 2018-10-22 14:59:20,570 - 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-10-22 14:59:20,570 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-subnet 2018-10-22 14:59:20,571 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-subnet 2018-10-22 14:59:20,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/a4374fd9-3dcd-425c-89c8-1b89f5f2a0e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a134cda73b499849d7ba7923fac0f3122a483789" 2018-10-22 14:59:22,658 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-82bf9ecd-f79e-4000-a70e-b8d0d0e8bbe5 Date: Mon, 22 Oct 2018 14:59:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:22,658 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/a4374fd9-3dcd-425c-89c8-1b89f5f2a0e8 used request id req-82bf9ecd-f79e-4000-a70e-b8d0d0e8bbe5 2018-10-22 14:59:22,658 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-53a04384-d1e3-4425-bd37-46acf0883d70-pub-net 2018-10-22 14:59:22,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/ba070e45-7aab-4d08-ad29-99cdd0c06ab5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a134cda73b499849d7ba7923fac0f3122a483789" 2018-10-22 14:59:24,293 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-87b9ff43-9602-458a-83e7-4e11de60ba81 Date: Mon, 22 Oct 2018 14:59:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:24,294 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/ba070e45-7aab-4d08-ad29-99cdd0c06ab5 used request id req-87b9ff43-9602-458a-83e7-4e11de60ba81 2018-10-22 14:59:24,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:59:24,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:59:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["Xt8iNtG6Tk2SgilpNHwHRQ"], "issued_at": "2018-10-22T14:59:24.000000Z"}} 2018-10-22 14:59:24,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}01a5793bd5660c68a01c343c02e0493c777dbe15" 2018-10-22 14:59:24,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31f29adf-ca07-44ff-b4b3-1c2d7a700977 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:24,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-31f29adf-ca07-44ff-b4b3-1c2d7a700977 2018-10-22 14:59:24,779 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-net 2018-10-22 14:59:24,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" -d '{"network": {"name": "NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-net", "admin_state_up": true}}' 2018-10-22 14:59:25,233 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-cdef0b04-6d81-40a1-babc-11c8794dc48a Date: Mon, 22 Oct 2018 14:59:25 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"55f109da-a117-41f3-b6ad-f155e1bf3708","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:59:25Z","is_default":false,"provider:segmentation_id":41,"name":"NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:25Z","mtu":1450}} 2018-10-22 14:59:25,233 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-cdef0b04-6d81-40a1-babc-11c8794dc48a 2018-10-22 14:59:25,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=55f109da-a117-41f3-b6ad-f155e1bf3708 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" 2018-10-22 14:59:25,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b6c7c044-6ccb-4ec4-b224-a8d35f861bd1 Date: Mon, 22 Oct 2018 14:59:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"55f109da-a117-41f3-b6ad-f155e1bf3708","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T14:59:25Z","provider:segmentation_id":41,"name":"NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:25Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:25,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=55f109da-a117-41f3-b6ad-f155e1bf3708 used request id req-b6c7c044-6ccb-4ec4-b224-a8d35f861bd1 2018-10-22 14:59:25,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=55f109da-a117-41f3-b6ad-f155e1bf3708 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" 2018-10-22 14:59:25,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7834b9ef-0055-43a8-b4f3-95b245bfad4b Date: Mon, 22 Oct 2018 14:59:25 GMT RESP BODY: {"subnets":[]} 2018-10-22 14:59:25,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=55f109da-a117-41f3-b6ad-f155e1bf3708 used request id req-7834b9ef-0055-43a8-b4f3-95b245bfad4b 2018-10-22 14:59:25,642 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-subnet 2018-10-22 14:59:25,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" -d '{"subnets": [{"ip_version": 4, "network_id": "55f109da-a117-41f3-b6ad-f155e1bf3708", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-subnet"}]}' 2018-10-22 14:59:26,186 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-62c69d49-d8e4-4431-bc66-fae8df0da9c6 Date: Mon, 22 Oct 2018 14:59:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"55f109da-a117-41f3-b6ad-f155e1bf3708","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:25Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59: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":"8e9a3444377442da8b38ad768127d234","id":"aca6c72a-a9a4-4100-a11e-5e7b05c1b698","subnetpool_id":null,"name":"NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-subnet"}]} 2018-10-22 14:59:26,186 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-62c69d49-d8e4-4431-bc66-fae8df0da9c6 2018-10-22 14:59:26,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=55f109da-a117-41f3-b6ad-f155e1bf3708 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" 2018-10-22 14:59:26,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fba07e52-a15a-40eb-bb33-81666701b474 Date: Mon, 22 Oct 2018 14:59:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"55f109da-a117-41f3-b6ad-f155e1bf3708","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["aca6c72a-a9a4-4100-a11e-5e7b05c1b698"],"description":"","tags":[],"updated_at":"2018-10-22T14:59:25Z","provider:segmentation_id":41,"name":"NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:25Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:26,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=55f109da-a117-41f3-b6ad-f155e1bf3708 used request id req-fba07e52-a15a-40eb-bb33-81666701b474 2018-10-22 14:59:26,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=55f109da-a117-41f3-b6ad-f155e1bf3708 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" 2018-10-22 14:59:26,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-90df69b3-c2a5-4ee9-b038-57d57d0ef517 Date: Mon, 22 Oct 2018 14:59:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"55f109da-a117-41f3-b6ad-f155e1bf3708","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:25Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59: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":"8e9a3444377442da8b38ad768127d234","id":"aca6c72a-a9a4-4100-a11e-5e7b05c1b698","subnetpool_id":null,"name":"NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-subnet"}]} 2018-10-22 14:59:26,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=55f109da-a117-41f3-b6ad-f155e1bf3708 used request id req-90df69b3-c2a5-4ee9-b038-57d57d0ef517 2018-10-22 14:59:26,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" 2018-10-22 14:59:26,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-89f84d8c-0559-4ef7-a17b-d65a68d58795 Date: Mon, 22 Oct 2018 14:59:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"55f109da-a117-41f3-b6ad-f155e1bf3708","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["aca6c72a-a9a4-4100-a11e-5e7b05c1b698"],"description":"","tags":[],"updated_at":"2018-10-22T14:59:25Z","provider:segmentation_id":41,"name":"NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:25Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:26,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-net used request id req-89f84d8c-0559-4ef7-a17b-d65a68d58795 2018-10-22 14:59:26,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:59:26,956 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:59:26 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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:59:26,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" 2018-10-22 14:59:27,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46be9f5e-81f2-4a05-a543-45fe6022f12f 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:59:27,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-46be9f5e-81f2-4a05-a543-45fe6022f12f 2018-10-22 14:59:27,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=55f109da-a117-41f3-b6ad-f155e1bf3708 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" 2018-10-22 14:59:27,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-66075a44-40a2-41e4-ae97-5bdd020eabaa Date: Mon, 22 Oct 2018 14:59:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"55f109da-a117-41f3-b6ad-f155e1bf3708","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:25Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59: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":"8e9a3444377442da8b38ad768127d234","id":"aca6c72a-a9a4-4100-a11e-5e7b05c1b698","subnetpool_id":null,"name":"NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-subnet"}]} 2018-10-22 14:59:27,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=55f109da-a117-41f3-b6ad-f155e1bf3708 used request id req-66075a44-40a2-41e4-ae97-5bdd020eabaa 2018-10-22 14:59:27,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=55f109da-a117-41f3-b6ad-f155e1bf3708&name=NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" 2018-10-22 14:59:27,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fe8bedd6-c815-4a74-a4bd-bbb62dffe0ab Date: Mon, 22 Oct 2018 14:59:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"55f109da-a117-41f3-b6ad-f155e1bf3708","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:25Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59: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":"8e9a3444377442da8b38ad768127d234","id":"aca6c72a-a9a4-4100-a11e-5e7b05c1b698","subnetpool_id":null,"name":"NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-subnet"}]} 2018-10-22 14:59:27,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=55f109da-a117-41f3-b6ad-f155e1bf3708&name=NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-subnet used request id req-fe8bedd6-c815-4a74-a4bd-bbb62dffe0ab 2018-10-22 14:59:27,462 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:59:27,463 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:59:27,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:59:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["kOQkzpBZR0ahqgauL-3b1g"], "issued_at": "2018-10-22T14:59:27.000000Z"}} 2018-10-22 14:59:27,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}3a7e00538cf686f867deace5850cfbd4158e54fc" 2018-10-22 14:59:27,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d7f625f-0b67-4903-bc85-51eb35b0b13a 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:27,934 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0d7f625f-0b67-4903-bc85-51eb35b0b13a 2018-10-22 14:59:27,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" 2018-10-22 14:59:28,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-237a701b-2c2b-45ae-89f3-8d3294f2e039 Date: Mon, 22 Oct 2018 14:59:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"55f109da-a117-41f3-b6ad-f155e1bf3708","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["aca6c72a-a9a4-4100-a11e-5e7b05c1b698"],"description":"","tags":[],"updated_at":"2018-10-22T14:59:25Z","provider:segmentation_id":41,"name":"NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:25Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:28,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-net used request id req-237a701b-2c2b-45ae-89f3-8d3294f2e039 2018-10-22 14:59:28,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=55f109da-a117-41f3-b6ad-f155e1bf3708 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" 2018-10-22 14:59:28,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0e3dcc1e-e876-4a77-aedd-dc8265b7a650 Date: Mon, 22 Oct 2018 14:59:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"55f109da-a117-41f3-b6ad-f155e1bf3708","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:25Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59: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":"8e9a3444377442da8b38ad768127d234","id":"aca6c72a-a9a4-4100-a11e-5e7b05c1b698","subnetpool_id":null,"name":"NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-subnet"}]} 2018-10-22 14:59:28,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=55f109da-a117-41f3-b6ad-f155e1bf3708 used request id req-0e3dcc1e-e876-4a77-aedd-dc8265b7a650 2018-10-22 14:59:28,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" 2018-10-22 14:59:28,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-d57ce3f5-8c59-4026-9571-ae6717beb059 Date: Mon, 22 Oct 2018 14:59:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"55f109da-a117-41f3-b6ad-f155e1bf3708","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["aca6c72a-a9a4-4100-a11e-5e7b05c1b698"],"description":"","tags":[],"updated_at":"2018-10-22T14:59:25Z","provider:segmentation_id":41,"name":"NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:25Z","provider:network_type":"vxlan"}]} 2018-10-22 14:59:28,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-net used request id req-d57ce3f5-8c59-4026-9571-ae6717beb059 2018-10-22 14:59:28,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:59:28,651 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:59: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:59:28,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a7e00538cf686f867deace5850cfbd4158e54fc" 2018-10-22 14:59:28,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89c8cc8c-fb57-4b54-b759-3c12daa5d720 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:59:28,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-89c8cc8c-fb57-4b54-b759-3c12daa5d720 2018-10-22 14:59:28,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=55f109da-a117-41f3-b6ad-f155e1bf3708 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" 2018-10-22 14:59:28,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-96124eb3-24e7-445f-b22b-f4b11f60168d Date: Mon, 22 Oct 2018 14:59:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"55f109da-a117-41f3-b6ad-f155e1bf3708","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:25Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59: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":"8e9a3444377442da8b38ad768127d234","id":"aca6c72a-a9a4-4100-a11e-5e7b05c1b698","subnetpool_id":null,"name":"NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-subnet"}]} 2018-10-22 14:59:28,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=55f109da-a117-41f3-b6ad-f155e1bf3708 used request id req-96124eb3-24e7-445f-b22b-f4b11f60168d 2018-10-22 14:59:28,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=55f109da-a117-41f3-b6ad-f155e1bf3708&name=NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" 2018-10-22 14:59:29,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-087c5a62-701a-411c-9e8d-092e7c5ff1c5 Date: Mon, 22 Oct 2018 14:59:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"55f109da-a117-41f3-b6ad-f155e1bf3708","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:25Z","dns_nameservers":[],"updated_at":"2018-10-22T14:59: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":"8e9a3444377442da8b38ad768127d234","id":"aca6c72a-a9a4-4100-a11e-5e7b05c1b698","subnetpool_id":null,"name":"NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-subnet"}]} 2018-10-22 14:59:29,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=55f109da-a117-41f3-b6ad-f155e1bf3708&name=NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-subnet used request id req-087c5a62-701a-411c-9e8d-092e7c5ff1c5 2018-10-22 14:59:29,022 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-net 2018-10-22 14:59:29,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" -d '{"port": {"network_id": "55f109da-a117-41f3-b6ad-f155e1bf3708", "fixed_ips": [{"subnet_id": "aca6c72a-a9a4-4100-a11e-5e7b05c1b698", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-10-22 14:59:29,616 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-0281700f-bb75-43af-bcbf-d9076016b5c3 Date: Mon, 22 Oct 2018 14:59:29 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:59:29Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"aca6c72a-a9a4-4100-a11e-5e7b05c1b698","ip_address":"10.55.1.100"}],"id":"e0a596a9-3d53-4d71-a9a6-d27d6b08ddf3","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b0:5a:30","project_id":"8e9a3444377442da8b38ad768127d234","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"55f109da-a117-41f3-b6ad-f155e1bf3708","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:29Z","binding:vnic_type":"normal"}} 2018-10-22 14:59:29,617 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-0281700f-bb75-43af-bcbf-d9076016b5c3 2018-10-22 14:59:29,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports/e0a596a9-3d53-4d71-a9a6-d27d6b08ddf3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" 2018-10-22 14:59:29,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-4d67bb89-dd21-46ce-9485-b0426a0a7038 Date: Mon, 22 Oct 2018 14:59:29 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:59:29Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"aca6c72a-a9a4-4100-a11e-5e7b05c1b698","ip_address":"10.55.1.100"}],"id":"e0a596a9-3d53-4d71-a9a6-d27d6b08ddf3","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b0:5a:30","project_id":"8e9a3444377442da8b38ad768127d234","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"55f109da-a117-41f3-b6ad-f155e1bf3708","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T14:59:29Z","binding:vnic_type":"normal"}} 2018-10-22 14:59:29,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports/e0a596a9-3d53-4d71-a9a6-d27d6b08ddf3 used request id req-4d67bb89-dd21-46ce-9485-b0426a0a7038 2018-10-22 14:59:29,839 - neutron_utils - INFO - Deleting port with name 2018-10-22 14:59:29,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/e0a596a9-3d53-4d71-a9a6-d27d6b08ddf3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" 2018-10-22 14:59:30,317 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9a14fee4-5adb-4f85-8eff-b4168ee2df87 Date: Mon, 22 Oct 2018 14:59:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:30,317 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/e0a596a9-3d53-4d71-a9a6-d27d6b08ddf3 used request id req-9a14fee4-5adb-4f85-8eff-b4168ee2df87 2018-10-22 14:59:30,318 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-subnet 2018-10-22 14:59:30,318 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-subnet 2018-10-22 14:59:30,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/aca6c72a-a9a4-4100-a11e-5e7b05c1b698 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" 2018-10-22 14:59:32,457 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c59f9c2b-0957-4308-a912-765745f176bb Date: Mon, 22 Oct 2018 14:59:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:32,457 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/aca6c72a-a9a4-4100-a11e-5e7b05c1b698 used request id req-c59f9c2b-0957-4308-a912-765745f176bb 2018-10-22 14:59:32,457 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-141f4db4-b538-4464-8a71-ae7e985465c1-pub-net 2018-10-22 14:59:32,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/55f109da-a117-41f3-b6ad-f155e1bf3708 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a5793bd5660c68a01c343c02e0493c777dbe15" 2018-10-22 14:59:34,137 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-49bc11e2-f497-4c6e-b62c-737868b015b0 Date: Mon, 22 Oct 2018 14:59:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:34,138 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/55f109da-a117-41f3-b6ad-f155e1bf3708 used request id req-49bc11e2-f497-4c6e-b62c-737868b015b0 2018-10-22 14:59:34,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:59:34,510 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:59:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["RrW6MobBQOOp795gnnIZVQ"], "issued_at": "2018-10-22T14:59:34.000000Z"}} 2018-10-22 14:59:34,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}e59c1b99240bca28ce49419d435bc45e186d973d" 2018-10-22 14:59:34,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5969323-d640-4421-a827-b7c6e855fedb 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:34,594 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a5969323-d640-4421-a827-b7c6e855fedb 2018-10-22 14:59:34,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:59:34,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:59:34,984 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:59:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["-R3pnkzsSz2_dBqvTEh0VQ"], "issued_at": "2018-10-22T14:59:34.000000Z"}} 2018-10-22 14:59:34,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}4f0533d34addc722a1f9496d37c2f6c24e03b8e1" 2018-10-22 14:59:35,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dcf6d62-1c5d-45cf-a6f2-544ee4cbec5b 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:35,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8dcf6d62-1c5d-45cf-a6f2-544ee4cbec5b 2018-10-22 14:59:35,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-898b0e03-bf5c-457c-91da-bdd1a72783a8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e59c1b99240bca28ce49419d435bc45e186d973d" 2018-10-22 14:59:35,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f60a81b0-2851-4e4c-846d-02c266f4603f Date: Mon, 22 Oct 2018 14:59:35 GMT RESP BODY: {"networks":[]} 2018-10-22 14:59:35,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-898b0e03-bf5c-457c-91da-bdd1a72783a8-pub-net used request id req-f60a81b0-2851-4e4c-846d-02c266f4603f 2018-10-22 14:59:35,251 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:59:35,640 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:59:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["J8eHu_cDQ6KhHGLnLstr_g"], "issued_at": "2018-10-22T14:59:35.000000Z"}} 2018-10-22 14:59:35,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}185a2cba6c009b60a4cd4708bc4cb6ca82ae22e4" 2018-10-22 14:59:35,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-078bb2b7-5d4e-4aec-959d-6bb2ee61acec 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:35,727 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-078bb2b7-5d4e-4aec-959d-6bb2ee61acec 2018-10-22 14:59:35,728 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:59:35,729 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:59:36,103 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:59:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["mEjk32fzSsa_RzmGmkjAxg"], "issued_at": "2018-10-22T14:59:36.000000Z"}} 2018-10-22 14:59:36,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}6d6d1dec9bd667188ebb47ac702311e297856401" 2018-10-22 14:59:36,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-804cd6c6-9c6b-4aeb-be1a-c2cabe57144a 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:36,117 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-804cd6c6-9c6b-4aeb-be1a-c2cabe57144a 2018-10-22 14:59:36,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}185a2cba6c009b60a4cd4708bc4cb6ca82ae22e4" 2018-10-22 14:59:36,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fa893643-1aab-429e-902a-93514b0a18d1 Date: Mon, 22 Oct 2018 14:59:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 14:59:36,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-fa893643-1aab-429e-902a-93514b0a18d1 2018-10-22 14:59:36,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}185a2cba6c009b60a4cd4708bc4cb6ca82ae22e4" 2018-10-22 14:59:36,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4873d1b1-1f3a-439f-968f-d639f5d3868d Date: Mon, 22 Oct 2018 14:59:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-22 14:59:36,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f used request id req-4873d1b1-1f3a-439f-968f-d639f5d3868d 2018-10-22 14:59:36,589 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-1b687d64-695f-40cf-abec-c8e889c0788f-pub-router 2018-10-22 14:59:36,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}185a2cba6c009b60a4cd4708bc4cb6ca82ae22e4" -d '{"router": {"external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f"}, "name": "NeutronUtilsRouterTests-1b687d64-695f-40cf-abec-c8e889c0788f-pub-router", "admin_state_up": true}}' 2018-10-22 14:59:39,081 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-b65f153c-e5eb-449b-8e82-d48ded80568c Date: Mon, 22 Oct 2018 14:59:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:59:38Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "a382ec7b-de96-4e52-aaee-8e6666b9af6d", "name": "NeutronUtilsRouterTests-1b687d64-695f-40cf-abec-c8e889c0788f-pub-router"}} 2018-10-22 14:59:39,082 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-b65f153c-e5eb-449b-8e82-d48ded80568c 2018-10-22 14:59:39,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=a382ec7b-de96-4e52-aaee-8e6666b9af6d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}185a2cba6c009b60a4cd4708bc4cb6ca82ae22e4" 2018-10-22 14:59:39,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-b89cf8c5-6452-4748-9497-da39bf9c5426 Date: Mon, 22 Oct 2018 14:59:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:59:38Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.206"}],"id":"c0feaac0-0724-4e4f-8dc7-6210307e3324","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2c:9d:ac","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a382ec7b-de96-4e52-aaee-8e6666b9af6d","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T14:59:38Z","binding:vnic_type":"normal"}]} 2018-10-22 14:59:39,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=a382ec7b-de96-4e52-aaee-8e6666b9af6d used request id req-b89cf8c5-6452-4748-9497-da39bf9c5426 2018-10-22 14:59:39,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}185a2cba6c009b60a4cd4708bc4cb6ca82ae22e4" 2018-10-22 14:59:39,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-f5ee286b-c5b6-409d-adb5-f92d643a7ec6 Date: Mon, 22 Oct 2018 14:59:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}} 2018-10-22 14:59:39,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 used request id req-f5ee286b-c5b6-409d-adb5-f92d643a7ec6 2018-10-22 14:59:39,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-1b687d64-695f-40cf-abec-c8e889c0788f-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}185a2cba6c009b60a4cd4708bc4cb6ca82ae22e4" 2018-10-22 14:59:39,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-f2bfcee2-90c9-43ef-addb-3550fcb90d8a Date: Mon, 22 Oct 2018 14:59:39 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:59:37Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "658f7ff9-520e-4ca0-a580-75b2426e350a", "name": "NeutronUtilsRouterTests-1b687d64-695f-40cf-abec-c8e889c0788f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:59:38Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "a382ec7b-de96-4e52-aaee-8e6666b9af6d", "name": "NeutronUtilsRouterTests-1b687d64-695f-40cf-abec-c8e889c0788f-pub-router"}]} 2018-10-22 14:59:39,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-1b687d64-695f-40cf-abec-c8e889c0788f-pub-router used request id req-f2bfcee2-90c9-43ef-addb-3550fcb90d8a 2018-10-22 14:59:39,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:59:39,883 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:59: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:59:39,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}185a2cba6c009b60a4cd4708bc4cb6ca82ae22e4" 2018-10-22 14:59:39,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3c8e0bb-5dc1-4ba8-9ed0-830cdadb969d 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:59:39,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-a3c8e0bb-5dc1-4ba8-9ed0-830cdadb969d 2018-10-22 14:59:39,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=658f7ff9-520e-4ca0-a580-75b2426e350a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}185a2cba6c009b60a4cd4708bc4cb6ca82ae22e4" 2018-10-22 14:59:40,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-4d127aac-a94f-4e94-aa4e-2fe7c3cfafc3 Date: Mon, 22 Oct 2018 14:59:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:59:37Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.205"}],"id":"4545505b-9fd2-4eac-8628-e2eb08528492","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:eb:54:a4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"658f7ff9-520e-4ca0-a580-75b2426e350a","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T14:59:37Z","binding:vnic_type":"normal"}]} 2018-10-22 14:59:40,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=658f7ff9-520e-4ca0-a580-75b2426e350a used request id req-4d127aac-a94f-4e94-aa4e-2fe7c3cfafc3 2018-10-22 14:59:40,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}185a2cba6c009b60a4cd4708bc4cb6ca82ae22e4" 2018-10-22 14:59:40,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-2d5329a1-128d-49c6-bbc9-c29e86796046 Date: Mon, 22 Oct 2018 14:59:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}} 2018-10-22 14:59:40,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 used request id req-2d5329a1-128d-49c6-bbc9-c29e86796046 2018-10-22 14:59:40,379 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-1b687d64-695f-40cf-abec-c8e889c0788f-pub-router 2018-10-22 14:59:40,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/a382ec7b-de96-4e52-aaee-8e6666b9af6d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}185a2cba6c009b60a4cd4708bc4cb6ca82ae22e4" 2018-10-22 14:59:41,696 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c38a1e2c-1d84-4aa0-9cc5-a0ff289a85fd Content-Length: 0 Date: Mon, 22 Oct 2018 14:59:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:41,696 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/a382ec7b-de96-4e52-aaee-8e6666b9af6d used request id req-c38a1e2c-1d84-4aa0-9cc5-a0ff289a85fd 2018-10-22 14:59:41,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-1b687d64-695f-40cf-abec-c8e889c0788f-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}185a2cba6c009b60a4cd4708bc4cb6ca82ae22e4" 2018-10-22 14:59:41,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-03bf4c55-6653-4c21-b2bd-3dfc1a3039a7 Date: Mon, 22 Oct 2018 14:59:41 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:59:37Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "658f7ff9-520e-4ca0-a580-75b2426e350a", "name": "NeutronUtilsRouterTests-1b687d64-695f-40cf-abec-c8e889c0788f-pub-router"}]} 2018-10-22 14:59:41,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-1b687d64-695f-40cf-abec-c8e889c0788f-pub-router used request id req-03bf4c55-6653-4c21-b2bd-3dfc1a3039a7 2018-10-22 14:59:41,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}185a2cba6c009b60a4cd4708bc4cb6ca82ae22e4" 2018-10-22 14:59:42,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7887b033-5b2e-458b-976c-cb3943be8c63 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:59:42,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-7887b033-5b2e-458b-976c-cb3943be8c63 2018-10-22 14:59:42,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=658f7ff9-520e-4ca0-a580-75b2426e350a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}185a2cba6c009b60a4cd4708bc4cb6ca82ae22e4" 2018-10-22 14:59:42,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d7fac75c-4210-46ea-a9ee-ffb67a9dece9 Date: Mon, 22 Oct 2018 14:59:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:59:37Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.205"}],"id":"4545505b-9fd2-4eac-8628-e2eb08528492","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:eb:54:a4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"658f7ff9-520e-4ca0-a580-75b2426e350a","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T14:59:37Z","binding:vnic_type":"normal"}]} 2018-10-22 14:59:42,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=658f7ff9-520e-4ca0-a580-75b2426e350a used request id req-d7fac75c-4210-46ea-a9ee-ffb67a9dece9 2018-10-22 14:59:42,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}185a2cba6c009b60a4cd4708bc4cb6ca82ae22e4" 2018-10-22 14:59:42,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-7555ec8a-294d-43b2-82e0-2463e73fd3e5 Date: Mon, 22 Oct 2018 14:59:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}} 2018-10-22 14:59:42,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 used request id req-7555ec8a-294d-43b2-82e0-2463e73fd3e5 2018-10-22 14:59:42,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:59:42,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:59:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["YYAd3XnBTMa2aFhSVW988g"], "issued_at": "2018-10-22T14:59:42.000000Z"}} 2018-10-22 14:59:42,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}d010b0271e3a12ac04299f1b8cc4ddb5d700c282" 2018-10-22 14:59:42,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f21e30c5-8597-475f-a81d-a9d222a81446 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:42,762 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f21e30c5-8597-475f-a81d-a9d222a81446 2018-10-22 14:59:42,764 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 14:59:42,765 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:59:43,144 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:59:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["zT9wkkysQnKwZVCN8-XYoA"], "issued_at": "2018-10-22T14:59:43.000000Z"}} 2018-10-22 14:59:43,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}1c88436a6be23f65e43835dfeb7a55c2e33157ea" 2018-10-22 14:59:43,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42404a7f-92a1-4d9b-b8d9-cdec5a302dc3 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:43,227 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-42404a7f-92a1-4d9b-b8d9-cdec5a302dc3 2018-10-22 14:59:43,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d010b0271e3a12ac04299f1b8cc4ddb5d700c282" 2018-10-22 14:59:43,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fff3fb9d-3173-470f-a381-2f137b1bbe69 Date: Mon, 22 Oct 2018 14:59:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 14:59:43,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-fff3fb9d-3173-470f-a381-2f137b1bbe69 2018-10-22 14:59:43,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d010b0271e3a12ac04299f1b8cc4ddb5d700c282" 2018-10-22 14:59:43,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-06f243ce-b68c-4993-94e2-35b7560b3323 Date: Mon, 22 Oct 2018 14:59:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-22 14:59:43,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f used request id req-06f243ce-b68c-4993-94e2-35b7560b3323 2018-10-22 14:59:43,696 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-7097e23e-904f-431e-ab56-af7aad467c51-pub-router 2018-10-22 14:59:43,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d010b0271e3a12ac04299f1b8cc4ddb5d700c282" -d '{"router": {"external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f"}, "name": "NeutronUtilsRouterTests-7097e23e-904f-431e-ab56-af7aad467c51-pub-router", "admin_state_up": true}}' 2018-10-22 14:59:45,896 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-d70238ed-b862-40d0-b961-1affb8eb47e0 Date: Mon, 22 Oct 2018 14:59:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:59:45Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "fd2a6a3a-b294-4ebb-af6f-5e98049f5854", "name": "NeutronUtilsRouterTests-7097e23e-904f-431e-ab56-af7aad467c51-pub-router"}} 2018-10-22 14:59:45,896 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-d70238ed-b862-40d0-b961-1affb8eb47e0 2018-10-22 14:59:45,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=fd2a6a3a-b294-4ebb-af6f-5e98049f5854 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d010b0271e3a12ac04299f1b8cc4ddb5d700c282" 2018-10-22 14:59:46,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-99e752d3-41e4-4501-a24b-1e0711ca3893 Date: Mon, 22 Oct 2018 14:59:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:59:45Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.202"}],"id":"3d8b0af4-89e7-45c6-bc20-3cb395ccb632","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:dc:a1:6e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"fd2a6a3a-b294-4ebb-af6f-5e98049f5854","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T14:59:45Z","binding:vnic_type":"normal"}]} 2018-10-22 14:59:46,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=fd2a6a3a-b294-4ebb-af6f-5e98049f5854 used request id req-99e752d3-41e4-4501-a24b-1e0711ca3893 2018-10-22 14:59:46,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d010b0271e3a12ac04299f1b8cc4ddb5d700c282" 2018-10-22 14:59:46,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-8527ca3e-ab4c-4fc6-9a34-81fe8af0f762 Date: Mon, 22 Oct 2018 14:59:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}} 2018-10-22 14:59:46,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 used request id req-8527ca3e-ab4c-4fc6-9a34-81fe8af0f762 2018-10-22 14:59:46,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-7097e23e-904f-431e-ab56-af7aad467c51-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d010b0271e3a12ac04299f1b8cc4ddb5d700c282" 2018-10-22 14:59:46,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-8d8b12bd-0238-43a2-b3e3-13cf5fa6e7ca Date: Mon, 22 Oct 2018 14:59:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:59:44Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "ec150990-43ee-45d2-be88-9982779f8e70", "name": "NeutronUtilsRouterTests-7097e23e-904f-431e-ab56-af7aad467c51-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:59:45Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "fd2a6a3a-b294-4ebb-af6f-5e98049f5854", "name": "NeutronUtilsRouterTests-7097e23e-904f-431e-ab56-af7aad467c51-pub-router"}]} 2018-10-22 14:59:46,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-7097e23e-904f-431e-ab56-af7aad467c51-pub-router used request id req-8d8b12bd-0238-43a2-b3e3-13cf5fa6e7ca 2018-10-22 14:59:46,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:59:46,573 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:59: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:59:46,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d010b0271e3a12ac04299f1b8cc4ddb5d700c282" 2018-10-22 14:59:46,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d60e39c4-284d-4f65-91e3-276b4fcbcccd 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:59:46,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-d60e39c4-284d-4f65-91e3-276b4fcbcccd 2018-10-22 14:59:46,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=ec150990-43ee-45d2-be88-9982779f8e70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d010b0271e3a12ac04299f1b8cc4ddb5d700c282" 2018-10-22 14:59:46,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-e17a418a-b263-44e8-a39b-d246038108fb Date: Mon, 22 Oct 2018 14:59:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:59:44Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.203"}],"id":"88bf64ef-ff19-4a86-9142-6dadf391588b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:64:ae:7e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"ec150990-43ee-45d2-be88-9982779f8e70","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T14:59:44Z","binding:vnic_type":"normal"}]} 2018-10-22 14:59:46,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=ec150990-43ee-45d2-be88-9982779f8e70 used request id req-e17a418a-b263-44e8-a39b-d246038108fb 2018-10-22 14:59:46,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d010b0271e3a12ac04299f1b8cc4ddb5d700c282" 2018-10-22 14:59:47,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-ded4e1ee-60bf-4278-9861-4caf5e341e07 Date: Mon, 22 Oct 2018 14:59:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}} 2018-10-22 14:59:47,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 used request id req-ded4e1ee-60bf-4278-9861-4caf5e341e07 2018-10-22 14:59:47,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d010b0271e3a12ac04299f1b8cc4ddb5d700c282" 2018-10-22 14:59:47,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-aaf52fd1-e948-4ce6-8992-c3112d64dd70 Date: Mon, 22 Oct 2018 14:59:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 14:59:47,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-aaf52fd1-e948-4ce6-8992-c3112d64dd70 2018-10-22 14:59:47,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d010b0271e3a12ac04299f1b8cc4ddb5d700c282" 2018-10-22 14:59:47,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b7a54442-84e1-4f81-b051-9c1e29957bc1 Date: Mon, 22 Oct 2018 14:59:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-22 14:59:47,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f used request id req-b7a54442-84e1-4f81-b051-9c1e29957bc1 2018-10-22 14:59:47,521 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-7097e23e-904f-431e-ab56-af7aad467c51-pub-router 2018-10-22 14:59:47,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/fd2a6a3a-b294-4ebb-af6f-5e98049f5854 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d010b0271e3a12ac04299f1b8cc4ddb5d700c282" 2018-10-22 14:59:48,761 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3678adf9-9f44-4b9e-b59d-2cf73923ddbd Content-Length: 0 Date: Mon, 22 Oct 2018 14:59:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:48,761 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/fd2a6a3a-b294-4ebb-af6f-5e98049f5854 used request id req-3678adf9-9f44-4b9e-b59d-2cf73923ddbd 2018-10-22 14:59:48,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-7097e23e-904f-431e-ab56-af7aad467c51-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d010b0271e3a12ac04299f1b8cc4ddb5d700c282" 2018-10-22 14:59:48,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-11b5e2bb-663f-4829-b8ed-0d1eee56885c Date: Mon, 22 Oct 2018 14:59:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:59:44Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "ec150990-43ee-45d2-be88-9982779f8e70", "name": "NeutronUtilsRouterTests-7097e23e-904f-431e-ab56-af7aad467c51-pub-router"}]} 2018-10-22 14:59:48,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-7097e23e-904f-431e-ab56-af7aad467c51-pub-router used request id req-11b5e2bb-663f-4829-b8ed-0d1eee56885c 2018-10-22 14:59:48,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d010b0271e3a12ac04299f1b8cc4ddb5d700c282" 2018-10-22 14:59:49,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaaf3cf3-6321-46fc-aa39-b50783390222 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:59:49,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-eaaf3cf3-6321-46fc-aa39-b50783390222 2018-10-22 14:59:49,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=ec150990-43ee-45d2-be88-9982779f8e70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d010b0271e3a12ac04299f1b8cc4ddb5d700c282" 2018-10-22 14:59:49,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-5f8f4dcb-6c9f-4e05-97f4-77c9db26c09d Date: Mon, 22 Oct 2018 14:59:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:59:44Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.203"}],"id":"88bf64ef-ff19-4a86-9142-6dadf391588b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:64:ae:7e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"ec150990-43ee-45d2-be88-9982779f8e70","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T14:59:44Z","binding:vnic_type":"normal"}]} 2018-10-22 14:59:49,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=ec150990-43ee-45d2-be88-9982779f8e70 used request id req-5f8f4dcb-6c9f-4e05-97f4-77c9db26c09d 2018-10-22 14:59:49,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d010b0271e3a12ac04299f1b8cc4ddb5d700c282" 2018-10-22 14:59:49,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-7e4333c6-8966-4cc4-bddb-d9f2719f6c46 Date: Mon, 22 Oct 2018 14:59:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}} 2018-10-22 14:59:49,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/d6d0fc90-8c6a-4de4-b3d7-761cbba53606 used request id req-7e4333c6-8966-4cc4-bddb-d9f2719f6c46 2018-10-22 14:59:49,333 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:59:49,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:59:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["vpYolYsoSAWryKNrlKEcow"], "issued_at": "2018-10-22T14:59:49.000000Z"}} 2018-10-22 14:59:49,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}a1db3a4da33d30166c5e978fde9bb74011df43c2" 2018-10-22 14:59:49,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c1ea934-0766-48ce-8f8e-820f8d0486f1 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:49,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3c1ea934-0766-48ce-8f8e-820f8d0486f1 2018-10-22 14:59:49,819 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-e3113c55-1b1b-4a36-9f52-24eba0794a75name 2018-10-22 14:59:49,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1db3a4da33d30166c5e978fde9bb74011df43c2" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-e3113c55-1b1b-4a36-9f52-24eba0794a75name"}}' 2018-10-22 14:59:50,190 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-9ee955e4-9045-4965-b0cf-5499b397d852 Date: Mon, 22 Oct 2018 14:59:50 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:50Z", "updated_at": "2018-10-22T14:59:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:50Z", "revision_number": 0, "id": "516801d0-f671-422c-b6dc-5efdf2235f4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:50Z", "security_group_id": "41dc30a3-341e-4fd6-9be3-a64571750695", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:50Z", "revision_number": 0, "id": "a3434c58-381b-45f1-a0fd-c8a3ebf9ae1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:50Z", "security_group_id": "41dc30a3-341e-4fd6-9be3-a64571750695", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 2, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "41dc30a3-341e-4fd6-9be3-a64571750695", "name": "NeutronUtilsSecurityGroupTests-e3113c55-1b1b-4a36-9f52-24eba0794a75name"}} 2018-10-22 14:59:50,190 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-9ee955e4-9045-4965-b0cf-5499b397d852 2018-10-22 14:59:50,190 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 41dc30a3-341e-4fd6-9be3-a64571750695 2018-10-22 14:59:50,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=41dc30a3-341e-4fd6-9be3-a64571750695 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1db3a4da33d30166c5e978fde9bb74011df43c2" 2018-10-22 14:59:50,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dc77d9ec-1ad1-4a8c-84c7-7db838d13dbd Date: Mon, 22 Oct 2018 14:59:50 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-10-22T14:59:50Z", "security_group_id": "41dc30a3-341e-4fd6-9be3-a64571750695", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:50Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "516801d0-f671-422c-b6dc-5efdf2235f4a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:59:50Z", "security_group_id": "41dc30a3-341e-4fd6-9be3-a64571750695", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:50Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "a3434c58-381b-45f1-a0fd-c8a3ebf9ae1c"}]} 2018-10-22 14:59:50,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=41dc30a3-341e-4fd6-9be3-a64571750695 used request id req-dc77d9ec-1ad1-4a8c-84c7-7db838d13dbd 2018-10-22 14:59:50,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e3113c55-1b1b-4a36-9f52-24eba0794a75name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1db3a4da33d30166c5e978fde9bb74011df43c2" 2018-10-22 14:59:50,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-fbc90b7d-f53d-45bf-a7f1-eb4728387dcf Date: Mon, 22 Oct 2018 14:59:50 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:50Z", "updated_at": "2018-10-22T14:59:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:50Z", "revision_number": 0, "id": "a3434c58-381b-45f1-a0fd-c8a3ebf9ae1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:50Z", "security_group_id": "41dc30a3-341e-4fd6-9be3-a64571750695", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:50Z", "revision_number": 0, "id": "516801d0-f671-422c-b6dc-5efdf2235f4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:50Z", "security_group_id": "41dc30a3-341e-4fd6-9be3-a64571750695", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 2, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "41dc30a3-341e-4fd6-9be3-a64571750695", "name": "NeutronUtilsSecurityGroupTests-e3113c55-1b1b-4a36-9f52-24eba0794a75name"}]} 2018-10-22 14:59:50,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e3113c55-1b1b-4a36-9f52-24eba0794a75name used request id req-fbc90b7d-f53d-45bf-a7f1-eb4728387dcf 2018-10-22 14:59:50,572 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 41dc30a3-341e-4fd6-9be3-a64571750695 2018-10-22 14:59:50,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=41dc30a3-341e-4fd6-9be3-a64571750695 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1db3a4da33d30166c5e978fde9bb74011df43c2" 2018-10-22 14:59:50,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c3b5570f-ad5d-4ecb-ad2e-d4bc41d523f8 Date: Mon, 22 Oct 2018 14:59:50 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-10-22T14:59:50Z", "security_group_id": "41dc30a3-341e-4fd6-9be3-a64571750695", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:50Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "516801d0-f671-422c-b6dc-5efdf2235f4a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:59:50Z", "security_group_id": "41dc30a3-341e-4fd6-9be3-a64571750695", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:50Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "a3434c58-381b-45f1-a0fd-c8a3ebf9ae1c"}]} 2018-10-22 14:59:50,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=41dc30a3-341e-4fd6-9be3-a64571750695 used request id req-c3b5570f-ad5d-4ecb-ad2e-d4bc41d523f8 2018-10-22 14:59:50,697 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-e3113c55-1b1b-4a36-9f52-24eba0794a75name 2018-10-22 14:59:50,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/41dc30a3-341e-4fd6-9be3-a64571750695 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1db3a4da33d30166c5e978fde9bb74011df43c2" 2018-10-22 14:59:51,052 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6f78d2e7-8838-4e70-818a-0a10a559fed6 Content-Length: 0 Date: Mon, 22 Oct 2018 14:59:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:51,052 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/41dc30a3-341e-4fd6-9be3-a64571750695 used request id req-6f78d2e7-8838-4e70-818a-0a10a559fed6 2018-10-22 14:59:51,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e3113c55-1b1b-4a36-9f52-24eba0794a75name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1db3a4da33d30166c5e978fde9bb74011df43c2" 2018-10-22 14:59:51,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-8afc12ca-b5ab-4c31-90d7-40d3b6e82ee5 Date: Mon, 22 Oct 2018 14:59:51 GMT RESP BODY: {"security_groups": []} 2018-10-22 14:59:51,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e3113c55-1b1b-4a36-9f52-24eba0794a75name used request id req-8afc12ca-b5ab-4c31-90d7-40d3b6e82ee5 2018-10-22 14:59:51,283 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:59:51,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:59:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["CdSgcjk0TxetWdp7kEZdkQ"], "issued_at": "2018-10-22T14:59:51.000000Z"}} 2018-10-22 14:59:51,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}451239fe0eb4afb0668c24d503777d2d95fa2043" 2018-10-22 14:59:51,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b149b11-4dab-4e7e-9660-fa258dc33991 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:51,686 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4b149b11-4dab-4e7e-9660-fa258dc33991 2018-10-22 14:59:51,688 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:59:52,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:59:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["ZbEi_gP9R8u8zsk54fOAKA"], "issued_at": "2018-10-22T14:59:52.000000Z"}} 2018-10-22 14:59:52,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}4670768766b34358586bba433d8dd21522088a93" 2018-10-22 14:59:52,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e5e4d47-a1ba-4cf5-9ce4-f08dc8b75bfc 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:52,161 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0e5e4d47-a1ba-4cf5-9ce4-f08dc8b75bfc 2018-10-22 14:59:52,162 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-5e327b89-87f0-412f-b2f5-45bef324f8d0name 2018-10-22 14:59:52,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4670768766b34358586bba433d8dd21522088a93" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-5e327b89-87f0-412f-b2f5-45bef324f8d0name", "description": "hello group"}}' 2018-10-22 14:59:52,560 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-1ec65668-e509-4da2-9078-d66dc7f33e72 Date: Mon, 22 Oct 2018 14:59:52 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:52Z", "updated_at": "2018-10-22T14:59:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:52Z", "revision_number": 0, "id": "7da171c3-72d5-4d71-a498-d30696a00f99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:52Z", "security_group_id": "6384dadc-0fa2-40c5-ae01-405fd05ffc18", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:52Z", "revision_number": 0, "id": "e4f8f52a-b861-4cff-a677-33ee77ff2275", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:52Z", "security_group_id": "6384dadc-0fa2-40c5-ae01-405fd05ffc18", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 2, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "6384dadc-0fa2-40c5-ae01-405fd05ffc18", "name": "NeutronUtilsSecurityGroupTests-5e327b89-87f0-412f-b2f5-45bef324f8d0name"}} 2018-10-22 14:59:52,561 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-1ec65668-e509-4da2-9078-d66dc7f33e72 2018-10-22 14:59:52,561 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6384dadc-0fa2-40c5-ae01-405fd05ffc18 2018-10-22 14:59:52,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6384dadc-0fa2-40c5-ae01-405fd05ffc18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4670768766b34358586bba433d8dd21522088a93" 2018-10-22 14:59:52,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-28297be9-e61e-4ab3-b947-ab781715fda3 Date: Mon, 22 Oct 2018 14:59:52 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-10-22T14:59:52Z", "security_group_id": "6384dadc-0fa2-40c5-ae01-405fd05ffc18", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:52Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "7da171c3-72d5-4d71-a498-d30696a00f99"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:59:52Z", "security_group_id": "6384dadc-0fa2-40c5-ae01-405fd05ffc18", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:52Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "e4f8f52a-b861-4cff-a677-33ee77ff2275"}]} 2018-10-22 14:59:52,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6384dadc-0fa2-40c5-ae01-405fd05ffc18 used request id req-28297be9-e61e-4ab3-b947-ab781715fda3 2018-10-22 14:59:52,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-5e327b89-87f0-412f-b2f5-45bef324f8d0name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4670768766b34358586bba433d8dd21522088a93" 2018-10-22 14:59:52,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-de3dc251-b9e9-4dc9-a1d0-2424a6b3f143 Date: Mon, 22 Oct 2018 14:59:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:52Z", "updated_at": "2018-10-22T14:59:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:52Z", "revision_number": 0, "id": "e4f8f52a-b861-4cff-a677-33ee77ff2275", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:52Z", "security_group_id": "6384dadc-0fa2-40c5-ae01-405fd05ffc18", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:52Z", "revision_number": 0, "id": "7da171c3-72d5-4d71-a498-d30696a00f99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:52Z", "security_group_id": "6384dadc-0fa2-40c5-ae01-405fd05ffc18", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 2, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "6384dadc-0fa2-40c5-ae01-405fd05ffc18", "name": "NeutronUtilsSecurityGroupTests-5e327b89-87f0-412f-b2f5-45bef324f8d0name"}]} 2018-10-22 14:59:52,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-5e327b89-87f0-412f-b2f5-45bef324f8d0name&description=hello+group used request id req-de3dc251-b9e9-4dc9-a1d0-2424a6b3f143 2018-10-22 14:59:52,933 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6384dadc-0fa2-40c5-ae01-405fd05ffc18 2018-10-22 14:59:52,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6384dadc-0fa2-40c5-ae01-405fd05ffc18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4670768766b34358586bba433d8dd21522088a93" 2018-10-22 14:59:52,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5650af54-17ac-487e-bd1a-2e17ae4115a6 Date: Mon, 22 Oct 2018 14:59: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-10-22T14:59:52Z", "security_group_id": "6384dadc-0fa2-40c5-ae01-405fd05ffc18", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:52Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "7da171c3-72d5-4d71-a498-d30696a00f99"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:59:52Z", "security_group_id": "6384dadc-0fa2-40c5-ae01-405fd05ffc18", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:52Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "e4f8f52a-b861-4cff-a677-33ee77ff2275"}]} 2018-10-22 14:59:52,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6384dadc-0fa2-40c5-ae01-405fd05ffc18 used request id req-5650af54-17ac-487e-bd1a-2e17ae4115a6 2018-10-22 14:59:52,982 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-5e327b89-87f0-412f-b2f5-45bef324f8d0name 2018-10-22 14:59:52,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/6384dadc-0fa2-40c5-ae01-405fd05ffc18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4670768766b34358586bba433d8dd21522088a93" 2018-10-22 14:59:53,309 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-87df2c29-1ab5-4151-905d-f34182520b5a Content-Length: 0 Date: Mon, 22 Oct 2018 14:59:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:53,309 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/6384dadc-0fa2-40c5-ae01-405fd05ffc18 used request id req-87df2c29-1ab5-4151-905d-f34182520b5a 2018-10-22 14:59:53,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:59:53,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:59:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["JXPWYK8cSjW4xocyXCLo-g"], "issued_at": "2018-10-22T14:59:53.000000Z"}} 2018-10-22 14:59:53,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}a8404e0fe6c1e4cf7d34cd2cc374a7bcefeefa4a" 2018-10-22 14:59:53,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac52705e-1ee6-4f92-89bd-55887dfb66b5 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:53,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ac52705e-1ee6-4f92-89bd-55887dfb66b5 2018-10-22 14:59:53,714 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-23aa9ba5-2c64-471d-9925-77f70c8f3507name 2018-10-22 14:59:53,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8404e0fe6c1e4cf7d34cd2cc374a7bcefeefa4a" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-23aa9ba5-2c64-471d-9925-77f70c8f3507name", "description": "hello group"}}' 2018-10-22 14:59:54,088 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-5449da9c-059d-4121-b7cb-cd0c9f23528c Date: Mon, 22 Oct 2018 14:59:54 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:53Z", "updated_at": "2018-10-22T14:59:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:53Z", "revision_number": 0, "id": "50c6a80e-86b2-4344-a359-84043dd77090", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:53Z", "revision_number": 0, "id": "e0fc8ce1-e0d5-448d-85b1-13b1b51e10b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 2, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "220bd255-3827-4ac2-b769-5aa0ed406918", "name": "NeutronUtilsSecurityGroupTests-23aa9ba5-2c64-471d-9925-77f70c8f3507name"}} 2018-10-22 14:59:54,088 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-5449da9c-059d-4121-b7cb-cd0c9f23528c 2018-10-22 14:59:54,088 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 220bd255-3827-4ac2-b769-5aa0ed406918 2018-10-22 14:59:54,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=220bd255-3827-4ac2-b769-5aa0ed406918 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8404e0fe6c1e4cf7d34cd2cc374a7bcefeefa4a" 2018-10-22 14:59:54,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-96fb8726-88b8-47c3-b963-1247378d3888 Date: Mon, 22 Oct 2018 14:59:54 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-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:53Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "50c6a80e-86b2-4344-a359-84043dd77090"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:53Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "e0fc8ce1-e0d5-448d-85b1-13b1b51e10b3"}]} 2018-10-22 14:59:54,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=220bd255-3827-4ac2-b769-5aa0ed406918 used request id req-96fb8726-88b8-47c3-b963-1247378d3888 2018-10-22 14:59:54,286 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 220bd255-3827-4ac2-b769-5aa0ed406918 2018-10-22 14:59:54,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=220bd255-3827-4ac2-b769-5aa0ed406918 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8404e0fe6c1e4cf7d34cd2cc374a7bcefeefa4a" 2018-10-22 14:59:54,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-aca21b86-5292-4470-b935-99cb270ac5eb Date: Mon, 22 Oct 2018 14:59:54 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-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:53Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "50c6a80e-86b2-4344-a359-84043dd77090"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:53Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "e0fc8ce1-e0d5-448d-85b1-13b1b51e10b3"}]} 2018-10-22 14:59:54,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=220bd255-3827-4ac2-b769-5aa0ed406918 used request id req-aca21b86-5292-4470-b935-99cb270ac5eb 2018-10-22 14:59:54,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}a8404e0fe6c1e4cf7d34cd2cc374a7bcefeefa4a" 2018-10-22 14:59:54,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67165b30-fec7-43aa-91fd-ea9a1f16fedd 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:54,570 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-67165b30-fec7-43aa-91fd-ea9a1f16fedd 2018-10-22 14:59:54,571 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-23aa9ba5-2c64-471d-9925-77f70c8f3507name 2018-10-22 14:59:54,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-23aa9ba5-2c64-471d-9925-77f70c8f3507name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8404e0fe6c1e4cf7d34cd2cc374a7bcefeefa4a" 2018-10-22 14:59:54,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-b3923d61-1a9b-464e-a215-c455bf2dc36b Date: Mon, 22 Oct 2018 14:59:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:53Z", "updated_at": "2018-10-22T14:59:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:53Z", "revision_number": 0, "id": "e0fc8ce1-e0d5-448d-85b1-13b1b51e10b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:53Z", "revision_number": 0, "id": "50c6a80e-86b2-4344-a359-84043dd77090", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 2, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "220bd255-3827-4ac2-b769-5aa0ed406918", "name": "NeutronUtilsSecurityGroupTests-23aa9ba5-2c64-471d-9925-77f70c8f3507name"}]} 2018-10-22 14:59:54,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-23aa9ba5-2c64-471d-9925-77f70c8f3507name used request id req-b3923d61-1a9b-464e-a215-c455bf2dc36b 2018-10-22 14:59:54,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 14:59:54,770 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 14:59: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 14:59:54,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8404e0fe6c1e4cf7d34cd2cc374a7bcefeefa4a" 2018-10-22 14:59:54,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-339dc4f8-ba8d-4eee-89f1-102c50053c85 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 14:59:54,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-339dc4f8-ba8d-4eee-89f1-102c50053c85 2018-10-22 14:59:54,932 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 220bd255-3827-4ac2-b769-5aa0ed406918 2018-10-22 14:59:54,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=220bd255-3827-4ac2-b769-5aa0ed406918 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8404e0fe6c1e4cf7d34cd2cc374a7bcefeefa4a" 2018-10-22 14:59:55,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-65c1d18b-b88d-4668-b569-6d1d89b77a88 Date: Mon, 22 Oct 2018 14:59: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-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:53Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "50c6a80e-86b2-4344-a359-84043dd77090"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:53Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "e0fc8ce1-e0d5-448d-85b1-13b1b51e10b3"}]} 2018-10-22 14:59:55,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=220bd255-3827-4ac2-b769-5aa0ed406918 used request id req-65c1d18b-b88d-4668-b569-6d1d89b77a88 2018-10-22 14:59:55,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}a8404e0fe6c1e4cf7d34cd2cc374a7bcefeefa4a" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918"}}' 2018-10-22 14:59:55,452 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-884e9068-a0d9-4c33-8d6f-45263db0aae9 Date: Mon, 22 Oct 2018 14:59:55 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-10-22T14:59:55Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:55Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "d1630eff-e9e4-4179-805b-5e9e55d0e151"}} 2018-10-22 14:59:55,453 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-884e9068-a0d9-4c33-8d6f-45263db0aae9 2018-10-22 14:59:55,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-23aa9ba5-2c64-471d-9925-77f70c8f3507name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8404e0fe6c1e4cf7d34cd2cc374a7bcefeefa4a" 2018-10-22 14:59:55,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-d94298be-1a5d-49eb-8c81-c51acd2ffa87 Date: Mon, 22 Oct 2018 14:59:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:53Z", "updated_at": "2018-10-22T14:59:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:55Z", "revision_number": 0, "id": "d1630eff-e9e4-4179-805b-5e9e55d0e151", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:55Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:53Z", "revision_number": 0, "id": "50c6a80e-86b2-4344-a359-84043dd77090", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:53Z", "revision_number": 0, "id": "e0fc8ce1-e0d5-448d-85b1-13b1b51e10b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 3, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "220bd255-3827-4ac2-b769-5aa0ed406918", "name": "NeutronUtilsSecurityGroupTests-23aa9ba5-2c64-471d-9925-77f70c8f3507name"}]} 2018-10-22 14:59:55,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-23aa9ba5-2c64-471d-9925-77f70c8f3507name&description=hello+group used request id req-d94298be-1a5d-49eb-8c81-c51acd2ffa87 2018-10-22 14:59:55,504 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 220bd255-3827-4ac2-b769-5aa0ed406918 2018-10-22 14:59:55,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=220bd255-3827-4ac2-b769-5aa0ed406918 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8404e0fe6c1e4cf7d34cd2cc374a7bcefeefa4a" 2018-10-22 14:59:55,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-4448ec25-caf1-4604-b5ec-14fd29e06de0 Date: Mon, 22 Oct 2018 14:59: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-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:53Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "50c6a80e-86b2-4344-a359-84043dd77090"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:59:55Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:55Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "d1630eff-e9e4-4179-805b-5e9e55d0e151"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:53Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "e0fc8ce1-e0d5-448d-85b1-13b1b51e10b3"}]} 2018-10-22 14:59:55,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=220bd255-3827-4ac2-b769-5aa0ed406918 used request id req-4448ec25-caf1-4604-b5ec-14fd29e06de0 2018-10-22 14:59:55,665 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 220bd255-3827-4ac2-b769-5aa0ed406918 2018-10-22 14:59:55,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=220bd255-3827-4ac2-b769-5aa0ed406918 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8404e0fe6c1e4cf7d34cd2cc374a7bcefeefa4a" 2018-10-22 14:59:55,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-2457b0a1-6e9a-45f8-944c-3ce084e806e5 Date: Mon, 22 Oct 2018 14:59: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-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:53Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "50c6a80e-86b2-4344-a359-84043dd77090"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:59:55Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:55Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "d1630eff-e9e4-4179-805b-5e9e55d0e151"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:53Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "e0fc8ce1-e0d5-448d-85b1-13b1b51e10b3"}]} 2018-10-22 14:59:55,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=220bd255-3827-4ac2-b769-5aa0ed406918 used request id req-2457b0a1-6e9a-45f8-944c-3ce084e806e5 2018-10-22 14:59:55,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-23aa9ba5-2c64-471d-9925-77f70c8f3507name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8404e0fe6c1e4cf7d34cd2cc374a7bcefeefa4a" 2018-10-22 14:59:55,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-0424ba8c-2f87-445b-9266-03f56e4e28bd Date: Mon, 22 Oct 2018 14:59:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:53Z", "updated_at": "2018-10-22T14:59:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:53Z", "revision_number": 0, "id": "50c6a80e-86b2-4344-a359-84043dd77090", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:53Z", "revision_number": 0, "id": "e0fc8ce1-e0d5-448d-85b1-13b1b51e10b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:55Z", "revision_number": 0, "id": "d1630eff-e9e4-4179-805b-5e9e55d0e151", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:55Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 3, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "220bd255-3827-4ac2-b769-5aa0ed406918", "name": "NeutronUtilsSecurityGroupTests-23aa9ba5-2c64-471d-9925-77f70c8f3507name"}]} 2018-10-22 14:59:55,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-23aa9ba5-2c64-471d-9925-77f70c8f3507name&description=hello+group used request id req-0424ba8c-2f87-445b-9266-03f56e4e28bd 2018-10-22 14:59:55,930 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 220bd255-3827-4ac2-b769-5aa0ed406918 2018-10-22 14:59:55,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=220bd255-3827-4ac2-b769-5aa0ed406918 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8404e0fe6c1e4cf7d34cd2cc374a7bcefeefa4a" 2018-10-22 14:59:56,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-b7800e4f-7528-4570-b319-88bd671d5c57 Date: Mon, 22 Oct 2018 14:59: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-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:53Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "50c6a80e-86b2-4344-a359-84043dd77090"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:59:55Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:55Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "d1630eff-e9e4-4179-805b-5e9e55d0e151"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:59:53Z", "security_group_id": "220bd255-3827-4ac2-b769-5aa0ed406918", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:53Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "e0fc8ce1-e0d5-448d-85b1-13b1b51e10b3"}]} 2018-10-22 14:59:56,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=220bd255-3827-4ac2-b769-5aa0ed406918 used request id req-b7800e4f-7528-4570-b319-88bd671d5c57 2018-10-22 14:59:56,124 - neutron_utils - INFO - Deleting security group rule with ID - 50c6a80e-86b2-4344-a359-84043dd77090 2018-10-22 14:59:56,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/50c6a80e-86b2-4344-a359-84043dd77090 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8404e0fe6c1e4cf7d34cd2cc374a7bcefeefa4a" 2018-10-22 14:59:56,460 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c1026b2b-3200-484b-96d2-511585f83f69 Content-Length: 0 Date: Mon, 22 Oct 2018 14:59:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:56,460 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/50c6a80e-86b2-4344-a359-84043dd77090 used request id req-c1026b2b-3200-484b-96d2-511585f83f69 2018-10-22 14:59:56,460 - neutron_utils - INFO - Deleting security group rule with ID - e0fc8ce1-e0d5-448d-85b1-13b1b51e10b3 2018-10-22 14:59:56,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/e0fc8ce1-e0d5-448d-85b1-13b1b51e10b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8404e0fe6c1e4cf7d34cd2cc374a7bcefeefa4a" 2018-10-22 14:59:56,562 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c3de3f77-471b-41b4-bb45-af1d88b00c73 Content-Length: 0 Date: Mon, 22 Oct 2018 14:59:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:56,562 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/e0fc8ce1-e0d5-448d-85b1-13b1b51e10b3 used request id req-c3de3f77-471b-41b4-bb45-af1d88b00c73 2018-10-22 14:59:56,562 - neutron_utils - INFO - Deleting security group rule with ID - d1630eff-e9e4-4179-805b-5e9e55d0e151 2018-10-22 14:59:56,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/d1630eff-e9e4-4179-805b-5e9e55d0e151 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8404e0fe6c1e4cf7d34cd2cc374a7bcefeefa4a" 2018-10-22 14:59:56,694 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-41a5e7d1-2632-4a3c-b726-99aac86472e4 Content-Length: 0 Date: Mon, 22 Oct 2018 14:59:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:56,694 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/d1630eff-e9e4-4179-805b-5e9e55d0e151 used request id req-41a5e7d1-2632-4a3c-b726-99aac86472e4 2018-10-22 14:59:56,694 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-23aa9ba5-2c64-471d-9925-77f70c8f3507name 2018-10-22 14:59:56,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/220bd255-3827-4ac2-b769-5aa0ed406918 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8404e0fe6c1e4cf7d34cd2cc374a7bcefeefa4a" 2018-10-22 14:59:56,949 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-66f0229a-4b98-429b-ae09-52dbccccab00 Content-Length: 0 Date: Mon, 22 Oct 2018 14:59:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:56,950 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/220bd255-3827-4ac2-b769-5aa0ed406918 used request id req-66f0229a-4b98-429b-ae09-52dbccccab00 2018-10-22 14:59:56,951 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 14:59:57,335 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T15:59:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["iStpB8XdRUSbBCuCAAVwCw"], "issued_at": "2018-10-22T14:59:57.000000Z"}} 2018-10-22 14:59:57,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}4f38ede777e2a57b6fc13d2a4b1d8676711714fb" 2018-10-22 14:59:57,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 14:59:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fda39f83-85c8-49d1-8d9d-0235369f37c9 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 14:59:57,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fda39f83-85c8-49d1-8d9d-0235369f37c9 2018-10-22 14:59:57,413 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-1ecad4a1-ed42-410f-a659-77e45677965aname-1 2018-10-22 14:59:57,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f38ede777e2a57b6fc13d2a4b1d8676711714fb" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-1ecad4a1-ed42-410f-a659-77e45677965aname-1", "description": "hello group"}}' 2018-10-22 14:59:57,788 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-9a0b2091-bf50-4c8b-93eb-7c18eb4bd714 Date: Mon, 22 Oct 2018 14:59:57 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:57Z", "updated_at": "2018-10-22T14:59:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:57Z", "revision_number": 0, "id": "b31f7a73-8662-4c70-86fe-449b46e04250", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:57Z", "security_group_id": "7035c321-5f77-45e9-9419-ef3d8a84b2e9", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:57Z", "revision_number": 0, "id": "beb9f097-b425-4a37-9e25-8b0c6ee397fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:57Z", "security_group_id": "7035c321-5f77-45e9-9419-ef3d8a84b2e9", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 2, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "7035c321-5f77-45e9-9419-ef3d8a84b2e9", "name": "NeutronUtilsSecurityGroupTests-1ecad4a1-ed42-410f-a659-77e45677965aname-1"}} 2018-10-22 14:59:57,788 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-9a0b2091-bf50-4c8b-93eb-7c18eb4bd714 2018-10-22 14:59:57,789 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7035c321-5f77-45e9-9419-ef3d8a84b2e9 2018-10-22 14:59:57,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7035c321-5f77-45e9-9419-ef3d8a84b2e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f38ede777e2a57b6fc13d2a4b1d8676711714fb" 2018-10-22 14:59:57,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9671cc83-4904-47d8-a23d-39046bcdf3fb Date: Mon, 22 Oct 2018 14:59:58 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-10-22T14:59:57Z", "security_group_id": "7035c321-5f77-45e9-9419-ef3d8a84b2e9", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:57Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "b31f7a73-8662-4c70-86fe-449b46e04250"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:59:57Z", "security_group_id": "7035c321-5f77-45e9-9419-ef3d8a84b2e9", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:57Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "beb9f097-b425-4a37-9e25-8b0c6ee397fd"}]} 2018-10-22 14:59:57,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7035c321-5f77-45e9-9419-ef3d8a84b2e9 used request id req-9671cc83-4904-47d8-a23d-39046bcdf3fb 2018-10-22 14:59:57,985 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-1ecad4a1-ed42-410f-a659-77e45677965aname-2 2018-10-22 14:59:57,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f38ede777e2a57b6fc13d2a4b1d8676711714fb" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-1ecad4a1-ed42-410f-a659-77e45677965aname-2", "description": "hello group"}}' 2018-10-22 14:59:58,363 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-6cacbe27-8aef-4c0f-aef2-ed1226dcdef5 Date: Mon, 22 Oct 2018 14:59:58 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:58Z", "updated_at": "2018-10-22T14:59:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:58Z", "revision_number": 0, "id": "0c5e255a-546f-4f52-b1ec-11eb4b418ac7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:58Z", "security_group_id": "35fc6040-dc10-4cae-a0a1-ebc2fa21beaf", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:58Z", "revision_number": 0, "id": "8ebe030b-d7a0-417d-a590-db9aa673db6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:58Z", "security_group_id": "35fc6040-dc10-4cae-a0a1-ebc2fa21beaf", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 2, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "35fc6040-dc10-4cae-a0a1-ebc2fa21beaf", "name": "NeutronUtilsSecurityGroupTests-1ecad4a1-ed42-410f-a659-77e45677965aname-2"}} 2018-10-22 14:59:58,364 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-6cacbe27-8aef-4c0f-aef2-ed1226dcdef5 2018-10-22 14:59:58,364 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 35fc6040-dc10-4cae-a0a1-ebc2fa21beaf 2018-10-22 14:59:58,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=35fc6040-dc10-4cae-a0a1-ebc2fa21beaf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f38ede777e2a57b6fc13d2a4b1d8676711714fb" 2018-10-22 14:59:58,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d9ae9e7c-f0dc-4f04-858b-f71f1b800f2d Date: Mon, 22 Oct 2018 14:59:58 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-10-22T14:59:58Z", "security_group_id": "35fc6040-dc10-4cae-a0a1-ebc2fa21beaf", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:58Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "0c5e255a-546f-4f52-b1ec-11eb4b418ac7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:59:58Z", "security_group_id": "35fc6040-dc10-4cae-a0a1-ebc2fa21beaf", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:58Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "8ebe030b-d7a0-417d-a590-db9aa673db6f"}]} 2018-10-22 14:59:58,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=35fc6040-dc10-4cae-a0a1-ebc2fa21beaf used request id req-d9ae9e7c-f0dc-4f04-858b-f71f1b800f2d 2018-10-22 14:59:58,548 - neutron_utils - INFO - Retrieving security group with ID - 7035c321-5f77-45e9-9419-ef3d8a84b2e9 2018-10-22 14:59:58,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=7035c321-5f77-45e9-9419-ef3d8a84b2e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f38ede777e2a57b6fc13d2a4b1d8676711714fb" 2018-10-22 14:59:58,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-376c4b40-7403-489e-a1d2-032d5eef584f Date: Mon, 22 Oct 2018 14:59:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:57Z", "updated_at": "2018-10-22T14:59:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:57Z", "revision_number": 0, "id": "b31f7a73-8662-4c70-86fe-449b46e04250", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:57Z", "security_group_id": "7035c321-5f77-45e9-9419-ef3d8a84b2e9", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:57Z", "revision_number": 0, "id": "beb9f097-b425-4a37-9e25-8b0c6ee397fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:57Z", "security_group_id": "7035c321-5f77-45e9-9419-ef3d8a84b2e9", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 2, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "7035c321-5f77-45e9-9419-ef3d8a84b2e9", "name": "NeutronUtilsSecurityGroupTests-1ecad4a1-ed42-410f-a659-77e45677965aname-1"}]} 2018-10-22 14:59:58,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=7035c321-5f77-45e9-9419-ef3d8a84b2e9 used request id req-376c4b40-7403-489e-a1d2-032d5eef584f 2018-10-22 14:59:58,775 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7035c321-5f77-45e9-9419-ef3d8a84b2e9 2018-10-22 14:59:58,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7035c321-5f77-45e9-9419-ef3d8a84b2e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f38ede777e2a57b6fc13d2a4b1d8676711714fb" 2018-10-22 14:59:58,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c2312b09-78d2-430c-9dd0-852563967e65 Date: Mon, 22 Oct 2018 14:59:58 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-10-22T14:59:57Z", "security_group_id": "7035c321-5f77-45e9-9419-ef3d8a84b2e9", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:57Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "b31f7a73-8662-4c70-86fe-449b46e04250"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:59:57Z", "security_group_id": "7035c321-5f77-45e9-9419-ef3d8a84b2e9", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:57Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "beb9f097-b425-4a37-9e25-8b0c6ee397fd"}]} 2018-10-22 14:59:58,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7035c321-5f77-45e9-9419-ef3d8a84b2e9 used request id req-c2312b09-78d2-430c-9dd0-852563967e65 2018-10-22 14:59:58,937 - neutron_utils - INFO - Retrieving security group with ID - 35fc6040-dc10-4cae-a0a1-ebc2fa21beaf 2018-10-22 14:59:58,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=35fc6040-dc10-4cae-a0a1-ebc2fa21beaf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f38ede777e2a57b6fc13d2a4b1d8676711714fb" 2018-10-22 14:59:58,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-b2f90b85-8539-48f3-aa35-c88b563aee51 Date: Mon, 22 Oct 2018 14:59:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:58Z", "updated_at": "2018-10-22T14:59:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:58Z", "revision_number": 0, "id": "0c5e255a-546f-4f52-b1ec-11eb4b418ac7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:58Z", "security_group_id": "35fc6040-dc10-4cae-a0a1-ebc2fa21beaf", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:59:58Z", "revision_number": 0, "id": "8ebe030b-d7a0-417d-a590-db9aa673db6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:59:58Z", "security_group_id": "35fc6040-dc10-4cae-a0a1-ebc2fa21beaf", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 2, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "35fc6040-dc10-4cae-a0a1-ebc2fa21beaf", "name": "NeutronUtilsSecurityGroupTests-1ecad4a1-ed42-410f-a659-77e45677965aname-2"}]} 2018-10-22 14:59:58,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=35fc6040-dc10-4cae-a0a1-ebc2fa21beaf used request id req-b2f90b85-8539-48f3-aa35-c88b563aee51 2018-10-22 14:59:58,985 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 35fc6040-dc10-4cae-a0a1-ebc2fa21beaf 2018-10-22 14:59:58,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=35fc6040-dc10-4cae-a0a1-ebc2fa21beaf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f38ede777e2a57b6fc13d2a4b1d8676711714fb" 2018-10-22 14:59:59,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-47cc1a94-e157-45d0-8c75-7d0c0974fd47 Date: Mon, 22 Oct 2018 14:59: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-10-22T14:59:58Z", "security_group_id": "35fc6040-dc10-4cae-a0a1-ebc2fa21beaf", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:58Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "0c5e255a-546f-4f52-b1ec-11eb4b418ac7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:59:58Z", "security_group_id": "35fc6040-dc10-4cae-a0a1-ebc2fa21beaf", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:58Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "8ebe030b-d7a0-417d-a590-db9aa673db6f"}]} 2018-10-22 14:59:59,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=35fc6040-dc10-4cae-a0a1-ebc2fa21beaf used request id req-47cc1a94-e157-45d0-8c75-7d0c0974fd47 2018-10-22 14:59:59,165 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-1ecad4a1-ed42-410f-a659-77e45677965aname-1 2018-10-22 14:59:59,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/7035c321-5f77-45e9-9419-ef3d8a84b2e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f38ede777e2a57b6fc13d2a4b1d8676711714fb" 2018-10-22 14:59:59,456 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d73ac206-a18c-487b-9b4e-81937b1bfa02 Content-Length: 0 Date: Mon, 22 Oct 2018 14:59:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:59,456 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/7035c321-5f77-45e9-9419-ef3d8a84b2e9 used request id req-d73ac206-a18c-487b-9b4e-81937b1bfa02 2018-10-22 14:59:59,457 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-1ecad4a1-ed42-410f-a659-77e45677965aname-2 2018-10-22 14:59:59,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/35fc6040-dc10-4cae-a0a1-ebc2fa21beaf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f38ede777e2a57b6fc13d2a4b1d8676711714fb" 2018-10-22 14:59:59,739 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cdc457ea-c597-4a1f-9e26-9a6f275f424c Content-Length: 0 Date: Mon, 22 Oct 2018 14:59:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 14:59:59,739 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/35fc6040-dc10-4cae-a0a1-ebc2fa21beaf used request id req-cdc457ea-c597-4a1f-9e26-9a6f275f424c 2018-10-22 14:59:59,740 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:00:00,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:00:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["NNjpY4iESz2jW-CUkSgKxg"], "issued_at": "2018-10-22T15:00:00.000000Z"}} 2018-10-22 15:00:00,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}9a8fbe9e73468b1862a60f86be5cd03fefca7fa5" 2018-10-22 15:00:00,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b235b20-e899-4118-8cf4-f58880677307 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:00:00,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1b235b20-e899-4118-8cf4-f58880677307 2018-10-22 15:00:00,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a8fbe9e73468b1862a60f86be5cd03fefca7fa5" 2018-10-22 15:00:00,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d6675a1e-e318-446a-b965-29aefc0b4e33 Date: Mon, 22 Oct 2018 15:00:00 GMT RESP BODY: {"floatingips": []} 2018-10-22 15:00:00,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-d6675a1e-e318-446a-b965-29aefc0b4e33 2018-10-22 15:00:00,391 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-22 15:00:00,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a8fbe9e73468b1862a60f86be5cd03fefca7fa5" 2018-10-22 15:00:00,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a0743bc1-4c96-4242-831b-1d4ae9f32444 Date: Mon, 22 Oct 2018 15:00:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 15:00:00,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-a0743bc1-4c96-4242-831b-1d4ae9f32444 2018-10-22 15:00:00,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a8fbe9e73468b1862a60f86be5cd03fefca7fa5" 2018-10-22 15:00:00,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-ef5cc145-91ec-47b0-901a-ec10b08b47d5 Date: Mon, 22 Oct 2018 15:00:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-22 15:00:00,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f used request id req-ef5cc145-91ec-47b0-901a-ec10b08b47d5 2018-10-22 15:00:00,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a8fbe9e73468b1862a60f86be5cd03fefca7fa5" -d '{"floatingip": {"floating_network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f"}}' 2018-10-22 15:00:02,465 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-7809a5f6-ac1c-4bd5-a2d7-e032a1603087 Date: Mon, 22 Oct 2018 15:00:02 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-22T15:00:01Z", "floating_network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": null, "id": "db7516c5-69cc-4620-b7fd-2f657ef496e5", "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T15:00:01Z", "project_id": "8e9a3444377442da8b38ad768127d234"}} 2018-10-22 15:00:02,465 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-7809a5f6-ac1c-4bd5-a2d7-e032a1603087 2018-10-22 15:00:02,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a8fbe9e73468b1862a60f86be5cd03fefca7fa5" 2018-10-22 15:00:02,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-3c1b86fa-7c48-4286-ac4d-3a12740175db Date: Mon, 22 Oct 2018 15:00:02 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-22T15:00:01Z", "floating_network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": null, "id": "db7516c5-69cc-4620-b7fd-2f657ef496e5", "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T15:00:01Z", "project_id": "8e9a3444377442da8b38ad768127d234"}]} 2018-10-22 15:00:02,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-3c1b86fa-7c48-4286-ac4d-3a12740175db 2018-10-22 15:00:02,648 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.208 2018-10-22 15:00:02,648 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.208 2018-10-22 15:00:02,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/floatingips?ip=db7516c5-69cc-4620-b7fd-2f657ef496e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a8fbe9e73468b1862a60f86be5cd03fefca7fa5" 2018-10-22 15:00:02,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-9693046b-181d-4987-a74c-f04c8590caa9 Date: Mon, 22 Oct 2018 15:00:02 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-22T15:00:01Z", "floating_network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": null, "id": "db7516c5-69cc-4620-b7fd-2f657ef496e5", "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T15:00:01Z", "project_id": "8e9a3444377442da8b38ad768127d234"}]} 2018-10-22 15:00:02,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips?ip=db7516c5-69cc-4620-b7fd-2f657ef496e5 used request id req-9693046b-181d-4987-a74c-f04c8590caa9 2018-10-22 15:00:02,675 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.208 2018-10-22 15:00:02,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/floatingips/db7516c5-69cc-4620-b7fd-2f657ef496e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a8fbe9e73468b1862a60f86be5cd03fefca7fa5" 2018-10-22 15:00:03,232 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5f08a09f-22cf-4efd-9841-9fcde88bb61a Content-Length: 0 Date: Mon, 22 Oct 2018 15:00:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:00:03,232 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/db7516c5-69cc-4620-b7fd-2f657ef496e5 used request id req-5f08a09f-22cf-4efd-9841-9fcde88bb61a 2018-10-22 15:00:03,233 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:00:03,472 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-3cc4908c-1adb-45ae-9457-d8b49b3e55c8 2018-10-22 15:00:03,472 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:00:03,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:00:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["qOe1JV-7SI22UVuP1kvTFw"], "issued_at": "2018-10-22T15:00:03.000000Z"}} 2018-10-22 15:00:03,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4f0f9b45847bf5382db49c0cf101db55ec5647" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+kJrAEL4ngW6/pihxExphW4cxRl2OKEVIXl/n1eyMZItxbnE+s2AoERm8/QsFm6gHjHmcqQ7pH17cHA+n0cl6/uif4oQ2LOjy425ogpH3uaOrFPSlqITVg05SQwgKaXLNA2VJOK6tbqgiJ5sKtPfdzP67u2YOZpzvT0jH6ixW8CBdolKc9ifYzSPWmrRcvl1sxaCqs8W2BU3TsqhSe50EI/TEr4VKbej6ITwWQWoeCjI6ZOuuSTtB4ywEn/l3Z7zgIShkKQw16fdpmNSp/v3nUrh5HjUAz4alCJe0sMhseaiUZ9DYEgfoAABlT7Zo/I/RMWwm/grUvIzxMp0ymx6B", "name": "NovaUtilsKeypairTests-3cc4908c-1adb-45ae-9457-d8b49b3e55c8"}}' 2018-10-22 15:00:04,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b760e53-acc0-428a-ad74-442c93696e5c x-compute-request-id: req-6b760e53-acc0-428a-ad74-442c93696e5c Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+kJrAEL4ngW6/pihxExphW4cxRl2OKEVIXl/n1eyMZItxbnE+s2AoERm8/QsFm6gHjHmcqQ7pH17cHA+n0cl6/uif4oQ2LOjy425ogpH3uaOrFPSlqITVg05SQwgKaXLNA2VJOK6tbqgiJ5sKtPfdzP67u2YOZpzvT0jH6ixW8CBdolKc9ifYzSPWmrRcvl1sxaCqs8W2BU3TsqhSe50EI/TEr4VKbej6ITwWQWoeCjI6ZOuuSTtB4ywEn/l3Z7zgIShkKQw16fdpmNSp/v3nUrh5HjUAz4alCJe0sMhseaiUZ9DYEgfoAABlT7Zo/I/RMWwm/grUvIzxMp0ymx6B", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "name": "NovaUtilsKeypairTests-3cc4908c-1adb-45ae-9457-d8b49b3e55c8", "fingerprint": "a8:e8:32:8c:4e:5d:fd:0b:06:27:42:26:97:07:d1:f2"}} 2018-10-22 15:00:04,607 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-6b760e53-acc0-428a-ad74-442c93696e5c 2018-10-22 15:00:04,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-3cc4908c-1adb-45ae-9457-d8b49b3e55c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4f0f9b45847bf5382db49c0cf101db55ec5647" 2018-10-22 15:00:04,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea27cf3c-3646-4db2-ab63-49e10bf6545b x-compute-request-id: req-ea27cf3c-3646-4db2-ab63-49e10bf6545b Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+kJrAEL4ngW6/pihxExphW4cxRl2OKEVIXl/n1eyMZItxbnE+s2AoERm8/QsFm6gHjHmcqQ7pH17cHA+n0cl6/uif4oQ2LOjy425ogpH3uaOrFPSlqITVg05SQwgKaXLNA2VJOK6tbqgiJ5sKtPfdzP67u2YOZpzvT0jH6ixW8CBdolKc9ifYzSPWmrRcvl1sxaCqs8W2BU3TsqhSe50EI/TEr4VKbej6ITwWQWoeCjI6ZOuuSTtB4ywEn/l3Z7zgIShkKQw16fdpmNSp/v3nUrh5HjUAz4alCJe0sMhseaiUZ9DYEgfoAABlT7Zo/I/RMWwm/grUvIzxMp0ymx6B", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "name": "NovaUtilsKeypairTests-3cc4908c-1adb-45ae-9457-d8b49b3e55c8", "deleted": false, "created_at": "2018-10-22T15:00:04.000000", "updated_at": null, "fingerprint": "a8:e8:32:8c:4e:5d:fd:0b:06:27:42:26:97:07:d1:f2", "deleted_at": null, "id": 2}} 2018-10-22 15:00:04,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-3cc4908c-1adb-45ae-9457-d8b49b3e55c8 used request id req-ea27cf3c-3646-4db2-ab63-49e10bf6545b 2018-10-22 15:00:04,728 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-3cc4908c-1adb-45ae-9457-d8b49b3e55c8 2018-10-22 15:00:04,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-3cc4908c-1adb-45ae-9457-d8b49b3e55c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4f0f9b45847bf5382db49c0cf101db55ec5647" 2018-10-22 15:00:04,895 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:00:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b7796422-e57a-4a77-b7b1-27da13704e33 x-compute-request-id: req-b7796422-e57a-4a77-b7b1-27da13704e33 Content-Length: 0 Content-Type: application/json 2018-10-22 15:00:04,895 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-3cc4908c-1adb-45ae-9457-d8b49b3e55c8 used request id req-b7796422-e57a-4a77-b7b1-27da13704e33 2018-10-22 15:00:04,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-3cc4908c-1adb-45ae-9457-d8b49b3e55c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4f0f9b45847bf5382db49c0cf101db55ec5647" 2018-10-22 15:00:05,018 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15:00:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e7fbf37e-5ad0-4224-95e9-43504a4bbad2 x-compute-request-id: req-e7fbf37e-5ad0-4224-95e9-43504a4bbad2 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-3cc4908c-1adb-45ae-9457-d8b49b3e55c8 not found for user a953f4951fb74edeb959c88ea2c28c26", "code": 404}} 2018-10-22 15:00:05,018 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-3cc4908c-1adb-45ae-9457-d8b49b3e55c8 used request id req-e7fbf37e-5ad0-4224-95e9-43504a4bbad2 2018-10-22 15:00:05,019 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-3cc4908c-1adb-45ae-9457-d8b49b3e55c8 2018-10-22 15:00:05,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-3cc4908c-1adb-45ae-9457-d8b49b3e55c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4f0f9b45847bf5382db49c0cf101db55ec5647" 2018-10-22 15:00:05,219 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15:00:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5bdfdcc5-199e-4353-af6c-892abcf9a3e1 x-compute-request-id: req-5bdfdcc5-199e-4353-af6c-892abcf9a3e1 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-3cc4908c-1adb-45ae-9457-d8b49b3e55c8 not found for user a953f4951fb74edeb959c88ea2c28c26", "code": 404}} 2018-10-22 15:00:05,219 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-3cc4908c-1adb-45ae-9457-d8b49b3e55c8 used request id req-5bdfdcc5-199e-4353-af6c-892abcf9a3e1 2018-10-22 15:00:05,220 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:00:05,334 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-0f48d0e0-0345-4a41-8be4-a67d96f1f7ff.pub 2018-10-22 15:00:05,347 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-0f48d0e0-0345-4a41-8be4-a67d96f1f7ff 2018-10-22 15:00:05,347 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-0f48d0e0-0345-4a41-8be4-a67d96f1f7ff.pub 2018-10-22 15:00:05,347 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-0f48d0e0-0345-4a41-8be4-a67d96f1f7ff 2018-10-22 15:00:05,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:00:05,734 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:00:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["w-z7hNcKQduBA1MoEe44LQ"], "issued_at": "2018-10-22T15:00:05.000000Z"}} 2018-10-22 15:00:05,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29231dd2c464022e178f15a623d7a0dc10bac072" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDuzXPv5MN7LVCg4TH3+c6wlYDvNvDAeZEEKuZJxobFH/2BLX9yKrvBNxxnn01M+HjIA3TTrvx5L7+C2KflKF5nWDpNhFHh7OLdiINgm22STf7nkhRU1AupW0AcJKilIGqIiAN5vXdC5A9eCFFZdvK4BgJE4INiKeY7GYfDI8e2+yZNtnhT2NdWLo/Ufjb7WAEL69yAZeAEXgsS0qTcpUayLBUjJ/Pl3pdyqyf/T+WS/WdnF+ZQwwVmkkGbHz41hOCkqdHsSxTaZ4RiS91A//sXtvYky6Y1HVxHlj3wPJf4zqJBVLXRjOfDs/bbkK/4FEQ3D93JsXYx7djSqg9URa03", "name": "NovaUtilsKeypairTests-0f48d0e0-0345-4a41-8be4-a67d96f1f7ff"}}' 2018-10-22 15:00:06,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c010d5f-04c9-4277-8ee1-cb7f819db1a2 x-compute-request-id: req-8c010d5f-04c9-4277-8ee1-cb7f819db1a2 Content-Encoding: gzip Content-Length: 501 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDuzXPv5MN7LVCg4TH3+c6wlYDvNvDAeZEEKuZJxobFH/2BLX9yKrvBNxxnn01M+HjIA3TTrvx5L7+C2KflKF5nWDpNhFHh7OLdiINgm22STf7nkhRU1AupW0AcJKilIGqIiAN5vXdC5A9eCFFZdvK4BgJE4INiKeY7GYfDI8e2+yZNtnhT2NdWLo/Ufjb7WAEL69yAZeAEXgsS0qTcpUayLBUjJ/Pl3pdyqyf/T+WS/WdnF+ZQwwVmkkGbHz41hOCkqdHsSxTaZ4RiS91A//sXtvYky6Y1HVxHlj3wPJf4zqJBVLXRjOfDs/bbkK/4FEQ3D93JsXYx7djSqg9URa03", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "name": "NovaUtilsKeypairTests-0f48d0e0-0345-4a41-8be4-a67d96f1f7ff", "fingerprint": "72:81:a1:23:0b:40:32:4c:ed:c0:b8:cc:31:04:37:1c"}} 2018-10-22 15:00:06,494 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-8c010d5f-04c9-4277-8ee1-cb7f819db1a2 2018-10-22 15:00:06,495 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-0f48d0e0-0345-4a41-8be4-a67d96f1f7ff 2018-10-22 15:00:06,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-0f48d0e0-0345-4a41-8be4-a67d96f1f7ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29231dd2c464022e178f15a623d7a0dc10bac072" 2018-10-22 15:00:06,529 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:00: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-cf5da222-adc8-4877-bcb9-b211b2098347 x-compute-request-id: req-cf5da222-adc8-4877-bcb9-b211b2098347 Content-Length: 0 Content-Type: application/json 2018-10-22 15:00:06,530 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-0f48d0e0-0345-4a41-8be4-a67d96f1f7ff used request id req-cf5da222-adc8-4877-bcb9-b211b2098347 2018-10-22 15:00:06,531 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:00:06,682 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-60c70989-91bc-42f0-8be3-da414db70d54 2018-10-22 15:00:06,682 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:00:07,087 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:00:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["cFPn6vfJTxGqO-o-LML6XA"], "issued_at": "2018-10-22T15:00:07.000000Z"}} 2018-10-22 15:00:07,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fafedf0d49af603ab08b5f930f67495164d59eb6" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDarHH3pUcf6zr4XDozos9md6Z7muLsVV2jnOrSEt/3++qDYng7v4Gd7J4zmuZQU69Q/yE1UWtgi2ingPQlEy1Dn+dIlYYTN8xKKCEfdYxUbToZER84HLt6mi2d4+8lwQVKNWo3umy5AXEKw3/eNWgrlBH+m76dhrY3vqFLhAXGLWv+Phxu0j4D4Cm7zQNZb+a7LZ+eQPnixymnd/LK7L1wY1UnFk4qM0e4By5r5MYyzlduoebWXmYgI9urlAcmzeR11Znr1qXTvgopEjRQd5Zw35ReKBnHsBTlyn14VznhLc6lZbUeKqUtmpulRpb8P3LYPhcxHoJGYecUBXjv5jzt", "name": "NovaUtilsKeypairTests-60c70989-91bc-42f0-8be3-da414db70d54"}}' 2018-10-22 15:00:07,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00: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-e563cdcb-8067-4419-be0d-124d98c68610 x-compute-request-id: req-e563cdcb-8067-4419-be0d-124d98c68610 Content-Encoding: gzip Content-Length: 495 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDarHH3pUcf6zr4XDozos9md6Z7muLsVV2jnOrSEt/3++qDYng7v4Gd7J4zmuZQU69Q/yE1UWtgi2ingPQlEy1Dn+dIlYYTN8xKKCEfdYxUbToZER84HLt6mi2d4+8lwQVKNWo3umy5AXEKw3/eNWgrlBH+m76dhrY3vqFLhAXGLWv+Phxu0j4D4Cm7zQNZb+a7LZ+eQPnixymnd/LK7L1wY1UnFk4qM0e4By5r5MYyzlduoebWXmYgI9urlAcmzeR11Znr1qXTvgopEjRQd5Zw35ReKBnHsBTlyn14VznhLc6lZbUeKqUtmpulRpb8P3LYPhcxHoJGYecUBXjv5jzt", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "name": "NovaUtilsKeypairTests-60c70989-91bc-42f0-8be3-da414db70d54", "fingerprint": "e1:45:9b:3a:17:47:28:cd:e7:aa:fb:6a:93:cb:fb:44"}} 2018-10-22 15:00:07,775 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-e563cdcb-8067-4419-be0d-124d98c68610 2018-10-22 15:00:07,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-60c70989-91bc-42f0-8be3-da414db70d54 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fafedf0d49af603ab08b5f930f67495164d59eb6" 2018-10-22 15:00:07,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00: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-dc47e8bf-472e-4c93-b655-5aea389c3f46 x-compute-request-id: req-dc47e8bf-472e-4c93-b655-5aea389c3f46 Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDarHH3pUcf6zr4XDozos9md6Z7muLsVV2jnOrSEt/3++qDYng7v4Gd7J4zmuZQU69Q/yE1UWtgi2ingPQlEy1Dn+dIlYYTN8xKKCEfdYxUbToZER84HLt6mi2d4+8lwQVKNWo3umy5AXEKw3/eNWgrlBH+m76dhrY3vqFLhAXGLWv+Phxu0j4D4Cm7zQNZb+a7LZ+eQPnixymnd/LK7L1wY1UnFk4qM0e4By5r5MYyzlduoebWXmYgI9urlAcmzeR11Znr1qXTvgopEjRQd5Zw35ReKBnHsBTlyn14VznhLc6lZbUeKqUtmpulRpb8P3LYPhcxHoJGYecUBXjv5jzt", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "name": "NovaUtilsKeypairTests-60c70989-91bc-42f0-8be3-da414db70d54", "deleted": false, "created_at": "2018-10-22T15:00:07.000000", "updated_at": null, "fingerprint": "e1:45:9b:3a:17:47:28:cd:e7:aa:fb:6a:93:cb:fb:44", "deleted_at": null, "id": 8}} 2018-10-22 15:00:07,791 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-60c70989-91bc-42f0-8be3-da414db70d54 used request id req-dc47e8bf-472e-4c93-b655-5aea389c3f46 2018-10-22 15:00:07,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fafedf0d49af603ab08b5f930f67495164d59eb6" 2018-10-22 15:00:07,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00: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-bb332657-76ec-4fcc-9faf-75334076ce71 x-compute-request-id: req-bb332657-76ec-4fcc-9faf-75334076ce71 Content-Encoding: gzip Content-Length: 475 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDarHH3pUcf6zr4XDozos9md6Z7muLsVV2jnOrSEt/3++qDYng7v4Gd7J4zmuZQU69Q/yE1UWtgi2ingPQlEy1Dn+dIlYYTN8xKKCEfdYxUbToZER84HLt6mi2d4+8lwQVKNWo3umy5AXEKw3/eNWgrlBH+m76dhrY3vqFLhAXGLWv+Phxu0j4D4Cm7zQNZb+a7LZ+eQPnixymnd/LK7L1wY1UnFk4qM0e4By5r5MYyzlduoebWXmYgI9urlAcmzeR11Znr1qXTvgopEjRQd5Zw35ReKBnHsBTlyn14VznhLc6lZbUeKqUtmpulRpb8P3LYPhcxHoJGYecUBXjv5jzt", "name": "NovaUtilsKeypairTests-60c70989-91bc-42f0-8be3-da414db70d54", "fingerprint": "e1:45:9b:3a:17:47:28:cd:e7:aa:fb:6a:93:cb:fb:44"}}]} 2018-10-22 15:00:07,810 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-bb332657-76ec-4fcc-9faf-75334076ce71 2018-10-22 15:00:07,810 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-60c70989-91bc-42f0-8be3-da414db70d54 2018-10-22 15:00:07,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-60c70989-91bc-42f0-8be3-da414db70d54 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fafedf0d49af603ab08b5f930f67495164d59eb6" 2018-10-22 15:00:07,966 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:00: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-7e22303d-e275-4162-af90-bf10f905ee99 x-compute-request-id: req-7e22303d-e275-4162-af90-bf10f905ee99 Content-Length: 0 Content-Type: application/json 2018-10-22 15:00:07,966 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-60c70989-91bc-42f0-8be3-da414db70d54 used request id req-7e22303d-e275-4162-af90-bf10f905ee99 2018-10-22 15:00:07,967 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:00:07,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:00:08,339 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:00:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["TLybs-_-Sr6wF6HVDAQceQ"], "issued_at": "2018-10-22T15:00:08.000000Z"}} 2018-10-22 15:00:08,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8738c4ec43fe0433a9328d0c7461f1ffe3aa946" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-45043e52-b5db-42ec-9856-4096a7b5c563-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-45043e52-b5db-42ec-9856-4096a7b5c563-id", "swap": 2}}' 2018-10-22 15:00:08,597 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00: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-dba8a5e2-1ba7-48cc-9bc6-d6061237cde7 x-compute-request-id: req-dba8a5e2-1ba7-48cc-9bc6-d6061237cde7 Content-Encoding: gzip Content-Length: 289 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/NovaUtilsFlavorTests-45043e52-b5db-42ec-9856-4096a7b5c563-id", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/NovaUtilsFlavorTests-45043e52-b5db-42ec-9856-4096a7b5c563-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-45043e52-b5db-42ec-9856-4096a7b5c563-id", "name": "NovaUtilsFlavorTests-45043e52-b5db-42ec-9856-4096a7b5c563-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-10-22 15:00:08,597 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-dba8a5e2-1ba7-48cc-9bc6-d6061237cde7 2018-10-22 15:00:08,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/NovaUtilsFlavorTests-45043e52-b5db-42ec-9856-4096a7b5c563-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8738c4ec43fe0433a9328d0c7461f1ffe3aa946" 2018-10-22 15:00:08,761 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:00: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-2dc4ad62-441a-4ee2-a9eb-b57925f9ca3e x-compute-request-id: req-2dc4ad62-441a-4ee2-a9eb-b57925f9ca3e Content-Length: 0 Content-Type: application/json 2018-10-22 15:00:08,761 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/NovaUtilsFlavorTests-45043e52-b5db-42ec-9856-4096a7b5c563-id used request id req-2dc4ad62-441a-4ee2-a9eb-b57925f9ca3e 2018-10-22 15:00:08,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8738c4ec43fe0433a9328d0c7461f1ffe3aa946" 2018-10-22 15:00:08,800 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00: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-f27f2c2f-9fed-4272-90d1-97e8189a1707 x-compute-request-id: req-f27f2c2f-9fed-4272-90d1-97e8189a1707 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-22 15:00:08,800 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f27f2c2f-9fed-4272-90d1-97e8189a1707 2018-10-22 15:00:08,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/NovaUtilsFlavorTests-45043e52-b5db-42ec-9856-4096a7b5c563-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8738c4ec43fe0433a9328d0c7461f1ffe3aa946" 2018-10-22 15:00:08,827 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15:00: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-9774dd15-8734-465a-8c20-1c70eef82012 x-compute-request-id: req-9774dd15-8734-465a-8c20-1c70eef82012 Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-45043e52-b5db-42ec-9856-4096a7b5c563-id could not be found.", "code": 404}} 2018-10-22 15:00:08,827 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/NovaUtilsFlavorTests-45043e52-b5db-42ec-9856-4096a7b5c563-id used request id req-9774dd15-8734-465a-8c20-1c70eef82012 2018-10-22 15:00:08,828 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:00:08,829 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:00:09,213 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:00:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["YyTE3Lt_TkqHmlcpwptu4w"], "issued_at": "2018-10-22T15:00:09.000000Z"}} 2018-10-22 15:00:09,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aa787e10969f345fac4a787df2c5b41946c9af4" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-f394bf2e-5c8a-4b18-9a21-64ebc0523b8a-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-f394bf2e-5c8a-4b18-9a21-64ebc0523b8a-id", "swap": 2}}' 2018-10-22 15:00:09,834 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00: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-059a9c4d-026b-4fad-ac80-8ed2fbf3445a x-compute-request-id: req-059a9c4d-026b-4fad-ac80-8ed2fbf3445a Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/NovaUtilsFlavorTests-f394bf2e-5c8a-4b18-9a21-64ebc0523b8a-id", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/NovaUtilsFlavorTests-f394bf2e-5c8a-4b18-9a21-64ebc0523b8a-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-f394bf2e-5c8a-4b18-9a21-64ebc0523b8a-id", "name": "NovaUtilsFlavorTests-f394bf2e-5c8a-4b18-9a21-64ebc0523b8a-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-10-22 15:00:09,834 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-059a9c4d-026b-4fad-ac80-8ed2fbf3445a 2018-10-22 15:00:09,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/NovaUtilsFlavorTests-f394bf2e-5c8a-4b18-9a21-64ebc0523b8a-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aa787e10969f345fac4a787df2c5b41946c9af4" 2018-10-22 15:00:09,873 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:00: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-4d7c7750-0911-41bc-8322-5d759e1c1375 x-compute-request-id: req-4d7c7750-0911-41bc-8322-5d759e1c1375 Content-Length: 0 Content-Type: application/json 2018-10-22 15:00:09,873 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/NovaUtilsFlavorTests-f394bf2e-5c8a-4b18-9a21-64ebc0523b8a-id used request id req-4d7c7750-0911-41bc-8322-5d759e1c1375 2018-10-22 15:00:09,874 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:00:09,875 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:00:10,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:00:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["y0rRJ63RQ4CUOcDX6FlVpg"], "issued_at": "2018-10-22T15:00:10.000000Z"}} 2018-10-22 15:00:10,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:10,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7465224-9cce-4131-a41e-627dc143fa81 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:00:10,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a7465224-9cce-4131-a41e-627dc143fa81 2018-10-22 15:00:10,352 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-22 15:00:10,352 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:00:10,353 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:00:10,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:00:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["Uc2gg7uhQ9OefxsvdJPyGw"], "issued_at": "2018-10-22T15:00:10.000000Z"}} 2018-10-22 15:00:10,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}4aaa8c8da8536a37502f339a1076f743120b08b5" 2018-10-22 15:00:10,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bdd00cb-8341-41aa-a5b6-6bae8ac73d35 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:00:10,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8bdd00cb-8341-41aa-a5b6-6bae8ac73d35 2018-10-22 15:00:10,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4aaa8c8da8536a37502f339a1076f743120b08b5" 2018-10-22 15:00:10,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-7c60dbf8-5f47-4b87-af2a-43d2ca3dc2af Date: Mon, 22 Oct 2018 15:00:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-image"} 2018-10-22 15:00:10,994 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-image used request id req-7c60dbf8-5f47-4b87-af2a-43d2ca3dc2af 2018-10-22 15:00:10,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4aaa8c8da8536a37502f339a1076f743120b08b5" 2018-10-22 15:00:11,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-888be483-a282-4e96-8929-41d841529026 Date: Mon, 22 Oct 2018 15:00:11 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-10-22 15:00:11,588 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-888be483-a282-4e96-8929-41d841529026 2018-10-22 15:00:11,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4aaa8c8da8536a37502f339a1076f743120b08b5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-image"}' 2018-10-22 15:00:12,292 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e X-Openstack-Request-Id: req-e74a2b0b-b564-4f3d-b7ea-615b3cbf4550 Date: Mon, 22 Oct 2018 15:00:12 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:00:12Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T15:00:12Z", "visibility": "shared", "locations": [], "self": "/v2/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "min_disk": 0, "protected": false, "id": "20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "file": "/v2/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e/file", "checksum": null, "owner": "8e9a3444377442da8b38ad768127d234", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:00:12,292 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-e74a2b0b-b564-4f3d-b7ea-615b3cbf4550 2018-10-22 15:00:12,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4aaa8c8da8536a37502f339a1076f743120b08b5" -d '' 2018-10-22 15:00:14,469 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7e3eac18-b456-49f0-81ce-28ef072b4578 Date: Mon, 22 Oct 2018 15:00:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:00:14,469 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e/file used request id req-7e3eac18-b456-49f0-81ce-28ef072b4578 2018-10-22 15:00:14,470 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-22 15:00:14,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4aaa8c8da8536a37502f339a1076f743120b08b5" 2018-10-22 15:00:15,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-725fc10f-8a81-4e74-8404-d4a1c8eb5eb6 Date: Mon, 22 Oct 2018 15:00:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:00:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:00:14Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e/snap", "metadata": {}}], "self": "/v2/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "min_disk": 0, "protected": false, "id": "20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "file": "/v2/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:00:15,093 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e used request id req-725fc10f-8a81-4e74-8404-d4a1c8eb5eb6 2018-10-22 15:00:15,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4aaa8c8da8536a37502f339a1076f743120b08b5" 2018-10-22 15:00:15,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e3061ef9-89d5-408e-b733-9297f0f4c04c Date: Mon, 22 Oct 2018 15:00: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-10-22 15:00:15,107 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-e3061ef9-89d5-408e-b733-9297f0f4c04c 2018-10-22 15:00:15,110 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-image 2018-10-22 15:00:15,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4aaa8c8da8536a37502f339a1076f743120b08b5" 2018-10-22 15:00:15,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-29d1c520-1d70-4e8a-b2f6-4576de2d7966 Date: Mon, 22 Oct 2018 15:00:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:00:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:00:14Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e/snap", "metadata": {}}], "self": "/v2/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "min_disk": 0, "protected": false, "id": "20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "file": "/v2/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:00:15,128 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e used request id req-29d1c520-1d70-4e8a-b2f6-4576de2d7966 2018-10-22 15:00:15,129 - create_image - DEBUG - Instance status is - active 2018-10-22 15:00:15,129 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-image 2018-10-22 15:00:15,129 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-image 2018-10-22 15:00:15,129 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:00:15,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:00:15,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:00:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["CMyeZ6BPQra3Ue4EB3we6g"], "issued_at": "2018-10-22T15:00:15.000000Z"}} 2018-10-22 15:00:15,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}8ae94a573d54fcfdcd915600cb4f00ad0bb9447a" 2018-10-22 15:00:15,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab751608-48b2-4930-8755-fad89ab39f0f 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:00:15,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ab751608-48b2-4930-8755-fad89ab39f0f 2018-10-22 15:00:15,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae94a573d54fcfdcd915600cb4f00ad0bb9447a" 2018-10-22 15:00:15,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9263d71d-2814-41cf-af41-a823f67449b2 Date: Mon, 22 Oct 2018 15:00:15 GMT RESP BODY: {"networks":[]} 2018-10-22 15:00:15,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net used request id req-9263d71d-2814-41cf-af41-a823f67449b2 2018-10-22 15:00:15,761 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net 2018-10-22 15:00:15,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae94a573d54fcfdcd915600cb4f00ad0bb9447a" -d '{"network": {"name": "NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net", "admin_state_up": true}}' 2018-10-22 15:00:16,173 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-c318ca71-45bf-4472-9553-dd187e955b91 Date: Mon, 22 Oct 2018 15:00: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":"d0dd47a6-2071-4d2c-b796-e805e6cf2c81","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T15:00:16Z","is_default":false,"provider:segmentation_id":8,"name":"NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:00:16Z","mtu":1450}} 2018-10-22 15:00:16,173 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-c318ca71-45bf-4472-9553-dd187e955b91 2018-10-22 15:00:16,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae94a573d54fcfdcd915600cb4f00ad0bb9447a" 2018-10-22 15:00:16,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-66871e3b-bf5e-452f-aebd-2fb07286d69c Date: Mon, 22 Oct 2018 15:00:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d0dd47a6-2071-4d2c-b796-e805e6cf2c81","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T15:00:16Z","provider:segmentation_id":8,"name":"NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:00:16Z","provider:network_type":"vxlan"}]} 2018-10-22 15:00:16,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81 used request id req-66871e3b-bf5e-452f-aebd-2fb07286d69c 2018-10-22 15:00:16,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae94a573d54fcfdcd915600cb4f00ad0bb9447a" 2018-10-22 15:00:16,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e916b8ff-21a2-44f7-9bb2-690f46a74d1e Date: Mon, 22 Oct 2018 15:00:16 GMT RESP BODY: {"subnets":[]} 2018-10-22 15:00:16,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81 used request id req-e916b8ff-21a2-44f7-9bb2-690f46a74d1e 2018-10-22 15:00:16,593 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-subnet 2018-10-22 15:00:16,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae94a573d54fcfdcd915600cb4f00ad0bb9447a" -d '{"subnets": [{"ip_version": 4, "network_id": "d0dd47a6-2071-4d2c-b796-e805e6cf2c81", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-subnet"}]}' 2018-10-22 15:00:17,204 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f8219307-712e-4325-9d6f-96281f6e55df Date: Mon, 22 Oct 2018 15:00:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0dd47a6-2071-4d2c-b796-e805e6cf2c81","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:00:16Z","dns_nameservers":[],"updated_at":"2018-10-22T15:00:16Z","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":"8e9a3444377442da8b38ad768127d234","id":"48a42fec-75fa-4a57-9669-b734484fedc8","subnetpool_id":null,"name":"NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-subnet"}]} 2018-10-22 15:00:17,204 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-f8219307-712e-4325-9d6f-96281f6e55df 2018-10-22 15:00:17,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae94a573d54fcfdcd915600cb4f00ad0bb9447a" 2018-10-22 15:00:17,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-ad078222-7370-4155-a810-daf58355ad64 Date: Mon, 22 Oct 2018 15:00:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d0dd47a6-2071-4d2c-b796-e805e6cf2c81","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["48a42fec-75fa-4a57-9669-b734484fedc8"],"description":"","tags":[],"updated_at":"2018-10-22T15:00:16Z","provider:segmentation_id":8,"name":"NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:00:16Z","provider:network_type":"vxlan"}]} 2018-10-22 15:00:17,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81 used request id req-ad078222-7370-4155-a810-daf58355ad64 2018-10-22 15:00:17,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae94a573d54fcfdcd915600cb4f00ad0bb9447a" 2018-10-22 15:00:17,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8445662e-9791-4906-b137-95812a586997 Date: Mon, 22 Oct 2018 15:00:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0dd47a6-2071-4d2c-b796-e805e6cf2c81","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:00:16Z","dns_nameservers":[],"updated_at":"2018-10-22T15:00:16Z","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":"8e9a3444377442da8b38ad768127d234","id":"48a42fec-75fa-4a57-9669-b734484fedc8","subnetpool_id":null,"name":"NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-subnet"}]} 2018-10-22 15:00:17,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81 used request id req-8445662e-9791-4906-b137-95812a586997 2018-10-22 15:00:17,708 - OpenStackNetwork - DEBUG - Network [d0dd47a6-2071-4d2c-b796-e805e6cf2c81] created successfully 2018-10-22 15:00:17,708 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:00:17,709 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:00:18,100 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:00:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["iaMrjwjeRAuAyFvZ7g_g_w"], "issued_at": "2018-10-22T15:00:18.000000Z"}} 2018-10-22 15:00:18,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}2f08eba2167b3acbb025a58c7625a897bd9960b5" 2018-10-22 15:00:18,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb830879-890b-479d-a968-635ed342af25 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:00:18,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cb830879-890b-479d-a968-635ed342af25 2018-10-22 15:00:18,175 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:00:18,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f08eba2167b3acbb025a58c7625a897bd9960b5" 2018-10-22 15:00:18,864 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00: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-6a7bf6af-a0cb-4607-8a53-2350d06b8071 x-compute-request-id: req-6a7bf6af-a0cb-4607-8a53-2350d06b8071 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-22 15:00:18,864 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-6a7bf6af-a0cb-4607-8a53-2350d06b8071 2018-10-22 15:00:18,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f08eba2167b3acbb025a58c7625a897bd9960b5" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-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-10-22 15:00:18,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00: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-5e29181e-b61c-4e03-bdb7-b6d300c6b5b5 x-compute-request-id: req-5e29181e-b61c-4e03-bdb7-b6d300c6b5b5 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7a253a78-9912-426b-b60f-30b9511cdfde", "name": "NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:00:18,974 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-5e29181e-b61c-4e03-bdb7-b6d300c6b5b5 2018-10-22 15:00:18,975 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:00:18,976 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:00:19,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:00:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["7vakdRSBRgOn3LT2zCljCw"], "issued_at": "2018-10-22T15:00:19.000000Z"}} 2018-10-22 15:00:19,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}406bcd3cc3a42edb158799e9b441e7042a2f3eb7" 2018-10-22 15:00:19,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fedb1fd-fb1a-437e-a26a-fe200fa4b31a 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:00:19,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1fedb1fd-fb1a-437e-a26a-fe200fa4b31a 2018-10-22 15:00:19,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:19,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-157c38f6-50fb-4eab-9c5b-869e7d83a428 Date: Mon, 22 Oct 2018 15:00:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d0dd47a6-2071-4d2c-b796-e805e6cf2c81","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["48a42fec-75fa-4a57-9669-b734484fedc8"],"description":"","tags":[],"updated_at":"2018-10-22T15:00:16Z","provider:segmentation_id":8,"name":"NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:00:16Z","provider:network_type":"vxlan"}]} 2018-10-22 15:00:19,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net used request id req-157c38f6-50fb-4eab-9c5b-869e7d83a428 2018-10-22 15:00:19,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:19,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c48f2e54-5b8f-46fc-9cfe-edc9dee877ed Date: Mon, 22 Oct 2018 15:00:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0dd47a6-2071-4d2c-b796-e805e6cf2c81","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:00:16Z","dns_nameservers":[],"updated_at":"2018-10-22T15:00:16Z","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":"8e9a3444377442da8b38ad768127d234","id":"48a42fec-75fa-4a57-9669-b734484fedc8","subnetpool_id":null,"name":"NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-subnet"}]} 2018-10-22 15:00:19,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81 used request id req-c48f2e54-5b8f-46fc-9cfe-edc9dee877ed 2018-10-22 15:00:19,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:20,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-b331f333-b439-4fe0-ab42-31ad9f07f625 Date: Mon, 22 Oct 2018 15:00:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d0dd47a6-2071-4d2c-b796-e805e6cf2c81","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["48a42fec-75fa-4a57-9669-b734484fedc8"],"description":"","tags":[],"updated_at":"2018-10-22T15:00:16Z","provider:segmentation_id":8,"name":"NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:00:16Z","provider:network_type":"vxlan"}]} 2018-10-22 15:00:20,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net used request id req-b331f333-b439-4fe0-ab42-31ad9f07f625 2018-10-22 15:00:20,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 15:00:20,186 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:00: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:00:20,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}406bcd3cc3a42edb158799e9b441e7042a2f3eb7" 2018-10-22 15:00:20,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53ba2e4d-ec4b-4fe4-bab6-ea62510463f8 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:00:20,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-53ba2e4d-ec4b-4fe4-bab6-ea62510463f8 2018-10-22 15:00:20,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:20,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4e91e28a-4d4f-4875-9c3c-278988447095 Date: Mon, 22 Oct 2018 15:00:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0dd47a6-2071-4d2c-b796-e805e6cf2c81","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:00:16Z","dns_nameservers":[],"updated_at":"2018-10-22T15:00:16Z","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":"8e9a3444377442da8b38ad768127d234","id":"48a42fec-75fa-4a57-9669-b734484fedc8","subnetpool_id":null,"name":"NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-subnet"}]} 2018-10-22 15:00:20,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81 used request id req-4e91e28a-4d4f-4875-9c3c-278988447095 2018-10-22 15:00:20,489 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net 2018-10-22 15:00:20,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" -d '{"port": {"network_id": "d0dd47a6-2071-4d2c-b796-e805e6cf2c81", "name": "NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-port", "admin_state_up": true}}' 2018-10-22 15:00:21,342 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 852 X-Openstack-Request-Id: req-47d05652-e664-468d-bef0-544c8354ccd5 Date: Mon, 22 Oct 2018 15:00:21 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:00:20Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"48a42fec-75fa-4a57-9669-b734484fedc8","ip_address":"10.55.0.7"}],"id":"e3c0bd94-870f-43da-bdb4-e4672a4f772f","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:92:91:84","project_id":"8e9a3444377442da8b38ad768127d234","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-port","admin_state_up":true,"network_id":"d0dd47a6-2071-4d2c-b796-e805e6cf2c81","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:00:20Z","binding:vnic_type":"normal"}} 2018-10-22 15:00:21,342 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-47d05652-e664-468d-bef0-544c8354ccd5 2018-10-22 15:00:21,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:21,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-00fb97c5-613c-4192-9d03-6d401dded3bc Date: Mon, 22 Oct 2018 15:00:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d0dd47a6-2071-4d2c-b796-e805e6cf2c81","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["48a42fec-75fa-4a57-9669-b734484fedc8"],"description":"","tags":[],"updated_at":"2018-10-22T15:00:16Z","provider:segmentation_id":8,"name":"NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:00:16Z","provider:network_type":"vxlan"}]} 2018-10-22 15:00:21,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net used request id req-00fb97c5-613c-4192-9d03-6d401dded3bc 2018-10-22 15:00:21,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 15:00:21,600 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:00:21 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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:00:21,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:21,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efd117ef-d891-47cd-a77b-0ab0ba564fcf 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:00:21,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-efd117ef-d891-47cd-a77b-0ab0ba564fcf 2018-10-22 15:00:21,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:21,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4b267671-1d5a-4a3e-a59c-e27e334b72fd Date: Mon, 22 Oct 2018 15:00:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0dd47a6-2071-4d2c-b796-e805e6cf2c81","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:00:16Z","dns_nameservers":[],"updated_at":"2018-10-22T15:00:16Z","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":"8e9a3444377442da8b38ad768127d234","id":"48a42fec-75fa-4a57-9669-b734484fedc8","subnetpool_id":null,"name":"NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-subnet"}]} 2018-10-22 15:00:21,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81 used request id req-4b267671-1d5a-4a3e-a59c-e27e334b72fd 2018-10-22 15:00:21,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81&name=NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:21,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-21574bc9-7a36-4370-8322-451c01afc5d7 Date: Mon, 22 Oct 2018 15:00:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:00:20Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"48a42fec-75fa-4a57-9669-b734484fedc8","ip_address":"10.55.0.7"}],"id":"e3c0bd94-870f-43da-bdb4-e4672a4f772f","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:92:91:84","project_id":"8e9a3444377442da8b38ad768127d234","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-port","admin_state_up":true,"network_id":"d0dd47a6-2071-4d2c-b796-e805e6cf2c81","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:00:20Z","binding:vnic_type":"normal"}]} 2018-10-22 15:00:21,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81&name=NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-port&admin_state_up=True used request id req-21574bc9-7a36-4370-8322-451c01afc5d7 2018-10-22 15:00:21,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:22,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e3ff376-4b3f-46b1-9d98-ee0f506b335f 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:00:22,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-8e3ff376-4b3f-46b1-9d98-ee0f506b335f 2018-10-22 15:00:22,054 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-vm_inst 2018-10-22 15:00:22,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:22,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00: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-fbd94520-e8ea-4629-b0f6-f38caddb8a62 x-compute-request-id: req-fbd94520-e8ea-4629-b0f6-f38caddb8a62 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7a253a78-9912-426b-b60f-30b9511cdfde", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-flavor-name"}]} 2018-10-22 15:00:22,247 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-fbd94520-e8ea-4629-b0f6-f38caddb8a62 2018-10-22 15:00:22,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/7a253a78-9912-426b-b60f-30b9511cdfde -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:22,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00: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-2d9e5ae0-834a-431d-9b8d-0c35f0fa3417 x-compute-request-id: req-2d9e5ae0-834a-431d-9b8d-0c35f0fa3417 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7a253a78-9912-426b-b60f-30b9511cdfde", "name": "NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:00:22,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/7a253a78-9912-426b-b60f-30b9511cdfde used request id req-2d9e5ae0-834a-431d-9b8d-0c35f0fa3417 2018-10-22 15:00:22,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:22,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-f8fc20d8-7983-4c33-9166-d445798a2755 Date: Mon, 22 Oct 2018 15:00:22 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:00:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:00:14Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e/snap", "metadata": {}}], "self": "/v2/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "min_disk": 0, "protected": false, "id": "20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "file": "/v2/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-image"} 2018-10-22 15:00:22,913 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-image used request id req-f8fc20d8-7983-4c33-9166-d445798a2755 2018-10-22 15:00:22,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:23,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d43ee5ea-02d3-4d07-a684-209e28eb243d Date: Mon, 22 Oct 2018 15:00:23 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-10-22 15:00:23,074 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-d43ee5ea-02d3-4d07-a684-209e28eb243d 2018-10-22 15:00:23,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" -d '{"server": {"name": "NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-vm_inst", "imageRef": "20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "flavorRef": "7a253a78-9912-426b-b60f-30b9511cdfde", "max_count": 1, "min_count": 1, "networks": [{"port": "e3c0bd94-870f-43da-bdb4-e4672a4f772f"}]}}' 2018-10-22 15:00:26,202 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:00: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-4dd06fd1-06ce-4b78-8e29-a4702d8f2bac x-compute-request-id: req-4dd06fd1-06ce-4b78-8e29-a4702d8f2bac Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "33b2f821-786a-4a79-aa2d-3590e520b11d", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "bookmark"}], "adminPass": "hw3H2BFjuGLo"}} 2018-10-22 15:00:26,203 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-4dd06fd1-06ce-4b78-8e29-a4702d8f2bac 2018-10-22 15:00:26,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:26,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5331412b-53ad-4c84-95fc-a8b96410972b x-compute-request-id: req-5331412b-53ad-4c84-95fc-a8b96410972b Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "bookmark"}], "image": {"id": "20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "links": [{"href": "http://172.30.9.22:8774/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7a253a78-9912-426b-b60f-30b9511cdfde", "links": [{"href": "http://172.30.9.22:8774/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "bookmark"}]}, "id": "33b2f821-786a-4a79-aa2d-3590e520b11d", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "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-10-22T15:00:26Z", "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-a64c6580-e64d-4292-91e1-4d9391bc1789-vm_inst", "created": "2018-10-22T15:00:26Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:00:26,766 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d used request id req-5331412b-53ad-4c84-95fc-a8b96410972b 2018-10-22 15:00:26,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:27,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac8e12db-ed46-45e9-a406-db66cc8c75c4 x-compute-request-id: req-ac8e12db-ed46-45e9-a406-db66cc8c75c4 Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "bookmark"}], "image": {"id": "20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "links": [{"href": "http://172.30.9.22:8774/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7a253a78-9912-426b-b60f-30b9511cdfde", "links": [{"href": "http://172.30.9.22:8774/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "bookmark"}]}, "id": "33b2f821-786a-4a79-aa2d-3590e520b11d", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "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-10-22T15:00:26Z", "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-a64c6580-e64d-4292-91e1-4d9391bc1789-vm_inst", "created": "2018-10-22T15:00:26Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:00:27,235 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d used request id req-ac8e12db-ed46-45e9-a406-db66cc8c75c4 2018-10-22 15:00:30,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:30,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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,Accept-Encoding x-openstack-request-id: req-693542c6-b3f9-4acc-a789-b40b2fc700d7 x-compute-request-id: req-693542c6-b3f9-4acc-a789-b40b2fc700d7 Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "bookmark"}], "image": {"id": "20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "links": [{"href": "http://172.30.9.22:8774/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7a253a78-9912-426b-b60f-30b9511cdfde", "links": [{"href": "http://172.30.9.22:8774/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "bookmark"}]}, "id": "33b2f821-786a-4a79-aa2d-3590e520b11d", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:00:28Z", "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-a64c6580-e64d-4292-91e1-4d9391bc1789-vm_inst", "created": "2018-10-22T15:00:26Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:00:30,810 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d used request id req-693542c6-b3f9-4acc-a789-b40b2fc700d7 2018-10-22 15:00:33,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:34,784 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00: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-87e7eee6-e3a1-43ca-aa35-698918de6abe x-compute-request-id: req-87e7eee6-e3a1-43ca-aa35-698918de6abe Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "bookmark"}], "image": {"id": "20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "links": [{"href": "http://172.30.9.22:8774/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7a253a78-9912-426b-b60f-30b9511cdfde", "links": [{"href": "http://172.30.9.22:8774/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "bookmark"}]}, "id": "33b2f821-786a-4a79-aa2d-3590e520b11d", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:00:28Z", "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-a64c6580-e64d-4292-91e1-4d9391bc1789-vm_inst", "created": "2018-10-22T15:00:26Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:00:34,784 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d used request id req-87e7eee6-e3a1-43ca-aa35-698918de6abe 2018-10-22 15:00:37,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:38,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9f9fc06-3e0a-4122-902a-22f92b46b432 x-compute-request-id: req-b9f9fc06-3e0a-4122-902a-22f92b46b432 Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "bookmark"}], "image": {"id": "20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "links": [{"href": "http://172.30.9.22:8774/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7a253a78-9912-426b-b60f-30b9511cdfde", "links": [{"href": "http://172.30.9.22:8774/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "bookmark"}]}, "id": "33b2f821-786a-4a79-aa2d-3590e520b11d", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:00:28Z", "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-a64c6580-e64d-4292-91e1-4d9391bc1789-vm_inst", "created": "2018-10-22T15:00:26Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:00:38,378 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d used request id req-b9f9fc06-3e0a-4122-902a-22f92b46b432 2018-10-22 15:00:41,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:41,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ccf556f5-6630-4fb4-a268-973544a9103d x-compute-request-id: req-ccf556f5-6630-4fb4-a268-973544a9103d Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "bookmark"}], "image": {"id": "20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "links": [{"href": "http://172.30.9.22:8774/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7a253a78-9912-426b-b60f-30b9511cdfde", "links": [{"href": "http://172.30.9.22:8774/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "bookmark"}]}, "id": "33b2f821-786a-4a79-aa2d-3590e520b11d", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:00:28Z", "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-a64c6580-e64d-4292-91e1-4d9391bc1789-vm_inst", "created": "2018-10-22T15:00:26Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:00:41,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d used request id req-ccf556f5-6630-4fb4-a268-973544a9103d 2018-10-22 15:00:44,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:45,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00: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-3b5a004c-32b0-467c-a210-f6f2e1c57f19 x-compute-request-id: req-3b5a004c-32b0-467c-a210-f6f2e1c57f19 Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "bookmark"}], "image": {"id": "20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "links": [{"href": "http://172.30.9.22:8774/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7a253a78-9912-426b-b60f-30b9511cdfde", "links": [{"href": "http://172.30.9.22:8774/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "bookmark"}]}, "id": "33b2f821-786a-4a79-aa2d-3590e520b11d", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:00:28Z", "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-a64c6580-e64d-4292-91e1-4d9391bc1789-vm_inst", "created": "2018-10-22T15:00:26Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:00:45,849 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d used request id req-3b5a004c-32b0-467c-a210-f6f2e1c57f19 2018-10-22 15:00:48,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:49,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16ae808d-0a7f-4a14-ac07-7c52b2eade2c x-compute-request-id: req-16ae808d-0a7f-4a14-ac07-7c52b2eade2c Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "bookmark"}], "image": {"id": "20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "links": [{"href": "http://172.30.9.22:8774/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7a253a78-9912-426b-b60f-30b9511cdfde", "links": [{"href": "http://172.30.9.22:8774/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "bookmark"}]}, "id": "33b2f821-786a-4a79-aa2d-3590e520b11d", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:00:28Z", "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-a64c6580-e64d-4292-91e1-4d9391bc1789-vm_inst", "created": "2018-10-22T15:00:26Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:00:49,454 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d used request id req-16ae808d-0a7f-4a14-ac07-7c52b2eade2c 2018-10-22 15:00:52,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:52,928 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-62ef65f0-b498-49c3-9992-046590f9658a x-compute-request-id: req-62ef65f0-b498-49c3-9992-046590f9658a Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "bookmark"}], "image": {"id": "20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "links": [{"href": "http://172.30.9.22:8774/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7a253a78-9912-426b-b60f-30b9511cdfde", "links": [{"href": "http://172.30.9.22:8774/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "bookmark"}]}, "id": "33b2f821-786a-4a79-aa2d-3590e520b11d", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:00:28Z", "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-a64c6580-e64d-4292-91e1-4d9391bc1789-vm_inst", "created": "2018-10-22T15:00:26Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:00:52,928 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d used request id req-62ef65f0-b498-49c3-9992-046590f9658a 2018-10-22 15:00:55,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:56,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00: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-5de88c95-714d-4e67-b8cf-09bb3dbe485f x-compute-request-id: req-5de88c95-714d-4e67-b8cf-09bb3dbe485f Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "bookmark"}], "image": {"id": "20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "links": [{"href": "http://172.30.9.22:8774/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7a253a78-9912-426b-b60f-30b9511cdfde", "links": [{"href": "http://172.30.9.22:8774/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "bookmark"}]}, "id": "33b2f821-786a-4a79-aa2d-3590e520b11d", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:00:28Z", "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-a64c6580-e64d-4292-91e1-4d9391bc1789-vm_inst", "created": "2018-10-22T15:00:26Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:00:56,713 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d used request id req-5de88c95-714d-4e67-b8cf-09bb3dbe485f 2018-10-22 15:00:59,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:00:59,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:00:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-442d1030-4b10-4ee7-9585-c6edf7dd179c x-compute-request-id: req-442d1030-4b10-4ee7-9585-c6edf7dd179c Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "bookmark"}], "image": {"id": "20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "links": [{"href": "http://172.30.9.22:8774/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7a253a78-9912-426b-b60f-30b9511cdfde", "links": [{"href": "http://172.30.9.22:8774/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "bookmark"}]}, "id": "33b2f821-786a-4a79-aa2d-3590e520b11d", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:00:59Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-a64c6580-e64d-4292-91e1-4d9391bc1789-vm_inst", "created": "2018-10-22T15:00:26Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:00:59,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d used request id req-442d1030-4b10-4ee7-9585-c6edf7dd179c 2018-10-22 15:01:02,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:01:03,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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,Accept-Encoding x-openstack-request-id: req-84bc2de1-6a29-4975-98fe-0e0011ce40b8 x-compute-request-id: req-84bc2de1-6a29-4975-98fe-0e0011ce40b8 Content-Encoding: gzip Content-Length: 813 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:91:84", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "bookmark"}], "image": {"id": "20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "links": [{"href": "http://172.30.9.22:8774/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7a253a78-9912-426b-b60f-30b9511cdfde", "links": [{"href": "http://172.30.9.22:8774/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "bookmark"}]}, "id": "33b2f821-786a-4a79-aa2d-3590e520b11d", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:00:59Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-a64c6580-e64d-4292-91e1-4d9391bc1789-vm_inst", "created": "2018-10-22T15:00:26Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:01:03,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d used request id req-84bc2de1-6a29-4975-98fe-0e0011ce40b8 2018-10-22 15:01:06,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:01:07,289 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01: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-3ec3ff42-ca26-4396-9a5d-37fc8bed6e3b x-compute-request-id: req-3ec3ff42-ca26-4396-9a5d-37fc8bed6e3b Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:91:84", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "bookmark"}], "image": {"id": "20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "links": [{"href": "http://172.30.9.22:8774/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-10-22T15:01:05.000000", "flavor": {"id": "7a253a78-9912-426b-b60f-30b9511cdfde", "links": [{"href": "http://172.30.9.22:8774/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "bookmark"}]}, "id": "33b2f821-786a-4a79-aa2d-3590e520b11d", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:01:06Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-a64c6580-e64d-4292-91e1-4d9391bc1789-vm_inst", "created": "2018-10-22T15:00:26Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:01:07,289 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d used request id req-3ec3ff42-ca26-4396-9a5d-37fc8bed6e3b 2018-10-22 15:01:07,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:01:07,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-035f871f-7b12-4340-83d3-4f2b02820052 x-compute-request-id: req-035f871f-7b12-4340-83d3-4f2b02820052 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:91:84", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/33b2f821-786a-4a79-aa2d-3590e520b11d", "rel": "bookmark"}], "image": {"id": "20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "links": [{"href": "http://172.30.9.22:8774/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-10-22T15:01:05.000000", "flavor": {"id": "7a253a78-9912-426b-b60f-30b9511cdfde", "links": [{"href": "http://172.30.9.22:8774/flavors/7a253a78-9912-426b-b60f-30b9511cdfde", "rel": "bookmark"}]}, "id": "33b2f821-786a-4a79-aa2d-3590e520b11d", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:01:06Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-a64c6580-e64d-4292-91e1-4d9391bc1789-vm_inst", "created": "2018-10-22T15:00:26Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:01:07,848 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d used request id req-035f871f-7b12-4340-83d3-4f2b02820052 2018-10-22 15:01:07,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:01:08,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-40943554-8ce5-44d1-a143-25b80d6a4891 Date: Mon, 22 Oct 2018 15:01:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d0dd47a6-2071-4d2c-b796-e805e6cf2c81","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["48a42fec-75fa-4a57-9669-b734484fedc8"],"description":"","tags":[],"updated_at":"2018-10-22T15:00:16Z","provider:segmentation_id":8,"name":"NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:00:16Z","provider:network_type":"vxlan"}]} 2018-10-22 15:01:08,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net used request id req-40943554-8ce5-44d1-a143-25b80d6a4891 2018-10-22 15:01:08,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:01:08,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d03474f4-0723-4c72-ab1c-23b392656b7c 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:01:08,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-d03474f4-0723-4c72-ab1c-23b392656b7c 2018-10-22 15:01:08,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:01:08,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-96a2f1d2-ea2d-4779-873e-bddfd711b2fa Date: Mon, 22 Oct 2018 15:01:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0dd47a6-2071-4d2c-b796-e805e6cf2c81","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:00:16Z","dns_nameservers":[],"updated_at":"2018-10-22T15:00:16Z","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":"8e9a3444377442da8b38ad768127d234","id":"48a42fec-75fa-4a57-9669-b734484fedc8","subnetpool_id":null,"name":"NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-subnet"}]} 2018-10-22 15:01:08,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81 used request id req-96a2f1d2-ea2d-4779-873e-bddfd711b2fa 2018-10-22 15:01:08,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:01:08,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3528 X-Openstack-Request-Id: req-b7fea565-4257-4c4d-b6fe-f770f5aebbcf Date: Mon, 22 Oct 2018 15:01:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:00:18Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"48a42fec-75fa-4a57-9669-b734484fedc8","ip_address":"10.55.0.4"}],"id":"95e38459-cc45-40ce-bcc8-54d7574b3b1a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:80:72","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d0dd47a6-2071-4d2c-b796-e805e6cf2c81","name":"","admin_state_up":true,"network_id":"d0dd47a6-2071-4d2c-b796-e805e6cf2c81","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:00:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:00:18Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"48a42fec-75fa-4a57-9669-b734484fedc8","ip_address":"10.55.0.3"}],"id":"d5beadee-4e06-4379-8679-86fa479d8d5e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:44:4b","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d0dd47a6-2071-4d2c-b796-e805e6cf2c81","name":"","admin_state_up":true,"network_id":"d0dd47a6-2071-4d2c-b796-e805e6cf2c81","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:00:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:00:17Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"48a42fec-75fa-4a57-9669-b734484fedc8","ip_address":"10.55.0.2"}],"id":"dec50c81-f8e6-4fe6-876d-0737235ae8b6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:1c:f7","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d0dd47a6-2071-4d2c-b796-e805e6cf2c81","name":"","admin_state_up":true,"network_id":"d0dd47a6-2071-4d2c-b796-e805e6cf2c81","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:00:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"48a42fec-75fa-4a57-9669-b734484fedc8","ip_address":"10.55.0.7"}],"id":"e3c0bd94-870f-43da-bdb4-e4672a4f772f","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:91:84","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"33b2f821-786a-4a79-aa2d-3590e520b11d","name":"NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-port","admin_state_up":true,"network_id":"d0dd47a6-2071-4d2c-b796-e805e6cf2c81","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:00:20Z","binding:vnic_type":"normal"}]} 2018-10-22 15:01:08,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=d0dd47a6-2071-4d2c-b796-e805e6cf2c81 used request id req-b7fea565-4257-4c4d-b6fe-f770f5aebbcf 2018-10-22 15:01:08,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:01:08,631 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:01: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-6908e285-d2b6-4476-b650-0ff301d9c662 x-compute-request-id: req-6908e285-d2b6-4476-b650-0ff301d9c662 Content-Type: application/json 2018-10-22 15:01:08,631 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/33b2f821-786a-4a79-aa2d-3590e520b11d used request id req-6908e285-d2b6-4476-b650-0ff301d9c662 2018-10-22 15:01:08,631 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-port 2018-10-22 15:01:08,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/e3c0bd94-870f-43da-bdb4-e4672a4f772f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bf68abe812177f22fa48dc94f6a5135536601f" 2018-10-22 15:01:09,414 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-69383d2b-fa0c-4559-ae85-40031c56cf6b Date: Mon, 22 Oct 2018 15:01:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:01:09,414 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/e3c0bd94-870f-43da-bdb4-e4672a4f772f used request id req-69383d2b-fa0c-4559-ae85-40031c56cf6b 2018-10-22 15:01:09,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/7a253a78-9912-426b-b60f-30b9511cdfde -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f08eba2167b3acbb025a58c7625a897bd9960b5" 2018-10-22 15:01:09,530 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:01:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b207b32a-c313-468c-9f1f-ac050cfe169b x-compute-request-id: req-b207b32a-c313-468c-9f1f-ac050cfe169b Content-Length: 0 Content-Type: application/json 2018-10-22 15:01:09,530 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/7a253a78-9912-426b-b60f-30b9511cdfde used request id req-b207b32a-c313-468c-9f1f-ac050cfe169b 2018-10-22 15:01:09,531 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-subnet 2018-10-22 15:01:09,531 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-subnet 2018-10-22 15:01:09,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/48a42fec-75fa-4a57-9669-b734484fedc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae94a573d54fcfdcd915600cb4f00ad0bb9447a" 2018-10-22 15:01:12,072 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-803d4bbd-614c-4fe2-80b0-1245e315ac86 Date: Mon, 22 Oct 2018 15:01:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:01:12,072 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/48a42fec-75fa-4a57-9669-b734484fedc8 used request id req-803d4bbd-614c-4fe2-80b0-1245e315ac86 2018-10-22 15:01:12,073 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-net 2018-10-22 15:01:12,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/d0dd47a6-2071-4d2c-b796-e805e6cf2c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae94a573d54fcfdcd915600cb4f00ad0bb9447a" 2018-10-22 15:01:13,515 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-72cd86dd-3fd2-4c5f-9b72-782cfe3132e1 Date: Mon, 22 Oct 2018 15:01:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:01:13,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/d0dd47a6-2071-4d2c-b796-e805e6cf2c81 used request id req-72cd86dd-3fd2-4c5f-9b72-782cfe3132e1 2018-10-22 15:01:13,516 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-a64c6580-e64d-4292-91e1-4d9391bc1789-image 2018-10-22 15:01:13,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4aaa8c8da8536a37502f339a1076f743120b08b5" 2018-10-22 15:01:15,754 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c356f0ee-86db-470b-9f0d-31d9a73ffa83 Date: Mon, 22 Oct 2018 15:01:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:01:15,754 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/20a28e1d-dc0b-4f73-ba77-e1e4da0c418e used request id req-c356f0ee-86db-470b-9f0d-31d9a73ffa83 2018-10-22 15:01:15,756 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:01:15,759 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-22 15:01:15,759 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:01:15,760 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:01:16,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:01:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["AOD4pgsQQd-Fzts6TmSGPw"], "issued_at": "2018-10-22T15:01:16.000000Z"}} 2018-10-22 15:01:16,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}bbd94b972861dba662b4a261f46db20aae1446a1" 2018-10-22 15:01:16,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b7fd7b2-77cd-444f-b298-66f461a2fc4e 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:01:16,226 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4b7fd7b2-77cd-444f-b298-66f461a2fc4e 2018-10-22 15:01:16,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbd94b972861dba662b4a261f46db20aae1446a1" 2018-10-22 15:01:16,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-63d5798c-be14-4462-9bfb-8571407265bb Date: Mon, 22 Oct 2018 15:01:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-image"} 2018-10-22 15:01:16,442 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-image used request id req-63d5798c-be14-4462-9bfb-8571407265bb 2018-10-22 15:01:16,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbd94b972861dba662b4a261f46db20aae1446a1" 2018-10-22 15:01:17,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e9ffada0-f05b-4578-b8e3-f1bcf6b27edc Date: Mon, 22 Oct 2018 15:01:17 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-10-22 15:01:17,007 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-e9ffada0-f05b-4578-b8e3-f1bcf6b27edc 2018-10-22 15:01:17,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bbd94b972861dba662b4a261f46db20aae1446a1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-image"}' 2018-10-22 15:01:17,738 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/ce548806-39c1-4411-b405-c17b1136a5c5 X-Openstack-Request-Id: req-36d38958-b57b-4e06-8edb-9f73afffba9f Date: Mon, 22 Oct 2018 15:01:17 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:01:17Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T15:01:17Z", "visibility": "shared", "locations": [], "self": "/v2/images/ce548806-39c1-4411-b405-c17b1136a5c5", "min_disk": 0, "protected": false, "id": "ce548806-39c1-4411-b405-c17b1136a5c5", "file": "/v2/images/ce548806-39c1-4411-b405-c17b1136a5c5/file", "checksum": null, "owner": "8e9a3444377442da8b38ad768127d234", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:01:17,738 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-36d38958-b57b-4e06-8edb-9f73afffba9f 2018-10-22 15:01:17,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/ce548806-39c1-4411-b405-c17b1136a5c5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbd94b972861dba662b4a261f46db20aae1446a1" -d '' 2018-10-22 15:01:20,117 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-005e38be-831f-4012-9881-c875f3e16109 Date: Mon, 22 Oct 2018 15:01:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:01:20,118 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/ce548806-39c1-4411-b405-c17b1136a5c5/file used request id req-005e38be-831f-4012-9881-c875f3e16109 2018-10-22 15:01:20,118 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-22 15:01:20,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/ce548806-39c1-4411-b405-c17b1136a5c5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbd94b972861dba662b4a261f46db20aae1446a1" 2018-10-22 15:01:20,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-9e03076f-678e-4a96-90d3-3bf6487332c1 Date: Mon, 22 Oct 2018 15:01:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:01:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:01:20Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/ce548806-39c1-4411-b405-c17b1136a5c5/snap", "metadata": {}}], "self": "/v2/images/ce548806-39c1-4411-b405-c17b1136a5c5", "min_disk": 0, "protected": false, "id": "ce548806-39c1-4411-b405-c17b1136a5c5", "file": "/v2/images/ce548806-39c1-4411-b405-c17b1136a5c5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/ce548806-39c1-4411-b405-c17b1136a5c5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:01:20,294 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/ce548806-39c1-4411-b405-c17b1136a5c5 used request id req-9e03076f-678e-4a96-90d3-3bf6487332c1 2018-10-22 15:01:20,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbd94b972861dba662b4a261f46db20aae1446a1" 2018-10-22 15:01:20,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-33d762cb-b849-4a5b-9219-40166c1e480a Date: Mon, 22 Oct 2018 15:01: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-10-22 15:01:20,875 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-33d762cb-b849-4a5b-9219-40166c1e480a 2018-10-22 15:01:20,878 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-image 2018-10-22 15:01:20,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/ce548806-39c1-4411-b405-c17b1136a5c5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbd94b972861dba662b4a261f46db20aae1446a1" 2018-10-22 15:01:20,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-f567b9fb-ad66-424e-8d2a-f6e475e4046f Date: Mon, 22 Oct 2018 15:01:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:01:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:01:20Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/ce548806-39c1-4411-b405-c17b1136a5c5/snap", "metadata": {}}], "self": "/v2/images/ce548806-39c1-4411-b405-c17b1136a5c5", "min_disk": 0, "protected": false, "id": "ce548806-39c1-4411-b405-c17b1136a5c5", "file": "/v2/images/ce548806-39c1-4411-b405-c17b1136a5c5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/ce548806-39c1-4411-b405-c17b1136a5c5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:01:20,899 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/ce548806-39c1-4411-b405-c17b1136a5c5 used request id req-f567b9fb-ad66-424e-8d2a-f6e475e4046f 2018-10-22 15:01:20,899 - create_image - DEBUG - Instance status is - active 2018-10-22 15:01:20,900 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-image 2018-10-22 15:01:20,900 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-image 2018-10-22 15:01:20,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:01:20,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:01:21,291 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:01:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["bQ-_exoOSoyG6YLn5NzNdg"], "issued_at": "2018-10-22T15:01:21.000000Z"}} 2018-10-22 15:01:21,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}9031a65601ab7e808a633e12c5cd87c8cdd44ef6" 2018-10-22 15:01:21,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b9115de-fec9-40cf-867d-2c9a302533fa 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:01:21,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9b9115de-fec9-40cf-867d-2c9a302533fa 2018-10-22 15:01:21,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9031a65601ab7e808a633e12c5cd87c8cdd44ef6" 2018-10-22 15:01:21,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-60f012f2-0bdd-4580-abef-ceddb994283b Date: Mon, 22 Oct 2018 15:01:21 GMT RESP BODY: {"networks":[]} 2018-10-22 15:01:21,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net used request id req-60f012f2-0bdd-4580-abef-ceddb994283b 2018-10-22 15:01:21,543 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net 2018-10-22 15:01:21,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9031a65601ab7e808a633e12c5cd87c8cdd44ef6" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net", "admin_state_up": true}}' 2018-10-22 15:01:21,959 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-10e01582-43e2-4cfa-aa44-46e40514af17 Date: Mon, 22 Oct 2018 15:01:21 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T15:01:21Z","is_default":false,"provider:segmentation_id":4,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:21Z","mtu":1450}} 2018-10-22 15:01:21,959 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-10e01582-43e2-4cfa-aa44-46e40514af17 2018-10-22 15:01:21,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9031a65601ab7e808a633e12c5cd87c8cdd44ef6" 2018-10-22 15:01:22,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9060943d-82b4-494b-9d75-a166e96e7277 Date: Mon, 22 Oct 2018 15:01:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T15:01:21Z","provider:segmentation_id":4,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:21Z","provider:network_type":"vxlan"}]} 2018-10-22 15:01:22,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-9060943d-82b4-494b-9d75-a166e96e7277 2018-10-22 15:01:22,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9031a65601ab7e808a633e12c5cd87c8cdd44ef6" 2018-10-22 15:01:22,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c0d2d395-5dd5-4d9b-a8c1-9f6e839840cc Date: Mon, 22 Oct 2018 15:01:22 GMT RESP BODY: {"subnets":[]} 2018-10-22 15:01:22,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-c0d2d395-5dd5-4d9b-a8c1-9f6e839840cc 2018-10-22 15:01:22,408 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet 2018-10-22 15:01:22,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9031a65601ab7e808a633e12c5cd87c8cdd44ef6" -d '{"subnets": [{"ip_version": 4, "network_id": "42e2e502-5f24-4aed-963d-8d458c7b38e0", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet"}]}' 2018-10-22 15:01:23,000 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2b922aff-dc53-4ad7-9553-24b92b84f3f7 Date: Mon, 22 Oct 2018 15:01:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:22Z","dns_nameservers":[],"updated_at":"2018-10-22T15:01:22Z","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":"8e9a3444377442da8b38ad768127d234","id":"ed793778-d08d-4f94-82a6-37847bac1515","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet"}]} 2018-10-22 15:01:23,000 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-2b922aff-dc53-4ad7-9553-24b92b84f3f7 2018-10-22 15:01:23,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9031a65601ab7e808a633e12c5cd87c8cdd44ef6" 2018-10-22 15:01:23,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3e679c34-8b9c-40bc-982e-6f9c6c570f88 Date: Mon, 22 Oct 2018 15:01:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["ed793778-d08d-4f94-82a6-37847bac1515"],"description":"","tags":[],"updated_at":"2018-10-22T15:01:22Z","provider:segmentation_id":4,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:21Z","provider:network_type":"vxlan"}]} 2018-10-22 15:01:23,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-3e679c34-8b9c-40bc-982e-6f9c6c570f88 2018-10-22 15:01:23,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9031a65601ab7e808a633e12c5cd87c8cdd44ef6" 2018-10-22 15:01:23,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fd5fe91b-1600-4597-8797-90aa4facb6ce Date: Mon, 22 Oct 2018 15:01:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:22Z","dns_nameservers":[],"updated_at":"2018-10-22T15:01:22Z","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":"8e9a3444377442da8b38ad768127d234","id":"ed793778-d08d-4f94-82a6-37847bac1515","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet"}]} 2018-10-22 15:01:23,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-fd5fe91b-1600-4597-8797-90aa4facb6ce 2018-10-22 15:01:23,437 - OpenStackNetwork - DEBUG - Network [42e2e502-5f24-4aed-963d-8d458c7b38e0] created successfully 2018-10-22 15:01:23,437 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:01:23,438 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:01:23,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:01:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["F1xTx3U4R5axVGfXkLLphg"], "issued_at": "2018-10-22T15:01:23.000000Z"}} 2018-10-22 15:01:23,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}8b2c27e827d9a77ca27c3513da9f191eceb75371" 2018-10-22 15:01:23,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-419572d3-e443-47d1-9d4e-fc8304fab941 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:01:23,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-419572d3-e443-47d1-9d4e-fc8304fab941 2018-10-22 15:01:23,906 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:01:23,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2c27e827d9a77ca27c3513da9f191eceb75371" 2018-10-22 15:01:24,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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 x-openstack-request-id: req-5e629743-4580-455d-b08a-db551233c0b5 x-compute-request-id: req-5e629743-4580-455d-b08a-db551233c0b5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-22 15:01:24,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-5e629743-4580-455d-b08a-db551233c0b5 2018-10-22 15:01:24,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2c27e827d9a77ca27c3513da9f191eceb75371" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-22 15:01:24,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01: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-4edb64b6-237a-4885-ac3e-334c2267c33c x-compute-request-id: req-4edb64b6-237a-4885-ac3e-334c2267c33c Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "name": "NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:01:24,206 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-4edb64b6-237a-4885-ac3e-334c2267c33c 2018-10-22 15:01:24,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:01:24,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:01:24,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:01:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["fqZzCtFPQvCuAJ4t0ULcTQ"], "issued_at": "2018-10-22T15:01:24.000000Z"}} 2018-10-22 15:01:24,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}19a536bf7c7aa7f9b9c731f0ff83b1362cc4dff7" 2018-10-22 15:01:24,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b21cca9-60ce-434e-a361-17492279f7b6 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:01:24,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6b21cca9-60ce-434e-a361-17492279f7b6 2018-10-22 15:01:24,687 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a536bf7c7aa7f9b9c731f0ff83b1362cc4dff7" 2018-10-22 15:01:25,478 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:24 GMT Server: Apache x-compute-request-id: req-31725848-e728-4059-84ab-44aac9c692f8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-31725848-e728-4059-84ab-44aac9c692f8 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-22 15:01:25,478 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/detail used request id req-31725848-e728-4059-84ab-44aac9c692f8 2018-10-22 15:01:25,482 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-31725848-e728-4059-84ab-44aac9c692f8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a536bf7c7aa7f9b9c731f0ff83b1362cc4dff7" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9", "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-10-22 15:01:26,546 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:01:25 GMT Server: Apache x-compute-request-id: req-43d671d0-2952-48c0-b1ea-bf52e39ac54b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-43d671d0-2952-48c0-b1ea-bf52e39ac54b Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-22T15:01:26.428817", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "1a3fc21e-1257-404b-ba51-a56caee41146", "size": 1}} 2018-10-22 15:01:26,546 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes used request id req-43d671d0-2952-48c0-b1ea-bf52e39ac54b 2018-10-22 15:01:26,549 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31725848-e728-4059-84ab-44aac9c692f8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a536bf7c7aa7f9b9c731f0ff83b1362cc4dff7" 2018-10-22 15:01:27,315 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:26 GMT Server: Apache x-compute-request-id: req-d50ad99c-43e5-4c99-a67a-5550eb6384af OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d50ad99c-43e5-4c99-a67a-5550eb6384af Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:01:26.000000", "replication_status": null, "snapshot_id": null, "id": "1a3fc21e-1257-404b-ba51-a56caee41146", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-ca8095f6-9755-4be9-890f-872249def8c9", "bootable": "false", "created_at": "2018-10-22T15:01:26.000000", "volume_type": null}} 2018-10-22 15:01:27,315 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146 used request id req-d50ad99c-43e5-4c99-a67a-5550eb6384af 2018-10-22 15:01:27,315 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9 2018-10-22 15:01:27,318 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31725848-e728-4059-84ab-44aac9c692f8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a536bf7c7aa7f9b9c731f0ff83b1362cc4dff7" 2018-10-22 15:01:27,376 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:27 GMT Server: Apache x-compute-request-id: req-41b749f5-d7bf-44a3-be49-a89f270b28c1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-41b749f5-d7bf-44a3-be49-a89f270b28c1 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:01:26.000000", "replication_status": null, "snapshot_id": null, "id": "1a3fc21e-1257-404b-ba51-a56caee41146", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-ca8095f6-9755-4be9-890f-872249def8c9", "bootable": "false", "created_at": "2018-10-22T15:01:26.000000", "volume_type": null}} 2018-10-22 15:01:27,376 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146 used request id req-41b749f5-d7bf-44a3-be49-a89f270b28c1 2018-10-22 15:01:27,377 - create_volume - DEBUG - Instance status is - creating 2018-10-22 15:01:27,377 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-22 15:01:30,380 - create_volume - DEBUG - Volume status query timeout in 296.935272932 2018-10-22 15:01:30,383 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31725848-e728-4059-84ab-44aac9c692f8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a536bf7c7aa7f9b9c731f0ff83b1362cc4dff7" 2018-10-22 15:01:30,441 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:30 GMT Server: Apache x-compute-request-id: req-90e9cd6b-076c-4ed7-8e13-5ee9ce62e089 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-90e9cd6b-076c-4ed7-8e13-5ee9ce62e089 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:01:28.000000", "replication_status": null, "snapshot_id": null, "id": "1a3fc21e-1257-404b-ba51-a56caee41146", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-ca8095f6-9755-4be9-890f-872249def8c9", "bootable": "false", "created_at": "2018-10-22T15:01:26.000000", "volume_type": null}} 2018-10-22 15:01:30,442 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146 used request id req-90e9cd6b-076c-4ed7-8e13-5ee9ce62e089 2018-10-22 15:01:30,442 - create_volume - DEBUG - Instance status is - available 2018-10-22 15:01:30,442 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9 2018-10-22 15:01:30,442 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9 2018-10-22 15:01:30,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:01:30,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:01:30,843 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:01:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["VRmDKFQBQe-4hyE6Qo4cYg"], "issued_at": "2018-10-22T15:01:30.000000Z"}} 2018-10-22 15:01:30,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:30,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c5d644e-2826-4545-9f91-9632a724bb16 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:01:30,924 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0c5d644e-2826-4545-9f91-9632a724bb16 2018-10-22 15:01:30,925 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:01:30,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:31,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d76192b4-d576-40c9-af3e-8c5163ee76ca 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:01:31,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d76192b4-d576-40c9-af3e-8c5163ee76ca 2018-10-22 15:01:31,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:31,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ce7622e7-b78c-4c55-924b-13ba1b1328ff Date: Mon, 22 Oct 2018 15:01:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["ed793778-d08d-4f94-82a6-37847bac1515"],"description":"","tags":[],"updated_at":"2018-10-22T15:01:22Z","provider:segmentation_id":4,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:21Z","provider:network_type":"vxlan"}]} 2018-10-22 15:01:31,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net used request id req-ce7622e7-b78c-4c55-924b-13ba1b1328ff 2018-10-22 15:01:31,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 15:01:31,296 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:01: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:01:31,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:31,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4bd5770-c3c1-446e-b75d-f7d7200537df 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:01:31,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-b4bd5770-c3c1-446e-b75d-f7d7200537df 2018-10-22 15:01:31,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:31,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a66df755-bb6b-4853-8128-713444a1c88c Date: Mon, 22 Oct 2018 15:01:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:22Z","dns_nameservers":[],"updated_at":"2018-10-22T15:01:22Z","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":"8e9a3444377442da8b38ad768127d234","id":"ed793778-d08d-4f94-82a6-37847bac1515","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet"}]} 2018-10-22 15:01:31,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-a66df755-bb6b-4853-8128-713444a1c88c 2018-10-22 15:01:31,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0&name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:31,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c9f89861-6669-45da-8a24-c7e7f40db7a6 Date: Mon, 22 Oct 2018 15:01:31 GMT RESP BODY: {"ports":[]} 2018-10-22 15:01:31,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0&name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port&admin_state_up=True used request id req-c9f89861-6669-45da-8a24-c7e7f40db7a6 2018-10-22 15:01:31,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:32,044 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6d3d050d-34cf-4c15-8924-86b83f526b0e x-compute-request-id: req-6d3d050d-34cf-4c15-8924-86b83f526b0e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-22 15:01:32,044 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst used request id req-6d3d050d-34cf-4c15-8924-86b83f526b0e 2018-10-22 15:01:32,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:32,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b48e9b1d-4370-49ef-b3b9-01463e4467be Date: Mon, 22 Oct 2018 15:01:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["ed793778-d08d-4f94-82a6-37847bac1515"],"description":"","tags":[],"updated_at":"2018-10-22T15:01:22Z","provider:segmentation_id":4,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:21Z","provider:network_type":"vxlan"}]} 2018-10-22 15:01:32,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net used request id req-b48e9b1d-4370-49ef-b3b9-01463e4467be 2018-10-22 15:01:32,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:32,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74f85a63-441a-434a-b7c1-cad32c37c1a0 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:01:32,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-74f85a63-441a-434a-b7c1-cad32c37c1a0 2018-10-22 15:01:32,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:32,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a3f88dd1-1152-43dd-a82d-d29288ac4207 Date: Mon, 22 Oct 2018 15:01:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:22Z","dns_nameservers":[],"updated_at":"2018-10-22T15:01:22Z","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":"8e9a3444377442da8b38ad768127d234","id":"ed793778-d08d-4f94-82a6-37847bac1515","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet"}]} 2018-10-22 15:01:32,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-a3f88dd1-1152-43dd-a82d-d29288ac4207 2018-10-22 15:01:32,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0&name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:32,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-19905d43-1ea8-4a7f-9c2b-9ecfea747dfa Date: Mon, 22 Oct 2018 15:01:32 GMT RESP BODY: {"ports":[]} 2018-10-22 15:01:32,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0&name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port&admin_state_up=True used request id req-19905d43-1ea8-4a7f-9c2b-9ecfea747dfa 2018-10-22 15:01:32,622 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:01:32,623 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:01:33,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:01:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["vRP7MGUfS7SXtli9rt2Vnw"], "issued_at": "2018-10-22T15:01:33.000000Z"}} 2018-10-22 15:01:33,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}236e12ebd6be39c112a3336a10b0173504535acc" 2018-10-22 15:01:33,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d63aa35b-3965-4de6-a868-0a4a32d69645 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:01:33,088 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d63aa35b-3965-4de6-a868-0a4a32d69645 2018-10-22 15:01:33,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:33,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-22b66baf-e7d0-4d02-be02-6c2f20c9ca11 Date: Mon, 22 Oct 2018 15:01:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["ed793778-d08d-4f94-82a6-37847bac1515"],"description":"","tags":[],"updated_at":"2018-10-22T15:01:22Z","provider:segmentation_id":4,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:21Z","provider:network_type":"vxlan"}]} 2018-10-22 15:01:33,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net used request id req-22b66baf-e7d0-4d02-be02-6c2f20c9ca11 2018-10-22 15:01:33,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:33,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9ca16d9f-bcd8-4b00-9ce1-4f8cf90d520a Date: Mon, 22 Oct 2018 15:01:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:22Z","dns_nameservers":[],"updated_at":"2018-10-22T15:01:22Z","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":"8e9a3444377442da8b38ad768127d234","id":"ed793778-d08d-4f94-82a6-37847bac1515","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet"}]} 2018-10-22 15:01:33,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-9ca16d9f-bcd8-4b00-9ce1-4f8cf90d520a 2018-10-22 15:01:33,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:33,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8614fb16-aed6-4343-8827-0fa4c68028ba Date: Mon, 22 Oct 2018 15:01:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["ed793778-d08d-4f94-82a6-37847bac1515"],"description":"","tags":[],"updated_at":"2018-10-22T15:01:22Z","provider:segmentation_id":4,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:21Z","provider:network_type":"vxlan"}]} 2018-10-22 15:01:33,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net used request id req-8614fb16-aed6-4343-8827-0fa4c68028ba 2018-10-22 15:01:33,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 15:01:33,628 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:01: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:01:33,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}236e12ebd6be39c112a3336a10b0173504535acc" 2018-10-22 15:01:33,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36cca053-b909-4868-885c-85f512f808a0 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:01:33,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-36cca053-b909-4868-885c-85f512f808a0 2018-10-22 15:01:33,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:33,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cd1ee2f3-92de-4164-ad38-9e38e135fd77 Date: Mon, 22 Oct 2018 15:01:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:22Z","dns_nameservers":[],"updated_at":"2018-10-22T15:01:22Z","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":"8e9a3444377442da8b38ad768127d234","id":"ed793778-d08d-4f94-82a6-37847bac1515","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet"}]} 2018-10-22 15:01:33,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-cd1ee2f3-92de-4164-ad38-9e38e135fd77 2018-10-22 15:01:33,773 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net 2018-10-22 15:01:33,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" -d '{"port": {"network_id": "42e2e502-5f24-4aed-963d-8d458c7b38e0", "name": "NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port", "admin_state_up": true}}' 2018-10-22 15:01:34,444 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-5fc2b99b-417f-4c95-99cd-82080a9ad5f6 Date: Mon, 22 Oct 2018 15:01:34 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:34Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.6"}],"id":"e23261da-6510-4597-8d50-3934f701af77","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:15:12:57","project_id":"8e9a3444377442da8b38ad768127d234","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:34Z","binding:vnic_type":"normal"}} 2018-10-22 15:01:34,444 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-5fc2b99b-417f-4c95-99cd-82080a9ad5f6 2018-10-22 15:01:34,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:34,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e378904a-3db8-4e56-9e99-1a0269a68d9e Date: Mon, 22 Oct 2018 15:01:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["ed793778-d08d-4f94-82a6-37847bac1515"],"description":"","tags":[],"updated_at":"2018-10-22T15:01:22Z","provider:segmentation_id":4,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:21Z","provider:network_type":"vxlan"}]} 2018-10-22 15:01:34,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net used request id req-e378904a-3db8-4e56-9e99-1a0269a68d9e 2018-10-22 15:01:34,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:34,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cee71ba-c04b-4f95-ad65-495539c34b46 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:01:34,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-0cee71ba-c04b-4f95-ad65-495539c34b46 2018-10-22 15:01:34,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:34,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9e6ae1cf-e25f-4500-a6b0-39ff1c6237ba Date: Mon, 22 Oct 2018 15:01:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:22Z","dns_nameservers":[],"updated_at":"2018-10-22T15:01:22Z","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":"8e9a3444377442da8b38ad768127d234","id":"ed793778-d08d-4f94-82a6-37847bac1515","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet"}]} 2018-10-22 15:01:34,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-9e6ae1cf-e25f-4500-a6b0-39ff1c6237ba 2018-10-22 15:01:34,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0&name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:35,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-b73b3890-55c2-4abd-a9d4-5acbba4cdd10 Date: Mon, 22 Oct 2018 15:01:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:34Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.6"}],"id":"e23261da-6510-4597-8d50-3934f701af77","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:15:12:57","project_id":"8e9a3444377442da8b38ad768127d234","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:34Z","binding:vnic_type":"normal"}]} 2018-10-22 15:01:35,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0&name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port&admin_state_up=True used request id req-b73b3890-55c2-4abd-a9d4-5acbba4cdd10 2018-10-22 15:01:35,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:35,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97df48ea-c72a-4f23-8dbc-8fb22ec7abaf 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:01:35,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-97df48ea-c72a-4f23-8dbc-8fb22ec7abaf 2018-10-22 15:01:35,159 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst 2018-10-22 15:01:35,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:35,189 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01: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-2dc49ec5-068f-4d41-ab74-9548fc927661 x-compute-request-id: req-2dc49ec5-068f-4d41-ab74-9548fc927661 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-flavor"}]} 2018-10-22 15:01:35,190 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-2dc49ec5-068f-4d41-ab74-9548fc927661 2018-10-22 15:01:35,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:35,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01: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-596e642f-b192-41c2-93b6-fd497e0ae7d5 x-compute-request-id: req-596e642f-b192-41c2-93b6-fd497e0ae7d5 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "name": "NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:01:35,216 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f used request id req-596e642f-b192-41c2-93b6-fd497e0ae7d5 2018-10-22 15:01:35,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:35,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-6b1a9eff-26f7-4e22-9dd6-022ff39e0434 Date: Mon, 22 Oct 2018 15:01:35 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:01:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:01:20Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/ce548806-39c1-4411-b405-c17b1136a5c5/snap", "metadata": {}}], "self": "/v2/images/ce548806-39c1-4411-b405-c17b1136a5c5", "min_disk": 0, "protected": false, "id": "ce548806-39c1-4411-b405-c17b1136a5c5", "file": "/v2/images/ce548806-39c1-4411-b405-c17b1136a5c5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/ce548806-39c1-4411-b405-c17b1136a5c5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-image"} 2018-10-22 15:01:35,857 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-image used request id req-6b1a9eff-26f7-4e22-9dd6-022ff39e0434 2018-10-22 15:01:35,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:36,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2c6bb551-d875-4a8c-8909-e3e50d5fd4f0 Date: Mon, 22 Oct 2018 15:01: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-10-22 15:01:36,022 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-2c6bb551-d875-4a8c-8909-e3e50d5fd4f0 2018-10-22 15:01:36,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst", "imageRef": "ce548806-39c1-4411-b405-c17b1136a5c5", "flavorRef": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "max_count": 1, "min_count": 1, "networks": [{"port": "e23261da-6510-4597-8d50-3934f701af77"}]}}' 2018-10-22 15:01:38,682 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15: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 x-openstack-request-id: req-ba8b1852-07cd-4ebf-bd50-322c72a07512 x-compute-request-id: req-ba8b1852-07cd-4ebf-bd50-322c72a07512 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "20e67f30-43b2-4315-a250-e691e86f218c", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "bookmark"}], "adminPass": "tvM3K7gCNjLD"}} 2018-10-22 15:01:38,682 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-ba8b1852-07cd-4ebf-bd50-322c72a07512 2018-10-22 15:01:38,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:38,926 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01: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-db6cf21f-e5d0-4f35-bd2b-35f09d1d0687 x-compute-request-id: req-db6cf21f-e5d0-4f35-bd2b-35f09d1d0687 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "bookmark"}], "image": {"id": "ce548806-39c1-4411-b405-c17b1136a5c5", "links": [{"href": "http://172.30.9.22:8774/images/ce548806-39c1-4411-b405-c17b1136a5c5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "links": [{"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}]}, "id": "20e67f30-43b2-4315-a250-e691e86f218c", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "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-10-22T15:01:38Z", "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-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst", "created": "2018-10-22T15:01:38Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:01:38,927 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c used request id req-db6cf21f-e5d0-4f35-bd2b-35f09d1d0687 2018-10-22 15:01:38,927 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst 2018-10-22 15:01:38,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:39,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01: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-8a459293-e54d-47d8-b973-cab0f33989d6 x-compute-request-id: req-8a459293-e54d-47d8-b973-cab0f33989d6 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.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "bookmark"}], "image": {"id": "ce548806-39c1-4411-b405-c17b1136a5c5", "links": [{"href": "http://172.30.9.22:8774/images/ce548806-39c1-4411-b405-c17b1136a5c5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "links": [{"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}]}, "id": "20e67f30-43b2-4315-a250-e691e86f218c", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "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-10-22T15:01: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": "NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst", "created": "2018-10-22T15:01:38Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:01:39,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c used request id req-8a459293-e54d-47d8-b973-cab0f33989d6 2018-10-22 15:01:39,781 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst] is - BUILD 2018-10-22 15:01:39,781 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:01:42,784 - create_instance - DEBUG - VM status query timeout in 896.142954826 2018-10-22 15:01:42,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:43,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-edcf87a1-fe12-4600-8e1b-aaef9c4568a4 x-compute-request-id: req-edcf87a1-fe12-4600-8e1b-aaef9c4568a4 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.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "bookmark"}], "image": {"id": "ce548806-39c1-4411-b405-c17b1136a5c5", "links": [{"href": "http://172.30.9.22:8774/images/ce548806-39c1-4411-b405-c17b1136a5c5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "links": [{"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}]}, "id": "20e67f30-43b2-4315-a250-e691e86f218c", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:01:41Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst", "created": "2018-10-22T15:01:38Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:01:43,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c used request id req-edcf87a1-fe12-4600-8e1b-aaef9c4568a4 2018-10-22 15:01:43,946 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst] is - BUILD 2018-10-22 15:01:43,947 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:01:46,950 - create_instance - DEBUG - VM status query timeout in 891.977466822 2018-10-22 15:01:46,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:47,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01: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-81e87ee8-a5ad-49fe-8bba-7ee0e901a3ea x-compute-request-id: req-81e87ee8-a5ad-49fe-8bba-7ee0e901a3ea Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:12:57", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "bookmark"}], "image": {"id": "ce548806-39c1-4411-b405-c17b1136a5c5", "links": [{"href": "http://172.30.9.22:8774/images/ce548806-39c1-4411-b405-c17b1136a5c5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-22T15:01:45.000000", "flavor": {"id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "links": [{"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}]}, "id": "20e67f30-43b2-4315-a250-e691e86f218c", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:01:46Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst", "created": "2018-10-22T15:01:38Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:01:47,692 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c used request id req-81e87ee8-a5ad-49fe-8bba-7ee0e901a3ea 2018-10-22 15:01:47,693 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst] is - ACTIVE 2018-10-22 15:01:47,693 - create_instance - INFO - VM is - ACTIVE 2018-10-22 15:01:47,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:48,368 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01: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-6fca0cdc-eb1b-4034-9e38-c83479ff5cf4 x-compute-request-id: req-6fca0cdc-eb1b-4034-9e38-c83479ff5cf4 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:12:57", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "bookmark"}], "image": {"id": "ce548806-39c1-4411-b405-c17b1136a5c5", "links": [{"href": "http://172.30.9.22:8774/images/ce548806-39c1-4411-b405-c17b1136a5c5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-22T15:01:45.000000", "flavor": {"id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "links": [{"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}]}, "id": "20e67f30-43b2-4315-a250-e691e86f218c", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:01:46Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst", "created": "2018-10-22T15:01:38Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:01:48,369 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c used request id req-6fca0cdc-eb1b-4034-9e38-c83479ff5cf4 2018-10-22 15:01:48,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:48,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f50c9923-87fd-4731-a122-83e27401ea0d Date: Mon, 22 Oct 2018 15:01:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["ed793778-d08d-4f94-82a6-37847bac1515"],"description":"","tags":[],"updated_at":"2018-10-22T15:01:22Z","provider:segmentation_id":4,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:21Z","provider:network_type":"vxlan"}]} 2018-10-22 15:01:48,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net used request id req-f50c9923-87fd-4731-a122-83e27401ea0d 2018-10-22 15:01:48,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:48,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-611a0e6e-31df-49d8-ac7e-30be2abcf98a 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:01:48,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-611a0e6e-31df-49d8-ac7e-30be2abcf98a 2018-10-22 15:01:48,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:48,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-67070b0a-db3d-4bf8-a47f-c8c0afdeb08a Date: Mon, 22 Oct 2018 15:01:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:22Z","dns_nameservers":[],"updated_at":"2018-10-22T15:01:22Z","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":"8e9a3444377442da8b38ad768127d234","id":"ed793778-d08d-4f94-82a6-37847bac1515","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet"}]} 2018-10-22 15:01:48,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-67070b0a-db3d-4bf8-a47f-c8c0afdeb08a 2018-10-22 15:01:48,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:49,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-8f8ab8a7-b3ee-4496-aa68-434110466ed5 Date: Mon, 22 Oct 2018 15:01:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.4"}],"id":"37ae00a8-1519-41d7-bfa9-767812157ae8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:1f:84","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:23Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.2"}],"id":"41f3719d-b01e-47c3-baa0-def4c17943fe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:fb:f7","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.3"}],"id":"995537b2-af43-419d-83e9-2c3a5852a540","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:ce:04","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:42Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.6"}],"id":"e23261da-6510-4597-8d50-3934f701af77","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:12:57","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"20e67f30-43b2-4315-a250-e691e86f218c","name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:34Z","binding:vnic_type":"normal"}]} 2018-10-22 15:01:49,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-8f8ab8a7-b3ee-4496-aa68-434110466ed5 2018-10-22 15:01:49,114 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:01:49,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:01:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["e9Xc_LStQ_qhE4zm_o7NHg"], "issued_at": "2018-10-22T15:01:49.000000Z"}} 2018-10-22 15:01:49,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:01:49,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f3f795c-b226-4e36-b48e-d4e5183e0d8c 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:01:49,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0f3f795c-b226-4e36-b48e-d4e5183e0d8c 2018-10-22 15:01:49,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:50,323 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01: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-b2a53049-c5f2-486a-a209-9cfe87a025dc x-compute-request-id: req-b2a53049-c5f2-486a-a209-9cfe87a025dc Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:12:57", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "bookmark"}], "image": {"id": "ce548806-39c1-4411-b405-c17b1136a5c5", "links": [{"href": "http://172.30.9.22:8774/images/ce548806-39c1-4411-b405-c17b1136a5c5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-22T15:01:45.000000", "flavor": {"id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "links": [{"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}]}, "id": "20e67f30-43b2-4315-a250-e691e86f218c", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:01:46Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst", "created": "2018-10-22T15:01:38Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:01:50,323 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c used request id req-b2a53049-c5f2-486a-a209-9cfe87a025dc 2018-10-22 15:01:50,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:50,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-db1b1ae7-4262-4053-a267-4e97cccdb05b Date: Mon, 22 Oct 2018 15:01:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["ed793778-d08d-4f94-82a6-37847bac1515"],"description":"","tags":[],"updated_at":"2018-10-22T15:01:22Z","provider:segmentation_id":4,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:21Z","provider:network_type":"vxlan"}]} 2018-10-22 15:01:50,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net used request id req-db1b1ae7-4262-4053-a267-4e97cccdb05b 2018-10-22 15:01:50,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:50,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-016e9ea0-9601-4cca-a8ff-e0c163a1a2d8 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:01:50,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-016e9ea0-9601-4cca-a8ff-e0c163a1a2d8 2018-10-22 15:01:50,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:50,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-277ce6aa-3da7-4db7-a9ba-148099d8aea0 Date: Mon, 22 Oct 2018 15:01:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:22Z","dns_nameservers":[],"updated_at":"2018-10-22T15:01:22Z","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":"8e9a3444377442da8b38ad768127d234","id":"ed793778-d08d-4f94-82a6-37847bac1515","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet"}]} 2018-10-22 15:01:50,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-277ce6aa-3da7-4db7-a9ba-148099d8aea0 2018-10-22 15:01:50,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:01:50,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-621ae191-009f-4467-94c5-978499473caa Date: Mon, 22 Oct 2018 15:01:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.4"}],"id":"37ae00a8-1519-41d7-bfa9-767812157ae8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:1f:84","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:23Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.2"}],"id":"41f3719d-b01e-47c3-baa0-def4c17943fe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:fb:f7","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.3"}],"id":"995537b2-af43-419d-83e9-2c3a5852a540","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:ce:04","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:42Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.6"}],"id":"e23261da-6510-4597-8d50-3934f701af77","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:12:57","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"20e67f30-43b2-4315-a250-e691e86f218c","name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:34Z","binding:vnic_type":"normal"}]} 2018-10-22 15:01:50,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-621ae191-009f-4467-94c5-978499473caa 2018-10-22 15:01:50,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" -d '{"volumeAttachment": {"volumeId": "1a3fc21e-1257-404b-ba51-a56caee41146"}}' 2018-10-22 15:01:53,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01: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-5cbfe5ed-2e3c-4859-b310-a369940e54b8 x-compute-request-id: req-5cbfe5ed-2e3c-4859-b310-a369940e54b8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "20e67f30-43b2-4315-a250-e691e86f218c", "id": "1a3fc21e-1257-404b-ba51-a56caee41146", "volumeId": "1a3fc21e-1257-404b-ba51-a56caee41146"}} 2018-10-22 15:01:53,132 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c/os-volume_attachments used request id req-5cbfe5ed-2e3c-4859-b310-a369940e54b8 2018-10-22 15:01:53,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:01:53,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f734efbb-c1a6-448b-8b87-391632512b2e x-compute-request-id: req-f734efbb-c1a6-448b-8b87-391632512b2e Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:12:57", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "bookmark"}], "image": {"id": "ce548806-39c1-4411-b405-c17b1136a5c5", "links": [{"href": "http://172.30.9.22:8774/images/ce548806-39c1-4411-b405-c17b1136a5c5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-22T15:01:45.000000", "flavor": {"id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "links": [{"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}]}, "id": "20e67f30-43b2-4315-a250-e691e86f218c", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:01:46Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst", "created": "2018-10-22T15:01:38Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [{"id": "1a3fc21e-1257-404b-ba51-a56caee41146"}], "metadata": {}}} 2018-10-22 15:01:53,866 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c used request id req-f734efbb-c1a6-448b-8b87-391632512b2e 2018-10-22 15:01:53,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:01:53,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7e367fe5-b6a1-42be-9428-9c624f8014cb Date: Mon, 22 Oct 2018 15:01:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["ed793778-d08d-4f94-82a6-37847bac1515"],"description":"","tags":[],"updated_at":"2018-10-22T15:01:22Z","provider:segmentation_id":4,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:21Z","provider:network_type":"vxlan"}]} 2018-10-22 15:01:53,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net used request id req-7e367fe5-b6a1-42be-9428-9c624f8014cb 2018-10-22 15:01:53,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 15:01:53,961 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:01: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:01:53,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:01:54,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f79fd54-e98f-461f-9cd4-02e2748a0871 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:01:54,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-0f79fd54-e98f-461f-9cd4-02e2748a0871 2018-10-22 15:01:54,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:01:54,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-258feefb-ecf1-4dfe-8f73-39370b10bdfc Date: Mon, 22 Oct 2018 15:01:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:22Z","dns_nameservers":[],"updated_at":"2018-10-22T15:01:22Z","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":"8e9a3444377442da8b38ad768127d234","id":"ed793778-d08d-4f94-82a6-37847bac1515","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet"}]} 2018-10-22 15:01:54,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-258feefb-ecf1-4dfe-8f73-39370b10bdfc 2018-10-22 15:01:54,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:01:54,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-48cdc200-1da5-44c0-bccd-057cd9e15ac0 Date: Mon, 22 Oct 2018 15:01:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.4"}],"id":"37ae00a8-1519-41d7-bfa9-767812157ae8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:1f:84","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:23Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.2"}],"id":"41f3719d-b01e-47c3-baa0-def4c17943fe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:fb:f7","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.3"}],"id":"995537b2-af43-419d-83e9-2c3a5852a540","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:ce:04","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:42Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.6"}],"id":"e23261da-6510-4597-8d50-3934f701af77","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:12:57","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"20e67f30-43b2-4315-a250-e691e86f218c","name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:34Z","binding:vnic_type":"normal"}]} 2018-10-22 15:01:54,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-48cdc200-1da5-44c0-bccd-057cd9e15ac0 2018-10-22 15:01:54,724 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:01:55,494 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:54 GMT Server: Apache x-compute-request-id: req-386e1f57-2c66-479a-bb0e-cf83bd770216 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-386e1f57-2c66-479a-bb0e-cf83bd770216 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:01:53.000000", "replication_status": null, "snapshot_id": null, "id": "1a3fc21e-1257-404b-ba51-a56caee41146", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-ca8095f6-9755-4be9-890f-872249def8c9", "bootable": "false", "created_at": "2018-10-22T15:01:26.000000", "volume_type": null}} 2018-10-22 15:01:55,494 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146 used request id req-386e1f57-2c66-479a-bb0e-cf83bd770216 2018-10-22 15:01:58,501 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-386e1f57-2c66-479a-bb0e-cf83bd770216" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:01:59,380 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:58 GMT Server: Apache x-compute-request-id: req-6da98e95-006c-41a9-9957-b6104621105c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6da98e95-006c-41a9-9957-b6104621105c Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "20e67f30-43b2-4315-a250-e691e86f218c", "attachment_id": "d239dde8-ee17-4bf8-b433-e849ed839c8c", "attached_at": "2018-10-22T15:01:57.000000", "host_name": null, "volume_id": "1a3fc21e-1257-404b-ba51-a56caee41146", "device": "/dev/vdb", "id": "1a3fc21e-1257-404b-ba51-a56caee41146"}], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:01:57.000000", "replication_status": null, "snapshot_id": null, "id": "1a3fc21e-1257-404b-ba51-a56caee41146", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-ca8095f6-9755-4be9-890f-872249def8c9", "bootable": "false", "created_at": "2018-10-22T15:01:26.000000", "volume_type": null}} 2018-10-22 15:01:59,380 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146 used request id req-6da98e95-006c-41a9-9957-b6104621105c 2018-10-22 15:01:59,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:01:59,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-790e74e8-b391-4477-970d-f9b7a278113f 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:01:59,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-790e74e8-b391-4477-970d-f9b7a278113f 2018-10-22 15:01:59,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:00,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:01: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-498d4c92-8184-426f-85e7-59af5f6f2f76 x-compute-request-id: req-498d4c92-8184-426f-85e7-59af5f6f2f76 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:12:57", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "bookmark"}], "image": {"id": "ce548806-39c1-4411-b405-c17b1136a5c5", "links": [{"href": "http://172.30.9.22:8774/images/ce548806-39c1-4411-b405-c17b1136a5c5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-22T15:01:45.000000", "flavor": {"id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "links": [{"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}]}, "id": "20e67f30-43b2-4315-a250-e691e86f218c", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:01:56Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst", "created": "2018-10-22T15:01:38Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [{"id": "1a3fc21e-1257-404b-ba51-a56caee41146"}], "metadata": {}}} 2018-10-22 15:02:00,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c used request id req-498d4c92-8184-426f-85e7-59af5f6f2f76 2018-10-22 15:02:00,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:00,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-715fed87-4e58-4d40-bc6c-13b7515c40de Date: Mon, 22 Oct 2018 15:02:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["ed793778-d08d-4f94-82a6-37847bac1515"],"description":"","tags":[],"updated_at":"2018-10-22T15:01:22Z","provider:segmentation_id":4,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:21Z","provider:network_type":"vxlan"}]} 2018-10-22 15:02:00,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net used request id req-715fed87-4e58-4d40-bc6c-13b7515c40de 2018-10-22 15:02:00,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:00,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b9fca3a-a430-4868-94d0-d527c19543e5 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:02:00,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-1b9fca3a-a430-4868-94d0-d527c19543e5 2018-10-22 15:02:00,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:01,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-997bd1ce-eceb-4fd6-bcce-1cf471a7ec8c Date: Mon, 22 Oct 2018 15:02:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:22Z","dns_nameservers":[],"updated_at":"2018-10-22T15:01:22Z","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":"8e9a3444377442da8b38ad768127d234","id":"ed793778-d08d-4f94-82a6-37847bac1515","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet"}]} 2018-10-22 15:02:01,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-997bd1ce-eceb-4fd6-bcce-1cf471a7ec8c 2018-10-22 15:02:01,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:01,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-5f5a1cd2-3236-4271-9da6-59bd56697cc5 Date: Mon, 22 Oct 2018 15:02:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.4"}],"id":"37ae00a8-1519-41d7-bfa9-767812157ae8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:1f:84","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:23Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.2"}],"id":"41f3719d-b01e-47c3-baa0-def4c17943fe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:fb:f7","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.3"}],"id":"995537b2-af43-419d-83e9-2c3a5852a540","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:ce:04","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:42Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.6"}],"id":"e23261da-6510-4597-8d50-3934f701af77","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:12:57","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"20e67f30-43b2-4315-a250-e691e86f218c","name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:34Z","binding:vnic_type":"normal"}]} 2018-10-22 15:02:01,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-5f5a1cd2-3236-4271-9da6-59bd56697cc5 2018-10-22 15:02:01,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:02,600 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-4291685e-d6ad-4e69-ae88-0b52f557f91b x-compute-request-id: req-4291685e-d6ad-4e69-ae88-0b52f557f91b Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:12:57", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "bookmark"}], "image": {"id": "ce548806-39c1-4411-b405-c17b1136a5c5", "links": [{"href": "http://172.30.9.22:8774/images/ce548806-39c1-4411-b405-c17b1136a5c5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-22T15:01:45.000000", "flavor": {"id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "links": [{"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}]}, "id": "20e67f30-43b2-4315-a250-e691e86f218c", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:01:56Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst", "created": "2018-10-22T15:01:38Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [{"id": "1a3fc21e-1257-404b-ba51-a56caee41146"}], "metadata": {}}} 2018-10-22 15:02:02,600 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c used request id req-4291685e-d6ad-4e69-ae88-0b52f557f91b 2018-10-22 15:02:02,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:02,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fb4cf5c8-7652-4cc0-804c-942bfb695b3c Date: Mon, 22 Oct 2018 15:02:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["ed793778-d08d-4f94-82a6-37847bac1515"],"description":"","tags":[],"updated_at":"2018-10-22T15:01:22Z","provider:segmentation_id":4,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:21Z","provider:network_type":"vxlan"}]} 2018-10-22 15:02:02,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net used request id req-fb4cf5c8-7652-4cc0-804c-942bfb695b3c 2018-10-22 15:02:02,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:02,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63884e8f-c48c-45ec-bdba-e89bbe6e40d9 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:02:02,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-63884e8f-c48c-45ec-bdba-e89bbe6e40d9 2018-10-22 15:02:02,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:02,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f1f19950-a12c-4b5c-aa48-554d4578f748 Date: Mon, 22 Oct 2018 15:02:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:22Z","dns_nameservers":[],"updated_at":"2018-10-22T15:01:22Z","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":"8e9a3444377442da8b38ad768127d234","id":"ed793778-d08d-4f94-82a6-37847bac1515","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet"}]} 2018-10-22 15:02:02,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-f1f19950-a12c-4b5c-aa48-554d4578f748 2018-10-22 15:02:02,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:03,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-94bdb7ce-f3ff-454c-8db3-b9092aa7dae4 Date: Mon, 22 Oct 2018 15:02:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.4"}],"id":"37ae00a8-1519-41d7-bfa9-767812157ae8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:1f:84","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:23Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.2"}],"id":"41f3719d-b01e-47c3-baa0-def4c17943fe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:fb:f7","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.3"}],"id":"995537b2-af43-419d-83e9-2c3a5852a540","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:ce:04","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:42Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.6"}],"id":"e23261da-6510-4597-8d50-3934f701af77","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:12:57","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"20e67f30-43b2-4315-a250-e691e86f218c","name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:34Z","binding:vnic_type":"normal"}]} 2018-10-22 15:02:03,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-94bdb7ce-f3ff-454c-8db3-b9092aa7dae4 2018-10-22 15:02:03,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:03,960 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-5aa26ff8-3c9f-4089-b770-5b9b0a87d423 x-compute-request-id: req-5aa26ff8-3c9f-4089-b770-5b9b0a87d423 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:12:57", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "bookmark"}], "image": {"id": "ce548806-39c1-4411-b405-c17b1136a5c5", "links": [{"href": "http://172.30.9.22:8774/images/ce548806-39c1-4411-b405-c17b1136a5c5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-22T15:01:45.000000", "flavor": {"id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "links": [{"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}]}, "id": "20e67f30-43b2-4315-a250-e691e86f218c", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:01:56Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst", "created": "2018-10-22T15:01:38Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [{"id": "1a3fc21e-1257-404b-ba51-a56caee41146"}], "metadata": {}}} 2018-10-22 15:02:03,960 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c used request id req-5aa26ff8-3c9f-4089-b770-5b9b0a87d423 2018-10-22 15:02:03,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:04,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-70089c97-97e7-4988-92cc-bc84cbb12cb0 Date: Mon, 22 Oct 2018 15:02:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["ed793778-d08d-4f94-82a6-37847bac1515"],"description":"","tags":[],"updated_at":"2018-10-22T15:01:22Z","provider:segmentation_id":4,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:21Z","provider:network_type":"vxlan"}]} 2018-10-22 15:02:04,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net used request id req-70089c97-97e7-4988-92cc-bc84cbb12cb0 2018-10-22 15:02:04,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:04,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ab8fbda-9d30-47e6-90cc-9bbd39abe5d5 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:02:04,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-5ab8fbda-9d30-47e6-90cc-9bbd39abe5d5 2018-10-22 15:02:04,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:04,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fe9c1515-a3b8-4787-9bb4-97db8a3da5a9 Date: Mon, 22 Oct 2018 15:02:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:22Z","dns_nameservers":[],"updated_at":"2018-10-22T15:01:22Z","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":"8e9a3444377442da8b38ad768127d234","id":"ed793778-d08d-4f94-82a6-37847bac1515","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet"}]} 2018-10-22 15:02:04,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-fe9c1515-a3b8-4787-9bb4-97db8a3da5a9 2018-10-22 15:02:04,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:04,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-ce873636-74d5-489c-9cb6-6d543d74d04d Date: Mon, 22 Oct 2018 15:02:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.4"}],"id":"37ae00a8-1519-41d7-bfa9-767812157ae8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:1f:84","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:23Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.2"}],"id":"41f3719d-b01e-47c3-baa0-def4c17943fe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:fb:f7","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.3"}],"id":"995537b2-af43-419d-83e9-2c3a5852a540","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:ce:04","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:42Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.6"}],"id":"e23261da-6510-4597-8d50-3934f701af77","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:12:57","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"20e67f30-43b2-4315-a250-e691e86f218c","name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:34Z","binding:vnic_type":"normal"}]} 2018-10-22 15:02:04,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-ce873636-74d5-489c-9cb6-6d543d74d04d 2018-10-22 15:02:04,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c/os-volume_attachments/1a3fc21e-1257-404b-ba51-a56caee41146 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:06,045 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:02:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9c388208-a39e-41a0-a08d-d4c0ef44d640 x-compute-request-id: req-9c388208-a39e-41a0-a08d-d4c0ef44d640 Content-Length: 0 Content-Type: application/json 2018-10-22 15:02:06,046 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c/os-volume_attachments/1a3fc21e-1257-404b-ba51-a56caee41146 used request id req-9c388208-a39e-41a0-a08d-d4c0ef44d640 2018-10-22 15:02:06,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:06,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02: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-66ce676f-a40e-4b0b-9a8d-4680db8250c9 x-compute-request-id: req-66ce676f-a40e-4b0b-9a8d-4680db8250c9 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:12:57", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "bookmark"}], "image": {"id": "ce548806-39c1-4411-b405-c17b1136a5c5", "links": [{"href": "http://172.30.9.22:8774/images/ce548806-39c1-4411-b405-c17b1136a5c5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-22T15:01:45.000000", "flavor": {"id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "links": [{"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}]}, "id": "20e67f30-43b2-4315-a250-e691e86f218c", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:01:56Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst", "created": "2018-10-22T15:01:38Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [{"id": "1a3fc21e-1257-404b-ba51-a56caee41146"}], "metadata": {}}} 2018-10-22 15:02:06,963 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c used request id req-66ce676f-a40e-4b0b-9a8d-4680db8250c9 2018-10-22 15:02:06,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:07,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-65750038-c866-466a-9e4c-3d6939906ef2 Date: Mon, 22 Oct 2018 15:02:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["ed793778-d08d-4f94-82a6-37847bac1515"],"description":"","tags":[],"updated_at":"2018-10-22T15:01:22Z","provider:segmentation_id":4,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:21Z","provider:network_type":"vxlan"}]} 2018-10-22 15:02:07,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net used request id req-65750038-c866-466a-9e4c-3d6939906ef2 2018-10-22 15:02:07,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:07,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-227545bf-6a44-402a-a9fb-43e4d114fc9f 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:02:07,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-227545bf-6a44-402a-a9fb-43e4d114fc9f 2018-10-22 15:02:07,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:07,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d2b59ace-d90b-4e5c-8e24-9c0d6729077e Date: Mon, 22 Oct 2018 15:02:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:22Z","dns_nameservers":[],"updated_at":"2018-10-22T15:01:22Z","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":"8e9a3444377442da8b38ad768127d234","id":"ed793778-d08d-4f94-82a6-37847bac1515","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet"}]} 2018-10-22 15:02:07,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-d2b59ace-d90b-4e5c-8e24-9c0d6729077e 2018-10-22 15:02:07,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:07,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-8165e5d1-b923-4322-a2db-b50c352d159a Date: Mon, 22 Oct 2018 15:02:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.4"}],"id":"37ae00a8-1519-41d7-bfa9-767812157ae8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:1f:84","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:23Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.2"}],"id":"41f3719d-b01e-47c3-baa0-def4c17943fe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:fb:f7","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.3"}],"id":"995537b2-af43-419d-83e9-2c3a5852a540","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:ce:04","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:42Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.6"}],"id":"e23261da-6510-4597-8d50-3934f701af77","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:12:57","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"20e67f30-43b2-4315-a250-e691e86f218c","name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:34Z","binding:vnic_type":"normal"}]} 2018-10-22 15:02:07,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-8165e5d1-b923-4322-a2db-b50c352d159a 2018-10-22 15:02:10,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:11,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02: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-94b83736-885e-4b8a-ae46-87d8978b3de4 x-compute-request-id: req-94b83736-885e-4b8a-ae46-87d8978b3de4 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:12:57", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "bookmark"}], "image": {"id": "ce548806-39c1-4411-b405-c17b1136a5c5", "links": [{"href": "http://172.30.9.22:8774/images/ce548806-39c1-4411-b405-c17b1136a5c5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-22T15:01:45.000000", "flavor": {"id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "links": [{"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}]}, "id": "20e67f30-43b2-4315-a250-e691e86f218c", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:01:56Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst", "created": "2018-10-22T15:01:38Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:02:11,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c used request id req-94b83736-885e-4b8a-ae46-87d8978b3de4 2018-10-22 15:02:11,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:11,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-4a4cc1a1-0ecf-4e82-bfae-7199ac92890b Date: Mon, 22 Oct 2018 15:02:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["ed793778-d08d-4f94-82a6-37847bac1515"],"description":"","tags":[],"updated_at":"2018-10-22T15:01:22Z","provider:segmentation_id":4,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:21Z","provider:network_type":"vxlan"}]} 2018-10-22 15:02:11,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net used request id req-4a4cc1a1-0ecf-4e82-bfae-7199ac92890b 2018-10-22 15:02:11,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:11,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-983768c0-877b-4c82-966c-d08eb71a568a 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:02:11,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-983768c0-877b-4c82-966c-d08eb71a568a 2018-10-22 15:02:11,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:11,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f069d1ef-700b-4b31-b09d-0c9bd76b4daf Date: Mon, 22 Oct 2018 15:02:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:22Z","dns_nameservers":[],"updated_at":"2018-10-22T15:01:22Z","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":"8e9a3444377442da8b38ad768127d234","id":"ed793778-d08d-4f94-82a6-37847bac1515","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet"}]} 2018-10-22 15:02:11,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-f069d1ef-700b-4b31-b09d-0c9bd76b4daf 2018-10-22 15:02:11,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:11,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-9c4456f3-3c62-45f0-b4c6-593a26dd984e Date: Mon, 22 Oct 2018 15:02:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.4"}],"id":"37ae00a8-1519-41d7-bfa9-767812157ae8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:1f:84","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:23Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.2"}],"id":"41f3719d-b01e-47c3-baa0-def4c17943fe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:fb:f7","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.3"}],"id":"995537b2-af43-419d-83e9-2c3a5852a540","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:ce:04","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:42Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.6"}],"id":"e23261da-6510-4597-8d50-3934f701af77","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:12:57","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"20e67f30-43b2-4315-a250-e691e86f218c","name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:34Z","binding:vnic_type":"normal"}]} 2018-10-22 15:02:11,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-9c4456f3-3c62-45f0-b4c6-593a26dd984e 2018-10-22 15:02:11,947 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-386e1f57-2c66-479a-bb0e-cf83bd770216" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:12,760 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:11 GMT Server: Apache x-compute-request-id: req-83eb6ced-f065-4f14-883e-70adf78e06c0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-83eb6ced-f065-4f14-883e-70adf78e06c0 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:02:06.000000", "replication_status": null, "snapshot_id": null, "id": "1a3fc21e-1257-404b-ba51-a56caee41146", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-ca8095f6-9755-4be9-890f-872249def8c9", "bootable": "false", "created_at": "2018-10-22T15:01:26.000000", "volume_type": null}} 2018-10-22 15:02:12,760 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146 used request id req-83eb6ced-f065-4f14-883e-70adf78e06c0 2018-10-22 15:02:12,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:13,367 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02: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-eb35dbd8-756a-4a00-9ee0-a311c19d1a75 x-compute-request-id: req-eb35dbd8-756a-4a00-9ee0-a311c19d1a75 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:12:57", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "bookmark"}], "image": {"id": "ce548806-39c1-4411-b405-c17b1136a5c5", "links": [{"href": "http://172.30.9.22:8774/images/ce548806-39c1-4411-b405-c17b1136a5c5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-22T15:01:45.000000", "flavor": {"id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "links": [{"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}]}, "id": "20e67f30-43b2-4315-a250-e691e86f218c", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:01:56Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst", "created": "2018-10-22T15:01:38Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:02:13,367 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c used request id req-eb35dbd8-756a-4a00-9ee0-a311c19d1a75 2018-10-22 15:02:13,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:13,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5931346f-70ba-40f8-b464-333061cf9868 Date: Mon, 22 Oct 2018 15:02:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["ed793778-d08d-4f94-82a6-37847bac1515"],"description":"","tags":[],"updated_at":"2018-10-22T15:01:22Z","provider:segmentation_id":4,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:21Z","provider:network_type":"vxlan"}]} 2018-10-22 15:02:13,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net used request id req-5931346f-70ba-40f8-b464-333061cf9868 2018-10-22 15:02:13,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:13,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b29bc4ea-55eb-4755-9bb0-e3cf990f851a 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:02:13,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-b29bc4ea-55eb-4755-9bb0-e3cf990f851a 2018-10-22 15:02:13,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:13,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4b4057b7-a858-4702-ada3-8363b0b93648 Date: Mon, 22 Oct 2018 15:02:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:22Z","dns_nameservers":[],"updated_at":"2018-10-22T15:01:22Z","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":"8e9a3444377442da8b38ad768127d234","id":"ed793778-d08d-4f94-82a6-37847bac1515","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet"}]} 2018-10-22 15:02:13,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-4b4057b7-a858-4702-ada3-8363b0b93648 2018-10-22 15:02:13,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:13,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-a09de00b-061d-41ae-9fb0-0d22c71364be Date: Mon, 22 Oct 2018 15:02:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.4"}],"id":"37ae00a8-1519-41d7-bfa9-767812157ae8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:1f:84","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:23Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.2"}],"id":"41f3719d-b01e-47c3-baa0-def4c17943fe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:fb:f7","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.3"}],"id":"995537b2-af43-419d-83e9-2c3a5852a540","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:ce:04","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:42Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.6"}],"id":"e23261da-6510-4597-8d50-3934f701af77","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:12:57","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"20e67f30-43b2-4315-a250-e691e86f218c","name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:34Z","binding:vnic_type":"normal"}]} 2018-10-22 15:02:13,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-a09de00b-061d-41ae-9fb0-0d22c71364be 2018-10-22 15:02:13,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:14,685 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-4d1472b8-a5a4-4a69-b8a6-050f41c317fc x-compute-request-id: req-4d1472b8-a5a4-4a69-b8a6-050f41c317fc Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:12:57", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "bookmark"}], "image": {"id": "ce548806-39c1-4411-b405-c17b1136a5c5", "links": [{"href": "http://172.30.9.22:8774/images/ce548806-39c1-4411-b405-c17b1136a5c5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-22T15:01:45.000000", "flavor": {"id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "links": [{"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}]}, "id": "20e67f30-43b2-4315-a250-e691e86f218c", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:01:56Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst", "created": "2018-10-22T15:01:38Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:02:14,685 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c used request id req-4d1472b8-a5a4-4a69-b8a6-050f41c317fc 2018-10-22 15:02:14,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:14,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fa71aa6e-e505-4b27-8a95-8a8bef7a78a5 Date: Mon, 22 Oct 2018 15:02:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["ed793778-d08d-4f94-82a6-37847bac1515"],"description":"","tags":[],"updated_at":"2018-10-22T15:01:22Z","provider:segmentation_id":4,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:21Z","provider:network_type":"vxlan"}]} 2018-10-22 15:02:14,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net used request id req-fa71aa6e-e505-4b27-8a95-8a8bef7a78a5 2018-10-22 15:02:14,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:14,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4872208a-3617-4d52-ae7a-ad854cd17e85 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:02:14,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-4872208a-3617-4d52-ae7a-ad854cd17e85 2018-10-22 15:02:14,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:15,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-46fc4ad3-2680-47bd-b582-0be47ed2158f Date: Mon, 22 Oct 2018 15:02:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:22Z","dns_nameservers":[],"updated_at":"2018-10-22T15:01:22Z","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":"8e9a3444377442da8b38ad768127d234","id":"ed793778-d08d-4f94-82a6-37847bac1515","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet"}]} 2018-10-22 15:02:15,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-46fc4ad3-2680-47bd-b582-0be47ed2158f 2018-10-22 15:02:15,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}771fdbca50762e907be921073f6d51fdc86d022a" 2018-10-22 15:02:15,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-0d30e427-4d3f-449d-9327-71d48a9e2418 Date: Mon, 22 Oct 2018 15:02:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.4"}],"id":"37ae00a8-1519-41d7-bfa9-767812157ae8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:1f:84","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:23Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.2"}],"id":"41f3719d-b01e-47c3-baa0-def4c17943fe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:fb:f7","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.3"}],"id":"995537b2-af43-419d-83e9-2c3a5852a540","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0c:ce:04","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42e2e502-5f24-4aed-963d-8d458c7b38e0","name":"","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:01:42Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ed793778-d08d-4f94-82a6-37847bac1515","ip_address":"10.55.0.6"}],"id":"e23261da-6510-4597-8d50-3934f701af77","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:12:57","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"20e67f30-43b2-4315-a250-e691e86f218c","name":"NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port","admin_state_up":true,"network_id":"42e2e502-5f24-4aed-963d-8d458c7b38e0","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:01:34Z","binding:vnic_type":"normal"}]} 2018-10-22 15:02:15,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-0d30e427-4d3f-449d-9327-71d48a9e2418 2018-10-22 15:02:15,117 - create_instance - INFO - Deleting Port with ID - e23261da-6510-4597-8d50-3934f701af77 2018-10-22 15:02:15,117 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-port 2018-10-22 15:02:15,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/e23261da-6510-4597-8d50-3934f701af77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:16,066 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1c12e5df-ee1d-4a37-9a41-13e83bf9e6f0 Date: Mon, 22 Oct 2018 15:02:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:02:16,066 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/e23261da-6510-4597-8d50-3934f701af77 used request id req-1c12e5df-ee1d-4a37-9a41-13e83bf9e6f0 2018-10-22 15:02:16,066 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst 2018-10-22 15:02:16,069 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:16,253 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:02: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-11a34c5d-8514-4d29-ae19-5f4570e8425f x-compute-request-id: req-11a34c5d-8514-4d29-ae19-5f4570e8425f Content-Type: application/json 2018-10-22 15:02:16,254 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c used request id req-11a34c5d-8514-4d29-ae19-5f4570e8425f 2018-10-22 15:02:16,254 - create_instance - INFO - Checking deletion status 2018-10-22 15:02:16,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:16,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02: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-ee64494e-4990-402f-9729-62f68256b183 x-compute-request-id: req-ee64494e-4990-402f-9729-62f68256b183 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "bookmark"}], "image": {"id": "ce548806-39c1-4411-b405-c17b1136a5c5", "links": [{"href": "http://172.30.9.22:8774/images/ce548806-39c1-4411-b405-c17b1136a5c5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-22T15:01:45.000000", "flavor": {"id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "links": [{"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}]}, "id": "20e67f30-43b2-4315-a250-e691e86f218c", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:02:16Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst", "created": "2018-10-22T15:01:38Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:02:16,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c used request id req-ee64494e-4990-402f-9729-62f68256b183 2018-10-22 15:02:16,482 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst] is - ACTIVE 2018-10-22 15:02:16,482 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:02:19,485 - create_instance - DEBUG - VM status query timeout in 296.768618107 2018-10-22 15:02:19,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:20,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-f40e0980-16d7-4d61-b395-d1c66c5da883 x-compute-request-id: req-f40e0980-16d7-4d61-b395-d1c66c5da883 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "bookmark"}], "image": {"id": "ce548806-39c1-4411-b405-c17b1136a5c5", "links": [{"href": "http://172.30.9.22:8774/images/ce548806-39c1-4411-b405-c17b1136a5c5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-22T15:01:45.000000", "flavor": {"id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "links": [{"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}]}, "id": "20e67f30-43b2-4315-a250-e691e86f218c", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:02:16Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst", "created": "2018-10-22T15:01:38Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:02:20,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c used request id req-f40e0980-16d7-4d61-b395-d1c66c5da883 2018-10-22 15:02:20,070 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst] is - ACTIVE 2018-10-22 15:02:20,070 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:02:23,074 - create_instance - DEBUG - VM status query timeout in 293.180526018 2018-10-22 15:02:23,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:23,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-6d946ad2-2531-4fc5-be49-f65cf855c379 x-compute-request-id: req-6d946ad2-2531-4fc5-be49-f65cf855c379 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20e67f30-43b2-4315-a250-e691e86f218c", "rel": "bookmark"}], "image": {"id": "ce548806-39c1-4411-b405-c17b1136a5c5", "links": [{"href": "http://172.30.9.22:8774/images/ce548806-39c1-4411-b405-c17b1136a5c5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-22T15:01:45.000000", "flavor": {"id": "ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "links": [{"href": "http://172.30.9.22:8774/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f", "rel": "bookmark"}]}, "id": "20e67f30-43b2-4315-a250-e691e86f218c", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:02:22Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst", "created": "2018-10-22T15:01:38Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:02:23,527 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c used request id req-6d946ad2-2531-4fc5-be49-f65cf855c379 2018-10-22 15:02:23,527 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst] is - ACTIVE 2018-10-22 15:02:23,527 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:02:26,530 - create_instance - DEBUG - VM status query timeout in 289.723658085 2018-10-22 15:02:26,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a65c3a59ef81bfba45b6de2fd1a808a42f250f" 2018-10-22 15:02:26,578 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15: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 x-openstack-request-id: req-15911499-3a33-4571-9d0e-535cab861ea1 x-compute-request-id: req-15911499-3a33-4571-9d0e-535cab861ea1 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 20e67f30-43b2-4315-a250-e691e86f218c could not be found.", "code": 404}} 2018-10-22 15:02:26,578 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/20e67f30-43b2-4315-a250-e691e86f218c used request id req-15911499-3a33-4571-9d0e-535cab861ea1 2018-10-22 15:02:26,578 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 20e67f30-43b2-4315-a250-e691e86f218c could not be found. (HTTP 404) (Request-ID: req-15911499-3a33-4571-9d0e-535cab861ea1) 2018-10-22 15:02:26,578 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-vm_inst 2018-10-22 15:02:26,582 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31725848-e728-4059-84ab-44aac9c692f8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a536bf7c7aa7f9b9c731f0ff83b1362cc4dff7" 2018-10-22 15:02:27,354 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:26 GMT Server: Apache x-compute-request-id: req-bea61bef-ab44-4f73-b6ff-eb6fec1630fd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bea61bef-ab44-4f73-b6ff-eb6fec1630fd Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:02:06.000000", "replication_status": null, "snapshot_id": null, "id": "1a3fc21e-1257-404b-ba51-a56caee41146", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-ca8095f6-9755-4be9-890f-872249def8c9", "bootable": "false", "created_at": "2018-10-22T15:01:26.000000", "volume_type": null}} 2018-10-22 15:02:27,354 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146 used request id req-bea61bef-ab44-4f73-b6ff-eb6fec1630fd 2018-10-22 15:02:27,354 - create_volume - DEBUG - Instance status is - available 2018-10-22 15:02:27,354 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9 2018-10-22 15:02:27,355 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9 2018-10-22 15:02:27,357 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31725848-e728-4059-84ab-44aac9c692f8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a536bf7c7aa7f9b9c731f0ff83b1362cc4dff7" 2018-10-22 15:02:27,458 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:02:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d25e9a70-193c-473e-90e8-9ba02bcf413b 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-10-22 15:02:27,458 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146 used request id req-d25e9a70-193c-473e-90e8-9ba02bcf413b 2018-10-22 15:02:27,461 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31725848-e728-4059-84ab-44aac9c692f8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a536bf7c7aa7f9b9c731f0ff83b1362cc4dff7" 2018-10-22 15:02:28,208 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15:02:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d34b7640-4a84-461d-ba6a-659469004320 x-openstack-request-id: req-d34b7640-4a84-461d-ba6a-659469004320 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 1a3fc21e-1257-404b-ba51-a56caee41146 could not be found.", "code": 404}} 2018-10-22 15:02:28,208 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/1a3fc21e-1257-404b-ba51-a56caee41146 used request id req-d34b7640-4a84-461d-ba6a-659469004320 2018-10-22 15:02:28,208 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 1a3fc21e-1257-404b-ba51-a56caee41146 could not be found. (HTTP 404) (Request-ID: req-d34b7640-4a84-461d-ba6a-659469004320) 2018-10-22 15:02:28,208 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9 2018-10-22 15:02:28,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2c27e827d9a77ca27c3513da9f191eceb75371" 2018-10-22 15:02:28,260 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15: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 x-openstack-request-id: req-7332c785-4045-4d64-9505-4b603a5a7a79 x-compute-request-id: req-7332c785-4045-4d64-9505-4b603a5a7a79 Content-Length: 0 Content-Type: application/json 2018-10-22 15:02:28,261 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/ab5a9f1e-248e-4cd5-bd2b-788c0ed3a92f used request id req-7332c785-4045-4d64-9505-4b603a5a7a79 2018-10-22 15:02:28,261 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet 2018-10-22 15:02:28,262 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-subnet 2018-10-22 15:02:28,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/ed793778-d08d-4f94-82a6-37847bac1515 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9031a65601ab7e808a633e12c5cd87c8cdd44ef6" 2018-10-22 15:02:30,281 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-71c09f2a-281d-4a17-855e-7830acaf8c9e Date: Mon, 22 Oct 2018 15:02:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:02:30,281 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/ed793778-d08d-4f94-82a6-37847bac1515 used request id req-71c09f2a-281d-4a17-855e-7830acaf8c9e 2018-10-22 15:02:30,281 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-net 2018-10-22 15:02:30,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/42e2e502-5f24-4aed-963d-8d458c7b38e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9031a65601ab7e808a633e12c5cd87c8cdd44ef6" 2018-10-22 15:02:32,246 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-59fb0103-7de8-434c-871f-282ef1036719 Date: Mon, 22 Oct 2018 15:02:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:02:32,246 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/42e2e502-5f24-4aed-963d-8d458c7b38e0 used request id req-59fb0103-7de8-434c-871f-282ef1036719 2018-10-22 15:02:32,247 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-ca8095f6-9755-4be9-890f-872249def8c9-image 2018-10-22 15:02:32,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/ce548806-39c1-4411-b405-c17b1136a5c5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbd94b972861dba662b4a261f46db20aae1446a1" 2018-10-22 15:02:33,502 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0ade81ee-4d58-49dc-a1d1-cab2fc5ec4ca Date: Mon, 22 Oct 2018 15:02:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:02:33,502 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/ce548806-39c1-4411-b405-c17b1136a5c5 used request id req-0ade81ee-4d58-49dc-a1d1-cab2fc5ec4ca 2018-10-22 15:02:33,504 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:02:33,507 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-22 15:02:33,507 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:02:33,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:02:33,895 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:02:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["i7PwzXGYQgSCs8sgD-NRww"], "issued_at": "2018-10-22T15:02:33.000000Z"}} 2018-10-22 15:02:33,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}87838244764ada6ae16bd8b3f5ce7ddabd8d21cc" 2018-10-22 15:02:33,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3edbb2d5-3c3a-4f60-b019-65ac1c676a17 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:02:33,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3edbb2d5-3c3a-4f60-b019-65ac1c676a17 2018-10-22 15:02:34,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}87838244764ada6ae16bd8b3f5ce7ddabd8d21cc" 2018-10-22 15:02:34,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-f7bb091c-1b3d-49fe-ab15-9ce87317f187 Date: Mon, 22 Oct 2018 15:02:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-image"} 2018-10-22 15:02:34,167 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-image used request id req-f7bb091c-1b3d-49fe-ab15-9ce87317f187 2018-10-22 15:02:34,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}87838244764ada6ae16bd8b3f5ce7ddabd8d21cc" 2018-10-22 15:02:34,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-22d35b29-a735-45ce-98eb-488b7620c4cd Date: Mon, 22 Oct 2018 15:02: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-10-22 15:02:34,340 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-22d35b29-a735-45ce-98eb-488b7620c4cd 2018-10-22 15:02:34,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}87838244764ada6ae16bd8b3f5ce7ddabd8d21cc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-image"}' 2018-10-22 15:02:35,055 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/d67f988f-6f45-4744-8b92-32b3389367ed X-Openstack-Request-Id: req-7ff13caf-c1f6-408b-8f5b-bb8bf714a11a Date: Mon, 22 Oct 2018 15:02:35 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:02:34Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T15:02:34Z", "visibility": "shared", "locations": [], "self": "/v2/images/d67f988f-6f45-4744-8b92-32b3389367ed", "min_disk": 0, "protected": false, "id": "d67f988f-6f45-4744-8b92-32b3389367ed", "file": "/v2/images/d67f988f-6f45-4744-8b92-32b3389367ed/file", "checksum": null, "owner": "8e9a3444377442da8b38ad768127d234", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:02:35,056 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-7ff13caf-c1f6-408b-8f5b-bb8bf714a11a 2018-10-22 15:02:35,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/d67f988f-6f45-4744-8b92-32b3389367ed/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}87838244764ada6ae16bd8b3f5ce7ddabd8d21cc" -d '' 2018-10-22 15:02:36,556 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-29e15e7c-98ef-4769-9d05-2a963a22d8d8 Date: Mon, 22 Oct 2018 15:02:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:02:36,556 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/d67f988f-6f45-4744-8b92-32b3389367ed/file used request id req-29e15e7c-98ef-4769-9d05-2a963a22d8d8 2018-10-22 15:02:36,557 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-22 15:02:36,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/d67f988f-6f45-4744-8b92-32b3389367ed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}87838244764ada6ae16bd8b3f5ce7ddabd8d21cc" 2018-10-22 15:02:37,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-6a3fb3c7-5c99-4704-80b6-9d9de3c9e896 Date: Mon, 22 Oct 2018 15:02:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:02:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:02:36Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/d67f988f-6f45-4744-8b92-32b3389367ed/snap", "metadata": {}}], "self": "/v2/images/d67f988f-6f45-4744-8b92-32b3389367ed", "min_disk": 0, "protected": false, "id": "d67f988f-6f45-4744-8b92-32b3389367ed", "file": "/v2/images/d67f988f-6f45-4744-8b92-32b3389367ed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/d67f988f-6f45-4744-8b92-32b3389367ed/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:02:37,190 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/d67f988f-6f45-4744-8b92-32b3389367ed used request id req-6a3fb3c7-5c99-4704-80b6-9d9de3c9e896 2018-10-22 15:02:37,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}87838244764ada6ae16bd8b3f5ce7ddabd8d21cc" 2018-10-22 15:02:37,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f2dffdc5-b23a-4e6c-92d8-b140dfbe44a2 Date: Mon, 22 Oct 2018 15:02: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-10-22 15:02:37,741 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-f2dffdc5-b23a-4e6c-92d8-b140dfbe44a2 2018-10-22 15:02:37,744 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-image 2018-10-22 15:02:37,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/d67f988f-6f45-4744-8b92-32b3389367ed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}87838244764ada6ae16bd8b3f5ce7ddabd8d21cc" 2018-10-22 15:02:37,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-b384d0bc-e054-4861-9a43-ce0c0411bd3e Date: Mon, 22 Oct 2018 15:02:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:02:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:02:36Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/d67f988f-6f45-4744-8b92-32b3389367ed/snap", "metadata": {}}], "self": "/v2/images/d67f988f-6f45-4744-8b92-32b3389367ed", "min_disk": 0, "protected": false, "id": "d67f988f-6f45-4744-8b92-32b3389367ed", "file": "/v2/images/d67f988f-6f45-4744-8b92-32b3389367ed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/d67f988f-6f45-4744-8b92-32b3389367ed/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:02:37,764 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/d67f988f-6f45-4744-8b92-32b3389367ed used request id req-b384d0bc-e054-4861-9a43-ce0c0411bd3e 2018-10-22 15:02:37,765 - create_image - DEBUG - Instance status is - active 2018-10-22 15:02:37,765 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-image 2018-10-22 15:02:37,765 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-image 2018-10-22 15:02:37,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:02:37,767 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:02:38,139 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:02:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["vPCdSIeLQ4G4kj-hVFGPhw"], "issued_at": "2018-10-22T15:02:38.000000Z"}} 2018-10-22 15:02:38,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}6c04a9ff4e37ff4f28c8831170b7e73559a7199a" 2018-10-22 15:02:38,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e04957da-405f-4c78-bd23-76dcf6b9eac7 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:02:38,226 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e04957da-405f-4c78-bd23-76dcf6b9eac7 2018-10-22 15:02:38,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c04a9ff4e37ff4f28c8831170b7e73559a7199a" 2018-10-22 15:02:38,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e5bc293e-aab0-48d1-af4b-e918b180d7c7 Date: Mon, 22 Oct 2018 15:02:38 GMT RESP BODY: {"networks":[]} 2018-10-22 15:02:38,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net used request id req-e5bc293e-aab0-48d1-af4b-e918b180d7c7 2018-10-22 15:02:38,417 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net 2018-10-22 15:02:38,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c04a9ff4e37ff4f28c8831170b7e73559a7199a" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net", "admin_state_up": true}}' 2018-10-22 15:02:39,162 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-ccf15d7a-e440-4c14-baec-aedea4fde025 Date: Mon, 22 Oct 2018 15:02:39 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T15:02:38Z","is_default":false,"provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:38Z","mtu":1450}} 2018-10-22 15:02:39,162 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-ccf15d7a-e440-4c14-baec-aedea4fde025 2018-10-22 15:02:39,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=f5b660f3-e6a9-4b61-9102-3179f92ca559 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c04a9ff4e37ff4f28c8831170b7e73559a7199a" 2018-10-22 15:02:39,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cc74c636-6389-4de4-bf06-f7de45d6ffda Date: Mon, 22 Oct 2018 15:02:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T15:02:38Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:38Z","provider:network_type":"vxlan"}]} 2018-10-22 15:02:39,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=f5b660f3-e6a9-4b61-9102-3179f92ca559 used request id req-cc74c636-6389-4de4-bf06-f7de45d6ffda 2018-10-22 15:02:39,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c04a9ff4e37ff4f28c8831170b7e73559a7199a" 2018-10-22 15:02:39,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c061d950-431e-4e02-94bf-41894fb9dcca Date: Mon, 22 Oct 2018 15:02:39 GMT RESP BODY: {"subnets":[]} 2018-10-22 15:02:39,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 used request id req-c061d950-431e-4e02-94bf-41894fb9dcca 2018-10-22 15:02:39,605 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-subnet 2018-10-22 15:02:39,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c04a9ff4e37ff4f28c8831170b7e73559a7199a" -d '{"subnets": [{"ip_version": 4, "network_id": "f5b660f3-e6a9-4b61-9102-3179f92ca559", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-subnet"}]}' 2018-10-22 15:02:40,647 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c5d7023d-874d-496a-b38d-68e93c32a6c8 Date: Mon, 22 Oct 2018 15:02:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:40Z","dns_nameservers":[],"updated_at":"2018-10-22T15:02:40Z","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":"8e9a3444377442da8b38ad768127d234","id":"f4d43592-1c22-4765-aba0-d4253d61a286","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-subnet"}]} 2018-10-22 15:02:40,647 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-c5d7023d-874d-496a-b38d-68e93c32a6c8 2018-10-22 15:02:40,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=f5b660f3-e6a9-4b61-9102-3179f92ca559 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c04a9ff4e37ff4f28c8831170b7e73559a7199a" 2018-10-22 15:02:40,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-c2e68dff-ed1e-4e30-982e-a4013f8351a2 Date: Mon, 22 Oct 2018 15:02:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["f4d43592-1c22-4765-aba0-d4253d61a286"],"description":"","tags":[],"updated_at":"2018-10-22T15:02:40Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:38Z","provider:network_type":"vxlan"}]} 2018-10-22 15:02:40,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=f5b660f3-e6a9-4b61-9102-3179f92ca559 used request id req-c2e68dff-ed1e-4e30-982e-a4013f8351a2 2018-10-22 15:02:40,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c04a9ff4e37ff4f28c8831170b7e73559a7199a" 2018-10-22 15:02:41,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3198c0a6-e82c-49b9-bdf5-9810b80930bc Date: Mon, 22 Oct 2018 15:02:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:40Z","dns_nameservers":[],"updated_at":"2018-10-22T15:02:40Z","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":"8e9a3444377442da8b38ad768127d234","id":"f4d43592-1c22-4765-aba0-d4253d61a286","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-subnet"}]} 2018-10-22 15:02:41,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 used request id req-3198c0a6-e82c-49b9-bdf5-9810b80930bc 2018-10-22 15:02:41,092 - OpenStackNetwork - DEBUG - Network [f5b660f3-e6a9-4b61-9102-3179f92ca559] created successfully 2018-10-22 15:02:41,093 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:02:41,093 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:02:41,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:02:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["kArwLyljQ8OWz-HBQehpdA"], "issued_at": "2018-10-22T15:02:41.000000Z"}} 2018-10-22 15:02:41,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}78fcc73a60dbc8a3f29d75998eba05d4fe31764c" 2018-10-22 15:02:41,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f65d4d7c-9b9e-4efc-9da7-deee519dce2e 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:02:41,561 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f65d4d7c-9b9e-4efc-9da7-deee519dce2e 2018-10-22 15:02:41,563 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:02:41,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78fcc73a60dbc8a3f29d75998eba05d4fe31764c" 2018-10-22 15:02:41,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02: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-ff2ac80c-b37f-4d3c-8f9f-276f3929aa6f x-compute-request-id: req-ff2ac80c-b37f-4d3c-8f9f-276f3929aa6f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-22 15:02:41,766 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-ff2ac80c-b37f-4d3c-8f9f-276f3929aa6f 2018-10-22 15:02:41,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78fcc73a60dbc8a3f29d75998eba05d4fe31764c" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-22 15:02:41,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02: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-8973d189-cfba-43a5-aa03-238a1b387bee x-compute-request-id: req-8973d189-cfba-43a5-aa03-238a1b387bee Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/54c437b3-d497-4303-b631-991fd5ded23a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/54c437b3-d497-4303-b631-991fd5ded23a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "54c437b3-d497-4303-b631-991fd5ded23a", "name": "NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:02:41,905 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-8973d189-cfba-43a5-aa03-238a1b387bee 2018-10-22 15:02:41,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:02:41,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:02:42,302 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:02:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["Dm5pEL0nRBqQru9PxB8Rig"], "issued_at": "2018-10-22T15:02:42.000000Z"}} 2018-10-22 15:02:42,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}a22cc44b3af872b6e6b1493b20a65137c36e6d14" 2018-10-22 15:02:42,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e3793f4-f33d-488a-a6bf-e67ffbb664d7 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:02:42,383 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1e3793f4-f33d-488a-a6bf-e67ffbb664d7 2018-10-22 15:02:42,388 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a22cc44b3af872b6e6b1493b20a65137c36e6d14" 2018-10-22 15:02:42,570 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:42 GMT Server: Apache x-compute-request-id: req-65678552-9841-41a3-a0ec-8c2db1281c3a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-65678552-9841-41a3-a0ec-8c2db1281c3a Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-22 15:02:42,570 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/detail used request id req-65678552-9841-41a3-a0ec-8c2db1281c3a 2018-10-22 15:02:42,574 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-65678552-9841-41a3-a0ec-8c2db1281c3a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a22cc44b3af872b6e6b1493b20a65137c36e6d14" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64", "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-10-22 15:02:43,066 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:02:42 GMT Server: Apache x-compute-request-id: req-387bc97b-6928-4be3-b8aa-72a98ac9ac27 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-387bc97b-6928-4be3-b8aa-72a98ac9ac27 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/bf9ec905-29a1-4d06-9a38-6dede637f44d", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/bf9ec905-29a1-4d06-9a38-6dede637f44d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-22T15:02:42.884437", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "bf9ec905-29a1-4d06-9a38-6dede637f44d", "size": 1}} 2018-10-22 15:02:43,066 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes used request id req-387bc97b-6928-4be3-b8aa-72a98ac9ac27 2018-10-22 15:02:43,070 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/bf9ec905-29a1-4d06-9a38-6dede637f44d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-65678552-9841-41a3-a0ec-8c2db1281c3a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a22cc44b3af872b6e6b1493b20a65137c36e6d14" 2018-10-22 15:02:43,277 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:43 GMT Server: Apache x-compute-request-id: req-fc0b2c8b-f86c-4c87-9e2a-e6cf204b875b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fc0b2c8b-f86c-4c87-9e2a-e6cf204b875b Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/bf9ec905-29a1-4d06-9a38-6dede637f44d", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/bf9ec905-29a1-4d06-9a38-6dede637f44d", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:02:43.000000", "replication_status": null, "snapshot_id": null, "id": "bf9ec905-29a1-4d06-9a38-6dede637f44d", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-0c724da0-ff5d-435b-bbcf-0b9239269d64", "bootable": "false", "created_at": "2018-10-22T15:02:42.000000", "volume_type": null}} 2018-10-22 15:02:43,277 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/bf9ec905-29a1-4d06-9a38-6dede637f44d used request id req-fc0b2c8b-f86c-4c87-9e2a-e6cf204b875b 2018-10-22 15:02:43,278 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64 2018-10-22 15:02:43,281 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/bf9ec905-29a1-4d06-9a38-6dede637f44d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-65678552-9841-41a3-a0ec-8c2db1281c3a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a22cc44b3af872b6e6b1493b20a65137c36e6d14" 2018-10-22 15:02:44,053 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:43 GMT Server: Apache x-compute-request-id: req-87f17c91-e0ae-48b8-946a-c3f576226431 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-87f17c91-e0ae-48b8-946a-c3f576226431 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/bf9ec905-29a1-4d06-9a38-6dede637f44d", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/bf9ec905-29a1-4d06-9a38-6dede637f44d", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:02:43.000000", "replication_status": null, "snapshot_id": null, "id": "bf9ec905-29a1-4d06-9a38-6dede637f44d", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-0c724da0-ff5d-435b-bbcf-0b9239269d64", "bootable": "false", "created_at": "2018-10-22T15:02:42.000000", "volume_type": null}} 2018-10-22 15:02:44,053 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/bf9ec905-29a1-4d06-9a38-6dede637f44d used request id req-87f17c91-e0ae-48b8-946a-c3f576226431 2018-10-22 15:02:44,054 - create_volume - DEBUG - Instance status is - available 2018-10-22 15:02:44,054 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64 2018-10-22 15:02:44,054 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64 2018-10-22 15:02:44,054 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:02:44,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:02:44,435 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:02:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["Jbul3vJxSPu0GxNZvA5vWQ"], "issued_at": "2018-10-22T15:02:44.000000Z"}} 2018-10-22 15:02:44,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:44,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d28235d9-cce1-4128-9fc8-2d460ab464e2 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:02:44,523 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d28235d9-cce1-4128-9fc8-2d460ab464e2 2018-10-22 15:02:44,524 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:02:44,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:44,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de40e118-b3f2-4cdc-ad13-7cc2de799f9b 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:02:44,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-de40e118-b3f2-4cdc-ad13-7cc2de799f9b 2018-10-22 15:02:44,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:44,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-b4ae7fec-10f4-438a-b5d1-565b7c672d7d Date: Mon, 22 Oct 2018 15:02:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["f4d43592-1c22-4765-aba0-d4253d61a286"],"description":"","tags":[],"updated_at":"2018-10-22T15:02:40Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:38Z","provider:network_type":"vxlan"}]} 2018-10-22 15:02:44,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net used request id req-b4ae7fec-10f4-438a-b5d1-565b7c672d7d 2018-10-22 15:02:44,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 15:02:44,860 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:02:44 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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:02:44,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:44,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e58b11fe-ba31-4d54-a558-4f04abf0f7ee 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:02:44,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-e58b11fe-ba31-4d54-a558-4f04abf0f7ee 2018-10-22 15:02:44,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:45,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b524c4a3-6c5c-40aa-b31a-f131335b3811 Date: Mon, 22 Oct 2018 15:02:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:40Z","dns_nameservers":[],"updated_at":"2018-10-22T15:02:40Z","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":"8e9a3444377442da8b38ad768127d234","id":"f4d43592-1c22-4765-aba0-d4253d61a286","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-subnet"}]} 2018-10-22 15:02:45,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 used request id req-b524c4a3-6c5c-40aa-b31a-f131335b3811 2018-10-22 15:02:45,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559&name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:45,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-be5b51ff-078e-4f0d-ac02-7e0b7ed44c40 Date: Mon, 22 Oct 2018 15:02:45 GMT RESP BODY: {"ports":[]} 2018-10-22 15:02:45,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559&name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-port&admin_state_up=True used request id req-be5b51ff-078e-4f0d-ac02-7e0b7ed44c40 2018-10-22 15:02:45,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:45,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02: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-bd98ae39-2669-4da0-9acc-325eb6009753 x-compute-request-id: req-bd98ae39-2669-4da0-9acc-325eb6009753 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-22 15:02:45,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst used request id req-bd98ae39-2669-4da0-9acc-325eb6009753 2018-10-22 15:02:45,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:46,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-6fdc0d99-9660-4f48-a282-516c3fcc5fc4 Date: Mon, 22 Oct 2018 15:02:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["f4d43592-1c22-4765-aba0-d4253d61a286"],"description":"","tags":[],"updated_at":"2018-10-22T15:02:40Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:38Z","provider:network_type":"vxlan"}]} 2018-10-22 15:02:46,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net used request id req-6fdc0d99-9660-4f48-a282-516c3fcc5fc4 2018-10-22 15:02:46,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:46,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ff8552f-8275-482c-bef2-dd5b9b489e6e 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:02:46,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-3ff8552f-8275-482c-bef2-dd5b9b489e6e 2018-10-22 15:02:46,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:46,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b90c045a-1331-47a1-8f5f-b4701b5d343e Date: Mon, 22 Oct 2018 15:02:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:40Z","dns_nameservers":[],"updated_at":"2018-10-22T15:02:40Z","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":"8e9a3444377442da8b38ad768127d234","id":"f4d43592-1c22-4765-aba0-d4253d61a286","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-subnet"}]} 2018-10-22 15:02:46,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 used request id req-b90c045a-1331-47a1-8f5f-b4701b5d343e 2018-10-22 15:02:46,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559&name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:46,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-daa78f1b-e116-4ece-b3a8-6a78dae473ea Date: Mon, 22 Oct 2018 15:02:46 GMT RESP BODY: {"ports":[]} 2018-10-22 15:02:46,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559&name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-port&admin_state_up=True used request id req-daa78f1b-e116-4ece-b3a8-6a78dae473ea 2018-10-22 15:02:46,541 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:02:46,542 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:02:46,913 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:02:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["BCllfxTsStKWjvdKXMmHAQ"], "issued_at": "2018-10-22T15:02:46.000000Z"}} 2018-10-22 15:02:46,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}0094f98f3604c55a18f9b1127563c4ba012dd077" 2018-10-22 15:02:47,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebde3758-6d8e-4464-816c-c3af2605907b 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:02:47,001 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ebde3758-6d8e-4464-816c-c3af2605907b 2018-10-22 15:02:47,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:47,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-74ca97d7-582d-4984-b54e-75ca0a6cf0bf Date: Mon, 22 Oct 2018 15:02:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["f4d43592-1c22-4765-aba0-d4253d61a286"],"description":"","tags":[],"updated_at":"2018-10-22T15:02:40Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:38Z","provider:network_type":"vxlan"}]} 2018-10-22 15:02:47,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net used request id req-74ca97d7-582d-4984-b54e-75ca0a6cf0bf 2018-10-22 15:02:47,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:47,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5c348528-0d60-46e1-bcee-06d25460c848 Date: Mon, 22 Oct 2018 15:02:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:40Z","dns_nameservers":[],"updated_at":"2018-10-22T15:02:40Z","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":"8e9a3444377442da8b38ad768127d234","id":"f4d43592-1c22-4765-aba0-d4253d61a286","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-subnet"}]} 2018-10-22 15:02:47,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 used request id req-5c348528-0d60-46e1-bcee-06d25460c848 2018-10-22 15:02:47,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:47,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2747b151-abee-4779-86d0-f701abf4596f Date: Mon, 22 Oct 2018 15:02:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["f4d43592-1c22-4765-aba0-d4253d61a286"],"description":"","tags":[],"updated_at":"2018-10-22T15:02:40Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:38Z","provider:network_type":"vxlan"}]} 2018-10-22 15:02:47,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net used request id req-2747b151-abee-4779-86d0-f701abf4596f 2018-10-22 15:02:47,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 15:02:47,565 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:02: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:02:47,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0094f98f3604c55a18f9b1127563c4ba012dd077" 2018-10-22 15:02:47,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3334c3db-f0a8-4f5b-ad57-647633307fa0 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:02:47,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-3334c3db-f0a8-4f5b-ad57-647633307fa0 2018-10-22 15:02:47,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:47,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-37a6299e-c27a-4412-a58b-5e1ca4e956a9 Date: Mon, 22 Oct 2018 15:02:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:40Z","dns_nameservers":[],"updated_at":"2018-10-22T15:02:40Z","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":"8e9a3444377442da8b38ad768127d234","id":"f4d43592-1c22-4765-aba0-d4253d61a286","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-subnet"}]} 2018-10-22 15:02:47,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 used request id req-37a6299e-c27a-4412-a58b-5e1ca4e956a9 2018-10-22 15:02:47,928 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net 2018-10-22 15:02:47,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" -d '{"port": {"network_id": "f5b660f3-e6a9-4b61-9102-3179f92ca559", "name": "NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-port", "admin_state_up": true}}' 2018-10-22 15:02:48,713 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-24bc2ac7-56cf-4a89-ac6f-f44401ae3eb9 Date: Mon, 22 Oct 2018 15:02:48 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:02:48Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4d43592-1c22-4765-aba0-d4253d61a286","ip_address":"10.55.0.7"}],"id":"9ce309f1-e13f-4627-8d10-9ccaef7074f3","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8c:d3:f7","project_id":"8e9a3444377442da8b38ad768127d234","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-port","admin_state_up":true,"network_id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:48Z","binding:vnic_type":"normal"}} 2018-10-22 15:02:48,714 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-24bc2ac7-56cf-4a89-ac6f-f44401ae3eb9 2018-10-22 15:02:48,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:49,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-cb315794-b6c3-4ee4-b3e1-1a836d4196da Date: Mon, 22 Oct 2018 15:02:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["f4d43592-1c22-4765-aba0-d4253d61a286"],"description":"","tags":[],"updated_at":"2018-10-22T15:02:40Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:38Z","provider:network_type":"vxlan"}]} 2018-10-22 15:02:49,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net used request id req-cb315794-b6c3-4ee4-b3e1-1a836d4196da 2018-10-22 15:02:49,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:49,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d5b079d-65fe-4cdd-a424-e4edcc4225a5 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:02:49,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-9d5b079d-65fe-4cdd-a424-e4edcc4225a5 2018-10-22 15:02:49,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:49,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-273b8014-0b33-4f7f-b01f-aeb07d32ad96 Date: Mon, 22 Oct 2018 15:02:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:40Z","dns_nameservers":[],"updated_at":"2018-10-22T15:02:40Z","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":"8e9a3444377442da8b38ad768127d234","id":"f4d43592-1c22-4765-aba0-d4253d61a286","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-subnet"}]} 2018-10-22 15:02:49,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 used request id req-273b8014-0b33-4f7f-b01f-aeb07d32ad96 2018-10-22 15:02:49,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559&name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:49,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-8487d80e-46ab-4a96-8f5c-30d6aac19d49 Date: Mon, 22 Oct 2018 15:02:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:02:48Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f4d43592-1c22-4765-aba0-d4253d61a286","ip_address":"10.55.0.7"}],"id":"9ce309f1-e13f-4627-8d10-9ccaef7074f3","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8c:d3:f7","project_id":"8e9a3444377442da8b38ad768127d234","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-port","admin_state_up":true,"network_id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:48Z","binding:vnic_type":"normal"}]} 2018-10-22 15:02:49,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559&name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-port&admin_state_up=True used request id req-8487d80e-46ab-4a96-8f5c-30d6aac19d49 2018-10-22 15:02:49,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:49,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14a90c0e-a639-48f3-b0f8-0adee3f15085 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:02:49,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-14a90c0e-a639-48f3-b0f8-0adee3f15085 2018-10-22 15:02:49,533 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst 2018-10-22 15:02:49,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:49,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02: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-b5f8c383-49f9-461f-9b4d-9281da6eb997 x-compute-request-id: req-b5f8c383-49f9-461f-9b4d-9281da6eb997 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "54c437b3-d497-4303-b631-991fd5ded23a", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/54c437b3-d497-4303-b631-991fd5ded23a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/54c437b3-d497-4303-b631-991fd5ded23a", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-flavor"}]} 2018-10-22 15:02:49,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-b5f8c383-49f9-461f-9b4d-9281da6eb997 2018-10-22 15:02:49,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/54c437b3-d497-4303-b631-991fd5ded23a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:49,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02: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-5c985fd8-7e49-4c36-8657-5acec8e7dd32 x-compute-request-id: req-5c985fd8-7e49-4c36-8657-5acec8e7dd32 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/54c437b3-d497-4303-b631-991fd5ded23a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/54c437b3-d497-4303-b631-991fd5ded23a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "54c437b3-d497-4303-b631-991fd5ded23a", "name": "NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:02:49,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/54c437b3-d497-4303-b631-991fd5ded23a used request id req-5c985fd8-7e49-4c36-8657-5acec8e7dd32 2018-10-22 15:02:49,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:49,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-99a07d61-3aed-4405-a9dc-5055529b0430 Date: Mon, 22 Oct 2018 15:02:49 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:02:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:02:36Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/d67f988f-6f45-4744-8b92-32b3389367ed/snap", "metadata": {}}], "self": "/v2/images/d67f988f-6f45-4744-8b92-32b3389367ed", "min_disk": 0, "protected": false, "id": "d67f988f-6f45-4744-8b92-32b3389367ed", "file": "/v2/images/d67f988f-6f45-4744-8b92-32b3389367ed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/d67f988f-6f45-4744-8b92-32b3389367ed/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-image"} 2018-10-22 15:02:49,784 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-image used request id req-99a07d61-3aed-4405-a9dc-5055529b0430 2018-10-22 15:02:49,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:49,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2f72aa95-872b-4177-918c-e07dabdd4cfa Date: Mon, 22 Oct 2018 15:02: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-10-22 15:02:49,946 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-2f72aa95-872b-4177-918c-e07dabdd4cfa 2018-10-22 15:02:49,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst", "imageRef": "d67f988f-6f45-4744-8b92-32b3389367ed", "flavorRef": "54c437b3-d497-4303-b631-991fd5ded23a", "max_count": 1, "min_count": 1, "networks": [{"port": "9ce309f1-e13f-4627-8d10-9ccaef7074f3"}]}}' 2018-10-22 15:02:52,178 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:02: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-ba21dd3f-3a79-46fb-a1c6-52d534773ace x-compute-request-id: req-ba21dd3f-3a79-46fb-a1c6-52d534773ace Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7602b37d-88a7-4072-91f2-e188f5b42bc9", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "bookmark"}], "adminPass": "MenyiTZ6MGvx"}} 2018-10-22 15:02:52,178 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-ba21dd3f-3a79-46fb-a1c6-52d534773ace 2018-10-22 15:02:52,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:52,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-f1a2ba1f-e713-45b3-9ee5-83184ace119b x-compute-request-id: req-f1a2ba1f-e713-45b3-9ee5-83184ace119b 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.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "bookmark"}], "image": {"id": "d67f988f-6f45-4744-8b92-32b3389367ed", "links": [{"href": "http://172.30.9.22:8774/images/d67f988f-6f45-4744-8b92-32b3389367ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54c437b3-d497-4303-b631-991fd5ded23a", "links": [{"href": "http://172.30.9.22:8774/flavors/54c437b3-d497-4303-b631-991fd5ded23a", "rel": "bookmark"}]}, "id": "7602b37d-88a7-4072-91f2-e188f5b42bc9", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "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-10-22T15:02: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-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst", "created": "2018-10-22T15:02:52Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:02:52,565 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 used request id req-f1a2ba1f-e713-45b3-9ee5-83184ace119b 2018-10-22 15:02:52,566 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst 2018-10-22 15:02:52,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:52,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-1bee4d68-0c5b-496f-b54c-94e36ac64468 x-compute-request-id: req-1bee4d68-0c5b-496f-b54c-94e36ac64468 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.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "bookmark"}], "image": {"id": "d67f988f-6f45-4744-8b92-32b3389367ed", "links": [{"href": "http://172.30.9.22:8774/images/d67f988f-6f45-4744-8b92-32b3389367ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54c437b3-d497-4303-b631-991fd5ded23a", "links": [{"href": "http://172.30.9.22:8774/flavors/54c437b3-d497-4303-b631-991fd5ded23a", "rel": "bookmark"}]}, "id": "7602b37d-88a7-4072-91f2-e188f5b42bc9", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "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-10-22T15:02: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-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst", "created": "2018-10-22T15:02:52Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:02:52,794 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 used request id req-1bee4d68-0c5b-496f-b54c-94e36ac64468 2018-10-22 15:02:52,794 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst] is - BUILD 2018-10-22 15:02:52,794 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:02:55,797 - create_instance - DEBUG - VM status query timeout in 896.768663168 2018-10-22 15:02:55,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:02:56,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:02: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-30faf1ad-4d1c-4dec-ae33-520ec05bbb22 x-compute-request-id: req-30faf1ad-4d1c-4dec-ae33-520ec05bbb22 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "bookmark"}], "image": {"id": "d67f988f-6f45-4744-8b92-32b3389367ed", "links": [{"href": "http://172.30.9.22:8774/images/d67f988f-6f45-4744-8b92-32b3389367ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54c437b3-d497-4303-b631-991fd5ded23a", "links": [{"href": "http://172.30.9.22:8774/flavors/54c437b3-d497-4303-b631-991fd5ded23a", "rel": "bookmark"}]}, "id": "7602b37d-88a7-4072-91f2-e188f5b42bc9", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:02:55Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst", "created": "2018-10-22T15:02:52Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:02:56,546 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 used request id req-30faf1ad-4d1c-4dec-ae33-520ec05bbb22 2018-10-22 15:02:56,547 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst] is - BUILD 2018-10-22 15:02:56,547 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:02:59,550 - create_instance - DEBUG - VM status query timeout in 893.016014099 2018-10-22 15:02:59,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:03:00,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-9f780c90-7790-4576-91b7-1688bd99af43 x-compute-request-id: req-9f780c90-7790-4576-91b7-1688bd99af43 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:d3:f7", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "bookmark"}], "image": {"id": "d67f988f-6f45-4744-8b92-32b3389367ed", "links": [{"href": "http://172.30.9.22:8774/images/d67f988f-6f45-4744-8b92-32b3389367ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-10-22T15:02:59.000000", "flavor": {"id": "54c437b3-d497-4303-b631-991fd5ded23a", "links": [{"href": "http://172.30.9.22:8774/flavors/54c437b3-d497-4303-b631-991fd5ded23a", "rel": "bookmark"}]}, "id": "7602b37d-88a7-4072-91f2-e188f5b42bc9", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:02:59Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst", "created": "2018-10-22T15:02:52Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:03:00,677 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 used request id req-9f780c90-7790-4576-91b7-1688bd99af43 2018-10-22 15:03:00,678 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst] is - ACTIVE 2018-10-22 15:03:00,678 - create_instance - INFO - VM is - ACTIVE 2018-10-22 15:03:00,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:03:01,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea104ded-6c0a-4d18-bc4c-730f583f89e6 x-compute-request-id: req-ea104ded-6c0a-4d18-bc4c-730f583f89e6 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:d3:f7", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "bookmark"}], "image": {"id": "d67f988f-6f45-4744-8b92-32b3389367ed", "links": [{"href": "http://172.30.9.22:8774/images/d67f988f-6f45-4744-8b92-32b3389367ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-10-22T15:02:59.000000", "flavor": {"id": "54c437b3-d497-4303-b631-991fd5ded23a", "links": [{"href": "http://172.30.9.22:8774/flavors/54c437b3-d497-4303-b631-991fd5ded23a", "rel": "bookmark"}]}, "id": "7602b37d-88a7-4072-91f2-e188f5b42bc9", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:02:59Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst", "created": "2018-10-22T15:02:52Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:03:01,603 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 used request id req-ea104ded-6c0a-4d18-bc4c-730f583f89e6 2018-10-22 15:03:01,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:03:01,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-132b754c-8d96-47b9-8e01-fd485a75a243 Date: Mon, 22 Oct 2018 15:03:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["f4d43592-1c22-4765-aba0-d4253d61a286"],"description":"","tags":[],"updated_at":"2018-10-22T15:02:40Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:38Z","provider:network_type":"vxlan"}]} 2018-10-22 15:03:01,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net used request id req-132b754c-8d96-47b9-8e01-fd485a75a243 2018-10-22 15:03:01,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:03:01,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04de46f6-9ee2-4380-9f14-7fba961117e9 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:03:01,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-04de46f6-9ee2-4380-9f14-7fba961117e9 2018-10-22 15:03:01,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:03:01,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-14e62dda-9e4c-409d-bb7b-57fb86163d8e Date: Mon, 22 Oct 2018 15:03:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:40Z","dns_nameservers":[],"updated_at":"2018-10-22T15:02:40Z","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":"8e9a3444377442da8b38ad768127d234","id":"f4d43592-1c22-4765-aba0-d4253d61a286","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-subnet"}]} 2018-10-22 15:03:01,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 used request id req-14e62dda-9e4c-409d-bb7b-57fb86163d8e 2018-10-22 15:03:01,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:03:01,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-b6384ae1-cb12-48e9-a611-7c88e798ff48 Date: Mon, 22 Oct 2018 15:03:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:02:41Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f4d43592-1c22-4765-aba0-d4253d61a286","ip_address":"10.55.0.3"}],"id":"4932e18e-b5e4-48d3-95f8-599fa7524267","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bc:86:13","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f5b660f3-e6a9-4b61-9102-3179f92ca559","name":"","admin_state_up":true,"network_id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:02:41Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f4d43592-1c22-4765-aba0-d4253d61a286","ip_address":"10.55.0.2"}],"id":"5ee1e3f9-bb32-4295-96f8-79814d307700","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5e:47:64","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f5b660f3-e6a9-4b61-9102-3179f92ca559","name":"","admin_state_up":true,"network_id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:02:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f4d43592-1c22-4765-aba0-d4253d61a286","ip_address":"10.55.0.4"}],"id":"7091da5e-adb2-4ac3-b52c-25a09d806b3e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:12:99","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f5b660f3-e6a9-4b61-9102-3179f92ca559","name":"","admin_state_up":true,"network_id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:02:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f4d43592-1c22-4765-aba0-d4253d61a286","ip_address":"10.55.0.7"}],"id":"9ce309f1-e13f-4627-8d10-9ccaef7074f3","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8c:d3:f7","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"7602b37d-88a7-4072-91f2-e188f5b42bc9","name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-port","admin_state_up":true,"network_id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:48Z","binding:vnic_type":"normal"}]} 2018-10-22 15:03:01,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 used request id req-b6384ae1-cb12-48e9-a611-7c88e798ff48 2018-10-22 15:03:01,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:03:02,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:03:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["SxLtKNrBTHeBi7jA2t3Djw"], "issued_at": "2018-10-22T15:03:02.000000Z"}} 2018-10-22 15:03:02,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}cadd9419fdda9abf5f5b49496de32041f5f1c0c7" 2018-10-22 15:03:02,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c3da7ef-668d-4c4c-911d-bf2d0bee06fb 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:03:02,354 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5c3da7ef-668d-4c4c-911d-bf2d0bee06fb 2018-10-22 15:03:02,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:03:02,796 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03: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-8b2ee5e2-6f97-4108-b903-b42d73cf819d x-compute-request-id: req-8b2ee5e2-6f97-4108-b903-b42d73cf819d Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:d3:f7", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "bookmark"}], "image": {"id": "d67f988f-6f45-4744-8b92-32b3389367ed", "links": [{"href": "http://172.30.9.22:8774/images/d67f988f-6f45-4744-8b92-32b3389367ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-10-22T15:02:59.000000", "flavor": {"id": "54c437b3-d497-4303-b631-991fd5ded23a", "links": [{"href": "http://172.30.9.22:8774/flavors/54c437b3-d497-4303-b631-991fd5ded23a", "rel": "bookmark"}]}, "id": "7602b37d-88a7-4072-91f2-e188f5b42bc9", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:02:59Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst", "created": "2018-10-22T15:02:52Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:03:02,796 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 used request id req-8b2ee5e2-6f97-4108-b903-b42d73cf819d 2018-10-22 15:03:02,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:03:02,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-c4123b22-8893-4d26-818e-5bdbb7f1cb6f Date: Mon, 22 Oct 2018 15:03:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["f4d43592-1c22-4765-aba0-d4253d61a286"],"description":"","tags":[],"updated_at":"2018-10-22T15:02:40Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:38Z","provider:network_type":"vxlan"}]} 2018-10-22 15:03:02,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net used request id req-c4123b22-8893-4d26-818e-5bdbb7f1cb6f 2018-10-22 15:03:02,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:03:02,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8f71507-0dc3-46e1-8ca1-5453a935ca6f 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:03:02,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-d8f71507-0dc3-46e1-8ca1-5453a935ca6f 2018-10-22 15:03:02,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:03:03,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d4bf1252-6a67-4de9-ad9c-81de34710379 Date: Mon, 22 Oct 2018 15:03:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:40Z","dns_nameservers":[],"updated_at":"2018-10-22T15:02:40Z","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":"8e9a3444377442da8b38ad768127d234","id":"f4d43592-1c22-4765-aba0-d4253d61a286","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-subnet"}]} 2018-10-22 15:03:03,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 used request id req-d4bf1252-6a67-4de9-ad9c-81de34710379 2018-10-22 15:03:03,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:03:03,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-9dc1bd6f-f4f5-4357-99fd-6c2188a0028a Date: Mon, 22 Oct 2018 15:03:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:02:41Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f4d43592-1c22-4765-aba0-d4253d61a286","ip_address":"10.55.0.3"}],"id":"4932e18e-b5e4-48d3-95f8-599fa7524267","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bc:86:13","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f5b660f3-e6a9-4b61-9102-3179f92ca559","name":"","admin_state_up":true,"network_id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:02:41Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f4d43592-1c22-4765-aba0-d4253d61a286","ip_address":"10.55.0.2"}],"id":"5ee1e3f9-bb32-4295-96f8-79814d307700","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5e:47:64","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f5b660f3-e6a9-4b61-9102-3179f92ca559","name":"","admin_state_up":true,"network_id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:02:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f4d43592-1c22-4765-aba0-d4253d61a286","ip_address":"10.55.0.4"}],"id":"7091da5e-adb2-4ac3-b52c-25a09d806b3e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:12:99","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f5b660f3-e6a9-4b61-9102-3179f92ca559","name":"","admin_state_up":true,"network_id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:02:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f4d43592-1c22-4765-aba0-d4253d61a286","ip_address":"10.55.0.7"}],"id":"9ce309f1-e13f-4627-8d10-9ccaef7074f3","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8c:d3:f7","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"7602b37d-88a7-4072-91f2-e188f5b42bc9","name":"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-port","admin_state_up":true,"network_id":"f5b660f3-e6a9-4b61-9102-3179f92ca559","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:02:48Z","binding:vnic_type":"normal"}]} 2018-10-22 15:03:03,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=f5b660f3-e6a9-4b61-9102-3179f92ca559 used request id req-9dc1bd6f-f4f5-4357-99fd-6c2188a0028a 2018-10-22 15:03:03,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadd9419fdda9abf5f5b49496de32041f5f1c0c7" -d '{"volumeAttachment": {"volumeId": "bf9ec905-29a1-4d06-9a38-6dede637f44d"}}' 2018-10-22 15:03:05,007 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-0e098339-9307-4878-a237-a2912f148c8d x-compute-request-id: req-0e098339-9307-4878-a237-a2912f148c8d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "7602b37d-88a7-4072-91f2-e188f5b42bc9", "id": "bf9ec905-29a1-4d06-9a38-6dede637f44d", "volumeId": "bf9ec905-29a1-4d06-9a38-6dede637f44d"}} 2018-10-22 15:03:05,007 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9/os-volume_attachments used request id req-0e098339-9307-4878-a237-a2912f148c8d 2018-10-22 15:03:05,008 - create_instance - INFO - Deleting Port with ID - 9ce309f1-e13f-4627-8d10-9ccaef7074f3 2018-10-22 15:03:05,008 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-port 2018-10-22 15:03:05,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/9ce309f1-e13f-4627-8d10-9ccaef7074f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:03:05,653 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cf207235-575f-49c1-81b9-0e801cf830b3 Date: Mon, 22 Oct 2018 15:03:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:03:05,653 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/9ce309f1-e13f-4627-8d10-9ccaef7074f3 used request id req-cf207235-575f-49c1-81b9-0e801cf830b3 2018-10-22 15:03:05,654 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst 2018-10-22 15:03:05,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:03:05,864 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15: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 x-openstack-request-id: req-6bb357a5-e9e5-47f1-af2b-7f38adfb68c0 x-compute-request-id: req-6bb357a5-e9e5-47f1-af2b-7f38adfb68c0 Content-Type: application/json 2018-10-22 15:03:05,864 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 used request id req-6bb357a5-e9e5-47f1-af2b-7f38adfb68c0 2018-10-22 15:03:05,865 - create_instance - INFO - Checking deletion status 2018-10-22 15:03:05,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:03:06,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-610711f9-888a-48a9-b5b8-12ed6ac10cb7 x-compute-request-id: req-610711f9-888a-48a9-b5b8-12ed6ac10cb7 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:d3:f7", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "bookmark"}], "image": {"id": "d67f988f-6f45-4744-8b92-32b3389367ed", "links": [{"href": "http://172.30.9.22:8774/images/d67f988f-6f45-4744-8b92-32b3389367ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-10-22T15:02:59.000000", "flavor": {"id": "54c437b3-d497-4303-b631-991fd5ded23a", "links": [{"href": "http://172.30.9.22:8774/flavors/54c437b3-d497-4303-b631-991fd5ded23a", "rel": "bookmark"}]}, "id": "7602b37d-88a7-4072-91f2-e188f5b42bc9", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:03:05Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst", "created": "2018-10-22T15:02:52Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [{"id": "bf9ec905-29a1-4d06-9a38-6dede637f44d"}], "metadata": {}}} 2018-10-22 15:03:06,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 used request id req-610711f9-888a-48a9-b5b8-12ed6ac10cb7 2018-10-22 15:03:06,212 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst] is - ACTIVE 2018-10-22 15:03:06,212 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:03:09,215 - create_instance - DEBUG - VM status query timeout in 296.650289059 2018-10-22 15:03:09,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:03:09,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-f1995bcb-19e2-4aad-b9cb-5bdfd8745421 x-compute-request-id: req-f1995bcb-19e2-4aad-b9cb-5bdfd8745421 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "bookmark"}], "image": {"id": "d67f988f-6f45-4744-8b92-32b3389367ed", "links": [{"href": "http://172.30.9.22:8774/images/d67f988f-6f45-4744-8b92-32b3389367ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-10-22T15:02:59.000000", "flavor": {"id": "54c437b3-d497-4303-b631-991fd5ded23a", "links": [{"href": "http://172.30.9.22:8774/flavors/54c437b3-d497-4303-b631-991fd5ded23a", "rel": "bookmark"}]}, "id": "7602b37d-88a7-4072-91f2-e188f5b42bc9", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:03:06Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst", "created": "2018-10-22T15:02:52Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [{"id": "bf9ec905-29a1-4d06-9a38-6dede637f44d"}], "metadata": {}}} 2018-10-22 15:03:09,509 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 used request id req-f1995bcb-19e2-4aad-b9cb-5bdfd8745421 2018-10-22 15:03:09,510 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst] is - ACTIVE 2018-10-22 15:03:09,510 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:03:12,513 - create_instance - DEBUG - VM status query timeout in 293.351792097 2018-10-22 15:03:12,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:03:13,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09a3350d-d10d-430a-bad2-7d4dea9f36db x-compute-request-id: req-09a3350d-d10d-430a-bad2-7d4dea9f36db Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9", "rel": "bookmark"}], "image": {"id": "d67f988f-6f45-4744-8b92-32b3389367ed", "links": [{"href": "http://172.30.9.22:8774/images/d67f988f-6f45-4744-8b92-32b3389367ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-10-22T15:02:59.000000", "flavor": {"id": "54c437b3-d497-4303-b631-991fd5ded23a", "links": [{"href": "http://172.30.9.22:8774/flavors/54c437b3-d497-4303-b631-991fd5ded23a", "rel": "bookmark"}]}, "id": "7602b37d-88a7-4072-91f2-e188f5b42bc9", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:03:11Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst", "created": "2018-10-22T15:02:52Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [{"id": "bf9ec905-29a1-4d06-9a38-6dede637f44d"}], "metadata": {}}} 2018-10-22 15:03:13,477 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 used request id req-09a3350d-d10d-430a-bad2-7d4dea9f36db 2018-10-22 15:03:13,477 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst] is - ACTIVE 2018-10-22 15:03:13,477 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:03:16,481 - create_instance - DEBUG - VM status query timeout in 289.384247065 2018-10-22 15:03:16,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e9e59faa91e685243cda170a8f20d3be9886db" 2018-10-22 15:03:16,532 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15: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-b4300e87-8628-4512-9cef-04c811b3a4ae x-compute-request-id: req-b4300e87-8628-4512-9cef-04c811b3a4ae Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 7602b37d-88a7-4072-91f2-e188f5b42bc9 could not be found.", "code": 404}} 2018-10-22 15:03:16,532 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7602b37d-88a7-4072-91f2-e188f5b42bc9 used request id req-b4300e87-8628-4512-9cef-04c811b3a4ae 2018-10-22 15:03:16,532 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 7602b37d-88a7-4072-91f2-e188f5b42bc9 could not be found. (HTTP 404) (Request-ID: req-b4300e87-8628-4512-9cef-04c811b3a4ae) 2018-10-22 15:03:16,532 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-vm_inst 2018-10-22 15:03:16,536 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/bf9ec905-29a1-4d06-9a38-6dede637f44d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-65678552-9841-41a3-a0ec-8c2db1281c3a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a22cc44b3af872b6e6b1493b20a65137c36e6d14" 2018-10-22 15:03:17,276 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:16 GMT Server: Apache x-compute-request-id: req-4c940bd8-e9c5-4342-aeaa-9f760ac41409 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4c940bd8-e9c5-4342-aeaa-9f760ac41409 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/bf9ec905-29a1-4d06-9a38-6dede637f44d", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/bf9ec905-29a1-4d06-9a38-6dede637f44d", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:03:07.000000", "replication_status": null, "snapshot_id": null, "id": "bf9ec905-29a1-4d06-9a38-6dede637f44d", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-0c724da0-ff5d-435b-bbcf-0b9239269d64", "bootable": "false", "created_at": "2018-10-22T15:02:42.000000", "volume_type": null}} 2018-10-22 15:03:17,276 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/bf9ec905-29a1-4d06-9a38-6dede637f44d used request id req-4c940bd8-e9c5-4342-aeaa-9f760ac41409 2018-10-22 15:03:17,277 - create_volume - DEBUG - Instance status is - available 2018-10-22 15:03:17,277 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64 2018-10-22 15:03:17,277 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64 2018-10-22 15:03:17,280 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/bf9ec905-29a1-4d06-9a38-6dede637f44d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-65678552-9841-41a3-a0ec-8c2db1281c3a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a22cc44b3af872b6e6b1493b20a65137c36e6d14" 2018-10-22 15:03:17,513 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:03:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-49ca1e01-57aa-4a4d-907c-ea42c92a337a 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-10-22 15:03:17,513 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/bf9ec905-29a1-4d06-9a38-6dede637f44d used request id req-49ca1e01-57aa-4a4d-907c-ea42c92a337a 2018-10-22 15:03:17,516 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/bf9ec905-29a1-4d06-9a38-6dede637f44d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-65678552-9841-41a3-a0ec-8c2db1281c3a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a22cc44b3af872b6e6b1493b20a65137c36e6d14" 2018-10-22 15:03:18,362 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15:03:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-8cdb8ea5-c1f5-47bb-94ea-8c28c8698cbe x-openstack-request-id: req-8cdb8ea5-c1f5-47bb-94ea-8c28c8698cbe Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume bf9ec905-29a1-4d06-9a38-6dede637f44d could not be found.", "code": 404}} 2018-10-22 15:03:18,362 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/bf9ec905-29a1-4d06-9a38-6dede637f44d used request id req-8cdb8ea5-c1f5-47bb-94ea-8c28c8698cbe 2018-10-22 15:03:18,362 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume bf9ec905-29a1-4d06-9a38-6dede637f44d could not be found. (HTTP 404) (Request-ID: req-8cdb8ea5-c1f5-47bb-94ea-8c28c8698cbe) 2018-10-22 15:03:18,363 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64 2018-10-22 15:03:18,366 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/54c437b3-d497-4303-b631-991fd5ded23a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78fcc73a60dbc8a3f29d75998eba05d4fe31764c" 2018-10-22 15:03:18,420 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:03: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-26071c77-4d1b-416d-97e0-26be602f1c67 x-compute-request-id: req-26071c77-4d1b-416d-97e0-26be602f1c67 Content-Length: 0 Content-Type: application/json 2018-10-22 15:03:18,420 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/54c437b3-d497-4303-b631-991fd5ded23a used request id req-26071c77-4d1b-416d-97e0-26be602f1c67 2018-10-22 15:03:18,421 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-subnet 2018-10-22 15:03:18,421 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-subnet 2018-10-22 15:03:18,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/f4d43592-1c22-4765-aba0-d4253d61a286 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c04a9ff4e37ff4f28c8831170b7e73559a7199a" 2018-10-22 15:03:20,594 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-92b40d35-228c-457d-a4cc-654908d75401 Date: Mon, 22 Oct 2018 15:03:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:03:20,594 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/f4d43592-1c22-4765-aba0-d4253d61a286 used request id req-92b40d35-228c-457d-a4cc-654908d75401 2018-10-22 15:03:20,594 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-net 2018-10-22 15:03:20,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/f5b660f3-e6a9-4b61-9102-3179f92ca559 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c04a9ff4e37ff4f28c8831170b7e73559a7199a" 2018-10-22 15:03:22,167 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4a4f9288-8076-442e-bfbb-96a9e04c36b7 Date: Mon, 22 Oct 2018 15:03:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:03:22,167 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/f5b660f3-e6a9-4b61-9102-3179f92ca559 used request id req-4a4f9288-8076-442e-bfbb-96a9e04c36b7 2018-10-22 15:03:22,168 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-0c724da0-ff5d-435b-bbcf-0b9239269d64-image 2018-10-22 15:03:22,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/d67f988f-6f45-4744-8b92-32b3389367ed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}87838244764ada6ae16bd8b3f5ce7ddabd8d21cc" 2018-10-22 15:03:24,122 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6684512f-d341-4db7-b8e8-f974801e955c Date: Mon, 22 Oct 2018 15:03:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:03:24,123 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/d67f988f-6f45-4744-8b92-32b3389367ed used request id req-6684512f-d341-4db7-b8e8-f974801e955c 2018-10-22 15:03:24,124 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:03:24,127 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-22 15:03:24,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:03:24,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:03:24,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:03:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["IcV6bgbfRceYSqzsxOvd-A"], "issued_at": "2018-10-22T15:03:24.000000Z"}} 2018-10-22 15:03:24,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}bf78e1402f8856ecfac364d52ff27d3b6718f01b" 2018-10-22 15:03:24,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dced99c-3ff5-4cd4-b074-67925050822d 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:03:24,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8dced99c-3ff5-4cd4-b074-67925050822d 2018-10-22 15:03:24,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bf78e1402f8856ecfac364d52ff27d3b6718f01b" 2018-10-22 15:03:25,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-2c6d5269-dbd3-4f33-b46c-3fdd8bc941f3 Date: Mon, 22 Oct 2018 15:03:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-image"} 2018-10-22 15:03:25,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-image used request id req-2c6d5269-dbd3-4f33-b46c-3fdd8bc941f3 2018-10-22 15:03:25,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bf78e1402f8856ecfac364d52ff27d3b6718f01b" 2018-10-22 15:03:25,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4e0e91ad-e923-4532-97eb-569998f2d1c6 Date: Mon, 22 Oct 2018 15:03: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-10-22 15:03:25,430 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-4e0e91ad-e923-4532-97eb-569998f2d1c6 2018-10-22 15:03:25,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bf78e1402f8856ecfac364d52ff27d3b6718f01b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-image"}' 2018-10-22 15:03:25,668 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b X-Openstack-Request-Id: req-76efe609-7c7b-4020-b965-71a2aa55c010 Date: Mon, 22 Oct 2018 15:03:25 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:03:25Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T15:03:25Z", "visibility": "shared", "locations": [], "self": "/v2/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b", "min_disk": 0, "protected": false, "id": "910b0eef-beb0-4ac7-a977-1b4e71385c2b", "file": "/v2/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b/file", "checksum": null, "owner": "8e9a3444377442da8b38ad768127d234", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:03:25,668 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-76efe609-7c7b-4020-b965-71a2aa55c010 2018-10-22 15:03:25,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bf78e1402f8856ecfac364d52ff27d3b6718f01b" -d '' 2018-10-22 15:03:27,161 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6952769b-3106-456d-a84e-f6edc8c7e867 Date: Mon, 22 Oct 2018 15:03:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:03:27,162 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b/file used request id req-6952769b-3106-456d-a84e-f6edc8c7e867 2018-10-22 15:03:27,162 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-22 15:03:27,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bf78e1402f8856ecfac364d52ff27d3b6718f01b" 2018-10-22 15:03:27,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-709f3312-e96a-4cdc-9194-c316819d8698 Date: Mon, 22 Oct 2018 15:03:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:03:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:03:27Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b/snap", "metadata": {}}], "self": "/v2/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b", "min_disk": 0, "protected": false, "id": "910b0eef-beb0-4ac7-a977-1b4e71385c2b", "file": "/v2/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:03:27,333 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b used request id req-709f3312-e96a-4cdc-9194-c316819d8698 2018-10-22 15:03:27,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bf78e1402f8856ecfac364d52ff27d3b6718f01b" 2018-10-22 15:03:27,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6d58de13-aee6-47a8-849a-779825f9d456 Date: Mon, 22 Oct 2018 15:03:27 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-10-22 15:03:27,477 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-6d58de13-aee6-47a8-849a-779825f9d456 2018-10-22 15:03:27,480 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-image 2018-10-22 15:03:27,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bf78e1402f8856ecfac364d52ff27d3b6718f01b" 2018-10-22 15:03:27,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-578cbbad-7360-4627-8497-a579473786b1 Date: Mon, 22 Oct 2018 15:03:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:03:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:03:27Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b/snap", "metadata": {}}], "self": "/v2/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b", "min_disk": 0, "protected": false, "id": "910b0eef-beb0-4ac7-a977-1b4e71385c2b", "file": "/v2/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:03:27,654 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b used request id req-578cbbad-7360-4627-8497-a579473786b1 2018-10-22 15:03:27,655 - create_image - DEBUG - Instance status is - active 2018-10-22 15:03:27,655 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-image 2018-10-22 15:03:27,655 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-image 2018-10-22 15:03:27,655 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:03:27,656 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:03:28,042 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:03:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["CxnrNJAhTxiQM7EcgOwbLA"], "issued_at": "2018-10-22T15:03:28.000000Z"}} 2018-10-22 15:03:28,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}63c5e87c2001bf1f37b0376619d6cab82456e4b0" 2018-10-22 15:03:28,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-697b58c3-a8cb-4991-b997-9a56e9fd32b1 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:03:28,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-697b58c3-a8cb-4991-b997-9a56e9fd32b1 2018-10-22 15:03:28,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c5e87c2001bf1f37b0376619d6cab82456e4b0" 2018-10-22 15:03:28,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6618c635-6972-4a6a-a741-4f800729b1db Date: Mon, 22 Oct 2018 15:03:28 GMT RESP BODY: {"networks":[]} 2018-10-22 15:03:28,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net used request id req-6618c635-6972-4a6a-a741-4f800729b1db 2018-10-22 15:03:28,383 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net 2018-10-22 15:03:28,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c5e87c2001bf1f37b0376619d6cab82456e4b0" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net", "admin_state_up": true}}' 2018-10-22 15:03:28,791 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-462a807f-ee9d-4ea1-983c-40422976b387 Date: Mon, 22 Oct 2018 15:03:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"679ca360-9336-4649-bbca-24833b381cc8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T15:03:28Z","is_default":false,"provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:28Z","mtu":1450}} 2018-10-22 15:03:28,791 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-462a807f-ee9d-4ea1-983c-40422976b387 2018-10-22 15:03:28,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c5e87c2001bf1f37b0376619d6cab82456e4b0" 2018-10-22 15:03:29,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-48535c2a-9265-42ec-a754-79dc30eea311 Date: Mon, 22 Oct 2018 15:03:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"679ca360-9336-4649-bbca-24833b381cc8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T15:03:28Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:28Z","provider:network_type":"vxlan"}]} 2018-10-22 15:03:29,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-48535c2a-9265-42ec-a754-79dc30eea311 2018-10-22 15:03:29,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c5e87c2001bf1f37b0376619d6cab82456e4b0" 2018-10-22 15:03:29,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-084226cb-02c7-4d58-aa4d-233f1596d3a4 Date: Mon, 22 Oct 2018 15:03:29 GMT RESP BODY: {"subnets":[]} 2018-10-22 15:03:29,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-084226cb-02c7-4d58-aa4d-233f1596d3a4 2018-10-22 15:03:29,236 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-subnet 2018-10-22 15:03:29,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c5e87c2001bf1f37b0376619d6cab82456e4b0" -d '{"subnets": [{"ip_version": 4, "network_id": "679ca360-9336-4649-bbca-24833b381cc8", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-subnet"}]}' 2018-10-22 15:03:29,815 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d2852feb-8817-4fa4-abe0-f9d54a1966d9 Date: Mon, 22 Oct 2018 15:03:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:29Z","dns_nameservers":[],"updated_at":"2018-10-22T15:03:29Z","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":"8e9a3444377442da8b38ad768127d234","id":"98bb6497-2f72-4dff-adee-c06d41e9a672","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-subnet"}]} 2018-10-22 15:03:29,815 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-d2852feb-8817-4fa4-abe0-f9d54a1966d9 2018-10-22 15:03:29,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c5e87c2001bf1f37b0376619d6cab82456e4b0" 2018-10-22 15:03:30,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-02306047-15fd-40ef-829f-804f2a33ab6f Date: Mon, 22 Oct 2018 15:03:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"679ca360-9336-4649-bbca-24833b381cc8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["98bb6497-2f72-4dff-adee-c06d41e9a672"],"description":"","tags":[],"updated_at":"2018-10-22T15:03:29Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:28Z","provider:network_type":"vxlan"}]} 2018-10-22 15:03:30,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-02306047-15fd-40ef-829f-804f2a33ab6f 2018-10-22 15:03:30,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c5e87c2001bf1f37b0376619d6cab82456e4b0" 2018-10-22 15:03:30,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a1593b2e-e4e8-4fac-91cd-2f9e4eee963d Date: Mon, 22 Oct 2018 15:03:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:29Z","dns_nameservers":[],"updated_at":"2018-10-22T15:03:29Z","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":"8e9a3444377442da8b38ad768127d234","id":"98bb6497-2f72-4dff-adee-c06d41e9a672","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-subnet"}]} 2018-10-22 15:03:30,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-a1593b2e-e4e8-4fac-91cd-2f9e4eee963d 2018-10-22 15:03:30,140 - OpenStackNetwork - DEBUG - Network [679ca360-9336-4649-bbca-24833b381cc8] created successfully 2018-10-22 15:03:30,140 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:03:30,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:03:30,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:03:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["8InVkbXmRam11nUSFWuVpQ"], "issued_at": "2018-10-22T15:03:30.000000Z"}} 2018-10-22 15:03:30,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}83184a65e4f4c914056f2f9e43ac65f7a5f05706" 2018-10-22 15:03:30,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cb86471-4992-4fdd-9826-2326711847a3 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:03:30,620 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1cb86471-4992-4fdd-9826-2326711847a3 2018-10-22 15:03:30,621 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:03:30,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83184a65e4f4c914056f2f9e43ac65f7a5f05706" 2018-10-22 15:03:30,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03: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-aa8a3fb7-8d94-44cc-aca4-43b96b3f1d6a x-compute-request-id: req-aa8a3fb7-8d94-44cc-aca4-43b96b3f1d6a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-22 15:03:30,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-aa8a3fb7-8d94-44cc-aca4-43b96b3f1d6a 2018-10-22 15:03:30,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83184a65e4f4c914056f2f9e43ac65f7a5f05706" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-22 15:03:31,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03: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-f20a0d2a-8059-4074-8e7a-e1cf57956737 x-compute-request-id: req-f20a0d2a-8059-4074-8e7a-e1cf57956737 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5c60855c-f802-400d-b3c8-053db3615ce3", "name": "NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:03:31,052 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f20a0d2a-8059-4074-8e7a-e1cf57956737 2018-10-22 15:03:31,053 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:03:31,054 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:03:31,458 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:03:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["pvv6y7kFQiaLWaL_j2UAhg"], "issued_at": "2018-10-22T15:03:31.000000Z"}} 2018-10-22 15:03:31,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}0a79441b623f93d9f068dfab7786e6c2a5d848b8" 2018-10-22 15:03:31,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2ee8cf8-ce25-4572-9fa9-8da049083f1f 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:03:31,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b2ee8cf8-ce25-4572-9fa9-8da049083f1f 2018-10-22 15:03:31,548 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a79441b623f93d9f068dfab7786e6c2a5d848b8" 2018-10-22 15:03:32,300 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:31 GMT Server: Apache x-compute-request-id: req-181c5c89-88ea-4fc9-b68a-06e3ffa14691 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-181c5c89-88ea-4fc9-b68a-06e3ffa14691 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-22 15:03:32,300 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/detail used request id req-181c5c89-88ea-4fc9-b68a-06e3ffa14691 2018-10-22 15:03:32,303 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-181c5c89-88ea-4fc9-b68a-06e3ffa14691" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a79441b623f93d9f068dfab7786e6c2a5d848b8" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b", "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-10-22 15:03:33,229 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:03:32 GMT Server: Apache x-compute-request-id: req-8e6714e1-0360-4ae0-973b-8f68f1f86922 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8e6714e1-0360-4ae0-973b-8f68f1f86922 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-22T15:03:33.111185", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "size": 1}} 2018-10-22 15:03:33,229 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes used request id req-8e6714e1-0360-4ae0-973b-8f68f1f86922 2018-10-22 15:03:33,232 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-181c5c89-88ea-4fc9-b68a-06e3ffa14691" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a79441b623f93d9f068dfab7786e6c2a5d848b8" 2018-10-22 15:03:33,451 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:33 GMT Server: Apache x-compute-request-id: req-90c93245-2601-44d4-8b30-deb684361d7b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-90c93245-2601-44d4-8b30-deb684361d7b Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:03:33.000000", "replication_status": null, "snapshot_id": null, "id": "e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-914b66aa-7b44-4304-a372-085e2c250a9b", "bootable": "false", "created_at": "2018-10-22T15:03:33.000000", "volume_type": null}} 2018-10-22 15:03:33,451 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15 used request id req-90c93245-2601-44d4-8b30-deb684361d7b 2018-10-22 15:03:33,451 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b 2018-10-22 15:03:33,454 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-181c5c89-88ea-4fc9-b68a-06e3ffa14691" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a79441b623f93d9f068dfab7786e6c2a5d848b8" 2018-10-22 15:03:33,506 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:33 GMT Server: Apache x-compute-request-id: req-b46e7a11-33ee-4e16-b15a-e5c2d37b9e06 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b46e7a11-33ee-4e16-b15a-e5c2d37b9e06 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:03:33.000000", "replication_status": null, "snapshot_id": null, "id": "e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-914b66aa-7b44-4304-a372-085e2c250a9b", "bootable": "false", "created_at": "2018-10-22T15:03:33.000000", "volume_type": null}} 2018-10-22 15:03:33,506 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15 used request id req-b46e7a11-33ee-4e16-b15a-e5c2d37b9e06 2018-10-22 15:03:33,507 - create_volume - DEBUG - Instance status is - creating 2018-10-22 15:03:33,507 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-22 15:03:36,510 - create_volume - DEBUG - Volume status query timeout in 296.941513062 2018-10-22 15:03:36,513 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-181c5c89-88ea-4fc9-b68a-06e3ffa14691" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a79441b623f93d9f068dfab7786e6c2a5d848b8" 2018-10-22 15:03:36,713 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:36 GMT Server: Apache x-compute-request-id: req-3ac7aa5f-3c5f-4836-ab5a-95a67c6ab5d4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3ac7aa5f-3c5f-4836-ab5a-95a67c6ab5d4 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:03:33.000000", "replication_status": null, "snapshot_id": null, "id": "e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-914b66aa-7b44-4304-a372-085e2c250a9b", "bootable": "false", "created_at": "2018-10-22T15:03:33.000000", "volume_type": null}} 2018-10-22 15:03:36,713 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15 used request id req-3ac7aa5f-3c5f-4836-ab5a-95a67c6ab5d4 2018-10-22 15:03:36,713 - create_volume - DEBUG - Instance status is - available 2018-10-22 15:03:36,714 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b 2018-10-22 15:03:36,714 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b 2018-10-22 15:03:36,714 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:03:36,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:03:37,095 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:03:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["K-yCPGMFSl2VD8KC4yEqBQ"], "issued_at": "2018-10-22T15:03:37.000000Z"}} 2018-10-22 15:03:37,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:37,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc028831-07da-4ed5-a279-f8d0db350e76 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:03:37,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cc028831-07da-4ed5-a279-f8d0db350e76 2018-10-22 15:03:37,177 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:03:37,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:37,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4e2eeaf-caf5-4dfc-90fb-58b094f1fa67 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:03:37,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c4e2eeaf-caf5-4dfc-90fb-58b094f1fa67 2018-10-22 15:03:37,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:37,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8ee2b71c-ca6a-421e-abc6-f4609cc83eab Date: Mon, 22 Oct 2018 15:03:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"679ca360-9336-4649-bbca-24833b381cc8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["98bb6497-2f72-4dff-adee-c06d41e9a672"],"description":"","tags":[],"updated_at":"2018-10-22T15:03:29Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:28Z","provider:network_type":"vxlan"}]} 2018-10-22 15:03:37,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net used request id req-8ee2b71c-ca6a-421e-abc6-f4609cc83eab 2018-10-22 15:03:37,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 15:03:37,520 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:03:37 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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:03:37,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:37,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3193869-9e70-4327-99c1-4f1b28ae3c39 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:03:37,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-c3193869-9e70-4327-99c1-4f1b28ae3c39 2018-10-22 15:03:37,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:37,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e3554525-8d34-47d6-b632-5f20847fd15f Date: Mon, 22 Oct 2018 15:03:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:29Z","dns_nameservers":[],"updated_at":"2018-10-22T15:03:29Z","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":"8e9a3444377442da8b38ad768127d234","id":"98bb6497-2f72-4dff-adee-c06d41e9a672","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-subnet"}]} 2018-10-22 15:03:37,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-e3554525-8d34-47d6-b632-5f20847fd15f 2018-10-22 15:03:37,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=679ca360-9336-4649-bbca-24833b381cc8&name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:38,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ef002776-dc7c-4717-9f02-0afbbe188969 Date: Mon, 22 Oct 2018 15:03:38 GMT RESP BODY: {"ports":[]} 2018-10-22 15:03:38,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=679ca360-9336-4649-bbca-24833b381cc8&name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-port&admin_state_up=True used request id req-ef002776-dc7c-4717-9f02-0afbbe188969 2018-10-22 15:03:38,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:38,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03: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-be1183cf-f099-42c6-96d6-3572f796ace9 x-compute-request-id: req-be1183cf-f099-42c6-96d6-3572f796ace9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-22 15:03:38,400 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst used request id req-be1183cf-f099-42c6-96d6-3572f796ace9 2018-10-22 15:03:38,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:38,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-c6f306a1-9c49-490d-aec6-64b5e04176ca Date: Mon, 22 Oct 2018 15:03:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"679ca360-9336-4649-bbca-24833b381cc8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["98bb6497-2f72-4dff-adee-c06d41e9a672"],"description":"","tags":[],"updated_at":"2018-10-22T15:03:29Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:28Z","provider:network_type":"vxlan"}]} 2018-10-22 15:03:38,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net used request id req-c6f306a1-9c49-490d-aec6-64b5e04176ca 2018-10-22 15:03:38,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:38,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4821cc68-f0f9-4c43-a2b1-23ef7154a23a 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:03:38,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-4821cc68-f0f9-4c43-a2b1-23ef7154a23a 2018-10-22 15:03:38,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:38,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-54eec634-beae-4e89-a10b-188df55b43c3 Date: Mon, 22 Oct 2018 15:03:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:29Z","dns_nameservers":[],"updated_at":"2018-10-22T15:03:29Z","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":"8e9a3444377442da8b38ad768127d234","id":"98bb6497-2f72-4dff-adee-c06d41e9a672","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-subnet"}]} 2018-10-22 15:03:38,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-54eec634-beae-4e89-a10b-188df55b43c3 2018-10-22 15:03:38,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=679ca360-9336-4649-bbca-24833b381cc8&name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:39,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ee41c98b-6d52-4942-afd7-8b345a814260 Date: Mon, 22 Oct 2018 15:03:39 GMT RESP BODY: {"ports":[]} 2018-10-22 15:03:39,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=679ca360-9336-4649-bbca-24833b381cc8&name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-port&admin_state_up=True used request id req-ee41c98b-6d52-4942-afd7-8b345a814260 2018-10-22 15:03:39,151 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:03:39,152 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:03:39,527 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:03:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["zST0m5RqQb2e2XIguufNyA"], "issued_at": "2018-10-22T15:03:39.000000Z"}} 2018-10-22 15:03:39,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}af3652f3b5a693d48092dca3980cf74415d0cef4" 2018-10-22 15:03:39,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c7de482-2aab-472b-9646-accf42067b8c 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:03:39,604 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2c7de482-2aab-472b-9646-accf42067b8c 2018-10-22 15:03:39,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:39,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-299f4998-32fd-41c8-bfee-14cd84296879 Date: Mon, 22 Oct 2018 15:03:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"679ca360-9336-4649-bbca-24833b381cc8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["98bb6497-2f72-4dff-adee-c06d41e9a672"],"description":"","tags":[],"updated_at":"2018-10-22T15:03:29Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:28Z","provider:network_type":"vxlan"}]} 2018-10-22 15:03:39,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net used request id req-299f4998-32fd-41c8-bfee-14cd84296879 2018-10-22 15:03:39,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:39,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-11fb075d-ef1a-452d-945d-f584ceccbc79 Date: Mon, 22 Oct 2018 15:03:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:29Z","dns_nameservers":[],"updated_at":"2018-10-22T15:03:29Z","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":"8e9a3444377442da8b38ad768127d234","id":"98bb6497-2f72-4dff-adee-c06d41e9a672","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-subnet"}]} 2018-10-22 15:03:39,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-11fb075d-ef1a-452d-945d-f584ceccbc79 2018-10-22 15:03:39,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:39,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0665f0b2-d5f9-4c5d-b467-109b013003e5 Date: Mon, 22 Oct 2018 15:03:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"679ca360-9336-4649-bbca-24833b381cc8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["98bb6497-2f72-4dff-adee-c06d41e9a672"],"description":"","tags":[],"updated_at":"2018-10-22T15:03:29Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:28Z","provider:network_type":"vxlan"}]} 2018-10-22 15:03:39,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net used request id req-0665f0b2-d5f9-4c5d-b467-109b013003e5 2018-10-22 15:03:39,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 15:03:39,851 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:03: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:03:39,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af3652f3b5a693d48092dca3980cf74415d0cef4" 2018-10-22 15:03:39,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e99186f6-390b-4f95-ab02-36de1a0a96ac 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:03:39,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-e99186f6-390b-4f95-ab02-36de1a0a96ac 2018-10-22 15:03:39,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:40,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d00d1bbe-4ea1-454d-8995-a58d581c4b8f Date: Mon, 22 Oct 2018 15:03:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:29Z","dns_nameservers":[],"updated_at":"2018-10-22T15:03:29Z","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":"8e9a3444377442da8b38ad768127d234","id":"98bb6497-2f72-4dff-adee-c06d41e9a672","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-subnet"}]} 2018-10-22 15:03:40,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-d00d1bbe-4ea1-454d-8995-a58d581c4b8f 2018-10-22 15:03:40,151 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net 2018-10-22 15:03:40,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" -d '{"port": {"network_id": "679ca360-9336-4649-bbca-24833b381cc8", "name": "NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-port", "admin_state_up": true}}' 2018-10-22 15:03:41,059 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-7482b18c-e7f2-4e53-92a2-79e35ae2b099 Date: Mon, 22 Oct 2018 15:03:41 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:40Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.14"}],"id":"1ddf3b51-d4ce-4cf0-97c4-9c12a42891dd","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3b:c1:72","project_id":"8e9a3444377442da8b38ad768127d234","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-port","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:40Z","binding:vnic_type":"normal"}} 2018-10-22 15:03:41,060 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-7482b18c-e7f2-4e53-92a2-79e35ae2b099 2018-10-22 15:03:41,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:41,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f4637758-adfa-433f-9e3c-c1f1de9662bf Date: Mon, 22 Oct 2018 15:03:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"679ca360-9336-4649-bbca-24833b381cc8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["98bb6497-2f72-4dff-adee-c06d41e9a672"],"description":"","tags":[],"updated_at":"2018-10-22T15:03:29Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:28Z","provider:network_type":"vxlan"}]} 2018-10-22 15:03:41,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net used request id req-f4637758-adfa-433f-9e3c-c1f1de9662bf 2018-10-22 15:03:41,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:41,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0c4a123-e59d-4083-af2e-5cfc7b0bf635 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:03:41,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-a0c4a123-e59d-4083-af2e-5cfc7b0bf635 2018-10-22 15:03:41,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:41,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2b91a2b6-5474-4f7d-920d-e9f9741be3ac Date: Mon, 22 Oct 2018 15:03:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:29Z","dns_nameservers":[],"updated_at":"2018-10-22T15:03:29Z","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":"8e9a3444377442da8b38ad768127d234","id":"98bb6497-2f72-4dff-adee-c06d41e9a672","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-subnet"}]} 2018-10-22 15:03:41,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-2b91a2b6-5474-4f7d-920d-e9f9741be3ac 2018-10-22 15:03:41,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=679ca360-9336-4649-bbca-24833b381cc8&name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:41,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-b2234aae-8a5e-4b38-8d8c-59e702dfd93a Date: Mon, 22 Oct 2018 15:03:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:40Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.14"}],"id":"1ddf3b51-d4ce-4cf0-97c4-9c12a42891dd","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3b:c1:72","project_id":"8e9a3444377442da8b38ad768127d234","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-port","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:40Z","binding:vnic_type":"normal"}]} 2018-10-22 15:03:41,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=679ca360-9336-4649-bbca-24833b381cc8&name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-port&admin_state_up=True used request id req-b2234aae-8a5e-4b38-8d8c-59e702dfd93a 2018-10-22 15:03:41,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:41,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e73aee7-523e-44bc-bdc0-b7e5c8c20430 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:03:41,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-7e73aee7-523e-44bc-bdc0-b7e5c8c20430 2018-10-22 15:03:41,839 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst 2018-10-22 15:03:41,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:41,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03: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-53b295e6-6563-49b6-ab03-fc8c8c8fa266 x-compute-request-id: req-53b295e6-6563-49b6-ab03-fc8c8c8fa266 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "5c60855c-f802-400d-b3c8-053db3615ce3", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-flavor"}]} 2018-10-22 15:03:41,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-53b295e6-6563-49b6-ab03-fc8c8c8fa266 2018-10-22 15:03:41,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/5c60855c-f802-400d-b3c8-053db3615ce3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:42,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03: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-4b2d65fc-e101-4be6-9f9d-95b058abe2c4 x-compute-request-id: req-4b2d65fc-e101-4be6-9f9d-95b058abe2c4 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5c60855c-f802-400d-b3c8-053db3615ce3", "name": "NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:03:42,018 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/5c60855c-f802-400d-b3c8-053db3615ce3 used request id req-4b2d65fc-e101-4be6-9f9d-95b058abe2c4 2018-10-22 15:03:42,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:42,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-afc1bbd4-770a-45dc-b2ac-a678bc6660b8 Date: Mon, 22 Oct 2018 15:03:42 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:03:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:03:27Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b/snap", "metadata": {}}], "self": "/v2/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b", "min_disk": 0, "protected": false, "id": "910b0eef-beb0-4ac7-a977-1b4e71385c2b", "file": "/v2/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-image"} 2018-10-22 15:03:42,212 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-image used request id req-afc1bbd4-770a-45dc-b2ac-a678bc6660b8 2018-10-22 15:03:42,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:42,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1103b0e5-4c69-44ea-aee5-78f914252c5d Date: Mon, 22 Oct 2018 15:03:42 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-10-22 15:03:42,458 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-1103b0e5-4c69-44ea-aee5-78f914252c5d 2018-10-22 15:03:42,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst", "imageRef": "910b0eef-beb0-4ac7-a977-1b4e71385c2b", "flavorRef": "5c60855c-f802-400d-b3c8-053db3615ce3", "max_count": 1, "min_count": 1, "networks": [{"port": "1ddf3b51-d4ce-4cf0-97c4-9c12a42891dd"}]}}' 2018-10-22 15:03:44,142 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:03: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-d6c468cd-d8dc-4c23-9e81-cc390904a35b x-compute-request-id: req-d6c468cd-d8dc-4c23-9e81-cc390904a35b Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "56b30617-bec4-452b-a650-fd548be77284", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "bookmark"}], "adminPass": "LFRWhtX7kYRe"}} 2018-10-22 15:03:44,142 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-d6c468cd-d8dc-4c23-9e81-cc390904a35b 2018-10-22 15:03:44,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:44,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03: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-44d2db04-8f3f-4e08-8643-43ee29a6fbd9 x-compute-request-id: req-44d2db04-8f3f-4e08-8643-43ee29a6fbd9 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.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "bookmark"}], "image": {"id": "910b0eef-beb0-4ac7-a977-1b4e71385c2b", "links": [{"href": "http://172.30.9.22:8774/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5c60855c-f802-400d-b3c8-053db3615ce3", "links": [{"href": "http://172.30.9.22:8774/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "bookmark"}]}, "id": "56b30617-bec4-452b-a650-fd548be77284", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "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-10-22T15:03: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": "NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst", "created": "2018-10-22T15:03:44Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:03:44,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 used request id req-44d2db04-8f3f-4e08-8643-43ee29a6fbd9 2018-10-22 15:03:44,517 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst 2018-10-22 15:03:44,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:44,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03: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-85602a4e-f71d-4989-8a61-6f3fbdc12ff8 x-compute-request-id: req-85602a4e-f71d-4989-8a61-6f3fbdc12ff8 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.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "bookmark"}], "image": {"id": "910b0eef-beb0-4ac7-a977-1b4e71385c2b", "links": [{"href": "http://172.30.9.22:8774/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5c60855c-f802-400d-b3c8-053db3615ce3", "links": [{"href": "http://172.30.9.22:8774/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "bookmark"}]}, "id": "56b30617-bec4-452b-a650-fd548be77284", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "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-10-22T15:03: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": "NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst", "created": "2018-10-22T15:03:44Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:03:44,875 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 used request id req-85602a4e-f71d-4989-8a61-6f3fbdc12ff8 2018-10-22 15:03:44,876 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst] is - BUILD 2018-10-22 15:03:44,876 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:03:47,879 - create_instance - DEBUG - VM status query timeout in 896.637766838 2018-10-22 15:03:47,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:48,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03: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-de278bd8-d64c-46ee-b15c-50918603dad4 x-compute-request-id: req-de278bd8-d64c-46ee-b15c-50918603dad4 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "bookmark"}], "image": {"id": "910b0eef-beb0-4ac7-a977-1b4e71385c2b", "links": [{"href": "http://172.30.9.22:8774/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5c60855c-f802-400d-b3c8-053db3615ce3", "links": [{"href": "http://172.30.9.22:8774/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "bookmark"}]}, "id": "56b30617-bec4-452b-a650-fd548be77284", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:03:47Z", "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-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst", "created": "2018-10-22T15:03:44Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:03:48,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 used request id req-de278bd8-d64c-46ee-b15c-50918603dad4 2018-10-22 15:03:48,306 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst] is - BUILD 2018-10-22 15:03:48,306 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:03:51,309 - create_instance - DEBUG - VM status query timeout in 893.207703829 2018-10-22 15:03:51,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:52,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03: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-6d67a175-65f6-4834-a416-e53807f417b5 x-compute-request-id: req-6d67a175-65f6-4834-a416-e53807f417b5 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:c1:72", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "bookmark"}], "image": {"id": "910b0eef-beb0-4ac7-a977-1b4e71385c2b", "links": [{"href": "http://172.30.9.22:8774/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5c60855c-f802-400d-b3c8-053db3615ce3", "links": [{"href": "http://172.30.9.22:8774/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "bookmark"}]}, "id": "56b30617-bec4-452b-a650-fd548be77284", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:03:48Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst", "created": "2018-10-22T15:03:44Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:03:52,301 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 used request id req-6d67a175-65f6-4834-a416-e53807f417b5 2018-10-22 15:03:52,301 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst] is - BUILD 2018-10-22 15:03:52,301 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:03:55,305 - create_instance - DEBUG - VM status query timeout in 889.212388992 2018-10-22 15:03:55,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:55,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03: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-ed473cb3-050c-4ca3-979d-7f8296054fc9 x-compute-request-id: req-ed473cb3-050c-4ca3-979d-7f8296054fc9 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:c1:72", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "bookmark"}], "image": {"id": "910b0eef-beb0-4ac7-a977-1b4e71385c2b", "links": [{"href": "http://172.30.9.22:8774/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-22T15:03:52.000000", "flavor": {"id": "5c60855c-f802-400d-b3c8-053db3615ce3", "links": [{"href": "http://172.30.9.22:8774/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "bookmark"}]}, "id": "56b30617-bec4-452b-a650-fd548be77284", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:03:53Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst", "created": "2018-10-22T15:03:44Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:03:55,789 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 used request id req-ed473cb3-050c-4ca3-979d-7f8296054fc9 2018-10-22 15:03:55,789 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst] is - ACTIVE 2018-10-22 15:03:55,789 - create_instance - INFO - VM is - ACTIVE 2018-10-22 15:03:55,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:56,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03: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-5ea216b1-8c8b-4c5e-b409-965bd0feb686 x-compute-request-id: req-5ea216b1-8c8b-4c5e-b409-965bd0feb686 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:c1:72", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "bookmark"}], "image": {"id": "910b0eef-beb0-4ac7-a977-1b4e71385c2b", "links": [{"href": "http://172.30.9.22:8774/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-22T15:03:52.000000", "flavor": {"id": "5c60855c-f802-400d-b3c8-053db3615ce3", "links": [{"href": "http://172.30.9.22:8774/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "bookmark"}]}, "id": "56b30617-bec4-452b-a650-fd548be77284", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:03:53Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst", "created": "2018-10-22T15:03:44Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:03:56,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 used request id req-5ea216b1-8c8b-4c5e-b409-965bd0feb686 2018-10-22 15:03:56,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:56,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-888048c1-40a9-421c-bd7f-0919a1abf0c0 Date: Mon, 22 Oct 2018 15:03:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"679ca360-9336-4649-bbca-24833b381cc8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["98bb6497-2f72-4dff-adee-c06d41e9a672"],"description":"","tags":[],"updated_at":"2018-10-22T15:03:29Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:28Z","provider:network_type":"vxlan"}]} 2018-10-22 15:03:56,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net used request id req-888048c1-40a9-421c-bd7f-0919a1abf0c0 2018-10-22 15:03:56,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:56,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aafc764e-9600-4dfd-81e0-d1bde6785676 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:03:56,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-aafc764e-9600-4dfd-81e0-d1bde6785676 2018-10-22 15:03:56,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:57,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4ca56725-285e-4617-b2b8-4f6a16dbaf99 Date: Mon, 22 Oct 2018 15:03:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:29Z","dns_nameservers":[],"updated_at":"2018-10-22T15:03:29Z","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":"8e9a3444377442da8b38ad768127d234","id":"98bb6497-2f72-4dff-adee-c06d41e9a672","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-subnet"}]} 2018-10-22 15:03:57,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-4ca56725-285e-4617-b2b8-4f6a16dbaf99 2018-10-22 15:03:57,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:57,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-b09839db-5ed3-4ca0-9d15-8db9b49ba6ca Date: Mon, 22 Oct 2018 15:03:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:49Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.14"}],"id":"1ddf3b51-d4ce-4cf0-97c4-9c12a42891dd","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:c1:72","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"56b30617-bec4-452b-a650-fd548be77284","name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-port","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.4"}],"id":"3794e249-78a8-4ffd-9ac9-41fc61b8f151","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:44:1a","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-679ca360-9336-4649-bbca-24833b381cc8","name":"","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.3"}],"id":"3c4f3e24-14e6-4e50-822b-6f4789e16a64","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:34:7e","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-679ca360-9336-4649-bbca-24833b381cc8","name":"","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.2"}],"id":"811b1d83-aee7-4e80-b41d-f8fdd2cf2739","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2f:76:0e","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-679ca360-9336-4649-bbca-24833b381cc8","name":"","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:30Z","binding:vnic_type":"normal"}]} 2018-10-22 15:03:57,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-b09839db-5ed3-4ca0-9d15-8db9b49ba6ca 2018-10-22 15:03:57,137 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:03:57,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:03:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["JwrwuNwuSTuM8agP7MXqtg"], "issued_at": "2018-10-22T15:03:57.000000Z"}} 2018-10-22 15:03:57,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}a49dfeed589691ada06be94a4825d0ced511ff55" 2018-10-22 15:03:57,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3532f6ce-ba17-4290-987b-861bbb989de3 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:03:57,611 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3532f6ce-ba17-4290-987b-861bbb989de3 2018-10-22 15:03:57,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:58,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-38d0ea0c-08e7-42b3-8a07-bc3aa17c4236 x-compute-request-id: req-38d0ea0c-08e7-42b3-8a07-bc3aa17c4236 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:c1:72", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "bookmark"}], "image": {"id": "910b0eef-beb0-4ac7-a977-1b4e71385c2b", "links": [{"href": "http://172.30.9.22:8774/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-22T15:03:52.000000", "flavor": {"id": "5c60855c-f802-400d-b3c8-053db3615ce3", "links": [{"href": "http://172.30.9.22:8774/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "bookmark"}]}, "id": "56b30617-bec4-452b-a650-fd548be77284", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:03:53Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst", "created": "2018-10-22T15:03:44Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:03:58,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 used request id req-38d0ea0c-08e7-42b3-8a07-bc3aa17c4236 2018-10-22 15:03:58,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:58,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2a65e2e7-c512-4d96-b827-467791c8d56e Date: Mon, 22 Oct 2018 15:03:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"679ca360-9336-4649-bbca-24833b381cc8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["98bb6497-2f72-4dff-adee-c06d41e9a672"],"description":"","tags":[],"updated_at":"2018-10-22T15:03:29Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:28Z","provider:network_type":"vxlan"}]} 2018-10-22 15:03:58,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net used request id req-2a65e2e7-c512-4d96-b827-467791c8d56e 2018-10-22 15:03:58,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:58,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70b9fe32-ee44-4cbe-bc2e-61d7eefc3345 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:03:58,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-70b9fe32-ee44-4cbe-bc2e-61d7eefc3345 2018-10-22 15:03:58,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:58,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bdc12ca5-d1f4-497b-9a4f-f771a35ccd59 Date: Mon, 22 Oct 2018 15:03:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:29Z","dns_nameservers":[],"updated_at":"2018-10-22T15:03:29Z","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":"8e9a3444377442da8b38ad768127d234","id":"98bb6497-2f72-4dff-adee-c06d41e9a672","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-subnet"}]} 2018-10-22 15:03:58,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-bdc12ca5-d1f4-497b-9a4f-f771a35ccd59 2018-10-22 15:03:58,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:03:58,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-0a17fbb0-284e-41ef-8dcb-5f190112a055 Date: Mon, 22 Oct 2018 15:03:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:49Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.14"}],"id":"1ddf3b51-d4ce-4cf0-97c4-9c12a42891dd","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:c1:72","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"56b30617-bec4-452b-a650-fd548be77284","name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-port","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.4"}],"id":"3794e249-78a8-4ffd-9ac9-41fc61b8f151","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:44:1a","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-679ca360-9336-4649-bbca-24833b381cc8","name":"","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.3"}],"id":"3c4f3e24-14e6-4e50-822b-6f4789e16a64","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:34:7e","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-679ca360-9336-4649-bbca-24833b381cc8","name":"","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.2"}],"id":"811b1d83-aee7-4e80-b41d-f8fdd2cf2739","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2f:76:0e","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-679ca360-9336-4649-bbca-24833b381cc8","name":"","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:30Z","binding:vnic_type":"normal"}]} 2018-10-22 15:03:58,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-0a17fbb0-284e-41ef-8dcb-5f190112a055 2018-10-22 15:03:58,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49dfeed589691ada06be94a4825d0ced511ff55" -d '{"volumeAttachment": {"volumeId": "e2ee669c-c8e4-4985-8d05-ae7dd16dff15"}}' 2018-10-22 15:04:00,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:03: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-247c124c-a4c5-43ca-bc0d-47280b4978fd x-compute-request-id: req-247c124c-a4c5-43ca-bc0d-47280b4978fd Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "56b30617-bec4-452b-a650-fd548be77284", "id": "e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "volumeId": "e2ee669c-c8e4-4985-8d05-ae7dd16dff15"}} 2018-10-22 15:04:00,557 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284/os-volume_attachments used request id req-247c124c-a4c5-43ca-bc0d-47280b4978fd 2018-10-22 15:04:00,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49dfeed589691ada06be94a4825d0ced511ff55" 2018-10-22 15:04:01,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-3dccd1b0-54eb-4712-84e1-5397a4f267a2 x-compute-request-id: req-3dccd1b0-54eb-4712-84e1-5397a4f267a2 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:c1:72", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "bookmark"}], "image": {"id": "910b0eef-beb0-4ac7-a977-1b4e71385c2b", "links": [{"href": "http://172.30.9.22:8774/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-22T15:03:52.000000", "flavor": {"id": "5c60855c-f802-400d-b3c8-053db3615ce3", "links": [{"href": "http://172.30.9.22:8774/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "bookmark"}]}, "id": "56b30617-bec4-452b-a650-fd548be77284", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:03:53Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst", "created": "2018-10-22T15:03:44Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [{"id": "e2ee669c-c8e4-4985-8d05-ae7dd16dff15"}], "metadata": {}}} 2018-10-22 15:04:01,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 used request id req-3dccd1b0-54eb-4712-84e1-5397a4f267a2 2018-10-22 15:04:01,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49dfeed589691ada06be94a4825d0ced511ff55" 2018-10-22 15:04:01,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-92bbcf50-1e09-419a-b257-8145d666ba6f Date: Mon, 22 Oct 2018 15:04:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"679ca360-9336-4649-bbca-24833b381cc8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["98bb6497-2f72-4dff-adee-c06d41e9a672"],"description":"","tags":[],"updated_at":"2018-10-22T15:03:29Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:28Z","provider:network_type":"vxlan"}]} 2018-10-22 15:04:01,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net used request id req-92bbcf50-1e09-419a-b257-8145d666ba6f 2018-10-22 15:04:01,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 15:04:01,435 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:04: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:04:01,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49dfeed589691ada06be94a4825d0ced511ff55" 2018-10-22 15:04:01,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5dc7f4b-a26d-484f-a8be-f3e99e5019fa 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:04:01,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-f5dc7f4b-a26d-484f-a8be-f3e99e5019fa 2018-10-22 15:04:01,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49dfeed589691ada06be94a4825d0ced511ff55" 2018-10-22 15:04:01,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2bd96375-8054-40e6-9504-46f4bc12ee8a Date: Mon, 22 Oct 2018 15:04:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:29Z","dns_nameservers":[],"updated_at":"2018-10-22T15:03:29Z","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":"8e9a3444377442da8b38ad768127d234","id":"98bb6497-2f72-4dff-adee-c06d41e9a672","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-subnet"}]} 2018-10-22 15:04:01,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-2bd96375-8054-40e6-9504-46f4bc12ee8a 2018-10-22 15:04:01,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49dfeed589691ada06be94a4825d0ced511ff55" 2018-10-22 15:04:01,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-2aa6b16e-bfa0-458e-bdac-8c9dbd006f77 Date: Mon, 22 Oct 2018 15:04:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:49Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.14"}],"id":"1ddf3b51-d4ce-4cf0-97c4-9c12a42891dd","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:c1:72","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"56b30617-bec4-452b-a650-fd548be77284","name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-port","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.4"}],"id":"3794e249-78a8-4ffd-9ac9-41fc61b8f151","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:44:1a","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-679ca360-9336-4649-bbca-24833b381cc8","name":"","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.3"}],"id":"3c4f3e24-14e6-4e50-822b-6f4789e16a64","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:34:7e","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-679ca360-9336-4649-bbca-24833b381cc8","name":"","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.2"}],"id":"811b1d83-aee7-4e80-b41d-f8fdd2cf2739","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2f:76:0e","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-679ca360-9336-4649-bbca-24833b381cc8","name":"","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:30Z","binding:vnic_type":"normal"}]} 2018-10-22 15:04:01,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-2aa6b16e-bfa0-458e-bdac-8c9dbd006f77 2018-10-22 15:04:01,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}a49dfeed589691ada06be94a4825d0ced511ff55" 2018-10-22 15:04:02,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d236e0f2-34a4-421c-bf21-2355afadbeed 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:04:02,003 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d236e0f2-34a4-421c-bf21-2355afadbeed 2018-10-22 15:04:02,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:04:03,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-2bf8f89f-b58f-48fe-898f-00152a2411df x-compute-request-id: req-2bf8f89f-b58f-48fe-898f-00152a2411df Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:c1:72", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "bookmark"}], "image": {"id": "910b0eef-beb0-4ac7-a977-1b4e71385c2b", "links": [{"href": "http://172.30.9.22:8774/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-22T15:03:52.000000", "flavor": {"id": "5c60855c-f802-400d-b3c8-053db3615ce3", "links": [{"href": "http://172.30.9.22:8774/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "bookmark"}]}, "id": "56b30617-bec4-452b-a650-fd548be77284", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:04:01Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst", "created": "2018-10-22T15:03:44Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [{"id": "e2ee669c-c8e4-4985-8d05-ae7dd16dff15"}], "metadata": {}}} 2018-10-22 15:04:03,523 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 used request id req-2bf8f89f-b58f-48fe-898f-00152a2411df 2018-10-22 15:04:03,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:04:03,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e398defd-77aa-4340-8fa0-310515b864e3 Date: Mon, 22 Oct 2018 15:04:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"679ca360-9336-4649-bbca-24833b381cc8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["98bb6497-2f72-4dff-adee-c06d41e9a672"],"description":"","tags":[],"updated_at":"2018-10-22T15:03:29Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:28Z","provider:network_type":"vxlan"}]} 2018-10-22 15:04:03,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net used request id req-e398defd-77aa-4340-8fa0-310515b864e3 2018-10-22 15:04:03,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:04:03,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c880f053-1669-4137-84c7-ae77b3920072 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:04:03,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-c880f053-1669-4137-84c7-ae77b3920072 2018-10-22 15:04:03,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:04:03,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5c2af251-48bb-41ae-a712-185b4fad16e5 Date: Mon, 22 Oct 2018 15:04:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:29Z","dns_nameservers":[],"updated_at":"2018-10-22T15:03:29Z","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":"8e9a3444377442da8b38ad768127d234","id":"98bb6497-2f72-4dff-adee-c06d41e9a672","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-subnet"}]} 2018-10-22 15:04:03,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-5c2af251-48bb-41ae-a712-185b4fad16e5 2018-10-22 15:04:03,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:04:04,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-20ab95fc-cadc-41e2-82f4-12f544dbcf7e Date: Mon, 22 Oct 2018 15:04:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:49Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.14"}],"id":"1ddf3b51-d4ce-4cf0-97c4-9c12a42891dd","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:c1:72","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"56b30617-bec4-452b-a650-fd548be77284","name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-port","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.4"}],"id":"3794e249-78a8-4ffd-9ac9-41fc61b8f151","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:44:1a","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-679ca360-9336-4649-bbca-24833b381cc8","name":"","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.3"}],"id":"3c4f3e24-14e6-4e50-822b-6f4789e16a64","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:34:7e","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-679ca360-9336-4649-bbca-24833b381cc8","name":"","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.2"}],"id":"811b1d83-aee7-4e80-b41d-f8fdd2cf2739","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2f:76:0e","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-679ca360-9336-4649-bbca-24833b381cc8","name":"","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:30Z","binding:vnic_type":"normal"}]} 2018-10-22 15:04:04,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-20ab95fc-cadc-41e2-82f4-12f544dbcf7e 2018-10-22 15:04:04,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49dfeed589691ada06be94a4825d0ced511ff55" 2018-10-22 15:04:04,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-8e5ce7d0-a696-4dc2-8145-4217a44cbdbb x-compute-request-id: req-8e5ce7d0-a696-4dc2-8145-4217a44cbdbb Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:c1:72", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "bookmark"}], "image": {"id": "910b0eef-beb0-4ac7-a977-1b4e71385c2b", "links": [{"href": "http://172.30.9.22:8774/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-22T15:03:52.000000", "flavor": {"id": "5c60855c-f802-400d-b3c8-053db3615ce3", "links": [{"href": "http://172.30.9.22:8774/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "bookmark"}]}, "id": "56b30617-bec4-452b-a650-fd548be77284", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:04:01Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst", "created": "2018-10-22T15:03:44Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [{"id": "e2ee669c-c8e4-4985-8d05-ae7dd16dff15"}], "metadata": {}}} 2018-10-22 15:04:04,567 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 used request id req-8e5ce7d0-a696-4dc2-8145-4217a44cbdbb 2018-10-22 15:04:04,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49dfeed589691ada06be94a4825d0ced511ff55" 2018-10-22 15:04:04,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-28e81d7f-a363-474d-a96c-3105910070bd Date: Mon, 22 Oct 2018 15:04:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"679ca360-9336-4649-bbca-24833b381cc8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["98bb6497-2f72-4dff-adee-c06d41e9a672"],"description":"","tags":[],"updated_at":"2018-10-22T15:03:29Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:28Z","provider:network_type":"vxlan"}]} 2018-10-22 15:04:04,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net used request id req-28e81d7f-a363-474d-a96c-3105910070bd 2018-10-22 15:04:04,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49dfeed589691ada06be94a4825d0ced511ff55" 2018-10-22 15:04:04,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f369520c-a931-4310-bc02-7606113c521f 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:04:04,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-f369520c-a931-4310-bc02-7606113c521f 2018-10-22 15:04:04,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49dfeed589691ada06be94a4825d0ced511ff55" 2018-10-22 15:04:04,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4088932d-f083-407b-9aaf-9f20f5ce502f Date: Mon, 22 Oct 2018 15:04:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:29Z","dns_nameservers":[],"updated_at":"2018-10-22T15:03:29Z","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":"8e9a3444377442da8b38ad768127d234","id":"98bb6497-2f72-4dff-adee-c06d41e9a672","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-subnet"}]} 2018-10-22 15:04:04,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-4088932d-f083-407b-9aaf-9f20f5ce502f 2018-10-22 15:04:04,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49dfeed589691ada06be94a4825d0ced511ff55" 2018-10-22 15:04:04,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-b7f6a856-fbe5-4222-b34d-0edb6887e9a0 Date: Mon, 22 Oct 2018 15:04:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:49Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.14"}],"id":"1ddf3b51-d4ce-4cf0-97c4-9c12a42891dd","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:c1:72","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"56b30617-bec4-452b-a650-fd548be77284","name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-port","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.4"}],"id":"3794e249-78a8-4ffd-9ac9-41fc61b8f151","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:44:1a","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-679ca360-9336-4649-bbca-24833b381cc8","name":"","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.3"}],"id":"3c4f3e24-14e6-4e50-822b-6f4789e16a64","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:34:7e","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-679ca360-9336-4649-bbca-24833b381cc8","name":"","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.2"}],"id":"811b1d83-aee7-4e80-b41d-f8fdd2cf2739","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2f:76:0e","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-679ca360-9336-4649-bbca-24833b381cc8","name":"","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:30Z","binding:vnic_type":"normal"}]} 2018-10-22 15:04:04,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-b7f6a856-fbe5-4222-b34d-0edb6887e9a0 2018-10-22 15:04:05,003 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49dfeed589691ada06be94a4825d0ced511ff55" 2018-10-22 15:04:05,742 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:05 GMT Server: Apache x-compute-request-id: req-658f5be8-af89-40c7-add0-eb75c57bd508 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-658f5be8-af89-40c7-add0-eb75c57bd508 Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "56b30617-bec4-452b-a650-fd548be77284", "attachment_id": "8b34749c-4279-4c41-aba8-819bc9b0209b", "attached_at": "2018-10-22T15:04:02.000000", "host_name": null, "volume_id": "e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "device": "/dev/vdb", "id": "e2ee669c-c8e4-4985-8d05-ae7dd16dff15"}], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:04:02.000000", "replication_status": null, "snapshot_id": null, "id": "e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-914b66aa-7b44-4304-a372-085e2c250a9b", "bootable": "false", "created_at": "2018-10-22T15:03:33.000000", "volume_type": null}} 2018-10-22 15:04:05,742 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15 used request id req-658f5be8-af89-40c7-add0-eb75c57bd508 2018-10-22 15:04:05,745 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:04:06,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-db58a404-f195-4f4d-8e36-7484c29bb2e5 x-compute-request-id: req-db58a404-f195-4f4d-8e36-7484c29bb2e5 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:c1:72", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "bookmark"}], "image": {"id": "910b0eef-beb0-4ac7-a977-1b4e71385c2b", "links": [{"href": "http://172.30.9.22:8774/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-22T15:03:52.000000", "flavor": {"id": "5c60855c-f802-400d-b3c8-053db3615ce3", "links": [{"href": "http://172.30.9.22:8774/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "bookmark"}]}, "id": "56b30617-bec4-452b-a650-fd548be77284", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:04:01Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst", "created": "2018-10-22T15:03:44Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [{"id": "e2ee669c-c8e4-4985-8d05-ae7dd16dff15"}], "metadata": {}}} 2018-10-22 15:04:06,190 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 used request id req-db58a404-f195-4f4d-8e36-7484c29bb2e5 2018-10-22 15:04:06,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:04:06,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-856bae6b-bdb3-4fd1-a2e7-00d45ad9bc90 Date: Mon, 22 Oct 2018 15:04:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"679ca360-9336-4649-bbca-24833b381cc8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["98bb6497-2f72-4dff-adee-c06d41e9a672"],"description":"","tags":[],"updated_at":"2018-10-22T15:03:29Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:28Z","provider:network_type":"vxlan"}]} 2018-10-22 15:04:06,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net used request id req-856bae6b-bdb3-4fd1-a2e7-00d45ad9bc90 2018-10-22 15:04:06,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:04:06,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-340935e6-dc1d-4bfd-8792-3c412df8ec35 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:04:06,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-340935e6-dc1d-4bfd-8792-3c412df8ec35 2018-10-22 15:04:06,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:04:06,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-79ec9f3b-04d2-4031-9d3c-2292bf79cf5d Date: Mon, 22 Oct 2018 15:04:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:29Z","dns_nameservers":[],"updated_at":"2018-10-22T15:03:29Z","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":"8e9a3444377442da8b38ad768127d234","id":"98bb6497-2f72-4dff-adee-c06d41e9a672","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-subnet"}]} 2018-10-22 15:04:06,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-79ec9f3b-04d2-4031-9d3c-2292bf79cf5d 2018-10-22 15:04:06,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:04:06,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-b7749f46-f5b5-4298-a843-070ecab79818 Date: Mon, 22 Oct 2018 15:04:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:49Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.14"}],"id":"1ddf3b51-d4ce-4cf0-97c4-9c12a42891dd","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:c1:72","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"56b30617-bec4-452b-a650-fd548be77284","name":"NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-port","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.4"}],"id":"3794e249-78a8-4ffd-9ac9-41fc61b8f151","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:44:1a","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-679ca360-9336-4649-bbca-24833b381cc8","name":"","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.3"}],"id":"3c4f3e24-14e6-4e50-822b-6f4789e16a64","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:34:7e","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-679ca360-9336-4649-bbca-24833b381cc8","name":"","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:03:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"98bb6497-2f72-4dff-adee-c06d41e9a672","ip_address":"10.55.0.2"}],"id":"811b1d83-aee7-4e80-b41d-f8fdd2cf2739","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2f:76:0e","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-679ca360-9336-4649-bbca-24833b381cc8","name":"","admin_state_up":true,"network_id":"679ca360-9336-4649-bbca-24833b381cc8","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:03:30Z","binding:vnic_type":"normal"}]} 2018-10-22 15:04:06,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=679ca360-9336-4649-bbca-24833b381cc8 used request id req-b7749f46-f5b5-4298-a843-070ecab79818 2018-10-22 15:04:06,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284/os-volume_attachments/e2ee669c-c8e4-4985-8d05-ae7dd16dff15 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49dfeed589691ada06be94a4825d0ced511ff55" 2018-10-22 15:04:08,185 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15: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 x-openstack-request-id: req-e04df001-7b69-48ca-af5d-31654f846c0b x-compute-request-id: req-e04df001-7b69-48ca-af5d-31654f846c0b Content-Length: 0 Content-Type: application/json 2018-10-22 15:04:08,185 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284/os-volume_attachments/e2ee669c-c8e4-4985-8d05-ae7dd16dff15 used request id req-e04df001-7b69-48ca-af5d-31654f846c0b 2018-10-22 15:04:08,185 - create_instance - INFO - Deleting Port with ID - 1ddf3b51-d4ce-4cf0-97c4-9c12a42891dd 2018-10-22 15:04:08,185 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-port 2018-10-22 15:04:08,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/1ddf3b51-d4ce-4cf0-97c4-9c12a42891dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:04:08,725 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-393755fc-09a5-4679-b645-a007a9ddb232 Date: Mon, 22 Oct 2018 15:04:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:04:08,725 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/1ddf3b51-d4ce-4cf0-97c4-9c12a42891dd used request id req-393755fc-09a5-4679-b645-a007a9ddb232 2018-10-22 15:04:08,725 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst 2018-10-22 15:04:08,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:04:09,057 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:04: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-49a4bd63-f02b-4049-9c1f-0eec1eb15193 x-compute-request-id: req-49a4bd63-f02b-4049-9c1f-0eec1eb15193 Content-Type: application/json 2018-10-22 15:04:09,057 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 used request id req-49a4bd63-f02b-4049-9c1f-0eec1eb15193 2018-10-22 15:04:09,058 - create_instance - INFO - Checking deletion status 2018-10-22 15:04:09,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:04:09,282 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e174980c-7606-4806-8062-1d4869da2cd8 x-compute-request-id: req-e174980c-7606-4806-8062-1d4869da2cd8 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "bookmark"}], "image": {"id": "910b0eef-beb0-4ac7-a977-1b4e71385c2b", "links": [{"href": "http://172.30.9.22:8774/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-22T15:03:52.000000", "flavor": {"id": "5c60855c-f802-400d-b3c8-053db3615ce3", "links": [{"href": "http://172.30.9.22:8774/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "bookmark"}]}, "id": "56b30617-bec4-452b-a650-fd548be77284", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:04:08Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst", "created": "2018-10-22T15:03:44Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [{"id": "e2ee669c-c8e4-4985-8d05-ae7dd16dff15"}], "metadata": {}}} 2018-10-22 15:04:09,282 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 used request id req-e174980c-7606-4806-8062-1d4869da2cd8 2018-10-22 15:04:09,283 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst] is - ACTIVE 2018-10-22 15:04:09,283 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:04:12,286 - create_instance - DEBUG - VM status query timeout in 296.771687984 2018-10-22 15:04:12,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:04:12,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-7e25d4fc-0221-42a4-99cb-5b2355a8f62c x-compute-request-id: req-7e25d4fc-0221-42a4-99cb-5b2355a8f62c Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "bookmark"}], "image": {"id": "910b0eef-beb0-4ac7-a977-1b4e71385c2b", "links": [{"href": "http://172.30.9.22:8774/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-22T15:03:52.000000", "flavor": {"id": "5c60855c-f802-400d-b3c8-053db3615ce3", "links": [{"href": "http://172.30.9.22:8774/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "bookmark"}]}, "id": "56b30617-bec4-452b-a650-fd548be77284", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:04:08Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst", "created": "2018-10-22T15:03:44Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:04:12,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 used request id req-7e25d4fc-0221-42a4-99cb-5b2355a8f62c 2018-10-22 15:04:12,518 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst] is - ACTIVE 2018-10-22 15:04:12,518 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:04:15,520 - create_instance - DEBUG - VM status query timeout in 293.538007975 2018-10-22 15:04:15,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:04:15,922 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-2336d23d-d6c7-48bf-a218-36ac5567e1a5 x-compute-request-id: req-2336d23d-d6c7-48bf-a218-36ac5567e1a5 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56b30617-bec4-452b-a650-fd548be77284", "rel": "bookmark"}], "image": {"id": "910b0eef-beb0-4ac7-a977-1b4e71385c2b", "links": [{"href": "http://172.30.9.22:8774/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-22T15:03:52.000000", "flavor": {"id": "5c60855c-f802-400d-b3c8-053db3615ce3", "links": [{"href": "http://172.30.9.22:8774/flavors/5c60855c-f802-400d-b3c8-053db3615ce3", "rel": "bookmark"}]}, "id": "56b30617-bec4-452b-a650-fd548be77284", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:04:08Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst", "created": "2018-10-22T15:03:44Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:04:15,922 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 used request id req-2336d23d-d6c7-48bf-a218-36ac5567e1a5 2018-10-22 15:04:15,923 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst] is - ACTIVE 2018-10-22 15:04:15,923 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:04:18,926 - create_instance - DEBUG - VM status query timeout in 290.131683826 2018-10-22 15:04:18,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f639202df2a34b5a02599937fa75f21fd4055c4c" 2018-10-22 15:04:19,135 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15: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 x-openstack-request-id: req-b7b287f2-2130-43c7-b7ae-4bcdc6af4090 x-compute-request-id: req-b7b287f2-2130-43c7-b7ae-4bcdc6af4090 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 56b30617-bec4-452b-a650-fd548be77284 could not be found.", "code": 404}} 2018-10-22 15:04:19,136 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/56b30617-bec4-452b-a650-fd548be77284 used request id req-b7b287f2-2130-43c7-b7ae-4bcdc6af4090 2018-10-22 15:04:19,136 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 56b30617-bec4-452b-a650-fd548be77284 could not be found. (HTTP 404) (Request-ID: req-b7b287f2-2130-43c7-b7ae-4bcdc6af4090) 2018-10-22 15:04:19,136 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-vm_inst 2018-10-22 15:04:19,140 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-181c5c89-88ea-4fc9-b68a-06e3ffa14691" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a79441b623f93d9f068dfab7786e6c2a5d848b8" 2018-10-22 15:04:19,346 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:19 GMT Server: Apache x-compute-request-id: req-29a16bf6-6240-4c74-b31b-a582f52a4742 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-29a16bf6-6240-4c74-b31b-a582f52a4742 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:04:18.000000", "replication_status": null, "snapshot_id": null, "id": "e2ee669c-c8e4-4985-8d05-ae7dd16dff15", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-914b66aa-7b44-4304-a372-085e2c250a9b", "bootable": "false", "created_at": "2018-10-22T15:03:33.000000", "volume_type": null}} 2018-10-22 15:04:19,346 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15 used request id req-29a16bf6-6240-4c74-b31b-a582f52a4742 2018-10-22 15:04:19,346 - create_volume - DEBUG - Instance status is - available 2018-10-22 15:04:19,346 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b 2018-10-22 15:04:19,347 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b 2018-10-22 15:04:19,349 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-181c5c89-88ea-4fc9-b68a-06e3ffa14691" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a79441b623f93d9f068dfab7786e6c2a5d848b8" 2018-10-22 15:04:20,203 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:04:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d3c164bb-538f-4476-ae64-b38442c59463 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-10-22 15:04:20,203 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15 used request id req-d3c164bb-538f-4476-ae64-b38442c59463 2018-10-22 15:04:20,206 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-181c5c89-88ea-4fc9-b68a-06e3ffa14691" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a79441b623f93d9f068dfab7786e6c2a5d848b8" 2018-10-22 15:04:20,930 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15:04:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-3b7eed03-a5bd-467b-882f-b41402147271 x-openstack-request-id: req-3b7eed03-a5bd-467b-882f-b41402147271 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume e2ee669c-c8e4-4985-8d05-ae7dd16dff15 could not be found.", "code": 404}} 2018-10-22 15:04:20,931 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/e2ee669c-c8e4-4985-8d05-ae7dd16dff15 used request id req-3b7eed03-a5bd-467b-882f-b41402147271 2018-10-22 15:04:20,931 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume e2ee669c-c8e4-4985-8d05-ae7dd16dff15 could not be found. (HTTP 404) (Request-ID: req-3b7eed03-a5bd-467b-882f-b41402147271) 2018-10-22 15:04:20,931 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b 2018-10-22 15:04:20,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/5c60855c-f802-400d-b3c8-053db3615ce3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83184a65e4f4c914056f2f9e43ac65f7a5f05706" 2018-10-22 15:04:20,986 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:04: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-44f98999-cd2a-48e1-988b-c0786fe788cc x-compute-request-id: req-44f98999-cd2a-48e1-988b-c0786fe788cc Content-Length: 0 Content-Type: application/json 2018-10-22 15:04:20,987 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/5c60855c-f802-400d-b3c8-053db3615ce3 used request id req-44f98999-cd2a-48e1-988b-c0786fe788cc 2018-10-22 15:04:20,987 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-subnet 2018-10-22 15:04:20,988 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-subnet 2018-10-22 15:04:20,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/98bb6497-2f72-4dff-adee-c06d41e9a672 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c5e87c2001bf1f37b0376619d6cab82456e4b0" 2018-10-22 15:04:23,365 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-70dd84a6-6d1d-4917-bb45-ddf48613fec1 Date: Mon, 22 Oct 2018 15:04:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:04:23,366 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/98bb6497-2f72-4dff-adee-c06d41e9a672 used request id req-70dd84a6-6d1d-4917-bb45-ddf48613fec1 2018-10-22 15:04:23,366 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-net 2018-10-22 15:04:23,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/679ca360-9336-4649-bbca-24833b381cc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c5e87c2001bf1f37b0376619d6cab82456e4b0" 2018-10-22 15:04:25,036 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a1c91aaf-6310-4d4e-842c-c14e6fd19937 Date: Mon, 22 Oct 2018 15:04:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:04:25,036 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/679ca360-9336-4649-bbca-24833b381cc8 used request id req-a1c91aaf-6310-4d4e-842c-c14e6fd19937 2018-10-22 15:04:25,037 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-914b66aa-7b44-4304-a372-085e2c250a9b-image 2018-10-22 15:04:25,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bf78e1402f8856ecfac364d52ff27d3b6718f01b" 2018-10-22 15:04:25,959 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dc2eb9ed-84af-4d25-8d13-205b70f788b2 Date: Mon, 22 Oct 2018 15:04:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:04:25,959 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/910b0eef-beb0-4ac7-a977-1b4e71385c2b used request id req-dc2eb9ed-84af-4d25-8d13-205b70f788b2 2018-10-22 15:04:25,961 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:04:25,963 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:04:25,964 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:04:26,347 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:04:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["uzxyE7GgSQSohBuEFM-26w"], "issued_at": "2018-10-22T15:04:26.000000Z"}} 2018-10-22 15:04:26,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}b2ce686e12c1c02e06759c0ebe217a517c198f3e" 2018-10-22 15:04:26,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01f81868-5179-4a06-b266-77e6c57847a8 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:04:26,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-01f81868-5179-4a06-b266-77e6c57847a8 2018-10-22 15:04:26,432 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:04:26,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ce686e12c1c02e06759c0ebe217a517c198f3e" 2018-10-22 15:04:26,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-cde6ba92-5a8e-4b01-83e4-fd4e6f8e71e5 x-compute-request-id: req-cde6ba92-5a8e-4b01-83e4-fd4e6f8e71e5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-22 15:04:26,619 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-cde6ba92-5a8e-4b01-83e4-fd4e6f8e71e5 2018-10-22 15:04:26,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ce686e12c1c02e06759c0ebe217a517c198f3e" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-fdb1bd25-76f5-4ad9-b645-e37f926f8388name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-22 15:04:26,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-ac54070a-b3ea-462d-bac4-45f6bc400fc0 x-compute-request-id: req-ac54070a-b3ea-462d-bac4-45f6bc400fc0 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/0cba8c59-3fa0-40c2-803e-6b598a37e831", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/0cba8c59-3fa0-40c2-803e-6b598a37e831", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0cba8c59-3fa0-40c2-803e-6b598a37e831", "name": "CreateFlavorTests-fdb1bd25-76f5-4ad9-b645-e37f926f8388name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:04:26,709 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-ac54070a-b3ea-462d-bac4-45f6bc400fc0 2018-10-22 15:04:26,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:04:27,087 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:04:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["wVhpzXWGQX2HMoFyVa2ihA"], "issued_at": "2018-10-22T15:04:27.000000Z"}} 2018-10-22 15:04:27,090 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/0cba8c59-3fa0-40c2-803e-6b598a37e831 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1b8a35c2021ed5caa020573871bdd4d7b7c26a" 2018-10-22 15:04:27,657 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-49e5555f-6a9d-4636-ae47-4fad5baa4b5f x-compute-request-id: req-49e5555f-6a9d-4636-ae47-4fad5baa4b5f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/0cba8c59-3fa0-40c2-803e-6b598a37e831", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/0cba8c59-3fa0-40c2-803e-6b598a37e831", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0cba8c59-3fa0-40c2-803e-6b598a37e831", "name": "CreateFlavorTests-fdb1bd25-76f5-4ad9-b645-e37f926f8388name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:04:27,657 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/0cba8c59-3fa0-40c2-803e-6b598a37e831 used request id req-49e5555f-6a9d-4636-ae47-4fad5baa4b5f 2018-10-22 15:04:27,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/0cba8c59-3fa0-40c2-803e-6b598a37e831/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1b8a35c2021ed5caa020573871bdd4d7b7c26a" 2018-10-22 15:04:27,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-99f72017-8121-47ab-a011-e7a3d40e6f63 x-compute-request-id: req-99f72017-8121-47ab-a011-e7a3d40e6f63 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-22 15:04:27,680 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/0cba8c59-3fa0-40c2-803e-6b598a37e831/os-extra_specs used request id req-99f72017-8121-47ab-a011-e7a3d40e6f63 2018-10-22 15:04:27,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/0cba8c59-3fa0-40c2-803e-6b598a37e831 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ce686e12c1c02e06759c0ebe217a517c198f3e" 2018-10-22 15:04:27,739 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:04: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-3a98e531-12b3-4a71-98c8-5c9394e70396 x-compute-request-id: req-3a98e531-12b3-4a71-98c8-5c9394e70396 Content-Length: 0 Content-Type: application/json 2018-10-22 15:04:27,739 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/0cba8c59-3fa0-40c2-803e-6b598a37e831 used request id req-3a98e531-12b3-4a71-98c8-5c9394e70396 2018-10-22 15:04:27,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1b8a35c2021ed5caa020573871bdd4d7b7c26a" 2018-10-22 15:04:27,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-572c7dfd-4834-4169-9120-36ffa8868fc9 x-compute-request-id: req-572c7dfd-4834-4169-9120-36ffa8868fc9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-22 15:04:27,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-572c7dfd-4834-4169-9120-36ffa8868fc9 2018-10-22 15:04:27,773 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:04:27,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:04:27,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:04:28,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:04:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["mfo2GfkNSVehDZsp4bJ4OA"], "issued_at": "2018-10-22T15:04:28.000000Z"}} 2018-10-22 15:04:28,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}4ab2e1d76e1108636c14df356fa4b94939bee2b1" 2018-10-22 15:04:28,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bcef66d-39a0-4e6f-8c7e-4bf166c00c39 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:04:28,252 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6bcef66d-39a0-4e6f-8c7e-4bf166c00c39 2018-10-22 15:04:28,253 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:04:28,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ab2e1d76e1108636c14df356fa4b94939bee2b1" 2018-10-22 15:04:28,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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 x-openstack-request-id: req-fec114c0-b955-4d73-8e55-89cf34b8ee9b x-compute-request-id: req-fec114c0-b955-4d73-8e55-89cf34b8ee9b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-22 15:04:28,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-fec114c0-b955-4d73-8e55-89cf34b8ee9b 2018-10-22 15:04:28,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ab2e1d76e1108636c14df356fa4b94939bee2b1" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-5ceabd8d-d34e-4c23-8f27-762da1ae01c0name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-22 15:04:28,629 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-57063014-56d9-4df5-abba-fe0efa9a8c9e x-compute-request-id: req-57063014-56d9-4df5-abba-fe0efa9a8c9e Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/b798b62f-9801-492b-8044-72572c716bd9", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/b798b62f-9801-492b-8044-72572c716bd9", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b798b62f-9801-492b-8044-72572c716bd9", "name": "CreateFlavorTests-5ceabd8d-d34e-4c23-8f27-762da1ae01c0name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:04:28,629 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-57063014-56d9-4df5-abba-fe0efa9a8c9e 2018-10-22 15:04:28,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:04:29,006 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:04:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["ijLjIjasQYu3g_Al6c_zZA"], "issued_at": "2018-10-22T15:04:29.000000Z"}} 2018-10-22 15:04:29,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/b798b62f-9801-492b-8044-72572c716bd9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621c92a4a52651c867d2bfd61ae6cfafcfff9e77" 2018-10-22 15:04:29,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-0e75f4aa-299a-492d-9198-c7cc0c360453 x-compute-request-id: req-0e75f4aa-299a-492d-9198-c7cc0c360453 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/b798b62f-9801-492b-8044-72572c716bd9", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/b798b62f-9801-492b-8044-72572c716bd9", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b798b62f-9801-492b-8044-72572c716bd9", "name": "CreateFlavorTests-5ceabd8d-d34e-4c23-8f27-762da1ae01c0name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:04:29,187 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/b798b62f-9801-492b-8044-72572c716bd9 used request id req-0e75f4aa-299a-492d-9198-c7cc0c360453 2018-10-22 15:04:29,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/b798b62f-9801-492b-8044-72572c716bd9/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621c92a4a52651c867d2bfd61ae6cfafcfff9e77" 2018-10-22 15:04:29,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-db0f2692-5497-4b54-9012-b07f61b6491a x-compute-request-id: req-db0f2692-5497-4b54-9012-b07f61b6491a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-22 15:04:29,208 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/b798b62f-9801-492b-8044-72572c716bd9/os-extra_specs used request id req-db0f2692-5497-4b54-9012-b07f61b6491a 2018-10-22 15:04:29,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/b798b62f-9801-492b-8044-72572c716bd9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621c92a4a52651c867d2bfd61ae6cfafcfff9e77" 2018-10-22 15:04:29,267 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:04: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-fd204569-a1f3-43e2-8aa4-7675615a60aa x-compute-request-id: req-fd204569-a1f3-43e2-8aa4-7675615a60aa Content-Length: 0 Content-Type: application/json 2018-10-22 15:04:29,268 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/b798b62f-9801-492b-8044-72572c716bd9 used request id req-fd204569-a1f3-43e2-8aa4-7675615a60aa 2018-10-22 15:04:29,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621c92a4a52651c867d2bfd61ae6cfafcfff9e77" 2018-10-22 15:04:29,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-0050a981-799b-4805-89b6-cafbe3b9fdc5 x-compute-request-id: req-0050a981-799b-4805-89b6-cafbe3b9fdc5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-22 15:04:29,296 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-0050a981-799b-4805-89b6-cafbe3b9fdc5 2018-10-22 15:04:29,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/b798b62f-9801-492b-8044-72572c716bd9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ab2e1d76e1108636c14df356fa4b94939bee2b1" 2018-10-22 15:04:29,317 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15:04: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-a8050057-f3fe-47c4-8a64-29e62833ba3e x-compute-request-id: req-a8050057-f3fe-47c4-8a64-29e62833ba3e Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor b798b62f-9801-492b-8044-72572c716bd9 could not be found.", "code": 404}} 2018-10-22 15:04:29,317 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/b798b62f-9801-492b-8044-72572c716bd9 used request id req-a8050057-f3fe-47c4-8a64-29e62833ba3e 2018-10-22 15:04:29,319 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:04:29,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:04:29,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:04:29,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:04:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["E_6GAEpEQuSzM-Wf7Mje6A"], "issued_at": "2018-10-22T15:04:29.000000Z"}} 2018-10-22 15:04:29,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}bf4af8df6bd9762a3e7540ce61e55bcaed52e832" 2018-10-22 15:04:29,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2294c7d-5555-4a36-bcc7-14b5971aeaef 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:04:29,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c2294c7d-5555-4a36-bcc7-14b5971aeaef 2018-10-22 15:04:29,791 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:04:29,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf4af8df6bd9762a3e7540ce61e55bcaed52e832" 2018-10-22 15:04:29,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-477d74a7-c05e-4925-8f79-a0e0cc688e58 x-compute-request-id: req-477d74a7-c05e-4925-8f79-a0e0cc688e58 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-22 15:04:29,963 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-477d74a7-c05e-4925-8f79-a0e0cc688e58 2018-10-22 15:04:29,967 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf4af8df6bd9762a3e7540ce61e55bcaed52e832" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-3c3f7bde-16b7-4d0b-8d7b-148f31809710name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-22 15:04:30,019 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-0a8cb4ae-7881-49d4-915f-4c1cb2a733fd x-compute-request-id: req-0a8cb4ae-7881-49d4-915f-4c1cb2a733fd Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/0a0847b0-1670-45d9-8582-21337062a456", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/0a0847b0-1670-45d9-8582-21337062a456", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0a0847b0-1670-45d9-8582-21337062a456", "name": "CreateFlavorTests-3c3f7bde-16b7-4d0b-8d7b-148f31809710name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:04:30,019 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-0a8cb4ae-7881-49d4-915f-4c1cb2a733fd 2018-10-22 15:04:30,020 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:04:30,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:04:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["1mkSeDnZR8WrwmowaOffQw"], "issued_at": "2018-10-22T15:04:30.000000Z"}} 2018-10-22 15:04:30,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/0a0847b0-1670-45d9-8582-21337062a456 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76a3e42b370501efce1543bf58d2f3d6de71c5f0" 2018-10-22 15:04:30,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-06d7be57-80e0-40ae-8c82-4d7eef9dafce x-compute-request-id: req-06d7be57-80e0-40ae-8c82-4d7eef9dafce Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/0a0847b0-1670-45d9-8582-21337062a456", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/0a0847b0-1670-45d9-8582-21337062a456", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0a0847b0-1670-45d9-8582-21337062a456", "name": "CreateFlavorTests-3c3f7bde-16b7-4d0b-8d7b-148f31809710name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:04:30,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/0a0847b0-1670-45d9-8582-21337062a456 used request id req-06d7be57-80e0-40ae-8c82-4d7eef9dafce 2018-10-22 15:04:30,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/0a0847b0-1670-45d9-8582-21337062a456/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76a3e42b370501efce1543bf58d2f3d6de71c5f0" 2018-10-22 15:04:30,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-d4ef1622-b3ff-4b6e-9563-28f6ff5ee588 x-compute-request-id: req-d4ef1622-b3ff-4b6e-9563-28f6ff5ee588 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-22 15:04:30,608 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/0a0847b0-1670-45d9-8582-21337062a456/os-extra_specs used request id req-d4ef1622-b3ff-4b6e-9563-28f6ff5ee588 2018-10-22 15:04:30,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/0a0847b0-1670-45d9-8582-21337062a456 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf4af8df6bd9762a3e7540ce61e55bcaed52e832" 2018-10-22 15:04:30,657 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:04: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-e4683ac5-0d60-4592-b47f-475d6e0e4fe7 x-compute-request-id: req-e4683ac5-0d60-4592-b47f-475d6e0e4fe7 Content-Length: 0 Content-Type: application/json 2018-10-22 15:04:30,657 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/0a0847b0-1670-45d9-8582-21337062a456 used request id req-e4683ac5-0d60-4592-b47f-475d6e0e4fe7 2018-10-22 15:04:30,659 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:04:30,660 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:04:30,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:04:31,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:04:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["QGOY21m6T0e4-ptXu3vplQ"], "issued_at": "2018-10-22T15:04:31.000000Z"}} 2018-10-22 15:04:31,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}14cd96015478f232e6c1225413a7fdc56b5d58ac" 2018-10-22 15:04:31,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-692fcffd-042e-431d-86d1-c7dcce7eefaf 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:04:31,143 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-692fcffd-042e-431d-86d1-c7dcce7eefaf 2018-10-22 15:04:31,145 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:04:31,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cd96015478f232e6c1225413a7fdc56b5d58ac" 2018-10-22 15:04:31,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-2141b236-9944-48e7-95cb-e7366766550b x-compute-request-id: req-2141b236-9944-48e7-95cb-e7366766550b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-22 15:04:31,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-2141b236-9944-48e7-95cb-e7366766550b 2018-10-22 15:04:31,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cd96015478f232e6c1225413a7fdc56b5d58ac" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-e7c07eff-e9ff-4d18-a6ee-2d0c28038943name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-10-22 15:04:31,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-37f47184-5924-41dd-9ca0-2bc7bf71f55c x-compute-request-id: req-37f47184-5924-41dd-9ca0-2bc7bf71f55c Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/0c0e17cf-8606-476e-bf6d-ec1770e2cc50", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/0c0e17cf-8606-476e-bf6d-ec1770e2cc50", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "0c0e17cf-8606-476e-bf6d-ec1770e2cc50", "name": "CreateFlavorTests-e7c07eff-e9ff-4d18-a6ee-2d0c28038943name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-10-22 15:04:31,404 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-37f47184-5924-41dd-9ca0-2bc7bf71f55c 2018-10-22 15:04:31,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:04:31,774 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:04:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["5GZzMdUhQj2iylKFV77PKQ"], "issued_at": "2018-10-22T15:04:31.000000Z"}} 2018-10-22 15:04:31,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/0c0e17cf-8606-476e-bf6d-ec1770e2cc50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3419eb700d87554b617f096521cc6bc7999eda5f" 2018-10-22 15:04:31,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-871284a3-acec-4f44-840a-fc174c1a87d7 x-compute-request-id: req-871284a3-acec-4f44-840a-fc174c1a87d7 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/0c0e17cf-8606-476e-bf6d-ec1770e2cc50", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/0c0e17cf-8606-476e-bf6d-ec1770e2cc50", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "0c0e17cf-8606-476e-bf6d-ec1770e2cc50", "name": "CreateFlavorTests-e7c07eff-e9ff-4d18-a6ee-2d0c28038943name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-10-22 15:04:31,935 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/0c0e17cf-8606-476e-bf6d-ec1770e2cc50 used request id req-871284a3-acec-4f44-840a-fc174c1a87d7 2018-10-22 15:04:31,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/0c0e17cf-8606-476e-bf6d-ec1770e2cc50/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3419eb700d87554b617f096521cc6bc7999eda5f" 2018-10-22 15:04:31,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-bc00645a-d1ad-4fbc-b7bd-53dfc9147d55 x-compute-request-id: req-bc00645a-d1ad-4fbc-b7bd-53dfc9147d55 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-22 15:04:31,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/0c0e17cf-8606-476e-bf6d-ec1770e2cc50/os-extra_specs used request id req-bc00645a-d1ad-4fbc-b7bd-53dfc9147d55 2018-10-22 15:04:31,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/0c0e17cf-8606-476e-bf6d-ec1770e2cc50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3419eb700d87554b617f096521cc6bc7999eda5f" 2018-10-22 15:04:32,009 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:04: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-d46957ea-0327-4b21-a041-35e9197529e6 x-compute-request-id: req-d46957ea-0327-4b21-a041-35e9197529e6 Content-Length: 0 Content-Type: application/json 2018-10-22 15:04:32,009 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/0c0e17cf-8606-476e-bf6d-ec1770e2cc50 used request id req-d46957ea-0327-4b21-a041-35e9197529e6 2018-10-22 15:04:32,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3419eb700d87554b617f096521cc6bc7999eda5f" 2018-10-22 15:04:32,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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 x-openstack-request-id: req-b4712027-140e-464c-9629-50d817efdaf5 x-compute-request-id: req-b4712027-140e-464c-9629-50d817efdaf5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-22 15:04:32,042 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-b4712027-140e-464c-9629-50d817efdaf5 2018-10-22 15:04:32,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/0c0e17cf-8606-476e-bf6d-ec1770e2cc50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cd96015478f232e6c1225413a7fdc56b5d58ac" 2018-10-22 15:04:32,064 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15: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 x-openstack-request-id: req-1cb5e926-7be3-449f-a54b-3a76f55bc299 x-compute-request-id: req-1cb5e926-7be3-449f-a54b-3a76f55bc299 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 0c0e17cf-8606-476e-bf6d-ec1770e2cc50 could not be found.", "code": 404}} 2018-10-22 15:04:32,064 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/0c0e17cf-8606-476e-bf6d-ec1770e2cc50 used request id req-1cb5e926-7be3-449f-a54b-3a76f55bc299 2018-10-22 15:04:32,065 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:04:32,066 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:04:32,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:04:32,451 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:04:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["UzTraJoYSEu03HZdgWtQ2Q"], "issued_at": "2018-10-22T15:04:32.000000Z"}} 2018-10-22 15:04:32,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}f282f03b39e75c67651e4bc1549732e7bb5d4f98" 2018-10-22 15:04:32,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-799dc374-2462-43d1-a80a-76d9342ec3a9 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:04:32,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-799dc374-2462-43d1-a80a-76d9342ec3a9 2018-10-22 15:04:32,539 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:04:32,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f282f03b39e75c67651e4bc1549732e7bb5d4f98" 2018-10-22 15:04:32,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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 x-openstack-request-id: req-b9bc31ed-e687-4831-bf0b-74bbd45e98cf x-compute-request-id: req-b9bc31ed-e687-4831-bf0b-74bbd45e98cf Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-22 15:04:32,730 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-b9bc31ed-e687-4831-bf0b-74bbd45e98cf 2018-10-22 15:04:32,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f282f03b39e75c67651e4bc1549732e7bb5d4f98" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-1ddbdbfb-c1fb-40c3-a256-3cffd703b146name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-22 15:04:32,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-b070bb37-2404-4dba-ad0b-847bb92149fc x-compute-request-id: req-b070bb37-2404-4dba-ad0b-847bb92149fc Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/acb81234-37e1-4f90-96bf-bb7f2aa4f6a7", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/acb81234-37e1-4f90-96bf-bb7f2aa4f6a7", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "acb81234-37e1-4f90-96bf-bb7f2aa4f6a7", "name": "CreateFlavorTests-1ddbdbfb-c1fb-40c3-a256-3cffd703b146name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:04:32,785 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-b070bb37-2404-4dba-ad0b-847bb92149fc 2018-10-22 15:04:32,786 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:04:33,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:04:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["ezrfiHsOQWCpbQgYHn-Xgg"], "issued_at": "2018-10-22T15:04:33.000000Z"}} 2018-10-22 15:04:33,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/acb81234-37e1-4f90-96bf-bb7f2aa4f6a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d868991d48a5431743fe91af10c22a10d016d03c" 2018-10-22 15:04:33,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-b859fe91-31d2-4aef-9403-149e131a5fcc x-compute-request-id: req-b859fe91-31d2-4aef-9403-149e131a5fcc Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/acb81234-37e1-4f90-96bf-bb7f2aa4f6a7", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/acb81234-37e1-4f90-96bf-bb7f2aa4f6a7", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "acb81234-37e1-4f90-96bf-bb7f2aa4f6a7", "name": "CreateFlavorTests-1ddbdbfb-c1fb-40c3-a256-3cffd703b146name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:04:33,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/acb81234-37e1-4f90-96bf-bb7f2aa4f6a7 used request id req-b859fe91-31d2-4aef-9403-149e131a5fcc 2018-10-22 15:04:33,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/acb81234-37e1-4f90-96bf-bb7f2aa4f6a7/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d868991d48a5431743fe91af10c22a10d016d03c" 2018-10-22 15:04:33,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-aaf93e38-f5f8-4abd-990a-a811ab915002 x-compute-request-id: req-aaf93e38-f5f8-4abd-990a-a811ab915002 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-22 15:04:33,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/acb81234-37e1-4f90-96bf-bb7f2aa4f6a7/os-extra_specs used request id req-aaf93e38-f5f8-4abd-990a-a811ab915002 2018-10-22 15:04:33,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:04:33,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:04:33,745 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:04:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["ZMDOvHmiSy6K-g9hl6aBvA"], "issued_at": "2018-10-22T15:04:33.000000Z"}} 2018-10-22 15:04:33,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}99383d15bd2d42b1f62a6b6162d11b9669d6d165" 2018-10-22 15:04:33,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0946c95-80ce-4df7-ad09-cf58a39dd4aa 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:04:33,823 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d0946c95-80ce-4df7-ad09-cf58a39dd4aa 2018-10-22 15:04:33,824 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:04:33,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99383d15bd2d42b1f62a6b6162d11b9669d6d165" 2018-10-22 15:04:34,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-1180e1dd-bc43-49fd-bef9-5ace1981a6e6 x-compute-request-id: req-1180e1dd-bc43-49fd-bef9-5ace1981a6e6 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"flavors": [{"id": "acb81234-37e1-4f90-96bf-bb7f2aa4f6a7", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/acb81234-37e1-4f90-96bf-bb7f2aa4f6a7", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/acb81234-37e1-4f90-96bf-bb7f2aa4f6a7", "rel": "bookmark"}], "name": "CreateFlavorTests-1ddbdbfb-c1fb-40c3-a256-3cffd703b146name"}]} 2018-10-22 15:04:34,001 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-1180e1dd-bc43-49fd-bef9-5ace1981a6e6 2018-10-22 15:04:34,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/acb81234-37e1-4f90-96bf-bb7f2aa4f6a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99383d15bd2d42b1f62a6b6162d11b9669d6d165" 2018-10-22 15:04:34,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-028be9ec-aa49-4412-9544-21aba30bbd84 x-compute-request-id: req-028be9ec-aa49-4412-9544-21aba30bbd84 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/acb81234-37e1-4f90-96bf-bb7f2aa4f6a7", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/acb81234-37e1-4f90-96bf-bb7f2aa4f6a7", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "acb81234-37e1-4f90-96bf-bb7f2aa4f6a7", "name": "CreateFlavorTests-1ddbdbfb-c1fb-40c3-a256-3cffd703b146name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:04:34,026 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/acb81234-37e1-4f90-96bf-bb7f2aa4f6a7 used request id req-028be9ec-aa49-4412-9544-21aba30bbd84 2018-10-22 15:04:34,027 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-1ddbdbfb-c1fb-40c3-a256-3cffd703b146name 2018-10-22 15:04:34,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/acb81234-37e1-4f90-96bf-bb7f2aa4f6a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f282f03b39e75c67651e4bc1549732e7bb5d4f98" 2018-10-22 15:04:34,075 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:04:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-23cdcb3e-2d61-443d-8bba-aa61c77a8049 x-compute-request-id: req-23cdcb3e-2d61-443d-8bba-aa61c77a8049 Content-Length: 0 Content-Type: application/json 2018-10-22 15:04:34,076 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/acb81234-37e1-4f90-96bf-bb7f2aa4f6a7 used request id req-23cdcb3e-2d61-443d-8bba-aa61c77a8049 2018-10-22 15:04:34,077 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-22 15:04:34,077 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:04:34,078 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:04:34,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:04:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["sxAD0ek_QZe1BdvxF7h7UA"], "issued_at": "2018-10-22T15:04:34.000000Z"}} 2018-10-22 15:04:34,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}0ce6bc4f3b249ba04193e57c07e102216f46c32c" 2018-10-22 15:04:34,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52c05df1-0f3e-4e61-adf2-5d385276b093 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:04:34,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-52c05df1-0f3e-4e61-adf2-5d385276b093 2018-10-22 15:04:34,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ce6bc4f3b249ba04193e57c07e102216f46c32c" 2018-10-22 15:04:34,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-46b7e3cf-e6b6-48fc-b4b2-a8db277b57a9 Date: Mon, 22 Oct 2018 15:04:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-image"} 2018-10-22 15:04:34,756 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-image used request id req-46b7e3cf-e6b6-48fc-b4b2-a8db277b57a9 2018-10-22 15:04:34,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ce6bc4f3b249ba04193e57c07e102216f46c32c" 2018-10-22 15:04:35,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e79b5b11-ea84-443a-a83c-3dd50728fae7 Date: Mon, 22 Oct 2018 15:04:35 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-10-22 15:04:35,328 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-e79b5b11-ea84-443a-a83c-3dd50728fae7 2018-10-22 15:04:35,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0ce6bc4f3b249ba04193e57c07e102216f46c32c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-image"}' 2018-10-22 15:04:35,605 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc X-Openstack-Request-Id: req-eec0e819-2770-4fb0-ab43-9036458e63be Date: Mon, 22 Oct 2018 15:04:35 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:04:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T15:04:35Z", "visibility": "shared", "locations": [], "self": "/v2/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc", "min_disk": 0, "protected": false, "id": "c9b6c62e-8618-4037-8d0b-b846568a0fcc", "file": "/v2/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc/file", "checksum": null, "owner": "8e9a3444377442da8b38ad768127d234", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:04:35,605 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-eec0e819-2770-4fb0-ab43-9036458e63be 2018-10-22 15:04:35,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ce6bc4f3b249ba04193e57c07e102216f46c32c" -d '' 2018-10-22 15:04:37,863 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1f12ceb9-f6a5-4c0b-bf13-3ab021336ee1 Date: Mon, 22 Oct 2018 15:04:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:04:37,863 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc/file used request id req-1f12ceb9-f6a5-4c0b-bf13-3ab021336ee1 2018-10-22 15:04:37,863 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-22 15:04:37,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ce6bc4f3b249ba04193e57c07e102216f46c32c" 2018-10-22 15:04:38,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-944895e7-4a19-4309-8fd3-3e62f89186c2 Date: Mon, 22 Oct 2018 15:04:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:04:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:04:37Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc/snap", "metadata": {}}], "self": "/v2/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc", "min_disk": 0, "protected": false, "id": "c9b6c62e-8618-4037-8d0b-b846568a0fcc", "file": "/v2/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:04:38,073 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc used request id req-944895e7-4a19-4309-8fd3-3e62f89186c2 2018-10-22 15:04:38,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ce6bc4f3b249ba04193e57c07e102216f46c32c" 2018-10-22 15:04:38,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d1e40e81-2fc6-409d-9bd2-09e8e5db2554 Date: Mon, 22 Oct 2018 15:04: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-10-22 15:04:38,234 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-d1e40e81-2fc6-409d-9bd2-09e8e5db2554 2018-10-22 15:04:38,237 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-image 2018-10-22 15:04:38,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ce6bc4f3b249ba04193e57c07e102216f46c32c" 2018-10-22 15:04:38,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-ca1d1640-870c-4a4b-bb13-84335d967b60 Date: Mon, 22 Oct 2018 15:04:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:04:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:04:37Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc/snap", "metadata": {}}], "self": "/v2/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc", "min_disk": 0, "protected": false, "id": "c9b6c62e-8618-4037-8d0b-b846568a0fcc", "file": "/v2/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:04:38,419 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc used request id req-ca1d1640-870c-4a4b-bb13-84335d967b60 2018-10-22 15:04:38,420 - create_image - DEBUG - Instance status is - active 2018-10-22 15:04:38,420 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-image 2018-10-22 15:04:38,420 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-image 2018-10-22 15:04:38,420 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:04:38,421 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:04:38,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:04:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["R09DowvpT8Kpp7u-ltA4jg"], "issued_at": "2018-10-22T15:04:38.000000Z"}} 2018-10-22 15:04:38,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}d81ff5c2aa056d93de330cfde17533491abde9b1" 2018-10-22 15:04:38,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c42e7cc6-2d02-4130-afe0-29be8f482f70 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:04:38,888 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c42e7cc6-2d02-4130-afe0-29be8f482f70 2018-10-22 15:04:38,889 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:04:38,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81ff5c2aa056d93de330cfde17533491abde9b1" 2018-10-22 15:04:39,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-05b3a610-71ba-4536-b966-cbc9d871c7a2 x-compute-request-id: req-05b3a610-71ba-4536-b966-cbc9d871c7a2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-22 15:04:39,065 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-05b3a610-71ba-4536-b966-cbc9d871c7a2 2018-10-22 15:04:39,069 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81ff5c2aa056d93de330cfde17533491abde9b1" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-22 15:04:39,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04: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-7864eb24-1a3d-4440-bbf9-f96e7c755d60 x-compute-request-id: req-7864eb24-1a3d-4440-bbf9-f96e7c755d60 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/405e6b6c-1116-449f-83ee-8d1618778280", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/405e6b6c-1116-449f-83ee-8d1618778280", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "405e6b6c-1116-449f-83ee-8d1618778280", "name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:04:39,161 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-7864eb24-1a3d-4440-bbf9-f96e7c755d60 2018-10-22 15:04:39,163 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-22 15:04:39,190 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:04:39,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:04:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["dywfvEOISw-lkjF6Z4gALA"], "issued_at": "2018-10-22T15:04:39.000000Z"}} 2018-10-22 15:04:39,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-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-d90a0909-4607-4a64-8089-add6f56fb212-net", "inst_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-flavor"}}' 2018-10-22 15:04:42,686 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:04:39 GMT Server: Apache x-openstack-request-id: req-8c9051b5-506d-4e6a-b4fb-e672fc76d54f Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "e334d80b-7e3a-4f39-aff7-c4898d73089e", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "self"}]}} 2018-10-22 15:04:42,686 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks used request id req-8c9051b5-506d-4e6a-b4fb-e672fc76d54f 2018-10-22 15:04:42,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/e334d80b-7e3a-4f39-aff7-c4898d73089e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:04:43,381 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:04:42 GMT Server: Apache x-openstack-request-id: req-87ccdf38-c9da-4c86-9ed5-32ceeb07b436 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:04:44,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:43 GMT Server: Apache x-openstack-request-id: req-dff8c174-5df1-4788-a008-c464554ac7cb 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "e334d80b-7e3a-4f39-aff7-c4898d73089e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-image", "inst_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1", "stack_user_project_id": "1aad1b8b14c74f7eb7736203253493e8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:04:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e334d80b-7e3a-4f39-aff7-c4898d73089e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:04:44,049 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e used request id req-dff8c174-5df1-4788-a008-c464554ac7cb 2018-10-22 15:04:44,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks?stack_name=HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:04:44,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:44 GMT Server: Apache x-openstack-request-id: req-995b6b81-7fe6-4e0a-9783-5b10ebbea0d5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1", "stack_user_project_id": "1aad1b8b14c74f7eb7736203253493e8", "deletion_time": null, "creation_time": "2018-10-22T15:04:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "self"}], "updated_time": null, "project": "8e9a3444377442da8b38ad768127d234", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "e334d80b-7e3a-4f39-aff7-c4898d73089e", "tags": null}]} 2018-10-22 15:04:44,734 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks?stack_name=HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1 used request id req-995b6b81-7fe6-4e0a-9783-5b10ebbea0d5 2018-10-22 15:04:44,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks?stack_name=HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:04:45,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:44 GMT Server: Apache x-openstack-request-id: req-362d9af2-7b92-45a4-a9c9-b6e72d075db4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1", "stack_user_project_id": "1aad1b8b14c74f7eb7736203253493e8", "deletion_time": null, "creation_time": "2018-10-22T15:04:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "self"}], "updated_time": null, "project": "8e9a3444377442da8b38ad768127d234", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "e334d80b-7e3a-4f39-aff7-c4898d73089e", "tags": null}]} 2018-10-22 15:04:45,426 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks?stack_name=HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1 used request id req-362d9af2-7b92-45a4-a9c9-b6e72d075db4 2018-10-22 15:04:45,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/e334d80b-7e3a-4f39-aff7-c4898d73089e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:04:46,142 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:04:45 GMT Server: Apache x-openstack-request-id: req-32266e96-5214-4506-930c-e84220155b7c Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:04:46,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:46 GMT Server: Apache x-openstack-request-id: req-4bfadb86-2285-456f-b119-9c9be1ede9ed 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "e334d80b-7e3a-4f39-aff7-c4898d73089e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-image", "inst_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1", "stack_user_project_id": "1aad1b8b14c74f7eb7736203253493e8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:04:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e334d80b-7e3a-4f39-aff7-c4898d73089e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:04:46,895 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e used request id req-4bfadb86-2285-456f-b119-9c9be1ede9ed 2018-10-22 15:04:46,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:04:47,593 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:04:46 GMT Server: Apache x-openstack-request-id: req-f55b1cc5-4b81-4fc1-9d0d-4ac2c196ed37 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:04:48,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:47 GMT Server: Apache x-openstack-request-id: req-06f3165e-a768-4f7a-9b1e-a86ea727df98 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.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-22T15:04:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:04:42Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "8ee8cdcb-6904-44e3-91c0-abf9748c23ee", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-22T15:04:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:04:42Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "f9ef6fc8-f303-42d3-9ecb-1eda89bc3607", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-22T15:04:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:04:42Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "4d59a03d-0be3-4b40-9a49-fac32abc52d3", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-22T15:04:42Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-10-22T15:04:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-10-22 15:04:48,333 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources used request id req-06f3165e-a768-4f7a-9b1e-a86ea727df98 2018-10-22 15:04:48,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/e334d80b-7e3a-4f39-aff7-c4898d73089e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:04:48,410 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:04:48 GMT Server: Apache x-openstack-request-id: req-d375cdf0-00f5-4a86-ace9-48a5e1fbc896 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:04:48,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:48 GMT Server: Apache x-openstack-request-id: req-3ad2fe91-7e96-49c4-97b5-677823f0a40f 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "e334d80b-7e3a-4f39-aff7-c4898d73089e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-image", "inst_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1", "stack_user_project_id": "1aad1b8b14c74f7eb7736203253493e8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:04:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e334d80b-7e3a-4f39-aff7-c4898d73089e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:04:48,536 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e used request id req-3ad2fe91-7e96-49c4-97b5-677823f0a40f 2018-10-22 15:04:48,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/e334d80b-7e3a-4f39-aff7-c4898d73089e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:04:48,612 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:04:48 GMT Server: Apache x-openstack-request-id: req-89e63255-3b18-4176-96e1-0ba95b387cd1 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:04:49,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:48 GMT Server: Apache x-openstack-request-id: req-6410e847-2cda-49f5-87af-f76260da34b5 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "e334d80b-7e3a-4f39-aff7-c4898d73089e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-image", "inst_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1", "stack_user_project_id": "1aad1b8b14c74f7eb7736203253493e8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:04:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e334d80b-7e3a-4f39-aff7-c4898d73089e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:04:49,342 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e used request id req-6410e847-2cda-49f5-87af-f76260da34b5 2018-10-22 15:04:52,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/e334d80b-7e3a-4f39-aff7-c4898d73089e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:04:53,027 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:04:52 GMT Server: Apache x-openstack-request-id: req-0300c4c1-dfd6-412d-9cdd-be0e2f901e17 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:04:53,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:53 GMT Server: Apache x-openstack-request-id: req-9396cafb-619a-4ea2-8720-e3d0b475a513 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "e334d80b-7e3a-4f39-aff7-c4898d73089e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-image", "inst_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1", "stack_user_project_id": "1aad1b8b14c74f7eb7736203253493e8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:04:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e334d80b-7e3a-4f39-aff7-c4898d73089e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:04:53,763 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e used request id req-9396cafb-619a-4ea2-8720-e3d0b475a513 2018-10-22 15:04:56,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/e334d80b-7e3a-4f39-aff7-c4898d73089e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:04:57,447 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:04:56 GMT Server: Apache x-openstack-request-id: req-e377fb1f-e5e6-4cbd-9c1c-7a04a932c3ea Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:04:57,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:04:57 GMT Server: Apache x-openstack-request-id: req-2d24b6fe-e898-466f-b7c7-6db1cd0dcd01 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "e334d80b-7e3a-4f39-aff7-c4898d73089e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-image", "inst_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1", "stack_user_project_id": "1aad1b8b14c74f7eb7736203253493e8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:04:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e334d80b-7e3a-4f39-aff7-c4898d73089e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:04:57,571 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e used request id req-2d24b6fe-e898-466f-b7c7-6db1cd0dcd01 2018-10-22 15:05:00,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/e334d80b-7e3a-4f39-aff7-c4898d73089e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:05:01,280 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:00 GMT Server: Apache x-openstack-request-id: req-68c7d1bb-0eb0-408c-ae62-3f51cb78d511 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:01,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:01 GMT Server: Apache x-openstack-request-id: req-bed005c9-7f2b-4fc2-9ec2-e3d8d8715d9b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "e334d80b-7e3a-4f39-aff7-c4898d73089e", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-image", "inst_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1", "stack_user_project_id": "1aad1b8b14c74f7eb7736203253493e8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-22T15:04:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e334d80b-7e3a-4f39-aff7-c4898d73089e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:05:01,407 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e used request id req-bed005c9-7f2b-4fc2-9ec2-e3d8d8715d9b 2018-10-22 15:05:01,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:05:01,487 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:01 GMT Server: Apache x-openstack-request-id: req-ba87e03f-83cc-4c35-a4eb-7e8a37470dd1 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:02,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:01 GMT Server: Apache x-openstack-request-id: req-9808f5f5-3450-478b-8d79-4a39fa8520cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-22T15:04:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:04:42Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "8ee8cdcb-6904-44e3-91c0-abf9748c23ee", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-22T15:04:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:04:42Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "f9ef6fc8-f303-42d3-9ecb-1eda89bc3607", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-22T15:04:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:04:42Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "4d59a03d-0be3-4b40-9a49-fac32abc52d3", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-22T15:04:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:04:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "585e176f-d791-4fa5-b19e-a86d14b49bfd", "resource_type": "OS::Nova::Server"}]} 2018-10-22 15:05:02,216 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources used request id req-9808f5f5-3450-478b-8d79-4a39fa8520cb 2018-10-22 15:05:02,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=4d59a03d-0be3-4b40-9a49-fac32abc52d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:05:02,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 731 X-Openstack-Request-Id: req-d591da66-0080-4515-a60e-8dab5ce24a0f Date: Mon, 22 Oct 2018 15:05:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4d59a03d-0be3-4b40-9a49-fac32abc52d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["f9ef6fc8-f303-42d3-9ecb-1eda89bc3607"],"description":"","tags":[],"updated_at":"2018-10-22T15:04:44Z","provider:segmentation_id":7,"name":"HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:04:43Z","provider:network_type":"vxlan"}]} 2018-10-22 15:05:02,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=4d59a03d-0be3-4b40-9a49-fac32abc52d3 used request id req-d591da66-0080-4515-a60e-8dab5ce24a0f 2018-10-22 15:05:02,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4d59a03d-0be3-4b40-9a49-fac32abc52d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:05:02,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3f533939-0b31-4583-a264-98fd2e2c0f4f Date: Mon, 22 Oct 2018 15:05:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d59a03d-0be3-4b40-9a49-fac32abc52d3","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:04:44Z","dns_nameservers":[],"updated_at":"2018-10-22T15:04:44Z","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":"8e9a3444377442da8b38ad768127d234","id":"f9ef6fc8-f303-42d3-9ecb-1eda89bc3607","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-subnet"}]} 2018-10-22 15:05:02,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4d59a03d-0be3-4b40-9a49-fac32abc52d3 used request id req-3f533939-0b31-4583-a264-98fd2e2c0f4f 2018-10-22 15:05:02,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4d59a03d-0be3-4b40-9a49-fac32abc52d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:05:02,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-94275244-2d5b-496e-b722-f5a9247020cd Date: Mon, 22 Oct 2018 15:05:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d59a03d-0be3-4b40-9a49-fac32abc52d3","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:04:44Z","dns_nameservers":[],"updated_at":"2018-10-22T15:04:44Z","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":"8e9a3444377442da8b38ad768127d234","id":"f9ef6fc8-f303-42d3-9ecb-1eda89bc3607","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-subnet"}]} 2018-10-22 15:05:02,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4d59a03d-0be3-4b40-9a49-fac32abc52d3 used request id req-94275244-2d5b-496e-b722-f5a9247020cd 2018-10-22 15:05:02,720 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:05:02,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:05:02,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35077a9e-4d21-4c7e-823b-40265c676665 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:05:02,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-35077a9e-4d21-4c7e-823b-40265c676665 2018-10-22 15:05:02,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:05:02,889 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:02 GMT Server: Apache x-openstack-request-id: req-2f8b6beb-4a33-43ce-b191-999c5a537755 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:03,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:02 GMT Server: Apache x-openstack-request-id: req-52816a53-e031-47d2-aa58-b323e0d6d498 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-22T15:04:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:04:42Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "8ee8cdcb-6904-44e3-91c0-abf9748c23ee", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-22T15:04:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:04:42Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "f9ef6fc8-f303-42d3-9ecb-1eda89bc3607", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-22T15:04:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:04:42Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "4d59a03d-0be3-4b40-9a49-fac32abc52d3", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-22T15:04:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:04:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "585e176f-d791-4fa5-b19e-a86d14b49bfd", "resource_type": "OS::Nova::Server"}]} 2018-10-22 15:05:03,017 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources used request id req-52816a53-e031-47d2-aa58-b323e0d6d498 2018-10-22 15:05:03,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/585e176f-d791-4fa5-b19e-a86d14b49bfd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:05:03,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05: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-805bbdb6-4c57-477f-a886-a340d8e54bf6 x-compute-request-id: req-805bbdb6-4c57-477f-a886-a340d8e54bf6 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:4f:25", "version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/585e176f-d791-4fa5-b19e-a86d14b49bfd", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/585e176f-d791-4fa5-b19e-a86d14b49bfd", "rel": "bookmark"}], "image": {"id": "c9b6c62e-8618-4037-8d0b-b846568a0fcc", "links": [{"href": "http://172.30.9.22:8774/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-10-22T15:04:54.000000", "flavor": {"id": "405e6b6c-1116-449f-83ee-8d1618778280", "links": [{"href": "http://172.30.9.22:8774/flavors/405e6b6c-1116-449f-83ee-8d1618778280", "rel": "bookmark"}]}, "id": "585e176f-d791-4fa5-b19e-a86d14b49bfd", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:04:54Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "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-d90a0909-4607-4a64-8089-add6f56fb212-inst", "created": "2018-10-22T15:04:50Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:05:03,619 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/585e176f-d791-4fa5-b19e-a86d14b49bfd used request id req-805bbdb6-4c57-477f-a886-a340d8e54bf6 2018-10-22 15:05:03,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:05:03,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 731 X-Openstack-Request-Id: req-348f900f-ef57-41c6-be32-b7eb5e6ac95b Date: Mon, 22 Oct 2018 15:05:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4d59a03d-0be3-4b40-9a49-fac32abc52d3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["f9ef6fc8-f303-42d3-9ecb-1eda89bc3607"],"description":"","tags":[],"updated_at":"2018-10-22T15:04:44Z","provider:segmentation_id":7,"name":"HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:04:43Z","provider:network_type":"vxlan"}]} 2018-10-22 15:05:03,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-net used request id req-348f900f-ef57-41c6-be32-b7eb5e6ac95b 2018-10-22 15:05:03,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 15:05:03,716 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:05: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:05:03,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:05:03,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30e2af9a-84c3-47a1-9eee-69362be4cfa3 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:05:03,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-30e2af9a-84c3-47a1-9eee-69362be4cfa3 2018-10-22 15:05:03,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4d59a03d-0be3-4b40-9a49-fac32abc52d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:05:03,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-53fd928c-fe95-4a0e-9fce-802dc4415215 Date: Mon, 22 Oct 2018 15:05:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d59a03d-0be3-4b40-9a49-fac32abc52d3","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:04:44Z","dns_nameservers":[],"updated_at":"2018-10-22T15:04:44Z","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":"8e9a3444377442da8b38ad768127d234","id":"f9ef6fc8-f303-42d3-9ecb-1eda89bc3607","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-subnet"}]} 2018-10-22 15:05:03,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4d59a03d-0be3-4b40-9a49-fac32abc52d3 used request id req-53fd928c-fe95-4a0e-9fce-802dc4415215 2018-10-22 15:05:04,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=4d59a03d-0be3-4b40-9a49-fac32abc52d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:05:04,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3561 X-Openstack-Request-Id: req-89632513-f1c2-4669-b069-4f728e9d5178 Date: Mon, 22 Oct 2018 15:05:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:04:47Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9ef6fc8-f303-42d3-9ecb-1eda89bc3607","ip_address":"10.0.0.4"}],"id":"4486af72-738b-4966-8559-30c68e3ec264","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ec:36:83","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4d59a03d-0be3-4b40-9a49-fac32abc52d3","name":"","admin_state_up":true,"network_id":"4d59a03d-0be3-4b40-9a49-fac32abc52d3","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:04:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:04:46Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9ef6fc8-f303-42d3-9ecb-1eda89bc3607","ip_address":"10.0.0.3"}],"id":"86d9d436-a569-4907-9aa8-e3c264793794","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:18:e2:0a","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4d59a03d-0be3-4b40-9a49-fac32abc52d3","name":"","admin_state_up":true,"network_id":"4d59a03d-0be3-4b40-9a49-fac32abc52d3","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:04:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:04:52Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9ef6fc8-f303-42d3-9ecb-1eda89bc3607","ip_address":"10.0.0.8"}],"id":"8ee8cdcb-6904-44e3-91c0-abf9748c23ee","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bb:4f:25","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"585e176f-d791-4fa5-b19e-a86d14b49bfd","name":"HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1-server1_port-ye3k3zgjxmmy","admin_state_up":true,"network_id":"4d59a03d-0be3-4b40-9a49-fac32abc52d3","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:04:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:04:46Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f9ef6fc8-f303-42d3-9ecb-1eda89bc3607","ip_address":"10.0.0.2"}],"id":"cacef000-0df7-4123-997c-eff58a8e7e91","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:8d:37","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4d59a03d-0be3-4b40-9a49-fac32abc52d3","name":"","admin_state_up":true,"network_id":"4d59a03d-0be3-4b40-9a49-fac32abc52d3","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:04:45Z","binding:vnic_type":"normal"}]} 2018-10-22 15:05:04,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=4d59a03d-0be3-4b40-9a49-fac32abc52d3 used request id req-89632513-f1c2-4669-b069-4f728e9d5178 2018-10-22 15:05:04,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:05:04,919 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:04 GMT Server: Apache x-openstack-request-id: req-cf34ee3c-4c9e-4ce3-bbb0-2d4767bb8a9f Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:05,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:04 GMT Server: Apache x-openstack-request-id: req-1053f571-e5bd-42c4-a829-307a58f35fbe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-22T15:04:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:04:42Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "8ee8cdcb-6904-44e3-91c0-abf9748c23ee", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-22T15:04:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:04:42Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "f9ef6fc8-f303-42d3-9ecb-1eda89bc3607", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-22T15:04:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:04:42Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "4d59a03d-0be3-4b40-9a49-fac32abc52d3", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-22T15:04:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:04:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "585e176f-d791-4fa5-b19e-a86d14b49bfd", "resource_type": "OS::Nova::Server"}]} 2018-10-22 15:05:05,045 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e/resources used request id req-1053f571-e5bd-42c4-a829-307a58f35fbe 2018-10-22 15:05:05,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/e334d80b-7e3a-4f39-aff7-c4898d73089e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0d3ef15ba3f82e1062efd1437f23cb3dd028a9" 2018-10-22 15:05:05,776 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:05 GMT Server: Apache x-openstack-request-id: req-beade46a-040b-4dd8-b0f8-aca776ab269f Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:05,900 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:05:05 GMT Server: Apache x-openstack-request-id: req-c3df80e0-dbb3-469f-acd7-41292a1b4121 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:05:05,900 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-stack1/e334d80b-7e3a-4f39-aff7-c4898d73089e used request id req-c3df80e0-dbb3-469f-acd7-41292a1b4121 2018-10-22 15:05:05,901 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-d90a0909-4607-4a64-8089-add6f56fb212-image 2018-10-22 15:05:05,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ce6bc4f3b249ba04193e57c07e102216f46c32c" 2018-10-22 15:05:08,087 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5d07a00c-68fd-4bde-ba86-33b7f5c7c261 Date: Mon, 22 Oct 2018 15:05:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:05:08,088 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/c9b6c62e-8618-4037-8d0b-b846568a0fcc used request id req-5d07a00c-68fd-4bde-ba86-33b7f5c7c261 2018-10-22 15:05:08,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/405e6b6c-1116-449f-83ee-8d1618778280 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d81ff5c2aa056d93de330cfde17533491abde9b1" 2018-10-22 15:05:08,129 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15: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 x-openstack-request-id: req-cb51e731-d0c7-45bd-a11c-102f2d177c1f x-compute-request-id: req-cb51e731-d0c7-45bd-a11c-102f2d177c1f Content-Length: 0 Content-Type: application/json 2018-10-22 15:05:08,129 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/405e6b6c-1116-449f-83ee-8d1618778280 used request id req-cb51e731-d0c7-45bd-a11c-102f2d177c1f 2018-10-22 15:05:08,131 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-22 15:05:08,132 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:05:08,132 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:05:08,518 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:05:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["v_lfMonJTPOWfQkLy7UyDw"], "issued_at": "2018-10-22T15:05:08.000000Z"}} 2018-10-22 15:05:08,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}ec675a8523486b7878d463a8dce6a306fc83f6cc" 2018-10-22 15:05:08,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdd9ac8d-216d-4370-85f6-a5d2b6ba3f2a 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:05:08,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fdd9ac8d-216d-4370-85f6-a5d2b6ba3f2a 2018-10-22 15:05:08,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec675a8523486b7878d463a8dce6a306fc83f6cc" 2018-10-22 15:05:08,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-de236755-321d-44a1-b6ec-fbd4192a383f Date: Mon, 22 Oct 2018 15:05:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image"} 2018-10-22 15:05:08,775 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image used request id req-de236755-321d-44a1-b6ec-fbd4192a383f 2018-10-22 15:05:08,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec675a8523486b7878d463a8dce6a306fc83f6cc" 2018-10-22 15:05:08,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c7820400-c0f2-47d1-8883-197676bca429 Date: Mon, 22 Oct 2018 15:05: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-10-22 15:05:08,950 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-c7820400-c0f2-47d1-8883-197676bca429 2018-10-22 15:05:08,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ec675a8523486b7878d463a8dce6a306fc83f6cc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image"}' 2018-10-22 15:05:09,223 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/1d6e9436-035d-49da-b5e9-5b0b9958e9ad X-Openstack-Request-Id: req-d746b8ce-1cbc-486c-b39e-57cf53d37c41 Date: Mon, 22 Oct 2018 15:05:09 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:05:09Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T15:05:09Z", "visibility": "shared", "locations": [], "self": "/v2/images/1d6e9436-035d-49da-b5e9-5b0b9958e9ad", "min_disk": 0, "protected": false, "id": "1d6e9436-035d-49da-b5e9-5b0b9958e9ad", "file": "/v2/images/1d6e9436-035d-49da-b5e9-5b0b9958e9ad/file", "checksum": null, "owner": "8e9a3444377442da8b38ad768127d234", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:05:09,223 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-d746b8ce-1cbc-486c-b39e-57cf53d37c41 2018-10-22 15:05:09,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/1d6e9436-035d-49da-b5e9-5b0b9958e9ad/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec675a8523486b7878d463a8dce6a306fc83f6cc" -d '' 2018-10-22 15:05:10,927 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-66d33d5b-354e-4245-885c-abb094efc121 Date: Mon, 22 Oct 2018 15:05:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:05:10,927 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/1d6e9436-035d-49da-b5e9-5b0b9958e9ad/file used request id req-66d33d5b-354e-4245-885c-abb094efc121 2018-10-22 15:05:10,927 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-22 15:05:10,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/1d6e9436-035d-49da-b5e9-5b0b9958e9ad -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec675a8523486b7878d463a8dce6a306fc83f6cc" 2018-10-22 15:05:11,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-3d52eea5-d4b6-4525-a25b-80c18d1a0487 Date: Mon, 22 Oct 2018 15:05:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:05:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:05:10Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/1d6e9436-035d-49da-b5e9-5b0b9958e9ad/snap", "metadata": {}}], "self": "/v2/images/1d6e9436-035d-49da-b5e9-5b0b9958e9ad", "min_disk": 0, "protected": false, "id": "1d6e9436-035d-49da-b5e9-5b0b9958e9ad", "file": "/v2/images/1d6e9436-035d-49da-b5e9-5b0b9958e9ad/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/1d6e9436-035d-49da-b5e9-5b0b9958e9ad/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:05:11,088 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/1d6e9436-035d-49da-b5e9-5b0b9958e9ad used request id req-3d52eea5-d4b6-4525-a25b-80c18d1a0487 2018-10-22 15:05:11,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec675a8523486b7878d463a8dce6a306fc83f6cc" 2018-10-22 15:05:11,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-78c3974e-9d1d-474e-915e-5cb1be5c4b36 Date: Mon, 22 Oct 2018 15:05:11 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-10-22 15:05:11,248 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-78c3974e-9d1d-474e-915e-5cb1be5c4b36 2018-10-22 15:05:11,251 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image 2018-10-22 15:05:11,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/1d6e9436-035d-49da-b5e9-5b0b9958e9ad -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec675a8523486b7878d463a8dce6a306fc83f6cc" 2018-10-22 15:05:11,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-4057a08c-f1f6-4419-91f6-bdbb5ad5634d Date: Mon, 22 Oct 2018 15:05:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:05:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:05:10Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/1d6e9436-035d-49da-b5e9-5b0b9958e9ad/snap", "metadata": {}}], "self": "/v2/images/1d6e9436-035d-49da-b5e9-5b0b9958e9ad", "min_disk": 0, "protected": false, "id": "1d6e9436-035d-49da-b5e9-5b0b9958e9ad", "file": "/v2/images/1d6e9436-035d-49da-b5e9-5b0b9958e9ad/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/1d6e9436-035d-49da-b5e9-5b0b9958e9ad/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:05:11,270 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/1d6e9436-035d-49da-b5e9-5b0b9958e9ad used request id req-4057a08c-f1f6-4419-91f6-bdbb5ad5634d 2018-10-22 15:05:11,271 - create_image - DEBUG - Instance status is - active 2018-10-22 15:05:11,271 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image 2018-10-22 15:05:11,271 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image 2018-10-22 15:05:11,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:05:11,272 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:05:11,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:05:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["u_33mLjcTlKhm2cnWMIloA"], "issued_at": "2018-10-22T15:05:11.000000Z"}} 2018-10-22 15:05:11,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}c945b5654559bf2a074aa55348c306ab14f65df5" 2018-10-22 15:05:11,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddabf655-b706-4d5c-8b92-728cd7178388 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:05:11,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ddabf655-b706-4d5c-8b92-728cd7178388 2018-10-22 15:05:11,781 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:05:11,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c945b5654559bf2a074aa55348c306ab14f65df5" 2018-10-22 15:05:12,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05: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-db45ea4f-2736-407d-a5b0-2dc485e54de7 x-compute-request-id: req-db45ea4f-2736-407d-a5b0-2dc485e54de7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-22 15:05:12,029 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-db45ea4f-2736-407d-a5b0-2dc485e54de7 2018-10-22 15:05:12,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c945b5654559bf2a074aa55348c306ab14f65df5" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-22 15:05:12,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-cccdaf14-d412-4cd1-8da3-4d7b202f5622 x-compute-request-id: req-cccdaf14-d412-4cd1-8da3-4d7b202f5622 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/13ccda9f-9cd5-49e5-90a7-be39ef017644", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/13ccda9f-9cd5-49e5-90a7-be39ef017644", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "13ccda9f-9cd5-49e5-90a7-be39ef017644", "name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:05:12,115 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-cccdaf14-d412-4cd1-8da3-4d7b202f5622 2018-10-22 15:05:12,116 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-22 15:05:12,143 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:05:12,518 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:05:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["doPWvMh9SUOBxZXjj-iuSg"], "issued_at": "2018-10-22T15:05:12.000000Z"}} 2018-10-22 15:05:12,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-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-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}}' 2018-10-22 15:05:15,580 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:05:12 GMT Server: Apache x-openstack-request-id: req-56d1fc4f-59dc-4098-a129-d248342d6951 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "afb617cf-6bda-46b7-8532-1ba6fca99b3c", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c", "rel": "self"}]}} 2018-10-22 15:05:15,581 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks used request id req-56d1fc4f-59dc-4098-a129-d248342d6951 2018-10-22 15:05:15,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/afb617cf-6bda-46b7-8532-1ba6fca99b3c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:16,288 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:15 GMT Server: Apache x-openstack-request-id: req-32f103cb-de8d-4620-93b4-89ea252c3139 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:16,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:16 GMT Server: Apache x-openstack-request-id: req-ee9fa443-d41e-47d0-85a6-ebbabc9405ba Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "afb617cf-6bda-46b7-8532-1ba6fca99b3c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1", "stack_user_project_id": "073f9210bc114309a92c1da7f97c3cf2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:14Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "afb617cf-6bda-46b7-8532-1ba6fca99b3c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:05:16,614 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c used request id req-ee9fa443-d41e-47d0-85a6-ebbabc9405ba 2018-10-22 15:05:16,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks?stack_name=HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:17,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:16 GMT Server: Apache x-openstack-request-id: req-bdae6279-f213-4fed-8dfa-5158e6f273b8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1", "stack_user_project_id": "073f9210bc114309a92c1da7f97c3cf2", "deletion_time": null, "creation_time": "2018-10-22T15:05:14Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c", "rel": "self"}], "updated_time": null, "project": "8e9a3444377442da8b38ad768127d234", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "afb617cf-6bda-46b7-8532-1ba6fca99b3c", "tags": null}]} 2018-10-22 15:05:17,310 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks?stack_name=HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1 used request id req-bdae6279-f213-4fed-8dfa-5158e6f273b8 2018-10-22 15:05:17,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks?stack_name=HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:17,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:17 GMT Server: Apache x-openstack-request-id: req-e179b771-3abe-44e9-b6de-bf214e5234dd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1", "stack_user_project_id": "073f9210bc114309a92c1da7f97c3cf2", "deletion_time": null, "creation_time": "2018-10-22T15:05:14Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c", "rel": "self"}], "updated_time": null, "project": "8e9a3444377442da8b38ad768127d234", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "afb617cf-6bda-46b7-8532-1ba6fca99b3c", "tags": null}]} 2018-10-22 15:05:17,388 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks?stack_name=HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1 used request id req-e179b771-3abe-44e9-b6de-bf214e5234dd 2018-10-22 15:05:17,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/afb617cf-6bda-46b7-8532-1ba6fca99b3c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:17,622 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:17 GMT Server: Apache x-openstack-request-id: req-74b36f9e-22f6-40e5-981a-45f6b4f4179d Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:18,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:17 GMT Server: Apache x-openstack-request-id: req-8b38a6d1-b595-4b63-b840-6a5ef371a3b2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "afb617cf-6bda-46b7-8532-1ba6fca99b3c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1", "stack_user_project_id": "073f9210bc114309a92c1da7f97c3cf2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:14Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "afb617cf-6bda-46b7-8532-1ba6fca99b3c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:05:18,366 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c used request id req-8b38a6d1-b595-4b63-b840-6a5ef371a3b2 2018-10-22 15:05:18,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/afb617cf-6bda-46b7-8532-1ba6fca99b3c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:18,601 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:18 GMT Server: Apache x-openstack-request-id: req-526289b0-c3c3-49b3-a560-5fedcdd61c66 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:18,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:18 GMT Server: Apache x-openstack-request-id: req-f2c1bffd-36fa-45fa-ba2c-bff7bc4974c9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "afb617cf-6bda-46b7-8532-1ba6fca99b3c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1", "stack_user_project_id": "073f9210bc114309a92c1da7f97c3cf2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:14Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "afb617cf-6bda-46b7-8532-1ba6fca99b3c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:05:18,676 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c used request id req-f2c1bffd-36fa-45fa-ba2c-bff7bc4974c9 2018-10-22 15:05:21,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/afb617cf-6bda-46b7-8532-1ba6fca99b3c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:21,867 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:21 GMT Server: Apache x-openstack-request-id: req-050a0a65-ef62-4763-8f48-ad8eedbe3aba Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:21,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:21 GMT Server: Apache x-openstack-request-id: req-82ec378d-cf06-47be-b74d-eabdd616ba94 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "afb617cf-6bda-46b7-8532-1ba6fca99b3c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1", "stack_user_project_id": "073f9210bc114309a92c1da7f97c3cf2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:14Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "afb617cf-6bda-46b7-8532-1ba6fca99b3c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:05:21,908 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c used request id req-82ec378d-cf06-47be-b74d-eabdd616ba94 2018-10-22 15:05:24,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/afb617cf-6bda-46b7-8532-1ba6fca99b3c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:25,118 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:24 GMT Server: Apache x-openstack-request-id: req-914e6542-5079-42d3-9ca5-9746a075252a Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:25,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:25 GMT Server: Apache x-openstack-request-id: req-ba6de354-1fb2-413a-94a7-1f1037439bd3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "afb617cf-6bda-46b7-8532-1ba6fca99b3c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1", "stack_user_project_id": "073f9210bc114309a92c1da7f97c3cf2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:14Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "afb617cf-6bda-46b7-8532-1ba6fca99b3c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:05:25,810 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c used request id req-ba6de354-1fb2-413a-94a7-1f1037439bd3 2018-10-22 15:05:28,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/afb617cf-6bda-46b7-8532-1ba6fca99b3c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:29,472 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:28 GMT Server: Apache x-openstack-request-id: req-37294db8-4e27-46f6-b1a1-2d7d3eba2397 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:29,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:29 GMT Server: Apache x-openstack-request-id: req-d964dff2-65ee-459b-8fbe-187363c40f33 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "afb617cf-6bda-46b7-8532-1ba6fca99b3c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1", "stack_user_project_id": "073f9210bc114309a92c1da7f97c3cf2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:14Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "afb617cf-6bda-46b7-8532-1ba6fca99b3c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:05:29,690 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c used request id req-d964dff2-65ee-459b-8fbe-187363c40f33 2018-10-22 15:05:32,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/afb617cf-6bda-46b7-8532-1ba6fca99b3c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:33,368 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:32 GMT Server: Apache x-openstack-request-id: req-53327d07-bbed-4095-a0c7-d12b3a182c3b Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:33,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:33 GMT Server: Apache x-openstack-request-id: req-3ebde727-f9c1-4f91-93c4-84adb7dad499 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "afb617cf-6bda-46b7-8532-1ba6fca99b3c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1", "stack_user_project_id": "073f9210bc114309a92c1da7f97c3cf2", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-22T15:05:14Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "afb617cf-6bda-46b7-8532-1ba6fca99b3c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:05:33,409 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c used request id req-3ebde727-f9c1-4f91-93c4-84adb7dad499 2018-10-22 15:05:33,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-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-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}}' 2018-10-22 15:05:35,467 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:05:33 GMT Server: Apache x-openstack-request-id: req-bc14ba91-7f6c-40b8-b343-c7cdd85eee34 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}]}} 2018-10-22 15:05:35,468 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks used request id req-bc14ba91-7f6c-40b8-b343-c7cdd85eee34 2018-10-22 15:05:35,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/3a8b4795-392b-45e4-9555-2d726a85b0ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:35,645 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:35 GMT Server: Apache x-openstack-request-id: req-6f5f46d5-6330-488a-a25e-6172906b9e0a Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:35,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:35 GMT Server: Apache x-openstack-request-id: req-20421dd9-3522-406d-8325-c776d5c25423 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:05:35,845 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec used request id req-20421dd9-3522-406d-8325-c776d5c25423 2018-10-22 15:05:35,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks?stack_name=HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:36,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:35 GMT Server: Apache x-openstack-request-id: req-f3fef53e-23e4-48e0-898a-523fdfef7296 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "deletion_time": null, "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "updated_time": null, "project": "8e9a3444377442da8b38ad768127d234", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "tags": null}]} 2018-10-22 15:05:36,047 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks?stack_name=HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2 used request id req-f3fef53e-23e4-48e0-898a-523fdfef7296 2018-10-22 15:05:36,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks?stack_name=HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:36,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:36 GMT Server: Apache x-openstack-request-id: req-75f7dff1-1bd3-4483-9243-f2554b444b4c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "deletion_time": null, "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "updated_time": null, "project": "8e9a3444377442da8b38ad768127d234", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "tags": null}]} 2018-10-22 15:05:36,092 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks?stack_name=HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2 used request id req-75f7dff1-1bd3-4483-9243-f2554b444b4c 2018-10-22 15:05:36,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/3a8b4795-392b-45e4-9555-2d726a85b0ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:36,297 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:36 GMT Server: Apache x-openstack-request-id: req-125caeb1-0dd1-46da-8728-95dfc643f3eb Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:36,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:36 GMT Server: Apache x-openstack-request-id: req-19be992e-b54b-4e43-b1d9-4436978864c8 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:05:36,494 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec used request id req-19be992e-b54b-4e43-b1d9-4436978864c8 2018-10-22 15:05:36,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/3a8b4795-392b-45e4-9555-2d726a85b0ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:37,287 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:36 GMT Server: Apache x-openstack-request-id: req-db73f2f7-9b2c-4634-9ee5-dfe55ce69e5a Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:37,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:37 GMT Server: Apache x-openstack-request-id: req-e5378f41-e10b-4782-850d-3e16e8b98120 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:05:37,362 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec used request id req-e5378f41-e10b-4782-850d-3e16e8b98120 2018-10-22 15:05:40,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/3a8b4795-392b-45e4-9555-2d726a85b0ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:40,393 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:40 GMT Server: Apache x-openstack-request-id: req-8f32c753-43a5-40e7-8c30-a69b85c16b60 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:40,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:40 GMT Server: Apache x-openstack-request-id: req-825d5727-58e9-4a48-95fb-1d95657e81d3 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:05:40,436 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec used request id req-825d5727-58e9-4a48-95fb-1d95657e81d3 2018-10-22 15:05:43,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/3a8b4795-392b-45e4-9555-2d726a85b0ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:44,115 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:43 GMT Server: Apache x-openstack-request-id: req-dbbb0f72-2933-435c-8aee-7f8db880fe35 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:44,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:44 GMT Server: Apache x-openstack-request-id: req-387cbcd0-b079-4798-b132-f50115da5900 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:05:44,806 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec used request id req-387cbcd0-b079-4798-b132-f50115da5900 2018-10-22 15:05:47,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/3a8b4795-392b-45e4-9555-2d726a85b0ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:48,450 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:47 GMT Server: Apache x-openstack-request-id: req-c8e0bfab-890a-4fbd-a85d-f4044328751e Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:48,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:48 GMT Server: Apache x-openstack-request-id: req-fa7618bf-d6e9-4fa2-8074-4619bd377626 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:05:48,677 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec used request id req-fa7618bf-d6e9-4fa2-8074-4619bd377626 2018-10-22 15:05:51,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/3a8b4795-392b-45e4-9555-2d726a85b0ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:51,710 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:51 GMT Server: Apache x-openstack-request-id: req-30b3ec98-805d-4fac-aa9b-6197e350f302 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:51,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:51 GMT Server: Apache x-openstack-request-id: req-a0bbc758-52f4-4b23-8c22-5bc9b8866fcd 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:05:51,752 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec used request id req-a0bbc758-52f4-4b23-8c22-5bc9b8866fcd 2018-10-22 15:05:54,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/3a8b4795-392b-45e4-9555-2d726a85b0ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:55,486 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:54 GMT Server: Apache x-openstack-request-id: req-ab2757bf-ca14-4bad-b8e5-59068e985a8e Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:56,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:55 GMT Server: Apache x-openstack-request-id: req-54aaffb6-d23f-420d-a200-1c099b4e1d10 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:05:56,177 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec used request id req-54aaffb6-d23f-420d-a200-1c099b4e1d10 2018-10-22 15:05:59,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/3a8b4795-392b-45e4-9555-2d726a85b0ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:05:59,210 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:05:59 GMT Server: Apache x-openstack-request-id: req-5ae87143-14ae-4e3e-a1db-7b605c055084 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:05:59,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:05:59 GMT Server: Apache x-openstack-request-id: req-c6fcc1d2-c21f-4c1c-ae44-ffafcd9ca247 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:05:59,285 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec used request id req-c6fcc1d2-c21f-4c1c-ae44-ffafcd9ca247 2018-10-22 15:06:02,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/3a8b4795-392b-45e4-9555-2d726a85b0ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:06:02,317 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:06:02 GMT Server: Apache x-openstack-request-id: req-0d774178-7bba-445c-bff4-00fc44dcd5dc Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:06:02,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:06:02 GMT Server: Apache x-openstack-request-id: req-54a5d805-713f-450f-ac50-dfcfbd8f80c2 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:06:02,531 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec used request id req-54a5d805-713f-450f-ac50-dfcfbd8f80c2 2018-10-22 15:06:05,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/3a8b4795-392b-45e4-9555-2d726a85b0ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:06:05,564 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:06:05 GMT Server: Apache x-openstack-request-id: req-c8ad0383-7b5f-417b-8b0a-47f71815bca6 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:06:05,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:06:05 GMT Server: Apache x-openstack-request-id: req-3be8c6c5-fb03-4aac-bfac-143ffd63890a 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:06:05,637 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec used request id req-3be8c6c5-fb03-4aac-bfac-143ffd63890a 2018-10-22 15:06:08,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/3a8b4795-392b-45e4-9555-2d726a85b0ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:06:08,670 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:06:08 GMT Server: Apache x-openstack-request-id: req-43af3703-1a43-4243-aabe-5c5d890b25ca Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:06:08,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:06:08 GMT Server: Apache x-openstack-request-id: req-b9546a03-02a6-4302-9efb-2986e24e97c7 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:06:08,744 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec used request id req-b9546a03-02a6-4302-9efb-2986e24e97c7 2018-10-22 15:06:11,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/3a8b4795-392b-45e4-9555-2d726a85b0ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:06:11,777 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:06:11 GMT Server: Apache x-openstack-request-id: req-8c2da7b8-5c5a-42bb-897d-043202d0235c Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:06:11,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:06:11 GMT Server: Apache x-openstack-request-id: req-df0f6899-e489-4afd-95dc-035d80346621 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:06:11,850 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec used request id req-df0f6899-e489-4afd-95dc-035d80346621 2018-10-22 15:06:14,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/3a8b4795-392b-45e4-9555-2d726a85b0ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:06:14,885 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:06:14 GMT Server: Apache x-openstack-request-id: req-0658d7d7-f0b9-433a-b056-7b243f1bbf1e Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:06:14,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:06:14 GMT Server: Apache x-openstack-request-id: req-42ae5623-5674-4968-9946-2d1b9914dd69 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:06:14,959 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec used request id req-42ae5623-5674-4968-9946-2d1b9914dd69 2018-10-22 15:06:17,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/3a8b4795-392b-45e4-9555-2d726a85b0ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:06:17,991 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:06:17 GMT Server: Apache x-openstack-request-id: req-fac86209-a780-45e5-8edf-e6a0ae047afe Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:06:18,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:06:17 GMT Server: Apache x-openstack-request-id: req-4e4ea6c2-dc58-4c2e-873a-fc5433cc670b 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:06:18,032 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec used request id req-4e4ea6c2-dc58-4c2e-873a-fc5433cc670b 2018-10-22 15:06:21,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/3a8b4795-392b-45e4-9555-2d726a85b0ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:06:21,065 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:06:21 GMT Server: Apache x-openstack-request-id: req-f3173fcb-aab5-46c7-b235-2dc0d6b64d17 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:06:21,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:06:21 GMT Server: Apache x-openstack-request-id: req-e3447da2-4ab4-4844-ab1b-252b6d0cf483 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:06:21,107 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec used request id req-e3447da2-4ab4-4844-ab1b-252b6d0cf483 2018-10-22 15:06:24,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/3a8b4795-392b-45e4-9555-2d726a85b0ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:06:24,139 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:06:24 GMT Server: Apache x-openstack-request-id: req-c70a004c-9f7c-4f18-b322-ae1eb9426dac Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:06:24,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:06:24 GMT Server: Apache x-openstack-request-id: req-42d75bad-18b7-4bf9-98e1-4675d0483e62 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:06:24,184 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec used request id req-42d75bad-18b7-4bf9-98e1-4675d0483e62 2018-10-22 15:06:27,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/3a8b4795-392b-45e4-9555-2d726a85b0ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:06:27,216 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:06:27 GMT Server: Apache x-openstack-request-id: req-a1d1eed0-d126-4050-9401-6578fa3cd6e1 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:06:27,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:06:27 GMT Server: Apache x-openstack-request-id: req-6409e1fa-43d1-4af1-8644-0cf324468683 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image", "inst_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2", "stack_user_project_id": "99298eb5eeb0416fa17c0aa79742038e", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-22T15:05:34Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "3a8b4795-392b-45e4-9555-2d726a85b0ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-22 15:06:27,946 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec used request id req-6409e1fa-43d1-4af1-8644-0cf324468683 2018-10-22 15:06:27,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/afb617cf-6bda-46b7-8532-1ba6fca99b3c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:06:27,974 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:06:27 GMT Server: Apache x-openstack-request-id: req-4af11237-9f71-4b43-b413-1ab666f512cf Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:06:28,047 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:06:27 GMT Server: Apache x-openstack-request-id: req-d25f10cd-9d35-4d14-97d2-e2952df136b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:06:28,047 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack1/afb617cf-6bda-46b7-8532-1ba6fca99b3c used request id req-d25f10cd-9d35-4d14-97d2-e2952df136b8 2018-10-22 15:06:28,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/3a8b4795-392b-45e4-9555-2d726a85b0ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19fad3a5ffcdb284ca91b2379fccc9ae4c8baaa" 2018-10-22 15:06:28,079 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:06:28 GMT Server: Apache x-openstack-request-id: req-a58cb81e-cf33-4bca-b12b-c539c0db3a43 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:06:28,306 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:06:28 GMT Server: Apache x-openstack-request-id: req-8f7a9f80-7431-48bc-abff-0a1a1ad60d3b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:06:28,306 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-stack2/3a8b4795-392b-45e4-9555-2d726a85b0ec used request id req-8f7a9f80-7431-48bc-abff-0a1a1ad60d3b 2018-10-22 15:06:28,307 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-70b10c94-c9f4-4952-8b57-6eea091d0139-image 2018-10-22 15:06:28,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/1d6e9436-035d-49da-b5e9-5b0b9958e9ad -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec675a8523486b7878d463a8dce6a306fc83f6cc" 2018-10-22 15:06:30,586 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f9e576e0-c2c1-4d57-8f85-1c342a3e0814 Date: Mon, 22 Oct 2018 15:06:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:06:30,586 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/1d6e9436-035d-49da-b5e9-5b0b9958e9ad used request id req-f9e576e0-c2c1-4d57-8f85-1c342a3e0814 2018-10-22 15:06:30,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/13ccda9f-9cd5-49e5-90a7-be39ef017644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c945b5654559bf2a074aa55348c306ab14f65df5" 2018-10-22 15:06:30,632 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:06:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-af3f7ba1-87dd-4f37-a296-439f3e1555ae x-compute-request-id: req-af3f7ba1-87dd-4f37-a296-439f3e1555ae Content-Length: 0 Content-Type: application/json 2018-10-22 15:06:30,633 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/13ccda9f-9cd5-49e5-90a7-be39ef017644 used request id req-af3f7ba1-87dd-4f37-a296-439f3e1555ae 2018-10-22 15:06:30,634 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-22 15:06:30,634 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:06:30,635 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:06:31,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:06:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["7MzW1YxJQb-ArXThHD3_dQ"], "issued_at": "2018-10-22T15:06:31.000000Z"}} 2018-10-22 15:06:31,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}96c329834e47f7fdb63b4a2b37ff94a0187100e8" 2018-10-22 15:06:31,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b576800-b0c5-4425-baf1-69a97c84cc9a 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:06:31,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3b576800-b0c5-4425-baf1-69a97c84cc9a 2018-10-22 15:06:31,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}96c329834e47f7fdb63b4a2b37ff94a0187100e8" 2018-10-22 15:06:31,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-db950c71-6b92-458b-82f2-f952241bc6f6 Date: Mon, 22 Oct 2018 15:06:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1"} 2018-10-22 15:06:31,267 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1 used request id req-db950c71-6b92-458b-82f2-f952241bc6f6 2018-10-22 15:06:31,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}96c329834e47f7fdb63b4a2b37ff94a0187100e8" 2018-10-22 15:06:31,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-23e249be-bac6-4afb-95bf-fc8ef7cafc93 Date: Mon, 22 Oct 2018 15:06:31 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-10-22 15:06:31,427 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-23e249be-bac6-4afb-95bf-fc8ef7cafc93 2018-10-22 15:06:31,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}96c329834e47f7fdb63b4a2b37ff94a0187100e8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1"}' 2018-10-22 15:06:31,665 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2 X-Openstack-Request-Id: req-764f72b8-0ad2-4c90-a1d1-cf0cb079a555 Date: Mon, 22 Oct 2018 15:06:31 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:06:31Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T15:06:31Z", "visibility": "shared", "locations": [], "self": "/v2/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2", "min_disk": 0, "protected": false, "id": "bb307af9-cd4f-47fe-8b9f-cf59736000e2", "file": "/v2/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2/file", "checksum": null, "owner": "8e9a3444377442da8b38ad768127d234", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:06:31,665 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-764f72b8-0ad2-4c90-a1d1-cf0cb079a555 2018-10-22 15:06:31,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}96c329834e47f7fdb63b4a2b37ff94a0187100e8" -d '' 2018-10-22 15:06:33,573 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6c6905f7-0911-46eb-916d-c77216bda691 Date: Mon, 22 Oct 2018 15:06:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:06:33,573 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2/file used request id req-6c6905f7-0911-46eb-916d-c77216bda691 2018-10-22 15:06:33,574 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-22 15:06:33,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}96c329834e47f7fdb63b4a2b37ff94a0187100e8" 2018-10-22 15:06:33,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-28c269f6-a709-4737-99ff-9b7901a4d3ca Date: Mon, 22 Oct 2018 15:06:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:06:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:06:33Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2/snap", "metadata": {}}], "self": "/v2/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2", "min_disk": 0, "protected": false, "id": "bb307af9-cd4f-47fe-8b9f-cf59736000e2", "file": "/v2/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:06:33,743 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2 used request id req-28c269f6-a709-4737-99ff-9b7901a4d3ca 2018-10-22 15:06:33,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}96c329834e47f7fdb63b4a2b37ff94a0187100e8" 2018-10-22 15:06:33,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5c8d7da6-f602-42a2-b91e-b5d41e1e7843 Date: Mon, 22 Oct 2018 15:06: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-10-22 15:06:33,898 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-5c8d7da6-f602-42a2-b91e-b5d41e1e7843 2018-10-22 15:06:33,901 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1 2018-10-22 15:06:33,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}96c329834e47f7fdb63b4a2b37ff94a0187100e8" 2018-10-22 15:06:34,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-06315a5d-6701-4757-aefa-3e1d5569aa18 Date: Mon, 22 Oct 2018 15:06:34 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:06:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:06:33Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2/snap", "metadata": {}}], "self": "/v2/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2", "min_disk": 0, "protected": false, "id": "bb307af9-cd4f-47fe-8b9f-cf59736000e2", "file": "/v2/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:06:34,069 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2 used request id req-06315a5d-6701-4757-aefa-3e1d5569aa18 2018-10-22 15:06:34,070 - create_image - DEBUG - Instance status is - active 2018-10-22 15:06:34,070 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1 2018-10-22 15:06:34,070 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1 2018-10-22 15:06:34,070 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-22 15:06:34,070 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:06:34,071 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:06:34,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:06:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["Hd44Rn4WQyKC_SYLlXzBjw"], "issued_at": "2018-10-22T15:06:34.000000Z"}} 2018-10-22 15:06:34,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}991370d88be22de09057aa1a3e656ed6329ee3dc" 2018-10-22 15:06:34,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-584cd1cb-0fd8-4568-89a7-99384fa58261 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:06:34,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-584cd1cb-0fd8-4568-89a7-99384fa58261 2018-10-22 15:06:34,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}991370d88be22de09057aa1a3e656ed6329ee3dc" 2018-10-22 15:06:34,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-421e3f45-6f2b-4189-abde-4161758f41d6 Date: Mon, 22 Oct 2018 15:06:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2"} 2018-10-22 15:06:34,713 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2 used request id req-421e3f45-6f2b-4189-abde-4161758f41d6 2018-10-22 15:06:34,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}991370d88be22de09057aa1a3e656ed6329ee3dc" 2018-10-22 15:06:34,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-259d90f9-3daa-4c95-b409-d90b681c9d4b Date: Mon, 22 Oct 2018 15:06: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-10-22 15:06:34,868 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-259d90f9-3daa-4c95-b409-d90b681c9d4b 2018-10-22 15:06:34,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}991370d88be22de09057aa1a3e656ed6329ee3dc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2"}' 2018-10-22 15:06:35,317 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81 X-Openstack-Request-Id: req-81c97fe8-c215-48ad-949b-15ff4c7130d3 Date: Mon, 22 Oct 2018 15:06:35 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:06:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T15:06:35Z", "visibility": "shared", "locations": [], "self": "/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81", "min_disk": 0, "protected": false, "id": "99d39301-0a0c-4ee0-8ed2-46f8764dbc81", "file": "/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81/file", "checksum": null, "owner": "8e9a3444377442da8b38ad768127d234", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:06:35,317 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-81c97fe8-c215-48ad-949b-15ff4c7130d3 2018-10-22 15:06:35,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}991370d88be22de09057aa1a3e656ed6329ee3dc" -d '' 2018-10-22 15:06:37,419 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ad913446-06d0-44a9-aeac-b0fdfaa63c11 Date: Mon, 22 Oct 2018 15:06:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:06:37,420 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81/file used request id req-ad913446-06d0-44a9-aeac-b0fdfaa63c11 2018-10-22 15:06:37,420 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-22 15:06:37,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}991370d88be22de09057aa1a3e656ed6329ee3dc" 2018-10-22 15:06:37,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-980ffa42-7709-433a-b4f3-9d5735299b50 Date: Mon, 22 Oct 2018 15:06:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:06:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:06:37Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81/snap", "metadata": {}}], "self": "/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81", "min_disk": 0, "protected": false, "id": "99d39301-0a0c-4ee0-8ed2-46f8764dbc81", "file": "/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:06:37,440 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81 used request id req-980ffa42-7709-433a-b4f3-9d5735299b50 2018-10-22 15:06:37,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}991370d88be22de09057aa1a3e656ed6329ee3dc" 2018-10-22 15:06:37,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e1f5f43c-f496-49ad-936b-b4d2338cd20b Date: Mon, 22 Oct 2018 15:06: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-10-22 15:06:37,590 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-e1f5f43c-f496-49ad-936b-b4d2338cd20b 2018-10-22 15:06:37,593 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2 2018-10-22 15:06:37,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}991370d88be22de09057aa1a3e656ed6329ee3dc" 2018-10-22 15:06:37,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-a1215465-6cf0-4d3e-bdf5-f13ebc00b379 Date: Mon, 22 Oct 2018 15:06:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:06:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:06:37Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81/snap", "metadata": {}}], "self": "/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81", "min_disk": 0, "protected": false, "id": "99d39301-0a0c-4ee0-8ed2-46f8764dbc81", "file": "/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:06:37,757 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81 used request id req-a1215465-6cf0-4d3e-bdf5-f13ebc00b379 2018-10-22 15:06:37,757 - create_image - DEBUG - Instance status is - active 2018-10-22 15:06:37,757 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2 2018-10-22 15:06:37,757 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2 2018-10-22 15:06:37,758 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-22 15:06:37,831 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:06:38,214 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:06:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["_JzkuK_RTL60U83fMJRvQQ"], "issued_at": "2018-10-22T15:06:38.000000Z"}} 2018-10-22 15:06:38,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-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-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net"}}' 2018-10-22 15:06:42,003 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:06:38 GMT Server: Apache x-openstack-request-id: req-56f19553-ff40-4d28-9702-93be44b2f682 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "self"}]}} 2018-10-22 15:06:42,003 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks used request id req-56f19553-ff40-4d28-9702-93be44b2f682 2018-10-22 15:06:42,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:06:42,266 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:06:42 GMT Server: Apache x-openstack-request-id: req-dbfe9e18-d57e-4961-8194-8fd00c476f32 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:06:43,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:06:42 GMT Server: Apache x-openstack-request-id: req-4c505f02-e02c-42d4-84b5-74cdabec80e1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 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-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor2", "OS::project_id": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet", "net_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "stack_user_project_id": "3b4987fd4e9341999549da2a67fca89f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:06:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAkl9f2Lkio2QTauqzSUtzwhlZ17mEtYGFokfFFMBBO6HeTeQL\nwHF+BU58GcLKbVs5SgUBv7fjubKNGICnh4wMn9ogOqEAk+c+ukH16MH8aRJiC6LW\nBfx+4pm7CiK2ZzwAZT132xuAkKKDzVHpVnWyvv6vd/roJHwermmw4hvuwTPmxUKl\nD+U4zg7fbxx1jaLQPW+m9kj/IHLpTM/8qmqThGp8LYn5BIcni44trcQJosw9BBZq\nj0WORjINrkV8I4yta2uRMl6UK/55bBdsk6gfaKNesAzBrABrnc0OFpb6f2babD93\nhW04t5YjiaykCx6ujhcZ+vCGiATF8V2hgv9h3wIDAQABAoIBAFfT2pMUI3Ce7/fL\ndGCaYY8p3vrOWo7+dMz2+46D/aBmdBmQqGyErPVKLrTWaNhNUIbVkkMTeBVIydjV\n+bAfnMOeApCrYslcjAr+4SsUmvwBB8urnXhiFVCqpcxjH8e5/RLCW1Shn/cpTKS6\nbaRvYx2vfGIlr32U7GQDDxvdXtmV/qguDlgKcCIZJ7Qo423FQRb3a3q7K92L198/\nYIVGKIsjlqRpeiHUdxvAsDXfOPLaVsDmYD2VAq6d0TyDNwmS4qD63gV90rz06FbM\nhYJjAzkiVBvLBv4qbHtv/YU7PEEYXpBjTiSexy5X9Om7G6+vfRJzEDiATkqIOS6I\nIfPsSSECgYEAwkmX8V2KxZ3aLOYktZTovL2kFuluWX5J+9rNLpKIP4rovZ2ORNMh\nA0PpoYyZ0oyvNPlPPP8j7P1QpW/0E0LKN4fyWVG2d4QD4jXJtAkIGK6LJNr3NJ6A\nyjEqvqK2573v/gD517TBRSPj4bd4vn25eiJoX9kpeO9Jhgcf/vz53e0CgYEAwN2Z\nURhmOAw8chPImA+V6fa+MC7EXadr/13ptDSJalWpavlJ3BCY/evg/JR5W9C/TX72\nJZhTaruwHUJF7c6zici4eeMHAB/KpHfrQuZIZBRkOpLesURHFI+7pCCEHbdopTWK\nA9yQ5aoLWFW0eS5uuwJZewN9UMLzu4JiZnmIpXsCgYAA/v+YbTJY8QY9VLC7fZfz\n38UHmQrHyq32bJjAtF+ec8fdsQEZuTtiGOcJvP7M5YvAacbOOUCl5maTco99ycnf\nnwLPEmwtELA0aLIwChvQhJSSC81Yp7dhUf82Gv91ELQ6SSb+xB55jEWO0rH7yAk7\nZxHB7AsaY5+s4Dx5wjJFwQKBgCIYivw9NgT+lMkOGk5XowcjqefWvLxZ1svkjGZh\nS1HTJwpUW+xdus5ZHwNINFQ5CTjoExf+X/DkkXP6vWYXPsJDC+nwatJozGhbEupW\nz8FxoW6BfIEWMwK9jkyruu+N9yAN4QJhwfP4Jd1N+YPa45SIC82lhkf6zx/9Iuw+\n3Bt1AoGADiIwGQWBVWbAmHXjHNdvhcADCfOOAH58tAnZhcAkroES+kZrSSsMQW9I\n0xfrU7IHp4bOKwafU9pw7C+eIHbA9I+sDeUN/17JAF84b/px58MTAtGOxfv3C0Dy\nvc7708l1iDGlYza6OqWTHYfPX9bMMGNd4zqB6EPaPeClzHZ5zZ8=\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-10-22 15:06:43,064 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b used request id req-4c505f02-e02c-42d4-84b5-74cdabec80e1 2018-10-22 15:06:43,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:06:43,245 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:06:43 GMT Server: Apache x-openstack-request-id: req-56e5a457-3cab-4363-b3e1-76139d984578 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:06:44,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:06:43 GMT Server: Apache x-openstack-request-id: req-95052dc7-2cb8-47b2-a96a-0bc31e6f2153 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 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-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor2", "OS::project_id": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet", "net_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "stack_user_project_id": "3b4987fd4e9341999549da2a67fca89f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:06:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAkl9f2Lkio2QTauqzSUtzwhlZ17mEtYGFokfFFMBBO6HeTeQL\nwHF+BU58GcLKbVs5SgUBv7fjubKNGICnh4wMn9ogOqEAk+c+ukH16MH8aRJiC6LW\nBfx+4pm7CiK2ZzwAZT132xuAkKKDzVHpVnWyvv6vd/roJHwermmw4hvuwTPmxUKl\nD+U4zg7fbxx1jaLQPW+m9kj/IHLpTM/8qmqThGp8LYn5BIcni44trcQJosw9BBZq\nj0WORjINrkV8I4yta2uRMl6UK/55bBdsk6gfaKNesAzBrABrnc0OFpb6f2babD93\nhW04t5YjiaykCx6ujhcZ+vCGiATF8V2hgv9h3wIDAQABAoIBAFfT2pMUI3Ce7/fL\ndGCaYY8p3vrOWo7+dMz2+46D/aBmdBmQqGyErPVKLrTWaNhNUIbVkkMTeBVIydjV\n+bAfnMOeApCrYslcjAr+4SsUmvwBB8urnXhiFVCqpcxjH8e5/RLCW1Shn/cpTKS6\nbaRvYx2vfGIlr32U7GQDDxvdXtmV/qguDlgKcCIZJ7Qo423FQRb3a3q7K92L198/\nYIVGKIsjlqRpeiHUdxvAsDXfOPLaVsDmYD2VAq6d0TyDNwmS4qD63gV90rz06FbM\nhYJjAzkiVBvLBv4qbHtv/YU7PEEYXpBjTiSexy5X9Om7G6+vfRJzEDiATkqIOS6I\nIfPsSSECgYEAwkmX8V2KxZ3aLOYktZTovL2kFuluWX5J+9rNLpKIP4rovZ2ORNMh\nA0PpoYyZ0oyvNPlPPP8j7P1QpW/0E0LKN4fyWVG2d4QD4jXJtAkIGK6LJNr3NJ6A\nyjEqvqK2573v/gD517TBRSPj4bd4vn25eiJoX9kpeO9Jhgcf/vz53e0CgYEAwN2Z\nURhmOAw8chPImA+V6fa+MC7EXadr/13ptDSJalWpavlJ3BCY/evg/JR5W9C/TX72\nJZhTaruwHUJF7c6zici4eeMHAB/KpHfrQuZIZBRkOpLesURHFI+7pCCEHbdopTWK\nA9yQ5aoLWFW0eS5uuwJZewN9UMLzu4JiZnmIpXsCgYAA/v+YbTJY8QY9VLC7fZfz\n38UHmQrHyq32bJjAtF+ec8fdsQEZuTtiGOcJvP7M5YvAacbOOUCl5maTco99ycnf\nnwLPEmwtELA0aLIwChvQhJSSC81Yp7dhUf82Gv91ELQ6SSb+xB55jEWO0rH7yAk7\nZxHB7AsaY5+s4Dx5wjJFwQKBgCIYivw9NgT+lMkOGk5XowcjqefWvLxZ1svkjGZh\nS1HTJwpUW+xdus5ZHwNINFQ5CTjoExf+X/DkkXP6vWYXPsJDC+nwatJozGhbEupW\nz8FxoW6BfIEWMwK9jkyruu+N9yAN4QJhwfP4Jd1N+YPa45SIC82lhkf6zx/9Iuw+\n3Bt1AoGADiIwGQWBVWbAmHXjHNdvhcADCfOOAH58tAnZhcAkroES+kZrSSsMQW9I\n0xfrU7IHp4bOKwafU9pw7C+eIHbA9I+sDeUN/17JAF84b/px58MTAtGOxfv3C0Dy\nvc7708l1iDGlYza6OqWTHYfPX9bMMGNd4zqB6EPaPeClzHZ5zZ8=\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-10-22 15:06:44,111 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b used request id req-95052dc7-2cb8-47b2-a96a-0bc31e6f2153 2018-10-22 15:06:47,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:06:47,311 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:06:47 GMT Server: Apache x-openstack-request-id: req-06c49325-6538-44be-87d1-1d551c83d796 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:06:47,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:06:47 GMT Server: Apache x-openstack-request-id: req-17d6dfe3-03ce-4161-a6a4-804da5170130 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 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-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor2", "OS::project_id": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet", "net_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "stack_user_project_id": "3b4987fd4e9341999549da2a67fca89f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:06:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAkl9f2Lkio2QTauqzSUtzwhlZ17mEtYGFokfFFMBBO6HeTeQL\nwHF+BU58GcLKbVs5SgUBv7fjubKNGICnh4wMn9ogOqEAk+c+ukH16MH8aRJiC6LW\nBfx+4pm7CiK2ZzwAZT132xuAkKKDzVHpVnWyvv6vd/roJHwermmw4hvuwTPmxUKl\nD+U4zg7fbxx1jaLQPW+m9kj/IHLpTM/8qmqThGp8LYn5BIcni44trcQJosw9BBZq\nj0WORjINrkV8I4yta2uRMl6UK/55bBdsk6gfaKNesAzBrABrnc0OFpb6f2babD93\nhW04t5YjiaykCx6ujhcZ+vCGiATF8V2hgv9h3wIDAQABAoIBAFfT2pMUI3Ce7/fL\ndGCaYY8p3vrOWo7+dMz2+46D/aBmdBmQqGyErPVKLrTWaNhNUIbVkkMTeBVIydjV\n+bAfnMOeApCrYslcjAr+4SsUmvwBB8urnXhiFVCqpcxjH8e5/RLCW1Shn/cpTKS6\nbaRvYx2vfGIlr32U7GQDDxvdXtmV/qguDlgKcCIZJ7Qo423FQRb3a3q7K92L198/\nYIVGKIsjlqRpeiHUdxvAsDXfOPLaVsDmYD2VAq6d0TyDNwmS4qD63gV90rz06FbM\nhYJjAzkiVBvLBv4qbHtv/YU7PEEYXpBjTiSexy5X9Om7G6+vfRJzEDiATkqIOS6I\nIfPsSSECgYEAwkmX8V2KxZ3aLOYktZTovL2kFuluWX5J+9rNLpKIP4rovZ2ORNMh\nA0PpoYyZ0oyvNPlPPP8j7P1QpW/0E0LKN4fyWVG2d4QD4jXJtAkIGK6LJNr3NJ6A\nyjEqvqK2573v/gD517TBRSPj4bd4vn25eiJoX9kpeO9Jhgcf/vz53e0CgYEAwN2Z\nURhmOAw8chPImA+V6fa+MC7EXadr/13ptDSJalWpavlJ3BCY/evg/JR5W9C/TX72\nJZhTaruwHUJF7c6zici4eeMHAB/KpHfrQuZIZBRkOpLesURHFI+7pCCEHbdopTWK\nA9yQ5aoLWFW0eS5uuwJZewN9UMLzu4JiZnmIpXsCgYAA/v+YbTJY8QY9VLC7fZfz\n38UHmQrHyq32bJjAtF+ec8fdsQEZuTtiGOcJvP7M5YvAacbOOUCl5maTco99ycnf\nnwLPEmwtELA0aLIwChvQhJSSC81Yp7dhUf82Gv91ELQ6SSb+xB55jEWO0rH7yAk7\nZxHB7AsaY5+s4Dx5wjJFwQKBgCIYivw9NgT+lMkOGk5XowcjqefWvLxZ1svkjGZh\nS1HTJwpUW+xdus5ZHwNINFQ5CTjoExf+X/DkkXP6vWYXPsJDC+nwatJozGhbEupW\nz8FxoW6BfIEWMwK9jkyruu+N9yAN4QJhwfP4Jd1N+YPa45SIC82lhkf6zx/9Iuw+\n3Bt1AoGADiIwGQWBVWbAmHXjHNdvhcADCfOOAH58tAnZhcAkroES+kZrSSsMQW9I\n0xfrU7IHp4bOKwafU9pw7C+eIHbA9I+sDeUN/17JAF84b/px58MTAtGOxfv3C0Dy\nvc7708l1iDGlYza6OqWTHYfPX9bMMGNd4zqB6EPaPeClzHZ5zZ8=\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-10-22 15:06:47,638 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b used request id req-17d6dfe3-03ce-4161-a6a4-804da5170130 2018-10-22 15:06:50,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:06:50,828 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:06:50 GMT Server: Apache x-openstack-request-id: req-efd909a2-64dc-4bdd-be08-6b4a062bf4cc Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:06:51,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:06:50 GMT Server: Apache x-openstack-request-id: req-78a28a06-e129-43ac-935c-c9cf688dc3cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 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-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor2", "OS::project_id": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet", "net_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "stack_user_project_id": "3b4987fd4e9341999549da2a67fca89f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:06:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAkl9f2Lkio2QTauqzSUtzwhlZ17mEtYGFokfFFMBBO6HeTeQL\nwHF+BU58GcLKbVs5SgUBv7fjubKNGICnh4wMn9ogOqEAk+c+ukH16MH8aRJiC6LW\nBfx+4pm7CiK2ZzwAZT132xuAkKKDzVHpVnWyvv6vd/roJHwermmw4hvuwTPmxUKl\nD+U4zg7fbxx1jaLQPW+m9kj/IHLpTM/8qmqThGp8LYn5BIcni44trcQJosw9BBZq\nj0WORjINrkV8I4yta2uRMl6UK/55bBdsk6gfaKNesAzBrABrnc0OFpb6f2babD93\nhW04t5YjiaykCx6ujhcZ+vCGiATF8V2hgv9h3wIDAQABAoIBAFfT2pMUI3Ce7/fL\ndGCaYY8p3vrOWo7+dMz2+46D/aBmdBmQqGyErPVKLrTWaNhNUIbVkkMTeBVIydjV\n+bAfnMOeApCrYslcjAr+4SsUmvwBB8urnXhiFVCqpcxjH8e5/RLCW1Shn/cpTKS6\nbaRvYx2vfGIlr32U7GQDDxvdXtmV/qguDlgKcCIZJ7Qo423FQRb3a3q7K92L198/\nYIVGKIsjlqRpeiHUdxvAsDXfOPLaVsDmYD2VAq6d0TyDNwmS4qD63gV90rz06FbM\nhYJjAzkiVBvLBv4qbHtv/YU7PEEYXpBjTiSexy5X9Om7G6+vfRJzEDiATkqIOS6I\nIfPsSSECgYEAwkmX8V2KxZ3aLOYktZTovL2kFuluWX5J+9rNLpKIP4rovZ2ORNMh\nA0PpoYyZ0oyvNPlPPP8j7P1QpW/0E0LKN4fyWVG2d4QD4jXJtAkIGK6LJNr3NJ6A\nyjEqvqK2573v/gD517TBRSPj4bd4vn25eiJoX9kpeO9Jhgcf/vz53e0CgYEAwN2Z\nURhmOAw8chPImA+V6fa+MC7EXadr/13ptDSJalWpavlJ3BCY/evg/JR5W9C/TX72\nJZhTaruwHUJF7c6zici4eeMHAB/KpHfrQuZIZBRkOpLesURHFI+7pCCEHbdopTWK\nA9yQ5aoLWFW0eS5uuwJZewN9UMLzu4JiZnmIpXsCgYAA/v+YbTJY8QY9VLC7fZfz\n38UHmQrHyq32bJjAtF+ec8fdsQEZuTtiGOcJvP7M5YvAacbOOUCl5maTco99ycnf\nnwLPEmwtELA0aLIwChvQhJSSC81Yp7dhUf82Gv91ELQ6SSb+xB55jEWO0rH7yAk7\nZxHB7AsaY5+s4Dx5wjJFwQKBgCIYivw9NgT+lMkOGk5XowcjqefWvLxZ1svkjGZh\nS1HTJwpUW+xdus5ZHwNINFQ5CTjoExf+X/DkkXP6vWYXPsJDC+nwatJozGhbEupW\nz8FxoW6BfIEWMwK9jkyruu+N9yAN4QJhwfP4Jd1N+YPa45SIC82lhkf6zx/9Iuw+\n3Bt1AoGADiIwGQWBVWbAmHXjHNdvhcADCfOOAH58tAnZhcAkroES+kZrSSsMQW9I\n0xfrU7IHp4bOKwafU9pw7C+eIHbA9I+sDeUN/17JAF84b/px58MTAtGOxfv3C0Dy\nvc7708l1iDGlYza6OqWTHYfPX9bMMGNd4zqB6EPaPeClzHZ5zZ8=\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-10-22 15:06:51,164 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b used request id req-78a28a06-e129-43ac-935c-c9cf688dc3cb 2018-10-22 15:06:54,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:06:54,364 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:06:54 GMT Server: Apache x-openstack-request-id: req-4dc2a17e-a032-4ce7-bb1c-5157e60ac221 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:06:54,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:06:54 GMT Server: Apache x-openstack-request-id: req-846ddef2-b50c-4383-9b08-9821c06944f3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 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-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor2", "OS::project_id": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet", "net_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "stack_user_project_id": "3b4987fd4e9341999549da2a67fca89f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:06:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAkl9f2Lkio2QTauqzSUtzwhlZ17mEtYGFokfFFMBBO6HeTeQL\nwHF+BU58GcLKbVs5SgUBv7fjubKNGICnh4wMn9ogOqEAk+c+ukH16MH8aRJiC6LW\nBfx+4pm7CiK2ZzwAZT132xuAkKKDzVHpVnWyvv6vd/roJHwermmw4hvuwTPmxUKl\nD+U4zg7fbxx1jaLQPW+m9kj/IHLpTM/8qmqThGp8LYn5BIcni44trcQJosw9BBZq\nj0WORjINrkV8I4yta2uRMl6UK/55bBdsk6gfaKNesAzBrABrnc0OFpb6f2babD93\nhW04t5YjiaykCx6ujhcZ+vCGiATF8V2hgv9h3wIDAQABAoIBAFfT2pMUI3Ce7/fL\ndGCaYY8p3vrOWo7+dMz2+46D/aBmdBmQqGyErPVKLrTWaNhNUIbVkkMTeBVIydjV\n+bAfnMOeApCrYslcjAr+4SsUmvwBB8urnXhiFVCqpcxjH8e5/RLCW1Shn/cpTKS6\nbaRvYx2vfGIlr32U7GQDDxvdXtmV/qguDlgKcCIZJ7Qo423FQRb3a3q7K92L198/\nYIVGKIsjlqRpeiHUdxvAsDXfOPLaVsDmYD2VAq6d0TyDNwmS4qD63gV90rz06FbM\nhYJjAzkiVBvLBv4qbHtv/YU7PEEYXpBjTiSexy5X9Om7G6+vfRJzEDiATkqIOS6I\nIfPsSSECgYEAwkmX8V2KxZ3aLOYktZTovL2kFuluWX5J+9rNLpKIP4rovZ2ORNMh\nA0PpoYyZ0oyvNPlPPP8j7P1QpW/0E0LKN4fyWVG2d4QD4jXJtAkIGK6LJNr3NJ6A\nyjEqvqK2573v/gD517TBRSPj4bd4vn25eiJoX9kpeO9Jhgcf/vz53e0CgYEAwN2Z\nURhmOAw8chPImA+V6fa+MC7EXadr/13ptDSJalWpavlJ3BCY/evg/JR5W9C/TX72\nJZhTaruwHUJF7c6zici4eeMHAB/KpHfrQuZIZBRkOpLesURHFI+7pCCEHbdopTWK\nA9yQ5aoLWFW0eS5uuwJZewN9UMLzu4JiZnmIpXsCgYAA/v+YbTJY8QY9VLC7fZfz\n38UHmQrHyq32bJjAtF+ec8fdsQEZuTtiGOcJvP7M5YvAacbOOUCl5maTco99ycnf\nnwLPEmwtELA0aLIwChvQhJSSC81Yp7dhUf82Gv91ELQ6SSb+xB55jEWO0rH7yAk7\nZxHB7AsaY5+s4Dx5wjJFwQKBgCIYivw9NgT+lMkOGk5XowcjqefWvLxZ1svkjGZh\nS1HTJwpUW+xdus5ZHwNINFQ5CTjoExf+X/DkkXP6vWYXPsJDC+nwatJozGhbEupW\nz8FxoW6BfIEWMwK9jkyruu+N9yAN4QJhwfP4Jd1N+YPa45SIC82lhkf6zx/9Iuw+\n3Bt1AoGADiIwGQWBVWbAmHXjHNdvhcADCfOOAH58tAnZhcAkroES+kZrSSsMQW9I\n0xfrU7IHp4bOKwafU9pw7C+eIHbA9I+sDeUN/17JAF84b/px58MTAtGOxfv3C0Dy\nvc7708l1iDGlYza6OqWTHYfPX9bMMGNd4zqB6EPaPeClzHZ5zZ8=\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-10-22 15:06:54,695 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b used request id req-846ddef2-b50c-4383-9b08-9821c06944f3 2018-10-22 15:06:57,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:06:57,727 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:06:57 GMT Server: Apache x-openstack-request-id: req-7b5af13d-ff91-450e-88f2-894c0ce400ef Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:06:57,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:06:57 GMT Server: Apache x-openstack-request-id: req-f5becd2b-dd09-45ad-b51c-83a332b603b4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 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-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor2", "OS::project_id": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet", "net_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "stack_user_project_id": "3b4987fd4e9341999549da2a67fca89f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:06:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAkl9f2Lkio2QTauqzSUtzwhlZ17mEtYGFokfFFMBBO6HeTeQL\nwHF+BU58GcLKbVs5SgUBv7fjubKNGICnh4wMn9ogOqEAk+c+ukH16MH8aRJiC6LW\nBfx+4pm7CiK2ZzwAZT132xuAkKKDzVHpVnWyvv6vd/roJHwermmw4hvuwTPmxUKl\nD+U4zg7fbxx1jaLQPW+m9kj/IHLpTM/8qmqThGp8LYn5BIcni44trcQJosw9BBZq\nj0WORjINrkV8I4yta2uRMl6UK/55bBdsk6gfaKNesAzBrABrnc0OFpb6f2babD93\nhW04t5YjiaykCx6ujhcZ+vCGiATF8V2hgv9h3wIDAQABAoIBAFfT2pMUI3Ce7/fL\ndGCaYY8p3vrOWo7+dMz2+46D/aBmdBmQqGyErPVKLrTWaNhNUIbVkkMTeBVIydjV\n+bAfnMOeApCrYslcjAr+4SsUmvwBB8urnXhiFVCqpcxjH8e5/RLCW1Shn/cpTKS6\nbaRvYx2vfGIlr32U7GQDDxvdXtmV/qguDlgKcCIZJ7Qo423FQRb3a3q7K92L198/\nYIVGKIsjlqRpeiHUdxvAsDXfOPLaVsDmYD2VAq6d0TyDNwmS4qD63gV90rz06FbM\nhYJjAzkiVBvLBv4qbHtv/YU7PEEYXpBjTiSexy5X9Om7G6+vfRJzEDiATkqIOS6I\nIfPsSSECgYEAwkmX8V2KxZ3aLOYktZTovL2kFuluWX5J+9rNLpKIP4rovZ2ORNMh\nA0PpoYyZ0oyvNPlPPP8j7P1QpW/0E0LKN4fyWVG2d4QD4jXJtAkIGK6LJNr3NJ6A\nyjEqvqK2573v/gD517TBRSPj4bd4vn25eiJoX9kpeO9Jhgcf/vz53e0CgYEAwN2Z\nURhmOAw8chPImA+V6fa+MC7EXadr/13ptDSJalWpavlJ3BCY/evg/JR5W9C/TX72\nJZhTaruwHUJF7c6zici4eeMHAB/KpHfrQuZIZBRkOpLesURHFI+7pCCEHbdopTWK\nA9yQ5aoLWFW0eS5uuwJZewN9UMLzu4JiZnmIpXsCgYAA/v+YbTJY8QY9VLC7fZfz\n38UHmQrHyq32bJjAtF+ec8fdsQEZuTtiGOcJvP7M5YvAacbOOUCl5maTco99ycnf\nnwLPEmwtELA0aLIwChvQhJSSC81Yp7dhUf82Gv91ELQ6SSb+xB55jEWO0rH7yAk7\nZxHB7AsaY5+s4Dx5wjJFwQKBgCIYivw9NgT+lMkOGk5XowcjqefWvLxZ1svkjGZh\nS1HTJwpUW+xdus5ZHwNINFQ5CTjoExf+X/DkkXP6vWYXPsJDC+nwatJozGhbEupW\nz8FxoW6BfIEWMwK9jkyruu+N9yAN4QJhwfP4Jd1N+YPa45SIC82lhkf6zx/9Iuw+\n3Bt1AoGADiIwGQWBVWbAmHXjHNdvhcADCfOOAH58tAnZhcAkroES+kZrSSsMQW9I\n0xfrU7IHp4bOKwafU9pw7C+eIHbA9I+sDeUN/17JAF84b/px58MTAtGOxfv3C0Dy\nvc7708l1iDGlYza6OqWTHYfPX9bMMGNd4zqB6EPaPeClzHZ5zZ8=\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-10-22 15:06:57,902 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b used request id req-f5becd2b-dd09-45ad-b51c-83a332b603b4 2018-10-22 15:07:00,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:00,934 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:00 GMT Server: Apache x-openstack-request-id: req-2570abf4-88cd-454d-9fca-302ad67f9d67 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:01,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:00 GMT Server: Apache x-openstack-request-id: req-abf2543d-545a-4460-86a7-31865bc7fa45 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 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-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor2", "OS::project_id": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet", "net_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "stack_user_project_id": "3b4987fd4e9341999549da2a67fca89f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-22T15:06:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAkl9f2Lkio2QTauqzSUtzwhlZ17mEtYGFokfFFMBBO6HeTeQL\nwHF+BU58GcLKbVs5SgUBv7fjubKNGICnh4wMn9ogOqEAk+c+ukH16MH8aRJiC6LW\nBfx+4pm7CiK2ZzwAZT132xuAkKKDzVHpVnWyvv6vd/roJHwermmw4hvuwTPmxUKl\nD+U4zg7fbxx1jaLQPW+m9kj/IHLpTM/8qmqThGp8LYn5BIcni44trcQJosw9BBZq\nj0WORjINrkV8I4yta2uRMl6UK/55bBdsk6gfaKNesAzBrABrnc0OFpb6f2babD93\nhW04t5YjiaykCx6ujhcZ+vCGiATF8V2hgv9h3wIDAQABAoIBAFfT2pMUI3Ce7/fL\ndGCaYY8p3vrOWo7+dMz2+46D/aBmdBmQqGyErPVKLrTWaNhNUIbVkkMTeBVIydjV\n+bAfnMOeApCrYslcjAr+4SsUmvwBB8urnXhiFVCqpcxjH8e5/RLCW1Shn/cpTKS6\nbaRvYx2vfGIlr32U7GQDDxvdXtmV/qguDlgKcCIZJ7Qo423FQRb3a3q7K92L198/\nYIVGKIsjlqRpeiHUdxvAsDXfOPLaVsDmYD2VAq6d0TyDNwmS4qD63gV90rz06FbM\nhYJjAzkiVBvLBv4qbHtv/YU7PEEYXpBjTiSexy5X9Om7G6+vfRJzEDiATkqIOS6I\nIfPsSSECgYEAwkmX8V2KxZ3aLOYktZTovL2kFuluWX5J+9rNLpKIP4rovZ2ORNMh\nA0PpoYyZ0oyvNPlPPP8j7P1QpW/0E0LKN4fyWVG2d4QD4jXJtAkIGK6LJNr3NJ6A\nyjEqvqK2573v/gD517TBRSPj4bd4vn25eiJoX9kpeO9Jhgcf/vz53e0CgYEAwN2Z\nURhmOAw8chPImA+V6fa+MC7EXadr/13ptDSJalWpavlJ3BCY/evg/JR5W9C/TX72\nJZhTaruwHUJF7c6zici4eeMHAB/KpHfrQuZIZBRkOpLesURHFI+7pCCEHbdopTWK\nA9yQ5aoLWFW0eS5uuwJZewN9UMLzu4JiZnmIpXsCgYAA/v+YbTJY8QY9VLC7fZfz\n38UHmQrHyq32bJjAtF+ec8fdsQEZuTtiGOcJvP7M5YvAacbOOUCl5maTco99ycnf\nnwLPEmwtELA0aLIwChvQhJSSC81Yp7dhUf82Gv91ELQ6SSb+xB55jEWO0rH7yAk7\nZxHB7AsaY5+s4Dx5wjJFwQKBgCIYivw9NgT+lMkOGk5XowcjqefWvLxZ1svkjGZh\nS1HTJwpUW+xdus5ZHwNINFQ5CTjoExf+X/DkkXP6vWYXPsJDC+nwatJozGhbEupW\nz8FxoW6BfIEWMwK9jkyruu+N9yAN4QJhwfP4Jd1N+YPa45SIC82lhkf6zx/9Iuw+\n3Bt1AoGADiIwGQWBVWbAmHXjHNdvhcADCfOOAH58tAnZhcAkroES+kZrSSsMQW9I\n0xfrU7IHp4bOKwafU9pw7C+eIHbA9I+sDeUN/17JAF84b/px58MTAtGOxfv3C0Dy\nvc7708l1iDGlYza6OqWTHYfPX9bMMGNd4zqB6EPaPeClzHZ5zZ8=\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-10-22 15:07:01,108 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b used request id req-abf2543d-545a-4460-86a7-31865bc7fa45 2018-10-22 15:07:01,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:01,137 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:01 GMT Server: Apache x-openstack-request-id: req-bb9eaaec-24d1-461f-a1ee-740a2dc8707d Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:01,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:01 GMT Server: Apache x-openstack-request-id: req-64a96eda-127c-466b-bfee-6c7af66e71c3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1036 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "subnet", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "0387082e-096b-4cae-ab5e-dfcfd7a32bad", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/network", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "c0e02d61-7df1-4dbe-b4c9-4c1061d648db", "resource_type": "OS::Neutron::Net"}, {"resource_name": "flavor2", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "d9995a98-4978-4d48-808e-541c776f9a80", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "4b4e2ca1-dfac-4a0b-bd0f-8166ba597d03", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c0012927-708b-4501-ad39-ae5ba2cd28f3", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "87c358a2-4af1-4b2b-9596-f6203b17f1ae:subnet_id=d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "87c358a2-4af1-4b2b-9596-f6203b17f1ae", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/port1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "137b019d-9619-4d2e-b29b-8802ec3e85d3", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "5c0012c5-6806-4b45-bc65-3cca696523ac", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "5fc70e44-91db-4efa-bc51-c509bdc81a8e", "resource_type": "OS::Nova::Server"}]} 2018-10-22 15:07:01,214 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources used request id req-64a96eda-127c-466b-bfee-6c7af66e71c3 2018-10-22 15:07:01,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:01,400 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:01 GMT Server: Apache x-openstack-request-id: req-42ae3515-1982-4eaa-a9bd-9b699214f18f Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:01,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:01 GMT Server: Apache x-openstack-request-id: req-d6e026d1-abb0-40c1-871b-899472032606 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 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-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor2", "OS::project_id": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet", "net_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "stack_user_project_id": "3b4987fd4e9341999549da2a67fca89f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-22T15:06:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAkl9f2Lkio2QTauqzSUtzwhlZ17mEtYGFokfFFMBBO6HeTeQL\nwHF+BU58GcLKbVs5SgUBv7fjubKNGICnh4wMn9ogOqEAk+c+ukH16MH8aRJiC6LW\nBfx+4pm7CiK2ZzwAZT132xuAkKKDzVHpVnWyvv6vd/roJHwermmw4hvuwTPmxUKl\nD+U4zg7fbxx1jaLQPW+m9kj/IHLpTM/8qmqThGp8LYn5BIcni44trcQJosw9BBZq\nj0WORjINrkV8I4yta2uRMl6UK/55bBdsk6gfaKNesAzBrABrnc0OFpb6f2babD93\nhW04t5YjiaykCx6ujhcZ+vCGiATF8V2hgv9h3wIDAQABAoIBAFfT2pMUI3Ce7/fL\ndGCaYY8p3vrOWo7+dMz2+46D/aBmdBmQqGyErPVKLrTWaNhNUIbVkkMTeBVIydjV\n+bAfnMOeApCrYslcjAr+4SsUmvwBB8urnXhiFVCqpcxjH8e5/RLCW1Shn/cpTKS6\nbaRvYx2vfGIlr32U7GQDDxvdXtmV/qguDlgKcCIZJ7Qo423FQRb3a3q7K92L198/\nYIVGKIsjlqRpeiHUdxvAsDXfOPLaVsDmYD2VAq6d0TyDNwmS4qD63gV90rz06FbM\nhYJjAzkiVBvLBv4qbHtv/YU7PEEYXpBjTiSexy5X9Om7G6+vfRJzEDiATkqIOS6I\nIfPsSSECgYEAwkmX8V2KxZ3aLOYktZTovL2kFuluWX5J+9rNLpKIP4rovZ2ORNMh\nA0PpoYyZ0oyvNPlPPP8j7P1QpW/0E0LKN4fyWVG2d4QD4jXJtAkIGK6LJNr3NJ6A\nyjEqvqK2573v/gD517TBRSPj4bd4vn25eiJoX9kpeO9Jhgcf/vz53e0CgYEAwN2Z\nURhmOAw8chPImA+V6fa+MC7EXadr/13ptDSJalWpavlJ3BCY/evg/JR5W9C/TX72\nJZhTaruwHUJF7c6zici4eeMHAB/KpHfrQuZIZBRkOpLesURHFI+7pCCEHbdopTWK\nA9yQ5aoLWFW0eS5uuwJZewN9UMLzu4JiZnmIpXsCgYAA/v+YbTJY8QY9VLC7fZfz\n38UHmQrHyq32bJjAtF+ec8fdsQEZuTtiGOcJvP7M5YvAacbOOUCl5maTco99ycnf\nnwLPEmwtELA0aLIwChvQhJSSC81Yp7dhUf82Gv91ELQ6SSb+xB55jEWO0rH7yAk7\nZxHB7AsaY5+s4Dx5wjJFwQKBgCIYivw9NgT+lMkOGk5XowcjqefWvLxZ1svkjGZh\nS1HTJwpUW+xdus5ZHwNINFQ5CTjoExf+X/DkkXP6vWYXPsJDC+nwatJozGhbEupW\nz8FxoW6BfIEWMwK9jkyruu+N9yAN4QJhwfP4Jd1N+YPa45SIC82lhkf6zx/9Iuw+\n3Bt1AoGADiIwGQWBVWbAmHXjHNdvhcADCfOOAH58tAnZhcAkroES+kZrSSsMQW9I\n0xfrU7IHp4bOKwafU9pw7C+eIHbA9I+sDeUN/17JAF84b/px58MTAtGOxfv3C0Dy\nvc7708l1iDGlYza6OqWTHYfPX9bMMGNd4zqB6EPaPeClzHZ5zZ8=\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-10-22 15:07:01,723 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b used request id req-d6e026d1-abb0-40c1-871b-899472032606 2018-10-22 15:07:01,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:01,960 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:01 GMT Server: Apache x-openstack-request-id: req-05675f5a-3330-48e3-8858-42e2d29cea47 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:02,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:01 GMT Server: Apache x-openstack-request-id: req-f2c75f5f-0577-421e-a05b-a23145513e7a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1036 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "subnet", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "0387082e-096b-4cae-ab5e-dfcfd7a32bad", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/network", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "c0e02d61-7df1-4dbe-b4c9-4c1061d648db", "resource_type": "OS::Neutron::Net"}, {"resource_name": "flavor2", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "d9995a98-4978-4d48-808e-541c776f9a80", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "4b4e2ca1-dfac-4a0b-bd0f-8166ba597d03", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c0012927-708b-4501-ad39-ae5ba2cd28f3", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "87c358a2-4af1-4b2b-9596-f6203b17f1ae:subnet_id=d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "87c358a2-4af1-4b2b-9596-f6203b17f1ae", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/port1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "137b019d-9619-4d2e-b29b-8802ec3e85d3", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "5c0012c5-6806-4b45-bc65-3cca696523ac", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "5fc70e44-91db-4efa-bc51-c509bdc81a8e", "resource_type": "OS::Nova::Server"}]} 2018-10-22 15:07:02,184 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources used request id req-f2c75f5f-0577-421e-a05b-a23145513e7a 2018-10-22 15:07:02,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=c0e02d61-7df1-4dbe-b4c9-4c1061d648db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:02,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-05b4c0c3-5c52-4a79-b0c3-1d6dbbc41dff Date: Mon, 22 Oct 2018 15:07:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c0e02d61-7df1-4dbe-b4c9-4c1061d648db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e"],"description":"","tags":[],"updated_at":"2018-10-22T15:06:47Z","provider:segmentation_id":74,"name":"HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:06:46Z","provider:network_type":"vxlan"}]} 2018-10-22 15:07:02,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=c0e02d61-7df1-4dbe-b4c9-4c1061d648db used request id req-05b4c0c3-5c52-4a79-b0c3-1d6dbbc41dff 2018-10-22 15:07:02,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c0e02d61-7df1-4dbe-b4c9-4c1061d648db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:02,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-236f340e-9a6f-4252-9ef1-64ba88c4807a Date: Mon, 22 Oct 2018 15:07:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c0e02d61-7df1-4dbe-b4c9-4c1061d648db","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:06:47Z","dns_nameservers":[],"updated_at":"2018-10-22T15:06:47Z","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":"8e9a3444377442da8b38ad768127d234","id":"d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet"}]} 2018-10-22 15:07:02,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c0e02d61-7df1-4dbe-b4c9-4c1061d648db used request id req-236f340e-9a6f-4252-9ef1-64ba88c4807a 2018-10-22 15:07:02,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c0e02d61-7df1-4dbe-b4c9-4c1061d648db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:02,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-80953616-cb47-4924-bcdc-11d2ff33eda3 Date: Mon, 22 Oct 2018 15:07:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c0e02d61-7df1-4dbe-b4c9-4c1061d648db","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:06:47Z","dns_nameservers":[],"updated_at":"2018-10-22T15:06:47Z","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":"8e9a3444377442da8b38ad768127d234","id":"d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet"}]} 2018-10-22 15:07:02,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c0e02d61-7df1-4dbe-b4c9-4c1061d648db used request id req-80953616-cb47-4924-bcdc-11d2ff33eda3 2018-10-22 15:07:02,398 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:07:02,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:02,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96227da0-7e6a-43c6-9ac5-d3e600a60427 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:07:02,478 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-96227da0-7e6a-43c6-9ac5-d3e600a60427 2018-10-22 15:07:02,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:02,663 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:02 GMT Server: Apache x-openstack-request-id: req-c736e774-97c0-44c7-8172-6f40b4e83061 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:02,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:02 GMT Server: Apache x-openstack-request-id: req-57425836-2ad8-400d-9e76-3f1c5943220e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1033 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "subnet", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "0387082e-096b-4cae-ab5e-dfcfd7a32bad", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/network", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "c0e02d61-7df1-4dbe-b4c9-4c1061d648db", "resource_type": "OS::Neutron::Net"}, {"resource_name": "flavor2", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "d9995a98-4978-4d48-808e-541c776f9a80", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "4b4e2ca1-dfac-4a0b-bd0f-8166ba597d03", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c0012927-708b-4501-ad39-ae5ba2cd28f3", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "87c358a2-4af1-4b2b-9596-f6203b17f1ae:subnet_id=d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "87c358a2-4af1-4b2b-9596-f6203b17f1ae", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/port1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "137b019d-9619-4d2e-b29b-8802ec3e85d3", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "5c0012c5-6806-4b45-bc65-3cca696523ac", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "5fc70e44-91db-4efa-bc51-c509bdc81a8e", "resource_type": "OS::Nova::Server"}]} 2018-10-22 15:07:02,741 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources used request id req-57425836-2ad8-400d-9e76-3f1c5943220e 2018-10-22 15:07:02,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5c0012c5-6806-4b45-bc65-3cca696523ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:03,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07: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-0c0b70fc-63e8-4845-b698-674db2539746 x-compute-request-id: req-0c0b70fc-63e8-4845-b698-674db2539746 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:37:48", "version": 4, "addr": "10.1.2.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5c0012c5-6806-4b45-bc65-3cca696523ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5c0012c5-6806-4b45-bc65-3cca696523ac", "rel": "bookmark"}], "image": {"id": "99d39301-0a0c-4ee0-8ed2-46f8764dbc81", "links": [{"href": "http://172.30.9.22:8774/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001a", "OS-SRV-USG:launched_at": "2018-10-22T15:06:57.000000", "flavor": {"id": "d9995a98-4978-4d48-808e-541c776f9a80", "links": [{"href": "http://172.30.9.22:8774/flavors/d9995a98-4978-4d48-808e-541c776f9a80", "rel": "bookmark"}]}, "id": "5c0012c5-6806-4b45-bc65-3cca696523ac", "security_groups": [{"name": "default"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:06:58Z", "hostId": "e7dd097930e062f543e7cbff85d017fac487a9a5745ef7f5768b67e3", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst2", "created": "2018-10-22T15:06:51Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:07:03,508 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5c0012c5-6806-4b45-bc65-3cca696523ac used request id req-0c0b70fc-63e8-4845-b698-674db2539746 2018-10-22 15:07:03,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:03,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-68d1863c-c302-4f62-95fa-1d2f334b250b Date: Mon, 22 Oct 2018 15:07:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c0e02d61-7df1-4dbe-b4c9-4c1061d648db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e"],"description":"","tags":[],"updated_at":"2018-10-22T15:06:47Z","provider:segmentation_id":74,"name":"HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:06:46Z","provider:network_type":"vxlan"}]} 2018-10-22 15:07:03,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net used request id req-68d1863c-c302-4f62-95fa-1d2f334b250b 2018-10-22 15:07:03,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 15:07:03,607 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:07: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:07:03,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:03,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-833464a0-f8f6-40f4-9747-9bcab820b62e 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:07:03,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-833464a0-f8f6-40f4-9747-9bcab820b62e 2018-10-22 15:07:03,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c0e02d61-7df1-4dbe-b4c9-4c1061d648db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:03,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8bc2addd-a451-4736-a18e-311bbd83834a Date: Mon, 22 Oct 2018 15:07:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c0e02d61-7df1-4dbe-b4c9-4c1061d648db","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:06:47Z","dns_nameservers":[],"updated_at":"2018-10-22T15:06:47Z","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":"8e9a3444377442da8b38ad768127d234","id":"d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet"}]} 2018-10-22 15:07:03,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c0e02d61-7df1-4dbe-b4c9-4c1061d648db used request id req-8bc2addd-a451-4736-a18e-311bbd83834a 2018-10-22 15:07:03,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=c0e02d61-7df1-4dbe-b4c9-4c1061d648db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:03,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5217 X-Openstack-Request-Id: req-8605095e-0560-45d0-84df-7e58e1fc23e3 Date: Mon, 22 Oct 2018 15:07:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:06:55Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e","ip_address":"10.1.2.6"}],"id":"137b019d-9619-4d2e-b29b-8802ec3e85d3","security_groups":["4b4e2ca1-dfac-4a0b-bd0f-8166ba597d03"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8d:5e:00","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"5fc70e44-91db-4efa-bc51-c509bdc81a8e","name":"HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack-port1-te7tf7gyui7s","admin_state_up":true,"network_id":"c0e02d61-7df1-4dbe-b4c9-4c1061d648db","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:06:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:06:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e","ip_address":"10.1.2.3"}],"id":"497022ac-83de-400d-9e54-4095cde75878","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:1f:66","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c0e02d61-7df1-4dbe-b4c9-4c1061d648db","name":"","admin_state_up":true,"network_id":"c0e02d61-7df1-4dbe-b4c9-4c1061d648db","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:06:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:06:55Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e","ip_address":"10.1.2.15"}],"id":"59d88f09-100d-414f-890f-f475e3b18a50","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:37:48","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"5c0012c5-6806-4b45-bc65-3cca696523ac","name":"","admin_state_up":true,"network_id":"c0e02d61-7df1-4dbe-b4c9-4c1061d648db","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:06:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:06:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e","ip_address":"10.1.2.2"}],"id":"678c1306-20e7-40fc-afea-063f946220a5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:71:d3","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c0e02d61-7df1-4dbe-b4c9-4c1061d648db","name":"","admin_state_up":true,"network_id":"c0e02d61-7df1-4dbe-b4c9-4c1061d648db","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:06:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:06:52Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e","ip_address":"10.1.2.1"}],"id":"72b449a4-445c-4fe2-b131-7069086cf9c0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4c:0d:20","project_id":"8e9a3444377442da8b38ad768127d234","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"87c358a2-4af1-4b2b-9596-f6203b17f1ae","name":"","admin_state_up":true,"network_id":"c0e02d61-7df1-4dbe-b4c9-4c1061d648db","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:06:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:06:50Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e","ip_address":"10.1.2.4"}],"id":"87bb3957-e179-4a9c-97f0-50a84d77b5a8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:63:be","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c0e02d61-7df1-4dbe-b4c9-4c1061d648db","name":"","admin_state_up":true,"network_id":"c0e02d61-7df1-4dbe-b4c9-4c1061d648db","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:06:49Z","binding:vnic_type":"normal"}]} 2018-10-22 15:07:03,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=c0e02d61-7df1-4dbe-b4c9-4c1061d648db used request id req-8605095e-0560-45d0-84df-7e58e1fc23e3 2018-10-22 15:07:03,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5fc70e44-91db-4efa-bc51-c509bdc81a8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:04,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1af02fd0-7edf-48c8-8dea-18d456d612e9 x-compute-request-id: req-1af02fd0-7edf-48c8-8dea-18d456d612e9 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:5e:00", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:5e:00", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5fc70e44-91db-4efa-bc51-c509bdc81a8e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5fc70e44-91db-4efa-bc51-c509bdc81a8e", "rel": "bookmark"}], "image": {"id": "bb307af9-cd4f-47fe-8b9f-cf59736000e2", "links": [{"href": "http://172.30.9.22:8774/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001d", "OS-SRV-USG:launched_at": "2018-10-22T15:06:58.000000", "flavor": {"id": "0387082e-096b-4cae-ab5e-dfcfd7a32bad", "links": [{"href": "http://172.30.9.22:8774/flavors/0387082e-096b-4cae-ab5e-dfcfd7a32bad", "rel": "bookmark"}]}, "id": "5fc70e44-91db-4efa-bc51-c509bdc81a8e", "security_groups": [{"name": "security_group_name"}], "user_id": "a953f4951fb74edeb959c88ea2c28c26", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:06:58Z", "hostId": "ea778436e0054f85681fdad00cc7f84e540e97fe61c9d2e4ff7bc50d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst1", "created": "2018-10-22T15:06:53Z", "tenant_id": "8e9a3444377442da8b38ad768127d234", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:07:04,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5fc70e44-91db-4efa-bc51-c509bdc81a8e used request id req-1af02fd0-7edf-48c8-8dea-18d456d612e9 2018-10-22 15:07:04,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:04,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-bb6bc00d-a304-4b71-bfd7-7ace35b66b4b Date: Mon, 22 Oct 2018 15:07:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c0e02d61-7df1-4dbe-b4c9-4c1061d648db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","subnets":["d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e"],"description":"","tags":[],"updated_at":"2018-10-22T15:06:47Z","provider:segmentation_id":74,"name":"HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net","admin_state_up":true,"tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:06:46Z","provider:network_type":"vxlan"}]} 2018-10-22 15:07:04,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net used request id req-bb6bc00d-a304-4b71-bfd7-7ace35b66b4b 2018-10-22 15:07:04,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:04,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7fa19ad-02fb-4e49-b6aa-7a0931a2e7cd 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:07:04,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-e7fa19ad-02fb-4e49-b6aa-7a0931a2e7cd 2018-10-22 15:07:04,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c0e02d61-7df1-4dbe-b4c9-4c1061d648db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:04,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cc0e711b-74ea-4a63-b2e6-385f2fc507e4 Date: Mon, 22 Oct 2018 15:07:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c0e02d61-7df1-4dbe-b4c9-4c1061d648db","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:06:47Z","dns_nameservers":[],"updated_at":"2018-10-22T15:06:47Z","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":"8e9a3444377442da8b38ad768127d234","id":"d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet"}]} 2018-10-22 15:07:04,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c0e02d61-7df1-4dbe-b4c9-4c1061d648db used request id req-cc0e711b-74ea-4a63-b2e6-385f2fc507e4 2018-10-22 15:07:04,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=c0e02d61-7df1-4dbe-b4c9-4c1061d648db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:04,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5217 X-Openstack-Request-Id: req-72ee1027-268b-4cb1-9a54-a37cf5c4d350 Date: Mon, 22 Oct 2018 15:07:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:06:55Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e","ip_address":"10.1.2.6"}],"id":"137b019d-9619-4d2e-b29b-8802ec3e85d3","security_groups":["4b4e2ca1-dfac-4a0b-bd0f-8166ba597d03"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8d:5e:00","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"5fc70e44-91db-4efa-bc51-c509bdc81a8e","name":"HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack-port1-te7tf7gyui7s","admin_state_up":true,"network_id":"c0e02d61-7df1-4dbe-b4c9-4c1061d648db","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:06:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:06:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e","ip_address":"10.1.2.3"}],"id":"497022ac-83de-400d-9e54-4095cde75878","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:1f:66","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c0e02d61-7df1-4dbe-b4c9-4c1061d648db","name":"","admin_state_up":true,"network_id":"c0e02d61-7df1-4dbe-b4c9-4c1061d648db","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:06:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:06:55Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e","ip_address":"10.1.2.15"}],"id":"59d88f09-100d-414f-890f-f475e3b18a50","security_groups":["85905045-bb0e-4db0-8df6-7bf07d91b089"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:37:48","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"5c0012c5-6806-4b45-bc65-3cca696523ac","name":"","admin_state_up":true,"network_id":"c0e02d61-7df1-4dbe-b4c9-4c1061d648db","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:06:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:06:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e","ip_address":"10.1.2.2"}],"id":"678c1306-20e7-40fc-afea-063f946220a5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:71:d3","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c0e02d61-7df1-4dbe-b4c9-4c1061d648db","name":"","admin_state_up":true,"network_id":"c0e02d61-7df1-4dbe-b4c9-4c1061d648db","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:06:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:06:52Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e","ip_address":"10.1.2.1"}],"id":"72b449a4-445c-4fe2-b131-7069086cf9c0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4c:0d:20","project_id":"8e9a3444377442da8b38ad768127d234","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"87c358a2-4af1-4b2b-9596-f6203b17f1ae","name":"","admin_state_up":true,"network_id":"c0e02d61-7df1-4dbe-b4c9-4c1061d648db","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:06:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:06:50Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e","ip_address":"10.1.2.4"}],"id":"87bb3957-e179-4a9c-97f0-50a84d77b5a8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:63:be","project_id":"8e9a3444377442da8b38ad768127d234","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c0e02d61-7df1-4dbe-b4c9-4c1061d648db","name":"","admin_state_up":true,"network_id":"c0e02d61-7df1-4dbe-b4c9-4c1061d648db","tenant_id":"8e9a3444377442da8b38ad768127d234","created_at":"2018-10-22T15:06:49Z","binding:vnic_type":"normal"}]} 2018-10-22 15:07:04,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=c0e02d61-7df1-4dbe-b4c9-4c1061d648db used request id req-72ee1027-268b-4cb1-9a54-a37cf5c4d350 2018-10-22 15:07:04,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:04,943 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:04 GMT Server: Apache x-openstack-request-id: req-fc0b3e78-2f94-4a33-b044-e47af9400ec4 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:05,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:04 GMT Server: Apache x-openstack-request-id: req-9a4a412e-d3e1-47e9-b625-8d4fb350e4f0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1036 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "subnet", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "0387082e-096b-4cae-ab5e-dfcfd7a32bad", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/network", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "c0e02d61-7df1-4dbe-b4c9-4c1061d648db", "resource_type": "OS::Neutron::Net"}, {"resource_name": "flavor2", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "d9995a98-4978-4d48-808e-541c776f9a80", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "4b4e2ca1-dfac-4a0b-bd0f-8166ba597d03", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c0012927-708b-4501-ad39-ae5ba2cd28f3", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "87c358a2-4af1-4b2b-9596-f6203b17f1ae:subnet_id=d82d70fb-4ebb-4cca-81ea-5aa878d9ca5e", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "87c358a2-4af1-4b2b-9596-f6203b17f1ae", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/port1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "137b019d-9619-4d2e-b29b-8802ec3e85d3", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "5c0012c5-6806-4b45-bc65-3cca696523ac", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-22T15:06:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:06:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "5fc70e44-91db-4efa-bc51-c509bdc81a8e", "resource_type": "OS::Nova::Server"}]} 2018-10-22 15:07:05,020 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b/resources used request id req-9a4a412e-d3e1-47e9-b625-8d4fb350e4f0 2018-10-22 15:07:05,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:05,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-2a42a1df-9047-46dc-92c5-f09332d01ccc Date: Mon, 22 Oct 2018 15:07:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:06:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:06:37Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81/snap", "metadata": {}}], "self": "/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81", "min_disk": 0, "protected": false, "id": "99d39301-0a0c-4ee0-8ed2-46f8764dbc81", "file": "/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:07:05,041 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81 used request id req-2a42a1df-9047-46dc-92c5-f09332d01ccc 2018-10-22 15:07:05,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:05,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ae256b05-fba5-45e1-b229-a7aba6b9dfd8 Date: Mon, 22 Oct 2018 15:07:05 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-10-22 15:07:05,051 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-ae256b05-fba5-45e1-b229-a7aba6b9dfd8 2018-10-22 15:07:05,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:05,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-2c2a7adb-df34-4e3a-a14c-b792943a3e6d Date: Mon, 22 Oct 2018 15:07:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:06:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:06:37Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81/snap", "metadata": {}}], "self": "/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81", "min_disk": 0, "protected": false, "id": "99d39301-0a0c-4ee0-8ed2-46f8764dbc81", "file": "/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:07:05,271 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81 used request id req-2c2a7adb-df34-4e3a-a14c-b792943a3e6d 2018-10-22 15:07:05,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:05,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-353bc2f7-f102-47f8-a5e6-7c0e4c379464 Date: Mon, 22 Oct 2018 15:07:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:06:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:06:33Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2/snap", "metadata": {}}], "self": "/v2/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2", "min_disk": 0, "protected": false, "id": "bb307af9-cd4f-47fe-8b9f-cf59736000e2", "file": "/v2/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e9a3444377442da8b38ad768127d234", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:07:05,291 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2 used request id req-353bc2f7-f102-47f8-a5e6-7c0e4c379464 2018-10-22 15:07:05,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:05,320 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:05 GMT Server: Apache x-openstack-request-id: req-d02e891d-ee08-467c-ae21-47f0cfd4bba9 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:05,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:05 GMT Server: Apache x-openstack-request-id: req-27bd9ff9-36a5-4ee7-83e7-f9dcd533b428 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 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-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor2", "OS::project_id": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet", "net_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "stack_user_project_id": "3b4987fd4e9341999549da2a67fca89f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-22T15:06:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAkl9f2Lkio2QTauqzSUtzwhlZ17mEtYGFokfFFMBBO6HeTeQL\nwHF+BU58GcLKbVs5SgUBv7fjubKNGICnh4wMn9ogOqEAk+c+ukH16MH8aRJiC6LW\nBfx+4pm7CiK2ZzwAZT132xuAkKKDzVHpVnWyvv6vd/roJHwermmw4hvuwTPmxUKl\nD+U4zg7fbxx1jaLQPW+m9kj/IHLpTM/8qmqThGp8LYn5BIcni44trcQJosw9BBZq\nj0WORjINrkV8I4yta2uRMl6UK/55bBdsk6gfaKNesAzBrABrnc0OFpb6f2babD93\nhW04t5YjiaykCx6ujhcZ+vCGiATF8V2hgv9h3wIDAQABAoIBAFfT2pMUI3Ce7/fL\ndGCaYY8p3vrOWo7+dMz2+46D/aBmdBmQqGyErPVKLrTWaNhNUIbVkkMTeBVIydjV\n+bAfnMOeApCrYslcjAr+4SsUmvwBB8urnXhiFVCqpcxjH8e5/RLCW1Shn/cpTKS6\nbaRvYx2vfGIlr32U7GQDDxvdXtmV/qguDlgKcCIZJ7Qo423FQRb3a3q7K92L198/\nYIVGKIsjlqRpeiHUdxvAsDXfOPLaVsDmYD2VAq6d0TyDNwmS4qD63gV90rz06FbM\nhYJjAzkiVBvLBv4qbHtv/YU7PEEYXpBjTiSexy5X9Om7G6+vfRJzEDiATkqIOS6I\nIfPsSSECgYEAwkmX8V2KxZ3aLOYktZTovL2kFuluWX5J+9rNLpKIP4rovZ2ORNMh\nA0PpoYyZ0oyvNPlPPP8j7P1QpW/0E0LKN4fyWVG2d4QD4jXJtAkIGK6LJNr3NJ6A\nyjEqvqK2573v/gD517TBRSPj4bd4vn25eiJoX9kpeO9Jhgcf/vz53e0CgYEAwN2Z\nURhmOAw8chPImA+V6fa+MC7EXadr/13ptDSJalWpavlJ3BCY/evg/JR5W9C/TX72\nJZhTaruwHUJF7c6zici4eeMHAB/KpHfrQuZIZBRkOpLesURHFI+7pCCEHbdopTWK\nA9yQ5aoLWFW0eS5uuwJZewN9UMLzu4JiZnmIpXsCgYAA/v+YbTJY8QY9VLC7fZfz\n38UHmQrHyq32bJjAtF+ec8fdsQEZuTtiGOcJvP7M5YvAacbOOUCl5maTco99ycnf\nnwLPEmwtELA0aLIwChvQhJSSC81Yp7dhUf82Gv91ELQ6SSb+xB55jEWO0rH7yAk7\nZxHB7AsaY5+s4Dx5wjJFwQKBgCIYivw9NgT+lMkOGk5XowcjqefWvLxZ1svkjGZh\nS1HTJwpUW+xdus5ZHwNINFQ5CTjoExf+X/DkkXP6vWYXPsJDC+nwatJozGhbEupW\nz8FxoW6BfIEWMwK9jkyruu+N9yAN4QJhwfP4Jd1N+YPa45SIC82lhkf6zx/9Iuw+\n3Bt1AoGADiIwGQWBVWbAmHXjHNdvhcADCfOOAH58tAnZhcAkroES+kZrSSsMQW9I\n0xfrU7IHp4bOKwafU9pw7C+eIHbA9I+sDeUN/17JAF84b/px58MTAtGOxfv3C0Dy\nvc7708l1iDGlYza6OqWTHYfPX9bMMGNd4zqB6EPaPeClzHZ5zZ8=\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-10-22 15:07:05,494 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b used request id req-27bd9ff9-36a5-4ee7-83e7-f9dcd533b428 2018-10-22 15:07:05,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:05,662 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:05 GMT Server: Apache x-openstack-request-id: req-d08979bd-af2a-40d0-9228-0e2f4683a338 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:05,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:05 GMT Server: Apache x-openstack-request-id: req-1299a98e-8d4f-4180-8d64-ab101579371e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 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-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor2", "OS::project_id": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet", "net_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "stack_user_project_id": "3b4987fd4e9341999549da2a67fca89f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-22T15:06:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAkl9f2Lkio2QTauqzSUtzwhlZ17mEtYGFokfFFMBBO6HeTeQL\nwHF+BU58GcLKbVs5SgUBv7fjubKNGICnh4wMn9ogOqEAk+c+ukH16MH8aRJiC6LW\nBfx+4pm7CiK2ZzwAZT132xuAkKKDzVHpVnWyvv6vd/roJHwermmw4hvuwTPmxUKl\nD+U4zg7fbxx1jaLQPW+m9kj/IHLpTM/8qmqThGp8LYn5BIcni44trcQJosw9BBZq\nj0WORjINrkV8I4yta2uRMl6UK/55bBdsk6gfaKNesAzBrABrnc0OFpb6f2babD93\nhW04t5YjiaykCx6ujhcZ+vCGiATF8V2hgv9h3wIDAQABAoIBAFfT2pMUI3Ce7/fL\ndGCaYY8p3vrOWo7+dMz2+46D/aBmdBmQqGyErPVKLrTWaNhNUIbVkkMTeBVIydjV\n+bAfnMOeApCrYslcjAr+4SsUmvwBB8urnXhiFVCqpcxjH8e5/RLCW1Shn/cpTKS6\nbaRvYx2vfGIlr32U7GQDDxvdXtmV/qguDlgKcCIZJ7Qo423FQRb3a3q7K92L198/\nYIVGKIsjlqRpeiHUdxvAsDXfOPLaVsDmYD2VAq6d0TyDNwmS4qD63gV90rz06FbM\nhYJjAzkiVBvLBv4qbHtv/YU7PEEYXpBjTiSexy5X9Om7G6+vfRJzEDiATkqIOS6I\nIfPsSSECgYEAwkmX8V2KxZ3aLOYktZTovL2kFuluWX5J+9rNLpKIP4rovZ2ORNMh\nA0PpoYyZ0oyvNPlPPP8j7P1QpW/0E0LKN4fyWVG2d4QD4jXJtAkIGK6LJNr3NJ6A\nyjEqvqK2573v/gD517TBRSPj4bd4vn25eiJoX9kpeO9Jhgcf/vz53e0CgYEAwN2Z\nURhmOAw8chPImA+V6fa+MC7EXadr/13ptDSJalWpavlJ3BCY/evg/JR5W9C/TX72\nJZhTaruwHUJF7c6zici4eeMHAB/KpHfrQuZIZBRkOpLesURHFI+7pCCEHbdopTWK\nA9yQ5aoLWFW0eS5uuwJZewN9UMLzu4JiZnmIpXsCgYAA/v+YbTJY8QY9VLC7fZfz\n38UHmQrHyq32bJjAtF+ec8fdsQEZuTtiGOcJvP7M5YvAacbOOUCl5maTco99ycnf\nnwLPEmwtELA0aLIwChvQhJSSC81Yp7dhUf82Gv91ELQ6SSb+xB55jEWO0rH7yAk7\nZxHB7AsaY5+s4Dx5wjJFwQKBgCIYivw9NgT+lMkOGk5XowcjqefWvLxZ1svkjGZh\nS1HTJwpUW+xdus5ZHwNINFQ5CTjoExf+X/DkkXP6vWYXPsJDC+nwatJozGhbEupW\nz8FxoW6BfIEWMwK9jkyruu+N9yAN4QJhwfP4Jd1N+YPa45SIC82lhkf6zx/9Iuw+\n3Bt1AoGADiIwGQWBVWbAmHXjHNdvhcADCfOOAH58tAnZhcAkroES+kZrSSsMQW9I\n0xfrU7IHp4bOKwafU9pw7C+eIHbA9I+sDeUN/17JAF84b/px58MTAtGOxfv3C0Dy\nvc7708l1iDGlYza6OqWTHYfPX9bMMGNd4zqB6EPaPeClzHZ5zZ8=\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-10-22 15:07:05,836 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b used request id req-1299a98e-8d4f-4180-8d64-ab101579371e 2018-10-22 15:07:05,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:05,866 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:05 GMT Server: Apache x-openstack-request-id: req-828a3df2-1600-4b87-880f-c223a6854773 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:05,989 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:07:05 GMT Server: Apache x-openstack-request-id: req-8241ece0-27da-4631-b563-f3e06fdf2742 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:07:05,989 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b used request id req-8241ece0-27da-4631-b563-f3e06fdf2742 2018-10-22 15:07:05,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:06,623 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:05 GMT Server: Apache x-openstack-request-id: req-c92c3509-7ad4-4303-bcc9-925845342107 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:06,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:06 GMT Server: Apache x-openstack-request-id: req-60cbea58-e134-4867-9046-dfc8117b38df Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 686 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-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor2", "OS::project_id": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet", "net_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "stack_user_project_id": "3b4987fd4e9341999549da2a67fca89f", "tags": null, "creation_time": "2018-10-22T15:06:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-22T15:07:05Z", "id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "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-10-22 15:07:06,649 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b used request id req-60cbea58-e134-4867-9046-dfc8117b38df 2018-10-22 15:07:09,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:09,682 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:09 GMT Server: Apache x-openstack-request-id: req-fa545a81-b46b-46cf-ad6d-b59a9e617e7e Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:09,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:09 GMT Server: Apache x-openstack-request-id: req-339d8b95-ec73-4ae2-b96a-137a574dafd5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 686 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-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor2", "OS::project_id": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet", "net_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "stack_user_project_id": "3b4987fd4e9341999549da2a67fca89f", "tags": null, "creation_time": "2018-10-22T15:06:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-22T15:07:05Z", "id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "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-10-22 15:07:09,856 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b used request id req-339d8b95-ec73-4ae2-b96a-137a574dafd5 2018-10-22 15:07:12,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:12,890 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:12 GMT Server: Apache x-openstack-request-id: req-9f1c8ed8-ddd9-49c7-9251-d7f58d184477 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:12,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:12 GMT Server: Apache x-openstack-request-id: req-e5a67489-15b7-4ec9-a1d7-5bbead914070 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 686 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-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor2", "OS::project_id": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet", "net_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "stack_user_project_id": "3b4987fd4e9341999549da2a67fca89f", "tags": null, "creation_time": "2018-10-22T15:06:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-22T15:07:05Z", "id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "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-10-22 15:07:12,915 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b used request id req-e5a67489-15b7-4ec9-a1d7-5bbead914070 2018-10-22 15:07:15,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:16,106 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:15 GMT Server: Apache x-openstack-request-id: req-d303d1ad-6143-486d-9611-8484d0293082 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:16,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:16 GMT Server: Apache x-openstack-request-id: req-4f083368-dc73-45be-a211-1efa154dcefa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 686 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-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor2", "OS::project_id": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet", "net_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "stack_user_project_id": "3b4987fd4e9341999549da2a67fca89f", "tags": null, "creation_time": "2018-10-22T15:06:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-22T15:07:05Z", "id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "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-10-22 15:07:16,132 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b used request id req-4f083368-dc73-45be-a211-1efa154dcefa 2018-10-22 15:07:19,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:19,332 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:19 GMT Server: Apache x-openstack-request-id: req-2327895b-2d58-414d-ba76-e2d91e50b674 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:19,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:19 GMT Server: Apache x-openstack-request-id: req-7c8b8365-2e2b-4e16-a0b0-faf214245176 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 686 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-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor2", "OS::project_id": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet", "net_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "stack_user_project_id": "3b4987fd4e9341999549da2a67fca89f", "tags": null, "creation_time": "2018-10-22T15:06:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-22T15:07:05Z", "id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "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-10-22 15:07:19,359 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b used request id req-7c8b8365-2e2b-4e16-a0b0-faf214245176 2018-10-22 15:07:22,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:22,392 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:22 GMT Server: Apache x-openstack-request-id: req-4cdd9443-5afe-4e1f-a41c-a5bb07c29f21 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:22,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:22 GMT Server: Apache x-openstack-request-id: req-7d47b13a-a4d7-4953-ba8d-834531366c48 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 686 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-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor2", "OS::project_id": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet", "net_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "stack_user_project_id": "3b4987fd4e9341999549da2a67fca89f", "tags": null, "creation_time": "2018-10-22T15:06:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-22T15:07:05Z", "id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "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-10-22 15:07:22,418 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b used request id req-7d47b13a-a4d7-4953-ba8d-834531366c48 2018-10-22 15:07:25,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/b92a86bc-24cb-4cb1-999b-f755b01c135b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31315eb58fb874245b128e4e6f63806381dc644f" 2018-10-22 15:07:25,450 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:25 GMT Server: Apache x-openstack-request-id: req-4727fc11-51f8-492e-bda6-6faaed5c0749 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:25,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:25 GMT Server: Apache x-openstack-request-id: req-e434970d-4143-4ee1-af26-ff31dc9aee5d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 692 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-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor2", "OS::project_id": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "OS::stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-subnet", "net_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1"}, "deletion_time": "2018-10-22T15:07:24Z", "stack_name": "HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack", "stack_user_project_id": "3b4987fd4e9341999549da2a67fca89f", "tags": null, "creation_time": "2018-10-22T15:06:41Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-22T15:07:05Z", "id": "b92a86bc-24cb-4cb1-999b-f755b01c135b", "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-10-22 15:07:25,711 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-stack/b92a86bc-24cb-4cb1-999b-f755b01c135b used request id req-e434970d-4143-4ee1-af26-ff31dc9aee5d 2018-10-22 15:07:25,712 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image1 2018-10-22 15:07:25,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}96c329834e47f7fdb63b4a2b37ff94a0187100e8" 2018-10-22 15:07:27,445 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f6fdab0a-0a54-4cc6-8380-ad089b439a6d Date: Mon, 22 Oct 2018 15:07:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:07:27,445 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/bb307af9-cd4f-47fe-8b9f-cf59736000e2 used request id req-f6fdab0a-0a54-4cc6-8380-ad089b439a6d 2018-10-22 15:07:27,446 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-cf40e36a-f9bb-4e81-bc27-e5c98934e4fd-image2 2018-10-22 15:07:27,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}991370d88be22de09057aa1a3e656ed6329ee3dc" 2018-10-22 15:07:28,604 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d40e5e03-e823-46b1-99e8-31445b043e23 Date: Mon, 22 Oct 2018 15:07:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:07:28,604 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/99d39301-0a0c-4ee0-8ed2-46f8764dbc81 used request id req-d40e5e03-e823-46b1-99e8-31445b043e23 2018-10-22 15:07:28,606 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-22 15:07:28,607 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:07:28,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:07:29,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:07:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["MGIhMWRjQiSjAYD-9XvxPw"], "issued_at": "2018-10-22T15:07:29.000000Z"}} 2018-10-22 15:07:29,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3440af4f7b432beef6256add91d57e33d229aa7f" -d '{"stack_name": "HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-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-10-22 15:07:30,924 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:07:29 GMT Server: Apache x-openstack-request-id: req-9af9a208-59bc-40dc-99f3-4443f7add50c Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack/eee17cdc-ad55-494c-ad41-671d42a2c68a Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "eee17cdc-ad55-494c-ad41-671d42a2c68a", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack/eee17cdc-ad55-494c-ad41-671d42a2c68a", "rel": "self"}]}} 2018-10-22 15:07:30,924 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks used request id req-9af9a208-59bc-40dc-99f3-4443f7add50c 2018-10-22 15:07:30,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/eee17cdc-ad55-494c-ad41-671d42a2c68a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3440af4f7b432beef6256add91d57e33d229aa7f" 2018-10-22 15:07:31,102 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:30 GMT Server: Apache x-openstack-request-id: req-d6263872-a880-4ff1-b07b-df020c921bcb Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack/eee17cdc-ad55-494c-ad41-671d42a2c68a Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack/eee17cdc-ad55-494c-ad41-671d42a2c68a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:31,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:31 GMT Server: Apache x-openstack-request-id: req-980cce7d-1873-4c69-9766-468a59f76543 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 506 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "eee17cdc-ad55-494c-ad41-671d42a2c68a", "OS::stack_name": "HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack", "stack_user_project_id": "fef4d83dcdac428585c4b56026d59e20", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:07:30Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack/eee17cdc-ad55-494c-ad41-671d42a2c68a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eee17cdc-ad55-494c-ad41-671d42a2c68a", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-22 15:07:31,303 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack/eee17cdc-ad55-494c-ad41-671d42a2c68a used request id req-980cce7d-1873-4c69-9766-468a59f76543 2018-10-22 15:07:31,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/eee17cdc-ad55-494c-ad41-671d42a2c68a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3440af4f7b432beef6256add91d57e33d229aa7f" 2018-10-22 15:07:31,476 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:31 GMT Server: Apache x-openstack-request-id: req-65abd268-2da0-46c9-81f1-95fe4e4ed3eb Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack/eee17cdc-ad55-494c-ad41-671d42a2c68a Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack/eee17cdc-ad55-494c-ad41-671d42a2c68a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:31,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:31 GMT Server: Apache x-openstack-request-id: req-ab572e99-4ff5-471f-9d7e-3468190d9027 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 513 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "eee17cdc-ad55-494c-ad41-671d42a2c68a", "OS::stack_name": "HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack", "stack_user_project_id": "fef4d83dcdac428585c4b56026d59e20", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-22T15:07:30Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack/eee17cdc-ad55-494c-ad41-671d42a2c68a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "eee17cdc-ad55-494c-ad41-671d42a2c68a", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-22 15:07:31,675 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack/eee17cdc-ad55-494c-ad41-671d42a2c68a used request id req-ab572e99-4ff5-471f-9d7e-3468190d9027 2018-10-22 15:07:31,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/eee17cdc-ad55-494c-ad41-671d42a2c68a/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3440af4f7b432beef6256add91d57e33d229aa7f" 2018-10-22 15:07:31,862 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:31 GMT Server: Apache x-openstack-request-id: req-14fda92d-238c-451b-bbf6-629714cac6ed Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack/eee17cdc-ad55-494c-ad41-671d42a2c68a/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack/eee17cdc-ad55-494c-ad41-671d42a2c68a/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:32,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:31 GMT Server: Apache x-openstack-request-id: req-20f7180a-657a-4855-80e6-4b586d703e33 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack/eee17cdc-ad55-494c-ad41-671d42a2c68a/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack/eee17cdc-ad55-494c-ad41-671d42a2c68a", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-10-22T15:07:30Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:07:30Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "10641d53-7b11-4262-8417-6e16ceb67f28", "resource_type": "OS::Nova::Flavor"}]} 2018-10-22 15:07:32,048 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack/eee17cdc-ad55-494c-ad41-671d42a2c68a/resources used request id req-20f7180a-657a-4855-80e6-4b586d703e33 2018-10-22 15:07:32,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/10641d53-7b11-4262-8417-6e16ceb67f28 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3440af4f7b432beef6256add91d57e33d229aa7f" 2018-10-22 15:07:32,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-ffd0b158-097c-44f8-9f91-553aed46f29b x-compute-request-id: req-ffd0b158-097c-44f8-9f91-553aed46f29b Content-Encoding: gzip Content-Length: 332 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/10641d53-7b11-4262-8417-6e16ceb67f28", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/10641d53-7b11-4262-8417-6e16ceb67f28", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "10641d53-7b11-4262-8417-6e16ceb67f28", "name": "HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack-flavor-tavmya5kdzjo", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:07:32,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/10641d53-7b11-4262-8417-6e16ceb67f28 used request id req-ffd0b158-097c-44f8-9f91-553aed46f29b 2018-10-22 15:07:32,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/eee17cdc-ad55-494c-ad41-671d42a2c68a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3440af4f7b432beef6256add91d57e33d229aa7f" 2018-10-22 15:07:32,249 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:32 GMT Server: Apache x-openstack-request-id: req-12f56c6a-a4ee-47a3-9896-fb5c6fe08e3e Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack/eee17cdc-ad55-494c-ad41-671d42a2c68a Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack/eee17cdc-ad55-494c-ad41-671d42a2c68a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:32,290 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:07:32 GMT Server: Apache x-openstack-request-id: req-81e75bee-1e6d-4627-a600-9b0a035c6aee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:07:32,291 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsFlavorTests-17eaf5e9-242c-47e0-9d26-dd81ba761b87-stack/eee17cdc-ad55-494c-ad41-671d42a2c68a used request id req-81e75bee-1e6d-4627-a600-9b0a035c6aee 2018-10-22 15:07:32,292 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-22 15:07:32,292 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:07:32,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:07:32,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:07:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["OJ8ZYilbRqG-PWXQ1znsyw"], "issued_at": "2018-10-22T15:07:32.000000Z"}} 2018-10-22 15:07:32,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433182ca6a71b5c92933eda5d497a36f7efd6aaa" -d '{"stack_name": "HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-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-14aa5223-5a3f-410a-8c92-b83bf75d32e1-kp"}}' 2018-10-22 15:07:34,129 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:07:32 GMT Server: Apache x-openstack-request-id: req-e0d42c17-fe79-4d0f-a639-50f89b3a3bd4 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "60c4cd93-eca9-4793-a768-a0a2f1c78e01", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01", "rel": "self"}]}} 2018-10-22 15:07:34,129 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks used request id req-e0d42c17-fe79-4d0f-a639-50f89b3a3bd4 2018-10-22 15:07:34,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/60c4cd93-eca9-4793-a768-a0a2f1c78e01 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433182ca6a71b5c92933eda5d497a36f7efd6aaa" 2018-10-22 15:07:34,414 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:34 GMT Server: Apache x-openstack-request-id: req-2bcfea32-fbf6-4ea4-b67b-5373d7c0404a Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:34,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:34 GMT Server: Apache x-openstack-request-id: req-bffed7c2-8d98-4904-95dd-612299bc49c7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1899 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "60c4cd93-eca9-4793-a768-a0a2f1c78e01", "OS::stack_name": "HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack", "keypair_name": "HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack", "stack_user_project_id": "b440104e71134496ad58fd72c98bf740", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:07:33Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "60c4cd93-eca9-4793-a768-a0a2f1c78e01", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAu6riPJhjR+9RYbjNBpu19xwF5jKu4myayuj3Vs5f6Qk2TZS1\nDpHaKfyeE11B22V2Njyur9hg4Z6+fCXbrP+HyhxPtHJ3rkQMNsseI2/YuN6SlhOf\nMAIncnbwH0PYHCDEWbxbVXqwq9DwKJrbfWVHlaYswu9AI4DkOnJHIbnJBKqbJ3fZ\nNMmdcIsB+GmY07dGIYwKwFish1NivoXJDN4RAIJ7007EyRjjlyB+FjSiSsTggK26\n7m77+kZnXasVoZKLhjh/52aUDvJP7aflpt30t+BNQqxiEvSTeIwLjknZcxAfCJcO\ns02h2e9PTEOocZV8CilHp5CrXfl/m6ss6vYoiQIDAQABAoIBAF9nhy3w9n/qbP/1\n990FKeOfDmyxlXCsb6D6AEvUDLQmp8GW+NiYU0WHFEGZ5lIH6am2/cONh+sLTaFF\nicEQAtM/w1Fj4+3m0CLG7eJsCMwq8nBzNzkrzywExRvP3Lyn98n61J/HCKvAQ2cR\nGsZLx7GPUjAjewLRkrUXxYuirEu/I0eQaMVJLsST6p2yuafBP/6oP99DfubMbROg\nCAhz5WFOqQXkFUZmZUMsTDQ8iV2cN1Bh5/xkmUOFVYmcN1hi4DBZ3GSj/BaF5aCx\n4o5vQAFYqByUUZs8B9v8JwDMCrtCtbLfp1UCNV/3VDEzUxqwvLGkIlhhTPkSXXZT\nUFgfT1ECgYEA9re8sjdDzpL7jdeIZNaZYg1LMTfj+B8dDJYIxX0DMOKTTnUZyPs3\nyODZprDdgfX3zs+KihkSNfsFNOtRmbSaCxJB9//YyvTrMe6YzUcVNXFP8rPJMNpm\nq+VhK70TATMr2P/TUSESyv+a3xXoVlfmtHNLylC0Nuvx+B9N1I5TyI0CgYEAwrpn\nfyAdiAHz/oQY+BkIWPsKf5cyvQK4+hVNF8gpgywsB7SkDRi+qR5ZWUNDzAgS/fCo\nTyTDDf44b+bgMEJODlriAHdz1u21POFpO0V4ALa0DoKXE1GyyTNpjQRzASnOHyB5\nWD98pdQ/H1I+rFyEcGv5yf0UPnTYxPlCHc7m9u0CgYBS0A2ojGBYQIHrdIM1xcqq\nXOf2V1pP+LGZfernzzR4/jSPy0KicaCh7sdf6lIPw24wnv1TqWKxd9ahkrNLMpHa\nUYCPK/Oq/FbN5daoYMm/rI83Wh2YJlb8L/xT4B028+Qt7IET5FQYi3+Cjin0gYDQ\n5Tp1aG11WfFYZbmMNVHuKQKBgB50nP9K/JNrCshBzM3wzFduXAP8l9jr9hZXAom3\nqpZzcCd8XzQVLKyyrHLDjHT6xk2lOA24yDEGE7mcuG+TzzV7jWFZTWrOHsx4zMaS\nZORnrt2eGxbQbk/9lIKTsZD7AtvnblMZCtu8yGqTqG24wpX6rUSkKmhiSgz0lxym\nYYU5AoGBAIjksOgNlwYZnfZA42dFgrWM/pP8jzxd5w4WZNoQJsDDm/W315xG1P3C\nSDjkXYsKi/6sH9JEW2Myrd9pFmWp/P+/w5noWRvGZdwlyGar/jXxo7nTlw3LuXUn\nYUTPg427xIykprAEUeD2P06uqe7BCPMi9gdE45Iv2rY/H/mZLC/2\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-10-22 15:07:34,682 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01 used request id req-bffed7c2-8d98-4904-95dd-612299bc49c7 2018-10-22 15:07:34,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/60c4cd93-eca9-4793-a768-a0a2f1c78e01 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433182ca6a71b5c92933eda5d497a36f7efd6aaa" 2018-10-22 15:07:34,863 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:34 GMT Server: Apache x-openstack-request-id: req-a6c20d62-b15f-41dc-a18a-7f8f3d6573a2 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:35,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:34 GMT Server: Apache x-openstack-request-id: req-b9154142-9438-4ae3-b352-581366695b9d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1908 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "60c4cd93-eca9-4793-a768-a0a2f1c78e01", "OS::stack_name": "HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack", "keypair_name": "HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack", "stack_user_project_id": "b440104e71134496ad58fd72c98bf740", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-22T15:07:33Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "60c4cd93-eca9-4793-a768-a0a2f1c78e01", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAu6riPJhjR+9RYbjNBpu19xwF5jKu4myayuj3Vs5f6Qk2TZS1\nDpHaKfyeE11B22V2Njyur9hg4Z6+fCXbrP+HyhxPtHJ3rkQMNsseI2/YuN6SlhOf\nMAIncnbwH0PYHCDEWbxbVXqwq9DwKJrbfWVHlaYswu9AI4DkOnJHIbnJBKqbJ3fZ\nNMmdcIsB+GmY07dGIYwKwFish1NivoXJDN4RAIJ7007EyRjjlyB+FjSiSsTggK26\n7m77+kZnXasVoZKLhjh/52aUDvJP7aflpt30t+BNQqxiEvSTeIwLjknZcxAfCJcO\ns02h2e9PTEOocZV8CilHp5CrXfl/m6ss6vYoiQIDAQABAoIBAF9nhy3w9n/qbP/1\n990FKeOfDmyxlXCsb6D6AEvUDLQmp8GW+NiYU0WHFEGZ5lIH6am2/cONh+sLTaFF\nicEQAtM/w1Fj4+3m0CLG7eJsCMwq8nBzNzkrzywExRvP3Lyn98n61J/HCKvAQ2cR\nGsZLx7GPUjAjewLRkrUXxYuirEu/I0eQaMVJLsST6p2yuafBP/6oP99DfubMbROg\nCAhz5WFOqQXkFUZmZUMsTDQ8iV2cN1Bh5/xkmUOFVYmcN1hi4DBZ3GSj/BaF5aCx\n4o5vQAFYqByUUZs8B9v8JwDMCrtCtbLfp1UCNV/3VDEzUxqwvLGkIlhhTPkSXXZT\nUFgfT1ECgYEA9re8sjdDzpL7jdeIZNaZYg1LMTfj+B8dDJYIxX0DMOKTTnUZyPs3\nyODZprDdgfX3zs+KihkSNfsFNOtRmbSaCxJB9//YyvTrMe6YzUcVNXFP8rPJMNpm\nq+VhK70TATMr2P/TUSESyv+a3xXoVlfmtHNLylC0Nuvx+B9N1I5TyI0CgYEAwrpn\nfyAdiAHz/oQY+BkIWPsKf5cyvQK4+hVNF8gpgywsB7SkDRi+qR5ZWUNDzAgS/fCo\nTyTDDf44b+bgMEJODlriAHdz1u21POFpO0V4ALa0DoKXE1GyyTNpjQRzASnOHyB5\nWD98pdQ/H1I+rFyEcGv5yf0UPnTYxPlCHc7m9u0CgYBS0A2ojGBYQIHrdIM1xcqq\nXOf2V1pP+LGZfernzzR4/jSPy0KicaCh7sdf6lIPw24wnv1TqWKxd9ahkrNLMpHa\nUYCPK/Oq/FbN5daoYMm/rI83Wh2YJlb8L/xT4B028+Qt7IET5FQYi3+Cjin0gYDQ\n5Tp1aG11WfFYZbmMNVHuKQKBgB50nP9K/JNrCshBzM3wzFduXAP8l9jr9hZXAom3\nqpZzcCd8XzQVLKyyrHLDjHT6xk2lOA24yDEGE7mcuG+TzzV7jWFZTWrOHsx4zMaS\nZORnrt2eGxbQbk/9lIKTsZD7AtvnblMZCtu8yGqTqG24wpX6rUSkKmhiSgz0lxym\nYYU5AoGBAIjksOgNlwYZnfZA42dFgrWM/pP8jzxd5w4WZNoQJsDDm/W315xG1P3C\nSDjkXYsKi/6sH9JEW2Myrd9pFmWp/P+/w5noWRvGZdwlyGar/jXxo7nTlw3LuXUn\nYUTPg427xIykprAEUeD2P06uqe7BCPMi9gdE45Iv2rY/H/mZLC/2\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-10-22 15:07:35,158 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01 used request id req-b9154142-9438-4ae3-b352-581366695b9d 2018-10-22 15:07:35,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/60c4cd93-eca9-4793-a768-a0a2f1c78e01/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433182ca6a71b5c92933eda5d497a36f7efd6aaa" 2018-10-22 15:07:35,330 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:35 GMT Server: Apache x-openstack-request-id: req-471e8928-ee46-4a5d-90e4-7d2c4dbc150f Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:35,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:35 GMT Server: Apache x-openstack-request-id: req-3e0e9f56-a535-4795-9ec2-c9cd15ed60e8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-22T15:07:34Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:07:34Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-10-22 15:07:35,530 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01/resources used request id req-3e0e9f56-a535-4795-9ec2-c9cd15ed60e8 2018-10-22 15:07:35,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433182ca6a71b5c92933eda5d497a36f7efd6aaa" 2018-10-22 15:07:35,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-803be514-5230-4518-a008-e597a796e0b8 x-compute-request-id: req-803be514-5230-4518-a008-e597a796e0b8 Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7quI8mGNH71FhuM0Gm7X3HAXmMq7ibJrK6PdWzl/pCTZNlLUOkdop/J4TXUHbZXY2PK6v2GDhnr58Jdus/4fKHE+0cneuRAw2yx4jb9i43pKWE58wAidydvAfQ9gcIMRZvFtVerCr0PAomtt9ZUeVpizC70AjgOQ6ckchuckEqpsnd9k0yZ1wiwH4aZjTt0YhjArAWKyHU2K+hckM3hEAgnvTTsTJGOOXIH4WNKJKxOCArbrubvv6RmddqxWhkouGOH/nZpQO8k/tp+Wm3fS34E1CrGIS9JN4jAuOSdlzEB8Ilw6zTaHZ709MQ6hxlXwKKUenkKtd+X+bqyzq9iiJ Generated-by-Nova", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "name": "HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-kp", "deleted": false, "created_at": "2018-10-22T15:07:34.000000", "updated_at": null, "fingerprint": "04:84:5a:97:39:20:07:77:f2:09:2c:6b:8f:cb:e1:c0", "deleted_at": null, "id": 14}} 2018-10-22 15:07:35,551 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-kp used request id req-803be514-5230-4518-a008-e597a796e0b8 2018-10-22 15:07:35,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/60c4cd93-eca9-4793-a768-a0a2f1c78e01 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433182ca6a71b5c92933eda5d497a36f7efd6aaa" 2018-10-22 15:07:35,733 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:35 GMT Server: Apache x-openstack-request-id: req-26dda8b9-2f08-460c-a59a-8ba0a58d9596 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:35,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:35 GMT Server: Apache x-openstack-request-id: req-ff93352b-69aa-4034-92b4-630d750e93df Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1908 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "60c4cd93-eca9-4793-a768-a0a2f1c78e01", "OS::stack_name": "HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack", "keypair_name": "HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack", "stack_user_project_id": "b440104e71134496ad58fd72c98bf740", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-22T15:07:33Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "60c4cd93-eca9-4793-a768-a0a2f1c78e01", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAu6riPJhjR+9RYbjNBpu19xwF5jKu4myayuj3Vs5f6Qk2TZS1\nDpHaKfyeE11B22V2Njyur9hg4Z6+fCXbrP+HyhxPtHJ3rkQMNsseI2/YuN6SlhOf\nMAIncnbwH0PYHCDEWbxbVXqwq9DwKJrbfWVHlaYswu9AI4DkOnJHIbnJBKqbJ3fZ\nNMmdcIsB+GmY07dGIYwKwFish1NivoXJDN4RAIJ7007EyRjjlyB+FjSiSsTggK26\n7m77+kZnXasVoZKLhjh/52aUDvJP7aflpt30t+BNQqxiEvSTeIwLjknZcxAfCJcO\ns02h2e9PTEOocZV8CilHp5CrXfl/m6ss6vYoiQIDAQABAoIBAF9nhy3w9n/qbP/1\n990FKeOfDmyxlXCsb6D6AEvUDLQmp8GW+NiYU0WHFEGZ5lIH6am2/cONh+sLTaFF\nicEQAtM/w1Fj4+3m0CLG7eJsCMwq8nBzNzkrzywExRvP3Lyn98n61J/HCKvAQ2cR\nGsZLx7GPUjAjewLRkrUXxYuirEu/I0eQaMVJLsST6p2yuafBP/6oP99DfubMbROg\nCAhz5WFOqQXkFUZmZUMsTDQ8iV2cN1Bh5/xkmUOFVYmcN1hi4DBZ3GSj/BaF5aCx\n4o5vQAFYqByUUZs8B9v8JwDMCrtCtbLfp1UCNV/3VDEzUxqwvLGkIlhhTPkSXXZT\nUFgfT1ECgYEA9re8sjdDzpL7jdeIZNaZYg1LMTfj+B8dDJYIxX0DMOKTTnUZyPs3\nyODZprDdgfX3zs+KihkSNfsFNOtRmbSaCxJB9//YyvTrMe6YzUcVNXFP8rPJMNpm\nq+VhK70TATMr2P/TUSESyv+a3xXoVlfmtHNLylC0Nuvx+B9N1I5TyI0CgYEAwrpn\nfyAdiAHz/oQY+BkIWPsKf5cyvQK4+hVNF8gpgywsB7SkDRi+qR5ZWUNDzAgS/fCo\nTyTDDf44b+bgMEJODlriAHdz1u21POFpO0V4ALa0DoKXE1GyyTNpjQRzASnOHyB5\nWD98pdQ/H1I+rFyEcGv5yf0UPnTYxPlCHc7m9u0CgYBS0A2ojGBYQIHrdIM1xcqq\nXOf2V1pP+LGZfernzzR4/jSPy0KicaCh7sdf6lIPw24wnv1TqWKxd9ahkrNLMpHa\nUYCPK/Oq/FbN5daoYMm/rI83Wh2YJlb8L/xT4B028+Qt7IET5FQYi3+Cjin0gYDQ\n5Tp1aG11WfFYZbmMNVHuKQKBgB50nP9K/JNrCshBzM3wzFduXAP8l9jr9hZXAom3\nqpZzcCd8XzQVLKyyrHLDjHT6xk2lOA24yDEGE7mcuG+TzzV7jWFZTWrOHsx4zMaS\nZORnrt2eGxbQbk/9lIKTsZD7AtvnblMZCtu8yGqTqG24wpX6rUSkKmhiSgz0lxym\nYYU5AoGBAIjksOgNlwYZnfZA42dFgrWM/pP8jzxd5w4WZNoQJsDDm/W315xG1P3C\nSDjkXYsKi/6sH9JEW2Myrd9pFmWp/P+/w5noWRvGZdwlyGar/jXxo7nTlw3LuXUn\nYUTPg427xIykprAEUeD2P06uqe7BCPMi9gdE45Iv2rY/H/mZLC/2\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-10-22 15:07:35,997 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01 used request id req-ff93352b-69aa-4034-92b4-630d750e93df 2018-10-22 15:07:36,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433182ca6a71b5c92933eda5d497a36f7efd6aaa" 2018-10-22 15:07:36,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-653802df-a533-4ebd-997b-6b75e2ea3ecc x-compute-request-id: req-653802df-a533-4ebd-997b-6b75e2ea3ecc Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7quI8mGNH71FhuM0Gm7X3HAXmMq7ibJrK6PdWzl/pCTZNlLUOkdop/J4TXUHbZXY2PK6v2GDhnr58Jdus/4fKHE+0cneuRAw2yx4jb9i43pKWE58wAidydvAfQ9gcIMRZvFtVerCr0PAomtt9ZUeVpizC70AjgOQ6ckchuckEqpsnd9k0yZ1wiwH4aZjTt0YhjArAWKyHU2K+hckM3hEAgnvTTsTJGOOXIH4WNKJKxOCArbrubvv6RmddqxWhkouGOH/nZpQO8k/tp+Wm3fS34E1CrGIS9JN4jAuOSdlzEB8Ilw6zTaHZ709MQ6hxlXwKKUenkKtd+X+bqyzq9iiJ Generated-by-Nova", "user_id": "a953f4951fb74edeb959c88ea2c28c26", "name": "HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-kp", "deleted": false, "created_at": "2018-10-22T15:07:34.000000", "updated_at": null, "fingerprint": "04:84:5a:97:39:20:07:77:f2:09:2c:6b:8f:cb:e1:c0", "deleted_at": null, "id": 14}} 2018-10-22 15:07:36,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-kp used request id req-653802df-a533-4ebd-997b-6b75e2ea3ecc 2018-10-22 15:07:36,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/60c4cd93-eca9-4793-a768-a0a2f1c78e01 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433182ca6a71b5c92933eda5d497a36f7efd6aaa" 2018-10-22 15:07:36,046 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:36 GMT Server: Apache x-openstack-request-id: req-dcbc2edf-a638-4dab-a822-10bb48068699 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:36,245 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:07:36 GMT Server: Apache x-openstack-request-id: req-dc1487b8-276a-443b-b092-c9a7e51e3359 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:07:36,245 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsKeypairTests-14aa5223-5a3f-410a-8c92-b83bf75d32e1-stack/60c4cd93-eca9-4793-a768-a0a2f1c78e01 used request id req-dc1487b8-276a-443b-b092-c9a7e51e3359 2018-10-22 15:07:36,247 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-22 15:07:36,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:07:36,638 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:07:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["cuTwF-JGQWi9dU2newTMEg"], "issued_at": "2018-10-22T15:07:36.000000Z"}} 2018-10-22 15:07:36,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0afae9e73642193fe482f60f30f90e75ad6f07e" -d '{"stack_name": "HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-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-45e2467d-c921-48f6-b169-613f91076d9c-sec-grp"}}' 2018-10-22 15:07:38,221 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:07:36 GMT Server: Apache x-openstack-request-id: req-6383bc5d-49f2-41f7-8ce9-db71d1fd382a Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "91535b78-5a3b-4630-9ff3-9ca069dfd2d9", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9", "rel": "self"}]}} 2018-10-22 15:07:38,222 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks used request id req-6383bc5d-49f2-41f7-8ce9-db71d1fd382a 2018-10-22 15:07:38,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/91535b78-5a3b-4630-9ff3-9ca069dfd2d9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0afae9e73642193fe482f60f30f90e75ad6f07e" 2018-10-22 15:07:38,416 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:38 GMT Server: Apache x-openstack-request-id: req-8d21311b-bd01-49a2-aab4-86069091bbdc Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:38,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:38 GMT Server: Apache x-openstack-request-id: req-44268cc8-3d4b-4ec5-add6-0c076198fb05 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 521 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "91535b78-5a3b-4630-9ff3-9ca069dfd2d9", "OS::stack_name": "HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack", "security_group_name": "HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack", "stack_user_project_id": "02fef2e38f07463f90f5da4d43a3bfb0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:07:37Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "91535b78-5a3b-4630-9ff3-9ca069dfd2d9", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-22 15:07:38,635 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9 used request id req-44268cc8-3d4b-4ec5-add6-0c076198fb05 2018-10-22 15:07:38,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/91535b78-5a3b-4630-9ff3-9ca069dfd2d9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0afae9e73642193fe482f60f30f90e75ad6f07e" 2018-10-22 15:07:38,814 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:38 GMT Server: Apache x-openstack-request-id: req-61333ace-ada9-4879-8887-a0140e8974b8 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:39,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:38 GMT Server: Apache x-openstack-request-id: req-f161fabc-3d1f-4d61-a65d-f79e22339af2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 521 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "91535b78-5a3b-4630-9ff3-9ca069dfd2d9", "OS::stack_name": "HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack", "security_group_name": "HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack", "stack_user_project_id": "02fef2e38f07463f90f5da4d43a3bfb0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-22T15:07:37Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "91535b78-5a3b-4630-9ff3-9ca069dfd2d9", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-22 15:07:39,008 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9 used request id req-f161fabc-3d1f-4d61-a65d-f79e22339af2 2018-10-22 15:07:42,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/91535b78-5a3b-4630-9ff3-9ca069dfd2d9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0afae9e73642193fe482f60f30f90e75ad6f07e" 2018-10-22 15:07:42,183 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:42 GMT Server: Apache x-openstack-request-id: req-627ee4d3-79a4-45cd-9b5a-640e31d18ea2 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:42,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:42 GMT Server: Apache x-openstack-request-id: req-045f4376-0e3f-4849-8b03-886c67305c94 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 528 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": "8e9a3444377442da8b38ad768127d234", "OS::stack_id": "91535b78-5a3b-4630-9ff3-9ca069dfd2d9", "OS::stack_name": "HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack", "security_group_name": "HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack", "stack_user_project_id": "02fef2e38f07463f90f5da4d43a3bfb0", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-22T15:07:37Z", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "91535b78-5a3b-4630-9ff3-9ca069dfd2d9", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-22 15:07:42,225 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9 used request id req-045f4376-0e3f-4849-8b03-886c67305c94 2018-10-22 15:07:42,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/91535b78-5a3b-4630-9ff3-9ca069dfd2d9/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0afae9e73642193fe482f60f30f90e75ad6f07e" 2018-10-22 15:07:42,417 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:42 GMT Server: Apache x-openstack-request-id: req-2308d534-3c3a-4324-9fee-d8f332268705 Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:42,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:42 GMT Server: Apache x-openstack-request-id: req-3f766180-9c44-4b66-96de-3e77f3e61759 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 403 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-22T15:07:38Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-22T15:07:38Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "5290d09c-04bb-488f-90ae-688d17a42efa", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-10-22 15:07:42,620 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9/resources used request id req-3f766180-9c44-4b66-96de-3e77f3e61759 2018-10-22 15:07:42,621 - neutron_utils - INFO - Retrieving security group with ID - 5290d09c-04bb-488f-90ae-688d17a42efa 2018-10-22 15:07:42,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=5290d09c-04bb-488f-90ae-688d17a42efa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0afae9e73642193fe482f60f30f90e75ad6f07e" 2018-10-22 15:07:42,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-f40e5128-cce5-4a1e-bd7d-e8c1ce263877 Date: Mon, 22 Oct 2018 15:07:42 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T15:07:38Z", "updated_at": "2018-10-22T15:07:39Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:07:39Z", "revision_number": 0, "id": "278d4e1b-7cf9-4d41-a46f-a5ee827ee45a", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-22T15:07:39Z", "security_group_id": "5290d09c-04bb-488f-90ae-688d17a42efa", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T15:07:39Z", "revision_number": 0, "id": "4dc462d6-7b43-45c5-808a-358d899f73cc", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-22T15:07:39Z", "security_group_id": "5290d09c-04bb-488f-90ae-688d17a42efa", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 6, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "5290d09c-04bb-488f-90ae-688d17a42efa", "name": "HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-sec-grp"}]} 2018-10-22 15:07:42,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=5290d09c-04bb-488f-90ae-688d17a42efa used request id req-f40e5128-cce5-4a1e-bd7d-e8c1ce263877 2018-10-22 15:07:42,813 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5290d09c-04bb-488f-90ae-688d17a42efa 2018-10-22 15:07:42,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=5290d09c-04bb-488f-90ae-688d17a42efa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0afae9e73642193fe482f60f30f90e75ad6f07e" 2018-10-22 15:07:42,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-d8dc31ce-16ed-4748-a73e-63ef8f580a9f Date: Mon, 22 Oct 2018 15:07:42 GMT RESP BODY: {"security_group_rules": [{"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-10-22T15:07:39Z", "security_group_id": "5290d09c-04bb-488f-90ae-688d17a42efa", "port_range_min": null, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T15:07:39Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "278d4e1b-7cf9-4d41-a46f-a5ee827ee45a"}, {"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-10-22T15:07:39Z", "security_group_id": "5290d09c-04bb-488f-90ae-688d17a42efa", "port_range_min": 22, "revision_number": 0, "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T15:07:39Z", "project_id": "8e9a3444377442da8b38ad768127d234", "id": "4dc462d6-7b43-45c5-808a-358d899f73cc"}]} 2018-10-22 15:07:42,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=5290d09c-04bb-488f-90ae-688d17a42efa used request id req-d8dc31ce-16ed-4748-a73e-63ef8f580a9f 2018-10-22 15:07:42,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/91535b78-5a3b-4630-9ff3-9ca069dfd2d9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0afae9e73642193fe482f60f30f90e75ad6f07e" 2018-10-22 15:07:43,025 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 22 Oct 2018 15:07:43 GMT Server: Apache x-openstack-request-id: req-e5c2348b-bff7-48f2-927e-229db6fdf47d Location: http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-22 15:07:43,222 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:07:43 GMT Server: Apache x-openstack-request-id: req-7c8b6e4c-ba8f-4762-b301-7a4749454640 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:07:43,222 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234/stacks/HeatUtilsSecurityGroupTests-45e2467d-c921-48f6-b169-613f91076d9c-stack/91535b78-5a3b-4630-9ff3-9ca069dfd2d9 used request id req-7c8b6e4c-ba8f-4762-b301-7a4749454640 2018-10-22 15:07:43,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:07:43,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:07:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["rXWKULTrQT2uB2-LVjVtxw"], "issued_at": "2018-10-22T15:07:43.000000Z"}} 2018-10-22 15:07:43,630 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54771b8f7a3515762c4520698a2b552222be7863" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-19844bb4-85fc-4272-aa13-1103135d02f6"}}' 2018-10-22 15:07:44,365 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:43 GMT Server: Apache x-compute-request-id: req-121788e3-92a1-4c31-bbd2-6dbb677e8817 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-121788e3-92a1-4c31-bbd2-6dbb677e8817 Content-Encoding: gzip Content-Length: 242 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "20007bcd-511f-4c76-ad8b-b269c467a5b4", "name": "CinderUtilsQoSTests-19844bb4-85fc-4272-aa13-1103135d02f6"}, "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/20007bcd-511f-4c76-ad8b-b269c467a5b4", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/qos-specs/20007bcd-511f-4c76-ad8b-b269c467a5b4", "rel": "bookmark"}]} 2018-10-22 15:07:44,365 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs used request id req-121788e3-92a1-4c31-bbd2-6dbb677e8817 2018-10-22 15:07:44,369 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-121788e3-92a1-4c31-bbd2-6dbb677e8817" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54771b8f7a3515762c4520698a2b552222be7863" 2018-10-22 15:07:44,543 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:44 GMT Server: Apache x-compute-request-id: req-d2760f82-e6e8-448b-af01-d8d0cabafe5c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d2760f82-e6e8-448b-af01-d8d0cabafe5c Content-Encoding: gzip Content-Length: 156 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "20007bcd-511f-4c76-ad8b-b269c467a5b4", "name": "CinderUtilsQoSTests-19844bb4-85fc-4272-aa13-1103135d02f6"}]} 2018-10-22 15:07:44,544 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs used request id req-d2760f82-e6e8-448b-af01-d8d0cabafe5c 2018-10-22 15:07:44,544 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-19844bb4-85fc-4272-aa13-1103135d02f6 2018-10-22 15:07:44,547 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/20007bcd-511f-4c76-ad8b-b269c467a5b4?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-121788e3-92a1-4c31-bbd2-6dbb677e8817" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54771b8f7a3515762c4520698a2b552222be7863" 2018-10-22 15:07:44,752 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:07:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5842e028-5c32-4196-ba61-83492ea0102e 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-10-22 15:07:44,752 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/20007bcd-511f-4c76-ad8b-b269c467a5b4?force=False used request id req-5842e028-5c32-4196-ba61-83492ea0102e 2018-10-22 15:07:44,755 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-121788e3-92a1-4c31-bbd2-6dbb677e8817" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54771b8f7a3515762c4520698a2b552222be7863" 2018-10-22 15:07:44,937 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:44 GMT Server: Apache x-compute-request-id: req-9faa5938-2c82-43d7-a6a2-0ab87795aa23 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9faa5938-2c82-43d7-a6a2-0ab87795aa23 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-22 15:07:44,937 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs used request id req-9faa5938-2c82-43d7-a6a2-0ab87795aa23 2018-10-22 15:07:44,938 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-19844bb4-85fc-4272-aa13-1103135d02f6 2018-10-22 15:07:44,941 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/20007bcd-511f-4c76-ad8b-b269c467a5b4?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-121788e3-92a1-4c31-bbd2-6dbb677e8817" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54771b8f7a3515762c4520698a2b552222be7863" 2018-10-22 15:07:45,209 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15:07:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-837a2007-9588-4345-8ba2-0e33040b747f x-openstack-request-id: req-837a2007-9588-4345-8ba2-0e33040b747f Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 20007bcd-511f-4c76-ad8b-b269c467a5b4.", "code": 404}} 2018-10-22 15:07:45,210 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/20007bcd-511f-4c76-ad8b-b269c467a5b4?force=False used request id req-837a2007-9588-4345-8ba2-0e33040b747f 2018-10-22 15:07:45,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:07:45,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:07:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["m59lRxWxTo-eCKebfQPhog"], "issued_at": "2018-10-22T15:07:45.000000Z"}} 2018-10-22 15:07:45,599 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f052830f731e75e1da6c92b81008d11c2ce86ef8" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-fdca38bf-3d52-4a92-bacd-db3a2d42238e"}}' 2018-10-22 15:07:45,802 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:45 GMT Server: Apache x-compute-request-id: req-8e427ebd-6ed8-4148-ae1b-a0e6fe0b0c4d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8e427ebd-6ed8-4148-ae1b-a0e6fe0b0c4d Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "b9ce9481-16eb-4360-9930-4dae11106c23", "name": "CinderUtilsQoSTests-fdca38bf-3d52-4a92-bacd-db3a2d42238e"}, "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/b9ce9481-16eb-4360-9930-4dae11106c23", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/qos-specs/b9ce9481-16eb-4360-9930-4dae11106c23", "rel": "bookmark"}]} 2018-10-22 15:07:45,802 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs used request id req-8e427ebd-6ed8-4148-ae1b-a0e6fe0b0c4d 2018-10-22 15:07:45,805 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8e427ebd-6ed8-4148-ae1b-a0e6fe0b0c4d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f052830f731e75e1da6c92b81008d11c2ce86ef8" 2018-10-22 15:07:45,967 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:45 GMT Server: Apache x-compute-request-id: req-7f180043-7276-481a-9c14-7ac40a86d870 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7f180043-7276-481a-9c14-7ac40a86d870 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "b9ce9481-16eb-4360-9930-4dae11106c23", "name": "CinderUtilsQoSTests-fdca38bf-3d52-4a92-bacd-db3a2d42238e"}]} 2018-10-22 15:07:45,967 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs used request id req-7f180043-7276-481a-9c14-7ac40a86d870 2018-10-22 15:07:45,971 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/b9ce9481-16eb-4360-9930-4dae11106c23 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8e427ebd-6ed8-4148-ae1b-a0e6fe0b0c4d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f052830f731e75e1da6c92b81008d11c2ce86ef8" 2018-10-22 15:07:46,752 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:45 GMT Server: Apache x-compute-request-id: req-2980a83a-558e-445c-9a44-b3f54c239202 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2980a83a-558e-445c-9a44-b3f54c239202 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "b9ce9481-16eb-4360-9930-4dae11106c23", "name": "CinderUtilsQoSTests-fdca38bf-3d52-4a92-bacd-db3a2d42238e"}, "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/b9ce9481-16eb-4360-9930-4dae11106c23", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/qos-specs/b9ce9481-16eb-4360-9930-4dae11106c23", "rel": "bookmark"}]} 2018-10-22 15:07:46,752 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/b9ce9481-16eb-4360-9930-4dae11106c23 used request id req-2980a83a-558e-445c-9a44-b3f54c239202 2018-10-22 15:07:46,753 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-fdca38bf-3d52-4a92-bacd-db3a2d42238e 2018-10-22 15:07:46,755 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/b9ce9481-16eb-4360-9930-4dae11106c23?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8e427ebd-6ed8-4148-ae1b-a0e6fe0b0c4d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f052830f731e75e1da6c92b81008d11c2ce86ef8" 2018-10-22 15:07:46,942 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:07:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-131bd8b3-8352-464b-9dc0-b029499c9f60 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-10-22 15:07:46,943 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/b9ce9481-16eb-4360-9930-4dae11106c23?force=False used request id req-131bd8b3-8352-464b-9dc0-b029499c9f60 2018-10-22 15:07:46,945 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:07:47,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:07:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["5M6zWgwBRs6NiXcfCeeFDQ"], "issued_at": "2018-10-22T15:07:47.000000Z"}} 2018-10-22 15:07:47,320 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ebbe93e29106b1b241f057bc93779903b776c44" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-9cb04a38-cd04-4740-988f-f85969b9eee9"}}' 2018-10-22 15:07:47,512 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:47 GMT Server: Apache x-compute-request-id: req-b8f99270-7396-4da9-9595-4b039065e033 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b8f99270-7396-4da9-9595-4b039065e033 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "23ec101e-485b-40a7-9104-57c2e489723b", "name": "CinderUtilsQoSTests-9cb04a38-cd04-4740-988f-f85969b9eee9"}, "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/23ec101e-485b-40a7-9104-57c2e489723b", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/qos-specs/23ec101e-485b-40a7-9104-57c2e489723b", "rel": "bookmark"}]} 2018-10-22 15:07:47,512 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs used request id req-b8f99270-7396-4da9-9595-4b039065e033 2018-10-22 15:07:47,516 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b8f99270-7396-4da9-9595-4b039065e033" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ebbe93e29106b1b241f057bc93779903b776c44" 2018-10-22 15:07:48,232 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:47 GMT Server: Apache x-compute-request-id: req-37302034-c712-429a-94ec-84463a82c5ae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-37302034-c712-429a-94ec-84463a82c5ae Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "23ec101e-485b-40a7-9104-57c2e489723b", "name": "CinderUtilsQoSTests-9cb04a38-cd04-4740-988f-f85969b9eee9"}]} 2018-10-22 15:07:48,232 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs used request id req-37302034-c712-429a-94ec-84463a82c5ae 2018-10-22 15:07:48,235 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/23ec101e-485b-40a7-9104-57c2e489723b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b8f99270-7396-4da9-9595-4b039065e033" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ebbe93e29106b1b241f057bc93779903b776c44" 2018-10-22 15:07:48,405 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:48 GMT Server: Apache x-compute-request-id: req-8885da54-7eb5-4650-a222-a6783bc3518f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8885da54-7eb5-4650-a222-a6783bc3518f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "23ec101e-485b-40a7-9104-57c2e489723b", "name": "CinderUtilsQoSTests-9cb04a38-cd04-4740-988f-f85969b9eee9"}, "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/23ec101e-485b-40a7-9104-57c2e489723b", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/qos-specs/23ec101e-485b-40a7-9104-57c2e489723b", "rel": "bookmark"}]} 2018-10-22 15:07:48,405 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/23ec101e-485b-40a7-9104-57c2e489723b used request id req-8885da54-7eb5-4650-a222-a6783bc3518f 2018-10-22 15:07:48,405 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-9cb04a38-cd04-4740-988f-f85969b9eee9 2018-10-22 15:07:48,408 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/23ec101e-485b-40a7-9104-57c2e489723b?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b8f99270-7396-4da9-9595-4b039065e033" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ebbe93e29106b1b241f057bc93779903b776c44" 2018-10-22 15:07:48,613 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:07:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9e9156d1-0c55-414b-9b5d-a675a878ced0 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-10-22 15:07:48,613 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/23ec101e-485b-40a7-9104-57c2e489723b?force=False used request id req-9e9156d1-0c55-414b-9b5d-a675a878ced0 2018-10-22 15:07:48,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:07:49,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:07:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["yWjIoGUJT_iFVi8LZ7oeUA"], "issued_at": "2018-10-22T15:07:49.000000Z"}} 2018-10-22 15:07:49,006 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dfb3da0fb523cbfabf60646b2d2530984eca574" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-7a1b18aa-af63-4d64-ad2c-fead9d966d6a"}}' 2018-10-22 15:07:49,255 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:49 GMT Server: Apache x-compute-request-id: req-f682c409-01a0-401e-9f9a-6e643da0f607 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f682c409-01a0-401e-9f9a-6e643da0f607 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "f9560c27-7227-48b8-8b1d-92c93712bc6c", "name": "CinderUtilsQoSTests-7a1b18aa-af63-4d64-ad2c-fead9d966d6a"}, "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/f9560c27-7227-48b8-8b1d-92c93712bc6c", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/qos-specs/f9560c27-7227-48b8-8b1d-92c93712bc6c", "rel": "bookmark"}]} 2018-10-22 15:07:49,256 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs used request id req-f682c409-01a0-401e-9f9a-6e643da0f607 2018-10-22 15:07:49,259 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f682c409-01a0-401e-9f9a-6e643da0f607" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dfb3da0fb523cbfabf60646b2d2530984eca574" 2018-10-22 15:07:49,436 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:49 GMT Server: Apache x-compute-request-id: req-89fd0350-b9a8-4d10-9fd3-cd0484f105f6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-89fd0350-b9a8-4d10-9fd3-cd0484f105f6 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "f9560c27-7227-48b8-8b1d-92c93712bc6c", "name": "CinderUtilsQoSTests-7a1b18aa-af63-4d64-ad2c-fead9d966d6a"}]} 2018-10-22 15:07:49,436 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs used request id req-89fd0350-b9a8-4d10-9fd3-cd0484f105f6 2018-10-22 15:07:49,440 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/f9560c27-7227-48b8-8b1d-92c93712bc6c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f682c409-01a0-401e-9f9a-6e643da0f607" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dfb3da0fb523cbfabf60646b2d2530984eca574" 2018-10-22 15:07:50,177 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:49 GMT Server: Apache x-compute-request-id: req-749c577b-5761-42c5-8de9-9e5b83980afb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-749c577b-5761-42c5-8de9-9e5b83980afb Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "f9560c27-7227-48b8-8b1d-92c93712bc6c", "name": "CinderUtilsQoSTests-7a1b18aa-af63-4d64-ad2c-fead9d966d6a"}, "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/f9560c27-7227-48b8-8b1d-92c93712bc6c", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/qos-specs/f9560c27-7227-48b8-8b1d-92c93712bc6c", "rel": "bookmark"}]} 2018-10-22 15:07:50,177 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/f9560c27-7227-48b8-8b1d-92c93712bc6c used request id req-749c577b-5761-42c5-8de9-9e5b83980afb 2018-10-22 15:07:50,178 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-7a1b18aa-af63-4d64-ad2c-fead9d966d6a 2018-10-22 15:07:50,180 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/f9560c27-7227-48b8-8b1d-92c93712bc6c?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f682c409-01a0-401e-9f9a-6e643da0f607" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dfb3da0fb523cbfabf60646b2d2530984eca574" 2018-10-22 15:07:50,382 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:07:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-baf659a9-b61a-4e7e-ab60-486ad0535645 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-10-22 15:07:50,382 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/f9560c27-7227-48b8-8b1d-92c93712bc6c?force=False used request id req-baf659a9-b61a-4e7e-ab60-486ad0535645 2018-10-22 15:07:50,385 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:07:50,775 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:07:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["itqIG6iFRnKu0Uj1crLdJQ"], "issued_at": "2018-10-22T15:07:50.000000Z"}} 2018-10-22 15:07:50,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}6cc17c10b00b9d9c29b394df82979061ff580417" 2018-10-22 15:07:50,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c0a6c90-af54-41e5-ab7d-3cf072ce6b00 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:07:50,864 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2c0a6c90-af54-41e5-ab7d-3cf072ce6b00 2018-10-22 15:07:50,868 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cc17c10b00b9d9c29b394df82979061ff580417" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-e0036dbb-b782-44ef-a37b-85447febcd22", "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-10-22 15:07:51,894 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:07:50 GMT Server: Apache x-compute-request-id: req-c09d67c4-ad1c-407b-8946-558a7e75ff8a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c09d67c4-ad1c-407b-8946-558a7e75ff8a Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-22T15:07:51.752860", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-e0036dbb-b782-44ef-a37b-85447febcd22", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6d7fc349-691d-43e0-ad58-ba2335d4aca9", "size": 1}} 2018-10-22 15:07:51,894 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes used request id req-c09d67c4-ad1c-407b-8946-558a7e75ff8a 2018-10-22 15:07:51,897 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c09d67c4-ad1c-407b-8946-558a7e75ff8a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cc17c10b00b9d9c29b394df82979061ff580417" 2018-10-22 15:07:52,118 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:51 GMT Server: Apache x-compute-request-id: req-bfe03bcd-6d37-4d32-bb06-18080f044f45 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bfe03bcd-6d37-4d32-bb06-18080f044f45 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:07:51.000000", "replication_status": null, "snapshot_id": null, "id": "6d7fc349-691d-43e0-ad58-ba2335d4aca9", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-e0036dbb-b782-44ef-a37b-85447febcd22", "bootable": "false", "created_at": "2018-10-22T15:07:51.000000", "volume_type": null}} 2018-10-22 15:07:52,118 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9 used request id req-bfe03bcd-6d37-4d32-bb06-18080f044f45 2018-10-22 15:07:52,121 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c09d67c4-ad1c-407b-8946-558a7e75ff8a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cc17c10b00b9d9c29b394df82979061ff580417" 2018-10-22 15:07:52,328 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:52 GMT Server: Apache x-compute-request-id: req-635206d9-3d31-45e9-818b-956b1cbac237 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-635206d9-3d31-45e9-818b-956b1cbac237 Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:07:52.000000", "replication_status": null, "snapshot_id": null, "id": "6d7fc349-691d-43e0-ad58-ba2335d4aca9", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-e0036dbb-b782-44ef-a37b-85447febcd22", "bootable": "false", "created_at": "2018-10-22T15:07:51.000000", "volume_type": null}} 2018-10-22 15:07:52,328 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9 used request id req-635206d9-3d31-45e9-818b-956b1cbac237 2018-10-22 15:07:52,331 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c09d67c4-ad1c-407b-8946-558a7e75ff8a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cc17c10b00b9d9c29b394df82979061ff580417" 2018-10-22 15:07:52,378 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:52 GMT Server: Apache x-compute-request-id: req-55a6c667-89db-4629-80b1-e5e37bd670cd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-55a6c667-89db-4629-80b1-e5e37bd670cd Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:07:52.000000", "replication_status": null, "snapshot_id": null, "id": "6d7fc349-691d-43e0-ad58-ba2335d4aca9", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-e0036dbb-b782-44ef-a37b-85447febcd22", "bootable": "false", "created_at": "2018-10-22T15:07:51.000000", "volume_type": null}]} 2018-10-22 15:07:52,378 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/detail used request id req-55a6c667-89db-4629-80b1-e5e37bd670cd 2018-10-22 15:07:52,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 15:07:52,387 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:07: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:07:52,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cc17c10b00b9d9c29b394df82979061ff580417" 2018-10-22 15:07:52,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9fdb7f3-8251-4709-8cec-f240a83460ff 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:07:52,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-f9fdb7f3-8251-4709-8cec-f240a83460ff 2018-10-22 15:07:52,471 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-e0036dbb-b782-44ef-a37b-85447febcd22 2018-10-22 15:07:52,474 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c09d67c4-ad1c-407b-8946-558a7e75ff8a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cc17c10b00b9d9c29b394df82979061ff580417" 2018-10-22 15:07:52,737 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:07:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9a8f8b9e-b1e7-4292-96e3-1ff460847546 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-10-22 15:07:52,738 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9 used request id req-9a8f8b9e-b1e7-4292-96e3-1ff460847546 2018-10-22 15:07:52,741 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c09d67c4-ad1c-407b-8946-558a7e75ff8a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cc17c10b00b9d9c29b394df82979061ff580417" 2018-10-22 15:07:52,960 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:52 GMT Server: Apache x-compute-request-id: req-a3edeaae-81a4-43d3-8249-5497b05b1250 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a3edeaae-81a4-43d3-8249-5497b05b1250 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:07:52.000000", "replication_status": null, "snapshot_id": null, "id": "6d7fc349-691d-43e0-ad58-ba2335d4aca9", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-e0036dbb-b782-44ef-a37b-85447febcd22", "bootable": "false", "created_at": "2018-10-22T15:07:51.000000", "volume_type": null}} 2018-10-22 15:07:52,960 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9 used request id req-a3edeaae-81a4-43d3-8249-5497b05b1250 2018-10-22 15:07:55,967 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c09d67c4-ad1c-407b-8946-558a7e75ff8a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cc17c10b00b9d9c29b394df82979061ff580417" 2018-10-22 15:07:56,110 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15:07:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-517f45ec-a6fa-4592-95e1-153b0e3f742d x-openstack-request-id: req-517f45ec-a6fa-4592-95e1-153b0e3f742d Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 6d7fc349-691d-43e0-ad58-ba2335d4aca9 could not be found.", "code": 404}} 2018-10-22 15:07:56,110 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9 used request id req-517f45ec-a6fa-4592-95e1-153b0e3f742d 2018-10-22 15:07:56,113 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c09d67c4-ad1c-407b-8946-558a7e75ff8a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cc17c10b00b9d9c29b394df82979061ff580417" 2018-10-22 15:07:56,159 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:56 GMT Server: Apache x-compute-request-id: req-ee690416-e808-468c-aaf2-1a46455ee7ef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ee690416-e808-468c-aaf2-1a46455ee7ef Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-22 15:07:56,160 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/detail used request id req-ee690416-e808-468c-aaf2-1a46455ee7ef 2018-10-22 15:07:56,160 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-e0036dbb-b782-44ef-a37b-85447febcd22 2018-10-22 15:07:56,163 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c09d67c4-ad1c-407b-8946-558a7e75ff8a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cc17c10b00b9d9c29b394df82979061ff580417" 2018-10-22 15:07:56,336 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15:07:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-18cca999-1689-499e-9be6-7e9b1c03357c x-openstack-request-id: req-18cca999-1689-499e-9be6-7e9b1c03357c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 6d7fc349-691d-43e0-ad58-ba2335d4aca9 could not be found.", "code": 404}} 2018-10-22 15:07:56,337 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9 used request id req-18cca999-1689-499e-9be6-7e9b1c03357c 2018-10-22 15:07:56,340 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c09d67c4-ad1c-407b-8946-558a7e75ff8a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cc17c10b00b9d9c29b394df82979061ff580417" 2018-10-22 15:07:56,524 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15:07:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f2aca0a6-32e0-45e5-93c4-38a48c143b0b x-openstack-request-id: req-f2aca0a6-32e0-45e5-93c4-38a48c143b0b Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 6d7fc349-691d-43e0-ad58-ba2335d4aca9 could not be found.", "code": 404}} 2018-10-22 15:07:56,524 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/6d7fc349-691d-43e0-ad58-ba2335d4aca9 used request id req-f2aca0a6-32e0-45e5-93c4-38a48c143b0b 2018-10-22 15:07:56,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:07:56,980 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:07:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["dIIdMkwIRsupOGljdbs1Gg"], "issued_at": "2018-10-22T15:07:57.000000Z"}} 2018-10-22 15:07:56,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}a1ac9d60d3a243d528fba51988d179a1ea8e4923" 2018-10-22 15:07:57,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bddd590c-687b-497d-9ab3-438126ac68b5 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:07:57,073 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bddd590c-687b-497d-9ab3-438126ac68b5 2018-10-22 15:07:57,077 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1ac9d60d3a243d528fba51988d179a1ea8e4923" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-daa7a395-ec9c-4cae-9521-1aba3b326d05", "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-10-22 15:07:57,498 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:07:57 GMT Server: Apache x-compute-request-id: req-556299b1-e48e-43aa-a28a-600773013323 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-556299b1-e48e-43aa-a28a-600773013323 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-22T15:07:57.413204", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-daa7a395-ec9c-4cae-9521-1aba3b326d05", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a0b0feb4-b674-4f29-ade5-3eac49f6d037", "size": 1}} 2018-10-22 15:07:57,499 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes used request id req-556299b1-e48e-43aa-a28a-600773013323 2018-10-22 15:07:57,502 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-556299b1-e48e-43aa-a28a-600773013323" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1ac9d60d3a243d528fba51988d179a1ea8e4923" 2018-10-22 15:07:57,709 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:57 GMT Server: Apache x-compute-request-id: req-6c51d28d-d79c-48b3-80cd-efb0da423414 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6c51d28d-d79c-48b3-80cd-efb0da423414 Content-Encoding: gzip Content-Length: 493 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": null, "encrypted": false, "updated_at": null, "replication_status": null, "snapshot_id": null, "id": "a0b0feb4-b674-4f29-ade5-3eac49f6d037", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-daa7a395-ec9c-4cae-9521-1aba3b326d05", "bootable": "false", "created_at": "2018-10-22T15:07:57.000000", "volume_type": null}} 2018-10-22 15:07:57,709 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037 used request id req-6c51d28d-d79c-48b3-80cd-efb0da423414 2018-10-22 15:07:57,712 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-556299b1-e48e-43aa-a28a-600773013323" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1ac9d60d3a243d528fba51988d179a1ea8e4923" 2018-10-22 15:07:58,433 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:57 GMT Server: Apache x-compute-request-id: req-ae16a037-dc21-4fb4-b30a-24cc54e86822 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ae16a037-dc21-4fb4-b30a-24cc54e86822 Content-Encoding: gzip Content-Length: 510 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:07:57.000000", "replication_status": null, "snapshot_id": null, "id": "a0b0feb4-b674-4f29-ade5-3eac49f6d037", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-daa7a395-ec9c-4cae-9521-1aba3b326d05", "bootable": "false", "created_at": "2018-10-22T15:07:57.000000", "volume_type": null}} 2018-10-22 15:07:58,433 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037 used request id req-ae16a037-dc21-4fb4-b30a-24cc54e86822 2018-10-22 15:07:58,436 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-556299b1-e48e-43aa-a28a-600773013323" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1ac9d60d3a243d528fba51988d179a1ea8e4923" 2018-10-22 15:07:58,638 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:58 GMT Server: Apache x-compute-request-id: req-56c6faf6-2faf-45c7-b007-2bb77f9f72ad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-56c6faf6-2faf-45c7-b007-2bb77f9f72ad Content-Encoding: gzip Content-Length: 509 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:07:57.000000", "replication_status": null, "snapshot_id": null, "id": "a0b0feb4-b674-4f29-ade5-3eac49f6d037", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-daa7a395-ec9c-4cae-9521-1aba3b326d05", "bootable": "false", "created_at": "2018-10-22T15:07:57.000000", "volume_type": null}]} 2018-10-22 15:07:58,638 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/detail used request id req-56c6faf6-2faf-45c7-b007-2bb77f9f72ad 2018-10-22 15:07:58,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 15:07:58,647 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:07: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:07:58,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1ac9d60d3a243d528fba51988d179a1ea8e4923" 2018-10-22 15:07:58,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7d2625f-a065-48fb-889f-1f8845ddfc0e 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.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:07:58,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-b7d2625f-a065-48fb-889f-1f8845ddfc0e 2018-10-22 15:07:58,735 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-daa7a395-ec9c-4cae-9521-1aba3b326d05 2018-10-22 15:07:58,737 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-556299b1-e48e-43aa-a28a-600773013323" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1ac9d60d3a243d528fba51988d179a1ea8e4923" 2018-10-22 15:07:58,976 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:07:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6d140f8e-27eb-428c-9ad4-40ec346f0c98 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-10-22 15:07:58,976 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037 used request id req-6d140f8e-27eb-428c-9ad4-40ec346f0c98 2018-10-22 15:07:58,979 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-556299b1-e48e-43aa-a28a-600773013323" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1ac9d60d3a243d528fba51988d179a1ea8e4923" 2018-10-22 15:07:59,034 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:07:59 GMT Server: Apache x-compute-request-id: req-b22e9c5f-11e2-4b0d-a243-af03f512b01e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b22e9c5f-11e2-4b0d-a243-af03f512b01e Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-22T15:07:58.000000", "replication_status": null, "snapshot_id": null, "id": "a0b0feb4-b674-4f29-ade5-3eac49f6d037", "size": 1, "user_id": "a953f4951fb74edeb959c88ea2c28c26", "os-vol-tenant-attr:tenant_id": "8e9a3444377442da8b38ad768127d234", "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-daa7a395-ec9c-4cae-9521-1aba3b326d05", "bootable": "false", "created_at": "2018-10-22T15:07:57.000000", "volume_type": null}} 2018-10-22 15:07:59,034 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037 used request id req-b22e9c5f-11e2-4b0d-a243-af03f512b01e 2018-10-22 15:08:02,040 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-556299b1-e48e-43aa-a28a-600773013323" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1ac9d60d3a243d528fba51988d179a1ea8e4923" 2018-10-22 15:08:02,866 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15:08:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ecd242fb-d4da-47e3-89d9-e255939f483c x-openstack-request-id: req-ecd242fb-d4da-47e3-89d9-e255939f483c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume a0b0feb4-b674-4f29-ade5-3eac49f6d037 could not be found.", "code": 404}} 2018-10-22 15:08:02,866 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/volumes/a0b0feb4-b674-4f29-ade5-3eac49f6d037 used request id req-ecd242fb-d4da-47e3-89d9-e255939f483c 2018-10-22 15:08:02,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:03,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:08:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["715ecE5PRR2tvNevUfCXRw"], "issued_at": "2018-10-22T15:08:03.000000Z"}} 2018-10-22 15:08:03,259 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5d7701242ae5faf2b864b49ff7dec8b56eb149" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-0c52ca1b-7638-4c2d-8e28-dad3963c905f", "description": null}}' 2018-10-22 15:08:03,480 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:03 GMT Server: Apache x-compute-request-id: req-80b736b3-97ec-43e7-8496-3a2fe6d02ec6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-80b736b3-97ec-43e7-8496-3a2fe6d02ec6 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-0c52ca1b-7638-4c2d-8e28-dad3963c905f", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8b947449-4ccb-4233-b750-ba2d9795d8af", "description": null}} 2018-10-22 15:08:03,480 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types used request id req-80b736b3-97ec-43e7-8496-3a2fe6d02ec6 2018-10-22 15:08:03,483 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-80b736b3-97ec-43e7-8496-3a2fe6d02ec6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5d7701242ae5faf2b864b49ff7dec8b56eb149" 2018-10-22 15:08:03,656 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:03 GMT Server: Apache x-compute-request-id: req-bd66a7aa-3183-4311-b3f2-8d6451a06ddf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bd66a7aa-3183-4311-b3f2-8d6451a06ddf Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-0c52ca1b-7638-4c2d-8e28-dad3963c905f", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8b947449-4ccb-4233-b750-ba2d9795d8af", "description": null}]} 2018-10-22 15:08:03,657 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types?is_public=None used request id req-bd66a7aa-3183-4311-b3f2-8d6451a06ddf 2018-10-22 15:08:03,660 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/8b947449-4ccb-4233-b750-ba2d9795d8af -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-80b736b3-97ec-43e7-8496-3a2fe6d02ec6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5d7701242ae5faf2b864b49ff7dec8b56eb149" 2018-10-22 15:08:03,826 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:03 GMT Server: Apache x-compute-request-id: req-f5a86873-289c-4e0d-abfc-ce1e5fa2dc2f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f5a86873-289c-4e0d-abfc-ce1e5fa2dc2f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-0c52ca1b-7638-4c2d-8e28-dad3963c905f", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8b947449-4ccb-4233-b750-ba2d9795d8af", "description": null}} 2018-10-22 15:08:03,826 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/8b947449-4ccb-4233-b750-ba2d9795d8af used request id req-f5a86873-289c-4e0d-abfc-ce1e5fa2dc2f 2018-10-22 15:08:03,829 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/8b947449-4ccb-4233-b750-ba2d9795d8af/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-80b736b3-97ec-43e7-8496-3a2fe6d02ec6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5d7701242ae5faf2b864b49ff7dec8b56eb149" 2018-10-22 15:08:04,010 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:03 GMT Server: Apache x-compute-request-id: req-564c6689-8e74-42d2-b327-296f9361ebe3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-564c6689-8e74-42d2-b327-296f9361ebe3 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-22 15:08:04,011 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/8b947449-4ccb-4233-b750-ba2d9795d8af/encryption used request id req-564c6689-8e74-42d2-b327-296f9361ebe3 2018-10-22 15:08:04,011 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-0c52ca1b-7638-4c2d-8e28-dad3963c905f 2018-10-22 15:08:04,013 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/8b947449-4ccb-4233-b750-ba2d9795d8af -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-80b736b3-97ec-43e7-8496-3a2fe6d02ec6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5d7701242ae5faf2b864b49ff7dec8b56eb149" 2018-10-22 15:08:04,230 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2a35811c-120c-43f8-b3ec-995477f71180 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-10-22 15:08:04,230 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/8b947449-4ccb-4233-b750-ba2d9795d8af used request id req-2a35811c-120c-43f8-b3ec-995477f71180 2018-10-22 15:08:04,233 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/8b947449-4ccb-4233-b750-ba2d9795d8af -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-80b736b3-97ec-43e7-8496-3a2fe6d02ec6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5d7701242ae5faf2b864b49ff7dec8b56eb149" 2018-10-22 15:08:05,052 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15:08:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-33978cfc-c52c-4076-a996-3b39342c85cb x-openstack-request-id: req-33978cfc-c52c-4076-a996-3b39342c85cb Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 8b947449-4ccb-4233-b750-ba2d9795d8af could not be found.", "code": 404}} 2018-10-22 15:08:05,052 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/8b947449-4ccb-4233-b750-ba2d9795d8af used request id req-33978cfc-c52c-4076-a996-3b39342c85cb 2018-10-22 15:08:05,053 - cinder_utils - INFO - Volume with ID [8b947449-4ccb-4233-b750-ba2d9795d8af] does not exist 2018-10-22 15:08:05,053 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-0c52ca1b-7638-4c2d-8e28-dad3963c905f 2018-10-22 15:08:05,055 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/8b947449-4ccb-4233-b750-ba2d9795d8af -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-80b736b3-97ec-43e7-8496-3a2fe6d02ec6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5d7701242ae5faf2b864b49ff7dec8b56eb149" 2018-10-22 15:08:05,078 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15:08:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e28b4a4f-ca67-4d4f-bb3e-e695c7325edc x-openstack-request-id: req-e28b4a4f-ca67-4d4f-bb3e-e695c7325edc Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 8b947449-4ccb-4233-b750-ba2d9795d8af could not be found.", "code": 404}} 2018-10-22 15:08:05,079 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/8b947449-4ccb-4233-b750-ba2d9795d8af used request id req-e28b4a4f-ca67-4d4f-bb3e-e695c7325edc 2018-10-22 15:08:05,081 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:05,570 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:08:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["5ySa560tQsOECqnTVUkKKA"], "issued_at": "2018-10-22T15:08:05.000000Z"}} 2018-10-22 15:08:05,573 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f6181c991d547fda9ef889be0614f002a49b9c6" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-cb8526a2-0f3c-4968-9e69-f21fa6f3d0c7", "description": null}}' 2018-10-22 15:08:06,319 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:05 GMT Server: Apache x-compute-request-id: req-24c8490e-9815-447d-8591-b94e37fb9b44 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-24c8490e-9815-447d-8591-b94e37fb9b44 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-cb8526a2-0f3c-4968-9e69-f21fa6f3d0c7", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4851ab5b-18e4-4c8e-8056-179723ec646f", "description": null}} 2018-10-22 15:08:06,319 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types used request id req-24c8490e-9815-447d-8591-b94e37fb9b44 2018-10-22 15:08:06,323 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-24c8490e-9815-447d-8591-b94e37fb9b44" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f6181c991d547fda9ef889be0614f002a49b9c6" 2018-10-22 15:08:06,506 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:06 GMT Server: Apache x-compute-request-id: req-686a0387-6743-4fd4-9e75-b21b3c89ac69 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-686a0387-6743-4fd4-9e75-b21b3c89ac69 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-cb8526a2-0f3c-4968-9e69-f21fa6f3d0c7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4851ab5b-18e4-4c8e-8056-179723ec646f", "description": null}]} 2018-10-22 15:08:06,507 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types?is_public=None used request id req-686a0387-6743-4fd4-9e75-b21b3c89ac69 2018-10-22 15:08:06,510 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/4851ab5b-18e4-4c8e-8056-179723ec646f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-24c8490e-9815-447d-8591-b94e37fb9b44" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f6181c991d547fda9ef889be0614f002a49b9c6" 2018-10-22 15:08:06,681 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:06 GMT Server: Apache x-compute-request-id: req-4dad42b3-1357-4b29-8757-1fd230cdf20f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4dad42b3-1357-4b29-8757-1fd230cdf20f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-cb8526a2-0f3c-4968-9e69-f21fa6f3d0c7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4851ab5b-18e4-4c8e-8056-179723ec646f", "description": null}} 2018-10-22 15:08:06,681 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/4851ab5b-18e4-4c8e-8056-179723ec646f used request id req-4dad42b3-1357-4b29-8757-1fd230cdf20f 2018-10-22 15:08:06,684 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/4851ab5b-18e4-4c8e-8056-179723ec646f/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-24c8490e-9815-447d-8591-b94e37fb9b44" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f6181c991d547fda9ef889be0614f002a49b9c6" 2018-10-22 15:08:06,840 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:06 GMT Server: Apache x-compute-request-id: req-a5992123-b867-49de-a179-acc317361af8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a5992123-b867-49de-a179-acc317361af8 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-22 15:08:06,841 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/4851ab5b-18e4-4c8e-8056-179723ec646f/encryption used request id req-a5992123-b867-49de-a179-acc317361af8 2018-10-22 15:08:06,844 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/4851ab5b-18e4-4c8e-8056-179723ec646f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-24c8490e-9815-447d-8591-b94e37fb9b44" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f6181c991d547fda9ef889be0614f002a49b9c6" 2018-10-22 15:08:07,026 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:06 GMT Server: Apache x-compute-request-id: req-63dfe37c-8707-45ce-9389-23a494eea5ac OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-63dfe37c-8707-45ce-9389-23a494eea5ac Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-cb8526a2-0f3c-4968-9e69-f21fa6f3d0c7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4851ab5b-18e4-4c8e-8056-179723ec646f", "description": null}} 2018-10-22 15:08:07,026 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/4851ab5b-18e4-4c8e-8056-179723ec646f used request id req-63dfe37c-8707-45ce-9389-23a494eea5ac 2018-10-22 15:08:07,029 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/4851ab5b-18e4-4c8e-8056-179723ec646f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-24c8490e-9815-447d-8591-b94e37fb9b44" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f6181c991d547fda9ef889be0614f002a49b9c6" 2018-10-22 15:08:07,205 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:07 GMT Server: Apache x-compute-request-id: req-1d82b9cf-2447-4729-91a9-1985c7baec5c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1d82b9cf-2447-4729-91a9-1985c7baec5c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-cb8526a2-0f3c-4968-9e69-f21fa6f3d0c7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4851ab5b-18e4-4c8e-8056-179723ec646f", "description": null}} 2018-10-22 15:08:07,205 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/4851ab5b-18e4-4c8e-8056-179723ec646f used request id req-1d82b9cf-2447-4729-91a9-1985c7baec5c 2018-10-22 15:08:07,208 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/4851ab5b-18e4-4c8e-8056-179723ec646f/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-24c8490e-9815-447d-8591-b94e37fb9b44" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f6181c991d547fda9ef889be0614f002a49b9c6" 2018-10-22 15:08:07,228 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:07 GMT Server: Apache x-compute-request-id: req-669f05ca-e18a-4e25-95fb-cfecc45b2707 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-669f05ca-e18a-4e25-95fb-cfecc45b2707 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-22 15:08:07,228 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/4851ab5b-18e4-4c8e-8056-179723ec646f/encryption used request id req-669f05ca-e18a-4e25-95fb-cfecc45b2707 2018-10-22 15:08:07,228 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-cb8526a2-0f3c-4968-9e69-f21fa6f3d0c7 2018-10-22 15:08:07,231 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/4851ab5b-18e4-4c8e-8056-179723ec646f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-24c8490e-9815-447d-8591-b94e37fb9b44" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f6181c991d547fda9ef889be0614f002a49b9c6" 2018-10-22 15:08:08,013 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8813fd78-97cc-4cc5-a976-6fc2f205b8ae 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-10-22 15:08:08,013 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/4851ab5b-18e4-4c8e-8056-179723ec646f used request id req-8813fd78-97cc-4cc5-a976-6fc2f205b8ae 2018-10-22 15:08:08,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:08,405 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:08:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["18h6GGprRt-f65RZ6RRJXA"], "issued_at": "2018-10-22T15:08:08.000000Z"}} 2018-10-22 15:08:08,408 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed305cd14135a190238d24db3397b714451294c" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-d4a4f85e-a09d-472d-890b-3b7255cdbe19-type", "description": null}}' 2018-10-22 15:08:08,611 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:08 GMT Server: Apache x-compute-request-id: req-79b57fca-5ac9-4815-9852-4c7bedd5684a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-79b57fca-5ac9-4815-9852-4c7bedd5684a Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-d4a4f85e-a09d-472d-890b-3b7255cdbe19-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "69751aad-c28c-4134-b042-abeb8fe4c050", "description": null}} 2018-10-22 15:08:08,612 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types used request id req-79b57fca-5ac9-4815-9852-4c7bedd5684a 2018-10-22 15:08:08,615 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/69751aad-c28c-4134-b042-abeb8fe4c050/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-79b57fca-5ac9-4815-9852-4c7bedd5684a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed305cd14135a190238d24db3397b714451294c" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-d4a4f85e-a09d-472d-890b-3b7255cdbe19", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-10-22 15:08:08,808 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Mon, 22 Oct 2018 15:08:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-aebaa971-a480-4836-88f8-af4c6d1d991d x-openstack-request-id: req-aebaa971-a480-4836-88f8-af4c6d1d991d Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-10-22 15:08:08,808 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/69751aad-c28c-4134-b042-abeb8fe4c050/encryption used request id req-aebaa971-a480-4836-88f8-af4c6d1d991d 2018-10-22 15:08:08,809 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-d4a4f85e-a09d-472d-890b-3b7255cdbe19-type 2018-10-22 15:08:08,811 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/69751aad-c28c-4134-b042-abeb8fe4c050 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-79b57fca-5ac9-4815-9852-4c7bedd5684a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed305cd14135a190238d24db3397b714451294c" 2018-10-22 15:08:09,585 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c8938cc3-9bd7-4f91-816b-31228fca80b3 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-10-22 15:08:09,585 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/69751aad-c28c-4134-b042-abeb8fe4c050 used request id req-c8938cc3-9bd7-4f91-816b-31228fca80b3 2018-10-22 15:08:09,588 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:09,971 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:08:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["-Tu0Jp3RR0ygZ_6MLIRL7w"], "issued_at": "2018-10-22T15:08:09.000000Z"}} 2018-10-22 15:08:09,974 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2545bfef27ba002e4d30253234beb719d704f1" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-7ee5a6ae-9ac8-474a-b4bf-8788724fb488-type", "description": null}}' 2018-10-22 15:08:10,254 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:09 GMT Server: Apache x-compute-request-id: req-20866d76-183f-4890-9238-1d039c0542d7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-20866d76-183f-4890-9238-1d039c0542d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-7ee5a6ae-9ac8-474a-b4bf-8788724fb488-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc", "description": null}} 2018-10-22 15:08:10,254 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types used request id req-20866d76-183f-4890-9238-1d039c0542d7 2018-10-22 15:08:10,257 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-20866d76-183f-4890-9238-1d039c0542d7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2545bfef27ba002e4d30253234beb719d704f1" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-7ee5a6ae-9ac8-474a-b4bf-8788724fb488", "provider": "LuksEncryptor"}}' 2018-10-22 15:08:10,464 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:10 GMT Server: Apache x-compute-request-id: req-3d62d0fc-6e54-4e6f-9dad-216460035c52 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3d62d0fc-6e54-4e6f-9dad-216460035c52 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc", "name": "CinderUtilsAddEncryptionTests-7ee5a6ae-9ac8-474a-b4bf-8788724fb488", "control_location": "back-end", "encryption_id": "acda014c-9975-49a9-a750-e2162b6e9779", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-10-22 15:08:10,464 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc/encryption used request id req-3d62d0fc-6e54-4e6f-9dad-216460035c52 2018-10-22 15:08:10,468 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-20866d76-183f-4890-9238-1d039c0542d7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2545bfef27ba002e4d30253234beb719d704f1" 2018-10-22 15:08:10,637 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:10 GMT Server: Apache x-compute-request-id: req-ddde9014-c973-49ed-a671-9ae753d338c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ddde9014-c973-49ed-a671-9ae753d338c8 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-7ee5a6ae-9ac8-474a-b4bf-8788724fb488-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc", "description": null}} 2018-10-22 15:08:10,637 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc used request id req-ddde9014-c973-49ed-a671-9ae753d338c8 2018-10-22 15:08:10,640 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-20866d76-183f-4890-9238-1d039c0542d7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2545bfef27ba002e4d30253234beb719d704f1" 2018-10-22 15:08:10,855 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:10 GMT Server: Apache x-compute-request-id: req-a9abee89-58d1-426a-8254-0f75a24be75a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a9abee89-58d1-426a-8254-0f75a24be75a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"volume_type_id": "ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc", "control_location": "back-end", "deleted": false, "created_at": "2018-10-22T15:08:10.000000", "updated_at": null, "encryption_id": "acda014c-9975-49a9-a750-e2162b6e9779", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-10-22 15:08:10,855 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc/encryption used request id req-a9abee89-58d1-426a-8254-0f75a24be75a 2018-10-22 15:08:10,856 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-7ee5a6ae-9ac8-474a-b4bf-8788724fb488-type 2018-10-22 15:08:10,859 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-20866d76-183f-4890-9238-1d039c0542d7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2545bfef27ba002e4d30253234beb719d704f1" 2018-10-22 15:08:11,563 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:10 GMT Server: Apache x-compute-request-id: req-a56f22ef-89a0-4dee-8cb9-60f55f684822 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a56f22ef-89a0-4dee-8cb9-60f55f684822 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-7ee5a6ae-9ac8-474a-b4bf-8788724fb488-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc", "description": null}} 2018-10-22 15:08:11,563 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc used request id req-a56f22ef-89a0-4dee-8cb9-60f55f684822 2018-10-22 15:08:11,566 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-20866d76-183f-4890-9238-1d039c0542d7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2545bfef27ba002e4d30253234beb719d704f1" 2018-10-22 15:08:11,623 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e53fb58b-d79c-4a02-ae35-31983a888670 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-10-22 15:08:11,623 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc/encryption/provider used request id req-e53fb58b-d79c-4a02-ae35-31983a888670 2018-10-22 15:08:11,626 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-20866d76-183f-4890-9238-1d039c0542d7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2545bfef27ba002e4d30253234beb719d704f1" 2018-10-22 15:08:11,647 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:11 GMT Server: Apache x-compute-request-id: req-36080313-18a7-438f-b237-bddaaac6981b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-36080313-18a7-438f-b237-bddaaac6981b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-7ee5a6ae-9ac8-474a-b4bf-8788724fb488-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc", "description": null}} 2018-10-22 15:08:11,647 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc used request id req-36080313-18a7-438f-b237-bddaaac6981b 2018-10-22 15:08:11,650 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-20866d76-183f-4890-9238-1d039c0542d7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2545bfef27ba002e4d30253234beb719d704f1" 2018-10-22 15:08:11,670 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:11 GMT Server: Apache x-compute-request-id: req-f690e21c-402f-4b97-9def-711fad19e94a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f690e21c-402f-4b97-9def-711fad19e94a Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-22 15:08:11,670 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc/encryption used request id req-f690e21c-402f-4b97-9def-711fad19e94a 2018-10-22 15:08:11,670 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-7ee5a6ae-9ac8-474a-b4bf-8788724fb488-type 2018-10-22 15:08:11,673 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-20866d76-183f-4890-9238-1d039c0542d7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2545bfef27ba002e4d30253234beb719d704f1" 2018-10-22 15:08:11,848 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:11 GMT Server: Apache x-compute-request-id: req-9e3df114-631c-4923-9e06-ea18264485bc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9e3df114-631c-4923-9e06-ea18264485bc Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-7ee5a6ae-9ac8-474a-b4bf-8788724fb488-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc", "description": null}} 2018-10-22 15:08:11,848 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc used request id req-9e3df114-631c-4923-9e06-ea18264485bc 2018-10-22 15:08:11,851 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-20866d76-183f-4890-9238-1d039c0542d7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2545bfef27ba002e4d30253234beb719d704f1" 2018-10-22 15:08:12,578 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15:08:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b78d602c-b533-4d92-9ae3-a4b5714d6d06 x-openstack-request-id: req-b78d602c-b533-4d92-9ae3-a4b5714d6d06 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc does not exist.", "code": 404}} 2018-10-22 15:08:12,579 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc/encryption/provider used request id req-b78d602c-b533-4d92-9ae3-a4b5714d6d06 2018-10-22 15:08:12,579 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-7ee5a6ae-9ac8-474a-b4bf-8788724fb488-type 2018-10-22 15:08:12,582 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-20866d76-183f-4890-9238-1d039c0542d7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2545bfef27ba002e4d30253234beb719d704f1" 2018-10-22 15:08:12,658 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5faa7842-ea35-4e82-87af-e851b9c9b795 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-10-22 15:08:12,658 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/ae0f9d89-c0c3-48e6-aaa6-4ac13c13a8dc used request id req-5faa7842-ea35-4e82-87af-e851b9c9b795 2018-10-22 15:08:12,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:13,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:08:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["v35O0MnER9aneDwnSIcy-w"], "issued_at": "2018-10-22T15:08:13.000000Z"}} 2018-10-22 15:08:13,048 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}178631864cbb408d41d57fbeb9929e1937a35321" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-c94aa73e-ef2f-4180-901b-2f91893edfc5-type", "description": null}}' 2018-10-22 15:08:13,276 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:13 GMT Server: Apache x-compute-request-id: req-acab8234-1bd3-4cb6-b3f9-c3f671379276 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-acab8234-1bd3-4cb6-b3f9-c3f671379276 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-c94aa73e-ef2f-4180-901b-2f91893edfc5-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f384a3d6-1dd3-4983-84a0-37cffc4bb54a", "description": null}} 2018-10-22 15:08:13,277 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types used request id req-acab8234-1bd3-4cb6-b3f9-c3f671379276 2018-10-22 15:08:13,280 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/f384a3d6-1dd3-4983-84a0-37cffc4bb54a/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-acab8234-1bd3-4cb6-b3f9-c3f671379276" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}178631864cbb408d41d57fbeb9929e1937a35321" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-c94aa73e-ef2f-4180-901b-2f91893edfc5", "provider": "foo"}}' 2018-10-22 15:08:13,512 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:13 GMT Server: Apache x-compute-request-id: req-9dfd4814-647a-456f-a510-0000b3244308 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9dfd4814-647a-456f-a510-0000b3244308 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "f384a3d6-1dd3-4983-84a0-37cffc4bb54a", "name": "CinderUtilsAddEncryptionTests-c94aa73e-ef2f-4180-901b-2f91893edfc5", "control_location": "front-end", "encryption_id": "24d3f024-bccf-43c0-b14d-0e1216948257", "provider": "foo", "provider_class": "foo"}} 2018-10-22 15:08:13,512 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/f384a3d6-1dd3-4983-84a0-37cffc4bb54a/encryption used request id req-9dfd4814-647a-456f-a510-0000b3244308 2018-10-22 15:08:13,516 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/f384a3d6-1dd3-4983-84a0-37cffc4bb54a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-acab8234-1bd3-4cb6-b3f9-c3f671379276" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}178631864cbb408d41d57fbeb9929e1937a35321" 2018-10-22 15:08:13,687 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:13 GMT Server: Apache x-compute-request-id: req-e902aed9-6bf4-44b1-8ddc-2246df636646 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e902aed9-6bf4-44b1-8ddc-2246df636646 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-c94aa73e-ef2f-4180-901b-2f91893edfc5-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f384a3d6-1dd3-4983-84a0-37cffc4bb54a", "description": null}} 2018-10-22 15:08:13,687 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/f384a3d6-1dd3-4983-84a0-37cffc4bb54a used request id req-e902aed9-6bf4-44b1-8ddc-2246df636646 2018-10-22 15:08:13,690 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/f384a3d6-1dd3-4983-84a0-37cffc4bb54a/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-acab8234-1bd3-4cb6-b3f9-c3f671379276" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}178631864cbb408d41d57fbeb9929e1937a35321" 2018-10-22 15:08:13,941 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:13 GMT Server: Apache x-compute-request-id: req-4944aab5-f378-4b45-ab14-8baf6a2126d5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4944aab5-f378-4b45-ab14-8baf6a2126d5 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "f384a3d6-1dd3-4983-84a0-37cffc4bb54a", "control_location": "front-end", "deleted": false, "created_at": "2018-10-22T15:08:13.000000", "updated_at": null, "encryption_id": "24d3f024-bccf-43c0-b14d-0e1216948257", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-10-22 15:08:13,941 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/f384a3d6-1dd3-4983-84a0-37cffc4bb54a/encryption used request id req-4944aab5-f378-4b45-ab14-8baf6a2126d5 2018-10-22 15:08:13,942 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-c94aa73e-ef2f-4180-901b-2f91893edfc5-type 2018-10-22 15:08:13,945 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/f384a3d6-1dd3-4983-84a0-37cffc4bb54a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-acab8234-1bd3-4cb6-b3f9-c3f671379276" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}178631864cbb408d41d57fbeb9929e1937a35321" 2018-10-22 15:08:13,969 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:13 GMT Server: Apache x-compute-request-id: req-ce7780cc-74f8-44d6-887d-2c35974898a9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ce7780cc-74f8-44d6-887d-2c35974898a9 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-c94aa73e-ef2f-4180-901b-2f91893edfc5-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f384a3d6-1dd3-4983-84a0-37cffc4bb54a", "description": null}} 2018-10-22 15:08:13,969 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/f384a3d6-1dd3-4983-84a0-37cffc4bb54a used request id req-ce7780cc-74f8-44d6-887d-2c35974898a9 2018-10-22 15:08:13,972 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/f384a3d6-1dd3-4983-84a0-37cffc4bb54a/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-acab8234-1bd3-4cb6-b3f9-c3f671379276" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}178631864cbb408d41d57fbeb9929e1937a35321" 2018-10-22 15:08:14,161 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fc9eb836-7476-4642-92a2-1f5be9bd4eee 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-10-22 15:08:14,161 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/f384a3d6-1dd3-4983-84a0-37cffc4bb54a/encryption/provider used request id req-fc9eb836-7476-4642-92a2-1f5be9bd4eee 2018-10-22 15:08:14,161 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-c94aa73e-ef2f-4180-901b-2f91893edfc5-type 2018-10-22 15:08:14,164 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/f384a3d6-1dd3-4983-84a0-37cffc4bb54a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-acab8234-1bd3-4cb6-b3f9-c3f671379276" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}178631864cbb408d41d57fbeb9929e1937a35321" 2018-10-22 15:08:14,362 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:14 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-43eee640-c415-4a59-b6c3-77faf1981b36 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-10-22 15:08:14,362 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/f384a3d6-1dd3-4983-84a0-37cffc4bb54a used request id req-43eee640-c415-4a59-b6c3-77faf1981b36 2018-10-22 15:08:14,365 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:14,745 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:08:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["9euMKZWzTEGWYT04-qJ6yg"], "issued_at": "2018-10-22T15:08:14.000000Z"}} 2018-10-22 15:08:14,748 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b4abf38887d7314dc83f62de7661a0b1d40df86" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-ebb10926-bc4c-492b-ab0b-0b7508e72600-type", "description": null}}' 2018-10-22 15:08:15,096 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:14 GMT Server: Apache x-compute-request-id: req-90404115-8901-4a87-9577-393b788c6ec9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-90404115-8901-4a87-9577-393b788c6ec9 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ebb10926-bc4c-492b-ab0b-0b7508e72600-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1dc056a9-58b1-4a4d-bf68-1b20450533f2", "description": null}} 2018-10-22 15:08:15,096 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types used request id req-90404115-8901-4a87-9577-393b788c6ec9 2018-10-22 15:08:15,100 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/1dc056a9-58b1-4a4d-bf68-1b20450533f2/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-90404115-8901-4a87-9577-393b788c6ec9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b4abf38887d7314dc83f62de7661a0b1d40df86" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-ebb10926-bc4c-492b-ab0b-0b7508e72600", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-10-22 15:08:15,309 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:15 GMT Server: Apache x-compute-request-id: req-6f276c7b-2290-45d1-9572-795bb0cc5b08 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6f276c7b-2290-45d1-9572-795bb0cc5b08 Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "1dc056a9-58b1-4a4d-bf68-1b20450533f2", "name": "CinderUtilsAddEncryptionTests-ebb10926-bc4c-492b-ab0b-0b7508e72600", "control_location": "back-end", "encryption_id": "bca2b668-4369-442b-ac89-f83657ab9c39", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-10-22 15:08:15,309 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/1dc056a9-58b1-4a4d-bf68-1b20450533f2/encryption used request id req-6f276c7b-2290-45d1-9572-795bb0cc5b08 2018-10-22 15:08:15,312 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/1dc056a9-58b1-4a4d-bf68-1b20450533f2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-90404115-8901-4a87-9577-393b788c6ec9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b4abf38887d7314dc83f62de7661a0b1d40df86" 2018-10-22 15:08:15,470 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:15 GMT Server: Apache x-compute-request-id: req-abcaa5f0-628e-4417-84e6-cb4e4c9a3f85 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-abcaa5f0-628e-4417-84e6-cb4e4c9a3f85 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ebb10926-bc4c-492b-ab0b-0b7508e72600-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1dc056a9-58b1-4a4d-bf68-1b20450533f2", "description": null}} 2018-10-22 15:08:15,470 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/1dc056a9-58b1-4a4d-bf68-1b20450533f2 used request id req-abcaa5f0-628e-4417-84e6-cb4e4c9a3f85 2018-10-22 15:08:15,473 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/1dc056a9-58b1-4a4d-bf68-1b20450533f2/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-90404115-8901-4a87-9577-393b788c6ec9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b4abf38887d7314dc83f62de7661a0b1d40df86" 2018-10-22 15:08:15,661 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:15 GMT Server: Apache x-compute-request-id: req-f9b97ddd-dae2-4b90-a802-c6316deeb199 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f9b97ddd-dae2-4b90-a802-c6316deeb199 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"volume_type_id": "1dc056a9-58b1-4a4d-bf68-1b20450533f2", "control_location": "back-end", "deleted": false, "created_at": "2018-10-22T15:08:15.000000", "updated_at": null, "encryption_id": "bca2b668-4369-442b-ac89-f83657ab9c39", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-10-22 15:08:15,661 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/1dc056a9-58b1-4a4d-bf68-1b20450533f2/encryption used request id req-f9b97ddd-dae2-4b90-a802-c6316deeb199 2018-10-22 15:08:15,662 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-ebb10926-bc4c-492b-ab0b-0b7508e72600-type 2018-10-22 15:08:15,664 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/1dc056a9-58b1-4a4d-bf68-1b20450533f2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-90404115-8901-4a87-9577-393b788c6ec9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b4abf38887d7314dc83f62de7661a0b1d40df86" 2018-10-22 15:08:15,842 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:15 GMT Server: Apache x-compute-request-id: req-0b64fec6-70e0-4c97-9058-ab796c97b5aa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0b64fec6-70e0-4c97-9058-ab796c97b5aa Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ebb10926-bc4c-492b-ab0b-0b7508e72600-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1dc056a9-58b1-4a4d-bf68-1b20450533f2", "description": null}} 2018-10-22 15:08:15,842 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/1dc056a9-58b1-4a4d-bf68-1b20450533f2 used request id req-0b64fec6-70e0-4c97-9058-ab796c97b5aa 2018-10-22 15:08:15,845 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/1dc056a9-58b1-4a4d-bf68-1b20450533f2/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-90404115-8901-4a87-9577-393b788c6ec9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b4abf38887d7314dc83f62de7661a0b1d40df86" 2018-10-22 15:08:16,035 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3aadcd4c-38da-49dd-b7c8-2947d9bc5836 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-10-22 15:08:16,035 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/1dc056a9-58b1-4a4d-bf68-1b20450533f2/encryption/provider used request id req-3aadcd4c-38da-49dd-b7c8-2947d9bc5836 2018-10-22 15:08:16,036 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-ebb10926-bc4c-492b-ab0b-0b7508e72600-type 2018-10-22 15:08:16,038 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/1dc056a9-58b1-4a4d-bf68-1b20450533f2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-90404115-8901-4a87-9577-393b788c6ec9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b4abf38887d7314dc83f62de7661a0b1d40df86" 2018-10-22 15:08:16,303 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-853bdb2e-3d8b-40e2-a35f-31a5e2b3b81d 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-10-22 15:08:16,303 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/1dc056a9-58b1-4a4d-bf68-1b20450533f2 used request id req-853bdb2e-3d8b-40e2-a35f-31a5e2b3b81d 2018-10-22 15:08:16,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:16,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:08:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["SRj0J7mzSICl4dEeNoFSiA"], "issued_at": "2018-10-22T15:08:16.000000Z"}} 2018-10-22 15:08:16,699 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1360e81624eee2ab4067c0108aa5dba6f3afa7b2" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-d26770c1-2f0b-402a-a1c0-65ef64610cd5-qos"}}' 2018-10-22 15:08:16,916 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:16 GMT Server: Apache x-compute-request-id: req-84372505-2d39-4069-a264-f0c702e9a213 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-84372505-2d39-4069-a264-f0c702e9a213 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "0724a57d-0ce9-49bb-8662-8c4ff399c4c3", "name": "CinderUtilsVolumeTypeCompleteTests-d26770c1-2f0b-402a-a1c0-65ef64610cd5-qos"}, "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/0724a57d-0ce9-49bb-8662-8c4ff399c4c3", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/qos-specs/0724a57d-0ce9-49bb-8662-8c4ff399c4c3", "rel": "bookmark"}]} 2018-10-22 15:08:16,916 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs used request id req-84372505-2d39-4069-a264-f0c702e9a213 2018-10-22 15:08:16,919 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-84372505-2d39-4069-a264-f0c702e9a213" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1360e81624eee2ab4067c0108aa5dba6f3afa7b2" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-d26770c1-2f0b-402a-a1c0-65ef64610cd5", "description": null}}' 2018-10-22 15:08:17,678 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:16 GMT Server: Apache x-compute-request-id: req-77008ebc-a1ee-4d35-b375-e38f3a8c05fe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-77008ebc-a1ee-4d35-b375-e38f3a8c05fe Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-d26770c1-2f0b-402a-a1c0-65ef64610cd5", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c7d8ee21-0502-44d3-9a87-8c0f81d2c420", "description": null}} 2018-10-22 15:08:17,678 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types used request id req-77008ebc-a1ee-4d35-b375-e38f3a8c05fe 2018-10-22 15:08:17,681 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/c7d8ee21-0502-44d3-9a87-8c0f81d2c420/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-84372505-2d39-4069-a264-f0c702e9a213" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1360e81624eee2ab4067c0108aa5dba6f3afa7b2" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-22 15:08:17,896 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:17 GMT Server: Apache x-compute-request-id: req-bdedc835-a982-4b42-87d4-94b5edc0a203 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bdedc835-a982-4b42-87d4-94b5edc0a203 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "c7d8ee21-0502-44d3-9a87-8c0f81d2c420", "name": "foo", "control_location": "back-end", "encryption_id": "a5cb0356-5950-4578-9e3c-40eb07b1bad5", "provider": "bar", "provider_class": "bar"}} 2018-10-22 15:08:17,896 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/c7d8ee21-0502-44d3-9a87-8c0f81d2c420/encryption used request id req-bdedc835-a982-4b42-87d4-94b5edc0a203 2018-10-22 15:08:17,899 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/c7d8ee21-0502-44d3-9a87-8c0f81d2c420 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-84372505-2d39-4069-a264-f0c702e9a213" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1360e81624eee2ab4067c0108aa5dba6f3afa7b2" 2018-10-22 15:08:18,068 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:17 GMT Server: Apache x-compute-request-id: req-31f53ac3-c213-4ffe-9026-892cc11e4763 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-31f53ac3-c213-4ffe-9026-892cc11e4763 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-d26770c1-2f0b-402a-a1c0-65ef64610cd5", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c7d8ee21-0502-44d3-9a87-8c0f81d2c420", "description": null}} 2018-10-22 15:08:18,068 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/c7d8ee21-0502-44d3-9a87-8c0f81d2c420 used request id req-31f53ac3-c213-4ffe-9026-892cc11e4763 2018-10-22 15:08:18,071 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/c7d8ee21-0502-44d3-9a87-8c0f81d2c420/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-84372505-2d39-4069-a264-f0c702e9a213" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1360e81624eee2ab4067c0108aa5dba6f3afa7b2" 2018-10-22 15:08:18,241 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:18 GMT Server: Apache x-compute-request-id: req-2d8796c2-f187-4c69-8f7a-e872133de8e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2d8796c2-f187-4c69-8f7a-e872133de8e1 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "c7d8ee21-0502-44d3-9a87-8c0f81d2c420", "control_location": "back-end", "deleted": false, "created_at": "2018-10-22T15:08:17.000000", "updated_at": null, "encryption_id": "a5cb0356-5950-4578-9e3c-40eb07b1bad5", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-22 15:08:18,241 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/c7d8ee21-0502-44d3-9a87-8c0f81d2c420/encryption used request id req-2d8796c2-f187-4c69-8f7a-e872133de8e1 2018-10-22 15:08:18,242 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-d26770c1-2f0b-402a-a1c0-65ef64610cd5 2018-10-22 15:08:18,244 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/c7d8ee21-0502-44d3-9a87-8c0f81d2c420 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-84372505-2d39-4069-a264-f0c702e9a213" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1360e81624eee2ab4067c0108aa5dba6f3afa7b2" 2018-10-22 15:08:18,427 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:18 GMT Server: Apache x-compute-request-id: req-b6bafc68-8490-41e5-8490-f0ec4fe7c98b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b6bafc68-8490-41e5-8490-f0ec4fe7c98b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-d26770c1-2f0b-402a-a1c0-65ef64610cd5", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c7d8ee21-0502-44d3-9a87-8c0f81d2c420", "description": null}} 2018-10-22 15:08:18,427 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/c7d8ee21-0502-44d3-9a87-8c0f81d2c420 used request id req-b6bafc68-8490-41e5-8490-f0ec4fe7c98b 2018-10-22 15:08:18,430 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/c7d8ee21-0502-44d3-9a87-8c0f81d2c420/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-84372505-2d39-4069-a264-f0c702e9a213" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1360e81624eee2ab4067c0108aa5dba6f3afa7b2" 2018-10-22 15:08:18,611 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ea780bbc-e039-41da-8bc6-697120a9a0a8 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-10-22 15:08:18,611 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/c7d8ee21-0502-44d3-9a87-8c0f81d2c420/encryption/provider used request id req-ea780bbc-e039-41da-8bc6-697120a9a0a8 2018-10-22 15:08:18,612 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-d26770c1-2f0b-402a-a1c0-65ef64610cd5 2018-10-22 15:08:18,615 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/c7d8ee21-0502-44d3-9a87-8c0f81d2c420 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-84372505-2d39-4069-a264-f0c702e9a213" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1360e81624eee2ab4067c0108aa5dba6f3afa7b2" 2018-10-22 15:08:18,824 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7e389026-986d-4c0e-917d-14a26050a082 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-10-22 15:08:18,824 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/c7d8ee21-0502-44d3-9a87-8c0f81d2c420 used request id req-7e389026-986d-4c0e-917d-14a26050a082 2018-10-22 15:08:18,824 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-d26770c1-2f0b-402a-a1c0-65ef64610cd5-qos 2018-10-22 15:08:18,827 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/0724a57d-0ce9-49bb-8662-8c4ff399c4c3?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-84372505-2d39-4069-a264-f0c702e9a213" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1360e81624eee2ab4067c0108aa5dba6f3afa7b2" 2018-10-22 15:08:19,123 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d6cb3099-df7b-4c38-9154-121613374444 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-10-22 15:08:19,123 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/0724a57d-0ce9-49bb-8662-8c4ff399c4c3?force=False used request id req-d6cb3099-df7b-4c38-9154-121613374444 2018-10-22 15:08:19,125 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:19,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:08:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["i6YRg7d0TjCUVoPyulXb3Q"], "issued_at": "2018-10-22T15:08:19.000000Z"}} 2018-10-22 15:08:19,511 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee00a92505eaaa93c433e4717fb7c7ef3093257e" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-ebf60ee0-098d-4f71-a060-738891de9882-qos"}}' 2018-10-22 15:08:19,706 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:19 GMT Server: Apache x-compute-request-id: req-9e079ce0-ffd7-415f-9c3c-8ce03b37f9f5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9e079ce0-ffd7-415f-9c3c-8ce03b37f9f5 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "7e928299-1535-4963-a68d-7c92f5a73f09", "name": "CinderUtilsVolumeTypeCompleteTests-ebf60ee0-098d-4f71-a060-738891de9882-qos"}, "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/7e928299-1535-4963-a68d-7c92f5a73f09", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/qos-specs/7e928299-1535-4963-a68d-7c92f5a73f09", "rel": "bookmark"}]} 2018-10-22 15:08:19,706 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs used request id req-9e079ce0-ffd7-415f-9c3c-8ce03b37f9f5 2018-10-22 15:08:19,709 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9e079ce0-ffd7-415f-9c3c-8ce03b37f9f5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee00a92505eaaa93c433e4717fb7c7ef3093257e" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-ebf60ee0-098d-4f71-a060-738891de9882", "description": null}}' 2018-10-22 15:08:19,905 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:19 GMT Server: Apache x-compute-request-id: req-cd361b8a-d6d5-4b18-b9ef-ce485a1016d1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cd361b8a-d6d5-4b18-b9ef-ce485a1016d1 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-ebf60ee0-098d-4f71-a060-738891de9882", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a821237c-b7c5-48ea-a409-f7af469c3d38", "description": null}} 2018-10-22 15:08:19,905 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types used request id req-cd361b8a-d6d5-4b18-b9ef-ce485a1016d1 2018-10-22 15:08:19,909 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9e079ce0-ffd7-415f-9c3c-8ce03b37f9f5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee00a92505eaaa93c433e4717fb7c7ef3093257e" 2018-10-22 15:08:20,074 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:19 GMT Server: Apache x-compute-request-id: req-a97d6054-5641-404c-84cb-c3314689a453 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a97d6054-5641-404c-84cb-c3314689a453 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "7e928299-1535-4963-a68d-7c92f5a73f09", "name": "CinderUtilsVolumeTypeCompleteTests-ebf60ee0-098d-4f71-a060-738891de9882-qos"}]} 2018-10-22 15:08:20,074 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs used request id req-a97d6054-5641-404c-84cb-c3314689a453 2018-10-22 15:08:20,078 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/None/associate?vol_type_id=a821237c-b7c5-48ea-a409-f7af469c3d38 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9e079ce0-ffd7-415f-9c3c-8ce03b37f9f5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee00a92505eaaa93c433e4717fb7c7ef3093257e" 2018-10-22 15:08:20,255 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15:08:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-6d50c62f-9107-434e-8b0e-34f3022f6bb5 x-openstack-request-id: req-6d50c62f-9107-434e-8b0e-34f3022f6bb5 Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-10-22 15:08:20,255 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/None/associate?vol_type_id=a821237c-b7c5-48ea-a409-f7af469c3d38 used request id req-6d50c62f-9107-434e-8b0e-34f3022f6bb5 2018-10-22 15:08:20,255 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-6d50c62f-9107-434e-8b0e-34f3022f6bb5) 2018-10-22 15:08:20,256 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-ebf60ee0-098d-4f71-a060-738891de9882 2018-10-22 15:08:20,259 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/a821237c-b7c5-48ea-a409-f7af469c3d38 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9e079ce0-ffd7-415f-9c3c-8ce03b37f9f5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee00a92505eaaa93c433e4717fb7c7ef3093257e" 2018-10-22 15:08:20,464 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7a7e4b93-6287-4c60-b8d0-6ade52dd5405 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-10-22 15:08:20,464 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/a821237c-b7c5-48ea-a409-f7af469c3d38 used request id req-7a7e4b93-6287-4c60-b8d0-6ade52dd5405 2018-10-22 15:08:20,465 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-ebf60ee0-098d-4f71-a060-738891de9882-qos 2018-10-22 15:08:20,468 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/7e928299-1535-4963-a68d-7c92f5a73f09?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9e079ce0-ffd7-415f-9c3c-8ce03b37f9f5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee00a92505eaaa93c433e4717fb7c7ef3093257e" 2018-10-22 15:08:20,649 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2300e9d7-83e3-42e3-8cca-fe7cdd6b2788 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-10-22 15:08:20,649 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/7e928299-1535-4963-a68d-7c92f5a73f09?force=False used request id req-2300e9d7-83e3-42e3-8cca-fe7cdd6b2788 2018-10-22 15:08:20,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:21,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:08:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["6MWM62eORays8gRw8IXK2w"], "issued_at": "2018-10-22T15:08:21.000000Z"}} 2018-10-22 15:08:21,027 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2d5d4a35317e82016d531128aaf0552f1fabb2" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-13abeda9-a295-489b-8cc3-02bfbaba697a-qos"}}' 2018-10-22 15:08:21,219 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:21 GMT Server: Apache x-compute-request-id: req-bb33ed4b-9f70-4517-9160-cfe0cc491a50 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bb33ed4b-9f70-4517-9160-cfe0cc491a50 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "2920c3c8-1b35-466f-a047-762d6dabdac2", "name": "CinderUtilsVolumeTypeCompleteTests-13abeda9-a295-489b-8cc3-02bfbaba697a-qos"}, "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/2920c3c8-1b35-466f-a047-762d6dabdac2", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/qos-specs/2920c3c8-1b35-466f-a047-762d6dabdac2", "rel": "bookmark"}]} 2018-10-22 15:08:21,219 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs used request id req-bb33ed4b-9f70-4517-9160-cfe0cc491a50 2018-10-22 15:08:21,223 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-bb33ed4b-9f70-4517-9160-cfe0cc491a50" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2d5d4a35317e82016d531128aaf0552f1fabb2" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-13abeda9-a295-489b-8cc3-02bfbaba697a", "description": null}}' 2018-10-22 15:08:21,438 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:21 GMT Server: Apache x-compute-request-id: req-fbec6963-82b7-4b08-b739-ee9d3ffc0355 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fbec6963-82b7-4b08-b739-ee9d3ffc0355 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-13abeda9-a295-489b-8cc3-02bfbaba697a", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a7e0cadf-1a81-440f-ab06-43e5c212bf6c", "description": null}} 2018-10-22 15:08:21,438 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types used request id req-fbec6963-82b7-4b08-b739-ee9d3ffc0355 2018-10-22 15:08:21,442 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bb33ed4b-9f70-4517-9160-cfe0cc491a50" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2d5d4a35317e82016d531128aaf0552f1fabb2" 2018-10-22 15:08:21,595 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:21 GMT Server: Apache x-compute-request-id: req-c0f63f7c-e966-4f98-b3cf-d3aa9d960e56 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c0f63f7c-e966-4f98-b3cf-d3aa9d960e56 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "2920c3c8-1b35-466f-a047-762d6dabdac2", "name": "CinderUtilsVolumeTypeCompleteTests-13abeda9-a295-489b-8cc3-02bfbaba697a-qos"}]} 2018-10-22 15:08:21,595 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs used request id req-c0f63f7c-e966-4f98-b3cf-d3aa9d960e56 2018-10-22 15:08:21,598 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/2920c3c8-1b35-466f-a047-762d6dabdac2/associate?vol_type_id=a7e0cadf-1a81-440f-ab06-43e5c212bf6c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bb33ed4b-9f70-4517-9160-cfe0cc491a50" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2d5d4a35317e82016d531128aaf0552f1fabb2" 2018-10-22 15:08:21,828 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d919925c-c206-4967-ba98-48c08e347456 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-10-22 15:08:21,828 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/2920c3c8-1b35-466f-a047-762d6dabdac2/associate?vol_type_id=a7e0cadf-1a81-440f-ab06-43e5c212bf6c used request id req-d919925c-c206-4967-ba98-48c08e347456 2018-10-22 15:08:21,828 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-13abeda9-a295-489b-8cc3-02bfbaba697a 2018-10-22 15:08:21,831 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/a7e0cadf-1a81-440f-ab06-43e5c212bf6c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bb33ed4b-9f70-4517-9160-cfe0cc491a50" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2d5d4a35317e82016d531128aaf0552f1fabb2" 2018-10-22 15:08:22,027 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4af50dd9-d812-41fb-8de8-aab234a7b739 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-10-22 15:08:22,027 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/a7e0cadf-1a81-440f-ab06-43e5c212bf6c used request id req-4af50dd9-d812-41fb-8de8-aab234a7b739 2018-10-22 15:08:22,027 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-13abeda9-a295-489b-8cc3-02bfbaba697a-qos 2018-10-22 15:08:22,030 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/2920c3c8-1b35-466f-a047-762d6dabdac2?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bb33ed4b-9f70-4517-9160-cfe0cc491a50" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2d5d4a35317e82016d531128aaf0552f1fabb2" 2018-10-22 15:08:22,074 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-768811b6-f198-423f-a4e3-3f344d4406b3 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-10-22 15:08:22,074 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/2920c3c8-1b35-466f-a047-762d6dabdac2?force=False used request id req-768811b6-f198-423f-a4e3-3f344d4406b3 2018-10-22 15:08:22,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:22,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7981b9d31ad841338d5af28f3b8236a1", "name": "heat_stack_owner"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "2273b2f7d5954ccb83226b0c6c405325", "name": "Member"}], "expires_at": "2018-10-22T16:08:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e9a3444377442da8b38ad768127d234", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8e9a3444377442da8b38ad768127d234", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "id": "a953f4951fb74edeb959c88ea2c28c26"}, "audit_ids": ["v8SJIAPWRimNkVmL3iFKCw"], "issued_at": "2018-10-22T15:08:22.000000Z"}} 2018-10-22 15:08:22,472 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d8b3761caeb1a57b36f2fdf618d2f37266c624" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-b4337737-65f6-4a95-8d42-f134cae1bf2a-qos"}}' 2018-10-22 15:08:22,638 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:22 GMT Server: Apache x-compute-request-id: req-77942d03-eee5-476f-8f23-6737a2cde383 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-77942d03-eee5-476f-8f23-6737a2cde383 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "6def8bc9-872b-45e1-8b17-cfd7ce3010ef", "name": "CinderUtilsVolumeTypeCompleteTests-b4337737-65f6-4a95-8d42-f134cae1bf2a-qos"}, "links": [{"href": "http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/6def8bc9-872b-45e1-8b17-cfd7ce3010ef", "rel": "self"}, {"href": "http://172.30.9.22:8776/8e9a3444377442da8b38ad768127d234/qos-specs/6def8bc9-872b-45e1-8b17-cfd7ce3010ef", "rel": "bookmark"}]} 2018-10-22 15:08:22,638 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs used request id req-77942d03-eee5-476f-8f23-6737a2cde383 2018-10-22 15:08:22,641 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-77942d03-eee5-476f-8f23-6737a2cde383" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d8b3761caeb1a57b36f2fdf618d2f37266c624" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-b4337737-65f6-4a95-8d42-f134cae1bf2a", "description": null}}' 2018-10-22 15:08:22,861 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:22 GMT Server: Apache x-compute-request-id: req-98283dfc-daf4-42a3-ab08-9efae26947b1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-98283dfc-daf4-42a3-ab08-9efae26947b1 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-b4337737-65f6-4a95-8d42-f134cae1bf2a", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9edfe988-f65c-4fcf-94cf-0f1026a9fb93", "description": null}} 2018-10-22 15:08:22,861 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types used request id req-98283dfc-daf4-42a3-ab08-9efae26947b1 2018-10-22 15:08:22,864 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/9edfe988-f65c-4fcf-94cf-0f1026a9fb93/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-77942d03-eee5-476f-8f23-6737a2cde383" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d8b3761caeb1a57b36f2fdf618d2f37266c624" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-22 15:08:23,063 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:22 GMT Server: Apache x-compute-request-id: req-6ce0ed23-9fe0-4359-b1ca-695c161b6701 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6ce0ed23-9fe0-4359-b1ca-695c161b6701 Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "9edfe988-f65c-4fcf-94cf-0f1026a9fb93", "name": "foo", "control_location": "back-end", "encryption_id": "9c56afd7-9151-4876-8e2d-fd9bc486009a", "provider": "bar", "provider_class": "bar"}} 2018-10-22 15:08:23,063 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/9edfe988-f65c-4fcf-94cf-0f1026a9fb93/encryption used request id req-6ce0ed23-9fe0-4359-b1ca-695c161b6701 2018-10-22 15:08:23,066 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77942d03-eee5-476f-8f23-6737a2cde383" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d8b3761caeb1a57b36f2fdf618d2f37266c624" 2018-10-22 15:08:23,224 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:23 GMT Server: Apache x-compute-request-id: req-3dbe6016-49d5-49df-be97-6e005de3be69 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3dbe6016-49d5-49df-be97-6e005de3be69 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "6def8bc9-872b-45e1-8b17-cfd7ce3010ef", "name": "CinderUtilsVolumeTypeCompleteTests-b4337737-65f6-4a95-8d42-f134cae1bf2a-qos"}]} 2018-10-22 15:08:23,224 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs used request id req-3dbe6016-49d5-49df-be97-6e005de3be69 2018-10-22 15:08:23,227 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/6def8bc9-872b-45e1-8b17-cfd7ce3010ef/associate?vol_type_id=9edfe988-f65c-4fcf-94cf-0f1026a9fb93 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77942d03-eee5-476f-8f23-6737a2cde383" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d8b3761caeb1a57b36f2fdf618d2f37266c624" 2018-10-22 15:08:23,523 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9ee9b056-ed07-40c4-9be5-388c88439317 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-10-22 15:08:23,523 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/6def8bc9-872b-45e1-8b17-cfd7ce3010ef/associate?vol_type_id=9edfe988-f65c-4fcf-94cf-0f1026a9fb93 used request id req-9ee9b056-ed07-40c4-9be5-388c88439317 2018-10-22 15:08:23,526 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/9edfe988-f65c-4fcf-94cf-0f1026a9fb93 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77942d03-eee5-476f-8f23-6737a2cde383" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d8b3761caeb1a57b36f2fdf618d2f37266c624" 2018-10-22 15:08:23,703 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:23 GMT Server: Apache x-compute-request-id: req-78d02405-2264-432f-b509-8fec83704d11 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-78d02405-2264-432f-b509-8fec83704d11 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-b4337737-65f6-4a95-8d42-f134cae1bf2a", "qos_specs_id": "6def8bc9-872b-45e1-8b17-cfd7ce3010ef", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9edfe988-f65c-4fcf-94cf-0f1026a9fb93", "description": null}} 2018-10-22 15:08:23,703 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/9edfe988-f65c-4fcf-94cf-0f1026a9fb93 used request id req-78d02405-2264-432f-b509-8fec83704d11 2018-10-22 15:08:23,706 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/9edfe988-f65c-4fcf-94cf-0f1026a9fb93/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77942d03-eee5-476f-8f23-6737a2cde383" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d8b3761caeb1a57b36f2fdf618d2f37266c624" 2018-10-22 15:08:23,728 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:23 GMT Server: Apache x-compute-request-id: req-117003a9-44fe-4e51-9c57-928436014adc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-117003a9-44fe-4e51-9c57-928436014adc Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "9edfe988-f65c-4fcf-94cf-0f1026a9fb93", "control_location": "back-end", "deleted": false, "created_at": "2018-10-22T15:08:23.000000", "updated_at": null, "encryption_id": "9c56afd7-9151-4876-8e2d-fd9bc486009a", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-22 15:08:23,728 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/9edfe988-f65c-4fcf-94cf-0f1026a9fb93/encryption used request id req-117003a9-44fe-4e51-9c57-928436014adc 2018-10-22 15:08:23,729 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-b4337737-65f6-4a95-8d42-f134cae1bf2a 2018-10-22 15:08:23,731 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/9edfe988-f65c-4fcf-94cf-0f1026a9fb93 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77942d03-eee5-476f-8f23-6737a2cde383" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d8b3761caeb1a57b36f2fdf618d2f37266c624" 2018-10-22 15:08:23,753 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:23 GMT Server: Apache x-compute-request-id: req-8d0fe2f2-04f6-45d9-87d0-b329110b7f94 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8d0fe2f2-04f6-45d9-87d0-b329110b7f94 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-b4337737-65f6-4a95-8d42-f134cae1bf2a", "qos_specs_id": "6def8bc9-872b-45e1-8b17-cfd7ce3010ef", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9edfe988-f65c-4fcf-94cf-0f1026a9fb93", "description": null}} 2018-10-22 15:08:23,753 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/9edfe988-f65c-4fcf-94cf-0f1026a9fb93 used request id req-8d0fe2f2-04f6-45d9-87d0-b329110b7f94 2018-10-22 15:08:23,756 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/9edfe988-f65c-4fcf-94cf-0f1026a9fb93/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77942d03-eee5-476f-8f23-6737a2cde383" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d8b3761caeb1a57b36f2fdf618d2f37266c624" 2018-10-22 15:08:24,025 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-06934cfd-128d-47e3-9bba-a63daa1fd095 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-10-22 15:08:24,025 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/9edfe988-f65c-4fcf-94cf-0f1026a9fb93/encryption/provider used request id req-06934cfd-128d-47e3-9bba-a63daa1fd095 2018-10-22 15:08:24,026 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-b4337737-65f6-4a95-8d42-f134cae1bf2a 2018-10-22 15:08:24,028 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/9edfe988-f65c-4fcf-94cf-0f1026a9fb93 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77942d03-eee5-476f-8f23-6737a2cde383" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d8b3761caeb1a57b36f2fdf618d2f37266c624" 2018-10-22 15:08:24,237 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8d834240-05cb-4ad9-b273-df4d72a7f04e 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-10-22 15:08:24,237 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/types/9edfe988-f65c-4fcf-94cf-0f1026a9fb93 used request id req-8d834240-05cb-4ad9-b273-df4d72a7f04e 2018-10-22 15:08:24,237 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-b4337737-65f6-4a95-8d42-f134cae1bf2a-qos 2018-10-22 15:08:24,240 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/6def8bc9-872b-45e1-8b17-cfd7ce3010ef?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77942d03-eee5-476f-8f23-6737a2cde383" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d8b3761caeb1a57b36f2fdf618d2f37266c624" 2018-10-22 15:08:24,440 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:08:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-65a21197-4323-4776-8a10-5caae15c40f9 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-10-22 15:08:24,440 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/8e9a3444377442da8b38ad768127d234/qos-specs/6def8bc9-872b-45e1-8b17-cfd7ce3010ef?force=False used request id req-65a21197-4323-4776-8a10-5caae15c40f9 2018-10-22 15:08:24,441 - 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 747.027s OK 2018-10-22 15:08:24,605 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 15:08:24,605 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:27 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-22 15:08:24,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:08:24,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 15:08:24,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6416f12-6131-453f-8daf-7ffb5de61b3d Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "7981b9d31ad841338d5af28f3b8236a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:08:24,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f6416f12-6131-453f-8daf-7ffb5de61b3d 2018-10-22 15:08:24,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.085813999176s 2018-10-22 15:08:24,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-22 15:08:24,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 15:08:24,835 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:08:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7592ac27-6314-421b-881b-20d5809ce682 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:08:24,835 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/7981b9d31ad841338d5af28f3b8236a1 used request id req-7592ac27-6314-421b-881b-20d5809ce682 2018-10-22 15:08:24,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.136797904968s 2018-10-22 15:08:24,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:08:24,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 15:08:24,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d87a02f-9941-4a9c-866a-fa0d518f71cc Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942", "links": {"self": "http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26"}, "domain_id": "default", "enabled": true, "id": "a953f4951fb74edeb959c88ea2c28c26", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 15:08:24,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-7d87a02f-9941-4a9c-866a-fa0d518f71cc 2018-10-22 15:08:24,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0976309776306s 2018-10-22 15:08:24,934 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-7d87a02f-9941-4a9c-866a-fa0d518f71cc 2018-10-22 15:08:24,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:08:24,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 15:08:25,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-643f134d-1571-44e9-918f-32a96dad081f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26"}, "enabled": true, "id": "a953f4951fb74edeb959c88ea2c28c26", "options": {}, "domain_id": "default", "name": "api_check-user_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}} 2018-10-22 15:08:25,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26 used request id req-643f134d-1571-44e9-918f-32a96dad081f 2018-10-22 15:08:25,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0949659347534s 2018-10-22 15:08:25,035 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26 used request id req-643f134d-1571-44e9-918f-32a96dad081f 2018-10-22 15:08:25,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-22 15:08:25,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 15:08:25,233 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:08:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f0ed217-15a9-4a00-9c61-1dcb40c6dee5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:08:25,233 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26 used request id req-7f0ed217-15a9-4a00-9c61-1dcb40c6dee5 2018-10-22 15:08:25,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.197463989258s 2018-10-22 15:08:25,233 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/a953f4951fb74edeb959c88ea2c28c26 used request id req-7f0ed217-15a9-4a00-9c61-1dcb40c6dee5 2018-10-22 15:08:25,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 15:08:25,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 15:08:25,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cacac92c-a93f-41cf-aefb-fc8c5ec6bf94 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234"}, "enabled": true, "id": "8e9a3444377442da8b38ad768127d234", "parent_id": "default", "domain_id": "default", "name": "api_check-project_06d5a517-0f37-4c12-ac4e-0df8d0f82942"}]} 2018-10-22 15:08:25,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-cacac92c-a93f-41cf-aefb-fc8c5ec6bf94 2018-10-22 15:08:25,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0839750766754s 2018-10-22 15:08:25,318 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-cacac92c-a93f-41cf-aefb-fc8c5ec6bf94 2018-10-22 15:08:25,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-22 15:08:25,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 15:08:25,490 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:08:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47cf2079-9409-42e2-8929-d76b4319ac5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:08:25,490 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-47cf2079-9409-42e2-8929-d76b4319ac5a 2018-10-22 15:08:25,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.169587850571s 2018-10-22 15:08:25,491 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/8e9a3444377442da8b38ad768127d234 used request id req-47cf2079-9409-42e2-8929-d76b4319ac5a 2018-10-22 15:08:25,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:08:25,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 15:08:25,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-871ab7fa-95dc-416f-aa15-ed6c18241735 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2273b2f7d5954ccb83226b0c6c405325", "links": {"self": "http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:08:25,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-871ab7fa-95dc-416f-aa15-ed6c18241735 2018-10-22 15:08:25,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0778520107269s 2018-10-22 15:08:25,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-22 15:08:25,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 15:08:25,673 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:08:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a27475d-f1a1-4198-8040-4ae43c403385 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:08:25,673 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/2273b2f7d5954ccb83226b0c6c405325 used request id req-6a27475d-f1a1-4198-8040-4ae43c403385 2018-10-22 15:08:25,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.102631092072s 2018-10-22 15:08:25,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-22 15:08:25,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=8e9a3444377442da8b38ad768127d234&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}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 15:08:25,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-b16216d9-7280-4848-af27-9258b042fada Date: Mon, 22 Oct 2018 15:08:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:56:25Z", "updated_at": "2018-10-22T14:56:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "067cf009-4b88-429d-8eb6-e0714d8b6b2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "5444c119-ec36-4418-aba0-f1d27820abb4", "remote_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "b6d9d9f9-7ec5-4d5a-93ed-08317b0b78ed", "remote_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "f46db475-71ce-4ad4-805b-168823a1f1fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 4, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "name": "default"}]} 2018-10-22 15:08:25,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=8e9a3444377442da8b38ad768127d234&name=default used request id req-b16216d9-7280-4848-af27-9258b042fada 2018-10-22 15:08:25,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.183072805405s 2018-10-22 15:08:25,862 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=8e9a3444377442da8b38ad768127d234&name=default used request id req-b16216d9-7280-4848-af27-9258b042fada 2018-10-22 15:08:25,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-22 15:08:25,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 15:08:26,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-54dd40fa-64d7-4282-b3b3-8ef3c6506dae Date: Mon, 22 Oct 2018 15:08:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:56:25Z", "updated_at": "2018-10-22T14:56:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "f46db475-71ce-4ad4-805b-168823a1f1fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "b6d9d9f9-7ec5-4d5a-93ed-08317b0b78ed", "remote_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "5444c119-ec36-4418-aba0-f1d27820abb4", "remote_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e9a3444377442da8b38ad768127d234"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:56:25Z", "revision_number": 0, "id": "067cf009-4b88-429d-8eb6-e0714d8b6b2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:56:25Z", "security_group_id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "tenant_id": "8e9a3444377442da8b38ad768127d234", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e9a3444377442da8b38ad768127d234"}], "revision_number": 4, "project_id": "8e9a3444377442da8b38ad768127d234", "id": "85905045-bb0e-4db0-8df6-7bf07d91b089", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "updated_at": "2018-10-22T14:58:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "67e51c9b-e362-42bd-a305-439e546f173e", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "90643a86-0f62-4588-9a8c-68cea1343ff6", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "name": "default"}]} 2018-10-22 15:08:26,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-54dd40fa-64d7-4282-b3b3-8ef3c6506dae 2018-10-22 15:08:26,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.204777002335s 2018-10-22 15:08:26,071 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-54dd40fa-64d7-4282-b3b3-8ef3c6506dae 2018-10-22 15:08:26,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-22 15:08:26,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/85905045-bb0e-4db0-8df6-7bf07d91b089.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}0f8850704c263b1366c459052d81ac90eb85c758" 2018-10-22 15:08:26,429 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9334772e-d3b0-4c53-a632-058ff423f76a Content-Length: 0 Date: Mon, 22 Oct 2018 15:08:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:08:26,430 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/85905045-bb0e-4db0-8df6-7bf07d91b089.json used request id req-9334772e-d3b0-4c53-a632-058ff423f76a 2018-10-22 15:08:26,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.354902029037s 2018-10-22 15:08:26,430 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/85905045-bb0e-4db0-8df6-7bf07d91b089.json used request id req-9334772e-d3b0-4c53-a632-058ff423f76a 2018-10-22 15:08:26,450 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-10-22 15:08:26,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 15:08:26,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 15:08:26,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 15:08:26,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 15:08:26,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 15:08:26,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 15:08:26,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 15:08:26,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 15:08:26,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 15:08:26,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 15:08:26,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 15:08:26,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 15:08:26,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 15:08:26,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 15:08:26,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 15:08:26,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 15:08:26,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 15:08:26,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 15:08:26,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 15:08:26,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 15:08:26,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 15:08:26,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 15:08:26,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-22 15:08:26,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 15:08:26,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40eb6b45-67d4-41c4-b254-1b322e3612c1 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:08:26,494 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-40eb6b45-67d4-41c4-b254-1b322e3612c1 2018-10-22 15:08:26,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:26,862 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T16:08:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["E_QmBeSYQrOrIDY6qf0P1g"], "issued_at": "2018-10-22T15:08:26.000000Z"}} 2018-10-22 15:08:26,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:26,871 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:08:26 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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:08:26,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:26,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4daa0796-2889-41fe-8578-b6ad8466e584 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/4efcfa9916f34e3598719fc817429a11"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4efcfa9916f34e3598719fc817429a11"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-10-22 15:08:26,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-4daa0796-2889-41fe-8578-b6ad8466e584 2018-10-22 15:08:26,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.468443870544s 2018-10-22 15:08:26,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-22 15:08:26,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_1ebb19cd-294e-4c08-a1c3-18682cbbba21"}}' 2018-10-22 15:08:27,063 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:08:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ff7f6a2-6e29-4029-a770-54458ca426fd 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.22:5000/v3/projects/dff6fc1720004d0882def32963b34465"}, "enabled": true, "id": "dff6fc1720004d0882def32963b34465", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_1ebb19cd-294e-4c08-a1c3-18682cbbba21"}} 2018-10-22 15:08:27,063 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-6ff7f6a2-6e29-4029-a770-54458ca426fd 2018-10-22 15:08:27,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.106058120728s 2018-10-22 15:08:27,063 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-6ff7f6a2-6e29-4029-a770-54458ca426fd 2018-10-22 15:08:27,064 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_1ebb19cd-294e-4c08-a1c3-18682cbbba21', 'id': u'dff6fc1720004d0882def32963b34465', '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-10-22 15:08:27,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-22 15:08:27,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.363202095032s 2018-10-22 15:08:27,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/2295239a905143b48b85530143f85d9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:27,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b51478b8-b506-40d2-96df-37208cdf81d2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/2295239a905143b48b85530143f85d9f"}, "enabled": true, "id": "2295239a905143b48b85530143f85d9f", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_1ebb19cd-294e-4c08-a1c3-18682cbbba21"}} 2018-10-22 15:08:27,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/2295239a905143b48b85530143f85d9f used request id req-b51478b8-b506-40d2-96df-37208cdf81d2 2018-10-22 15:08:27,525 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2295239a905143b48b85530143f85d9f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_1ebb19cd-294e-4c08-a1c3-18682cbbba21'}) 2018-10-22 15:08:27,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:08:27,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:27,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7fa21b5-b97c-48b2-a677-0b95c8ef680e Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:08:27,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d7fa21b5-b97c-48b2-a677-0b95c8ef680e 2018-10-22 15:08:27,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0753149986267s 2018-10-22 15:08:27,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:08:27,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:27,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-903167aa-38e0-483a-8c27-3295817c9e91 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:08:27,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-903167aa-38e0-483a-8c27-3295817c9e91 2018-10-22 15:08:27,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0781939029694s 2018-10-22 15:08:27,681 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 15:08:27,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-22 15:08:27,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" -d '{"role": {"name": "Member"}}' 2018-10-22 15:08:27,854 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:08:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-368b24dc-5850-4123-9579-fa7d2d929be7 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "53b326903db349c59fdd1f5bb668d1f5", "links": {"self": "http://172.30.9.22:5000/v3/roles/53b326903db349c59fdd1f5bb668d1f5"}, "name": "Member"}} 2018-10-22 15:08:27,854 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-368b24dc-5850-4123-9579-fa7d2d929be7 2018-10-22 15:08:27,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.172183036804s 2018-10-22 15:08:27,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/53b326903db349c59fdd1f5bb668d1f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:27,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfd5a50b-2c40-47f7-b8aa-05a657b6b36f Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/53b326903db349c59fdd1f5bb668d1f5"}, "domain_id": null, "name": "Member", "id": "53b326903db349c59fdd1f5bb668d1f5"}} 2018-10-22 15:08:27,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/53b326903db349c59fdd1f5bb668d1f5 used request id req-cfd5a50b-2c40-47f7-b8aa-05a657b6b36f 2018-10-22 15:08:27,869 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/53b326903db349c59fdd1f5bb668d1f5'}, 'domain_id': None, 'human_id': None, 'id': u'53b326903db349c59fdd1f5bb668d1f5', 'HUMAN_ID': False}) 2018-10-22 15:08:27,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:08:27,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:27,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9545c080-8777-44bf-9f3d-b26285938a62 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53b326903db349c59fdd1f5bb668d1f5", "links": {"self": "http://172.30.9.22:5000/v3/roles/53b326903db349c59fdd1f5bb668d1f5"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:08:27,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9545c080-8777-44bf-9f3d-b26285938a62 2018-10-22 15:08:27,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0795130729675s 2018-10-22 15:08:27,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 15:08:27,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:28,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-676722d3-8b90-49d4-b32f-99f4c5156903 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 15:08:28,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-676722d3-8b90-49d4-b32f-99f4c5156903 2018-10-22 15:08:28,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0773749351501s 2018-10-22 15:08:28,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:08:28,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:28,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b993015-a873-4f80-a91d-380621d0f1c1 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_1ebb19cd-294e-4c08-a1c3-18682cbbba21", "links": {"self": "http://172.30.9.22:5000/v3/users/2295239a905143b48b85530143f85d9f"}, "domain_id": "default", "enabled": true, "id": "2295239a905143b48b85530143f85d9f", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 15:08:28,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-0b993015-a873-4f80-a91d-380621d0f1c1 2018-10-22 15:08:28,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0934588909149s 2018-10-22 15:08:28,123 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-0b993015-a873-4f80-a91d-380621d0f1c1 2018-10-22 15:08:28,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 15:08:28,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:28,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a56bbf9-8675-419b-9e3a-967440185e2d Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/dff6fc1720004d0882def32963b34465"}, "enabled": true, "id": "dff6fc1720004d0882def32963b34465", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_1ebb19cd-294e-4c08-a1c3-18682cbbba21"}]} 2018-10-22 15:08:28,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-7a56bbf9-8675-419b-9e3a-967440185e2d 2018-10-22 15:08:28,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0858631134033s 2018-10-22 15:08:28,215 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-7a56bbf9-8675-419b-9e3a-967440185e2d 2018-10-22 15:08:28,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 15:08:28,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=2295239a905143b48b85530143f85d9f&scope.project.id=dff6fc1720004d0882def32963b34465&role.id=53b326903db349c59fdd1f5bb668d1f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:28,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-340b3950-13ff-4681-9b5a-49b261c0bf67 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=2295239a905143b48b85530143f85d9f&scope.project.id=dff6fc1720004d0882def32963b34465&role.id=53b326903db349c59fdd1f5bb668d1f5", "previous": null, "next": null}} 2018-10-22 15:08:28,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=2295239a905143b48b85530143f85d9f&scope.project.id=dff6fc1720004d0882def32963b34465&role.id=53b326903db349c59fdd1f5bb668d1f5 used request id req-340b3950-13ff-4681-9b5a-49b261c0bf67 2018-10-22 15:08:28,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0793988704681s 2018-10-22 15:08:28,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 15:08:28,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/dff6fc1720004d0882def32963b34465/users/2295239a905143b48b85530143f85d9f/roles/53b326903db349c59fdd1f5bb668d1f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:28,466 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:08:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56dab1e3-6beb-40b1-8525-166fca12f29f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:08:28,466 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/dff6fc1720004d0882def32963b34465/users/2295239a905143b48b85530143f85d9f/roles/53b326903db349c59fdd1f5bb668d1f5 used request id req-56dab1e3-6beb-40b1-8525-166fca12f29f 2018-10-22 15:08:28,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.168350934982s 2018-10-22 15:08:28,467 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_1ebb19cd-294e-4c08-a1c3-18682cbbba21', 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': '9e4ebc5f-9aed-4be9-b7c2-0f1cfe168dae', 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_1ebb19cd-294e-4c08-a1c3-18682cbbba21', 'project_id': u'dff6fc1720004d0882def32963b34465', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 15:08:28,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 15:08:28,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 15:08:28,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 15:08:28,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 15:08:28,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 15:08:28,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 15:08:28,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 15:08:28,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 15:08:28,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 15:08:28,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 15:08:28,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 15:08:28,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 15:08:28,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 15:08:28,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 15:08:28,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 15:08:28,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 15:08:28,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 15:08:28,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 15:08:28,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 15:08:28,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 15:08:28,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 15:08:28,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 15:08:28,472 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_1ebb19cd-294e-4c08-a1c3-18682cbbba21', 'password': '9e4ebc5f-9aed-4be9-b7c2-0f1cfe168dae', 'project_name': 'snaps_health_check-project_1ebb19cd-294e-4c08-a1c3-18682cbbba21', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'dff6fc1720004d0882def32963b34465', 'project_domain_name': 'Default'} 2018-10-22 15:08:28,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:08:28,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:28,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58fd57d9-c11c-4928-84fc-2d987f2882ac Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53b326903db349c59fdd1f5bb668d1f5", "links": {"self": "http://172.30.9.22:5000/v3/roles/53b326903db349c59fdd1f5bb668d1f5"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:08:28,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-58fd57d9-c11c-4928-84fc-2d987f2882ac 2018-10-22 15:08:28,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0821068286896s 2018-10-22 15:08:28,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:08:28,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:28,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73b65644-ce1b-4805-a00a-aaa57759e63b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53b326903db349c59fdd1f5bb668d1f5", "links": {"self": "http://172.30.9.22:5000/v3/roles/53b326903db349c59fdd1f5bb668d1f5"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:08:28,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-73b65644-ce1b-4805-a00a-aaa57759e63b 2018-10-22 15:08:28,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824608802795s 2018-10-22 15:08:28,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 15:08:28,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:28,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4767527b-b709-4a39-8212-9462e0d16bb0 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 15:08:28,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-4767527b-b709-4a39-8212-9462e0d16bb0 2018-10-22 15:08:28,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0745739936829s 2018-10-22 15:08:28,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:08:28,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:28,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30900f4a-467e-438a-97a4-0e3bc8150d67 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_1ebb19cd-294e-4c08-a1c3-18682cbbba21", "links": {"self": "http://172.30.9.22:5000/v3/users/2295239a905143b48b85530143f85d9f"}, "domain_id": "default", "enabled": true, "id": "2295239a905143b48b85530143f85d9f", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 15:08:28,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-30900f4a-467e-438a-97a4-0e3bc8150d67 2018-10-22 15:08:28,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102541923523s 2018-10-22 15:08:28,818 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-30900f4a-467e-438a-97a4-0e3bc8150d67 2018-10-22 15:08:28,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 15:08:28,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:28,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0adf1343-60d4-448c-b4a7-c1e9768c4907 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/dff6fc1720004d0882def32963b34465"}, "enabled": true, "id": "dff6fc1720004d0882def32963b34465", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_1ebb19cd-294e-4c08-a1c3-18682cbbba21"}]} 2018-10-22 15:08:28,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-0adf1343-60d4-448c-b4a7-c1e9768c4907 2018-10-22 15:08:28,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0787260532379s 2018-10-22 15:08:28,903 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-0adf1343-60d4-448c-b4a7-c1e9768c4907 2018-10-22 15:08:28,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 15:08:28,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=2295239a905143b48b85530143f85d9f&scope.project.id=dff6fc1720004d0882def32963b34465&role.id=54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:28,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12627051-fb77-4b9b-beba-a324e1a1ead2 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=2295239a905143b48b85530143f85d9f&scope.project.id=dff6fc1720004d0882def32963b34465&role.id=54475a0b5ce34095bb526868da234e2a", "previous": null, "next": null}} 2018-10-22 15:08:28,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=2295239a905143b48b85530143f85d9f&scope.project.id=dff6fc1720004d0882def32963b34465&role.id=54475a0b5ce34095bb526868da234e2a used request id req-12627051-fb77-4b9b-beba-a324e1a1ead2 2018-10-22 15:08:28,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0723688602448s 2018-10-22 15:08:28,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 15:08:28,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/dff6fc1720004d0882def32963b34465/users/2295239a905143b48b85530143f85d9f/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:29,095 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:08:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8e8d2c5-2c20-4996-bf0a-3f467bef2aa2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:08:29,095 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/dff6fc1720004d0882def32963b34465/users/2295239a905143b48b85530143f85d9f/roles/54475a0b5ce34095bb526868da234e2a used request id req-c8e8d2c5-2c20-4996-bf0a-3f467bef2aa2 2018-10-22 15:08:29,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117016077042s 2018-10-22 15:08:29,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:08:29,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:29,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80abbf0b-6254-4d5d-93ec-254861f3228c Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53b326903db349c59fdd1f5bb668d1f5", "links": {"self": "http://172.30.9.22:5000/v3/roles/53b326903db349c59fdd1f5bb668d1f5"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:08:29,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-80abbf0b-6254-4d5d-93ec-254861f3228c 2018-10-22 15:08:29,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0793430805206s 2018-10-22 15:08:29,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-22 15:08:29,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-22 15:08:29,266 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:08:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79952167-daa0-40a3-a6af-5c34e23dcf3e Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "121dfd5845584706833e627de3fc1fe6", "links": {"self": "http://172.30.9.22:5000/v3/roles/121dfd5845584706833e627de3fc1fe6"}, "name": "heat_stack_owner"}} 2018-10-22 15:08:29,266 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-79952167-daa0-40a3-a6af-5c34e23dcf3e 2018-10-22 15:08:29,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0899488925934s 2018-10-22 15:08:29,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/121dfd5845584706833e627de3fc1fe6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:29,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b04ea697-6a78-4309-83e4-9925b0748e9b Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/121dfd5845584706833e627de3fc1fe6"}, "domain_id": null, "name": "heat_stack_owner", "id": "121dfd5845584706833e627de3fc1fe6"}} 2018-10-22 15:08:29,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/121dfd5845584706833e627de3fc1fe6 used request id req-b04ea697-6a78-4309-83e4-9925b0748e9b 2018-10-22 15:08:29,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:08:29,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:29,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1a1d2f8-b95c-4e92-817b-528b36a07fd6 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "121dfd5845584706833e627de3fc1fe6", "links": {"self": "http://172.30.9.22:5000/v3/roles/121dfd5845584706833e627de3fc1fe6"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "53b326903db349c59fdd1f5bb668d1f5", "links": {"self": "http://172.30.9.22:5000/v3/roles/53b326903db349c59fdd1f5bb668d1f5"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:08:29,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b1a1d2f8-b95c-4e92-817b-528b36a07fd6 2018-10-22 15:08:29,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0823080539703s 2018-10-22 15:08:29,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 15:08:29,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:29,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3927a371-ea9b-4d88-8e45-d1deb0aa2c2e 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 15:08:29,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-3927a371-ea9b-4d88-8e45-d1deb0aa2c2e 2018-10-22 15:08:29,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0768899917603s 2018-10-22 15:08:29,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:08:29,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:29,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaa69075-b8bc-4f07-8f4b-10e372f4f221 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_1ebb19cd-294e-4c08-a1c3-18682cbbba21", "links": {"self": "http://172.30.9.22:5000/v3/users/2295239a905143b48b85530143f85d9f"}, "domain_id": "default", "enabled": true, "id": "2295239a905143b48b85530143f85d9f", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 15:08:29,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-aaa69075-b8bc-4f07-8f4b-10e372f4f221 2018-10-22 15:08:29,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0941569805145s 2018-10-22 15:08:29,616 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-aaa69075-b8bc-4f07-8f4b-10e372f4f221 2018-10-22 15:08:29,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 15:08:29,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:29,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-916e1ddc-1475-4b0a-ab64-2d125c4055f9 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/dff6fc1720004d0882def32963b34465"}, "enabled": true, "id": "dff6fc1720004d0882def32963b34465", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_1ebb19cd-294e-4c08-a1c3-18682cbbba21"}]} 2018-10-22 15:08:29,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-916e1ddc-1475-4b0a-ab64-2d125c4055f9 2018-10-22 15:08:29,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.087249994278s 2018-10-22 15:08:29,709 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-916e1ddc-1475-4b0a-ab64-2d125c4055f9 2018-10-22 15:08:29,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 15:08:29,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=2295239a905143b48b85530143f85d9f&scope.project.id=dff6fc1720004d0882def32963b34465&role.id=121dfd5845584706833e627de3fc1fe6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:29,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16aadc96-9e5c-4926-a5d6-67ef2466eb04 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=2295239a905143b48b85530143f85d9f&scope.project.id=dff6fc1720004d0882def32963b34465&role.id=121dfd5845584706833e627de3fc1fe6", "previous": null, "next": null}} 2018-10-22 15:08:29,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=2295239a905143b48b85530143f85d9f&scope.project.id=dff6fc1720004d0882def32963b34465&role.id=121dfd5845584706833e627de3fc1fe6 used request id req-16aadc96-9e5c-4926-a5d6-67ef2466eb04 2018-10-22 15:08:29,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0717980861664s 2018-10-22 15:08:29,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 15:08:29,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/dff6fc1720004d0882def32963b34465/users/2295239a905143b48b85530143f85d9f/roles/121dfd5845584706833e627de3fc1fe6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:08:29,949 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:08:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a24a038-292e-471d-b43f-aad734cab229 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:08:29,949 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/dff6fc1720004d0882def32963b34465/users/2295239a905143b48b85530143f85d9f/roles/121dfd5845584706833e627de3fc1fe6 used request id req-4a24a038-292e-471d-b43f-aad734cab229 2018-10-22 15:08:29,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.165085077286s 2018-10-22 15:08:29,949 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-22 15:08:29,949 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-22 15:08:29,950 - openstack_tests - INFO - OS Credentials = > 2018-10-22 15:08:29,950 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:08:29,951 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:30,340 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "53b326903db349c59fdd1f5bb668d1f5", "name": "Member"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "121dfd5845584706833e627de3fc1fe6", "name": "heat_stack_owner"}], "expires_at": "2018-10-22T16:08:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dff6fc1720004d0882def32963b34465", "name": "snaps_health_check-project_1ebb19cd-294e-4c08-a1c3-18682cbbba21"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_1ebb19cd-294e-4c08-a1c3-18682cbbba21", "id": "2295239a905143b48b85530143f85d9f"}, "audit_ids": ["f_b1EJRWRvWODn217dV9Qg"], "issued_at": "2018-10-22T15:08:30.000000Z"}} 2018-10-22 15:08:30,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1aac3868d213682a6916fd1bf3493390c750e0" 2018-10-22 15:08:30,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9abcb9f3-b7d7-4954-9f1a-90c80d8da46b Date: Mon, 22 Oct 2018 15:08:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 15:08:30,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True used request id req-9abcb9f3-b7d7-4954-9f1a-90c80d8da46b 2018-10-22 15:08:30,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f1aac3868d213682a6916fd1bf3493390c750e0" 2018-10-22 15:08:30,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-1f5a68d9-43c7-410b-91ca-f46057e0d870 Date: Mon, 22 Oct 2018 15:08:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-22 15:08:30,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f used request id req-1f5a68d9-43c7-410b-91ca-f46057e0d870 2018-10-22 15:08:30,817 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-22 15:08:30,817 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-10-22 15:08:30,818 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:08:30,819 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:31,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "53b326903db349c59fdd1f5bb668d1f5", "name": "Member"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "121dfd5845584706833e627de3fc1fe6", "name": "heat_stack_owner"}], "expires_at": "2018-10-22T16:08:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dff6fc1720004d0882def32963b34465", "name": "snaps_health_check-project_1ebb19cd-294e-4c08-a1c3-18682cbbba21"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_1ebb19cd-294e-4c08-a1c3-18682cbbba21", "id": "2295239a905143b48b85530143f85d9f"}, "audit_ids": ["CPHV7eiSQOKAE5cmK0UaMw"], "issued_at": "2018-10-22T15:08:31.000000Z"}} 2018-10-22 15:08:31,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}f74d638719c3bf6a2c09692ac3f3a35a0a825593" 2018-10-22 15:08:31,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7a6e66e-679a-4deb-9369-89df68655fde 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:08:31,276 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a7a6e66e-679a-4deb-9369-89df68655fde 2018-10-22 15:08:31,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:08:31,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:31,758 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "53b326903db349c59fdd1f5bb668d1f5", "name": "Member"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "121dfd5845584706833e627de3fc1fe6", "name": "heat_stack_owner"}], "expires_at": "2018-10-22T16:08:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dff6fc1720004d0882def32963b34465", "name": "snaps_health_check-project_1ebb19cd-294e-4c08-a1c3-18682cbbba21"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_1ebb19cd-294e-4c08-a1c3-18682cbbba21", "id": "2295239a905143b48b85530143f85d9f"}, "audit_ids": ["raVLgdx2TLaT0nppYna5Lg"], "issued_at": "2018-10-22T15:08:31.000000Z"}} 2018-10-22 15:08:31,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}11822257fc188baba8f89de9dfee5ca5e786f598" 2018-10-22 15:08:31,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31a11eb0-8681-4f02-8676-e46e32bc5657 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:08:31,835 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-31a11eb0-8681-4f02-8676-e46e32bc5657 2018-10-22 15:08:31,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 15:08:31,845 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:08: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:08:31,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-217e7c74-3711-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11822257fc188baba8f89de9dfee5ca5e786f598" 2018-10-22 15:08:31,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd4f3ebe-6fe2-471c-9257-c6731ba4ce79 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-217e7c74-3711-41e-proj", "previous": null, "next": null}, "projects": []} 2018-10-22 15:08:31,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-217e7c74-3711-41e-proj used request id req-cd4f3ebe-6fe2-471c-9257-c6731ba4ce79 2018-10-22 15:08:31,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11822257fc188baba8f89de9dfee5ca5e786f598" 2018-10-22 15:08:31,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3c42137-a533-4986-b8fe-1e1b10eb9199 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 15:08:31,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-e3c42137-a533-4986-b8fe-1e1b10eb9199 2018-10-22 15:08:31,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11822257fc188baba8f89de9dfee5ca5e786f598" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-217e7c74-3711-41e-proj"}}' 2018-10-22 15:08:31,997 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:08:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00eda210-a95a-4bd0-b31d-ba063d938069 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43"}, "enabled": true, "id": "67260ac2488c460ab1762da49a898c43", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-217e7c74-3711-41e-proj"}} 2018-10-22 15:08:31,997 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-00eda210-a95a-4bd0-b31d-ba063d938069 2018-10-22 15:08:31,997 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-217e7c74-3711-41e-proj 2018-10-22 15:08:31,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:08:31,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:32,385 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "53b326903db349c59fdd1f5bb668d1f5", "name": "Member"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "121dfd5845584706833e627de3fc1fe6", "name": "heat_stack_owner"}], "expires_at": "2018-10-22T16:08:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dff6fc1720004d0882def32963b34465", "name": "snaps_health_check-project_1ebb19cd-294e-4c08-a1c3-18682cbbba21"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_1ebb19cd-294e-4c08-a1c3-18682cbbba21", "id": "2295239a905143b48b85530143f85d9f"}, "audit_ids": ["1vWbh6FmTDa0oesgfBLTPg"], "issued_at": "2018-10-22T15:08:32.000000Z"}} 2018-10-22 15:08:32,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}5fde2cffe53622eb9d14b3b2e1552e4a523cb9f9" 2018-10-22 15:08:32,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0f30d99-65bf-4e3e-ae0d-207a204cf5f1 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:08:32,534 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a0f30d99-65bf-4e3e-ae0d-207a204cf5f1 2018-10-22 15:08:32,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 15:08:32,543 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:08: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:08:32,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fde2cffe53622eb9d14b3b2e1552e4a523cb9f9" 2018-10-22 15:08:32,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db73164e-f800-4e09-bf5a-f1d1220ba54d Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_1ebb19cd-294e-4c08-a1c3-18682cbbba21", "links": {"self": "http://172.30.9.22:5000/v3/users/2295239a905143b48b85530143f85d9f"}, "domain_id": "default", "enabled": true, "id": "2295239a905143b48b85530143f85d9f", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 15:08:32,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-db73164e-f800-4e09-bf5a-f1d1220ba54d 2018-10-22 15:08:32,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=SimpleHealthCheck-217e7c74-3711-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fde2cffe53622eb9d14b3b2e1552e4a523cb9f9" 2018-10-22 15:08:32,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36ef1f3b-0517-4218-9fff-9d8f956363c7 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=SimpleHealthCheck-217e7c74-3711-41e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43"}, "enabled": true, "id": "67260ac2488c460ab1762da49a898c43", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-217e7c74-3711-41e-proj"}]} 2018-10-22 15:08:32,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=SimpleHealthCheck-217e7c74-3711-41e-proj used request id req-36ef1f3b-0517-4218-9fff-9d8f956363c7 2018-10-22 15:08:32,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fde2cffe53622eb9d14b3b2e1552e4a523cb9f9" 2018-10-22 15:08:32,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1957975-5808-46e9-845d-f6f439f9042c Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-22 15:08:32,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-b1957975-5808-46e9-845d-f6f439f9042c 2018-10-22 15:08:33,218 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-217e7c74-3711-41e-user 2018-10-22 15:08:33,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:08:33,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11822257fc188baba8f89de9dfee5ca5e786f598" 2018-10-22 15:08:33,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07ae87cf-1147-4cc9-a092-6fe520805764 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "121dfd5845584706833e627de3fc1fe6", "links": {"self": "http://172.30.9.22:5000/v3/roles/121dfd5845584706833e627de3fc1fe6"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "53b326903db349c59fdd1f5bb668d1f5", "links": {"self": "http://172.30.9.22:5000/v3/roles/53b326903db349c59fdd1f5bb668d1f5"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:08:33,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-07ae87cf-1147-4cc9-a092-6fe520805764 2018-10-22 15:08:33,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11822257fc188baba8f89de9dfee5ca5e786f598" -d '{"role": {"name": "SimpleHealthCheck-217e7c74-3711-41e-proj-role"}}' 2018-10-22 15:08:33,404 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:08:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98347d9d-99a2-4ca1-b641-93828839d714 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e96e3afac1a3410aa1d1deef1a96da67", "links": {"self": "http://172.30.9.22:5000/v3/roles/e96e3afac1a3410aa1d1deef1a96da67"}, "name": "SimpleHealthCheck-217e7c74-3711-41e-proj-role"}} 2018-10-22 15:08:33,404 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-98347d9d-99a2-4ca1-b641-93828839d714 2018-10-22 15:08:33,404 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-217e7c74-3711-41e-proj-role 2018-10-22 15:08:33,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/e96e3afac1a3410aa1d1deef1a96da67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11822257fc188baba8f89de9dfee5ca5e786f598" 2018-10-22 15:08:33,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51eb5030-39b1-4116-b53f-6683a1bcc49e Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/e96e3afac1a3410aa1d1deef1a96da67"}, "domain_id": null, "name": "SimpleHealthCheck-217e7c74-3711-41e-proj-role", "id": "e96e3afac1a3410aa1d1deef1a96da67"}} 2018-10-22 15:08:33,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/e96e3afac1a3410aa1d1deef1a96da67 used request id req-51eb5030-39b1-4116-b53f-6683a1bcc49e 2018-10-22 15:08:33,423 - keystone_utils - INFO - Granting role SimpleHealthCheck-217e7c74-3711-41e-proj-role to project SimpleHealthCheck-217e7c74-3711-41e-proj 2018-10-22 15:08:33,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43/users/15d8ac14d6da4026b3246594359ddc3d/roles/e96e3afac1a3410aa1d1deef1a96da67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11822257fc188baba8f89de9dfee5ca5e786f598" 2018-10-22 15:08:33,562 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:08:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6cc3d6f9-2316-4cbc-8b01-562ec66ea6a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:08:33,562 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43/users/15d8ac14d6da4026b3246594359ddc3d/roles/e96e3afac1a3410aa1d1deef1a96da67 used request id req-6cc3d6f9-2316-4cbc-8b01-562ec66ea6a5 2018-10-22 15:08:33,563 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:08:33,564 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-22 15:08:33,564 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:08:33,565 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:33,945 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e96e3afac1a3410aa1d1deef1a96da67", "name": "SimpleHealthCheck-217e7c74-3711-41e-proj-role"}], "expires_at": "2018-10-22T16:08:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "67260ac2488c460ab1762da49a898c43", "name": "SimpleHealthCheck-217e7c74-3711-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/67260ac2488c460ab1762da49a898c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/67260ac2488c460ab1762da49a898c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/67260ac2488c460ab1762da49a898c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/67260ac2488c460ab1762da49a898c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/67260ac2488c460ab1762da49a898c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/67260ac2488c460ab1762da49a898c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/67260ac2488c460ab1762da49a898c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/67260ac2488c460ab1762da49a898c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/67260ac2488c460ab1762da49a898c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/67260ac2488c460ab1762da49a898c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/67260ac2488c460ab1762da49a898c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/67260ac2488c460ab1762da49a898c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-217e7c74-3711-41e-user", "id": "15d8ac14d6da4026b3246594359ddc3d"}, "audit_ids": ["XYPdwnBJR66nYY4dw213kQ"], "issued_at": "2018-10-22T15:08:33.000000Z"}} 2018-10-22 15:08:33,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}66db9aee70a29014d23241132ce9669c4bcf32ae" 2018-10-22 15:08:34,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c294683-b0c2-4600-9d3d-089daa1c54c2 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:08:34,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9c294683-b0c2-4600-9d3d-089daa1c54c2 2018-10-22 15:08:34,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}66db9aee70a29014d23241132ce9669c4bcf32ae" 2018-10-22 15:08:34,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-bf143020-36ae-4165-80f1-0300e225cf6c Date: Mon, 22 Oct 2018 15:08:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-image"} 2018-10-22 15:08:34,185 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-image used request id req-bf143020-36ae-4165-80f1-0300e225cf6c 2018-10-22 15:08:34,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}66db9aee70a29014d23241132ce9669c4bcf32ae" 2018-10-22 15:08:34,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ad143e70-9cc5-4a80-97c3-a034dd878ead Date: Mon, 22 Oct 2018 15:08: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-10-22 15:08:34,344 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-ad143e70-9cc5-4a80-97c3-a034dd878ead 2018-10-22 15:08:34,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}66db9aee70a29014d23241132ce9669c4bcf32ae" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-image"}' 2018-10-22 15:08:34,568 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc X-Openstack-Request-Id: req-87ac638d-ea53-46a0-aa5e-a811c50e0c99 Date: Mon, 22 Oct 2018 15:08:34 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:08:34Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T15:08:34Z", "visibility": "shared", "locations": [], "self": "/v2/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc", "min_disk": 0, "protected": false, "id": "3efaef38-552b-452d-a8f6-69b62e0d9fbc", "file": "/v2/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc/file", "checksum": null, "owner": "67260ac2488c460ab1762da49a898c43", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:08:34,568 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-87ac638d-ea53-46a0-aa5e-a811c50e0c99 2018-10-22 15:08:34,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}66db9aee70a29014d23241132ce9669c4bcf32ae" -d '' 2018-10-22 15:08:35,905 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b1706034-0bf5-4c01-850d-e8f8925f6980 Date: Mon, 22 Oct 2018 15:08:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:08:35,905 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc/file used request id req-b1706034-0bf5-4c01-850d-e8f8925f6980 2018-10-22 15:08:35,905 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-22 15:08:35,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}66db9aee70a29014d23241132ce9669c4bcf32ae" 2018-10-22 15:08:36,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-8c4ce836-d75b-456d-af1a-3746b68b833d Date: Mon, 22 Oct 2018 15:08:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:08:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:08:35Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc/snap", "metadata": {}}], "self": "/v2/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc", "min_disk": 0, "protected": false, "id": "3efaef38-552b-452d-a8f6-69b62e0d9fbc", "file": "/v2/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "67260ac2488c460ab1762da49a898c43", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:08:36,076 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc used request id req-8c4ce836-d75b-456d-af1a-3746b68b833d 2018-10-22 15:08:36,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}66db9aee70a29014d23241132ce9669c4bcf32ae" 2018-10-22 15:08:36,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-21695412-c722-4a6c-adf2-32646d78e0f8 Date: Mon, 22 Oct 2018 15:08: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-10-22 15:08:36,221 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-21695412-c722-4a6c-adf2-32646d78e0f8 2018-10-22 15:08:36,224 - create_image - INFO - Created image with name - SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-image 2018-10-22 15:08:36,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}66db9aee70a29014d23241132ce9669c4bcf32ae" 2018-10-22 15:08:36,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-fcf834db-6cb3-4be6-8655-a0ccc339206a Date: Mon, 22 Oct 2018 15:08:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:08:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:08:35Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc/snap", "metadata": {}}], "self": "/v2/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc", "min_disk": 0, "protected": false, "id": "3efaef38-552b-452d-a8f6-69b62e0d9fbc", "file": "/v2/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "67260ac2488c460ab1762da49a898c43", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 15:08:36,386 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc used request id req-fcf834db-6cb3-4be6-8655-a0ccc339206a 2018-10-22 15:08:36,387 - create_image - DEBUG - Instance status is - active 2018-10-22 15:08:36,387 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-image 2018-10-22 15:08:36,387 - create_image - INFO - Image is now active with name - SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-image 2018-10-22 15:08:36,387 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:08:36,388 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:36,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e96e3afac1a3410aa1d1deef1a96da67", "name": "SimpleHealthCheck-217e7c74-3711-41e-proj-role"}], "expires_at": "2018-10-22T16:08:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "67260ac2488c460ab1762da49a898c43", "name": "SimpleHealthCheck-217e7c74-3711-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/67260ac2488c460ab1762da49a898c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/67260ac2488c460ab1762da49a898c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/67260ac2488c460ab1762da49a898c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/67260ac2488c460ab1762da49a898c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/67260ac2488c460ab1762da49a898c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/67260ac2488c460ab1762da49a898c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/67260ac2488c460ab1762da49a898c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/67260ac2488c460ab1762da49a898c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/67260ac2488c460ab1762da49a898c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/67260ac2488c460ab1762da49a898c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/67260ac2488c460ab1762da49a898c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/67260ac2488c460ab1762da49a898c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-217e7c74-3711-41e-user", "id": "15d8ac14d6da4026b3246594359ddc3d"}, "audit_ids": ["_dvmjN75Qe-kiaZUOhgxOA"], "issued_at": "2018-10-22T15:08:36.000000Z"}} 2018-10-22 15:08:36,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}cc4395bf77188fe3e81c859df4460d8d52c590be" 2018-10-22 15:08:36,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05216938-5ecd-48a1-8a68-7276d179e5a7 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:08:36,835 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-05216938-5ecd-48a1-8a68-7276d179e5a7 2018-10-22 15:08:36,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc4395bf77188fe3e81c859df4460d8d52c590be" 2018-10-22 15:08:37,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-329e0e1a-da8f-44d5-b231-56c6e6e3b661 Date: Mon, 22 Oct 2018 15:08:37 GMT RESP BODY: {"networks":[]} 2018-10-22 15:08:37,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net used request id req-329e0e1a-da8f-44d5-b231-56c6e6e3b661 2018-10-22 15:08:37,004 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net 2018-10-22 15:08:37,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc4395bf77188fe3e81c859df4460d8d52c590be" -d '{"network": {"name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net", "admin_state_up": true}}' 2018-10-22 15:08:37,713 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-77f9a06c-06cd-40a6-996e-05c562560625 Date: Mon, 22 Oct 2018 15:08:37 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-10-22T15:08:37Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"67260ac2488c460ab1762da49a898c43","id":"2345f15f-7494-48bf-94d0-5470b644a802","name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net"}} 2018-10-22 15:08:37,713 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-77f9a06c-06cd-40a6-996e-05c562560625 2018-10-22 15:08:37,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=2345f15f-7494-48bf-94d0-5470b644a802 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc4395bf77188fe3e81c859df4460d8d52c590be" 2018-10-22 15:08:37,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-2dcc5e7f-10d4-4923-86f7-e3fcbe4df1dd Date: Mon, 22 Oct 2018 15:08:37 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-10-22T15:08:37Z","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"67260ac2488c460ab1762da49a898c43","id":"2345f15f-7494-48bf-94d0-5470b644a802","name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net"}]} 2018-10-22 15:08:37,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=2345f15f-7494-48bf-94d0-5470b644a802 used request id req-2dcc5e7f-10d4-4923-86f7-e3fcbe4df1dd 2018-10-22 15:08:37,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2345f15f-7494-48bf-94d0-5470b644a802 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc4395bf77188fe3e81c859df4460d8d52c590be" 2018-10-22 15:08:38,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a76895a3-fe20-4e42-b2a5-9b55d726925c Date: Mon, 22 Oct 2018 15:08:38 GMT RESP BODY: {"subnets":[]} 2018-10-22 15:08:38,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2345f15f-7494-48bf-94d0-5470b644a802 used request id req-a76895a3-fe20-4e42-b2a5-9b55d726925c 2018-10-22 15:08:38,197 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-subnet 2018-10-22 15:08:38,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc4395bf77188fe3e81c859df4460d8d52c590be" -d '{"subnets": [{"ip_version": 4, "network_id": "2345f15f-7494-48bf-94d0-5470b644a802", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-subnet"}]}' 2018-10-22 15:08:39,222 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a733b47e-ed9f-47b4-b5e5-f15621cc3391 Date: Mon, 22 Oct 2018 15:08:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2345f15f-7494-48bf-94d0-5470b644a802","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:38Z","dns_nameservers":[],"updated_at":"2018-10-22T15:08:38Z","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":"67260ac2488c460ab1762da49a898c43","id":"1e69e194-c4e3-4be5-90d3-fee0d4618aa4","subnetpool_id":null,"name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-subnet"}]} 2018-10-22 15:08:39,222 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-a733b47e-ed9f-47b4-b5e5-f15621cc3391 2018-10-22 15:08:39,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=2345f15f-7494-48bf-94d0-5470b644a802 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc4395bf77188fe3e81c859df4460d8d52c590be" 2018-10-22 15:08:39,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-8e1ef447-446c-4077-9c35-379393902375 Date: Mon, 22 Oct 2018 15:08:39 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":["1e69e194-c4e3-4be5-90d3-fee0d4618aa4"],"updated_at":"2018-10-22T15:08:38Z","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"67260ac2488c460ab1762da49a898c43","id":"2345f15f-7494-48bf-94d0-5470b644a802","name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net"}]} 2018-10-22 15:08:39,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=2345f15f-7494-48bf-94d0-5470b644a802 used request id req-8e1ef447-446c-4077-9c35-379393902375 2018-10-22 15:08:39,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2345f15f-7494-48bf-94d0-5470b644a802 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc4395bf77188fe3e81c859df4460d8d52c590be" 2018-10-22 15:08:39,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5143eb52-4fe2-4e29-89d2-1f332f50f78f Date: Mon, 22 Oct 2018 15:08:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2345f15f-7494-48bf-94d0-5470b644a802","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:38Z","dns_nameservers":[],"updated_at":"2018-10-22T15:08:38Z","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":"67260ac2488c460ab1762da49a898c43","id":"1e69e194-c4e3-4be5-90d3-fee0d4618aa4","subnetpool_id":null,"name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-subnet"}]} 2018-10-22 15:08:39,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2345f15f-7494-48bf-94d0-5470b644a802 used request id req-5143eb52-4fe2-4e29-89d2-1f332f50f78f 2018-10-22 15:08:39,595 - OpenStackNetwork - DEBUG - Network [2345f15f-7494-48bf-94d0-5470b644a802] created successfully 2018-10-22 15:08:39,596 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:08:39,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:39,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "53b326903db349c59fdd1f5bb668d1f5", "name": "Member"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}, {"id": "121dfd5845584706833e627de3fc1fe6", "name": "heat_stack_owner"}], "expires_at": "2018-10-22T16:08:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dff6fc1720004d0882def32963b34465", "name": "snaps_health_check-project_1ebb19cd-294e-4c08-a1c3-18682cbbba21"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/dff6fc1720004d0882def32963b34465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/dff6fc1720004d0882def32963b34465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/dff6fc1720004d0882def32963b34465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_1ebb19cd-294e-4c08-a1c3-18682cbbba21", "id": "2295239a905143b48b85530143f85d9f"}, "audit_ids": ["zojQiWI4S0egvx3WbYqu8w"], "issued_at": "2018-10-22T15:08:39.000000Z"}} 2018-10-22 15:08:39,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}65b608bef53781d4fd8f03880adc2cfca8e71249" 2018-10-22 15:08:40,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0047cc78-3488-47ad-b20f-4f6e27ed20bb 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:08:40,051 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0047cc78-3488-47ad-b20f-4f6e27ed20bb 2018-10-22 15:08:40,053 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:08:40,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65b608bef53781d4fd8f03880adc2cfca8e71249" 2018-10-22 15:08:40,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08: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-4b772a82-6e50-44be-bffb-033b94f7b2ab x-compute-request-id: req-4b772a82-6e50-44be-bffb-033b94f7b2ab Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-22 15:08:40,235 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-4b772a82-6e50-44be-bffb-033b94f7b2ab 2018-10-22 15:08:40,238 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65b608bef53781d4fd8f03880adc2cfca8e71249" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-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-10-22 15:08:40,291 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08: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-39d059a8-b23f-4539-aaa5-5d3afa0b5613 x-compute-request-id: req-39d059a8-b23f-4539-aaa5-5d3afa0b5613 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/7155a66f-ebef-49c8-bb02-aa9321e52909", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/7155a66f-ebef-49c8-bb02-aa9321e52909", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7155a66f-ebef-49c8-bb02-aa9321e52909", "name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:08:40,291 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-39d059a8-b23f-4539-aaa5-5d3afa0b5613 2018-10-22 15:08:40,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:08:40,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:40,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e96e3afac1a3410aa1d1deef1a96da67", "name": "SimpleHealthCheck-217e7c74-3711-41e-proj-role"}], "expires_at": "2018-10-22T16:08:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "67260ac2488c460ab1762da49a898c43", "name": "SimpleHealthCheck-217e7c74-3711-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/67260ac2488c460ab1762da49a898c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/67260ac2488c460ab1762da49a898c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/67260ac2488c460ab1762da49a898c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/67260ac2488c460ab1762da49a898c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/67260ac2488c460ab1762da49a898c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/67260ac2488c460ab1762da49a898c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/67260ac2488c460ab1762da49a898c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/67260ac2488c460ab1762da49a898c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/67260ac2488c460ab1762da49a898c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/67260ac2488c460ab1762da49a898c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/67260ac2488c460ab1762da49a898c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/67260ac2488c460ab1762da49a898c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-217e7c74-3711-41e-user", "id": "15d8ac14d6da4026b3246594359ddc3d"}, "audit_ids": ["eVnhwd1LQveOP3xu3gVDNA"], "issued_at": "2018-10-22T15:08:40.000000Z"}} 2018-10-22 15:08:40,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:40,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a12421c-a179-48aa-9503-8cffa3e9294a 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:08:40,758 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0a12421c-a179-48aa-9503-8cffa3e9294a 2018-10-22 15:08:40,759 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-22 15:08:40,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:40,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c45ad1b6-7f30-4daa-92ca-07d5243f6301 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:08:40,833 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c45ad1b6-7f30-4daa-92ca-07d5243f6301 2018-10-22 15:08:40,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:41,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-908b9a1d-c2b2-4e63-8537-59cdd12c9ce5 Date: Mon, 22 Oct 2018 15:08:41 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":["1e69e194-c4e3-4be5-90d3-fee0d4618aa4"],"updated_at":"2018-10-22T15:08:38Z","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"67260ac2488c460ab1762da49a898c43","id":"2345f15f-7494-48bf-94d0-5470b644a802","name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net"}]} 2018-10-22 15:08:41,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net used request id req-908b9a1d-c2b2-4e63-8537-59cdd12c9ce5 2018-10-22 15:08:41,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 15:08:41,156 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:08: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:08:41,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:41,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d1c0fa0-480d-4087-bc93-136849e5ca90 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43"}, "enabled": true, "id": "67260ac2488c460ab1762da49a898c43", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-217e7c74-3711-41e-proj"}} 2018-10-22 15:08:41,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43 used request id req-6d1c0fa0-480d-4087-bc93-136849e5ca90 2018-10-22 15:08:41,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2345f15f-7494-48bf-94d0-5470b644a802 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:41,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-bc1719ae-ea30-41f3-9350-3f24cacfefaf Date: Mon, 22 Oct 2018 15:08:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2345f15f-7494-48bf-94d0-5470b644a802","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:38Z","dns_nameservers":[],"updated_at":"2018-10-22T15:08:38Z","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":"67260ac2488c460ab1762da49a898c43","id":"1e69e194-c4e3-4be5-90d3-fee0d4618aa4","subnetpool_id":null,"name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-subnet"}]} 2018-10-22 15:08:41,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2345f15f-7494-48bf-94d0-5470b644a802 used request id req-bc1719ae-ea30-41f3-9350-3f24cacfefaf 2018-10-22 15:08:41,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=2345f15f-7494-48bf-94d0-5470b644a802&name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:41,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0cf53d87-cc44-46c8-8d7d-cdae676f956e Date: Mon, 22 Oct 2018 15:08:41 GMT RESP BODY: {"ports":[]} 2018-10-22 15:08:41,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=2345f15f-7494-48bf-94d0-5470b644a802&name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03port-1&admin_state_up=True used request id req-0cf53d87-cc44-46c8-8d7d-cdae676f956e 2018-10-22 15:08:41,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:41,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3d71fe62-0db7-4619-a57e-916d437a103d x-compute-request-id: req-3d71fe62-0db7-4619-a57e-916d437a103d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-22 15:08:41,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst used request id req-3d71fe62-0db7-4619-a57e-916d437a103d 2018-10-22 15:08:41,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:42,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-70a0ed4a-6ab2-4e10-a50e-d6d6566ad2c0 Date: Mon, 22 Oct 2018 15:08:42 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":["1e69e194-c4e3-4be5-90d3-fee0d4618aa4"],"updated_at":"2018-10-22T15:08:38Z","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"67260ac2488c460ab1762da49a898c43","id":"2345f15f-7494-48bf-94d0-5470b644a802","name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net"}]} 2018-10-22 15:08:42,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net used request id req-70a0ed4a-6ab2-4e10-a50e-d6d6566ad2c0 2018-10-22 15:08:42,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:42,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d0bffba-535f-409c-9d41-e612538ba5ab Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43"}, "enabled": true, "id": "67260ac2488c460ab1762da49a898c43", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-217e7c74-3711-41e-proj"}} 2018-10-22 15:08:42,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43 used request id req-5d0bffba-535f-409c-9d41-e612538ba5ab 2018-10-22 15:08:42,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2345f15f-7494-48bf-94d0-5470b644a802 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:42,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8592c566-af02-48f6-afbe-79c291b7d228 Date: Mon, 22 Oct 2018 15:08:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2345f15f-7494-48bf-94d0-5470b644a802","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:38Z","dns_nameservers":[],"updated_at":"2018-10-22T15:08:38Z","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":"67260ac2488c460ab1762da49a898c43","id":"1e69e194-c4e3-4be5-90d3-fee0d4618aa4","subnetpool_id":null,"name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-subnet"}]} 2018-10-22 15:08:42,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2345f15f-7494-48bf-94d0-5470b644a802 used request id req-8592c566-af02-48f6-afbe-79c291b7d228 2018-10-22 15:08:42,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=2345f15f-7494-48bf-94d0-5470b644a802&name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:42,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-105e8587-19a9-446c-b139-f7dafa71092c Date: Mon, 22 Oct 2018 15:08:42 GMT RESP BODY: {"ports":[]} 2018-10-22 15:08:42,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=2345f15f-7494-48bf-94d0-5470b644a802&name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03port-1&admin_state_up=True used request id req-105e8587-19a9-446c-b139-f7dafa71092c 2018-10-22 15:08:42,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-22 15:08:42,593 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:08:42,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e96e3afac1a3410aa1d1deef1a96da67", "name": "SimpleHealthCheck-217e7c74-3711-41e-proj-role"}], "expires_at": "2018-10-22T16:08:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "67260ac2488c460ab1762da49a898c43", "name": "SimpleHealthCheck-217e7c74-3711-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/67260ac2488c460ab1762da49a898c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/67260ac2488c460ab1762da49a898c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/67260ac2488c460ab1762da49a898c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/67260ac2488c460ab1762da49a898c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/67260ac2488c460ab1762da49a898c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/67260ac2488c460ab1762da49a898c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/67260ac2488c460ab1762da49a898c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/67260ac2488c460ab1762da49a898c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/67260ac2488c460ab1762da49a898c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/67260ac2488c460ab1762da49a898c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/67260ac2488c460ab1762da49a898c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/67260ac2488c460ab1762da49a898c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-217e7c74-3711-41e-user", "id": "15d8ac14d6da4026b3246594359ddc3d"}, "audit_ids": ["WFnks_sjRbuDwrEzkSRjBQ"], "issued_at": "2018-10-22T15:08:42.000000Z"}} 2018-10-22 15:08:42,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22: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}294ee9a0f9b7261f12290264016cfe818c2b44cb" 2018-10-22 15:08:43,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45ace007-86cc-4bfb-b035-0b64503750a2 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:08:43,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-45ace007-86cc-4bfb-b035-0b64503750a2 2018-10-22 15:08:43,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:43,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-bf0d4c60-bfa6-42e2-b932-43143b035608 Date: Mon, 22 Oct 2018 15:08:43 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":["1e69e194-c4e3-4be5-90d3-fee0d4618aa4"],"updated_at":"2018-10-22T15:08:38Z","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"67260ac2488c460ab1762da49a898c43","id":"2345f15f-7494-48bf-94d0-5470b644a802","name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net"}]} 2018-10-22 15:08:43,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net used request id req-bf0d4c60-bfa6-42e2-b932-43143b035608 2018-10-22 15:08:43,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2345f15f-7494-48bf-94d0-5470b644a802 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:43,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c701a72a-c9f4-4bc0-9f6d-f47b2dc96978 Date: Mon, 22 Oct 2018 15:08:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2345f15f-7494-48bf-94d0-5470b644a802","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:38Z","dns_nameservers":[],"updated_at":"2018-10-22T15:08:38Z","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":"67260ac2488c460ab1762da49a898c43","id":"1e69e194-c4e3-4be5-90d3-fee0d4618aa4","subnetpool_id":null,"name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-subnet"}]} 2018-10-22 15:08:43,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2345f15f-7494-48bf-94d0-5470b644a802 used request id req-c701a72a-c9f4-4bc0-9f6d-f47b2dc96978 2018-10-22 15:08:43,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:43,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-04e0c093-3853-4509-838b-a2683f1219b8 Date: Mon, 22 Oct 2018 15:08:43 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":["1e69e194-c4e3-4be5-90d3-fee0d4618aa4"],"updated_at":"2018-10-22T15:08:38Z","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"67260ac2488c460ab1762da49a898c43","id":"2345f15f-7494-48bf-94d0-5470b644a802","name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net"}]} 2018-10-22 15:08:43,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net used request id req-04e0c093-3853-4509-838b-a2683f1219b8 2018-10-22 15:08:43,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 15:08:43,797 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:08: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:08:43,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}294ee9a0f9b7261f12290264016cfe818c2b44cb" 2018-10-22 15:08:43,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89a4bfba-87ce-4fbc-a3a0-5c9a9c22545a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43"}, "enabled": true, "id": "67260ac2488c460ab1762da49a898c43", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-217e7c74-3711-41e-proj"}} 2018-10-22 15:08:43,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43 used request id req-89a4bfba-87ce-4fbc-a3a0-5c9a9c22545a 2018-10-22 15:08:43,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2345f15f-7494-48bf-94d0-5470b644a802 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:44,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d2d11034-5b77-4749-8ab5-d43bffa366ca Date: Mon, 22 Oct 2018 15:08:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2345f15f-7494-48bf-94d0-5470b644a802","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:38Z","dns_nameservers":[],"updated_at":"2018-10-22T15:08:38Z","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":"67260ac2488c460ab1762da49a898c43","id":"1e69e194-c4e3-4be5-90d3-fee0d4618aa4","subnetpool_id":null,"name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-subnet"}]} 2018-10-22 15:08:44,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2345f15f-7494-48bf-94d0-5470b644a802 used request id req-d2d11034-5b77-4749-8ab5-d43bffa366ca 2018-10-22 15:08:44,090 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net 2018-10-22 15:08:44,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" -d '{"port": {"network_id": "2345f15f-7494-48bf-94d0-5470b644a802", "name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03port-1", "admin_state_up": true}}' 2018-10-22 15:08:45,120 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-e1491025-1505-4536-865f-d0a330117a14 Date: Mon, 22 Oct 2018 15:08:45 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-10-22T15:08:44Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2345f15f-7494-48bf-94d0-5470b644a802","tenant_id":"67260ac2488c460ab1762da49a898c43","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-10-22T15:08:44Z","name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03port-1","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:ab:9f:7f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"67260ac2488c460ab1762da49a898c43","fixed_ips":[{"subnet_id":"1e69e194-c4e3-4be5-90d3-fee0d4618aa4","ip_address":"10.55.0.13"}],"id":"3a00ce5a-1358-4797-9075-781b2f58b0ff","security_groups":["410c4295-dfad-4c10-97cd-3487bdf29f56"],"device_id":""}} 2018-10-22 15:08:45,121 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-e1491025-1505-4536-865f-d0a330117a14 2018-10-22 15:08:45,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:45,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-7a2fadbe-d4a6-445a-9c77-d98a0e0ffa38 Date: Mon, 22 Oct 2018 15:08:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1e69e194-c4e3-4be5-90d3-fee0d4618aa4"],"updated_at":"2018-10-22T15:08:38Z","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"67260ac2488c460ab1762da49a898c43","id":"2345f15f-7494-48bf-94d0-5470b644a802","name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net"}]} 2018-10-22 15:08:45,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net used request id req-7a2fadbe-d4a6-445a-9c77-d98a0e0ffa38 2018-10-22 15:08:45,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:45,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-293aa235-f952-4e74-b3cc-7de6997c5ec2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43"}, "enabled": true, "id": "67260ac2488c460ab1762da49a898c43", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-217e7c74-3711-41e-proj"}} 2018-10-22 15:08:45,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43 used request id req-293aa235-f952-4e74-b3cc-7de6997c5ec2 2018-10-22 15:08:45,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2345f15f-7494-48bf-94d0-5470b644a802 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:45,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0500a8b8-5360-4eb8-a7b0-0a22453863c9 Date: Mon, 22 Oct 2018 15:08:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2345f15f-7494-48bf-94d0-5470b644a802","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:38Z","dns_nameservers":[],"updated_at":"2018-10-22T15:08:38Z","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":"67260ac2488c460ab1762da49a898c43","id":"1e69e194-c4e3-4be5-90d3-fee0d4618aa4","subnetpool_id":null,"name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-subnet"}]} 2018-10-22 15:08:45,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2345f15f-7494-48bf-94d0-5470b644a802 used request id req-0500a8b8-5360-4eb8-a7b0-0a22453863c9 2018-10-22 15:08:45,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=2345f15f-7494-48bf-94d0-5470b644a802&name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:45,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-6bd97493-ff41-424e-89fb-f280b7297622 Date: Mon, 22 Oct 2018 15:08:45 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2345f15f-7494-48bf-94d0-5470b644a802","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:44Z","admin_state_up":true,"updated_at":"2018-10-22T15:08:44Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:ab:9f:7f","id":"3a00ce5a-1358-4797-9075-781b2f58b0ff","port_security_enabled":true,"project_id":"67260ac2488c460ab1762da49a898c43","fixed_ips":[{"subnet_id":"1e69e194-c4e3-4be5-90d3-fee0d4618aa4","ip_address":"10.55.0.13"}],"extra_dhcp_opts":[],"security_groups":["410c4295-dfad-4c10-97cd-3487bdf29f56"],"name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03port-1"}]} 2018-10-22 15:08:45,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=2345f15f-7494-48bf-94d0-5470b644a802&name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03port-1&admin_state_up=True used request id req-6bd97493-ff41-424e-89fb-f280b7297622 2018-10-22 15:08:45,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:45,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3a4511c-4625-467d-a277-f70766c50a14 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43"}, "enabled": true, "id": "67260ac2488c460ab1762da49a898c43", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-217e7c74-3711-41e-proj"}} 2018-10-22 15:08:45,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43 used request id req-e3a4511c-4625-467d-a277-f70766c50a14 2018-10-22 15:08:45,793 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst 2018-10-22 15:08:45,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:45,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08: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-33713667-7d15-423e-b465-7c03983ed07a x-compute-request-id: req-33713667-7d15-423e-b465-7c03983ed07a Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7155a66f-ebef-49c8-bb02-aa9321e52909", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/7155a66f-ebef-49c8-bb02-aa9321e52909", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/7155a66f-ebef-49c8-bb02-aa9321e52909", "rel": "bookmark"}], "name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-flavor-name"}]} 2018-10-22 15:08:45,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-33713667-7d15-423e-b465-7c03983ed07a 2018-10-22 15:08:45,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/7155a66f-ebef-49c8-bb02-aa9321e52909 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:45,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08: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-f07d7db8-0853-464f-8d17-f9817431350d x-compute-request-id: req-f07d7db8-0853-464f-8d17-f9817431350d Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/7155a66f-ebef-49c8-bb02-aa9321e52909", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/7155a66f-ebef-49c8-bb02-aa9321e52909", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7155a66f-ebef-49c8-bb02-aa9321e52909", "name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:08:45,845 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/7155a66f-ebef-49c8-bb02-aa9321e52909 used request id req-f07d7db8-0853-464f-8d17-f9817431350d 2018-10-22 15:08:45,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:46,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-9230ebbc-a88e-4aa5-885c-5370865d723e Date: Mon, 22 Oct 2018 15:08:46 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T15:08:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-22T15:08:35Z", "visibility": "shared", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc/snap", "metadata": {}}], "self": "/v2/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc", "min_disk": 0, "protected": false, "id": "3efaef38-552b-452d-a8f6-69b62e0d9fbc", "file": "/v2/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "67260ac2488c460ab1762da49a898c43", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-image"} 2018-10-22 15:08:46,018 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-image used request id req-9230ebbc-a88e-4aa5-885c-5370865d723e 2018-10-22 15:08:46,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:46,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dd8f60d0-ed6b-45bd-bd68-c7072e892be3 Date: Mon, 22 Oct 2018 15:08:46 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-10-22 15:08:46,175 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-dd8f60d0-ed6b-45bd-bd68-c7072e892be3 2018-10-22 15:08:46,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" -d '{"server": {"name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst", "imageRef": "3efaef38-552b-452d-a8f6-69b62e0d9fbc", "flavorRef": "7155a66f-ebef-49c8-bb02-aa9321e52909", "max_count": 1, "min_count": 1, "networks": [{"port": "3a00ce5a-1358-4797-9075-781b2f58b0ff"}]}}' 2018-10-22 15:08:48,068 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15: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-34e99190-d13b-4d84-a44f-6c5e4c213be1 x-compute-request-id: req-34e99190-d13b-4d84-a44f-6c5e4c213be1 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1d0695e9-0d3f-4793-8005-0a6951c354c7", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7", "rel": "bookmark"}], "adminPass": "tVv3L2sjpSLm"}} 2018-10-22 15:08:48,068 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-34e99190-d13b-4d84-a44f-6c5e4c213be1 2018-10-22 15:08:48,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:48,316 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e352fe87-6e10-4ade-b248-2862aa21d9b9 x-compute-request-id: req-e352fe87-6e10-4ade-b248-2862aa21d9b9 Content-Encoding: gzip Content-Length: 606 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7", "rel": "bookmark"}], "image": {"id": "3efaef38-552b-452d-a8f6-69b62e0d9fbc", "links": [{"href": "http://172.30.9.22:8774/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7155a66f-ebef-49c8-bb02-aa9321e52909", "links": [{"href": "http://172.30.9.22:8774/flavors/7155a66f-ebef-49c8-bb02-aa9321e52909", "rel": "bookmark"}]}, "id": "1d0695e9-0d3f-4793-8005-0a6951c354c7", "user_id": "15d8ac14d6da4026b3246594359ddc3d", "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-10-22T15:08:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst", "created": "2018-10-22T15:08:48Z", "tenant_id": "67260ac2488c460ab1762da49a898c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:08:48,316 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 used request id req-e352fe87-6e10-4ade-b248-2862aa21d9b9 2018-10-22 15:08:48,317 - create_instance - INFO - Created instance with name - SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst 2018-10-22 15:08:48,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:48,551 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2950c09a-2428-42dd-9fa0-e8811345dd75 x-compute-request-id: req-2950c09a-2428-42dd-9fa0-e8811345dd75 Content-Encoding: gzip Content-Length: 606 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7", "rel": "bookmark"}], "image": {"id": "3efaef38-552b-452d-a8f6-69b62e0d9fbc", "links": [{"href": "http://172.30.9.22:8774/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7155a66f-ebef-49c8-bb02-aa9321e52909", "links": [{"href": "http://172.30.9.22:8774/flavors/7155a66f-ebef-49c8-bb02-aa9321e52909", "rel": "bookmark"}]}, "id": "1d0695e9-0d3f-4793-8005-0a6951c354c7", "user_id": "15d8ac14d6da4026b3246594359ddc3d", "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-10-22T15:08:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst", "created": "2018-10-22T15:08:48Z", "tenant_id": "67260ac2488c460ab1762da49a898c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:08:48,551 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 used request id req-2950c09a-2428-42dd-9fa0-e8811345dd75 2018-10-22 15:08:48,551 - create_instance - DEBUG - Instance status [SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst] is - BUILD 2018-10-22 15:08:48,551 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:08:51,555 - create_instance - DEBUG - VM status query timeout in 896.762215853 2018-10-22 15:08:51,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:52,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff89f416-685e-4263-a8e1-80fc37be3828 x-compute-request-id: req-ff89f416-685e-4263-a8e1-80fc37be3828 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7", "rel": "bookmark"}], "image": {"id": "3efaef38-552b-452d-a8f6-69b62e0d9fbc", "links": [{"href": "http://172.30.9.22:8774/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7155a66f-ebef-49c8-bb02-aa9321e52909", "links": [{"href": "http://172.30.9.22:8774/flavors/7155a66f-ebef-49c8-bb02-aa9321e52909", "rel": "bookmark"}]}, "id": "1d0695e9-0d3f-4793-8005-0a6951c354c7", "security_groups": [{"name": "default"}], "user_id": "15d8ac14d6da4026b3246594359ddc3d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:08:49Z", "hostId": "5df83647a2d57e67abd623588163de98a170fae6d276d26645aef3a8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst", "created": "2018-10-22T15:08:48Z", "tenant_id": "67260ac2488c460ab1762da49a898c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:08:52,097 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 used request id req-ff89f416-685e-4263-a8e1-80fc37be3828 2018-10-22 15:08:52,098 - create_instance - DEBUG - Instance status [SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst] is - BUILD 2018-10-22 15:08:52,098 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:08:55,101 - create_instance - DEBUG - VM status query timeout in 893.21577096 2018-10-22 15:08:55,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:55,416 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-3b6f4c19-5aa8-4040-b2ad-e5147132f91d x-compute-request-id: req-3b6f4c19-5aa8-4040-b2ad-e5147132f91d Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:9f:7f", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7", "rel": "bookmark"}], "image": {"id": "3efaef38-552b-452d-a8f6-69b62e0d9fbc", "links": [{"href": "http://172.30.9.22:8774/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:08:52.000000", "flavor": {"id": "7155a66f-ebef-49c8-bb02-aa9321e52909", "links": [{"href": "http://172.30.9.22:8774/flavors/7155a66f-ebef-49c8-bb02-aa9321e52909", "rel": "bookmark"}]}, "id": "1d0695e9-0d3f-4793-8005-0a6951c354c7", "security_groups": [{"name": "default"}], "user_id": "15d8ac14d6da4026b3246594359ddc3d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:08:52Z", "hostId": "5df83647a2d57e67abd623588163de98a170fae6d276d26645aef3a8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst", "created": "2018-10-22T15:08:48Z", "tenant_id": "67260ac2488c460ab1762da49a898c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:08:55,416 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 used request id req-3b6f4c19-5aa8-4040-b2ad-e5147132f91d 2018-10-22 15:08:55,417 - create_instance - DEBUG - Instance status [SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst] is - ACTIVE 2018-10-22 15:08:55,417 - create_instance - INFO - VM is - ACTIVE 2018-10-22 15:08:55,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:56,127 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-d4adc7fe-b5fd-4dfb-8a3e-a3be19922cff x-compute-request-id: req-d4adc7fe-b5fd-4dfb-8a3e-a3be19922cff Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:9f:7f", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7", "rel": "bookmark"}], "image": {"id": "3efaef38-552b-452d-a8f6-69b62e0d9fbc", "links": [{"href": "http://172.30.9.22:8774/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:08:52.000000", "flavor": {"id": "7155a66f-ebef-49c8-bb02-aa9321e52909", "links": [{"href": "http://172.30.9.22:8774/flavors/7155a66f-ebef-49c8-bb02-aa9321e52909", "rel": "bookmark"}]}, "id": "1d0695e9-0d3f-4793-8005-0a6951c354c7", "security_groups": [{"name": "default"}], "user_id": "15d8ac14d6da4026b3246594359ddc3d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:08:52Z", "hostId": "5df83647a2d57e67abd623588163de98a170fae6d276d26645aef3a8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst", "created": "2018-10-22T15:08:48Z", "tenant_id": "67260ac2488c460ab1762da49a898c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:08:56,127 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 used request id req-d4adc7fe-b5fd-4dfb-8a3e-a3be19922cff 2018-10-22 15:08:56,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:56,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-3998de23-6998-4d89-a3d8-05298f57d00e Date: Mon, 22 Oct 2018 15:08: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":["1e69e194-c4e3-4be5-90d3-fee0d4618aa4"],"updated_at":"2018-10-22T15:08:38Z","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"67260ac2488c460ab1762da49a898c43","id":"2345f15f-7494-48bf-94d0-5470b644a802","name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net"}]} 2018-10-22 15:08:56,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net used request id req-3998de23-6998-4d89-a3d8-05298f57d00e 2018-10-22 15:08:56,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:56,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41844b60-aba3-40cc-ac5a-49a82fc8d1ff Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43"}, "enabled": true, "id": "67260ac2488c460ab1762da49a898c43", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-217e7c74-3711-41e-proj"}} 2018-10-22 15:08:56,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43 used request id req-41844b60-aba3-40cc-ac5a-49a82fc8d1ff 2018-10-22 15:08:56,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2345f15f-7494-48bf-94d0-5470b644a802 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:56,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0cd28dea-7bd6-4a6e-8570-196efc4bf7bc Date: Mon, 22 Oct 2018 15:08:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2345f15f-7494-48bf-94d0-5470b644a802","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:38Z","dns_nameservers":[],"updated_at":"2018-10-22T15:08:38Z","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":"67260ac2488c460ab1762da49a898c43","id":"1e69e194-c4e3-4be5-90d3-fee0d4618aa4","subnetpool_id":null,"name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-subnet"}]} 2018-10-22 15:08:56,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2345f15f-7494-48bf-94d0-5470b644a802 used request id req-0cd28dea-7bd6-4a6e-8570-196efc4bf7bc 2018-10-22 15:08:56,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=2345f15f-7494-48bf-94d0-5470b644a802 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:56,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3020 X-Openstack-Request-Id: req-e6fe1f0c-ffd3-402c-b962-57e573db7f4d Date: Mon, 22 Oct 2018 15:08:56 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2345f15f-7494-48bf-94d0-5470b644a802","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:39Z","admin_state_up":true,"updated_at":"2018-10-22T15:08:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2345f15f-7494-48bf-94d0-5470b644a802","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:fe:2a:74","id":"20513156-2243-4714-a599-cd019c7ad1ec","port_security_enabled":false,"project_id":"67260ac2488c460ab1762da49a898c43","fixed_ips":[{"subnet_id":"1e69e194-c4e3-4be5-90d3-fee0d4618aa4","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2345f15f-7494-48bf-94d0-5470b644a802","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:40Z","admin_state_up":true,"updated_at":"2018-10-22T15:08:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2345f15f-7494-48bf-94d0-5470b644a802","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:09:f2:c3","id":"3775cca1-0cc5-4a71-8f12-e3962f76d375","port_security_enabled":false,"project_id":"67260ac2488c460ab1762da49a898c43","fixed_ips":[{"subnet_id":"1e69e194-c4e3-4be5-90d3-fee0d4618aa4","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2345f15f-7494-48bf-94d0-5470b644a802","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:44Z","admin_state_up":true,"updated_at":"2018-10-22T15:08:50Z","binding:vnic_type":"normal","device_id":"1d0695e9-0d3f-4793-8005-0a6951c354c7","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:ab:9f:7f","id":"3a00ce5a-1358-4797-9075-781b2f58b0ff","port_security_enabled":true,"project_id":"67260ac2488c460ab1762da49a898c43","fixed_ips":[{"subnet_id":"1e69e194-c4e3-4be5-90d3-fee0d4618aa4","ip_address":"10.55.0.13"}],"extra_dhcp_opts":[],"security_groups":["410c4295-dfad-4c10-97cd-3487bdf29f56"],"name":"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2345f15f-7494-48bf-94d0-5470b644a802","tenant_id":"67260ac2488c460ab1762da49a898c43","created_at":"2018-10-22T15:08:39Z","admin_state_up":true,"updated_at":"2018-10-22T15:08:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2345f15f-7494-48bf-94d0-5470b644a802","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:6d:02:13","id":"69c43294-c750-4fa1-bd82-111104b48ab7","port_security_enabled":false,"project_id":"67260ac2488c460ab1762da49a898c43","fixed_ips":[{"subnet_id":"1e69e194-c4e3-4be5-90d3-fee0d4618aa4","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-10-22 15:08:56,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=2345f15f-7494-48bf-94d0-5470b644a802 used request id req-e6fe1f0c-ffd3-402c-b962-57e573db7f4d 2018-10-22 15:08:56,783 - create_instance_tests - INFO - Looking for IP 10.55.0.13 in the console log 2018-10-22 15:08:56,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:57,091 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4103ad0c-3470-41d8-9707-7e5fa5465960 x-compute-request-id: req-4103ad0c-3470-41d8-9707-7e5fa5465960 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:9f:7f", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7", "rel": "bookmark"}], "image": {"id": "3efaef38-552b-452d-a8f6-69b62e0d9fbc", "links": [{"href": "http://172.30.9.22:8774/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:08:52.000000", "flavor": {"id": "7155a66f-ebef-49c8-bb02-aa9321e52909", "links": [{"href": "http://172.30.9.22:8774/flavors/7155a66f-ebef-49c8-bb02-aa9321e52909", "rel": "bookmark"}]}, "id": "1d0695e9-0d3f-4793-8005-0a6951c354c7", "security_groups": [{"name": "default"}], "user_id": "15d8ac14d6da4026b3246594359ddc3d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:08:52Z", "hostId": "5df83647a2d57e67abd623588163de98a170fae6d276d26645aef3a8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst", "created": "2018-10-22T15:08:48Z", "tenant_id": "67260ac2488c460ab1762da49a898c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:08:57,091 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 used request id req-4103ad0c-3470-41d8-9707-7e5fa5465960 2018-10-22 15:08:57,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:08:58,194 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-184211d5-791a-4e44-8bf0-f6dc6fc0fcc4 x-compute-request-id: req-184211d5-791a-4e44-8bf0-f6dc6fc0fcc4 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 512579365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.128506] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130150] pid_max: default: 32768 minimum: 301\n[ 0.131056] ACPI: Core revision 20150930\n[ 0.132439] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133744] Security Framework initialized\n[ 0.134558] Yama: becoming mindful.\n[ 0.135283] AppArmor: AppArmor initialized\n[ 0.136149] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137458] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.138711] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139936] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141351] Initializing cgroup subsys io\n[ 0.142157] Initializing cgroup subsys memory\n[ 0.143026] Initializing cgroup subsys devices\n[ 0.143917] Initializing cgroup subsys freezer\n[ 0.144788] Initializing cgroup subsys net_cls\n[ 0.145649] Initializing cgroup subsys perf_event\n[ 0.146553] Initializing cgroup subsys net_prio\n[ 0.147456] Initializing cgroup subsys hugetlb\n[ 0.148336] Initializing cgroup subsys pids\n[ 0.149210] CPU: Physical Processor ID: 0\n[ 0.150704] mce: CPU supports 10 MCE banks\n[ 0.151553] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152558] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163139] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169475] ftrace: allocating 31920 entries in 125 pages\n[ 0.195344] smpboot: Max logical packages: 1\n[ 0.196200] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197558] x2apic enabled\n[ 0.198370] Switched APIC routing to physical x2apic.\n[ 0.200119] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201233] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203211] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204993] KVM setup paravirtual spinlock\n[ 0.206280] x86: Booted up 1 node, 1 CPUs\n[ 0.207088] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208481] devtmpfs: initialized\n[ 0.210175] evm: security.selinux\n[ 0.210877] evm: security.SMACK64\n[ 0.211564] evm: security.SMACK64EXEC\n[ 0.212304] evm: security.SMACK64TRANSMUTE\n[ 0.213107] evm: security.SMACK64MMAP\n[ 0.213858] evm: security.ima\n[ 0.214498] evm: security.capability\n[ 0.215292] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217137] pinctrl core: initialized pinctrl subsystem\n[ 0.218236] RTC time: 15:08:52, date: 10/22/18\n[ 0.219188] NET: Registered protocol family 16\n[ 0.220165] cpuidle: using governor ladder\n[ 0.220985] cpuidle: using governor menu\n[ 0.221769] PCCT header not found.\n[ 0.222523] ACPI: bus type PCI registered\n[ 0.223325] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224561] PCI: Using configuration type 1 for base access\n[ 0.226306] ACPI: Added _OSI(Module Device)\n[ 0.227151] ACPI: Added _OSI(Processor Device)\n[ 0.228013] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228918] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231030] ACPI: Interpreter enabled\n[ 0.231816] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237344] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239177] ACPI: (supports S0 S5)\n[ 0.239879] ACPI: Using IOAPIC for interrupt routing\n[ 0.240925] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244015] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245158] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249794] acpiphp: Slot [3] registered\n[ 0.250597] acpiphp: Slot [4] registered\n[ 0.251394] acpiphp: Slot [5] registered\n[ 0.252189] acpiphp: Slot [6] registered\n[ 0.252984] acpiphp: Slot [7] registered\n[ 0.253787] acpiphp: Slot [8] registered\n[ 0.254584] acpiphp: Slot [9] registered\n[ 0.255381] acpiphp: Slot [10] registered\n[ 0.256193] acpiphp: Slot [11] registered\n[ 0.257009] acpiphp: Slot [12] registered\n[ 0.257832] acpiphp: Slot [13] registered\n[ 0.258647] acpiphp: Slot [14] registered\n[ 0.259458] acpiphp: Slot [15] registered\n[ 0.270303] acpiphp: Slot [16] registered\n[ 0.271123] acpiphp: Slot [17] registered\n[ 0.271935] acpiphp: Slot [18] registered\n[ 0.272744] acpiphp: Slot [19] registered\n[ 0.273558] acpiphp: Slot [20] registered\n[ 0.274378] acpiphp: Slot [21] registered\n[ 0.275185] acpiphp: Slot [22] registered\n[ 0.275996] acpiphp: Slot [23] registered\n[ 0.276812] acpiphp: Slot [24] registered\n[ 0.277626] acpiphp: Slot [25] registered\n[ 0.278440] acpiphp: Slot [26] registered\n[ 0.279246] acpiphp: Slot [27] registered\n[ 0.280058] acpiphp: Slot [28] registered\n[ 0.280873] acpiphp: Slot [29] registered\n[ 0.281692] acpiphp: Slot [30] registered\n[ 0.282523] acpiphp: Slot [31] registered\n[ 0.283341] PCI host bridge to bus 0000:00\n[ 0.284158] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285388] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286618] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288084] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.289552] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295681] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296979] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299458] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305765] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353736] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356621] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358010] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359263] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360671] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363324] vgaarb: loaded\n[ 0.363933] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365117] SCSI subsystem initialized\n[ 0.365967] ACPI: bus type USB registered\n[ 0.366811] usbcore: registered new interface driver usbfs\n[ 0.367868] usbcore: registered new interface driver hub\n[ 0.368892] usbcore: registered new device driver usb\n[ 0.369981] PCI: Using ACPI for IRQ routing\n[ 0.371029] NetLabel: Initializing\n[ 0.371754] NetLabel: domain hash size = 128\n[ 0.372614] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373587] NetLabel: unlabeled traffic allowed by default\n[ 0.374723] clocksource: Switched to clocksource kvm-clock\n[ 0.380154] AppArmor: AppArmor Filesystem Enabled\n[ 0.381149] pnp: PnP ACPI init\n[ 0.382084] pnp: PnP ACPI: found 5 devices\n[ 0.388132] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389886] NET: Registered protocol family 2\n[ 0.390883] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392191] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393379] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394583] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395701] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396892] NET: Registered protocol family 1\n[ 0.397780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398919] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400025] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414459] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428721] Trying to unpack rootfs image as initramfs...\n[ 0.478649] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492641] Scanning for low memory corruption every 60 seconds\n[ 0.494060] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495207] audit: initializing netlink subsys (disabled)\n[ 0.496222] audit: type=2000 audit(1540220933.419:1): initialized\n[ 0.497559] Initialise system trusted keyring\n[ 0.498490] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499654] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501599] zbud: loaded\n[ 0.502284] VFS: Disk quotas dquot_6.6.0\n[ 0.503102] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504592] fuse init (API version 7.23)\n[ 0.505461] Key type big_key registered\n[ 0.506247] Allocating IMA MOK and blacklist keyrings.\n[ 0.507400] Key type asymmetric registered\n[ 0.508226] Asymmetric key parser 'x509' registered\n[ 0.509186] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510623] io scheduler noop registered\n[ 0.511415] io scheduler deadline registered (default)\n[ 0.512418] io scheduler cfq registered\n[ 0.513254] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516988] ACPI: Power Button [PWRF]\n[ 0.517832] GHES: HEST is not enabled!\n[ 0.531211] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558950] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587707] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589888] Linux agpgart interface v0.103\n[ 0.592339] brd: module loaded\n[ 0.593508] loop: module loaded\n[ 0.598658] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600085] GPT:90111 != 20971519\n[ 0.600760] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601815] GPT:90111 != 20971519\n[ 0.602482] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603420] vda: vda1 vda15\n[ 0.604886] scsi host0: ata_piix\n[ 0.605614] scsi host1: ata_piix\n[ 0.606299] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607484] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609252] libphy: Fixed MDIO Bus: probed\n[ 0.610054] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610981] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613075] PPP generic driver version 2.4.2\n[ 0.613935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615189] ehci-pci: EHCI PCI platform driver\n[ 0.616040] ehci-platform: EHCI generic platform driver\n[ 0.616993] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618081] ohci-pci: OHCI PCI platform driver\n[ 0.618927] ohci-platform: OHCI generic platform driver\n[ 0.619885] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634183] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635175] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638654] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641203] usb usb1: Product: UHCI Host Controller\n[ 0.642103] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643207] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644127] hub 1-0:1.0: USB hub found\n[ 0.644877] hub 1-0:1.0: 2 ports detected\n[ 0.645754] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647822] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648749] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649740] mousedev: PS/2 mouse device common for all mice\n[ 0.650952] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652744] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653807] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656131] i2c /dev entries driver\n[ 0.656872] device-mapper: uevent: version 1.0.3\n[ 0.657774] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659364] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660611] NET: Registered protocol family 10\n[ 0.661581] NET: Registered protocol family 17\n[ 0.662451] Key type dns_resolver registered\n[ 0.663372] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664437] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666157] registered taskstats version 1\n[ 0.666974] Loading compiled-in X.509 certificates\n[ 0.668385] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670178] zswap: loaded using pool lzo/zbud\n[ 0.671540] Key type trusted registered\n[ 0.673074] Key type encrypted registered\n[ 0.673879] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674887] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675897] evm: HMAC attrs: 0x1\n[ 0.676795] Magic number: 6:334:134\n[ 0.677562] virtio-pci 0000:00:03.0: hash matches\n[ 0.678452] acpi device:09: hash matches\n[ 0.679287] rtc_cmos 00:00: setting system clock to 2018-10-22 15:08:53 UTC (1540220933)\n[ 0.680841] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681923] EDD information not available.\n[ 0.767710] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779553] Write protecting the kernel read-only data: 14336k\n[ 0.781105] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782863] 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.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.751775] 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.13...\nLease of 10.55.0.13 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.65. iid=i-0000001d\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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCxkE2tYaZKpcAMOBLKmBxh4bCvTPwMnYzo9PR5BO0bgGWEgMu/7PcBEttP2iszxC7PQou1EyLqZ8gyRDPdidsu9vs8HLU86QL+SOR6hYB5KuYC40Vrdlvm1qy7nlUqA/0iMWfHCznqlfnrVz89tO0VUk0BECx9nGiE2xeJ6t9ypqM5G/WgnJyt7R6gpejDfN93zCdMvCQmcS2aRohLWbvLrqWmohbIrJVtCabvi690pRGzNDBbS4fYl6TZyWgnYCRpF8vtCICZs1OFbunUWl5Gm70+QgIJQvY6RKnBHrOLAVaPa8dGpNIClgTdyxdJRkLXBKSRb7JcxlbWh6QefXzn root@simplehealthcheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAM748/kaoT82uQ62vUVTUGSmiidyQw2cbAbu9a9de4iDlxtk+nyTsJMHaMObntmfVlJ+vRfvkyfuXlzb/wKsXDbajMuBW02k+5h6G2lYza61Wun2ZcDxPwTqV3KhHkjT1gFQyKPsrS6BJxEigLgIu5uO8VYy+ksMixCEtb5kN2TPAAAAFQCWNe02EsUZzisDiixebmrQ+UrblQAAAIAu0c9HL4gp7ASOCxD+z6uUVd3p+6p23UnVBT7RTqwYyYTwsaDiQErSOt4pfxIKHf0SJpa+9GSM4KuhBcaVwV1ZLDwxLS1SdakOiYNL9QZ3sXODZ9Eshf4rlDBf/mlbZQWfDKHaRq68GsT6h5idYH+Oo5n7LeKYLCx/750knQBP5wAAAIEAj4nM3L3BMDrIK2NwH88IymHKr8WlxtVppha2gnLmN5b0EVVJbQIFjvpVKXEpijVRBV+cLV/e/IVXvHbUVOhQUdG1ztP6xZgfoOCOtlZQjtPyKbJjHf81ThBF9I2k7gvvzNS6DWr4tIi23LSSfejM9KqjTI1z8DFyH9NuBkzSIk8= root@simplehealthcheck-fab795fe-4033-4741-8dad-d3cdebabee03-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.13,24,fe80::f816:3eff:feab:9f7f/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.13 \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-0000001d\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.95 ===\n"} 2018-10-22 15:08:58,195 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7/action used request id req-184211d5-791a-4e44-8bf0-f6dc6fc0fcc4 2018-10-22 15:08:58,196 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-22 15:08:58,196 - 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 512579365 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.910 MHz processor [ 0.128506] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130150] pid_max: default: 32768 minimum: 301 [ 0.131056] ACPI: Core revision 20150930 [ 0.132439] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133744] Security Framework initialized [ 0.134558] Yama: becoming mindful. [ 0.135283] AppArmor: AppArmor initialized [ 0.136149] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137458] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.138711] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139936] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141351] Initializing cgroup subsys io [ 0.142157] Initializing cgroup subsys memory [ 0.143026] Initializing cgroup subsys devices [ 0.143917] Initializing cgroup subsys freezer [ 0.144788] Initializing cgroup subsys net_cls [ 0.145649] Initializing cgroup subsys perf_event [ 0.146553] Initializing cgroup subsys net_prio [ 0.147456] Initializing cgroup subsys hugetlb [ 0.148336] Initializing cgroup subsys pids [ 0.149210] CPU: Physical Processor ID: 0 [ 0.150704] mce: CPU supports 10 MCE banks [ 0.151553] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152558] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163139] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169475] ftrace: allocating 31920 entries in 125 pages [ 0.195344] smpboot: Max logical packages: 1 [ 0.196200] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.197558] x2apic enabled [ 0.198370] Switched APIC routing to physical x2apic. [ 0.200119] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.201233] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203211] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204993] KVM setup paravirtual spinlock [ 0.206280] x86: Booted up 1 node, 1 CPUs [ 0.207088] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.208481] devtmpfs: initialized [ 0.210175] evm: security.selinux [ 0.210877] evm: security.SMACK64 [ 0.211564] evm: security.SMACK64EXEC [ 0.212304] evm: security.SMACK64TRANSMUTE [ 0.213107] evm: security.SMACK64MMAP [ 0.213858] evm: security.ima [ 0.214498] evm: security.capability [ 0.215292] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217137] pinctrl core: initialized pinctrl subsystem [ 0.218236] RTC time: 15:08:52, date: 10/22/18 [ 0.219188] NET: Registered protocol family 16 [ 0.220165] cpuidle: using governor ladder [ 0.220985] cpuidle: using governor menu [ 0.221769] PCCT header not found. [ 0.222523] ACPI: bus type PCI registered [ 0.223325] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224561] PCI: Using configuration type 1 for base access [ 0.226306] ACPI: Added _OSI(Module Device) [ 0.227151] ACPI: Added _OSI(Processor Device) [ 0.228013] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.228918] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231030] ACPI: Interpreter enabled [ 0.231816] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237344] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239177] ACPI: (supports S0 S5) [ 0.239879] ACPI: Using IOAPIC for interrupt routing [ 0.240925] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.244015] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.245158] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249794] acpiphp: Slot [3] registered [ 0.250597] acpiphp: Slot [4] registered [ 0.251394] acpiphp: Slot [5] registered [ 0.252189] acpiphp: Slot [6] registered [ 0.252984] acpiphp: Slot [7] registered [ 0.253787] acpiphp: Slot [8] registered [ 0.254584] acpiphp: Slot [9] registered [ 0.255381] acpiphp: Slot [10] registered [ 0.256193] acpiphp: Slot [11] registered [ 0.257009] acpiphp: Slot [12] registered [ 0.257832] acpiphp: Slot [13] registered [ 0.258647] acpiphp: Slot [14] registered [ 0.259458] acpiphp: Slot [15] registered [ 0.270303] acpiphp: Slot [16] registered [ 0.271123] acpiphp: Slot [17] registered [ 0.271935] acpiphp: Slot [18] registered [ 0.272744] acpiphp: Slot [19] registered [ 0.273558] acpiphp: Slot [20] registered [ 0.274378] acpiphp: Slot [21] registered [ 0.275185] acpiphp: Slot [22] registered [ 0.275996] acpiphp: Slot [23] registered [ 0.276812] acpiphp: Slot [24] registered [ 0.277626] acpiphp: Slot [25] registered [ 0.278440] acpiphp: Slot [26] registered [ 0.279246] acpiphp: Slot [27] registered [ 0.280058] acpiphp: Slot [28] registered [ 0.280873] acpiphp: Slot [29] registered [ 0.281692] acpiphp: Slot [30] registered [ 0.282523] acpiphp: Slot [31] registered [ 0.283341] PCI host bridge to bus 0000:00 [ 0.284158] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.285388] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.286618] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288084] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.289552] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.295681] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.296979] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.299458] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.305765] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.307230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.352227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.353736] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.355176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.356621] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358010] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.359263] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.360671] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.361756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363324] vgaarb: loaded [ 0.363933] vgaarb: bridge control possible 0000:00:02.0 [ 0.365117] SCSI subsystem initialized [ 0.365967] ACPI: bus type USB registered [ 0.366811] usbcore: registered new interface driver usbfs [ 0.367868] usbcore: registered new interface driver hub [ 0.368892] usbcore: registered new device driver usb [ 0.369981] PCI: Using ACPI for IRQ routing [ 0.371029] NetLabel: Initializing [ 0.371754] NetLabel: domain hash size = 128 [ 0.372614] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373587] NetLabel: unlabeled traffic allowed by default [ 0.374723] clocksource: Switched to clocksource kvm-clock [ 0.380154] AppArmor: AppArmor Filesystem Enabled [ 0.381149] pnp: PnP ACPI init [ 0.382084] pnp: PnP ACPI: found 5 devices [ 0.388132] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389886] NET: Registered protocol family 2 [ 0.390883] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392191] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393379] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394583] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395701] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396892] NET: Registered protocol family 1 [ 0.397780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398919] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400025] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414459] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428721] Trying to unpack rootfs image as initramfs... [ 0.478649] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492641] Scanning for low memory corruption every 60 seconds [ 0.494060] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495207] audit: initializing netlink subsys (disabled) [ 0.496222] audit: type=2000 audit(1540220933.419:1): initialized [ 0.497559] Initialise system trusted keyring [ 0.498490] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.499654] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501599] zbud: loaded [ 0.502284] VFS: Disk quotas dquot_6.6.0 [ 0.503102] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.504592] fuse init (API version 7.23) [ 0.505461] Key type big_key registered [ 0.506247] Allocating IMA MOK and blacklist keyrings. [ 0.507400] Key type asymmetric registered [ 0.508226] Asymmetric key parser 'x509' registered [ 0.509186] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.510623] io scheduler noop registered [ 0.511415] io scheduler deadline registered (default) [ 0.512418] io scheduler cfq registered [ 0.513254] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.515545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.516988] ACPI: Power Button [PWRF] [ 0.517832] GHES: HEST is not enabled! [ 0.531211] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.558950] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.561198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.587707] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.589888] Linux agpgart interface v0.103 [ 0.592339] brd: module loaded [ 0.593508] loop: module loaded [ 0.598658] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.600085] GPT:90111 != 20971519 [ 0.600760] GPT:Alternate GPT header not at the end of the disk. [ 0.601815] GPT:90111 != 20971519 [ 0.602482] GPT: Use GNU Parted to correct GPT errors. [ 0.603420] vda: vda1 vda15 [ 0.604886] scsi host0: ata_piix [ 0.605614] scsi host1: ata_piix [ 0.606299] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607484] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609252] libphy: Fixed MDIO Bus: probed [ 0.610054] tun: Universal TUN/TAP device driver, 1.6 [ 0.610981] tun: (C) 1999-2004 Max Krasnyansky [ 0.613075] PPP generic driver version 2.4.2 [ 0.613935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615189] ehci-pci: EHCI PCI platform driver [ 0.616040] ehci-platform: EHCI generic platform driver [ 0.616993] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618081] ohci-pci: OHCI PCI platform driver [ 0.618927] ohci-platform: OHCI generic platform driver [ 0.619885] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634183] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.635175] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.636582] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.637579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.638654] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.639831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641203] usb usb1: Product: UHCI Host Controller [ 0.642103] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.643207] usb usb1: SerialNumber: 0000:00:01.2 [ 0.644127] hub 1-0:1.0: USB hub found [ 0.644877] hub 1-0:1.0: 2 ports detected [ 0.645754] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.647822] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.648749] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.649740] mousedev: PS/2 mouse device common for all mice [ 0.650952] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.652744] rtc_cmos 00:00: RTC can wake from S4 [ 0.653807] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.654975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.656131] i2c /dev entries driver [ 0.656872] device-mapper: uevent: version 1.0.3 [ 0.657774] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.659364] ledtrig-cpu: registered to indicate activity on CPUs [ 0.660611] NET: Registered protocol family 10 [ 0.661581] NET: Registered protocol family 17 [ 0.662451] Key type dns_resolver registered [ 0.663372] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.664437] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.666157] registered taskstats version 1 [ 0.666974] Loading compiled-in X.509 certificates [ 0.668385] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.670178] zswap: loaded using pool lzo/zbud [ 0.671540] Key type trusted registered [ 0.673074] Key type encrypted registered [ 0.673879] AppArmor: AppArmor sha1 policy hashing enabled [ 0.674887] ima: No TPM chip found, activating TPM-bypass! [ 0.675897] evm: HMAC attrs: 0x1 [ 0.676795] Magic number: 6:334:134 [ 0.677562] virtio-pci 0000:00:03.0: hash matches [ 0.678452] acpi device:09: hash matches [ 0.679287] rtc_cmos 00:00: setting system clock to 2018-10-22 15:08:53 UTC (1540220933) [ 0.680841] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.681923] EDD information not available. [ 0.767710] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.779553] Write protecting the kernel read-only data: 14336k [ 0.781105] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.782863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.55 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.751775] 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.13... Lease of 10.55.0.13 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.65. iid=i-0000001d 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCxkE2tYaZKpcAMOBLKmBxh4bCvTPwMnYzo9PR5BO0bgGWEgMu/7PcBEttP2iszxC7PQou1EyLqZ8gyRDPdidsu9vs8HLU86QL+SOR6hYB5KuYC40Vrdlvm1qy7nlUqA/0iMWfHCznqlfnrVz89tO0VUk0BECx9nGiE2xeJ6t9ypqM5G/WgnJyt7R6gpejDfN93zCdMvCQmcS2aRohLWbvLrqWmohbIrJVtCabvi690pRGzNDBbS4fYl6TZyWgnYCRpF8vtCICZs1OFbunUWl5Gm70+QgIJQvY6RKnBHrOLAVaPa8dGpNIClgTdyxdJRkLXBKSRb7JcxlbWh6QefXzn root@simplehealthcheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst ssh-dss AAAAB3NzaC1kc3MAAACBAM748/kaoT82uQ62vUVTUGSmiidyQw2cbAbu9a9de4iDlxtk+nyTsJMHaMObntmfVlJ+vRfvkyfuXlzb/wKsXDbajMuBW02k+5h6G2lYza61Wun2ZcDxPwTqV3KhHkjT1gFQyKPsrS6BJxEigLgIu5uO8VYy+ksMixCEtb5kN2TPAAAAFQCWNe02EsUZzisDiixebmrQ+UrblQAAAIAu0c9HL4gp7ASOCxD+z6uUVd3p+6p23UnVBT7RTqwYyYTwsaDiQErSOt4pfxIKHf0SJpa+9GSM4KuhBcaVwV1ZLDwxLS1SdakOiYNL9QZ3sXODZ9Eshf4rlDBf/mlbZQWfDKHaRq68GsT6h5idYH+Oo5n7LeKYLCx/750knQBP5wAAAIEAj4nM3L3BMDrIK2NwH88IymHKr8WlxtVppha2gnLmN5b0EVVJbQIFjvpVKXEpijVRBV+cLV/e/IVXvHbUVOhQUdG1ztP6xZgfoOCOtlZQjtPyKbJjHf81ThBF9I2k7gvvzNS6DWr4tIi23LSSfejM9KqjTI1z8DFyH9NuBkzSIk8= root@simplehealthcheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.13,24,fe80::f816:3eff:feab:9f7f/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.13 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-0000001d name: N/A availability-zone: nova local-hostname: simplehealthcheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.95 === 2018-10-22 15:08:58,197 - create_instance - INFO - Deleting Port with ID - 3a00ce5a-1358-4797-9075-781b2f58b0ff 2018-10-22 15:08:58,197 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03port-1 2018-10-22 15:08:58,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/3a00ce5a-1358-4797-9075-781b2f58b0ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:58,713 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-61b18d13-9de4-4bcb-b221-fb520a560d1f Date: Mon, 22 Oct 2018 15:08:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:08:58,713 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/3a00ce5a-1358-4797-9075-781b2f58b0ff used request id req-61b18d13-9de4-4bcb-b221-fb520a560d1f 2018-10-22 15:08:58,713 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst 2018-10-22 15:08:58,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:58,907 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:08:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-852ab742-db03-456d-9e78-5bc8c1b31557 x-compute-request-id: req-852ab742-db03-456d-9e78-5bc8c1b31557 Content-Type: application/json 2018-10-22 15:08:58,908 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 used request id req-852ab742-db03-456d-9e78-5bc8c1b31557 2018-10-22 15:08:58,908 - create_instance - INFO - Checking deletion status 2018-10-22 15:08:58,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:08:59,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:08:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a49f8caa-69aa-40e8-b517-677f2847e823 x-compute-request-id: req-a49f8caa-69aa-40e8-b517-677f2847e823 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7", "rel": "bookmark"}], "image": {"id": "3efaef38-552b-452d-a8f6-69b62e0d9fbc", "links": [{"href": "http://172.30.9.22:8774/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:08:52.000000", "flavor": {"id": "7155a66f-ebef-49c8-bb02-aa9321e52909", "links": [{"href": "http://172.30.9.22:8774/flavors/7155a66f-ebef-49c8-bb02-aa9321e52909", "rel": "bookmark"}]}, "id": "1d0695e9-0d3f-4793-8005-0a6951c354c7", "user_id": "15d8ac14d6da4026b3246594359ddc3d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:08:58Z", "hostId": "5df83647a2d57e67abd623588163de98a170fae6d276d26645aef3a8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst", "created": "2018-10-22T15:08:48Z", "tenant_id": "67260ac2488c460ab1762da49a898c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:08:59,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 used request id req-a49f8caa-69aa-40e8-b517-677f2847e823 2018-10-22 15:08:59,300 - create_instance - DEBUG - Instance status [SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst] is - ACTIVE 2018-10-22 15:08:59,300 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:09:02,303 - create_instance - DEBUG - VM status query timeout in 296.605123043 2018-10-22 15:09:02,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:09:02,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09: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-9e68f8fe-101a-476e-a237-e081ad1d6781 x-compute-request-id: req-9e68f8fe-101a-476e-a237-e081ad1d6781 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7", "rel": "bookmark"}], "image": {"id": "3efaef38-552b-452d-a8f6-69b62e0d9fbc", "links": [{"href": "http://172.30.9.22:8774/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:08:52.000000", "flavor": {"id": "7155a66f-ebef-49c8-bb02-aa9321e52909", "links": [{"href": "http://172.30.9.22:8774/flavors/7155a66f-ebef-49c8-bb02-aa9321e52909", "rel": "bookmark"}]}, "id": "1d0695e9-0d3f-4793-8005-0a6951c354c7", "user_id": "15d8ac14d6da4026b3246594359ddc3d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:08:58Z", "hostId": "5df83647a2d57e67abd623588163de98a170fae6d276d26645aef3a8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst", "created": "2018-10-22T15:08:48Z", "tenant_id": "67260ac2488c460ab1762da49a898c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 15:09:02,403 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 used request id req-9e68f8fe-101a-476e-a237-e081ad1d6781 2018-10-22 15:09:02,404 - create_instance - DEBUG - Instance status [SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst] is - ACTIVE 2018-10-22 15:09:02,404 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-22 15:09:05,407 - create_instance - DEBUG - VM status query timeout in 293.501206875 2018-10-22 15:09:05,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fabb62d47487e09634840d50a0a4645066fd785d" 2018-10-22 15:09:05,452 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 15: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 x-openstack-request-id: req-fa6fb0c2-7349-4e0f-86cc-b9625d3ebb94 x-compute-request-id: req-fa6fb0c2-7349-4e0f-86cc-b9625d3ebb94 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 1d0695e9-0d3f-4793-8005-0a6951c354c7 could not be found.", "code": 404}} 2018-10-22 15:09:05,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/1d0695e9-0d3f-4793-8005-0a6951c354c7 used request id req-fa6fb0c2-7349-4e0f-86cc-b9625d3ebb94 2018-10-22 15:09:05,453 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 1d0695e9-0d3f-4793-8005-0a6951c354c7 could not be found. (HTTP 404) (Request-ID: req-fa6fb0c2-7349-4e0f-86cc-b9625d3ebb94) 2018-10-22 15:09:05,453 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-inst 2018-10-22 15:09:05,454 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-subnet 2018-10-22 15:09:05,454 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-subnet 2018-10-22 15:09:05,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/1e69e194-c4e3-4be5-90d3-fee0d4618aa4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc4395bf77188fe3e81c859df4460d8d52c590be" 2018-10-22 15:09:07,716 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dccc7314-26ff-45c5-a6df-62b0ef7a083e Date: Mon, 22 Oct 2018 15:09:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:09:07,716 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/1e69e194-c4e3-4be5-90d3-fee0d4618aa4 used request id req-dccc7314-26ff-45c5-a6df-62b0ef7a083e 2018-10-22 15:09:07,716 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-priv-net 2018-10-22 15:09:07,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/2345f15f-7494-48bf-94d0-5470b644a802 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc4395bf77188fe3e81c859df4460d8d52c590be" 2018-10-22 15:09:09,130 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4857e8c9-3222-413e-b918-8cf77cd83c66 Date: Mon, 22 Oct 2018 15:09:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:09:09,131 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/2345f15f-7494-48bf-94d0-5470b644a802 used request id req-4857e8c9-3222-413e-b918-8cf77cd83c66 2018-10-22 15:09:09,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/7155a66f-ebef-49c8-bb02-aa9321e52909 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65b608bef53781d4fd8f03880adc2cfca8e71249" 2018-10-22 15:09:09,184 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:09: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-f54399c0-d576-4a41-8cbd-016062772112 x-compute-request-id: req-f54399c0-d576-4a41-8cbd-016062772112 Content-Length: 0 Content-Type: application/json 2018-10-22 15:09:09,184 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/7155a66f-ebef-49c8-bb02-aa9321e52909 used request id req-f54399c0-d576-4a41-8cbd-016062772112 2018-10-22 15:09:09,185 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-fab795fe-4033-4741-8dad-d3cdebabee03-image 2018-10-22 15:09:09,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}66db9aee70a29014d23241132ce9669c4bcf32ae" 2018-10-22 15:09:11,183 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-482c9268-7a7d-4d60-9fe6-bab4602165db Date: Mon, 22 Oct 2018 15:09:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:09:11,183 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/3efaef38-552b-452d-a8f6-69b62e0d9fbc used request id req-482c9268-7a7d-4d60-9fe6-bab4602165db 2018-10-22 15:09:11,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11822257fc188baba8f89de9dfee5ca5e786f598" 2018-10-22 15:09:11,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-67390960-6ec1-4505-a8d7-984f5075df4d Date: Mon, 22 Oct 2018 15:09:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "67260ac2488c460ab1762da49a898c43", "created_at": "2018-10-22T15:08:37Z", "updated_at": "2018-10-22T15:08:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:08:37Z", "revision_number": 0, "id": "1ba85d38-aa0f-4fdc-967e-477549908a89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:08:37Z", "security_group_id": "410c4295-dfad-4c10-97cd-3487bdf29f56", "tenant_id": "67260ac2488c460ab1762da49a898c43", "port_range_min": null, "ethertype": "IPv6", "project_id": "67260ac2488c460ab1762da49a898c43"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:08:37Z", "revision_number": 0, "id": "636172cc-2216-4b23-8280-ed2427ce2a10", "remote_group_id": "410c4295-dfad-4c10-97cd-3487bdf29f56", "remote_ip_prefix": null, "created_at": "2018-10-22T15:08:37Z", "security_group_id": "410c4295-dfad-4c10-97cd-3487bdf29f56", "tenant_id": "67260ac2488c460ab1762da49a898c43", "port_range_min": null, "ethertype": "IPv6", "project_id": "67260ac2488c460ab1762da49a898c43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:08:37Z", "revision_number": 0, "id": "b14fb890-dde1-4e96-a3be-80f0bc3312a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:08:37Z", "security_group_id": "410c4295-dfad-4c10-97cd-3487bdf29f56", "tenant_id": "67260ac2488c460ab1762da49a898c43", "port_range_min": null, "ethertype": "IPv4", "project_id": "67260ac2488c460ab1762da49a898c43"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:08:37Z", "revision_number": 0, "id": "cb66bcb5-bb87-4d1b-afc3-e3aab9270a5d", "remote_group_id": "410c4295-dfad-4c10-97cd-3487bdf29f56", "remote_ip_prefix": null, "created_at": "2018-10-22T15:08:37Z", "security_group_id": "410c4295-dfad-4c10-97cd-3487bdf29f56", "tenant_id": "67260ac2488c460ab1762da49a898c43", "port_range_min": null, "ethertype": "IPv4", "project_id": "67260ac2488c460ab1762da49a898c43"}], "revision_number": 4, "project_id": "67260ac2488c460ab1762da49a898c43", "id": "410c4295-dfad-4c10-97cd-3487bdf29f56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dff6fc1720004d0882def32963b34465", "created_at": "2018-10-22T15:09:11Z", "updated_at": "2018-10-22T15:09:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:11Z", "revision_number": 0, "id": "2cb7389a-44b6-4fc8-a38a-bd78b8035087", "remote_group_id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:11Z", "security_group_id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "tenant_id": "dff6fc1720004d0882def32963b34465", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff6fc1720004d0882def32963b34465"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:11Z", "revision_number": 0, "id": "92a41957-51dc-49cd-87c1-f62f708edada", "remote_group_id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:11Z", "security_group_id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "tenant_id": "dff6fc1720004d0882def32963b34465", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff6fc1720004d0882def32963b34465"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:11Z", "revision_number": 0, "id": "971b08f7-8939-45c8-9ec8-93f1a6791fb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:11Z", "security_group_id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "tenant_id": "dff6fc1720004d0882def32963b34465", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff6fc1720004d0882def32963b34465"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:11Z", "revision_number": 0, "id": "e6452533-bef7-4492-ad6f-5cf988d84b7f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:11Z", "security_group_id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "tenant_id": "dff6fc1720004d0882def32963b34465", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff6fc1720004d0882def32963b34465"}], "revision_number": 4, "project_id": "dff6fc1720004d0882def32963b34465", "id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "updated_at": "2018-10-22T14:58:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "67e51c9b-e362-42bd-a305-439e546f173e", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "90643a86-0f62-4588-9a8c-68cea1343ff6", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "name": "default"}]} 2018-10-22 15:09:11,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-67390960-6ec1-4505-a8d7-984f5075df4d 2018-10-22 15:09:11,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11822257fc188baba8f89de9dfee5ca5e786f598" 2018-10-22 15:09:11,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6da5244-d896-4b84-9d67-16aee824535d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43"}, "enabled": true, "id": "67260ac2488c460ab1762da49a898c43", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-217e7c74-3711-41e-proj"}} 2018-10-22 15:09:11,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43 used request id req-f6da5244-d896-4b84-9d67-16aee824535d 2018-10-22 15:09:11,806 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 410c4295-dfad-4c10-97cd-3487bdf29f56 2018-10-22 15:09:11,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=410c4295-dfad-4c10-97cd-3487bdf29f56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11822257fc188baba8f89de9dfee5ca5e786f598" 2018-10-22 15:09:11,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9e80f285-64b5-42ec-9bd3-75a23fbca065 Date: Mon, 22 Oct 2018 15:09: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-10-22T15:08:37Z", "security_group_id": "410c4295-dfad-4c10-97cd-3487bdf29f56", "port_range_min": null, "revision_number": 0, "tenant_id": "67260ac2488c460ab1762da49a898c43", "created_at": "2018-10-22T15:08:37Z", "project_id": "67260ac2488c460ab1762da49a898c43", "id": "1ba85d38-aa0f-4fdc-967e-477549908a89"}, {"remote_group_id": "410c4295-dfad-4c10-97cd-3487bdf29f56", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T15:08:37Z", "security_group_id": "410c4295-dfad-4c10-97cd-3487bdf29f56", "port_range_min": null, "revision_number": 0, "tenant_id": "67260ac2488c460ab1762da49a898c43", "created_at": "2018-10-22T15:08:37Z", "project_id": "67260ac2488c460ab1762da49a898c43", "id": "636172cc-2216-4b23-8280-ed2427ce2a10"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T15:08:37Z", "security_group_id": "410c4295-dfad-4c10-97cd-3487bdf29f56", "port_range_min": null, "revision_number": 0, "tenant_id": "67260ac2488c460ab1762da49a898c43", "created_at": "2018-10-22T15:08:37Z", "project_id": "67260ac2488c460ab1762da49a898c43", "id": "b14fb890-dde1-4e96-a3be-80f0bc3312a6"}, {"remote_group_id": "410c4295-dfad-4c10-97cd-3487bdf29f56", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T15:08:37Z", "security_group_id": "410c4295-dfad-4c10-97cd-3487bdf29f56", "port_range_min": null, "revision_number": 0, "tenant_id": "67260ac2488c460ab1762da49a898c43", "created_at": "2018-10-22T15:08:37Z", "project_id": "67260ac2488c460ab1762da49a898c43", "id": "cb66bcb5-bb87-4d1b-afc3-e3aab9270a5d"}]} 2018-10-22 15:09:11,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=410c4295-dfad-4c10-97cd-3487bdf29f56 used request id req-9e80f285-64b5-42ec-9bd3-75a23fbca065 2018-10-22 15:09:11,991 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 15:09:11,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/410c4295-dfad-4c10-97cd-3487bdf29f56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11822257fc188baba8f89de9dfee5ca5e786f598" 2018-10-22 15:09:12,302 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a43bc581-4129-40cb-a362-d5550a15adc1 Content-Length: 0 Date: Mon, 22 Oct 2018 15:09:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:09:12,302 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/410c4295-dfad-4c10-97cd-3487bdf29f56 used request id req-a43bc581-4129-40cb-a362-d5550a15adc1 2018-10-22 15:09:12,303 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-217e7c74-3711-41e-proj 2018-10-22 15:09:12,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11822257fc188baba8f89de9dfee5ca5e786f598" 2018-10-22 15:09:12,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:09:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f0eda23-f42c-4878-b5f8-e1d6e4a0275b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:09:12,619 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/67260ac2488c460ab1762da49a898c43 used request id req-6f0eda23-f42c-4878-b5f8-e1d6e4a0275b 2018-10-22 15:09:12,620 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-217e7c74-3711-41e-proj-role 2018-10-22 15:09:12,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/e96e3afac1a3410aa1d1deef1a96da67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11822257fc188baba8f89de9dfee5ca5e786f598" 2018-10-22 15:09:12,806 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:09:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb7f8fc8-4eb9-4dfb-95a5-0da3c14edd48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:09:12,806 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/e96e3afac1a3410aa1d1deef1a96da67 used request id req-bb7f8fc8-4eb9-4dfb-95a5-0da3c14edd48 2018-10-22 15:09:12,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11822257fc188baba8f89de9dfee5ca5e786f598" 2018-10-22 15:09:12,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8429eb7f-fd88-4c43-8cc1-89f73d8385c9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "121dfd5845584706833e627de3fc1fe6", "links": {"self": "http://172.30.9.22:5000/v3/roles/121dfd5845584706833e627de3fc1fe6"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "53b326903db349c59fdd1f5bb668d1f5", "links": {"self": "http://172.30.9.22:5000/v3/roles/53b326903db349c59fdd1f5bb668d1f5"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:09:12,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8429eb7f-fd88-4c43-8cc1-89f73d8385c9 2018-10-22 15:09:12,900 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-217e7c74-3711-41e-user 2018-10-22 15:09:12,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/15d8ac14d6da4026b3246594359ddc3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fde2cffe53622eb9d14b3b2e1552e4a523cb9f9" 2018-10-22 15:09:13,090 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:09:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ef05472-dcc5-4544-9833-b0248d9a240e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:09:13,091 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/15d8ac14d6da4026b3246594359ddc3d used request id req-6ef05472-dcc5-4544-9833-b0248d9a240e 2018-10-22 15:09:13,092 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 42.273s OK 2018-10-22 15:09:13,225 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 15:09:13,225 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-10-22 15:09:13,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:09:13,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:09:13,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8883f51a-2f0d-4677-a0a6-65fa0edaa0d7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "121dfd5845584706833e627de3fc1fe6", "links": {"self": "http://172.30.9.22:5000/v3/roles/121dfd5845584706833e627de3fc1fe6"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "53b326903db349c59fdd1f5bb668d1f5", "links": {"self": "http://172.30.9.22:5000/v3/roles/53b326903db349c59fdd1f5bb668d1f5"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:09:13,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8883f51a-2f0d-4677-a0a6-65fa0edaa0d7 2018-10-22 15:09:13,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.083300113678s 2018-10-22 15:09:13,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-22 15:09:13,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/121dfd5845584706833e627de3fc1fe6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:09:13,506 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:09:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c6fbdb5-e8a4-4fe3-ab4e-eb6a362d7e52 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:09:13,506 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/121dfd5845584706833e627de3fc1fe6 used request id req-3c6fbdb5-e8a4-4fe3-ab4e-eb6a362d7e52 2018-10-22 15:09:13,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.190323829651s 2018-10-22 15:09:13,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:09:13,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:09:13,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51db063a-f65c-4a98-ab55-faac0e457eaa Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_1ebb19cd-294e-4c08-a1c3-18682cbbba21", "links": {"self": "http://172.30.9.22:5000/v3/users/2295239a905143b48b85530143f85d9f"}, "domain_id": "default", "enabled": true, "id": "2295239a905143b48b85530143f85d9f", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 15:09:13,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-51db063a-f65c-4a98-ab55-faac0e457eaa 2018-10-22 15:09:13,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0893139839172s 2018-10-22 15:09:13,597 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-51db063a-f65c-4a98-ab55-faac0e457eaa 2018-10-22 15:09:13,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:09:13,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/2295239a905143b48b85530143f85d9f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:09:13,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7e044d8-0272-42a1-9dd6-ec48cf8eaac9 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/2295239a905143b48b85530143f85d9f"}, "enabled": true, "id": "2295239a905143b48b85530143f85d9f", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_1ebb19cd-294e-4c08-a1c3-18682cbbba21"}} 2018-10-22 15:09:13,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/2295239a905143b48b85530143f85d9f used request id req-b7e044d8-0272-42a1-9dd6-ec48cf8eaac9 2018-10-22 15:09:13,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0974409580231s 2018-10-22 15:09:13,700 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/2295239a905143b48b85530143f85d9f used request id req-b7e044d8-0272-42a1-9dd6-ec48cf8eaac9 2018-10-22 15:09:13,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-22 15:09:13,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/2295239a905143b48b85530143f85d9f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:09:13,908 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:09:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f63d849a-81b1-4e38-a1a5-d581c97109a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:09:13,909 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/2295239a905143b48b85530143f85d9f used request id req-f63d849a-81b1-4e38-a1a5-d581c97109a4 2018-10-22 15:09:13,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.208178043365s 2018-10-22 15:09:13,909 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/2295239a905143b48b85530143f85d9f used request id req-f63d849a-81b1-4e38-a1a5-d581c97109a4 2018-10-22 15:09:13,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 15:09:13,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:09:13,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a63ee806-088b-4c82-bc5b-2e5879ca2d28 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/dff6fc1720004d0882def32963b34465"}, "enabled": true, "id": "dff6fc1720004d0882def32963b34465", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_1ebb19cd-294e-4c08-a1c3-18682cbbba21"}]} 2018-10-22 15:09:13,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-a63ee806-088b-4c82-bc5b-2e5879ca2d28 2018-10-22 15:09:13,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0763831138611s 2018-10-22 15:09:13,986 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-a63ee806-088b-4c82-bc5b-2e5879ca2d28 2018-10-22 15:09:13,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-22 15:09:13,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/dff6fc1720004d0882def32963b34465 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:09:14,173 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:09:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3b55804-12f1-426f-8b80-4bb19b86c759 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:09:14,173 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/dff6fc1720004d0882def32963b34465 used request id req-d3b55804-12f1-426f-8b80-4bb19b86c759 2018-10-22 15:09:14,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.184196949005s 2018-10-22 15:09:14,173 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/dff6fc1720004d0882def32963b34465 used request id req-d3b55804-12f1-426f-8b80-4bb19b86c759 2018-10-22 15:09:14,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:09:14,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:09:14,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50eedb84-b246-4d99-a48d-8ee6a46b533b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53b326903db349c59fdd1f5bb668d1f5", "links": {"self": "http://172.30.9.22:5000/v3/roles/53b326903db349c59fdd1f5bb668d1f5"}, "name": "Member"}, {"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:09:14,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-50eedb84-b246-4d99-a48d-8ee6a46b533b 2018-10-22 15:09:14,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0782709121704s 2018-10-22 15:09:14,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-22 15:09:14,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/53b326903db349c59fdd1f5bb668d1f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:09:14,356 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:09:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a650cb9-3025-4316-a22c-178186822360 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:09:14,356 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/53b326903db349c59fdd1f5bb668d1f5 used request id req-1a650cb9-3025-4316-a22c-178186822360 2018-10-22 15:09:14,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.102510929108s 2018-10-22 15:09:14,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-22 15:09:14,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=dff6fc1720004d0882def32963b34465&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}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:09:14,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-58ed9a59-510d-4c06-971c-9eabc7fc5df8 Date: Mon, 22 Oct 2018 15:09:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "dff6fc1720004d0882def32963b34465", "created_at": "2018-10-22T15:09:11Z", "updated_at": "2018-10-22T15:09:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:11Z", "revision_number": 0, "id": "2cb7389a-44b6-4fc8-a38a-bd78b8035087", "remote_group_id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:11Z", "security_group_id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "tenant_id": "dff6fc1720004d0882def32963b34465", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff6fc1720004d0882def32963b34465"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:11Z", "revision_number": 0, "id": "92a41957-51dc-49cd-87c1-f62f708edada", "remote_group_id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:11Z", "security_group_id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "tenant_id": "dff6fc1720004d0882def32963b34465", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff6fc1720004d0882def32963b34465"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:11Z", "revision_number": 0, "id": "971b08f7-8939-45c8-9ec8-93f1a6791fb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:11Z", "security_group_id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "tenant_id": "dff6fc1720004d0882def32963b34465", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff6fc1720004d0882def32963b34465"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:11Z", "revision_number": 0, "id": "e6452533-bef7-4492-ad6f-5cf988d84b7f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:11Z", "security_group_id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "tenant_id": "dff6fc1720004d0882def32963b34465", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff6fc1720004d0882def32963b34465"}], "revision_number": 4, "project_id": "dff6fc1720004d0882def32963b34465", "id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "name": "default"}]} 2018-10-22 15:09:14,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=dff6fc1720004d0882def32963b34465&name=default used request id req-58ed9a59-510d-4c06-971c-9eabc7fc5df8 2018-10-22 15:09:14,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.183440923691s 2018-10-22 15:09:14,545 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=dff6fc1720004d0882def32963b34465&name=default used request id req-58ed9a59-510d-4c06-971c-9eabc7fc5df8 2018-10-22 15:09:14,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-22 15:09:14,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:09:14,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-502abca4-1bdb-4b7d-917e-7d4620124578 Date: Mon, 22 Oct 2018 15:09:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dff6fc1720004d0882def32963b34465", "created_at": "2018-10-22T15:09:11Z", "updated_at": "2018-10-22T15:09:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:11Z", "revision_number": 0, "id": "971b08f7-8939-45c8-9ec8-93f1a6791fb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:11Z", "security_group_id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "tenant_id": "dff6fc1720004d0882def32963b34465", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff6fc1720004d0882def32963b34465"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:11Z", "revision_number": 0, "id": "92a41957-51dc-49cd-87c1-f62f708edada", "remote_group_id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:11Z", "security_group_id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "tenant_id": "dff6fc1720004d0882def32963b34465", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff6fc1720004d0882def32963b34465"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:11Z", "revision_number": 0, "id": "e6452533-bef7-4492-ad6f-5cf988d84b7f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:11Z", "security_group_id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "tenant_id": "dff6fc1720004d0882def32963b34465", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff6fc1720004d0882def32963b34465"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:11Z", "revision_number": 0, "id": "2cb7389a-44b6-4fc8-a38a-bd78b8035087", "remote_group_id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:11Z", "security_group_id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "tenant_id": "dff6fc1720004d0882def32963b34465", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff6fc1720004d0882def32963b34465"}], "revision_number": 4, "project_id": "dff6fc1720004d0882def32963b34465", "id": "586a4180-2f96-4672-8ffd-c8e40c39ff04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "updated_at": "2018-10-22T14:58:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "67e51c9b-e362-42bd-a305-439e546f173e", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "90643a86-0f62-4588-9a8c-68cea1343ff6", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "name": "default"}]} 2018-10-22 15:09:14,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-502abca4-1bdb-4b7d-917e-7d4620124578 2018-10-22 15:09:14,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.213940143585s 2018-10-22 15:09:14,763 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-502abca4-1bdb-4b7d-917e-7d4620124578 2018-10-22 15:09:14,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-22 15:09:14,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/586a4180-2f96-4672-8ffd-c8e40c39ff04.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}b1b3f7ac2e9caf4f9f8a6a1f7f163698c90062c9" 2018-10-22 15:09:15,206 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-16374038-9f12-47ab-8f8d-fa7425cc00f8 Content-Length: 0 Date: Mon, 22 Oct 2018 15:09:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:09:15,207 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/586a4180-2f96-4672-8ffd-c8e40c39ff04.json used request id req-16374038-9f12-47ab-8f8d-fa7425cc00f8 2018-10-22 15:09:15,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.439538955688s 2018-10-22 15:09:15,207 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/586a4180-2f96-4672-8ffd-c8e40c39ff04.json used request id req-16374038-9f12-47ab-8f8d-fa7425cc00f8 2018-10-22 15:09:15,208 - 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:27 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-10-22 15:09:15,212 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-22 15:09:18,198 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-301 | | 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-10-22 15:09:18,203 - 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=rF2YY3Hy3tuqsBDUcAYBjNEAr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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.6 export OS_REGION_NAME=regionOne 2018-10-22 15:09:18,203 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-22 15:09:18,205 - 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-10-22 15:09:18,241 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-10-22 15:09:19,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 15:09:19,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 15:09:19,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 15:09:19,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 15:09:19,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 15:09:19,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 15:09:19,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 15:09:19,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 15:09:19,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 15:09:19,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 15:09:19,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 15:09:19,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 15:09:19,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 15:09:19,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 15:09:19,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 15:09:19,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 15:09:19,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 15:09:19,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 15:09:19,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 15:09:19,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 15:09:19,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 15:09:19,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 15:09:19,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 15:09:19,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 15:09:19,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 15:09:19,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25803aab-2365-4370-a423-167885efdabd 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:09:19,342 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-25803aab-2365-4370-a423-167885efdabd 2018-10-22 15:09:19,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:09:19,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T16:09:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["ykv0enKdQAidkrLHTe4JtA"], "issued_at": "2018-10-22T15:09:19.000000Z"}} 2018-10-22 15:09:19,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 15:09:19,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:09:19,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ed18d614-d494-4c0b-8f1f-1ccdfddbc1c4 Date: Mon, 22 Oct 2018 15:09:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 15:09:19,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ed18d614-d494-4c0b-8f1f-1ccdfddbc1c4 2018-10-22 15:09:19,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255355119705s 2018-10-22 15:09:19,991 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ed18d614-d494-4c0b-8f1f-1ccdfddbc1c4 2018-10-22 15:09:19,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-22 15:09:19,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:09:20,005 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:09: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:09:20,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:09:20,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea44c888-f0d2-4cf6-88d0-1168d8ef85a3 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/4efcfa9916f34e3598719fc817429a11"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4efcfa9916f34e3598719fc817429a11"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-10-22 15:09:20,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-ea44c888-f0d2-4cf6-88d0-1168d8ef85a3 2018-10-22 15:09:20,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.378590106964s 2018-10-22 15:09:20,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-22 15:09:20,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}74a231dad29cc1f92d7e4e106ed4b7117729bda0" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33"}}' 2018-10-22 15:09:20,499 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:09:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1759ff58-3f5f-4e22-951e-b9fa572ca8df 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.22:5000/v3/projects/31084a99e53d4c71b55d73ba3b37035f"}, "enabled": true, "id": "31084a99e53d4c71b55d73ba3b37035f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33"}} 2018-10-22 15:09:20,499 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-1759ff58-3f5f-4e22-951e-b9fa572ca8df 2018-10-22 15:09:20,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.123632907867s 2018-10-22 15:09:20,500 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-1759ff58-3f5f-4e22-951e-b9fa572ca8df 2018-10-22 15:09:20,501 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33', 'id': u'31084a99e53d4c71b55d73ba3b37035f', '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-10-22 15:09:20,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-22 15:09:20,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.375386953354s 2018-10-22 15:09:20,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/92e34bb3c7cc40b08ec36138a178758a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:09:20,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d88f6505-a60b-4a23-a1a1-5fc0b79e32b0 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/92e34bb3c7cc40b08ec36138a178758a"}, "enabled": true, "id": "92e34bb3c7cc40b08ec36138a178758a", "options": {}, "domain_id": "default", "name": "vping_ssh-user_51ec0041-9c62-4cba-b91e-88fa68339f33"}} 2018-10-22 15:09:20,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/92e34bb3c7cc40b08ec36138a178758a used request id req-d88f6505-a60b-4a23-a1a1-5fc0b79e32b0 2018-10-22 15:09:20,979 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'92e34bb3c7cc40b08ec36138a178758a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_51ec0041-9c62-4cba-b91e-88fa68339f33'}) 2018-10-22 15:09:20,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:09:20,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:09:21,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16ad3f0f-6955-47d0-81cc-36070a92ca23 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:09:21,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-16ad3f0f-6955-47d0-81cc-36070a92ca23 2018-10-22 15:09:21,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0846660137177s 2018-10-22 15:09:21,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:09:21,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:09:21,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c715f469-0e5e-42fa-a200-4f8eea746690 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:09:21,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c715f469-0e5e-42fa-a200-4f8eea746690 2018-10-22 15:09:21,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0758650302887s 2018-10-22 15:09:21,142 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 15:09:21,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-22 15:09:21,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74a231dad29cc1f92d7e4e106ed4b7117729bda0" -d '{"role": {"name": "Member"}}' 2018-10-22 15:09:21,285 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:09:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3463538a-238c-4668-921d-e91bbfc64833 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b75b8bf241604da09cde13253eb80a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/b75b8bf241604da09cde13253eb80a9c"}, "name": "Member"}} 2018-10-22 15:09:21,285 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-3463538a-238c-4668-921d-e91bbfc64833 2018-10-22 15:09:21,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.142153978348s 2018-10-22 15:09:21,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/b75b8bf241604da09cde13253eb80a9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:09:21,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc994b3f-dca1-4129-9917-7643cf90cd1f Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/b75b8bf241604da09cde13253eb80a9c"}, "domain_id": null, "name": "Member", "id": "b75b8bf241604da09cde13253eb80a9c"}} 2018-10-22 15:09:21,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/b75b8bf241604da09cde13253eb80a9c used request id req-fc994b3f-dca1-4129-9917-7643cf90cd1f 2018-10-22 15:09:21,367 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/b75b8bf241604da09cde13253eb80a9c'}, 'domain_id': None, 'human_id': None, 'id': u'b75b8bf241604da09cde13253eb80a9c', 'HUMAN_ID': False}) 2018-10-22 15:09:21,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:09:21,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:09:21,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55636f74-10a8-4fd2-9cf5-7bdc65e4aa02 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b75b8bf241604da09cde13253eb80a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/b75b8bf241604da09cde13253eb80a9c"}, "name": "Member"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:09:21,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-55636f74-10a8-4fd2-9cf5-7bdc65e4aa02 2018-10-22 15:09:21,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0819249153137s 2018-10-22 15:09:21,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 15:09:21,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:09:21,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59d05244-71fb-47a4-8069-b3c6124b6626 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 15:09:21,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-59d05244-71fb-47a4-8069-b3c6124b6626 2018-10-22 15:09:21,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0818519592285s 2018-10-22 15:09:21,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:09:21,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:09:21,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8503b942-a906-4ae7-8268-2313b8c07b10 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_51ec0041-9c62-4cba-b91e-88fa68339f33", "links": {"self": "http://172.30.9.22:5000/v3/users/92e34bb3c7cc40b08ec36138a178758a"}, "domain_id": "default", "enabled": true, "id": "92e34bb3c7cc40b08ec36138a178758a", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 15:09:21,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-8503b942-a906-4ae7-8268-2313b8c07b10 2018-10-22 15:09:21,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0999281406403s 2018-10-22 15:09:21,634 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-8503b942-a906-4ae7-8268-2313b8c07b10 2018-10-22 15:09:21,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 15:09:21,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:09:21,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed26acee-9ef3-4ba7-ae22-7bd347fbf17f Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22: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.22:5000/v3/projects/31084a99e53d4c71b55d73ba3b37035f"}, "enabled": true, "id": "31084a99e53d4c71b55d73ba3b37035f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 15:09:21,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-ed26acee-9ef3-4ba7-ae22-7bd347fbf17f 2018-10-22 15:09:21,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0710430145264s 2018-10-22 15:09:21,712 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-ed26acee-9ef3-4ba7-ae22-7bd347fbf17f 2018-10-22 15:09:21,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 15:09:21,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=92e34bb3c7cc40b08ec36138a178758a&scope.project.id=31084a99e53d4c71b55d73ba3b37035f&role.id=b75b8bf241604da09cde13253eb80a9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:09:21,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-229e423d-b954-4467-9abf-1b153e1f5763 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=92e34bb3c7cc40b08ec36138a178758a&scope.project.id=31084a99e53d4c71b55d73ba3b37035f&role.id=b75b8bf241604da09cde13253eb80a9c", "previous": null, "next": null}} 2018-10-22 15:09:21,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=92e34bb3c7cc40b08ec36138a178758a&scope.project.id=31084a99e53d4c71b55d73ba3b37035f&role.id=b75b8bf241604da09cde13253eb80a9c used request id req-229e423d-b954-4467-9abf-1b153e1f5763 2018-10-22 15:09:21,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0808839797974s 2018-10-22 15:09:21,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 15:09:21,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/31084a99e53d4c71b55d73ba3b37035f/users/92e34bb3c7cc40b08ec36138a178758a/roles/b75b8bf241604da09cde13253eb80a9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:09:21,933 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:09:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1647d59-92c3-476a-8da1-7281e02794a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:09:21,933 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/31084a99e53d4c71b55d73ba3b37035f/users/92e34bb3c7cc40b08ec36138a178758a/roles/b75b8bf241604da09cde13253eb80a9c used request id req-c1647d59-92c3-476a-8da1-7281e02794a6 2018-10-22 15:09:21,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.137773990631s 2018-10-22 15:09:21,934 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33', 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': '4cf3906c-5e92-4ed4-9d1a-17acafe79621', 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_51ec0041-9c62-4cba-b91e-88fa68339f33', 'project_id': u'31084a99e53d4c71b55d73ba3b37035f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 15:09:21,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 15:09:21,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 15:09:21,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 15:09:21,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 15:09:21,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 15:09:21,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 15:09:21,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 15:09:21,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 15:09:21,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 15:09:21,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 15:09:21,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 15:09:21,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 15:09:21,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 15:09:21,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 15:09:21,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 15:09:21,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 15:09:21,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 15:09:21,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 15:09:21,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 15:09:21,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 15:09:21,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 15:09:21,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 15:09:21,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 15:09:21,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 15:09:21,941 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_51ec0041-9c62-4cba-b91e-88fa68339f33', 'password': '4cf3906c-5e92-4ed4-9d1a-17acafe79621', 'project_name': 'vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '31084a99e53d4c71b55d73ba3b37035f', 'project_domain_name': 'Default'} 2018-10-22 15:09:21,941 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-10-22 15:09:21,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-22 15:09:21,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:09:22,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-476e41dd-3636-422f-9a88-da86c1f5e6e0 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/4efcfa9916f34e3598719fc817429a11"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4efcfa9916f34e3598719fc817429a11"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-10-22 15:09:22,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-476e41dd-3636-422f-9a88-da86c1f5e6e0 2018-10-22 15:09:22,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0781171321869s 2018-10-22 15:09:22,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 15:09:22,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:09:22,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c366020c-2e0c-4097-aaee-ec35e55b19c9 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22: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.22:5000/v3/projects/31084a99e53d4c71b55d73ba3b37035f"}, "enabled": true, "id": "31084a99e53d4c71b55d73ba3b37035f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 15:09:22,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-c366020c-2e0c-4097-aaee-ec35e55b19c9 2018-10-22 15:09:22,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0791409015656s 2018-10-22 15:09:22,101 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-c366020c-2e0c-4097-aaee-ec35e55b19c9 2018-10-22 15:09:22,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-22 15:09:22,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}74a231dad29cc1f92d7e4e106ed4b7117729bda0" -d '{"network": {"tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "name": "vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33", "admin_state_up": true}}' 2018-10-22 15:09:22,635 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-b670eaae-6a15-49b3-a58b-c53e5b70ed7e Date: Mon, 22 Oct 2018 15:09: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":"74935b11-fb86-489b-bbc8-82770e703c12","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"31084a99e53d4c71b55d73ba3b37035f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T15:09:22Z","is_default":false,"provider:segmentation_id":100,"name":"vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33","admin_state_up":true,"tenant_id":"31084a99e53d4c71b55d73ba3b37035f","created_at":"2018-10-22T15:09:22Z","mtu":1450}} 2018-10-22 15:09:22,636 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b670eaae-6a15-49b3-a58b-c53e5b70ed7e 2018-10-22 15:09:22,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.531733036041s 2018-10-22 15:09:22,636 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b670eaae-6a15-49b3-a58b-c53e5b70ed7e 2018-10-22 15:09:22,637 - 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-10-22T15:09:22Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'74935b11-fb86-489b-bbc8-82770e703c12', u'provider:segmentation_id': 100, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33', u'admin_state_up': True, u'tenant_id': u'31084a99e53d4c71b55d73ba3b37035f', u'created_at': u'2018-10-22T15:09:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'31084a99e53d4c71b55d73ba3b37035f'}) 2018-10-22 15:09:22,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 15:09:22,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e141c186-c8a1-4191-b5b3-4300168abd69 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:09:22,645 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e141c186-c8a1-4191-b5b3-4300168abd69 2018-10-22 15:09:22,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:09:23,018 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b75b8bf241604da09cde13253eb80a9c", "name": "Member"}], "expires_at": "2018-10-22T16:09:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31084a99e53d4c71b55d73ba3b37035f", "name": "vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/31084a99e53d4c71b55d73ba3b37035f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/31084a99e53d4c71b55d73ba3b37035f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/31084a99e53d4c71b55d73ba3b37035f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/31084a99e53d4c71b55d73ba3b37035f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/31084a99e53d4c71b55d73ba3b37035f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/31084a99e53d4c71b55d73ba3b37035f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/31084a99e53d4c71b55d73ba3b37035f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/31084a99e53d4c71b55d73ba3b37035f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/31084a99e53d4c71b55d73ba3b37035f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/31084a99e53d4c71b55d73ba3b37035f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/31084a99e53d4c71b55d73ba3b37035f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/31084a99e53d4c71b55d73ba3b37035f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_51ec0041-9c62-4cba-b91e-88fa68339f33", "id": "92e34bb3c7cc40b08ec36138a178758a"}, "audit_ids": ["bOETqkbkSwS6X66aOTY3qQ"], "issued_at": "2018-10-22T15:09:23.000000Z"}} 2018-10-22 15:09:23,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 15:09:23,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:23,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-5a73f968-e3e1-4e5a-83ba-183fde8d5a8b Date: Mon, 22 Oct 2018 15:09:23 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-10-22T15:09:22Z","tenant_id":"31084a99e53d4c71b55d73ba3b37035f","created_at":"2018-10-22T15:09:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"31084a99e53d4c71b55d73ba3b37035f","id":"74935b11-fb86-489b-bbc8-82770e703c12","name":"vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"updated_at":"2018-10-22T14:45:31Z","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","name":"external"}]} 2018-10-22 15:09:23,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5a73f968-e3e1-4e5a-83ba-183fde8d5a8b 2018-10-22 15:09:23,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260859966278s 2018-10-22 15:09:23,283 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5a73f968-e3e1-4e5a-83ba-183fde8d5a8b 2018-10-22 15:09:23,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-22 15:09:23,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" -d '{"subnet": {"name": "vping_ssh-subnet_51ec0041-9c62-4cba-b91e-88fa68339f33", "enable_dhcp": true, "network_id": "74935b11-fb86-489b-bbc8-82770e703c12", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-22 15:09:23,983 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-10aa6398-46de-4435-a488-7e651222f7cf Date: Mon, 22 Oct 2018 15:09:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74935b11-fb86-489b-bbc8-82770e703c12","tenant_id":"31084a99e53d4c71b55d73ba3b37035f","created_at":"2018-10-22T15:09:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-22T15:09:23Z","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":"31084a99e53d4c71b55d73ba3b37035f","id":"b561d4b6-e05e-4f74-a560-594f80162296","subnetpool_id":null,"name":"vping_ssh-subnet_51ec0041-9c62-4cba-b91e-88fa68339f33"}} 2018-10-22 15:09:23,983 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-10aa6398-46de-4435-a488-7e651222f7cf 2018-10-22 15:09:23,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.69880604744s 2018-10-22 15:09:23,983 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-10aa6398-46de-4435-a488-7e651222f7cf 2018-10-22 15:09:23,984 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-22T15:09:23Z', 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'b561d4b6-e05e-4f74-a560-594f80162296', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_51ec0041-9c62-4cba-b91e-88fa68339f33', u'enable_dhcp': True, u'network_id': u'74935b11-fb86-489b-bbc8-82770e703c12', u'tenant_id': u'31084a99e53d4c71b55d73ba3b37035f', u'created_at': u'2018-10-22T15:09:23Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'31084a99e53d4c71b55d73ba3b37035f'}) 2018-10-22 15:09:23,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-22 15:09:23,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" -d '{"router": {"external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f"}, "name": "vping_ssh-router_51ec0041-9c62-4cba-b91e-88fa68339f33", "admin_state_up": true}}' 2018-10-22 15:09:27,387 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-d8e20cb5-f010-4707-ada6-7f5e327b6f71 Date: Mon, 22 Oct 2018 15:09:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:26Z", "admin_state_up": true, "updated_at": "2018-10-22T15:09:27Z", "revision_number": 2, "routes": [], "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "ce4246e1-0723-42ca-9c83-bd0cbbea265b", "name": "vping_ssh-router_51ec0041-9c62-4cba-b91e-88fa68339f33"}} 2018-10-22 15:09:27,387 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-d8e20cb5-f010-4707-ada6-7f5e327b6f71 2018-10-22 15:09:27,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 3.40307593346s 2018-10-22 15:09:27,388 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-d8e20cb5-f010-4707-ada6-7f5e327b6f71 2018-10-22 15:09:27,388 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd6d0fc90-8c6a-4de4-b3d7-761cbba53606', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'31084a99e53d4c71b55d73ba3b37035f', u'created_at': u'2018-10-22T15:09:26Z', u'admin_state_up': True, u'updated_at': u'2018-10-22T15:09:27Z', u'revision_number': 2, u'routes': [], u'project_id': u'31084a99e53d4c71b55d73ba3b37035f', u'id': u'ce4246e1-0723-42ca-9c83-bd0cbbea265b', u'name': u'vping_ssh-router_51ec0041-9c62-4cba-b91e-88fa68339f33'}) 2018-10-22 15:09:27,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-22 15:09:27,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/ce4246e1-0723-42ca-9c83-bd0cbbea265b/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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" -d '{"subnet_id": "b561d4b6-e05e-4f74-a560-594f80162296"}' 2018-10-22 15:09:29,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c5dae005-b6e7-4b49-b4b1-4959d04360dc Date: Mon, 22 Oct 2018 15:09:29 GMT RESP BODY: {"network_id": "74935b11-fb86-489b-bbc8-82770e703c12", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "subnet_id": "b561d4b6-e05e-4f74-a560-594f80162296", "subnet_ids": ["b561d4b6-e05e-4f74-a560-594f80162296"], "port_id": "3c178f71-4a72-4bb2-8592-ccb7d94594cf", "id": "ce4246e1-0723-42ca-9c83-bd0cbbea265b"} 2018-10-22 15:09:29,135 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ce4246e1-0723-42ca-9c83-bd0cbbea265b/add_router_interface.json used request id req-c5dae005-b6e7-4b49-b4b1-4959d04360dc 2018-10-22 15:09:29,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.74676704407s 2018-10-22 15:09:29,136 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ce4246e1-0723-42ca-9c83-bd0cbbea265b/add_router_interface.json used request id req-c5dae005-b6e7-4b49-b4b1-4959d04360dc returning object ce4246e1-0723-42ca-9c83-bd0cbbea265b 2018-10-22 15:09:29,136 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-22 15:09:29,268 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-22 15:09:29,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:29,275 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 22 Oct 2018 15:09:29 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-10-22 15:09:29,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 15:09:29,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:29,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-7cce3730-523c-47eb-88ba-bd9138531938 Date: Mon, 22 Oct 2018 15:09:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 15:09:29,460 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-7cce3730-523c-47eb-88ba-bd9138531938 2018-10-22 15:09:29,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181029081345s 2018-10-22 15:09:29,460 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-7cce3730-523c-47eb-88ba-bd9138531938 2018-10-22 15:09:29,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-22 15:09:29,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33"}' 2018-10-22 15:09:29,727 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94 X-Openstack-Request-Id: req-da2fb827-1765-4f83-a391-7f47b0da4699 Date: Mon, 22 Oct 2018 15:09:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/file", "owner": "31084a99e53d4c71b55d73ba3b37035f", "id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "size": null, "self": "/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:09:29Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33", "checksum": null, "created_at": "2018-10-22T15:09:29Z", "protected": false} 2018-10-22 15:09:29,727 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-da2fb827-1765-4f83-a391-7f47b0da4699 2018-10-22 15:09:29,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.265442848206s 2018-10-22 15:09:29,728 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-da2fb827-1765-4f83-a391-7f47b0da4699 returning object f69a6023-0433-4e5f-87eb-feacb6a42c94 2018-10-22 15:09:29,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-22 15:09:29,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" -d '' 2018-10-22 15:09:31,372 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5b1ff3ab-1b28-49dd-bc6b-e8574abd48fc Date: Mon, 22 Oct 2018 15:09:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:09:31,372 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/file used request id req-5b1ff3ab-1b28-49dd-bc6b-e8574abd48fc 2018-10-22 15:09:31,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.64380216599s 2018-10-22 15:09:31,373 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/file used request id req-5b1ff3ab-1b28-49dd-bc6b-e8574abd48fc 2018-10-22 15:09:31,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 15:09:31,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:31,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-5f1648f8-5b6f-488e-93ec-51df4d296f35 Date: Mon, 22 Oct 2018 15:09:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/snap", "metadata": {}}], "file": "/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/file", "owner": "31084a99e53d4c71b55d73ba3b37035f", "id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "size": 12716032, "self": "/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:09:31Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T15:09:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 15:09:31,556 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5f1648f8-5b6f-488e-93ec-51df4d296f35 2018-10-22 15:09:31,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.182681083679s 2018-10-22 15:09:31,557 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5f1648f8-5b6f-488e-93ec-51df4d296f35 2018-10-22 15:09:31,559 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/file', 'owner': u'31084a99e53d4c71b55d73ba3b37035f', 'id': u'f69a6023-0433-4e5f-87eb-feacb6a42c94', 'size': 12716032, u'self': u'/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'31084a99e53d4c71b55d73ba3b37035f', 'name': 'vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T15:09:31Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-22T15:09:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33', 'created': u'2018-10-22T15:09:29Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T15:09:29Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 15:09:31,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-22 15:09:31,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}74a231dad29cc1f92d7e4e106ed4b7117729bda0" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_51ec0041-9c62-4cba-b91e-88fa68339f33", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-22 15:09:31,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09: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-518535d1-120b-4e5c-a8ac-7bf224b8244e x-compute-request-id: req-518535d1-120b-4e5c-a8ac-7bf224b8244e Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "name": "vping_ssh-flavor_51ec0041-9c62-4cba-b91e-88fa68339f33", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:09:31,782 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-518535d1-120b-4e5c-a8ac-7bf224b8244e 2018-10-22 15:09:31,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.222394943237s 2018-10-22 15:09:31,782 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-518535d1-120b-4e5c-a8ac-7bf224b8244e returning object cc7b35da-e863-44c7-885e-ffd72ca02b63 2018-10-22 15:09:31,783 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_51ec0041-9c62-4cba-b91e-88fa68339f33', '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'8ba7a6acf87944158b12f697f8414be6', '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'cc7b35da-e863-44c7-885e-ffd72ca02b63', 'swap': 0}) 2018-10-22 15:09:31,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-22 15:09:31,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63/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}74a231dad29cc1f92d7e4e106ed4b7117729bda0" -d '{"extra_specs": {}}' 2018-10-22 15:09:31,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09: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-7f5fd44b-3067-4185-94d1-1992f83a7271 x-compute-request-id: req-7f5fd44b-3067-4185-94d1-1992f83a7271 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-22 15:09:31,805 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63/os-extra_specs used request id req-7f5fd44b-3067-4185-94d1-1992f83a7271 2018-10-22 15:09:31,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0210380554199s 2018-10-22 15:09:31,805 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63/os-extra_specs used request id req-7f5fd44b-3067-4185-94d1-1992f83a7271 2018-10-22 15:09:31,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-10-22 15:09:31,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" -d '{"keypair": {"name": "vping_ssh-kp_51ec0041-9c62-4cba-b91e-88fa68339f33"}}' 2018-10-22 15:09:32,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09: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-f5e7c25a-0141-49df-aa57-67623e8a2b74 x-compute-request-id: req-f5e7c25a-0141-49df-aa57-67623e8a2b74 Content-Encoding: gzip Content-Length: 1799 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDrSoPCPOLjAuIr09m5hQyUhh33eQlZ8qHkc18OBl7tipZFEyQH+ITvoN21BkVufOO5JKtURbFmmrqV9SvM3ZClB7pBoKlKXto9cjAWs5xrYlqPq6wVOFySQgpe0bDVUDvTg1yIQxTdPSIljz3JFI9hQMz08xB0M2a5W11N2rXULlBkXkDXpTEdU4m3Uz5bTExuLGW5OoZb6LprK1eLNHkLYfUInjV6ujnrUgsjnktKZov3BlluDSicXg4Q3SzDxS74H+Kh7m+w+zPNkXI3eqxltod4D3pUpDO4rDe7rKoVi2SxH5VANWwU/VNQBEpUmn7GTMn33AVT5SrzN/+V+cN/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA60qDwjzi4wLiK9PZuYUMlIYd93kJWfKh5HNfDgZe7YqWRRMk\nB/iE76DdtQZFbnzjuSSrVEWxZpq6lfUrzN2QpQe6QaCpSl7aPXIwFrOca2Jaj6us\nFThckkIKXtGw1VA704NciEMU3T0iJY89yRSPYUDM9PMQdDNmuVtdTdq11C5QZF5A\n16UxHVOJt1M+W0xMbixluTqGW+i6aytXizR5C2H1CJ41ero561ILI55LSmaL9wZZ\nbg0onF4OEN0sw8Uu+B/ioe5vsPszzZFyN3qsZbaHeA96VKQzuKw3u6yqFYtksR+V\nQDVsFP1TUARKVJp+xkzJ99wFU+Uq8zf/lfnDfwIDAQABAoIBADDoyWC79VHJDKid\nnfmRbZ8GDf6eO1JmPD7XuJ+atWrdTwVGyEub3k5NeyihCBfCgDfBJpga8Jhqe3Sm\nhRdNyz5yz8XKlsYt12HEdbiSV2Z/CGIrBldW4u9IKQ2yuvZsejMqcDam8xRWG94A\n25AL5Q4LQU99oyL0eFr5YfjICNn07Jo/FqAfsdbmZ6Atqx0I3Ut3V6HXnHcdbmNR\nTH8qOpF6rPz1kdZjTrRiSsbxNYJxMZG+0QVt8c0LHl5VjhPXTIIx8ch0GJ8ZHgxs\nsaEZEwomHUE2wNKg4KRCQHDpMouMBhmXo7iQFOqQtY8pby5Qwe6Jct68PuuGMysa\ng57T4gkCgYEA9jrl2niP2pxb6ta45lX36Ob2GjOMbfksuk6cToc2Ni3TmnYm6EaC\nijRfwL3zCgTNNPnsg+z8DtxOv4CGWqkq30qPYBv8KLWh9vw2D5HUWaJGXmepM2Hm\nT5yuURKi0eHBtYls5Ip8agsP7antsWp2UrWPZ23tqIaXnChDh/IQzE0CgYEA9KCA\nyI3oCBy6PKRVDZxvPGqUjXV+7BRzLEbiNgNcBKuVj6DLLEgYsnH7FQYwN4aHsbKV\nmdEjmytTGYs13vzUXwWFKPkawNe5bgXw7ddqc0ALFz5J8EEz9FyUv37IWMLuxFcw\njTCMnOOxcvSs7MSiVdV7dLArjg8437RRHaixRPsCgYA7oRHO8Yls2JbN7UgDx+fs\niBorSDaG32P8jlL+FXKEdl6bNme/smukioBxzc5Qq88COFAVtstn0eRkLfzbccJH\nJuhHzx8mwK3DgVqaNKenOUwvSo1IOzoqJ3hze77gcvqVOv2a7wqoJ5uo45EDeRPE\nfeGHm7CFMmr+zyVjg7SbtQKBgQDBQC6cwSYlinRBxdx/JS7m/peebMy4uasGtnSs\nENlXwykizvbSY55HEi41PK9InhmCcr8mRYaoZYB/dG85Wmh3LIg2hxvwbjtJxJ3B\nduTcaSKZ2RZWG1xs1dqYsRKatFwldW+gilL6+hFL7CjT3r8TqdOeqjGuRy4541wV\nXxezkwKBgFyKDLWmqFomoMgJuOGpyQ49kiQWCrFcwOFeHPf2TykX5AXF6IlW31CI\nb1QtRn5USKzrXSgSYKS/hMNdY0eT7SjSTEnOX3Y3GEo6wMsWpCRWEo8+txdBnxJj\nnD99ucjSmqbNgz7WUzxw6+PpJ6LJ51WirMCyC9FT+eqYqag/+u8F\n-----END RSA PRIVATE KEY-----\n", "user_id": "92e34bb3c7cc40b08ec36138a178758a", "name": "vping_ssh-kp_51ec0041-9c62-4cba-b91e-88fa68339f33", "fingerprint": "66:28:55:d2:b1:f6:a6:71:b5:5e:19:f6:05:1c:a4:20"}} 2018-10-22 15:09:32,513 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-f5e7c25a-0141-49df-aa57-67623e8a2b74 2018-10-22 15:09:32,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.707033872604s 2018-10-22 15:09:32,513 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-f5e7c25a-0141-49df-aa57-67623e8a2b74 2018-10-22 15:09:32,514 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDrSoPCPOLjAuIr09m5hQyUhh33eQlZ8qHkc18OBl7tipZFEyQH+ITvoN21BkVufOO5JKtURbFmmrqV9SvM3ZClB7pBoKlKXto9cjAWs5xrYlqPq6wVOFySQgpe0bDVUDvTg1yIQxTdPSIljz3JFI9hQMz08xB0M2a5W11N2rXULlBkXkDXpTEdU4m3Uz5bTExuLGW5OoZb6LprK1eLNHkLYfUInjV6ujnrUgsjnktKZov3BlluDSicXg4Q3SzDxS74H+Kh7m+w+zPNkXI3eqxltod4D3pUpDO4rDe7rKoVi2SxH5VANWwU/VNQBEpUmn7GTMn33AVT5SrzN/+V+cN/ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA60qDwjzi4wLiK9PZuYUMlIYd93kJWfKh5HNfDgZe7YqWRRMk\nB/iE76DdtQZFbnzjuSSrVEWxZpq6lfUrzN2QpQe6QaCpSl7aPXIwFrOca2Jaj6us\nFThckkIKXtGw1VA704NciEMU3T0iJY89yRSPYUDM9PMQdDNmuVtdTdq11C5QZF5A\n16UxHVOJt1M+W0xMbixluTqGW+i6aytXizR5C2H1CJ41ero561ILI55LSmaL9wZZ\nbg0onF4OEN0sw8Uu+B/ioe5vsPszzZFyN3qsZbaHeA96VKQzuKw3u6yqFYtksR+V\nQDVsFP1TUARKVJp+xkzJ99wFU+Uq8zf/lfnDfwIDAQABAoIBADDoyWC79VHJDKid\nnfmRbZ8GDf6eO1JmPD7XuJ+atWrdTwVGyEub3k5NeyihCBfCgDfBJpga8Jhqe3Sm\nhRdNyz5yz8XKlsYt12HEdbiSV2Z/CGIrBldW4u9IKQ2yuvZsejMqcDam8xRWG94A\n25AL5Q4LQU99oyL0eFr5YfjICNn07Jo/FqAfsdbmZ6Atqx0I3Ut3V6HXnHcdbmNR\nTH8qOpF6rPz1kdZjTrRiSsbxNYJxMZG+0QVt8c0LHl5VjhPXTIIx8ch0GJ8ZHgxs\nsaEZEwomHUE2wNKg4KRCQHDpMouMBhmXo7iQFOqQtY8pby5Qwe6Jct68PuuGMysa\ng57T4gkCgYEA9jrl2niP2pxb6ta45lX36Ob2GjOMbfksuk6cToc2Ni3TmnYm6EaC\nijRfwL3zCgTNNPnsg+z8DtxOv4CGWqkq30qPYBv8KLWh9vw2D5HUWaJGXmepM2Hm\nT5yuURKi0eHBtYls5Ip8agsP7antsWp2UrWPZ23tqIaXnChDh/IQzE0CgYEA9KCA\nyI3oCBy6PKRVDZxvPGqUjXV+7BRzLEbiNgNcBKuVj6DLLEgYsnH7FQYwN4aHsbKV\nmdEjmytTGYs13vzUXwWFKPkawNe5bgXw7ddqc0ALFz5J8EEz9FyUv37IWMLuxFcw\njTCMnOOxcvSs7MSiVdV7dLArjg8437RRHaixRPsCgYA7oRHO8Yls2JbN7UgDx+fs\niBorSDaG32P8jlL+FXKEdl6bNme/smukioBxzc5Qq88COFAVtstn0eRkLfzbccJH\nJuhHzx8mwK3DgVqaNKenOUwvSo1IOzoqJ3hze77gcvqVOv2a7wqoJ5uo45EDeRPE\nfeGHm7CFMmr+zyVjg7SbtQKBgQDBQC6cwSYlinRBxdx/JS7m/peebMy4uasGtnSs\nENlXwykizvbSY55HEi41PK9InhmCcr8mRYaoZYB/dG85Wmh3LIg2hxvwbjtJxJ3B\nduTcaSKZ2RZWG1xs1dqYsRKatFwldW+gilL6+hFL7CjT3r8TqdOeqjGuRy4541wV\nXxezkwKBgFyKDLWmqFomoMgJuOGpyQ49kiQWCrFcwOFeHPf2TykX5AXF6IlW31CI\nb1QtRn5USKzrXSgSYKS/hMNdY0eT7SjSTEnOX3Y3GEo6wMsWpCRWEo8+txdBnxJj\nnD99ucjSmqbNgz7WUzxw6+PpJ6LJ51WirMCyC9FT+eqYqag/+u8F\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'92e34bb3c7cc40b08ec36138a178758a', 'name': u'vping_ssh-kp_51ec0041-9c62-4cba-b91e-88fa68339f33', 'created_at': '2018-10-22T15:09:32.514556', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'31084a99e53d4c71b55d73ba3b37035f', 'name': 'vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'66:28:55:d2:b1:f6:a6:71:b5:5e:19:f6:05:1c:a4:20', 'type': 'ssh', 'id': u'vping_ssh-kp_51ec0041-9c62-4cba-b91e-88fa68339f33'}) 2018-10-22 15:09:32,515 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA60qDwjzi4wLiK9PZuYUMlIYd93kJWfKh5HNfDgZe7YqWRRMk B/iE76DdtQZFbnzjuSSrVEWxZpq6lfUrzN2QpQe6QaCpSl7aPXIwFrOca2Jaj6us FThckkIKXtGw1VA704NciEMU3T0iJY89yRSPYUDM9PMQdDNmuVtdTdq11C5QZF5A 16UxHVOJt1M+W0xMbixluTqGW+i6aytXizR5C2H1CJ41ero561ILI55LSmaL9wZZ bg0onF4OEN0sw8Uu+B/ioe5vsPszzZFyN3qsZbaHeA96VKQzuKw3u6yqFYtksR+V QDVsFP1TUARKVJp+xkzJ99wFU+Uq8zf/lfnDfwIDAQABAoIBADDoyWC79VHJDKid nfmRbZ8GDf6eO1JmPD7XuJ+atWrdTwVGyEub3k5NeyihCBfCgDfBJpga8Jhqe3Sm hRdNyz5yz8XKlsYt12HEdbiSV2Z/CGIrBldW4u9IKQ2yuvZsejMqcDam8xRWG94A 25AL5Q4LQU99oyL0eFr5YfjICNn07Jo/FqAfsdbmZ6Atqx0I3Ut3V6HXnHcdbmNR TH8qOpF6rPz1kdZjTrRiSsbxNYJxMZG+0QVt8c0LHl5VjhPXTIIx8ch0GJ8ZHgxs saEZEwomHUE2wNKg4KRCQHDpMouMBhmXo7iQFOqQtY8pby5Qwe6Jct68PuuGMysa g57T4gkCgYEA9jrl2niP2pxb6ta45lX36Ob2GjOMbfksuk6cToc2Ni3TmnYm6EaC ijRfwL3zCgTNNPnsg+z8DtxOv4CGWqkq30qPYBv8KLWh9vw2D5HUWaJGXmepM2Hm T5yuURKi0eHBtYls5Ip8agsP7antsWp2UrWPZ23tqIaXnChDh/IQzE0CgYEA9KCA yI3oCBy6PKRVDZxvPGqUjXV+7BRzLEbiNgNcBKuVj6DLLEgYsnH7FQYwN4aHsbKV mdEjmytTGYs13vzUXwWFKPkawNe5bgXw7ddqc0ALFz5J8EEz9FyUv37IWMLuxFcw jTCMnOOxcvSs7MSiVdV7dLArjg8437RRHaixRPsCgYA7oRHO8Yls2JbN7UgDx+fs iBorSDaG32P8jlL+FXKEdl6bNme/smukioBxzc5Qq88COFAVtstn0eRkLfzbccJH JuhHzx8mwK3DgVqaNKenOUwvSo1IOzoqJ3hze77gcvqVOv2a7wqoJ5uo45EDeRPE feGHm7CFMmr+zyVjg7SbtQKBgQDBQC6cwSYlinRBxdx/JS7m/peebMy4uasGtnSs ENlXwykizvbSY55HEi41PK9InhmCcr8mRYaoZYB/dG85Wmh3LIg2hxvwbjtJxJ3B duTcaSKZ2RZWG1xs1dqYsRKatFwldW+gilL6+hFL7CjT3r8TqdOeqjGuRy4541wV XxezkwKBgFyKDLWmqFomoMgJuOGpyQ49kiQWCrFcwOFeHPf2TykX5AXF6IlW31CI b1QtRn5USKzrXSgSYKS/hMNdY0eT7SjSTEnOX3Y3GEo6wMsWpCRWEo8+txdBnxJj nD99ucjSmqbNgz7WUzxw6+PpJ6LJ51WirMCyC9FT+eqYqag/+u8F -----END RSA PRIVATE KEY----- 2018-10-22 15:09:32,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-10-22 15:09:32,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" -d '{"security_group": {"name": "vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-10-22 15:09:32,884 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-27665a86-3760-4a81-82d2-ba9495aceac5 Date: Mon, 22 Oct 2018 15:09:32 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:32Z", "updated_at": "2018-10-22T15:09:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:32Z", "revision_number": 0, "id": "d65d21e6-81ee-41c7-9aa4-dc0a4036e895", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:32Z", "security_group_id": "47a31add-e457-4029-a896-f68e1761993d", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv4", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:32Z", "revision_number": 0, "id": "dd7090b8-b40b-47e7-9959-45e779983afb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:32Z", "security_group_id": "47a31add-e457-4029-a896-f68e1761993d", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv6", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}], "revision_number": 2, "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "47a31add-e457-4029-a896-f68e1761993d", "name": "vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33"}} 2018-10-22 15:09:32,884 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-27665a86-3760-4a81-82d2-ba9495aceac5 2018-10-22 15:09:32,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.366464853287s 2018-10-22 15:09:32,884 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-27665a86-3760-4a81-82d2-ba9495aceac5 2018-10-22 15:09:32,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-22 15:09:32,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:33,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-aacef2d8-f7cf-4dfb-bb6d-b651779086fb Date: Mon, 22 Oct 2018 15:09:33 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:32Z", "updated_at": "2018-10-22T15:09:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:32Z", "revision_number": 0, "id": "d65d21e6-81ee-41c7-9aa4-dc0a4036e895", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:32Z", "security_group_id": "47a31add-e457-4029-a896-f68e1761993d", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv4", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:32Z", "revision_number": 0, "id": "dd7090b8-b40b-47e7-9959-45e779983afb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:32Z", "security_group_id": "47a31add-e457-4029-a896-f68e1761993d", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv6", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}], "revision_number": 2, "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "47a31add-e457-4029-a896-f68e1761993d", "name": "vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33"}, {"description": "Default security group", "tags": [], "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:22Z", "updated_at": "2018-10-22T15:09:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "668ee321-cf53-4468-9cde-7577af5f1cd7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv6", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "877b69af-e908-46d4-8372-1309b8cd028e", "remote_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv4", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "b95006b8-a5ea-4b4a-91e0-2f37ac94299a", "remote_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv6", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "c995f392-1099-4007-93a6-7d40bc9ea185", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv4", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}], "revision_number": 4, "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "53592635-6dd1-4416-bb23-110adadaf181", "name": "default"}]} 2018-10-22 15:09:33,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-aacef2d8-f7cf-4dfb-bb6d-b651779086fb 2018-10-22 15:09:33,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.200541973114s 2018-10-22 15:09:33,090 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-aacef2d8-f7cf-4dfb-bb6d-b651779086fb 2018-10-22 15:09:33,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-22 15:09:33,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" -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": "47a31add-e457-4029-a896-f68e1761993d"}}' 2018-10-22 15:09:33,272 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b647f720-0a91-496f-b00b-3902de0c3e9d Date: Mon, 22 Oct 2018 15:09:33 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-10-22T15:09:33Z", "security_group_id": "47a31add-e457-4029-a896-f68e1761993d", "port_range_min": 22, "revision_number": 0, "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:33Z", "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "5ab1b74e-6da6-49f8-8157-1b553f0f5f61"}} 2018-10-22 15:09:33,273 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-b647f720-0a91-496f-b00b-3902de0c3e9d 2018-10-22 15:09:33,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.179294109344s 2018-10-22 15:09:33,273 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-b647f720-0a91-496f-b00b-3902de0c3e9d 2018-10-22 15:09:33,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-22 15:09:33,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:33,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-3005f80e-2cc6-4395-a91f-b6a0ed0043c8 Date: Mon, 22 Oct 2018 15:09:33 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:32Z", "updated_at": "2018-10-22T15:09:33Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T15:09:33Z", "revision_number": 0, "id": "5ab1b74e-6da6-49f8-8157-1b553f0f5f61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:33Z", "security_group_id": "47a31add-e457-4029-a896-f68e1761993d", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:32Z", "revision_number": 0, "id": "d65d21e6-81ee-41c7-9aa4-dc0a4036e895", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:32Z", "security_group_id": "47a31add-e457-4029-a896-f68e1761993d", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv4", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:32Z", "revision_number": 0, "id": "dd7090b8-b40b-47e7-9959-45e779983afb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:32Z", "security_group_id": "47a31add-e457-4029-a896-f68e1761993d", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv6", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}], "revision_number": 3, "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "47a31add-e457-4029-a896-f68e1761993d", "name": "vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33"}, {"description": "Default security group", "tags": [], "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:22Z", "updated_at": "2018-10-22T15:09:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "668ee321-cf53-4468-9cde-7577af5f1cd7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv6", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "877b69af-e908-46d4-8372-1309b8cd028e", "remote_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv4", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "b95006b8-a5ea-4b4a-91e0-2f37ac94299a", "remote_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv6", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "c995f392-1099-4007-93a6-7d40bc9ea185", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv4", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}], "revision_number": 4, "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "53592635-6dd1-4416-bb23-110adadaf181", "name": "default"}]} 2018-10-22 15:09:33,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-3005f80e-2cc6-4395-a91f-b6a0ed0043c8 2018-10-22 15:09:33,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.199547052383s 2018-10-22 15:09:33,477 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-3005f80e-2cc6-4395-a91f-b6a0ed0043c8 2018-10-22 15:09:33,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-22 15:09:33,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" -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": "47a31add-e457-4029-a896-f68e1761993d"}}' 2018-10-22 15:09:33,650 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-f675af40-803e-4e73-b202-14feb3ea189e Date: Mon, 22 Oct 2018 15:09:33 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T15:09:33Z", "security_group_id": "47a31add-e457-4029-a896-f68e1761993d", "port_range_min": null, "revision_number": 0, "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:33Z", "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "2619f7ee-6d4e-4fe2-a0ef-f8c049fd80cc"}} 2018-10-22 15:09:33,650 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-f675af40-803e-4e73-b202-14feb3ea189e 2018-10-22 15:09:33,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.170022964478s 2018-10-22 15:09:33,651 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-f675af40-803e-4e73-b202-14feb3ea189e 2018-10-22 15:09:33,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 15:09:33,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:33,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-b5d32f1b-78d4-4a97-83c9-3c8ac89e1ab8 Date: Mon, 22 Oct 2018 15:09:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b561d4b6-e05e-4f74-a560-594f80162296"],"updated_at":"2018-10-22T15:09:23Z","tenant_id":"31084a99e53d4c71b55d73ba3b37035f","created_at":"2018-10-22T15:09:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"31084a99e53d4c71b55d73ba3b37035f","id":"74935b11-fb86-489b-bbc8-82770e703c12","name":"vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"updated_at":"2018-10-22T14:45:31Z","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","name":"external"}]} 2018-10-22 15:09:33,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b5d32f1b-78d4-4a97-83c9-3c8ac89e1ab8 2018-10-22 15:09:33,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.249492883682s 2018-10-22 15:09:33,902 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b5d32f1b-78d4-4a97-83c9-3c8ac89e1ab8 2018-10-22 15:09:33,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 15:09:33,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:34,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-1f7a7469-dea4-4511-ae34-7146bbce6554 Date: Mon, 22 Oct 2018 15:09:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/snap", "metadata": {}}], "file": "/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/file", "owner": "31084a99e53d4c71b55d73ba3b37035f", "id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "size": 12716032, "self": "/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:09:31Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T15:09:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 15:09:34,074 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-1f7a7469-dea4-4511-ae34-7146bbce6554 2018-10-22 15:09:34,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171598911285s 2018-10-22 15:09:34,075 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-1f7a7469-dea4-4511-ae34-7146bbce6554 2018-10-22 15:09:34,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-22 15:09:34,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:34,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09: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-478c4b42-4f07-4e29-8355-0d2548073de0 x-compute-request-id: req-478c4b42-4f07-4e29-8355-0d2548073de0 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "name": "vping_ssh-flavor_51ec0041-9c62-4cba-b91e-88fa68339f33", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 15:09:34,108 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-478c4b42-4f07-4e29-8355-0d2548073de0 2018-10-22 15:09:34,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0315079689026s 2018-10-22 15:09:34,109 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-478c4b42-4f07-4e29-8355-0d2548073de0 2018-10-22 15:09:34,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-22 15:09:34,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" -d '{"server": {"name": "vping_ssh-vm2_51ec0041-9c62-4cba-b91e-88fa68339f33", "imageRef": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "flavorRef": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "max_count": 1, "min_count": 1, "networks": [{"uuid": "74935b11-fb86-489b-bbc8-82770e703c12"}], "security_groups": [{"name": "47a31add-e457-4029-a896-f68e1761993d"}]}}' 2018-10-22 15:09:36,525 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:09: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-d8091cb1-ef25-4d76-8eb9-9d855436336e x-compute-request-id: req-d8091cb1-ef25-4d76-8eb9-9d855436336e Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "47a31add-e457-4029-a896-f68e1761993d"}], "OS-DCF:diskConfig": "MANUAL", "id": "99cdde87-7bf6-4f65-b42a-8552fa48fb61", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "bookmark"}], "adminPass": "Bz7P7hzbh89M"}} 2018-10-22 15:09:36,525 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-d8091cb1-ef25-4d76-8eb9-9d855436336e 2018-10-22 15:09:36,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.41495108604s 2018-10-22 15:09:36,526 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-d8091cb1-ef25-4d76-8eb9-9d855436336e 2018-10-22 15:09:36,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:09:36,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:36,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09: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-0d8a8a2b-98c4-4427-a5e1-a1d12b1afc54 x-compute-request-id: req-0d8a8a2b-98c4-4427-a5e1-a1d12b1afc54 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.22:8774/v2.1/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "bookmark"}], "image": {"id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "links": [{"href": "http://172.30.9.22:8774/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "links": [{"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}]}, "id": "99cdde87-7bf6-4f65-b42a-8552fa48fb61", "user_id": "92e34bb3c7cc40b08ec36138a178758a", "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-10-22T15:09:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51ec0041-9c62-4cba-b91e-88fa68339f33", "created": "2018-10-22T15:09:36Z", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:09:36,954 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0d8a8a2b-98c4-4427-a5e1-a1d12b1afc54 2018-10-22 15:09:36,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.427631855011s 2018-10-22 15:09:36,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0d8a8a2b-98c4-4427-a5e1-a1d12b1afc54 2018-10-22 15:09:36,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 15:09:36,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:37,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-2acd9ba0-0ac1-48a9-9fb0-21cb18489df5 Date: Mon, 22 Oct 2018 15:09:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b561d4b6-e05e-4f74-a560-594f80162296"],"updated_at":"2018-10-22T15:09:23Z","tenant_id":"31084a99e53d4c71b55d73ba3b37035f","created_at":"2018-10-22T15:09:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"31084a99e53d4c71b55d73ba3b37035f","id":"74935b11-fb86-489b-bbc8-82770e703c12","name":"vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"updated_at":"2018-10-22T14:45:31Z","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","name":"external"}]} 2018-10-22 15:09:37,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2acd9ba0-0ac1-48a9-9fb0-21cb18489df5 2018-10-22 15:09:37,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118005990982s 2018-10-22 15:09:37,080 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2acd9ba0-0ac1-48a9-9fb0-21cb18489df5 2018-10-22 15:09:37,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-22 15:09:37,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:37,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-5244de1d-12bb-47d9-a525-24a5d524dd32 Date: Mon, 22 Oct 2018 15:09:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74935b11-fb86-489b-bbc8-82770e703c12","tenant_id":"31084a99e53d4c71b55d73ba3b37035f","created_at":"2018-10-22T15:09:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-22T15:09:23Z","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":"31084a99e53d4c71b55d73ba3b37035f","id":"b561d4b6-e05e-4f74-a560-594f80162296","subnetpool_id":null,"name":"vping_ssh-subnet_51ec0041-9c62-4cba-b91e-88fa68339f33"}]} 2018-10-22 15:09:37,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-5244de1d-12bb-47d9-a525-24a5d524dd32 2018-10-22 15:09:37,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0592129230499s 2018-10-22 15:09:37,140 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-5244de1d-12bb-47d9-a525-24a5d524dd32 2018-10-22 15:09:37,141 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-22 15:09:39,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:09:39,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:39,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50544fa7-7f55-46fb-8d36-ab95444724fa x-compute-request-id: req-50544fa7-7f55-46fb-8d36-ab95444724fa Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "bookmark"}], "image": {"id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "links": [{"href": "http://172.30.9.22:8774/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "links": [{"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}]}, "id": "99cdde87-7bf6-4f65-b42a-8552fa48fb61", "security_groups": [{"name": "vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33"}], "user_id": "92e34bb3c7cc40b08ec36138a178758a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:09:37Z", "hostId": "6b38cad73c95225a8ce4c906fbb5ca33cd8fd2445bff5fb0a9d960e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51ec0041-9c62-4cba-b91e-88fa68339f33", "created": "2018-10-22T15:09:36Z", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:09:39,789 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-50544fa7-7f55-46fb-8d36-ab95444724fa 2018-10-22 15:09:39,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.645721912384s 2018-10-22 15:09:39,790 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-50544fa7-7f55-46fb-8d36-ab95444724fa 2018-10-22 15:09:39,794 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-22 15:09:41,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:09:41,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:42,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09: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-c9bd4ea2-5790-4a00-a25a-e1fef6aa7bbd x-compute-request-id: req-c9bd4ea2-5790-4a00-a25a-e1fef6aa7bbd Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "bookmark"}], "image": {"id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "links": [{"href": "http://172.30.9.22:8774/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "links": [{"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}]}, "id": "99cdde87-7bf6-4f65-b42a-8552fa48fb61", "security_groups": [{"name": "vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33"}], "user_id": "92e34bb3c7cc40b08ec36138a178758a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:09:37Z", "hostId": "6b38cad73c95225a8ce4c906fbb5ca33cd8fd2445bff5fb0a9d960e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51ec0041-9c62-4cba-b91e-88fa68339f33", "created": "2018-10-22T15:09:36Z", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:09:42,281 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c9bd4ea2-5790-4a00-a25a-e1fef6aa7bbd 2018-10-22 15:09:42,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.484525203705s 2018-10-22 15:09:42,281 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c9bd4ea2-5790-4a00-a25a-e1fef6aa7bbd 2018-10-22 15:09:42,285 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-22 15:09:44,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:09:44,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:45,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f8d7f9f-4627-442a-bb2b-6bb24e1cf788 x-compute-request-id: req-2f8d7f9f-4627-442a-bb2b-6bb24e1cf788 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:c7:0e", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "bookmark"}], "image": {"id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "links": [{"href": "http://172.30.9.22:8774/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:09:41.000000", "flavor": {"id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "links": [{"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}]}, "id": "99cdde87-7bf6-4f65-b42a-8552fa48fb61", "security_groups": [{"name": "vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33"}], "user_id": "92e34bb3c7cc40b08ec36138a178758a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:09:42Z", "hostId": "6b38cad73c95225a8ce4c906fbb5ca33cd8fd2445bff5fb0a9d960e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51ec0041-9c62-4cba-b91e-88fa68339f33", "created": "2018-10-22T15:09:36Z", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:09:45,024 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2f8d7f9f-4627-442a-bb2b-6bb24e1cf788 2018-10-22 15:09:45,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.736522912979s 2018-10-22 15:09:45,025 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2f8d7f9f-4627-442a-bb2b-6bb24e1cf788 2018-10-22 15:09:45,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-22 15:09:45,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=99cdde87-7bf6-4f65-b42a-8552fa48fb61" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:45,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ea7e416e-65fb-4502-ae1d-1d7dc8d9aa80 Date: Mon, 22 Oct 2018 15:09:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74935b11-fb86-489b-bbc8-82770e703c12","tenant_id":"31084a99e53d4c71b55d73ba3b37035f","created_at":"2018-10-22T15:09:38Z","admin_state_up":true,"updated_at":"2018-10-22T15:09:39Z","binding:vnic_type":"normal","device_id":"99cdde87-7bf6-4f65-b42a-8552fa48fb61","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:00:c7:0e","id":"d0032cad-01aa-4a99-a46e-8432742cbe29","port_security_enabled":true,"project_id":"31084a99e53d4c71b55d73ba3b37035f","fixed_ips":[{"subnet_id":"b561d4b6-e05e-4f74-a560-594f80162296","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["47a31add-e457-4029-a896-f68e1761993d"],"name":""}]} 2018-10-22 15:09:45,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=99cdde87-7bf6-4f65-b42a-8552fa48fb61 used request id req-ea7e416e-65fb-4502-ae1d-1d7dc8d9aa80 2018-10-22 15:09:45,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.20968413353s 2018-10-22 15:09:45,239 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=99cdde87-7bf6-4f65-b42a-8552fa48fb61 used request id req-ea7e416e-65fb-4502-ae1d-1d7dc8d9aa80 2018-10-22 15:09:45,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-22 15:09:45,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=d0032cad-01aa-4a99-a46e-8432742cbe29" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:45,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-29b233f3-1b9e-4a4b-9268-95e4d4a532b2 Date: Mon, 22 Oct 2018 15:09:45 GMT RESP BODY: {"floatingips": []} 2018-10-22 15:09:45,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=d0032cad-01aa-4a99-a46e-8432742cbe29 used request id req-29b233f3-1b9e-4a4b-9268-95e4d4a532b2 2018-10-22 15:09:45,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0186009407043s 2018-10-22 15:09:45,263 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=d0032cad-01aa-4a99-a46e-8432742cbe29 used request id req-29b233f3-1b9e-4a4b-9268-95e4d4a532b2 2018-10-22 15:09:45,264 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:00:c7:0e', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'f69a6023-0433-4e5f-87eb-feacb6a42c94'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-22T15:09:41.000000', 'flavor': Munch({u'id': u'cc7b35da-e863-44c7-885e-ffd72ca02b63'}), 'az': u'nova', 'id': u'99cdde87-7bf6-4f65-b42a-8552fa48fb61', 'security_groups': [Munch({u'name': u'vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'92e34bb3c7cc40b08ec36138a178758a', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'31084a99e53d4c71b55d73ba3b37035f', 'name': 'vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33', '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-10-22T15:09:41.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-22T15:09:42Z', 'hostId': u'6b38cad73c95225a8ce4c906fbb5ca33cd8fd2445bff5fb0a9d960e8', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'6b38cad73c95225a8ce4c906fbb5ca33cd8fd2445bff5fb0a9d960e8', '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-10-22T15:09:41.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'31084a99e53d4c71b55d73ba3b37035f', 'name': u'vping_ssh-vm2_51ec0041-9c62-4cba-b91e-88fa68339f33', 'adminPass': u'Bz7P7hzbh89M', 'tenant_id': u'31084a99e53d4c71b55d73ba3b37035f', 'region': 'regionOne', 'created': u'2018-10-22T15:09:36Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-22 15:09:45,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 15:09:45,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:45,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-42db5b70-aecf-4feb-a687-cbf16be5f355 Date: Mon, 22 Oct 2018 15:09:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b561d4b6-e05e-4f74-a560-594f80162296"],"updated_at":"2018-10-22T15:09:23Z","tenant_id":"31084a99e53d4c71b55d73ba3b37035f","created_at":"2018-10-22T15:09:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"31084a99e53d4c71b55d73ba3b37035f","id":"74935b11-fb86-489b-bbc8-82770e703c12","name":"vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"updated_at":"2018-10-22T14:45:31Z","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","name":"external"}]} 2018-10-22 15:09:45,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-42db5b70-aecf-4feb-a687-cbf16be5f355 2018-10-22 15:09:45,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111884832382s 2018-10-22 15:09:45,377 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-42db5b70-aecf-4feb-a687-cbf16be5f355 2018-10-22 15:09:45,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 15:09:45,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:45,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-a7fc2bbd-bfbc-45d3-b39f-75b6e01be7b3 Date: Mon, 22 Oct 2018 15:09:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/snap", "metadata": {}}], "file": "/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/file", "owner": "31084a99e53d4c71b55d73ba3b37035f", "id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "size": 12716032, "self": "/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:09:31Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T15:09:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 15:09:45,410 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-a7fc2bbd-bfbc-45d3-b39f-75b6e01be7b3 2018-10-22 15:09:45,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0319309234619s 2018-10-22 15:09:45,411 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-a7fc2bbd-bfbc-45d3-b39f-75b6e01be7b3 2018-10-22 15:09:45,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-22 15:09:45,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:45,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09: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-1c986d63-98af-4581-a489-dc649502d9f7 x-compute-request-id: req-1c986d63-98af-4581-a489-dc649502d9f7 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "name": "vping_ssh-flavor_51ec0041-9c62-4cba-b91e-88fa68339f33", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 15:09:45,445 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-1c986d63-98af-4581-a489-dc649502d9f7 2018-10-22 15:09:45,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0327820777893s 2018-10-22 15:09:45,445 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-1c986d63-98af-4581-a489-dc649502d9f7 2018-10-22 15:09:45,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-22 15:09:45,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" -d '{"server": {"name": "vping_ssh-vm_51ec0041-9c62-4cba-b91e-88fa68339f33", "imageRef": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "key_name": "vping_ssh-kp_51ec0041-9c62-4cba-b91e-88fa68339f33", "flavorRef": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "max_count": 1, "min_count": 1, "networks": [{"uuid": "74935b11-fb86-489b-bbc8-82770e703c12"}], "security_groups": [{"name": "47a31add-e457-4029-a896-f68e1761993d"}]}}' 2018-10-22 15:09:47,320 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:09: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-53efcecf-18a2-4b4c-bc52-2b1e4ab73cc1 x-compute-request-id: req-53efcecf-18a2-4b4c-bc52-2b1e4ab73cc1 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "47a31add-e457-4029-a896-f68e1761993d"}], "OS-DCF:diskConfig": "MANUAL", "id": "03e0b922-1f2d-4e6b-8936-740488af1394", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/03e0b922-1f2d-4e6b-8936-740488af1394", "rel": "bookmark"}], "adminPass": "mKib6aNHY8WY"}} 2018-10-22 15:09:47,320 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-53efcecf-18a2-4b4c-bc52-2b1e4ab73cc1 2018-10-22 15:09:47,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.87312102318s 2018-10-22 15:09:47,320 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-53efcecf-18a2-4b4c-bc52-2b1e4ab73cc1 2018-10-22 15:09:47,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:09:47,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:47,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09: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-82742be2-5c62-4000-8034-705428d2b392 x-compute-request-id: req-82742be2-5c62-4000-8034-705428d2b392 Content-Encoding: gzip Content-Length: 851 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/03e0b922-1f2d-4e6b-8936-740488af1394", "rel": "bookmark"}], "image": {"id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "links": [{"href": "http://172.30.9.22:8774/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "links": [{"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}]}, "id": "03e0b922-1f2d-4e6b-8936-740488af1394", "user_id": "92e34bb3c7cc40b08ec36138a178758a", "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-10-22T15:09:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_51ec0041-9c62-4cba-b91e-88fa68339f33", "name": "vping_ssh-vm_51ec0041-9c62-4cba-b91e-88fa68339f33", "created": "2018-10-22T15:09:47Z", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:c7:0e", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "bookmark"}], "image": {"id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "links": [{"href": "http://172.30.9.22:8774/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:09:41.000000", "flavor": {"id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "links": [{"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}]}, "id": "99cdde87-7bf6-4f65-b42a-8552fa48fb61", "security_groups": [{"name": "vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33"}], "user_id": "92e34bb3c7cc40b08ec36138a178758a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:09:42Z", "hostId": "6b38cad73c95225a8ce4c906fbb5ca33cd8fd2445bff5fb0a9d960e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51ec0041-9c62-4cba-b91e-88fa68339f33", "created": "2018-10-22T15:09:36Z", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:09:47,845 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-82742be2-5c62-4000-8034-705428d2b392 2018-10-22 15:09:47,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524012088776s 2018-10-22 15:09:47,846 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-82742be2-5c62-4000-8034-705428d2b392 2018-10-22 15:09:47,851 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-22 15:09:49,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:09:49,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:50,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09: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-62c27f16-2536-492a-b82a-30b6161230db x-compute-request-id: req-62c27f16-2536-492a-b82a-30b6161230db Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/03e0b922-1f2d-4e6b-8936-740488af1394", "rel": "bookmark"}], "image": {"id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "links": [{"href": "http://172.30.9.22:8774/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "links": [{"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}]}, "id": "03e0b922-1f2d-4e6b-8936-740488af1394", "security_groups": [{"name": "vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33"}], "user_id": "92e34bb3c7cc40b08ec36138a178758a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:09:49Z", "hostId": "48f4fd0e753153aeafa9c56a93a76e7a2a52ac2e1fa446d816968424", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_51ec0041-9c62-4cba-b91e-88fa68339f33", "name": "vping_ssh-vm_51ec0041-9c62-4cba-b91e-88fa68339f33", "created": "2018-10-22T15:09:47Z", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:c7:0e", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "bookmark"}], "image": {"id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "links": [{"href": "http://172.30.9.22:8774/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:09:41.000000", "flavor": {"id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "links": [{"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}]}, "id": "99cdde87-7bf6-4f65-b42a-8552fa48fb61", "security_groups": [{"name": "vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33"}], "user_id": "92e34bb3c7cc40b08ec36138a178758a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:09:42Z", "hostId": "6b38cad73c95225a8ce4c906fbb5ca33cd8fd2445bff5fb0a9d960e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51ec0041-9c62-4cba-b91e-88fa68339f33", "created": "2018-10-22T15:09:36Z", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:09:50,394 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-62c27f16-2536-492a-b82a-30b6161230db 2018-10-22 15:09:50,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540661096573s 2018-10-22 15:09:50,394 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-62c27f16-2536-492a-b82a-30b6161230db 2018-10-22 15:09:50,399 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-22 15:09:52,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:09:52,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:53,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09: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-88c647f3-fab7-4c41-854c-52cf912fdb05 x-compute-request-id: req-88c647f3-fab7-4c41-854c-52cf912fdb05 Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/03e0b922-1f2d-4e6b-8936-740488af1394", "rel": "bookmark"}], "image": {"id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "links": [{"href": "http://172.30.9.22:8774/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "links": [{"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}]}, "id": "03e0b922-1f2d-4e6b-8936-740488af1394", "security_groups": [{"name": "vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33"}], "user_id": "92e34bb3c7cc40b08ec36138a178758a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:09:49Z", "hostId": "48f4fd0e753153aeafa9c56a93a76e7a2a52ac2e1fa446d816968424", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_51ec0041-9c62-4cba-b91e-88fa68339f33", "name": "vping_ssh-vm_51ec0041-9c62-4cba-b91e-88fa68339f33", "created": "2018-10-22T15:09:47Z", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:c7:0e", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "bookmark"}], "image": {"id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "links": [{"href": "http://172.30.9.22:8774/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:09:41.000000", "flavor": {"id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "links": [{"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}]}, "id": "99cdde87-7bf6-4f65-b42a-8552fa48fb61", "security_groups": [{"name": "vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33"}], "user_id": "92e34bb3c7cc40b08ec36138a178758a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:09:42Z", "hostId": "6b38cad73c95225a8ce4c906fbb5ca33cd8fd2445bff5fb0a9d960e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51ec0041-9c62-4cba-b91e-88fa68339f33", "created": "2018-10-22T15:09:36Z", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:09:53,215 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-88c647f3-fab7-4c41-854c-52cf912fdb05 2018-10-22 15:09:53,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.813154935837s 2018-10-22 15:09:53,216 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-88c647f3-fab7-4c41-854c-52cf912fdb05 2018-10-22 15:09:53,220 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-22 15:09:55,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:09:55,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:55,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09: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-e48f82dd-1fd6-4967-a990-399ce618fea7 x-compute-request-id: req-e48f82dd-1fd6-4967-a990-399ce618fea7 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:e8:c5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/03e0b922-1f2d-4e6b-8936-740488af1394", "rel": "bookmark"}], "image": {"id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "links": [{"href": "http://172.30.9.22:8774/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:09:52.000000", "flavor": {"id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "links": [{"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}]}, "id": "03e0b922-1f2d-4e6b-8936-740488af1394", "security_groups": [{"name": "vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33"}], "user_id": "92e34bb3c7cc40b08ec36138a178758a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:09:52Z", "hostId": "48f4fd0e753153aeafa9c56a93a76e7a2a52ac2e1fa446d816968424", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_51ec0041-9c62-4cba-b91e-88fa68339f33", "name": "vping_ssh-vm_51ec0041-9c62-4cba-b91e-88fa68339f33", "created": "2018-10-22T15:09:47Z", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:c7:0e", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "bookmark"}], "image": {"id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "links": [{"href": "http://172.30.9.22:8774/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:09:41.000000", "flavor": {"id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "links": [{"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}]}, "id": "99cdde87-7bf6-4f65-b42a-8552fa48fb61", "security_groups": [{"name": "vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33"}], "user_id": "92e34bb3c7cc40b08ec36138a178758a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:09:42Z", "hostId": "6b38cad73c95225a8ce4c906fbb5ca33cd8fd2445bff5fb0a9d960e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51ec0041-9c62-4cba-b91e-88fa68339f33", "created": "2018-10-22T15:09:36Z", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:09:55,836 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e48f82dd-1fd6-4967-a990-399ce618fea7 2018-10-22 15:09:55,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.613600969315s 2018-10-22 15:09:55,837 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e48f82dd-1fd6-4967-a990-399ce618fea7 2018-10-22 15:09:55,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-22 15:09:55,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=03e0b922-1f2d-4e6b-8936-740488af1394" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:55,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-10c8ef9d-3b13-4f52-becf-c07f64aee332 Date: Mon, 22 Oct 2018 15:09:55 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74935b11-fb86-489b-bbc8-82770e703c12","tenant_id":"31084a99e53d4c71b55d73ba3b37035f","created_at":"2018-10-22T15:09:49Z","admin_state_up":true,"updated_at":"2018-10-22T15:09:50Z","binding:vnic_type":"normal","device_id":"03e0b922-1f2d-4e6b-8936-740488af1394","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:16:e8:c5","id":"c606ea2d-5b9b-4c72-ae31-c4d2b48fb458","port_security_enabled":true,"project_id":"31084a99e53d4c71b55d73ba3b37035f","fixed_ips":[{"subnet_id":"b561d4b6-e05e-4f74-a560-594f80162296","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["47a31add-e457-4029-a896-f68e1761993d"],"name":""}]} 2018-10-22 15:09:55,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=03e0b922-1f2d-4e6b-8936-740488af1394 used request id req-10c8ef9d-3b13-4f52-becf-c07f64aee332 2018-10-22 15:09:55,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0654940605164s 2018-10-22 15:09:55,908 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=03e0b922-1f2d-4e6b-8936-740488af1394 used request id req-10c8ef9d-3b13-4f52-becf-c07f64aee332 2018-10-22 15:09:55,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-22 15:09:55,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=c606ea2d-5b9b-4c72-ae31-c4d2b48fb458" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:55,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3de6f00e-4041-44a6-94da-c2f78f905239 Date: Mon, 22 Oct 2018 15:09:55 GMT RESP BODY: {"floatingips": []} 2018-10-22 15:09:55,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=c606ea2d-5b9b-4c72-ae31-c4d2b48fb458 used request id req-3de6f00e-4041-44a6-94da-c2f78f905239 2018-10-22 15:09:55,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0192840099335s 2018-10-22 15:09:55,932 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=c606ea2d-5b9b-4c72-ae31-c4d2b48fb458 used request id req-3de6f00e-4041-44a6-94da-c2f78f905239 2018-10-22 15:09:55,933 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:16:e8:c5', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'f69a6023-0433-4e5f-87eb-feacb6a42c94'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-22T15:09:52.000000', 'flavor': Munch({u'id': u'cc7b35da-e863-44c7-885e-ffd72ca02b63'}), 'az': u'nova', 'id': u'03e0b922-1f2d-4e6b-8936-740488af1394', 'security_groups': [Munch({u'name': u'vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'92e34bb3c7cc40b08ec36138a178758a', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'31084a99e53d4c71b55d73ba3b37035f', 'name': 'vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33', '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-10-22T15:09:52.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-22T15:09:52Z', 'hostId': u'48f4fd0e753153aeafa9c56a93a76e7a2a52ac2e1fa446d816968424', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_51ec0041-9c62-4cba-b91e-88fa68339f33', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'48f4fd0e753153aeafa9c56a93a76e7a2a52ac2e1fa446d816968424', '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-10-22T15:09:52.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'31084a99e53d4c71b55d73ba3b37035f', 'name': u'vping_ssh-vm_51ec0041-9c62-4cba-b91e-88fa68339f33', 'adminPass': u'mKib6aNHY8WY', 'tenant_id': u'31084a99e53d4c71b55d73ba3b37035f', 'region': 'regionOne', 'created': u'2018-10-22T15:09:47Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-22 15:09:55,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 15:09:55,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:56,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-a5660e8d-17b5-4435-9133-1c013c742f0a Date: Mon, 22 Oct 2018 15:09: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":["b561d4b6-e05e-4f74-a560-594f80162296"],"updated_at":"2018-10-22T15:09:23Z","tenant_id":"31084a99e53d4c71b55d73ba3b37035f","created_at":"2018-10-22T15:09:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"31084a99e53d4c71b55d73ba3b37035f","id":"74935b11-fb86-489b-bbc8-82770e703c12","name":"vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"updated_at":"2018-10-22T14:45:31Z","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","name":"external"}]} 2018-10-22 15:09:56,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a5660e8d-17b5-4435-9133-1c013c742f0a 2018-10-22 15:09:56,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.120615959167s 2018-10-22 15:09:56,057 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a5660e8d-17b5-4435-9133-1c013c742f0a 2018-10-22 15:09:56,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-22 15:09:56,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=03e0b922-1f2d-4e6b-8936-740488af1394" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:56,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-83451c51-5a19-4a64-a102-a1f42579e14e Date: Mon, 22 Oct 2018 15:09:56 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74935b11-fb86-489b-bbc8-82770e703c12","tenant_id":"31084a99e53d4c71b55d73ba3b37035f","created_at":"2018-10-22T15:09:49Z","admin_state_up":true,"updated_at":"2018-10-22T15:09:50Z","binding:vnic_type":"normal","device_id":"03e0b922-1f2d-4e6b-8936-740488af1394","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:16:e8:c5","id":"c606ea2d-5b9b-4c72-ae31-c4d2b48fb458","port_security_enabled":true,"project_id":"31084a99e53d4c71b55d73ba3b37035f","fixed_ips":[{"subnet_id":"b561d4b6-e05e-4f74-a560-594f80162296","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["47a31add-e457-4029-a896-f68e1761993d"],"name":""}]} 2018-10-22 15:09:56,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=03e0b922-1f2d-4e6b-8936-740488af1394 used request id req-83451c51-5a19-4a64-a102-a1f42579e14e 2018-10-22 15:09:56,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0621690750122s 2018-10-22 15:09:56,121 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=03e0b922-1f2d-4e6b-8936-740488af1394 used request id req-83451c51-5a19-4a64-a102-a1f42579e14e 2018-10-22 15:09:56,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-10-22 15:09:56,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" -d '{"floatingip": {"floating_network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "fixed_ip_address": "192.168.120.5", "port_id": "c606ea2d-5b9b-4c72-ae31-c4d2b48fb458"}}' 2018-10-22 15:09:57,610 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-b986518d-4a2c-4ce0-9cca-64d04ea96639 Date: Mon, 22 Oct 2018 15:09:57 GMT RESP BODY: {"floatingip": {"router_id": "ce4246e1-0723-42ca-9c83-bd0cbbea265b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-10-22T15:09:56Z", "floating_network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.217", "revision_number": 0, "port_id": "c606ea2d-5b9b-4c72-ae31-c4d2b48fb458", "id": "e329fa2c-d94a-4ee3-9942-ede29d6347a2", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:56Z", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}} 2018-10-22 15:09:57,610 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-b986518d-4a2c-4ce0-9cca-64d04ea96639 2018-10-22 15:09:57,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.48796010017s 2018-10-22 15:09:57,610 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-b986518d-4a2c-4ce0-9cca-64d04ea96639 2018-10-22 15:09:57,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-22 15:09:57,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:09:57,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-969f31b0-b7db-4f17-9851-2dfbe585263c Date: Mon, 22 Oct 2018 15:09:57 GMT RESP BODY: {"floatingips": [{"router_id": "ce4246e1-0723-42ca-9c83-bd0cbbea265b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-10-22T15:09:56Z", "floating_network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.217", "revision_number": 0, "port_id": "c606ea2d-5b9b-4c72-ae31-c4d2b48fb458", "id": "e329fa2c-d94a-4ee3-9942-ede29d6347a2", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:56Z", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}]} 2018-10-22 15:09:57,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-969f31b0-b7db-4f17-9851-2dfbe585263c 2018-10-22 15:09:57,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0251400470734s 2018-10-22 15:09:57,644 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-969f31b0-b7db-4f17-9851-2dfbe585263c 2018-10-22 15:09:57,648 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'ce4246e1-0723-42ca-9c83-bd0cbbea265b', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'31084a99e53d4c71b55d73ba3b37035f', 'created_at': u'2018-10-22T15:09:56Z', 'attached': True, 'updated_at': u'2018-10-22T15:09:56Z', 'id': u'e329fa2c-d94a-4ee3-9942-ede29d6347a2', 'floating_network_id': u'9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.217', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'31084a99e53d4c71b55d73ba3b37035f', 'name': 'vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'ce4246e1-0723-42ca-9c83-bd0cbbea265b', 'project_id': u'31084a99e53d4c71b55d73ba3b37035f', 'port_id': u'c606ea2d-5b9b-4c72-ae31-c4d2b48fb458', 'port': u'c606ea2d-5b9b-4c72-ae31-c4d2b48fb458', 'network': u'9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f'}) 2018-10-22 15:09:57,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:09:57,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394/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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:09:58,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:09: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-af09b96f-c11b-4571-9170-ceb3b9cd74e2 x-compute-request-id: req-af09b96f-c11b-4571-9170-ceb3b9cd74e2 Content-Encoding: gzip Content-Length: 7675 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 867284743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130955] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132644] pid_max: default: 32768 minimum: 301\n[ 0.133554] ACPI: Core revision 20150930\n[ 0.134946] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136278] Security Framework initialized\n[ 0.137105] Yama: becoming mindful.\n[ 0.137841] AppArmor: AppArmor initialized\n[ 0.138723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141373] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144834] Initializing cgroup subsys memory\n[ 0.145707] Initializing cgroup subsys devices\n[ 0.146606] Initializing cgroup subsys freezer\n[ 0.147493] Initializing cgroup subsys net_cls\n[ 0.148376] Initializing cgroup subsys perf_event\n[ 0.149299] Initializing cgroup subsys net_prio\n[ 0.150208] Initializing cgroup subsys hugetlb\n[ 0.151092] Initializing cgroup subsys pids\n[ 0.151974] CPU: Physical Processor ID: 0\n[ 0.153498] mce: CPU supports 10 MCE banks\n[ 0.154372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155388] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174056] ftrace: allocating 31920 entries in 125 pages\n[ 0.200348] smpboot: Max logical packages: 1\n[ 0.201212] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202586] x2apic enabled\n[ 0.203403] Switched APIC routing to physical x2apic.\n[ 0.205154] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210150] KVM setup paravirtual spinlock\n[ 0.211456] x86: Booted up 1 node, 1 CPUs\n[ 0.212281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213693] devtmpfs: initialized\n[ 0.215422] evm: security.selinux\n[ 0.216135] evm: security.SMACK64\n[ 0.216833] evm: security.SMACK64EXEC\n[ 0.217596] evm: security.SMACK64TRANSMUTE\n[ 0.218421] evm: security.SMACK64MMAP\n[ 0.219181] evm: security.ima\n[ 0.219832] evm: security.capability\n[ 0.220648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222533] pinctrl core: initialized pinctrl subsystem\n[ 0.223655] RTC time: 15:09:52, date: 10/22/18\n[ 0.224622] NET: Registered protocol family 16\n[ 0.225609] cpuidle: using governor ladder\n[ 0.226442] cpuidle: using governor menu\n[ 0.227239] PCCT header not found.\n[ 0.228003] ACPI: bus type PCI registered\n[ 0.228827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230090] PCI: Using configuration type 1 for base access\n[ 0.231855] ACPI: Added _OSI(Module Device)\n[ 0.232720] ACPI: Added _OSI(Processor Device)\n[ 0.233600] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234517] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236655] ACPI: Interpreter enabled\n[ 0.237457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244960] ACPI: (supports S0 S5)\n[ 0.245678] ACPI: Using IOAPIC for interrupt routing\n[ 0.246776] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252328] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255804] acpiphp: Slot [3] registered\n[ 0.256625] acpiphp: Slot [4] registered\n[ 0.257453] acpiphp: Slot [5] registered\n[ 0.258268] acpiphp: Slot [6] registered\n[ 0.259080] acpiphp: Slot [7] registered\n[ 0.259894] acpiphp: Slot [8] registered\n[ 0.260715] acpiphp: Slot [9] registered\n[ 0.261535] acpiphp: Slot [10] registered\n[ 0.262365] acpiphp: Slot [11] registered\n[ 0.263190] acpiphp: Slot [12] registered\n[ 0.264017] acpiphp: Slot [13] registered\n[ 0.264843] acpiphp: Slot [14] registered\n[ 0.265669] acpiphp: Slot [15] registered\n[ 0.276706] acpiphp: Slot [16] registered\n[ 0.277537] acpiphp: Slot [17] registered\n[ 0.278363] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.280001] acpiphp: Slot [20] registered\n[ 0.280830] acpiphp: Slot [21] registered\n[ 0.281658] acpiphp: Slot [22] registered\n[ 0.282480] acpiphp: Slot [23] registered\n[ 0.283303] acpiphp: Slot [24] registered\n[ 0.284125] acpiphp: Slot [25] registered\n[ 0.284947] acpiphp: Slot [26] registered\n[ 0.285773] acpiphp: Slot [27] registered\n[ 0.286600] acpiphp: Slot [28] registered\n[ 0.287424] acpiphp: Slot [29] registered\n[ 0.288248] acpiphp: Slot [30] registered\n[ 0.289077] acpiphp: Slot [31] registered\n[ 0.289894] PCI host bridge to bus 0000:00\n[ 0.290717] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294664] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296136] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302511] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306350] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313710] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315170] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369419] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370819] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373248] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376005] vgaarb: loaded\n[ 0.376618] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377762] SCSI subsystem initialized\n[ 0.378592] ACPI: bus type USB registered\n[ 0.379424] usbcore: registered new interface driver usbfs\n[ 0.380474] usbcore: registered new interface driver hub\n[ 0.381502] usbcore: registered new device driver usb\n[ 0.382570] PCI: Using ACPI for IRQ routing\n[ 0.383606] NetLabel: Initializing\n[ 0.384331] NetLabel: domain hash size = 128\n[ 0.385201] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386166] NetLabel: unlabeled traffic allowed by default\n[ 0.387271] clocksource: Switched to clocksource kvm-clock\n[ 0.392686] AppArmor: AppArmor Filesystem Enabled\n[ 0.393669] pnp: PnP ACPI init\n[ 0.394587] pnp: PnP ACPI: found 5 devices\n[ 0.400964] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402682] NET: Registered protocol family 2\n[ 0.403647] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406109] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407289] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408380] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409559] NET: Registered protocol family 1\n[ 0.410434] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411545] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440926] Trying to unpack rootfs image as initramfs...\n[ 0.490585] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504787] Scanning for low memory corruption every 60 seconds\n[ 0.506128] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507289] audit: initializing netlink subsys (disabled)\n[ 0.508324] audit: type=2000 audit(1540220993.087:1): initialized\n[ 0.509638] Initialise system trusted keyring\n[ 0.510575] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511762] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513740] zbud: loaded\n[ 0.514455] VFS: Disk quotas dquot_6.6.0\n[ 0.515298] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516835] fuse init (API version 7.23)\n[ 0.517732] Key type big_key registered\n[ 0.518545] Allocating IMA MOK and blacklist keyrings.\n[ 0.519672] Key type asymmetric registered\n[ 0.520511] Asymmetric key parser 'x509' registered\n[ 0.521475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523332] io scheduler noop registered\n[ 0.524143] io scheduler deadline registered (default)\n[ 0.525145] io scheduler cfq registered\n[ 0.525985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529868] ACPI: Power Button [PWRF]\n[ 0.530709] GHES: HEST is not enabled!\n[ 0.546215] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603810] Linux agpgart interface v0.103\n[ 0.605896] brd: module loaded\n[ 0.607132] loop: module loaded\n[ 0.612206] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613670] GPT:90111 != 2097151\n[ 0.614351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615453] GPT:90111 != 2097151\n[ 0.616131] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617095] vda: vda1 vda15\n[ 0.618500] scsi host0: ata_piix\n[ 0.619241] scsi host1: ata_piix\n[ 0.619962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621194] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622641] libphy: Fixed MDIO Bus: probed\n[ 0.623478] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624439] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626552] PPP generic driver version 2.4.2\n[ 0.627456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628798] ehci-pci: EHCI PCI platform driver\n[ 0.629669] ehci-platform: EHCI generic platform driver\n[ 0.630653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631786] ohci-pci: OHCI PCI platform driver\n[ 0.632658] ohci-platform: OHCI generic platform driver\n[ 0.633644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648958] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650410] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651434] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655212] usb usb1: Product: UHCI Host Controller\n[ 0.656157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657304] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658351] hub 1-0:1.0: USB hub found\n[ 0.659139] hub 1-0:1.0: 2 ports detected\n[ 0.660053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662193] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663152] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664199] mousedev: PS/2 mouse device common for all mice\n[ 0.665466] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667319] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669619] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670807] i2c /dev entries driver\n[ 0.671577] device-mapper: uevent: version 1.0.3\n[ 0.672529] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674165] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675446] NET: Registered protocol family 10\n[ 0.676438] NET: Registered protocol family 17\n[ 0.677333] Key type dns_resolver registered\n[ 0.678266] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681116] registered taskstats version 1\n[ 0.681959] Loading compiled-in X.509 certificates\n[ 0.683402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685266] zswap: loaded using pool lzo/zbud\n[ 0.686638] Key type trusted registered\n[ 0.688199] Key type encrypted registered\n[ 0.689025] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690071] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691115] evm: HMAC attrs: 0x1\n[ 0.692066] Magic number: 6:884:184\n[ 0.692909] rtc_cmos 00:00: setting system clock to 2018-10-22 15:09:53 UTC (1540220993)\n[ 0.694513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695643] EDD information not available.\n[ 0.780221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781776] Write protecting the kernel read-only data: 14336k\n[ 0.793703] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795533] 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.302021] 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-10-22 15:09:58,741 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394/action used request id req-af09b96f-c11b-4571-9170-ceb3b9cd74e2 2018-10-22 15:09:58,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09227514267s 2018-10-22 15:09:58,741 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394/action used request id req-af09b96f-c11b-4571-9170-ceb3b9cd74e2 2018-10-22 15:09:58,742 - 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 867284743 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.130955] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.132644] pid_max: default: 32768 minimum: 301 [ 0.133554] ACPI: Core revision 20150930 [ 0.134946] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136278] Security Framework initialized [ 0.137105] Yama: becoming mindful. [ 0.137841] AppArmor: AppArmor initialized [ 0.138723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141373] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144004] Initializing cgroup subsys io [ 0.144834] Initializing cgroup subsys memory [ 0.145707] Initializing cgroup subsys devices [ 0.146606] Initializing cgroup subsys freezer [ 0.147493] Initializing cgroup subsys net_cls [ 0.148376] Initializing cgroup subsys perf_event [ 0.149299] Initializing cgroup subsys net_prio [ 0.150208] Initializing cgroup subsys hugetlb [ 0.151092] Initializing cgroup subsys pids [ 0.151974] CPU: Physical Processor ID: 0 [ 0.153498] mce: CPU supports 10 MCE banks [ 0.154372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155388] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174056] ftrace: allocating 31920 entries in 125 pages [ 0.200348] smpboot: Max logical packages: 1 [ 0.201212] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202586] x2apic enabled [ 0.203403] Switched APIC routing to physical x2apic. [ 0.205154] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210150] KVM setup paravirtual spinlock [ 0.211456] x86: Booted up 1 node, 1 CPUs [ 0.212281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213693] devtmpfs: initialized [ 0.215422] evm: security.selinux [ 0.216135] evm: security.SMACK64 [ 0.216833] evm: security.SMACK64EXEC [ 0.217596] evm: security.SMACK64TRANSMUTE [ 0.218421] evm: security.SMACK64MMAP [ 0.219181] evm: security.ima [ 0.219832] evm: security.capability [ 0.220648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222533] pinctrl core: initialized pinctrl subsystem [ 0.223655] RTC time: 15:09:52, date: 10/22/18 [ 0.224622] NET: Registered protocol family 16 [ 0.225609] cpuidle: using governor ladder [ 0.226442] cpuidle: using governor menu [ 0.227239] PCCT header not found. [ 0.228003] ACPI: bus type PCI registered [ 0.228827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230090] PCI: Using configuration type 1 for base access [ 0.231855] ACPI: Added _OSI(Module Device) [ 0.232720] ACPI: Added _OSI(Processor Device) [ 0.233600] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234517] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236655] ACPI: Interpreter enabled [ 0.237457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244960] ACPI: (supports S0 S5) [ 0.245678] ACPI: Using IOAPIC for interrupt routing [ 0.246776] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252328] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255804] acpiphp: Slot [3] registered [ 0.256625] acpiphp: Slot [4] registered [ 0.257453] acpiphp: Slot [5] registered [ 0.258268] acpiphp: Slot [6] registered [ 0.259080] acpiphp: Slot [7] registered [ 0.259894] acpiphp: Slot [8] registered [ 0.260715] acpiphp: Slot [9] registered [ 0.261535] acpiphp: Slot [10] registered [ 0.262365] acpiphp: Slot [11] registered [ 0.263190] acpiphp: Slot [12] registered [ 0.264017] acpiphp: Slot [13] registered [ 0.264843] acpiphp: Slot [14] registered [ 0.265669] acpiphp: Slot [15] registered [ 0.276706] acpiphp: Slot [16] registered [ 0.277537] acpiphp: Slot [17] registered [ 0.278363] acpiphp: Slot [18] registered [ 0.279184] acpiphp: Slot [19] registered [ 0.280001] acpiphp: Slot [20] registered [ 0.280830] acpiphp: Slot [21] registered [ 0.281658] acpiphp: Slot [22] registered [ 0.282480] acpiphp: Slot [23] registered [ 0.283303] acpiphp: Slot [24] registered [ 0.284125] acpiphp: Slot [25] registered [ 0.284947] acpiphp: Slot [26] registered [ 0.285773] acpiphp: Slot [27] registered [ 0.286600] acpiphp: Slot [28] registered [ 0.287424] acpiphp: Slot [29] registered [ 0.288248] acpiphp: Slot [30] registered [ 0.289077] acpiphp: Slot [31] registered [ 0.289894] PCI host bridge to bus 0000:00 [ 0.290717] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.294664] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296136] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.302511] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.303849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306350] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313710] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315170] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.365033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369419] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370819] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373248] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376005] vgaarb: loaded [ 0.376618] vgaarb: bridge control possible 0000:00:02.0 [ 0.377762] SCSI subsystem initialized [ 0.378592] ACPI: bus type USB registered [ 0.379424] usbcore: registered new interface driver usbfs [ 0.380474] usbcore: registered new interface driver hub [ 0.381502] usbcore: registered new device driver usb [ 0.382570] PCI: Using ACPI for IRQ routing [ 0.383606] NetLabel: Initializing [ 0.384331] NetLabel: domain hash size = 128 [ 0.385201] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386166] NetLabel: unlabeled traffic allowed by default [ 0.387271] clocksource: Switched to clocksource kvm-clock [ 0.392686] AppArmor: AppArmor Filesystem Enabled [ 0.393669] pnp: PnP ACPI init [ 0.394587] pnp: PnP ACPI: found 5 devices [ 0.400964] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402682] NET: Registered protocol family 2 [ 0.403647] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406109] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407289] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408380] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409559] NET: Registered protocol family 1 [ 0.410434] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411545] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412631] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440926] Trying to unpack rootfs image as initramfs... [ 0.490585] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.504787] Scanning for low memory corruption every 60 seconds [ 0.506128] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507289] audit: initializing netlink subsys (disabled) [ 0.508324] audit: type=2000 audit(1540220993.087:1): initialized [ 0.509638] Initialise system trusted keyring [ 0.510575] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511762] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513740] zbud: loaded [ 0.514455] VFS: Disk quotas dquot_6.6.0 [ 0.515298] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516835] fuse init (API version 7.23) [ 0.517732] Key type big_key registered [ 0.518545] Allocating IMA MOK and blacklist keyrings. [ 0.519672] Key type asymmetric registered [ 0.520511] Asymmetric key parser 'x509' registered [ 0.521475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523332] io scheduler noop registered [ 0.524143] io scheduler deadline registered (default) [ 0.525145] io scheduler cfq registered [ 0.525985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529868] ACPI: Power Button [PWRF] [ 0.530709] GHES: HEST is not enabled! [ 0.546215] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603810] Linux agpgart interface v0.103 [ 0.605896] brd: module loaded [ 0.607132] loop: module loaded [ 0.612206] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613670] GPT:90111 != 2097151 [ 0.614351] GPT:Alternate GPT header not at the end of the disk. [ 0.615453] GPT:90111 != 2097151 [ 0.616131] GPT: Use GNU Parted to correct GPT errors. [ 0.617095] vda: vda1 vda15 [ 0.618500] scsi host0: ata_piix [ 0.619241] scsi host1: ata_piix [ 0.619962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.621194] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.622641] libphy: Fixed MDIO Bus: probed [ 0.623478] tun: Universal TUN/TAP device driver, 1.6 [ 0.624439] tun: (C) 1999-2004 Max Krasnyansky [ 0.626552] PPP generic driver version 2.4.2 [ 0.627456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.628798] ehci-pci: EHCI PCI platform driver [ 0.629669] ehci-platform: EHCI generic platform driver [ 0.630653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.631786] ohci-pci: OHCI PCI platform driver [ 0.632658] ohci-platform: OHCI generic platform driver [ 0.633644] uhci_hcd: USB Universal Host Controller Interface driver [ 0.647958] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.648958] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.650410] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.651434] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.652557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.653790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.655212] usb usb1: Product: UHCI Host Controller [ 0.656157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.657304] usb usb1: SerialNumber: 0000:00:01.2 [ 0.658351] hub 1-0:1.0: USB hub found [ 0.659139] hub 1-0:1.0: 2 ports detected [ 0.660053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.662193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.663152] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.664199] mousedev: PS/2 mouse device common for all mice [ 0.665466] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.667319] rtc_cmos 00:00: RTC can wake from S4 [ 0.668421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.669619] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670807] i2c /dev entries driver [ 0.671577] device-mapper: uevent: version 1.0.3 [ 0.672529] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.674165] ledtrig-cpu: registered to indicate activity on CPUs [ 0.675446] NET: Registered protocol family 10 [ 0.676438] NET: Registered protocol family 17 [ 0.677333] Key type dns_resolver registered [ 0.678266] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.679363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681116] registered taskstats version 1 [ 0.681959] Loading compiled-in X.509 certificates [ 0.683402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.685266] zswap: loaded using pool lzo/zbud [ 0.686638] Key type trusted registered [ 0.688199] Key type encrypted registered [ 0.689025] AppArmor: AppArmor sha1 policy hashing enabled [ 0.690071] ima: No TPM chip found, activating TPM-bypass! [ 0.691115] evm: HMAC attrs: 0x1 [ 0.692066] Magic number: 6:884:184 [ 0.692909] rtc_cmos 00:00: setting system clock to 2018-10-22 15:09:53 UTC (1540220993) [ 0.694513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.695643] EDD information not available. [ 0.780221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781776] Write protecting the kernel read-only data: 14336k [ 0.793703] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.795533] 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.10 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.302021] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-10-22 15:09:59,744 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.217: timed out 2018-10-22 15:10:08,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:10:08,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394/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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:10:09,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:10: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-4ddb6d42-2fbb-4884-9d5b-7d774c3c7800 x-compute-request-id: req-4ddb6d42-2fbb-4884-9d5b-7d774c3c7800 Content-Encoding: gzip Content-Length: 7675 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 867284743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130955] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132644] pid_max: default: 32768 minimum: 301\n[ 0.133554] ACPI: Core revision 20150930\n[ 0.134946] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136278] Security Framework initialized\n[ 0.137105] Yama: becoming mindful.\n[ 0.137841] AppArmor: AppArmor initialized\n[ 0.138723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141373] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144834] Initializing cgroup subsys memory\n[ 0.145707] Initializing cgroup subsys devices\n[ 0.146606] Initializing cgroup subsys freezer\n[ 0.147493] Initializing cgroup subsys net_cls\n[ 0.148376] Initializing cgroup subsys perf_event\n[ 0.149299] Initializing cgroup subsys net_prio\n[ 0.150208] Initializing cgroup subsys hugetlb\n[ 0.151092] Initializing cgroup subsys pids\n[ 0.151974] CPU: Physical Processor ID: 0\n[ 0.153498] mce: CPU supports 10 MCE banks\n[ 0.154372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155388] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174056] ftrace: allocating 31920 entries in 125 pages\n[ 0.200348] smpboot: Max logical packages: 1\n[ 0.201212] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202586] x2apic enabled\n[ 0.203403] Switched APIC routing to physical x2apic.\n[ 0.205154] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210150] KVM setup paravirtual spinlock\n[ 0.211456] x86: Booted up 1 node, 1 CPUs\n[ 0.212281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213693] devtmpfs: initialized\n[ 0.215422] evm: security.selinux\n[ 0.216135] evm: security.SMACK64\n[ 0.216833] evm: security.SMACK64EXEC\n[ 0.217596] evm: security.SMACK64TRANSMUTE\n[ 0.218421] evm: security.SMACK64MMAP\n[ 0.219181] evm: security.ima\n[ 0.219832] evm: security.capability\n[ 0.220648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222533] pinctrl core: initialized pinctrl subsystem\n[ 0.223655] RTC time: 15:09:52, date: 10/22/18\n[ 0.224622] NET: Registered protocol family 16\n[ 0.225609] cpuidle: using governor ladder\n[ 0.226442] cpuidle: using governor menu\n[ 0.227239] PCCT header not found.\n[ 0.228003] ACPI: bus type PCI registered\n[ 0.228827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230090] PCI: Using configuration type 1 for base access\n[ 0.231855] ACPI: Added _OSI(Module Device)\n[ 0.232720] ACPI: Added _OSI(Processor Device)\n[ 0.233600] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234517] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236655] ACPI: Interpreter enabled\n[ 0.237457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244960] ACPI: (supports S0 S5)\n[ 0.245678] ACPI: Using IOAPIC for interrupt routing\n[ 0.246776] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252328] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255804] acpiphp: Slot [3] registered\n[ 0.256625] acpiphp: Slot [4] registered\n[ 0.257453] acpiphp: Slot [5] registered\n[ 0.258268] acpiphp: Slot [6] registered\n[ 0.259080] acpiphp: Slot [7] registered\n[ 0.259894] acpiphp: Slot [8] registered\n[ 0.260715] acpiphp: Slot [9] registered\n[ 0.261535] acpiphp: Slot [10] registered\n[ 0.262365] acpiphp: Slot [11] registered\n[ 0.263190] acpiphp: Slot [12] registered\n[ 0.264017] acpiphp: Slot [13] registered\n[ 0.264843] acpiphp: Slot [14] registered\n[ 0.265669] acpiphp: Slot [15] registered\n[ 0.276706] acpiphp: Slot [16] registered\n[ 0.277537] acpiphp: Slot [17] registered\n[ 0.278363] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.280001] acpiphp: Slot [20] registered\n[ 0.280830] acpiphp: Slot [21] registered\n[ 0.281658] acpiphp: Slot [22] registered\n[ 0.282480] acpiphp: Slot [23] registered\n[ 0.283303] acpiphp: Slot [24] registered\n[ 0.284125] acpiphp: Slot [25] registered\n[ 0.284947] acpiphp: Slot [26] registered\n[ 0.285773] acpiphp: Slot [27] registered\n[ 0.286600] acpiphp: Slot [28] registered\n[ 0.287424] acpiphp: Slot [29] registered\n[ 0.288248] acpiphp: Slot [30] registered\n[ 0.289077] acpiphp: Slot [31] registered\n[ 0.289894] PCI host bridge to bus 0000:00\n[ 0.290717] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294664] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296136] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302511] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306350] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313710] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315170] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369419] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370819] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373248] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376005] vgaarb: loaded\n[ 0.376618] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377762] SCSI subsystem initialized\n[ 0.378592] ACPI: bus type USB registered\n[ 0.379424] usbcore: registered new interface driver usbfs\n[ 0.380474] usbcore: registered new interface driver hub\n[ 0.381502] usbcore: registered new device driver usb\n[ 0.382570] PCI: Using ACPI for IRQ routing\n[ 0.383606] NetLabel: Initializing\n[ 0.384331] NetLabel: domain hash size = 128\n[ 0.385201] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386166] NetLabel: unlabeled traffic allowed by default\n[ 0.387271] clocksource: Switched to clocksource kvm-clock\n[ 0.392686] AppArmor: AppArmor Filesystem Enabled\n[ 0.393669] pnp: PnP ACPI init\n[ 0.394587] pnp: PnP ACPI: found 5 devices\n[ 0.400964] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402682] NET: Registered protocol family 2\n[ 0.403647] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406109] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407289] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408380] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409559] NET: Registered protocol family 1\n[ 0.410434] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411545] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440926] Trying to unpack rootfs image as initramfs...\n[ 0.490585] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504787] Scanning for low memory corruption every 60 seconds\n[ 0.506128] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507289] audit: initializing netlink subsys (disabled)\n[ 0.508324] audit: type=2000 audit(1540220993.087:1): initialized\n[ 0.509638] Initialise system trusted keyring\n[ 0.510575] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511762] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513740] zbud: loaded\n[ 0.514455] VFS: Disk quotas dquot_6.6.0\n[ 0.515298] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516835] fuse init (API version 7.23)\n[ 0.517732] Key type big_key registered\n[ 0.518545] Allocating IMA MOK and blacklist keyrings.\n[ 0.519672] Key type asymmetric registered\n[ 0.520511] Asymmetric key parser 'x509' registered\n[ 0.521475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523332] io scheduler noop registered\n[ 0.524143] io scheduler deadline registered (default)\n[ 0.525145] io scheduler cfq registered\n[ 0.525985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529868] ACPI: Power Button [PWRF]\n[ 0.530709] GHES: HEST is not enabled!\n[ 0.546215] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603810] Linux agpgart interface v0.103\n[ 0.605896] brd: module loaded\n[ 0.607132] loop: module loaded\n[ 0.612206] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613670] GPT:90111 != 2097151\n[ 0.614351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615453] GPT:90111 != 2097151\n[ 0.616131] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617095] vda: vda1 vda15\n[ 0.618500] scsi host0: ata_piix\n[ 0.619241] scsi host1: ata_piix\n[ 0.619962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621194] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622641] libphy: Fixed MDIO Bus: probed\n[ 0.623478] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624439] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626552] PPP generic driver version 2.4.2\n[ 0.627456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628798] ehci-pci: EHCI PCI platform driver\n[ 0.629669] ehci-platform: EHCI generic platform driver\n[ 0.630653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631786] ohci-pci: OHCI PCI platform driver\n[ 0.632658] ohci-platform: OHCI generic platform driver\n[ 0.633644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648958] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650410] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651434] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655212] usb usb1: Product: UHCI Host Controller\n[ 0.656157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657304] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658351] hub 1-0:1.0: USB hub found\n[ 0.659139] hub 1-0:1.0: 2 ports detected\n[ 0.660053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662193] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663152] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664199] mousedev: PS/2 mouse device common for all mice\n[ 0.665466] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667319] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669619] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670807] i2c /dev entries driver\n[ 0.671577] device-mapper: uevent: version 1.0.3\n[ 0.672529] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674165] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675446] NET: Registered protocol family 10\n[ 0.676438] NET: Registered protocol family 17\n[ 0.677333] Key type dns_resolver registered\n[ 0.678266] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681116] registered taskstats version 1\n[ 0.681959] Loading compiled-in X.509 certificates\n[ 0.683402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685266] zswap: loaded using pool lzo/zbud\n[ 0.686638] Key type trusted registered\n[ 0.688199] Key type encrypted registered\n[ 0.689025] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690071] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691115] evm: HMAC attrs: 0x1\n[ 0.692066] Magic number: 6:884:184\n[ 0.692909] rtc_cmos 00:00: setting system clock to 2018-10-22 15:09:53 UTC (1540220993)\n[ 0.694513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695643] EDD information not available.\n[ 0.780221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781776] Write protecting the kernel read-only data: 14336k\n[ 0.793703] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795533] 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.302021] 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-10-22 15:10:09,863 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394/action used request id req-4ddb6d42-2fbb-4884-9d5b-7d774c3c7800 2018-10-22 15:10:09,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11368894577s 2018-10-22 15:10:09,864 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394/action used request id req-4ddb6d42-2fbb-4884-9d5b-7d774c3c7800 2018-10-22 15:10:09,864 - 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 867284743 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.130955] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.132644] pid_max: default: 32768 minimum: 301 [ 0.133554] ACPI: Core revision 20150930 [ 0.134946] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136278] Security Framework initialized [ 0.137105] Yama: becoming mindful. [ 0.137841] AppArmor: AppArmor initialized [ 0.138723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141373] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144004] Initializing cgroup subsys io [ 0.144834] Initializing cgroup subsys memory [ 0.145707] Initializing cgroup subsys devices [ 0.146606] Initializing cgroup subsys freezer [ 0.147493] Initializing cgroup subsys net_cls [ 0.148376] Initializing cgroup subsys perf_event [ 0.149299] Initializing cgroup subsys net_prio [ 0.150208] Initializing cgroup subsys hugetlb [ 0.151092] Initializing cgroup subsys pids [ 0.151974] CPU: Physical Processor ID: 0 [ 0.153498] mce: CPU supports 10 MCE banks [ 0.154372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155388] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174056] ftrace: allocating 31920 entries in 125 pages [ 0.200348] smpboot: Max logical packages: 1 [ 0.201212] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202586] x2apic enabled [ 0.203403] Switched APIC routing to physical x2apic. [ 0.205154] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210150] KVM setup paravirtual spinlock [ 0.211456] x86: Booted up 1 node, 1 CPUs [ 0.212281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213693] devtmpfs: initialized [ 0.215422] evm: security.selinux [ 0.216135] evm: security.SMACK64 [ 0.216833] evm: security.SMACK64EXEC [ 0.217596] evm: security.SMACK64TRANSMUTE [ 0.218421] evm: security.SMACK64MMAP [ 0.219181] evm: security.ima [ 0.219832] evm: security.capability [ 0.220648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222533] pinctrl core: initialized pinctrl subsystem [ 0.223655] RTC time: 15:09:52, date: 10/22/18 [ 0.224622] NET: Registered protocol family 16 [ 0.225609] cpuidle: using governor ladder [ 0.226442] cpuidle: using governor menu [ 0.227239] PCCT header not found. [ 0.228003] ACPI: bus type PCI registered [ 0.228827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230090] PCI: Using configuration type 1 for base access [ 0.231855] ACPI: Added _OSI(Module Device) [ 0.232720] ACPI: Added _OSI(Processor Device) [ 0.233600] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234517] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236655] ACPI: Interpreter enabled [ 0.237457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244960] ACPI: (supports S0 S5) [ 0.245678] ACPI: Using IOAPIC for interrupt routing [ 0.246776] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252328] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255804] acpiphp: Slot [3] registered [ 0.256625] acpiphp: Slot [4] registered [ 0.257453] acpiphp: Slot [5] registered [ 0.258268] acpiphp: Slot [6] registered [ 0.259080] acpiphp: Slot [7] registered [ 0.259894] acpiphp: Slot [8] registered [ 0.260715] acpiphp: Slot [9] registered [ 0.261535] acpiphp: Slot [10] registered [ 0.262365] acpiphp: Slot [11] registered [ 0.263190] acpiphp: Slot [12] registered [ 0.264017] acpiphp: Slot [13] registered [ 0.264843] acpiphp: Slot [14] registered [ 0.265669] acpiphp: Slot [15] registered [ 0.276706] acpiphp: Slot [16] registered [ 0.277537] acpiphp: Slot [17] registered [ 0.278363] acpiphp: Slot [18] registered [ 0.279184] acpiphp: Slot [19] registered [ 0.280001] acpiphp: Slot [20] registered [ 0.280830] acpiphp: Slot [21] registered [ 0.281658] acpiphp: Slot [22] registered [ 0.282480] acpiphp: Slot [23] registered [ 0.283303] acpiphp: Slot [24] registered [ 0.284125] acpiphp: Slot [25] registered [ 0.284947] acpiphp: Slot [26] registered [ 0.285773] acpiphp: Slot [27] registered [ 0.286600] acpiphp: Slot [28] registered [ 0.287424] acpiphp: Slot [29] registered [ 0.288248] acpiphp: Slot [30] registered [ 0.289077] acpiphp: Slot [31] registered [ 0.289894] PCI host bridge to bus 0000:00 [ 0.290717] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.294664] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296136] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.302511] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.303849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306350] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313710] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315170] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.365033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369419] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370819] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373248] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376005] vgaarb: loaded [ 0.376618] vgaarb: bridge control possible 0000:00:02.0 [ 0.377762] SCSI subsystem initialized [ 0.378592] ACPI: bus type USB registered [ 0.379424] usbcore: registered new interface driver usbfs [ 0.380474] usbcore: registered new interface driver hub [ 0.381502] usbcore: registered new device driver usb [ 0.382570] PCI: Using ACPI for IRQ routing [ 0.383606] NetLabel: Initializing [ 0.384331] NetLabel: domain hash size = 128 [ 0.385201] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386166] NetLabel: unlabeled traffic allowed by default [ 0.387271] clocksource: Switched to clocksource kvm-clock [ 0.392686] AppArmor: AppArmor Filesystem Enabled [ 0.393669] pnp: PnP ACPI init [ 0.394587] pnp: PnP ACPI: found 5 devices [ 0.400964] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402682] NET: Registered protocol family 2 [ 0.403647] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406109] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407289] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408380] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409559] NET: Registered protocol family 1 [ 0.410434] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411545] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412631] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440926] Trying to unpack rootfs image as initramfs... [ 0.490585] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.504787] Scanning for low memory corruption every 60 seconds [ 0.506128] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507289] audit: initializing netlink subsys (disabled) [ 0.508324] audit: type=2000 audit(1540220993.087:1): initialized [ 0.509638] Initialise system trusted keyring [ 0.510575] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511762] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513740] zbud: loaded [ 0.514455] VFS: Disk quotas dquot_6.6.0 [ 0.515298] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516835] fuse init (API version 7.23) [ 0.517732] Key type big_key registered [ 0.518545] Allocating IMA MOK and blacklist keyrings. [ 0.519672] Key type asymmetric registered [ 0.520511] Asymmetric key parser 'x509' registered [ 0.521475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523332] io scheduler noop registered [ 0.524143] io scheduler deadline registered (default) [ 0.525145] io scheduler cfq registered [ 0.525985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529868] ACPI: Power Button [PWRF] [ 0.530709] GHES: HEST is not enabled! [ 0.546215] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603810] Linux agpgart interface v0.103 [ 0.605896] brd: module loaded [ 0.607132] loop: module loaded [ 0.612206] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613670] GPT:90111 != 2097151 [ 0.614351] GPT:Alternate GPT header not at the end of the disk. [ 0.615453] GPT:90111 != 2097151 [ 0.616131] GPT: Use GNU Parted to correct GPT errors. [ 0.617095] vda: vda1 vda15 [ 0.618500] scsi host0: ata_piix [ 0.619241] scsi host1: ata_piix [ 0.619962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.621194] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.622641] libphy: Fixed MDIO Bus: probed [ 0.623478] tun: Universal TUN/TAP device driver, 1.6 [ 0.624439] tun: (C) 1999-2004 Max Krasnyansky [ 0.626552] PPP generic driver version 2.4.2 [ 0.627456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.628798] ehci-pci: EHCI PCI platform driver [ 0.629669] ehci-platform: EHCI generic platform driver [ 0.630653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.631786] ohci-pci: OHCI PCI platform driver [ 0.632658] ohci-platform: OHCI generic platform driver [ 0.633644] uhci_hcd: USB Universal Host Controller Interface driver [ 0.647958] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.648958] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.650410] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.651434] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.652557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.653790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.655212] usb usb1: Product: UHCI Host Controller [ 0.656157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.657304] usb usb1: SerialNumber: 0000:00:01.2 [ 0.658351] hub 1-0:1.0: USB hub found [ 0.659139] hub 1-0:1.0: 2 ports detected [ 0.660053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.662193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.663152] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.664199] mousedev: PS/2 mouse device common for all mice [ 0.665466] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.667319] rtc_cmos 00:00: RTC can wake from S4 [ 0.668421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.669619] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670807] i2c /dev entries driver [ 0.671577] device-mapper: uevent: version 1.0.3 [ 0.672529] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.674165] ledtrig-cpu: registered to indicate activity on CPUs [ 0.675446] NET: Registered protocol family 10 [ 0.676438] NET: Registered protocol family 17 [ 0.677333] Key type dns_resolver registered [ 0.678266] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.679363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681116] registered taskstats version 1 [ 0.681959] Loading compiled-in X.509 certificates [ 0.683402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.685266] zswap: loaded using pool lzo/zbud [ 0.686638] Key type trusted registered [ 0.688199] Key type encrypted registered [ 0.689025] AppArmor: AppArmor sha1 policy hashing enabled [ 0.690071] ima: No TPM chip found, activating TPM-bypass! [ 0.691115] evm: HMAC attrs: 0x1 [ 0.692066] Magic number: 6:884:184 [ 0.692909] rtc_cmos 00:00: setting system clock to 2018-10-22 15:09:53 UTC (1540220993) [ 0.694513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.695643] EDD information not available. [ 0.780221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781776] Write protecting the kernel read-only data: 14336k [ 0.793703] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.795533] 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.10 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.302021] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-10-22 15:10:10,867 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.217: timed out 2018-10-22 15:10:19,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:10:19,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394/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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:10:20,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:10: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-47186ae7-8e75-449b-92d7-d280dceb76b6 x-compute-request-id: req-47186ae7-8e75-449b-92d7-d280dceb76b6 Content-Encoding: gzip Content-Length: 7675 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 867284743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130955] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132644] pid_max: default: 32768 minimum: 301\n[ 0.133554] ACPI: Core revision 20150930\n[ 0.134946] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136278] Security Framework initialized\n[ 0.137105] Yama: becoming mindful.\n[ 0.137841] AppArmor: AppArmor initialized\n[ 0.138723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141373] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144834] Initializing cgroup subsys memory\n[ 0.145707] Initializing cgroup subsys devices\n[ 0.146606] Initializing cgroup subsys freezer\n[ 0.147493] Initializing cgroup subsys net_cls\n[ 0.148376] Initializing cgroup subsys perf_event\n[ 0.149299] Initializing cgroup subsys net_prio\n[ 0.150208] Initializing cgroup subsys hugetlb\n[ 0.151092] Initializing cgroup subsys pids\n[ 0.151974] CPU: Physical Processor ID: 0\n[ 0.153498] mce: CPU supports 10 MCE banks\n[ 0.154372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155388] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174056] ftrace: allocating 31920 entries in 125 pages\n[ 0.200348] smpboot: Max logical packages: 1\n[ 0.201212] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202586] x2apic enabled\n[ 0.203403] Switched APIC routing to physical x2apic.\n[ 0.205154] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210150] KVM setup paravirtual spinlock\n[ 0.211456] x86: Booted up 1 node, 1 CPUs\n[ 0.212281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213693] devtmpfs: initialized\n[ 0.215422] evm: security.selinux\n[ 0.216135] evm: security.SMACK64\n[ 0.216833] evm: security.SMACK64EXEC\n[ 0.217596] evm: security.SMACK64TRANSMUTE\n[ 0.218421] evm: security.SMACK64MMAP\n[ 0.219181] evm: security.ima\n[ 0.219832] evm: security.capability\n[ 0.220648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222533] pinctrl core: initialized pinctrl subsystem\n[ 0.223655] RTC time: 15:09:52, date: 10/22/18\n[ 0.224622] NET: Registered protocol family 16\n[ 0.225609] cpuidle: using governor ladder\n[ 0.226442] cpuidle: using governor menu\n[ 0.227239] PCCT header not found.\n[ 0.228003] ACPI: bus type PCI registered\n[ 0.228827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230090] PCI: Using configuration type 1 for base access\n[ 0.231855] ACPI: Added _OSI(Module Device)\n[ 0.232720] ACPI: Added _OSI(Processor Device)\n[ 0.233600] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234517] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236655] ACPI: Interpreter enabled\n[ 0.237457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244960] ACPI: (supports S0 S5)\n[ 0.245678] ACPI: Using IOAPIC for interrupt routing\n[ 0.246776] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252328] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255804] acpiphp: Slot [3] registered\n[ 0.256625] acpiphp: Slot [4] registered\n[ 0.257453] acpiphp: Slot [5] registered\n[ 0.258268] acpiphp: Slot [6] registered\n[ 0.259080] acpiphp: Slot [7] registered\n[ 0.259894] acpiphp: Slot [8] registered\n[ 0.260715] acpiphp: Slot [9] registered\n[ 0.261535] acpiphp: Slot [10] registered\n[ 0.262365] acpiphp: Slot [11] registered\n[ 0.263190] acpiphp: Slot [12] registered\n[ 0.264017] acpiphp: Slot [13] registered\n[ 0.264843] acpiphp: Slot [14] registered\n[ 0.265669] acpiphp: Slot [15] registered\n[ 0.276706] acpiphp: Slot [16] registered\n[ 0.277537] acpiphp: Slot [17] registered\n[ 0.278363] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.280001] acpiphp: Slot [20] registered\n[ 0.280830] acpiphp: Slot [21] registered\n[ 0.281658] acpiphp: Slot [22] registered\n[ 0.282480] acpiphp: Slot [23] registered\n[ 0.283303] acpiphp: Slot [24] registered\n[ 0.284125] acpiphp: Slot [25] registered\n[ 0.284947] acpiphp: Slot [26] registered\n[ 0.285773] acpiphp: Slot [27] registered\n[ 0.286600] acpiphp: Slot [28] registered\n[ 0.287424] acpiphp: Slot [29] registered\n[ 0.288248] acpiphp: Slot [30] registered\n[ 0.289077] acpiphp: Slot [31] registered\n[ 0.289894] PCI host bridge to bus 0000:00\n[ 0.290717] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294664] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296136] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302511] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306350] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313710] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315170] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369419] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370819] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373248] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376005] vgaarb: loaded\n[ 0.376618] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377762] SCSI subsystem initialized\n[ 0.378592] ACPI: bus type USB registered\n[ 0.379424] usbcore: registered new interface driver usbfs\n[ 0.380474] usbcore: registered new interface driver hub\n[ 0.381502] usbcore: registered new device driver usb\n[ 0.382570] PCI: Using ACPI for IRQ routing\n[ 0.383606] NetLabel: Initializing\n[ 0.384331] NetLabel: domain hash size = 128\n[ 0.385201] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386166] NetLabel: unlabeled traffic allowed by default\n[ 0.387271] clocksource: Switched to clocksource kvm-clock\n[ 0.392686] AppArmor: AppArmor Filesystem Enabled\n[ 0.393669] pnp: PnP ACPI init\n[ 0.394587] pnp: PnP ACPI: found 5 devices\n[ 0.400964] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402682] NET: Registered protocol family 2\n[ 0.403647] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406109] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407289] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408380] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409559] NET: Registered protocol family 1\n[ 0.410434] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411545] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440926] Trying to unpack rootfs image as initramfs...\n[ 0.490585] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504787] Scanning for low memory corruption every 60 seconds\n[ 0.506128] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507289] audit: initializing netlink subsys (disabled)\n[ 0.508324] audit: type=2000 audit(1540220993.087:1): initialized\n[ 0.509638] Initialise system trusted keyring\n[ 0.510575] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511762] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513740] zbud: loaded\n[ 0.514455] VFS: Disk quotas dquot_6.6.0\n[ 0.515298] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516835] fuse init (API version 7.23)\n[ 0.517732] Key type big_key registered\n[ 0.518545] Allocating IMA MOK and blacklist keyrings.\n[ 0.519672] Key type asymmetric registered\n[ 0.520511] Asymmetric key parser 'x509' registered\n[ 0.521475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523332] io scheduler noop registered\n[ 0.524143] io scheduler deadline registered (default)\n[ 0.525145] io scheduler cfq registered\n[ 0.525985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529868] ACPI: Power Button [PWRF]\n[ 0.530709] GHES: HEST is not enabled!\n[ 0.546215] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603810] Linux agpgart interface v0.103\n[ 0.605896] brd: module loaded\n[ 0.607132] loop: module loaded\n[ 0.612206] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613670] GPT:90111 != 2097151\n[ 0.614351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615453] GPT:90111 != 2097151\n[ 0.616131] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617095] vda: vda1 vda15\n[ 0.618500] scsi host0: ata_piix\n[ 0.619241] scsi host1: ata_piix\n[ 0.619962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621194] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622641] libphy: Fixed MDIO Bus: probed\n[ 0.623478] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624439] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626552] PPP generic driver version 2.4.2\n[ 0.627456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628798] ehci-pci: EHCI PCI platform driver\n[ 0.629669] ehci-platform: EHCI generic platform driver\n[ 0.630653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631786] ohci-pci: OHCI PCI platform driver\n[ 0.632658] ohci-platform: OHCI generic platform driver\n[ 0.633644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648958] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650410] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651434] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655212] usb usb1: Product: UHCI Host Controller\n[ 0.656157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657304] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658351] hub 1-0:1.0: USB hub found\n[ 0.659139] hub 1-0:1.0: 2 ports detected\n[ 0.660053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662193] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663152] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664199] mousedev: PS/2 mouse device common for all mice\n[ 0.665466] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667319] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669619] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670807] i2c /dev entries driver\n[ 0.671577] device-mapper: uevent: version 1.0.3\n[ 0.672529] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674165] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675446] NET: Registered protocol family 10\n[ 0.676438] NET: Registered protocol family 17\n[ 0.677333] Key type dns_resolver registered\n[ 0.678266] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681116] registered taskstats version 1\n[ 0.681959] Loading compiled-in X.509 certificates\n[ 0.683402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685266] zswap: loaded using pool lzo/zbud\n[ 0.686638] Key type trusted registered\n[ 0.688199] Key type encrypted registered\n[ 0.689025] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690071] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691115] evm: HMAC attrs: 0x1\n[ 0.692066] Magic number: 6:884:184\n[ 0.692909] rtc_cmos 00:00: setting system clock to 2018-10-22 15:09:53 UTC (1540220993)\n[ 0.694513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695643] EDD information not available.\n[ 0.780221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781776] Write protecting the kernel read-only data: 14336k\n[ 0.793703] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795533] 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.302021] 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-10-22 15:10:20,978 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394/action used request id req-47186ae7-8e75-449b-92d7-d280dceb76b6 2018-10-22 15:10:20,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10928797722s 2018-10-22 15:10:20,979 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394/action used request id req-47186ae7-8e75-449b-92d7-d280dceb76b6 2018-10-22 15:10:20,980 - 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 867284743 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.130955] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.132644] pid_max: default: 32768 minimum: 301 [ 0.133554] ACPI: Core revision 20150930 [ 0.134946] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136278] Security Framework initialized [ 0.137105] Yama: becoming mindful. [ 0.137841] AppArmor: AppArmor initialized [ 0.138723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141373] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144004] Initializing cgroup subsys io [ 0.144834] Initializing cgroup subsys memory [ 0.145707] Initializing cgroup subsys devices [ 0.146606] Initializing cgroup subsys freezer [ 0.147493] Initializing cgroup subsys net_cls [ 0.148376] Initializing cgroup subsys perf_event [ 0.149299] Initializing cgroup subsys net_prio [ 0.150208] Initializing cgroup subsys hugetlb [ 0.151092] Initializing cgroup subsys pids [ 0.151974] CPU: Physical Processor ID: 0 [ 0.153498] mce: CPU supports 10 MCE banks [ 0.154372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155388] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174056] ftrace: allocating 31920 entries in 125 pages [ 0.200348] smpboot: Max logical packages: 1 [ 0.201212] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202586] x2apic enabled [ 0.203403] Switched APIC routing to physical x2apic. [ 0.205154] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210150] KVM setup paravirtual spinlock [ 0.211456] x86: Booted up 1 node, 1 CPUs [ 0.212281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213693] devtmpfs: initialized [ 0.215422] evm: security.selinux [ 0.216135] evm: security.SMACK64 [ 0.216833] evm: security.SMACK64EXEC [ 0.217596] evm: security.SMACK64TRANSMUTE [ 0.218421] evm: security.SMACK64MMAP [ 0.219181] evm: security.ima [ 0.219832] evm: security.capability [ 0.220648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222533] pinctrl core: initialized pinctrl subsystem [ 0.223655] RTC time: 15:09:52, date: 10/22/18 [ 0.224622] NET: Registered protocol family 16 [ 0.225609] cpuidle: using governor ladder [ 0.226442] cpuidle: using governor menu [ 0.227239] PCCT header not found. [ 0.228003] ACPI: bus type PCI registered [ 0.228827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230090] PCI: Using configuration type 1 for base access [ 0.231855] ACPI: Added _OSI(Module Device) [ 0.232720] ACPI: Added _OSI(Processor Device) [ 0.233600] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234517] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236655] ACPI: Interpreter enabled [ 0.237457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244960] ACPI: (supports S0 S5) [ 0.245678] ACPI: Using IOAPIC for interrupt routing [ 0.246776] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252328] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255804] acpiphp: Slot [3] registered [ 0.256625] acpiphp: Slot [4] registered [ 0.257453] acpiphp: Slot [5] registered [ 0.258268] acpiphp: Slot [6] registered [ 0.259080] acpiphp: Slot [7] registered [ 0.259894] acpiphp: Slot [8] registered [ 0.260715] acpiphp: Slot [9] registered [ 0.261535] acpiphp: Slot [10] registered [ 0.262365] acpiphp: Slot [11] registered [ 0.263190] acpiphp: Slot [12] registered [ 0.264017] acpiphp: Slot [13] registered [ 0.264843] acpiphp: Slot [14] registered [ 0.265669] acpiphp: Slot [15] registered [ 0.276706] acpiphp: Slot [16] registered [ 0.277537] acpiphp: Slot [17] registered [ 0.278363] acpiphp: Slot [18] registered [ 0.279184] acpiphp: Slot [19] registered [ 0.280001] acpiphp: Slot [20] registered [ 0.280830] acpiphp: Slot [21] registered [ 0.281658] acpiphp: Slot [22] registered [ 0.282480] acpiphp: Slot [23] registered [ 0.283303] acpiphp: Slot [24] registered [ 0.284125] acpiphp: Slot [25] registered [ 0.284947] acpiphp: Slot [26] registered [ 0.285773] acpiphp: Slot [27] registered [ 0.286600] acpiphp: Slot [28] registered [ 0.287424] acpiphp: Slot [29] registered [ 0.288248] acpiphp: Slot [30] registered [ 0.289077] acpiphp: Slot [31] registered [ 0.289894] PCI host bridge to bus 0000:00 [ 0.290717] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.294664] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296136] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.302511] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.303849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306350] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313710] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315170] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.365033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369419] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370819] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373248] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376005] vgaarb: loaded [ 0.376618] vgaarb: bridge control possible 0000:00:02.0 [ 0.377762] SCSI subsystem initialized [ 0.378592] ACPI: bus type USB registered [ 0.379424] usbcore: registered new interface driver usbfs [ 0.380474] usbcore: registered new interface driver hub [ 0.381502] usbcore: registered new device driver usb [ 0.382570] PCI: Using ACPI for IRQ routing [ 0.383606] NetLabel: Initializing [ 0.384331] NetLabel: domain hash size = 128 [ 0.385201] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386166] NetLabel: unlabeled traffic allowed by default [ 0.387271] clocksource: Switched to clocksource kvm-clock [ 0.392686] AppArmor: AppArmor Filesystem Enabled [ 0.393669] pnp: PnP ACPI init [ 0.394587] pnp: PnP ACPI: found 5 devices [ 0.400964] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402682] NET: Registered protocol family 2 [ 0.403647] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406109] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407289] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408380] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409559] NET: Registered protocol family 1 [ 0.410434] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411545] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412631] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440926] Trying to unpack rootfs image as initramfs... [ 0.490585] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.504787] Scanning for low memory corruption every 60 seconds [ 0.506128] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507289] audit: initializing netlink subsys (disabled) [ 0.508324] audit: type=2000 audit(1540220993.087:1): initialized [ 0.509638] Initialise system trusted keyring [ 0.510575] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511762] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513740] zbud: loaded [ 0.514455] VFS: Disk quotas dquot_6.6.0 [ 0.515298] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516835] fuse init (API version 7.23) [ 0.517732] Key type big_key registered [ 0.518545] Allocating IMA MOK and blacklist keyrings. [ 0.519672] Key type asymmetric registered [ 0.520511] Asymmetric key parser 'x509' registered [ 0.521475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523332] io scheduler noop registered [ 0.524143] io scheduler deadline registered (default) [ 0.525145] io scheduler cfq registered [ 0.525985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529868] ACPI: Power Button [PWRF] [ 0.530709] GHES: HEST is not enabled! [ 0.546215] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603810] Linux agpgart interface v0.103 [ 0.605896] brd: module loaded [ 0.607132] loop: module loaded [ 0.612206] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613670] GPT:90111 != 2097151 [ 0.614351] GPT:Alternate GPT header not at the end of the disk. [ 0.615453] GPT:90111 != 2097151 [ 0.616131] GPT: Use GNU Parted to correct GPT errors. [ 0.617095] vda: vda1 vda15 [ 0.618500] scsi host0: ata_piix [ 0.619241] scsi host1: ata_piix [ 0.619962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.621194] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.622641] libphy: Fixed MDIO Bus: probed [ 0.623478] tun: Universal TUN/TAP device driver, 1.6 [ 0.624439] tun: (C) 1999-2004 Max Krasnyansky [ 0.626552] PPP generic driver version 2.4.2 [ 0.627456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.628798] ehci-pci: EHCI PCI platform driver [ 0.629669] ehci-platform: EHCI generic platform driver [ 0.630653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.631786] ohci-pci: OHCI PCI platform driver [ 0.632658] ohci-platform: OHCI generic platform driver [ 0.633644] uhci_hcd: USB Universal Host Controller Interface driver [ 0.647958] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.648958] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.650410] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.651434] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.652557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.653790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.655212] usb usb1: Product: UHCI Host Controller [ 0.656157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.657304] usb usb1: SerialNumber: 0000:00:01.2 [ 0.658351] hub 1-0:1.0: USB hub found [ 0.659139] hub 1-0:1.0: 2 ports detected [ 0.660053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.662193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.663152] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.664199] mousedev: PS/2 mouse device common for all mice [ 0.665466] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.667319] rtc_cmos 00:00: RTC can wake from S4 [ 0.668421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.669619] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670807] i2c /dev entries driver [ 0.671577] device-mapper: uevent: version 1.0.3 [ 0.672529] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.674165] ledtrig-cpu: registered to indicate activity on CPUs [ 0.675446] NET: Registered protocol family 10 [ 0.676438] NET: Registered protocol family 17 [ 0.677333] Key type dns_resolver registered [ 0.678266] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.679363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681116] registered taskstats version 1 [ 0.681959] Loading compiled-in X.509 certificates [ 0.683402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.685266] zswap: loaded using pool lzo/zbud [ 0.686638] Key type trusted registered [ 0.688199] Key type encrypted registered [ 0.689025] AppArmor: AppArmor sha1 policy hashing enabled [ 0.690071] ima: No TPM chip found, activating TPM-bypass! [ 0.691115] evm: HMAC attrs: 0x1 [ 0.692066] Magic number: 6:884:184 [ 0.692909] rtc_cmos 00:00: setting system clock to 2018-10-22 15:09:53 UTC (1540220993) [ 0.694513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.695643] EDD information not available. [ 0.780221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781776] Write protecting the kernel read-only data: 14336k [ 0.793703] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.795533] 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.10 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.302021] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-10-22 15:10:21,982 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.217: timed out 2018-10-22 15:10:30,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:10:30,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394/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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:10:32,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:10: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-d09073fc-0f44-4493-8824-c92aefad861a x-compute-request-id: req-d09073fc-0f44-4493-8824-c92aefad861a Content-Encoding: gzip Content-Length: 7675 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 867284743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130955] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132644] pid_max: default: 32768 minimum: 301\n[ 0.133554] ACPI: Core revision 20150930\n[ 0.134946] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136278] Security Framework initialized\n[ 0.137105] Yama: becoming mindful.\n[ 0.137841] AppArmor: AppArmor initialized\n[ 0.138723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141373] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144834] Initializing cgroup subsys memory\n[ 0.145707] Initializing cgroup subsys devices\n[ 0.146606] Initializing cgroup subsys freezer\n[ 0.147493] Initializing cgroup subsys net_cls\n[ 0.148376] Initializing cgroup subsys perf_event\n[ 0.149299] Initializing cgroup subsys net_prio\n[ 0.150208] Initializing cgroup subsys hugetlb\n[ 0.151092] Initializing cgroup subsys pids\n[ 0.151974] CPU: Physical Processor ID: 0\n[ 0.153498] mce: CPU supports 10 MCE banks\n[ 0.154372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155388] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174056] ftrace: allocating 31920 entries in 125 pages\n[ 0.200348] smpboot: Max logical packages: 1\n[ 0.201212] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202586] x2apic enabled\n[ 0.203403] Switched APIC routing to physical x2apic.\n[ 0.205154] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210150] KVM setup paravirtual spinlock\n[ 0.211456] x86: Booted up 1 node, 1 CPUs\n[ 0.212281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213693] devtmpfs: initialized\n[ 0.215422] evm: security.selinux\n[ 0.216135] evm: security.SMACK64\n[ 0.216833] evm: security.SMACK64EXEC\n[ 0.217596] evm: security.SMACK64TRANSMUTE\n[ 0.218421] evm: security.SMACK64MMAP\n[ 0.219181] evm: security.ima\n[ 0.219832] evm: security.capability\n[ 0.220648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222533] pinctrl core: initialized pinctrl subsystem\n[ 0.223655] RTC time: 15:09:52, date: 10/22/18\n[ 0.224622] NET: Registered protocol family 16\n[ 0.225609] cpuidle: using governor ladder\n[ 0.226442] cpuidle: using governor menu\n[ 0.227239] PCCT header not found.\n[ 0.228003] ACPI: bus type PCI registered\n[ 0.228827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230090] PCI: Using configuration type 1 for base access\n[ 0.231855] ACPI: Added _OSI(Module Device)\n[ 0.232720] ACPI: Added _OSI(Processor Device)\n[ 0.233600] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234517] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236655] ACPI: Interpreter enabled\n[ 0.237457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244960] ACPI: (supports S0 S5)\n[ 0.245678] ACPI: Using IOAPIC for interrupt routing\n[ 0.246776] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252328] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255804] acpiphp: Slot [3] registered\n[ 0.256625] acpiphp: Slot [4] registered\n[ 0.257453] acpiphp: Slot [5] registered\n[ 0.258268] acpiphp: Slot [6] registered\n[ 0.259080] acpiphp: Slot [7] registered\n[ 0.259894] acpiphp: Slot [8] registered\n[ 0.260715] acpiphp: Slot [9] registered\n[ 0.261535] acpiphp: Slot [10] registered\n[ 0.262365] acpiphp: Slot [11] registered\n[ 0.263190] acpiphp: Slot [12] registered\n[ 0.264017] acpiphp: Slot [13] registered\n[ 0.264843] acpiphp: Slot [14] registered\n[ 0.265669] acpiphp: Slot [15] registered\n[ 0.276706] acpiphp: Slot [16] registered\n[ 0.277537] acpiphp: Slot [17] registered\n[ 0.278363] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.280001] acpiphp: Slot [20] registered\n[ 0.280830] acpiphp: Slot [21] registered\n[ 0.281658] acpiphp: Slot [22] registered\n[ 0.282480] acpiphp: Slot [23] registered\n[ 0.283303] acpiphp: Slot [24] registered\n[ 0.284125] acpiphp: Slot [25] registered\n[ 0.284947] acpiphp: Slot [26] registered\n[ 0.285773] acpiphp: Slot [27] registered\n[ 0.286600] acpiphp: Slot [28] registered\n[ 0.287424] acpiphp: Slot [29] registered\n[ 0.288248] acpiphp: Slot [30] registered\n[ 0.289077] acpiphp: Slot [31] registered\n[ 0.289894] PCI host bridge to bus 0000:00\n[ 0.290717] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294664] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296136] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302511] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306350] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313710] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315170] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369419] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370819] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373248] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376005] vgaarb: loaded\n[ 0.376618] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377762] SCSI subsystem initialized\n[ 0.378592] ACPI: bus type USB registered\n[ 0.379424] usbcore: registered new interface driver usbfs\n[ 0.380474] usbcore: registered new interface driver hub\n[ 0.381502] usbcore: registered new device driver usb\n[ 0.382570] PCI: Using ACPI for IRQ routing\n[ 0.383606] NetLabel: Initializing\n[ 0.384331] NetLabel: domain hash size = 128\n[ 0.385201] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386166] NetLabel: unlabeled traffic allowed by default\n[ 0.387271] clocksource: Switched to clocksource kvm-clock\n[ 0.392686] AppArmor: AppArmor Filesystem Enabled\n[ 0.393669] pnp: PnP ACPI init\n[ 0.394587] pnp: PnP ACPI: found 5 devices\n[ 0.400964] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402682] NET: Registered protocol family 2\n[ 0.403647] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406109] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407289] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408380] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409559] NET: Registered protocol family 1\n[ 0.410434] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411545] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440926] Trying to unpack rootfs image as initramfs...\n[ 0.490585] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504787] Scanning for low memory corruption every 60 seconds\n[ 0.506128] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507289] audit: initializing netlink subsys (disabled)\n[ 0.508324] audit: type=2000 audit(1540220993.087:1): initialized\n[ 0.509638] Initialise system trusted keyring\n[ 0.510575] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511762] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513740] zbud: loaded\n[ 0.514455] VFS: Disk quotas dquot_6.6.0\n[ 0.515298] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516835] fuse init (API version 7.23)\n[ 0.517732] Key type big_key registered\n[ 0.518545] Allocating IMA MOK and blacklist keyrings.\n[ 0.519672] Key type asymmetric registered\n[ 0.520511] Asymmetric key parser 'x509' registered\n[ 0.521475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523332] io scheduler noop registered\n[ 0.524143] io scheduler deadline registered (default)\n[ 0.525145] io scheduler cfq registered\n[ 0.525985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529868] ACPI: Power Button [PWRF]\n[ 0.530709] GHES: HEST is not enabled!\n[ 0.546215] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603810] Linux agpgart interface v0.103\n[ 0.605896] brd: module loaded\n[ 0.607132] loop: module loaded\n[ 0.612206] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613670] GPT:90111 != 2097151\n[ 0.614351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615453] GPT:90111 != 2097151\n[ 0.616131] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617095] vda: vda1 vda15\n[ 0.618500] scsi host0: ata_piix\n[ 0.619241] scsi host1: ata_piix\n[ 0.619962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621194] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622641] libphy: Fixed MDIO Bus: probed\n[ 0.623478] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624439] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626552] PPP generic driver version 2.4.2\n[ 0.627456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628798] ehci-pci: EHCI PCI platform driver\n[ 0.629669] ehci-platform: EHCI generic platform driver\n[ 0.630653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631786] ohci-pci: OHCI PCI platform driver\n[ 0.632658] ohci-platform: OHCI generic platform driver\n[ 0.633644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648958] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650410] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651434] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655212] usb usb1: Product: UHCI Host Controller\n[ 0.656157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657304] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658351] hub 1-0:1.0: USB hub found\n[ 0.659139] hub 1-0:1.0: 2 ports detected\n[ 0.660053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662193] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663152] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664199] mousedev: PS/2 mouse device common for all mice\n[ 0.665466] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667319] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669619] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670807] i2c /dev entries driver\n[ 0.671577] device-mapper: uevent: version 1.0.3\n[ 0.672529] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674165] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675446] NET: Registered protocol family 10\n[ 0.676438] NET: Registered protocol family 17\n[ 0.677333] Key type dns_resolver registered\n[ 0.678266] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681116] registered taskstats version 1\n[ 0.681959] Loading compiled-in X.509 certificates\n[ 0.683402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685266] zswap: loaded using pool lzo/zbud\n[ 0.686638] Key type trusted registered\n[ 0.688199] Key type encrypted registered\n[ 0.689025] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690071] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691115] evm: HMAC attrs: 0x1\n[ 0.692066] Magic number: 6:884:184\n[ 0.692909] rtc_cmos 00:00: setting system clock to 2018-10-22 15:09:53 UTC (1540220993)\n[ 0.694513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695643] EDD information not available.\n[ 0.780221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781776] Write protecting the kernel read-only data: 14336k\n[ 0.793703] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795533] 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.302021] 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-10-22 15:10:32,099 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394/action used request id req-d09073fc-0f44-4493-8824-c92aefad861a 2018-10-22 15:10:32,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10891008377s 2018-10-22 15:10:32,100 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394/action used request id req-d09073fc-0f44-4493-8824-c92aefad861a 2018-10-22 15:10:32,100 - 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 867284743 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.130955] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.132644] pid_max: default: 32768 minimum: 301 [ 0.133554] ACPI: Core revision 20150930 [ 0.134946] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136278] Security Framework initialized [ 0.137105] Yama: becoming mindful. [ 0.137841] AppArmor: AppArmor initialized [ 0.138723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141373] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144004] Initializing cgroup subsys io [ 0.144834] Initializing cgroup subsys memory [ 0.145707] Initializing cgroup subsys devices [ 0.146606] Initializing cgroup subsys freezer [ 0.147493] Initializing cgroup subsys net_cls [ 0.148376] Initializing cgroup subsys perf_event [ 0.149299] Initializing cgroup subsys net_prio [ 0.150208] Initializing cgroup subsys hugetlb [ 0.151092] Initializing cgroup subsys pids [ 0.151974] CPU: Physical Processor ID: 0 [ 0.153498] mce: CPU supports 10 MCE banks [ 0.154372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155388] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174056] ftrace: allocating 31920 entries in 125 pages [ 0.200348] smpboot: Max logical packages: 1 [ 0.201212] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202586] x2apic enabled [ 0.203403] Switched APIC routing to physical x2apic. [ 0.205154] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210150] KVM setup paravirtual spinlock [ 0.211456] x86: Booted up 1 node, 1 CPUs [ 0.212281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213693] devtmpfs: initialized [ 0.215422] evm: security.selinux [ 0.216135] evm: security.SMACK64 [ 0.216833] evm: security.SMACK64EXEC [ 0.217596] evm: security.SMACK64TRANSMUTE [ 0.218421] evm: security.SMACK64MMAP [ 0.219181] evm: security.ima [ 0.219832] evm: security.capability [ 0.220648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222533] pinctrl core: initialized pinctrl subsystem [ 0.223655] RTC time: 15:09:52, date: 10/22/18 [ 0.224622] NET: Registered protocol family 16 [ 0.225609] cpuidle: using governor ladder [ 0.226442] cpuidle: using governor menu [ 0.227239] PCCT header not found. [ 0.228003] ACPI: bus type PCI registered [ 0.228827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230090] PCI: Using configuration type 1 for base access [ 0.231855] ACPI: Added _OSI(Module Device) [ 0.232720] ACPI: Added _OSI(Processor Device) [ 0.233600] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234517] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236655] ACPI: Interpreter enabled [ 0.237457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244960] ACPI: (supports S0 S5) [ 0.245678] ACPI: Using IOAPIC for interrupt routing [ 0.246776] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252328] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255804] acpiphp: Slot [3] registered [ 0.256625] acpiphp: Slot [4] registered [ 0.257453] acpiphp: Slot [5] registered [ 0.258268] acpiphp: Slot [6] registered [ 0.259080] acpiphp: Slot [7] registered [ 0.259894] acpiphp: Slot [8] registered [ 0.260715] acpiphp: Slot [9] registered [ 0.261535] acpiphp: Slot [10] registered [ 0.262365] acpiphp: Slot [11] registered [ 0.263190] acpiphp: Slot [12] registered [ 0.264017] acpiphp: Slot [13] registered [ 0.264843] acpiphp: Slot [14] registered [ 0.265669] acpiphp: Slot [15] registered [ 0.276706] acpiphp: Slot [16] registered [ 0.277537] acpiphp: Slot [17] registered [ 0.278363] acpiphp: Slot [18] registered [ 0.279184] acpiphp: Slot [19] registered [ 0.280001] acpiphp: Slot [20] registered [ 0.280830] acpiphp: Slot [21] registered [ 0.281658] acpiphp: Slot [22] registered [ 0.282480] acpiphp: Slot [23] registered [ 0.283303] acpiphp: Slot [24] registered [ 0.284125] acpiphp: Slot [25] registered [ 0.284947] acpiphp: Slot [26] registered [ 0.285773] acpiphp: Slot [27] registered [ 0.286600] acpiphp: Slot [28] registered [ 0.287424] acpiphp: Slot [29] registered [ 0.288248] acpiphp: Slot [30] registered [ 0.289077] acpiphp: Slot [31] registered [ 0.289894] PCI host bridge to bus 0000:00 [ 0.290717] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.294664] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296136] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.302511] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.303849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306350] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313710] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315170] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.365033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369419] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370819] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373248] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376005] vgaarb: loaded [ 0.376618] vgaarb: bridge control possible 0000:00:02.0 [ 0.377762] SCSI subsystem initialized [ 0.378592] ACPI: bus type USB registered [ 0.379424] usbcore: registered new interface driver usbfs [ 0.380474] usbcore: registered new interface driver hub [ 0.381502] usbcore: registered new device driver usb [ 0.382570] PCI: Using ACPI for IRQ routing [ 0.383606] NetLabel: Initializing [ 0.384331] NetLabel: domain hash size = 128 [ 0.385201] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386166] NetLabel: unlabeled traffic allowed by default [ 0.387271] clocksource: Switched to clocksource kvm-clock [ 0.392686] AppArmor: AppArmor Filesystem Enabled [ 0.393669] pnp: PnP ACPI init [ 0.394587] pnp: PnP ACPI: found 5 devices [ 0.400964] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402682] NET: Registered protocol family 2 [ 0.403647] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406109] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407289] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408380] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409559] NET: Registered protocol family 1 [ 0.410434] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411545] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412631] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440926] Trying to unpack rootfs image as initramfs... [ 0.490585] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.504787] Scanning for low memory corruption every 60 seconds [ 0.506128] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507289] audit: initializing netlink subsys (disabled) [ 0.508324] audit: type=2000 audit(1540220993.087:1): initialized [ 0.509638] Initialise system trusted keyring [ 0.510575] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511762] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513740] zbud: loaded [ 0.514455] VFS: Disk quotas dquot_6.6.0 [ 0.515298] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516835] fuse init (API version 7.23) [ 0.517732] Key type big_key registered [ 0.518545] Allocating IMA MOK and blacklist keyrings. [ 0.519672] Key type asymmetric registered [ 0.520511] Asymmetric key parser 'x509' registered [ 0.521475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523332] io scheduler noop registered [ 0.524143] io scheduler deadline registered (default) [ 0.525145] io scheduler cfq registered [ 0.525985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529868] ACPI: Power Button [PWRF] [ 0.530709] GHES: HEST is not enabled! [ 0.546215] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603810] Linux agpgart interface v0.103 [ 0.605896] brd: module loaded [ 0.607132] loop: module loaded [ 0.612206] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613670] GPT:90111 != 2097151 [ 0.614351] GPT:Alternate GPT header not at the end of the disk. [ 0.615453] GPT:90111 != 2097151 [ 0.616131] GPT: Use GNU Parted to correct GPT errors. [ 0.617095] vda: vda1 vda15 [ 0.618500] scsi host0: ata_piix [ 0.619241] scsi host1: ata_piix [ 0.619962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.621194] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.622641] libphy: Fixed MDIO Bus: probed [ 0.623478] tun: Universal TUN/TAP device driver, 1.6 [ 0.624439] tun: (C) 1999-2004 Max Krasnyansky [ 0.626552] PPP generic driver version 2.4.2 [ 0.627456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.628798] ehci-pci: EHCI PCI platform driver [ 0.629669] ehci-platform: EHCI generic platform driver [ 0.630653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.631786] ohci-pci: OHCI PCI platform driver [ 0.632658] ohci-platform: OHCI generic platform driver [ 0.633644] uhci_hcd: USB Universal Host Controller Interface driver [ 0.647958] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.648958] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.650410] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.651434] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.652557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.653790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.655212] usb usb1: Product: UHCI Host Controller [ 0.656157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.657304] usb usb1: SerialNumber: 0000:00:01.2 [ 0.658351] hub 1-0:1.0: USB hub found [ 0.659139] hub 1-0:1.0: 2 ports detected [ 0.660053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.662193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.663152] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.664199] mousedev: PS/2 mouse device common for all mice [ 0.665466] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.667319] rtc_cmos 00:00: RTC can wake from S4 [ 0.668421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.669619] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670807] i2c /dev entries driver [ 0.671577] device-mapper: uevent: version 1.0.3 [ 0.672529] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.674165] ledtrig-cpu: registered to indicate activity on CPUs [ 0.675446] NET: Registered protocol family 10 [ 0.676438] NET: Registered protocol family 17 [ 0.677333] Key type dns_resolver registered [ 0.678266] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.679363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681116] registered taskstats version 1 [ 0.681959] Loading compiled-in X.509 certificates [ 0.683402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.685266] zswap: loaded using pool lzo/zbud [ 0.686638] Key type trusted registered [ 0.688199] Key type encrypted registered [ 0.689025] AppArmor: AppArmor sha1 policy hashing enabled [ 0.690071] ima: No TPM chip found, activating TPM-bypass! [ 0.691115] evm: HMAC attrs: 0x1 [ 0.692066] Magic number: 6:884:184 [ 0.692909] rtc_cmos 00:00: setting system clock to 2018-10-22 15:09:53 UTC (1540220993) [ 0.694513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.695643] EDD information not available. [ 0.780221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781776] Write protecting the kernel read-only data: 14336k [ 0.793703] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.795533] 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.10 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.302021] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-10-22 15:10:33,103 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.217: timed out 2018-10-22 15:10:42,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:10:42,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394/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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:10:43,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-2419f1f8-b9ee-4360-8cb3-b51f7bad59b9 x-compute-request-id: req-2419f1f8-b9ee-4360-8cb3-b51f7bad59b9 Content-Encoding: gzip Content-Length: 7675 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 867284743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130955] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132644] pid_max: default: 32768 minimum: 301\n[ 0.133554] ACPI: Core revision 20150930\n[ 0.134946] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136278] Security Framework initialized\n[ 0.137105] Yama: becoming mindful.\n[ 0.137841] AppArmor: AppArmor initialized\n[ 0.138723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141373] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144834] Initializing cgroup subsys memory\n[ 0.145707] Initializing cgroup subsys devices\n[ 0.146606] Initializing cgroup subsys freezer\n[ 0.147493] Initializing cgroup subsys net_cls\n[ 0.148376] Initializing cgroup subsys perf_event\n[ 0.149299] Initializing cgroup subsys net_prio\n[ 0.150208] Initializing cgroup subsys hugetlb\n[ 0.151092] Initializing cgroup subsys pids\n[ 0.151974] CPU: Physical Processor ID: 0\n[ 0.153498] mce: CPU supports 10 MCE banks\n[ 0.154372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155388] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174056] ftrace: allocating 31920 entries in 125 pages\n[ 0.200348] smpboot: Max logical packages: 1\n[ 0.201212] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202586] x2apic enabled\n[ 0.203403] Switched APIC routing to physical x2apic.\n[ 0.205154] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210150] KVM setup paravirtual spinlock\n[ 0.211456] x86: Booted up 1 node, 1 CPUs\n[ 0.212281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213693] devtmpfs: initialized\n[ 0.215422] evm: security.selinux\n[ 0.216135] evm: security.SMACK64\n[ 0.216833] evm: security.SMACK64EXEC\n[ 0.217596] evm: security.SMACK64TRANSMUTE\n[ 0.218421] evm: security.SMACK64MMAP\n[ 0.219181] evm: security.ima\n[ 0.219832] evm: security.capability\n[ 0.220648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222533] pinctrl core: initialized pinctrl subsystem\n[ 0.223655] RTC time: 15:09:52, date: 10/22/18\n[ 0.224622] NET: Registered protocol family 16\n[ 0.225609] cpuidle: using governor ladder\n[ 0.226442] cpuidle: using governor menu\n[ 0.227239] PCCT header not found.\n[ 0.228003] ACPI: bus type PCI registered\n[ 0.228827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230090] PCI: Using configuration type 1 for base access\n[ 0.231855] ACPI: Added _OSI(Module Device)\n[ 0.232720] ACPI: Added _OSI(Processor Device)\n[ 0.233600] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234517] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236655] ACPI: Interpreter enabled\n[ 0.237457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244960] ACPI: (supports S0 S5)\n[ 0.245678] ACPI: Using IOAPIC for interrupt routing\n[ 0.246776] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252328] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255804] acpiphp: Slot [3] registered\n[ 0.256625] acpiphp: Slot [4] registered\n[ 0.257453] acpiphp: Slot [5] registered\n[ 0.258268] acpiphp: Slot [6] registered\n[ 0.259080] acpiphp: Slot [7] registered\n[ 0.259894] acpiphp: Slot [8] registered\n[ 0.260715] acpiphp: Slot [9] registered\n[ 0.261535] acpiphp: Slot [10] registered\n[ 0.262365] acpiphp: Slot [11] registered\n[ 0.263190] acpiphp: Slot [12] registered\n[ 0.264017] acpiphp: Slot [13] registered\n[ 0.264843] acpiphp: Slot [14] registered\n[ 0.265669] acpiphp: Slot [15] registered\n[ 0.276706] acpiphp: Slot [16] registered\n[ 0.277537] acpiphp: Slot [17] registered\n[ 0.278363] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.280001] acpiphp: Slot [20] registered\n[ 0.280830] acpiphp: Slot [21] registered\n[ 0.281658] acpiphp: Slot [22] registered\n[ 0.282480] acpiphp: Slot [23] registered\n[ 0.283303] acpiphp: Slot [24] registered\n[ 0.284125] acpiphp: Slot [25] registered\n[ 0.284947] acpiphp: Slot [26] registered\n[ 0.285773] acpiphp: Slot [27] registered\n[ 0.286600] acpiphp: Slot [28] registered\n[ 0.287424] acpiphp: Slot [29] registered\n[ 0.288248] acpiphp: Slot [30] registered\n[ 0.289077] acpiphp: Slot [31] registered\n[ 0.289894] PCI host bridge to bus 0000:00\n[ 0.290717] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294664] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296136] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302511] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306350] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313710] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315170] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369419] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370819] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373248] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376005] vgaarb: loaded\n[ 0.376618] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377762] SCSI subsystem initialized\n[ 0.378592] ACPI: bus type USB registered\n[ 0.379424] usbcore: registered new interface driver usbfs\n[ 0.380474] usbcore: registered new interface driver hub\n[ 0.381502] usbcore: registered new device driver usb\n[ 0.382570] PCI: Using ACPI for IRQ routing\n[ 0.383606] NetLabel: Initializing\n[ 0.384331] NetLabel: domain hash size = 128\n[ 0.385201] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386166] NetLabel: unlabeled traffic allowed by default\n[ 0.387271] clocksource: Switched to clocksource kvm-clock\n[ 0.392686] AppArmor: AppArmor Filesystem Enabled\n[ 0.393669] pnp: PnP ACPI init\n[ 0.394587] pnp: PnP ACPI: found 5 devices\n[ 0.400964] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402682] NET: Registered protocol family 2\n[ 0.403647] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406109] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407289] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408380] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409559] NET: Registered protocol family 1\n[ 0.410434] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411545] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440926] Trying to unpack rootfs image as initramfs...\n[ 0.490585] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504787] Scanning for low memory corruption every 60 seconds\n[ 0.506128] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507289] audit: initializing netlink subsys (disabled)\n[ 0.508324] audit: type=2000 audit(1540220993.087:1): initialized\n[ 0.509638] Initialise system trusted keyring\n[ 0.510575] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511762] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513740] zbud: loaded\n[ 0.514455] VFS: Disk quotas dquot_6.6.0\n[ 0.515298] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516835] fuse init (API version 7.23)\n[ 0.517732] Key type big_key registered\n[ 0.518545] Allocating IMA MOK and blacklist keyrings.\n[ 0.519672] Key type asymmetric registered\n[ 0.520511] Asymmetric key parser 'x509' registered\n[ 0.521475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523332] io scheduler noop registered\n[ 0.524143] io scheduler deadline registered (default)\n[ 0.525145] io scheduler cfq registered\n[ 0.525985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529868] ACPI: Power Button [PWRF]\n[ 0.530709] GHES: HEST is not enabled!\n[ 0.546215] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603810] Linux agpgart interface v0.103\n[ 0.605896] brd: module loaded\n[ 0.607132] loop: module loaded\n[ 0.612206] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613670] GPT:90111 != 2097151\n[ 0.614351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615453] GPT:90111 != 2097151\n[ 0.616131] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617095] vda: vda1 vda15\n[ 0.618500] scsi host0: ata_piix\n[ 0.619241] scsi host1: ata_piix\n[ 0.619962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621194] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622641] libphy: Fixed MDIO Bus: probed\n[ 0.623478] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624439] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626552] PPP generic driver version 2.4.2\n[ 0.627456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628798] ehci-pci: EHCI PCI platform driver\n[ 0.629669] ehci-platform: EHCI generic platform driver\n[ 0.630653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631786] ohci-pci: OHCI PCI platform driver\n[ 0.632658] ohci-platform: OHCI generic platform driver\n[ 0.633644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648958] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650410] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651434] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655212] usb usb1: Product: UHCI Host Controller\n[ 0.656157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657304] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658351] hub 1-0:1.0: USB hub found\n[ 0.659139] hub 1-0:1.0: 2 ports detected\n[ 0.660053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662193] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663152] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664199] mousedev: PS/2 mouse device common for all mice\n[ 0.665466] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667319] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669619] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670807] i2c /dev entries driver\n[ 0.671577] device-mapper: uevent: version 1.0.3\n[ 0.672529] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674165] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675446] NET: Registered protocol family 10\n[ 0.676438] NET: Registered protocol family 17\n[ 0.677333] Key type dns_resolver registered\n[ 0.678266] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681116] registered taskstats version 1\n[ 0.681959] Loading compiled-in X.509 certificates\n[ 0.683402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685266] zswap: loaded using pool lzo/zbud\n[ 0.686638] Key type trusted registered\n[ 0.688199] Key type encrypted registered\n[ 0.689025] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690071] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691115] evm: HMAC attrs: 0x1\n[ 0.692066] Magic number: 6:884:184\n[ 0.692909] rtc_cmos 00:00: setting system clock to 2018-10-22 15:09:53 UTC (1540220993)\n[ 0.694513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695643] EDD information not available.\n[ 0.780221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781776] Write protecting the kernel read-only data: 14336k\n[ 0.793703] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795533] 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.302021] 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-10-22 15:10:43,217 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394/action used request id req-2419f1f8-b9ee-4360-8cb3-b51f7bad59b9 2018-10-22 15:10:43,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10416603088s 2018-10-22 15:10:43,218 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394/action used request id req-2419f1f8-b9ee-4360-8cb3-b51f7bad59b9 2018-10-22 15:10:43,218 - 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 867284743 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.130955] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.132644] pid_max: default: 32768 minimum: 301 [ 0.133554] ACPI: Core revision 20150930 [ 0.134946] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136278] Security Framework initialized [ 0.137105] Yama: becoming mindful. [ 0.137841] AppArmor: AppArmor initialized [ 0.138723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141373] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144004] Initializing cgroup subsys io [ 0.144834] Initializing cgroup subsys memory [ 0.145707] Initializing cgroup subsys devices [ 0.146606] Initializing cgroup subsys freezer [ 0.147493] Initializing cgroup subsys net_cls [ 0.148376] Initializing cgroup subsys perf_event [ 0.149299] Initializing cgroup subsys net_prio [ 0.150208] Initializing cgroup subsys hugetlb [ 0.151092] Initializing cgroup subsys pids [ 0.151974] CPU: Physical Processor ID: 0 [ 0.153498] mce: CPU supports 10 MCE banks [ 0.154372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155388] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174056] ftrace: allocating 31920 entries in 125 pages [ 0.200348] smpboot: Max logical packages: 1 [ 0.201212] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202586] x2apic enabled [ 0.203403] Switched APIC routing to physical x2apic. [ 0.205154] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210150] KVM setup paravirtual spinlock [ 0.211456] x86: Booted up 1 node, 1 CPUs [ 0.212281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213693] devtmpfs: initialized [ 0.215422] evm: security.selinux [ 0.216135] evm: security.SMACK64 [ 0.216833] evm: security.SMACK64EXEC [ 0.217596] evm: security.SMACK64TRANSMUTE [ 0.218421] evm: security.SMACK64MMAP [ 0.219181] evm: security.ima [ 0.219832] evm: security.capability [ 0.220648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222533] pinctrl core: initialized pinctrl subsystem [ 0.223655] RTC time: 15:09:52, date: 10/22/18 [ 0.224622] NET: Registered protocol family 16 [ 0.225609] cpuidle: using governor ladder [ 0.226442] cpuidle: using governor menu [ 0.227239] PCCT header not found. [ 0.228003] ACPI: bus type PCI registered [ 0.228827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230090] PCI: Using configuration type 1 for base access [ 0.231855] ACPI: Added _OSI(Module Device) [ 0.232720] ACPI: Added _OSI(Processor Device) [ 0.233600] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234517] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236655] ACPI: Interpreter enabled [ 0.237457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244960] ACPI: (supports S0 S5) [ 0.245678] ACPI: Using IOAPIC for interrupt routing [ 0.246776] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252328] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255804] acpiphp: Slot [3] registered [ 0.256625] acpiphp: Slot [4] registered [ 0.257453] acpiphp: Slot [5] registered [ 0.258268] acpiphp: Slot [6] registered [ 0.259080] acpiphp: Slot [7] registered [ 0.259894] acpiphp: Slot [8] registered [ 0.260715] acpiphp: Slot [9] registered [ 0.261535] acpiphp: Slot [10] registered [ 0.262365] acpiphp: Slot [11] registered [ 0.263190] acpiphp: Slot [12] registered [ 0.264017] acpiphp: Slot [13] registered [ 0.264843] acpiphp: Slot [14] registered [ 0.265669] acpiphp: Slot [15] registered [ 0.276706] acpiphp: Slot [16] registered [ 0.277537] acpiphp: Slot [17] registered [ 0.278363] acpiphp: Slot [18] registered [ 0.279184] acpiphp: Slot [19] registered [ 0.280001] acpiphp: Slot [20] registered [ 0.280830] acpiphp: Slot [21] registered [ 0.281658] acpiphp: Slot [22] registered [ 0.282480] acpiphp: Slot [23] registered [ 0.283303] acpiphp: Slot [24] registered [ 0.284125] acpiphp: Slot [25] registered [ 0.284947] acpiphp: Slot [26] registered [ 0.285773] acpiphp: Slot [27] registered [ 0.286600] acpiphp: Slot [28] registered [ 0.287424] acpiphp: Slot [29] registered [ 0.288248] acpiphp: Slot [30] registered [ 0.289077] acpiphp: Slot [31] registered [ 0.289894] PCI host bridge to bus 0000:00 [ 0.290717] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.294664] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296136] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.302511] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.303849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306350] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313710] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315170] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.365033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369419] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370819] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373248] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376005] vgaarb: loaded [ 0.376618] vgaarb: bridge control possible 0000:00:02.0 [ 0.377762] SCSI subsystem initialized [ 0.378592] ACPI: bus type USB registered [ 0.379424] usbcore: registered new interface driver usbfs [ 0.380474] usbcore: registered new interface driver hub [ 0.381502] usbcore: registered new device driver usb [ 0.382570] PCI: Using ACPI for IRQ routing [ 0.383606] NetLabel: Initializing [ 0.384331] NetLabel: domain hash size = 128 [ 0.385201] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386166] NetLabel: unlabeled traffic allowed by default [ 0.387271] clocksource: Switched to clocksource kvm-clock [ 0.392686] AppArmor: AppArmor Filesystem Enabled [ 0.393669] pnp: PnP ACPI init [ 0.394587] pnp: PnP ACPI: found 5 devices [ 0.400964] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402682] NET: Registered protocol family 2 [ 0.403647] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406109] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407289] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408380] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409559] NET: Registered protocol family 1 [ 0.410434] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411545] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412631] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440926] Trying to unpack rootfs image as initramfs... [ 0.490585] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.504787] Scanning for low memory corruption every 60 seconds [ 0.506128] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507289] audit: initializing netlink subsys (disabled) [ 0.508324] audit: type=2000 audit(1540220993.087:1): initialized [ 0.509638] Initialise system trusted keyring [ 0.510575] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511762] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513740] zbud: loaded [ 0.514455] VFS: Disk quotas dquot_6.6.0 [ 0.515298] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516835] fuse init (API version 7.23) [ 0.517732] Key type big_key registered [ 0.518545] Allocating IMA MOK and blacklist keyrings. [ 0.519672] Key type asymmetric registered [ 0.520511] Asymmetric key parser 'x509' registered [ 0.521475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523332] io scheduler noop registered [ 0.524143] io scheduler deadline registered (default) [ 0.525145] io scheduler cfq registered [ 0.525985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529868] ACPI: Power Button [PWRF] [ 0.530709] GHES: HEST is not enabled! [ 0.546215] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603810] Linux agpgart interface v0.103 [ 0.605896] brd: module loaded [ 0.607132] loop: module loaded [ 0.612206] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613670] GPT:90111 != 2097151 [ 0.614351] GPT:Alternate GPT header not at the end of the disk. [ 0.615453] GPT:90111 != 2097151 [ 0.616131] GPT: Use GNU Parted to correct GPT errors. [ 0.617095] vda: vda1 vda15 [ 0.618500] scsi host0: ata_piix [ 0.619241] scsi host1: ata_piix [ 0.619962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.621194] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.622641] libphy: Fixed MDIO Bus: probed [ 0.623478] tun: Universal TUN/TAP device driver, 1.6 [ 0.624439] tun: (C) 1999-2004 Max Krasnyansky [ 0.626552] PPP generic driver version 2.4.2 [ 0.627456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.628798] ehci-pci: EHCI PCI platform driver [ 0.629669] ehci-platform: EHCI generic platform driver [ 0.630653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.631786] ohci-pci: OHCI PCI platform driver [ 0.632658] ohci-platform: OHCI generic platform driver [ 0.633644] uhci_hcd: USB Universal Host Controller Interface driver [ 0.647958] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.648958] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.650410] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.651434] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.652557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.653790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.655212] usb usb1: Product: UHCI Host Controller [ 0.656157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.657304] usb usb1: SerialNumber: 0000:00:01.2 [ 0.658351] hub 1-0:1.0: USB hub found [ 0.659139] hub 1-0:1.0: 2 ports detected [ 0.660053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.662193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.663152] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.664199] mousedev: PS/2 mouse device common for all mice [ 0.665466] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.667319] rtc_cmos 00:00: RTC can wake from S4 [ 0.668421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.669619] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670807] i2c /dev entries driver [ 0.671577] device-mapper: uevent: version 1.0.3 [ 0.672529] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.674165] ledtrig-cpu: registered to indicate activity on CPUs [ 0.675446] NET: Registered protocol family 10 [ 0.676438] NET: Registered protocol family 17 [ 0.677333] Key type dns_resolver registered [ 0.678266] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.679363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681116] registered taskstats version 1 [ 0.681959] Loading compiled-in X.509 certificates [ 0.683402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.685266] zswap: loaded using pool lzo/zbud [ 0.686638] Key type trusted registered [ 0.688199] Key type encrypted registered [ 0.689025] AppArmor: AppArmor sha1 policy hashing enabled [ 0.690071] ima: No TPM chip found, activating TPM-bypass! [ 0.691115] evm: HMAC attrs: 0x1 [ 0.692066] Magic number: 6:884:184 [ 0.692909] rtc_cmos 00:00: setting system clock to 2018-10-22 15:09:53 UTC (1540220993) [ 0.694513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.695643] EDD information not available. [ 0.780221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781776] Write protecting the kernel read-only data: 14336k [ 0.793703] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.795533] 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.10 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.302021] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-10-22 15:10:44,221 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.217: timed out 2018-10-22 15:10:53,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:10:53,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394/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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:10:54,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:10: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-f3ec46b3-474f-4043-8c41-31e4012d174e x-compute-request-id: req-f3ec46b3-474f-4043-8c41-31e4012d174e Content-Encoding: gzip Content-Length: 7675 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 867284743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130955] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132644] pid_max: default: 32768 minimum: 301\n[ 0.133554] ACPI: Core revision 20150930\n[ 0.134946] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136278] Security Framework initialized\n[ 0.137105] Yama: becoming mindful.\n[ 0.137841] AppArmor: AppArmor initialized\n[ 0.138723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141373] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144834] Initializing cgroup subsys memory\n[ 0.145707] Initializing cgroup subsys devices\n[ 0.146606] Initializing cgroup subsys freezer\n[ 0.147493] Initializing cgroup subsys net_cls\n[ 0.148376] Initializing cgroup subsys perf_event\n[ 0.149299] Initializing cgroup subsys net_prio\n[ 0.150208] Initializing cgroup subsys hugetlb\n[ 0.151092] Initializing cgroup subsys pids\n[ 0.151974] CPU: Physical Processor ID: 0\n[ 0.153498] mce: CPU supports 10 MCE banks\n[ 0.154372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155388] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174056] ftrace: allocating 31920 entries in 125 pages\n[ 0.200348] smpboot: Max logical packages: 1\n[ 0.201212] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202586] x2apic enabled\n[ 0.203403] Switched APIC routing to physical x2apic.\n[ 0.205154] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210150] KVM setup paravirtual spinlock\n[ 0.211456] x86: Booted up 1 node, 1 CPUs\n[ 0.212281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213693] devtmpfs: initialized\n[ 0.215422] evm: security.selinux\n[ 0.216135] evm: security.SMACK64\n[ 0.216833] evm: security.SMACK64EXEC\n[ 0.217596] evm: security.SMACK64TRANSMUTE\n[ 0.218421] evm: security.SMACK64MMAP\n[ 0.219181] evm: security.ima\n[ 0.219832] evm: security.capability\n[ 0.220648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222533] pinctrl core: initialized pinctrl subsystem\n[ 0.223655] RTC time: 15:09:52, date: 10/22/18\n[ 0.224622] NET: Registered protocol family 16\n[ 0.225609] cpuidle: using governor ladder\n[ 0.226442] cpuidle: using governor menu\n[ 0.227239] PCCT header not found.\n[ 0.228003] ACPI: bus type PCI registered\n[ 0.228827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230090] PCI: Using configuration type 1 for base access\n[ 0.231855] ACPI: Added _OSI(Module Device)\n[ 0.232720] ACPI: Added _OSI(Processor Device)\n[ 0.233600] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234517] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236655] ACPI: Interpreter enabled\n[ 0.237457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244960] ACPI: (supports S0 S5)\n[ 0.245678] ACPI: Using IOAPIC for interrupt routing\n[ 0.246776] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252328] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255804] acpiphp: Slot [3] registered\n[ 0.256625] acpiphp: Slot [4] registered\n[ 0.257453] acpiphp: Slot [5] registered\n[ 0.258268] acpiphp: Slot [6] registered\n[ 0.259080] acpiphp: Slot [7] registered\n[ 0.259894] acpiphp: Slot [8] registered\n[ 0.260715] acpiphp: Slot [9] registered\n[ 0.261535] acpiphp: Slot [10] registered\n[ 0.262365] acpiphp: Slot [11] registered\n[ 0.263190] acpiphp: Slot [12] registered\n[ 0.264017] acpiphp: Slot [13] registered\n[ 0.264843] acpiphp: Slot [14] registered\n[ 0.265669] acpiphp: Slot [15] registered\n[ 0.276706] acpiphp: Slot [16] registered\n[ 0.277537] acpiphp: Slot [17] registered\n[ 0.278363] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.280001] acpiphp: Slot [20] registered\n[ 0.280830] acpiphp: Slot [21] registered\n[ 0.281658] acpiphp: Slot [22] registered\n[ 0.282480] acpiphp: Slot [23] registered\n[ 0.283303] acpiphp: Slot [24] registered\n[ 0.284125] acpiphp: Slot [25] registered\n[ 0.284947] acpiphp: Slot [26] registered\n[ 0.285773] acpiphp: Slot [27] registered\n[ 0.286600] acpiphp: Slot [28] registered\n[ 0.287424] acpiphp: Slot [29] registered\n[ 0.288248] acpiphp: Slot [30] registered\n[ 0.289077] acpiphp: Slot [31] registered\n[ 0.289894] PCI host bridge to bus 0000:00\n[ 0.290717] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294664] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296136] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302511] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306350] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313710] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315170] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369419] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370819] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373248] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376005] vgaarb: loaded\n[ 0.376618] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377762] SCSI subsystem initialized\n[ 0.378592] ACPI: bus type USB registered\n[ 0.379424] usbcore: registered new interface driver usbfs\n[ 0.380474] usbcore: registered new interface driver hub\n[ 0.381502] usbcore: registered new device driver usb\n[ 0.382570] PCI: Using ACPI for IRQ routing\n[ 0.383606] NetLabel: Initializing\n[ 0.384331] NetLabel: domain hash size = 128\n[ 0.385201] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386166] NetLabel: unlabeled traffic allowed by default\n[ 0.387271] clocksource: Switched to clocksource kvm-clock\n[ 0.392686] AppArmor: AppArmor Filesystem Enabled\n[ 0.393669] pnp: PnP ACPI init\n[ 0.394587] pnp: PnP ACPI: found 5 devices\n[ 0.400964] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402682] NET: Registered protocol family 2\n[ 0.403647] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406109] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407289] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408380] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409559] NET: Registered protocol family 1\n[ 0.410434] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411545] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440926] Trying to unpack rootfs image as initramfs...\n[ 0.490585] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504787] Scanning for low memory corruption every 60 seconds\n[ 0.506128] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507289] audit: initializing netlink subsys (disabled)\n[ 0.508324] audit: type=2000 audit(1540220993.087:1): initialized\n[ 0.509638] Initialise system trusted keyring\n[ 0.510575] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511762] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513740] zbud: loaded\n[ 0.514455] VFS: Disk quotas dquot_6.6.0\n[ 0.515298] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516835] fuse init (API version 7.23)\n[ 0.517732] Key type big_key registered\n[ 0.518545] Allocating IMA MOK and blacklist keyrings.\n[ 0.519672] Key type asymmetric registered\n[ 0.520511] Asymmetric key parser 'x509' registered\n[ 0.521475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523332] io scheduler noop registered\n[ 0.524143] io scheduler deadline registered (default)\n[ 0.525145] io scheduler cfq registered\n[ 0.525985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529868] ACPI: Power Button [PWRF]\n[ 0.530709] GHES: HEST is not enabled!\n[ 0.546215] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603810] Linux agpgart interface v0.103\n[ 0.605896] brd: module loaded\n[ 0.607132] loop: module loaded\n[ 0.612206] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613670] GPT:90111 != 2097151\n[ 0.614351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615453] GPT:90111 != 2097151\n[ 0.616131] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617095] vda: vda1 vda15\n[ 0.618500] scsi host0: ata_piix\n[ 0.619241] scsi host1: ata_piix\n[ 0.619962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621194] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622641] libphy: Fixed MDIO Bus: probed\n[ 0.623478] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624439] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626552] PPP generic driver version 2.4.2\n[ 0.627456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628798] ehci-pci: EHCI PCI platform driver\n[ 0.629669] ehci-platform: EHCI generic platform driver\n[ 0.630653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631786] ohci-pci: OHCI PCI platform driver\n[ 0.632658] ohci-platform: OHCI generic platform driver\n[ 0.633644] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648958] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650410] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651434] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655212] usb usb1: Product: UHCI Host Controller\n[ 0.656157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657304] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658351] hub 1-0:1.0: USB hub found\n[ 0.659139] hub 1-0:1.0: 2 ports detected\n[ 0.660053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662193] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663152] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664199] mousedev: PS/2 mouse device common for all mice\n[ 0.665466] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667319] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669619] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670807] i2c /dev entries driver\n[ 0.671577] device-mapper: uevent: version 1.0.3\n[ 0.672529] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674165] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675446] NET: Registered protocol family 10\n[ 0.676438] NET: Registered protocol family 17\n[ 0.677333] Key type dns_resolver registered\n[ 0.678266] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679363] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681116] registered taskstats version 1\n[ 0.681959] Loading compiled-in X.509 certificates\n[ 0.683402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685266] zswap: loaded using pool lzo/zbud\n[ 0.686638] Key type trusted registered\n[ 0.688199] Key type encrypted registered\n[ 0.689025] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690071] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691115] evm: HMAC attrs: 0x1\n[ 0.692066] Magic number: 6:884:184\n[ 0.692909] rtc_cmos 00:00: setting system clock to 2018-10-22 15:09:53 UTC (1540220993)\n[ 0.694513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695643] EDD information not available.\n[ 0.780221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781776] Write protecting the kernel read-only data: 14336k\n[ 0.793703] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795533] 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.302021] 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-10-22 15:10:54,305 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394/action used request id req-f3ec46b3-474f-4043-8c41-31e4012d174e 2018-10-22 15:10:54,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0736541748s 2018-10-22 15:10:54,305 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394/action used request id req-f3ec46b3-474f-4043-8c41-31e4012d174e 2018-10-22 15:10:54,306 - 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 867284743 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.130955] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.132644] pid_max: default: 32768 minimum: 301 [ 0.133554] ACPI: Core revision 20150930 [ 0.134946] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136278] Security Framework initialized [ 0.137105] Yama: becoming mindful. [ 0.137841] AppArmor: AppArmor initialized [ 0.138723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141373] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144004] Initializing cgroup subsys io [ 0.144834] Initializing cgroup subsys memory [ 0.145707] Initializing cgroup subsys devices [ 0.146606] Initializing cgroup subsys freezer [ 0.147493] Initializing cgroup subsys net_cls [ 0.148376] Initializing cgroup subsys perf_event [ 0.149299] Initializing cgroup subsys net_prio [ 0.150208] Initializing cgroup subsys hugetlb [ 0.151092] Initializing cgroup subsys pids [ 0.151974] CPU: Physical Processor ID: 0 [ 0.153498] mce: CPU supports 10 MCE banks [ 0.154372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155388] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174056] ftrace: allocating 31920 entries in 125 pages [ 0.200348] smpboot: Max logical packages: 1 [ 0.201212] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202586] x2apic enabled [ 0.203403] Switched APIC routing to physical x2apic. [ 0.205154] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208331] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210150] KVM setup paravirtual spinlock [ 0.211456] x86: Booted up 1 node, 1 CPUs [ 0.212281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213693] devtmpfs: initialized [ 0.215422] evm: security.selinux [ 0.216135] evm: security.SMACK64 [ 0.216833] evm: security.SMACK64EXEC [ 0.217596] evm: security.SMACK64TRANSMUTE [ 0.218421] evm: security.SMACK64MMAP [ 0.219181] evm: security.ima [ 0.219832] evm: security.capability [ 0.220648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222533] pinctrl core: initialized pinctrl subsystem [ 0.223655] RTC time: 15:09:52, date: 10/22/18 [ 0.224622] NET: Registered protocol family 16 [ 0.225609] cpuidle: using governor ladder [ 0.226442] cpuidle: using governor menu [ 0.227239] PCCT header not found. [ 0.228003] ACPI: bus type PCI registered [ 0.228827] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230090] PCI: Using configuration type 1 for base access [ 0.231855] ACPI: Added _OSI(Module Device) [ 0.232720] ACPI: Added _OSI(Processor Device) [ 0.233600] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234517] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236655] ACPI: Interpreter enabled [ 0.237457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244960] ACPI: (supports S0 S5) [ 0.245678] ACPI: Using IOAPIC for interrupt routing [ 0.246776] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249904] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252328] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255804] acpiphp: Slot [3] registered [ 0.256625] acpiphp: Slot [4] registered [ 0.257453] acpiphp: Slot [5] registered [ 0.258268] acpiphp: Slot [6] registered [ 0.259080] acpiphp: Slot [7] registered [ 0.259894] acpiphp: Slot [8] registered [ 0.260715] acpiphp: Slot [9] registered [ 0.261535] acpiphp: Slot [10] registered [ 0.262365] acpiphp: Slot [11] registered [ 0.263190] acpiphp: Slot [12] registered [ 0.264017] acpiphp: Slot [13] registered [ 0.264843] acpiphp: Slot [14] registered [ 0.265669] acpiphp: Slot [15] registered [ 0.276706] acpiphp: Slot [16] registered [ 0.277537] acpiphp: Slot [17] registered [ 0.278363] acpiphp: Slot [18] registered [ 0.279184] acpiphp: Slot [19] registered [ 0.280001] acpiphp: Slot [20] registered [ 0.280830] acpiphp: Slot [21] registered [ 0.281658] acpiphp: Slot [22] registered [ 0.282480] acpiphp: Slot [23] registered [ 0.283303] acpiphp: Slot [24] registered [ 0.284125] acpiphp: Slot [25] registered [ 0.284947] acpiphp: Slot [26] registered [ 0.285773] acpiphp: Slot [27] registered [ 0.286600] acpiphp: Slot [28] registered [ 0.287424] acpiphp: Slot [29] registered [ 0.288248] acpiphp: Slot [30] registered [ 0.289077] acpiphp: Slot [31] registered [ 0.289894] PCI host bridge to bus 0000:00 [ 0.290717] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.294664] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296136] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.302511] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.303849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306350] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313710] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315170] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.365033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366540] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369419] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370819] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373248] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376005] vgaarb: loaded [ 0.376618] vgaarb: bridge control possible 0000:00:02.0 [ 0.377762] SCSI subsystem initialized [ 0.378592] ACPI: bus type USB registered [ 0.379424] usbcore: registered new interface driver usbfs [ 0.380474] usbcore: registered new interface driver hub [ 0.381502] usbcore: registered new device driver usb [ 0.382570] PCI: Using ACPI for IRQ routing [ 0.383606] NetLabel: Initializing [ 0.384331] NetLabel: domain hash size = 128 [ 0.385201] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386166] NetLabel: unlabeled traffic allowed by default [ 0.387271] clocksource: Switched to clocksource kvm-clock [ 0.392686] AppArmor: AppArmor Filesystem Enabled [ 0.393669] pnp: PnP ACPI init [ 0.394587] pnp: PnP ACPI: found 5 devices [ 0.400964] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402682] NET: Registered protocol family 2 [ 0.403647] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406109] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407289] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408380] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409559] NET: Registered protocol family 1 [ 0.410434] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411545] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412631] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440926] Trying to unpack rootfs image as initramfs... [ 0.490585] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.504787] Scanning for low memory corruption every 60 seconds [ 0.506128] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507289] audit: initializing netlink subsys (disabled) [ 0.508324] audit: type=2000 audit(1540220993.087:1): initialized [ 0.509638] Initialise system trusted keyring [ 0.510575] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511762] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513740] zbud: loaded [ 0.514455] VFS: Disk quotas dquot_6.6.0 [ 0.515298] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516835] fuse init (API version 7.23) [ 0.517732] Key type big_key registered [ 0.518545] Allocating IMA MOK and blacklist keyrings. [ 0.519672] Key type asymmetric registered [ 0.520511] Asymmetric key parser 'x509' registered [ 0.521475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523332] io scheduler noop registered [ 0.524143] io scheduler deadline registered (default) [ 0.525145] io scheduler cfq registered [ 0.525985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529868] ACPI: Power Button [PWRF] [ 0.530709] GHES: HEST is not enabled! [ 0.546215] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578044] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603810] Linux agpgart interface v0.103 [ 0.605896] brd: module loaded [ 0.607132] loop: module loaded [ 0.612206] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613670] GPT:90111 != 2097151 [ 0.614351] GPT:Alternate GPT header not at the end of the disk. [ 0.615453] GPT:90111 != 2097151 [ 0.616131] GPT: Use GNU Parted to correct GPT errors. [ 0.617095] vda: vda1 vda15 [ 0.618500] scsi host0: ata_piix [ 0.619241] scsi host1: ata_piix [ 0.619962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.621194] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.622641] libphy: Fixed MDIO Bus: probed [ 0.623478] tun: Universal TUN/TAP device driver, 1.6 [ 0.624439] tun: (C) 1999-2004 Max Krasnyansky [ 0.626552] PPP generic driver version 2.4.2 [ 0.627456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.628798] ehci-pci: EHCI PCI platform driver [ 0.629669] ehci-platform: EHCI generic platform driver [ 0.630653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.631786] ohci-pci: OHCI PCI platform driver [ 0.632658] ohci-platform: OHCI generic platform driver [ 0.633644] uhci_hcd: USB Universal Host Controller Interface driver [ 0.647958] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.648958] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.650410] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.651434] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.652557] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.653790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.655212] usb usb1: Product: UHCI Host Controller [ 0.656157] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.657304] usb usb1: SerialNumber: 0000:00:01.2 [ 0.658351] hub 1-0:1.0: USB hub found [ 0.659139] hub 1-0:1.0: 2 ports detected [ 0.660053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.662193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.663152] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.664199] mousedev: PS/2 mouse device common for all mice [ 0.665466] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.667319] rtc_cmos 00:00: RTC can wake from S4 [ 0.668421] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.669619] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670807] i2c /dev entries driver [ 0.671577] device-mapper: uevent: version 1.0.3 [ 0.672529] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.674165] ledtrig-cpu: registered to indicate activity on CPUs [ 0.675446] NET: Registered protocol family 10 [ 0.676438] NET: Registered protocol family 17 [ 0.677333] Key type dns_resolver registered [ 0.678266] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.679363] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681116] registered taskstats version 1 [ 0.681959] Loading compiled-in X.509 certificates [ 0.683402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.685266] zswap: loaded using pool lzo/zbud [ 0.686638] Key type trusted registered [ 0.688199] Key type encrypted registered [ 0.689025] AppArmor: AppArmor sha1 policy hashing enabled [ 0.690071] ima: No TPM chip found, activating TPM-bypass! [ 0.691115] evm: HMAC attrs: 0x1 [ 0.692066] Magic number: 6:884:184 [ 0.692909] rtc_cmos 00:00: setting system clock to 2018-10-22 15:09:53 UTC (1540220993) [ 0.694513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.695643] EDD information not available. [ 0.780221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781776] Write protecting the kernel read-only data: 14336k [ 0.793703] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.795533] 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.10 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.302021] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-10-22 15:10:55,308 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.217: timed out 2018-10-22 15:11:04,318 - functest.core.singlevm - ERROR - cannot connect to 172.30.9.217 2018-10-22 15:11:04,319 - functest.core.singlevm - ERROR - Cannot run vping_ssh Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 427, in run (self.fip, self.ssh) = self.connect(self.sshvm) TypeError: 'NoneType' object is not iterable 2018-10-22 15:11:04,455 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 15:11:04,456 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:42 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-10-22 15:11:04,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-22 15:11:04,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:11:04,627 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:11:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e473a5cb-2a7c-458f-ba60-bb203fe4acb4 x-compute-request-id: req-e473a5cb-2a7c-458f-ba60-bb203fe4acb4 Content-Type: application/json 2018-10-22 15:11:04,627 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61 used request id req-e473a5cb-2a7c-458f-ba60-bb203fe4acb4 2018-10-22 15:11:04,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.166451931s 2018-10-22 15:11:04,628 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61 used request id req-e473a5cb-2a7c-458f-ba60-bb203fe4acb4 2018-10-22 15:11:04,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:11:04,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:11:05,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-80721223-1fd3-4a29-8c4c-4590b61f3e83 x-compute-request-id: req-80721223-1fd3-4a29-8c4c-4590b61f3e83 Content-Encoding: gzip Content-Length: 898 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:e8:c5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:e8:c5", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/03e0b922-1f2d-4e6b-8936-740488af1394", "rel": "bookmark"}], "image": {"id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "links": [{"href": "http://172.30.9.22:8774/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:09:52.000000", "flavor": {"id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "links": [{"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}]}, "id": "03e0b922-1f2d-4e6b-8936-740488af1394", "security_groups": [{"name": "vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33"}], "user_id": "92e34bb3c7cc40b08ec36138a178758a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:09:52Z", "hostId": "48f4fd0e753153aeafa9c56a93a76e7a2a52ac2e1fa446d816968424", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_51ec0041-9c62-4cba-b91e-88fa68339f33", "name": "vping_ssh-vm_51ec0041-9c62-4cba-b91e-88fa68339f33", "created": "2018-10-22T15:09:47Z", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:c7:0e", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/99cdde87-7bf6-4f65-b42a-8552fa48fb61", "rel": "bookmark"}], "image": {"id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "links": [{"href": "http://172.30.9.22:8774/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:09:41.000000", "flavor": {"id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "links": [{"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}]}, "id": "99cdde87-7bf6-4f65-b42a-8552fa48fb61", "security_groups": [{"name": "vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33"}], "user_id": "92e34bb3c7cc40b08ec36138a178758a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:04Z", "hostId": "6b38cad73c95225a8ce4c906fbb5ca33cd8fd2445bff5fb0a9d960e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51ec0041-9c62-4cba-b91e-88fa68339f33", "created": "2018-10-22T15:09:36Z", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:11:05,278 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-80721223-1fd3-4a29-8c4c-4590b61f3e83 2018-10-22 15:11:05,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649996042252s 2018-10-22 15:11:05,279 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-80721223-1fd3-4a29-8c4c-4590b61f3e83 2018-10-22 15:11:05,281 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-22 15:11:07,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:11:07,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:11:07,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-c90009e7-473a-4728-90cb-88c998e3e373 x-compute-request-id: req-c90009e7-473a-4728-90cb-88c998e3e373 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:e8:c5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:e8:c5", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/03e0b922-1f2d-4e6b-8936-740488af1394", "rel": "bookmark"}], "image": {"id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "links": [{"href": "http://172.30.9.22:8774/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:09:52.000000", "flavor": {"id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "links": [{"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}]}, "id": "03e0b922-1f2d-4e6b-8936-740488af1394", "security_groups": [{"name": "vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33"}], "user_id": "92e34bb3c7cc40b08ec36138a178758a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:09:52Z", "hostId": "48f4fd0e753153aeafa9c56a93a76e7a2a52ac2e1fa446d816968424", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_51ec0041-9c62-4cba-b91e-88fa68339f33", "name": "vping_ssh-vm_51ec0041-9c62-4cba-b91e-88fa68339f33", "created": "2018-10-22T15:09:47Z", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:11:07,955 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c90009e7-473a-4728-90cb-88c998e3e373 2018-10-22 15:11:07,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.671076059341s 2018-10-22 15:11:07,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c90009e7-473a-4728-90cb-88c998e3e373 2018-10-22 15:11:07,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-22 15:11:07,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:11:08,124 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:11: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-afd342b5-4754-4ce4-a9b3-51f6cae642e9 x-compute-request-id: req-afd342b5-4754-4ce4-a9b3-51f6cae642e9 Content-Type: application/json 2018-10-22 15:11:08,124 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394 used request id req-afd342b5-4754-4ce4-a9b3-51f6cae642e9 2018-10-22 15:11:08,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.166519165039s 2018-10-22 15:11:08,124 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394 used request id req-afd342b5-4754-4ce4-a9b3-51f6cae642e9 2018-10-22 15:11:08,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:11:08,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:11:08,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-b074c81d-8826-480b-b098-ab25a4f4d949 x-compute-request-id: req-b074c81d-8826-480b-b098-ab25a4f4d949 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:e8:c5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:e8:c5", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/03e0b922-1f2d-4e6b-8936-740488af1394", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/03e0b922-1f2d-4e6b-8936-740488af1394", "rel": "bookmark"}], "image": {"id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "links": [{"href": "http://172.30.9.22:8774/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:09:52.000000", "flavor": {"id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "links": [{"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}]}, "id": "03e0b922-1f2d-4e6b-8936-740488af1394", "security_groups": [{"name": "vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33"}], "user_id": "92e34bb3c7cc40b08ec36138a178758a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:08Z", "hostId": "48f4fd0e753153aeafa9c56a93a76e7a2a52ac2e1fa446d816968424", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_51ec0041-9c62-4cba-b91e-88fa68339f33", "name": "vping_ssh-vm_51ec0041-9c62-4cba-b91e-88fa68339f33", "created": "2018-10-22T15:09:47Z", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:11:08,878 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b074c81d-8826-480b-b098-ab25a4f4d949 2018-10-22 15:11:08,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.753306150436s 2018-10-22 15:11:08,878 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b074c81d-8826-480b-b098-ab25a4f4d949 2018-10-22 15:11:08,880 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-22 15:11:10,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:11:10,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:11:10,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-6c216720-663c-4584-8f2a-a81351709a83 x-compute-request-id: req-6c216720-663c-4584-8f2a-a81351709a83 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-22 15:11:10,963 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6c216720-663c-4584-8f2a-a81351709a83 2018-10-22 15:11:10,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0811870098114s 2018-10-22 15:11:10,964 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6c216720-663c-4584-8f2a-a81351709a83 2018-10-22 15:11:10,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-22 15:11:10,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:11:11,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-e5895f03-5585-48c8-a601-7bd3febeb2c1 Date: Mon, 22 Oct 2018 15:11:11 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:32Z", "updated_at": "2018-10-22T15:09:33Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:33Z", "revision_number": 0, "id": "2619f7ee-6d4e-4fe2-a0ef-f8c049fd80cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:33Z", "security_group_id": "47a31add-e457-4029-a896-f68e1761993d", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv4", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T15:09:33Z", "revision_number": 0, "id": "5ab1b74e-6da6-49f8-8157-1b553f0f5f61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:33Z", "security_group_id": "47a31add-e457-4029-a896-f68e1761993d", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:32Z", "revision_number": 0, "id": "d65d21e6-81ee-41c7-9aa4-dc0a4036e895", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:32Z", "security_group_id": "47a31add-e457-4029-a896-f68e1761993d", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv4", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:32Z", "revision_number": 0, "id": "dd7090b8-b40b-47e7-9959-45e779983afb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:32Z", "security_group_id": "47a31add-e457-4029-a896-f68e1761993d", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv6", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}], "revision_number": 4, "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "47a31add-e457-4029-a896-f68e1761993d", "name": "vping_ssh-sg_51ec0041-9c62-4cba-b91e-88fa68339f33"}, {"description": "Default security group", "tags": [], "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:22Z", "updated_at": "2018-10-22T15:09:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "668ee321-cf53-4468-9cde-7577af5f1cd7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv6", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "877b69af-e908-46d4-8372-1309b8cd028e", "remote_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv4", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "b95006b8-a5ea-4b4a-91e0-2f37ac94299a", "remote_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv6", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "c995f392-1099-4007-93a6-7d40bc9ea185", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv4", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}], "revision_number": 4, "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "53592635-6dd1-4416-bb23-110adadaf181", "name": "default"}]} 2018-10-22 15:11:11,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-e5895f03-5585-48c8-a601-7bd3febeb2c1 2018-10-22 15:11:11,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0525920391083s 2018-10-22 15:11:11,020 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-e5895f03-5585-48c8-a601-7bd3febeb2c1 2018-10-22 15:11:11,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-22 15:11:11,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/47a31add-e457-4029-a896-f68e1761993d.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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:11:11,418 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ae3c17e9-bfb2-4fe5-bf4a-bc43c84ebfa3 Content-Length: 0 Date: Mon, 22 Oct 2018 15:11:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:11:11,418 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/47a31add-e457-4029-a896-f68e1761993d.json used request id req-ae3c17e9-bfb2-4fe5-bf4a-bc43c84ebfa3 2018-10-22 15:11:11,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.394422054291s 2018-10-22 15:11:11,418 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/47a31add-e457-4029-a896-f68e1761993d.json used request id req-ae3c17e9-bfb2-4fe5-bf4a-bc43c84ebfa3 2018-10-22 15:11:11,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-10-22 15:11:11,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_51ec0041-9c62-4cba-b91e-88fa68339f33 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:11:11,488 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:11: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-fc1b0e2d-2555-4189-bdf3-5c9b0a6b695b x-compute-request-id: req-fc1b0e2d-2555-4189-bdf3-5c9b0a6b695b Content-Length: 0 Content-Type: application/json 2018-10-22 15:11:11,488 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_51ec0041-9c62-4cba-b91e-88fa68339f33 used request id req-fc1b0e2d-2555-4189-bdf3-5c9b0a6b695b 2018-10-22 15:11:11,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0695731639862s 2018-10-22 15:11:11,489 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_51ec0041-9c62-4cba-b91e-88fa68339f33 used request id req-fc1b0e2d-2555-4189-bdf3-5c9b0a6b695b 2018-10-22 15:11:11,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-22 15:11:11,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/ce4246e1-0723-42ca-9c83-bd0cbbea265b/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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" -d '{"subnet_id": "b561d4b6-e05e-4f74-a560-594f80162296"}' 2018-10-22 15:11:12,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f76ac96c-3696-4f30-83a7-1ca54f817e37 Date: Mon, 22 Oct 2018 15:11:12 GMT RESP BODY: {"network_id": "74935b11-fb86-489b-bbc8-82770e703c12", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "subnet_id": "b561d4b6-e05e-4f74-a560-594f80162296", "subnet_ids": ["b561d4b6-e05e-4f74-a560-594f80162296"], "port_id": "3c178f71-4a72-4bb2-8592-ccb7d94594cf", "id": "ce4246e1-0723-42ca-9c83-bd0cbbea265b"} 2018-10-22 15:11:12,591 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ce4246e1-0723-42ca-9c83-bd0cbbea265b/remove_router_interface.json used request id req-f76ac96c-3696-4f30-83a7-1ca54f817e37 2018-10-22 15:11:12,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.10168194771s 2018-10-22 15:11:12,591 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ce4246e1-0723-42ca-9c83-bd0cbbea265b/remove_router_interface.json used request id req-f76ac96c-3696-4f30-83a7-1ca54f817e37 returning object ce4246e1-0723-42ca-9c83-bd0cbbea265b 2018-10-22 15:11:12,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-22 15:11:12,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:11:12,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1843 X-Openstack-Request-Id: req-ff5fc7de-16f7-4385-9416-7e44b5b852af Date: Mon, 22 Oct 2018 15:11:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:25Z", "admin_state_up": true, "updated_at": "2018-10-22T15:09:26Z", "revision_number": 2, "routes": [], "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "134b2b94-36ab-489c-87ba-a2d6224cd974", "name": "vping_ssh-router_51ec0041-9c62-4cba-b91e-88fa68339f33"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:24Z", "admin_state_up": true, "updated_at": "2018-10-22T15:09:24Z", "revision_number": 2, "routes": [], "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "9fbd1630-31b6-4356-9030-91b6483f11e8", "name": "vping_ssh-router_51ec0041-9c62-4cba-b91e-88fa68339f33"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:26Z", "admin_state_up": true, "updated_at": "2018-10-22T15:11:12Z", "revision_number": 4, "routes": [], "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "ce4246e1-0723-42ca-9c83-bd0cbbea265b", "name": "vping_ssh-router_51ec0041-9c62-4cba-b91e-88fa68339f33"}]} 2018-10-22 15:11:12,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-ff5fc7de-16f7-4385-9416-7e44b5b852af 2018-10-22 15:11:12,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.215781927109s 2018-10-22 15:11:12,808 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-ff5fc7de-16f7-4385-9416-7e44b5b852af 2018-10-22 15:11:12,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-22 15:11:12,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/ce4246e1-0723-42ca-9c83-bd0cbbea265b.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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:11:13,997 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a8d8f030-0ed8-480b-80aa-b713a9bf5691 Content-Length: 0 Date: Mon, 22 Oct 2018 15:11:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:11:13,997 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/ce4246e1-0723-42ca-9c83-bd0cbbea265b.json used request id req-a8d8f030-0ed8-480b-80aa-b713a9bf5691 2018-10-22 15:11:13,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.18715786934s 2018-10-22 15:11:13,997 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/ce4246e1-0723-42ca-9c83-bd0cbbea265b.json used request id req-a8d8f030-0ed8-480b-80aa-b713a9bf5691 2018-10-22 15:11:13,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-22 15:11:13,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:11:14,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-0ff72132-ed57-4c6a-b701-ba1b67e55ca4 Date: Mon, 22 Oct 2018 15:11:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74935b11-fb86-489b-bbc8-82770e703c12","tenant_id":"31084a99e53d4c71b55d73ba3b37035f","created_at":"2018-10-22T15:09:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-22T15:09:23Z","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":"31084a99e53d4c71b55d73ba3b37035f","id":"b561d4b6-e05e-4f74-a560-594f80162296","subnetpool_id":null,"name":"vping_ssh-subnet_51ec0041-9c62-4cba-b91e-88fa68339f33"}]} 2018-10-22 15:11:14,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-0ff72132-ed57-4c6a-b701-ba1b67e55ca4 2018-10-22 15:11:14,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0564470291138s 2018-10-22 15:11:14,055 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-0ff72132-ed57-4c6a-b701-ba1b67e55ca4 2018-10-22 15:11:14,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-22 15:11:14,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/b561d4b6-e05e-4f74-a560-594f80162296.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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:11:16,326 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e1f80921-d74d-4796-88b5-409a04545b39 Date: Mon, 22 Oct 2018 15:11:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:11:16,326 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/b561d4b6-e05e-4f74-a560-594f80162296.json used request id req-e1f80921-d74d-4796-88b5-409a04545b39 2018-10-22 15:11:16,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.26981210709s 2018-10-22 15:11:16,326 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/b561d4b6-e05e-4f74-a560-594f80162296.json used request id req-e1f80921-d74d-4796-88b5-409a04545b39 2018-10-22 15:11:16,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 15:11:16,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:11:16,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-25846dad-162c-4bae-b30c-0520ff7d0443 Date: Mon, 22 Oct 2018 15:11:16 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-10-22T15:11:16Z","tenant_id":"31084a99e53d4c71b55d73ba3b37035f","created_at":"2018-10-22T15:09:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"31084a99e53d4c71b55d73ba3b37035f","id":"74935b11-fb86-489b-bbc8-82770e703c12","name":"vping_ssh-net_51ec0041-9c62-4cba-b91e-88fa68339f33"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"updated_at":"2018-10-22T14:45:31Z","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","name":"external"}]} 2018-10-22 15:11:16,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-25846dad-162c-4bae-b30c-0520ff7d0443 2018-10-22 15:11:16,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110330820084s 2018-10-22 15:11:16,437 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-25846dad-162c-4bae-b30c-0520ff7d0443 2018-10-22 15:11:16,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-22 15:11:16,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/74935b11-fb86-489b-bbc8-82770e703c12.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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:11:17,908 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b11cc8b6-7b32-4eb9-a29e-6786361ca1cb Date: Mon, 22 Oct 2018 15:11:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:11:17,908 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/74935b11-fb86-489b-bbc8-82770e703c12.json used request id req-b11cc8b6-7b32-4eb9-a29e-6786361ca1cb 2018-10-22 15:11:17,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.4694018364s 2018-10-22 15:11:17,908 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/74935b11-fb86-489b-bbc8-82770e703c12.json used request id req-b11cc8b6-7b32-4eb9-a29e-6786361ca1cb 2018-10-22 15:11:17,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 15:11:17,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:11:18,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-358cfc5b-3e70-4e63-9374-a07dff5f0f29 Date: Mon, 22 Oct 2018 15:11:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/snap", "metadata": {}}], "file": "/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/file", "owner": "31084a99e53d4c71b55d73ba3b37035f", "id": "f69a6023-0433-4e5f-87eb-feacb6a42c94", "size": 12716032, "self": "/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/f69a6023-0433-4e5f-87eb-feacb6a42c94/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:09:31Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_51ec0041-9c62-4cba-b91e-88fa68339f33", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T15:09:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 15:11:18,084 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-358cfc5b-3e70-4e63-9374-a07dff5f0f29 2018-10-22 15:11:18,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17569899559s 2018-10-22 15:11:18,085 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-358cfc5b-3e70-4e63-9374-a07dff5f0f29 2018-10-22 15:11:18,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-22 15:11:18,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fb69bb0c4302bace30ef9f702150e7f3fa28dc4a" 2018-10-22 15:11:19,003 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-075ff646-2571-4b14-bf64-201f73eecfd4 Date: Mon, 22 Oct 2018 15:11:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:11:19,004 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94 used request id req-075ff646-2571-4b14-bf64-201f73eecfd4 2018-10-22 15:11:19,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.917252063751s 2018-10-22 15:11:19,004 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/f69a6023-0433-4e5f-87eb-feacb6a42c94 used request id req-075ff646-2571-4b14-bf64-201f73eecfd4 2018-10-22 15:11:19,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-22 15:11:19,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:11:19,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-34dceb09-8016-4c28-96e3-4f4d6bfdc8b5 x-compute-request-id: req-34dceb09-8016-4c28-96e3-4f4d6bfdc8b5 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "cc7b35da-e863-44c7-885e-ffd72ca02b63", "name": "vping_ssh-flavor_51ec0041-9c62-4cba-b91e-88fa68339f33", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 15:11:19,038 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-34dceb09-8016-4c28-96e3-4f4d6bfdc8b5 2018-10-22 15:11:19,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0336630344391s 2018-10-22 15:11:19,039 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-34dceb09-8016-4c28-96e3-4f4d6bfdc8b5 2018-10-22 15:11:19,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-22 15:11:19,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:11:19,087 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:11: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-c2f993b5-ac9a-49e1-aa0a-423b3b5de7ad x-compute-request-id: req-c2f993b5-ac9a-49e1-aa0a-423b3b5de7ad Content-Length: 0 Content-Type: application/json 2018-10-22 15:11:19,087 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63 used request id req-c2f993b5-ac9a-49e1-aa0a-423b3b5de7ad 2018-10-22 15:11:19,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0477659702301s 2018-10-22 15:11:19,088 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/cc7b35da-e863-44c7-885e-ffd72ca02b63 used request id req-c2f993b5-ac9a-49e1-aa0a-423b3b5de7ad 2018-10-22 15:11:19,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:11:19,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:11:19,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6b43e64-d5d0-4618-b381-6e14dff4d8f0 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_51ec0041-9c62-4cba-b91e-88fa68339f33", "links": {"self": "http://172.30.9.22:5000/v3/users/92e34bb3c7cc40b08ec36138a178758a"}, "domain_id": "default", "enabled": true, "id": "92e34bb3c7cc40b08ec36138a178758a", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 15:11:19,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-f6b43e64-d5d0-4618-b381-6e14dff4d8f0 2018-10-22 15:11:19,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0987310409546s 2018-10-22 15:11:19,188 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-f6b43e64-d5d0-4618-b381-6e14dff4d8f0 2018-10-22 15:11:19,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:11:19,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/92e34bb3c7cc40b08ec36138a178758a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:11:19,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1f01517-e97c-4a28-b673-702a55a7d347 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/92e34bb3c7cc40b08ec36138a178758a"}, "enabled": true, "id": "92e34bb3c7cc40b08ec36138a178758a", "options": {}, "domain_id": "default", "name": "vping_ssh-user_51ec0041-9c62-4cba-b91e-88fa68339f33"}} 2018-10-22 15:11:19,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/92e34bb3c7cc40b08ec36138a178758a used request id req-d1f01517-e97c-4a28-b673-702a55a7d347 2018-10-22 15:11:19,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0939970016479s 2018-10-22 15:11:19,287 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/92e34bb3c7cc40b08ec36138a178758a used request id req-d1f01517-e97c-4a28-b673-702a55a7d347 2018-10-22 15:11:19,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-22 15:11:19,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/92e34bb3c7cc40b08ec36138a178758a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:11:19,456 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:11:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d92af8c5-34a5-4add-abe5-c3c39da2ed5b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:11:19,456 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/92e34bb3c7cc40b08ec36138a178758a used request id req-d92af8c5-34a5-4add-abe5-c3c39da2ed5b 2018-10-22 15:11:19,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.168054819107s 2018-10-22 15:11:19,456 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/92e34bb3c7cc40b08ec36138a178758a used request id req-d92af8c5-34a5-4add-abe5-c3c39da2ed5b 2018-10-22 15:11:19,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 15:11:19,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:11:19,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06e56613-4ed6-4584-af4e-b6a46949db3d Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.22:5000/v3/projects/31084a99e53d4c71b55d73ba3b37035f"}, "enabled": true, "id": "31084a99e53d4c71b55d73ba3b37035f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_51ec0041-9c62-4cba-b91e-88fa68339f33"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 15:11:19,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-06e56613-4ed6-4584-af4e-b6a46949db3d 2018-10-22 15:11:19,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0843760967255s 2018-10-22 15:11:19,542 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-06e56613-4ed6-4584-af4e-b6a46949db3d 2018-10-22 15:11:19,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-22 15:11:19,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/31084a99e53d4c71b55d73ba3b37035f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:11:19,708 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:11:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afc6a681-b7dd-4e02-a80d-2d5b7663ca49 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:11:19,708 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/31084a99e53d4c71b55d73ba3b37035f used request id req-afc6a681-b7dd-4e02-a80d-2d5b7663ca49 2018-10-22 15:11:19,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.163839101791s 2018-10-22 15:11:19,708 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/31084a99e53d4c71b55d73ba3b37035f used request id req-afc6a681-b7dd-4e02-a80d-2d5b7663ca49 2018-10-22 15:11:19,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:11:19,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:11:19,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ece26da5-ea29-41cb-91fc-64cc0708ea54 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b75b8bf241604da09cde13253eb80a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/b75b8bf241604da09cde13253eb80a9c"}, "name": "Member"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:11:19,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ece26da5-ea29-41cb-91fc-64cc0708ea54 2018-10-22 15:11:19,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0755069255829s 2018-10-22 15:11:19,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-22 15:11:19,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/b75b8bf241604da09cde13253eb80a9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:11:19,894 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:11:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-230b5fd4-f7a3-4557-821b-595c64a8cd57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:11:19,894 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/b75b8bf241604da09cde13253eb80a9c used request id req-230b5fd4-f7a3-4557-821b-595c64a8cd57 2018-10-22 15:11:19,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.108874082565s 2018-10-22 15:11:19,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-22 15:11:19,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=31084a99e53d4c71b55d73ba3b37035f&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}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:11:20,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-e971c1bd-a10e-41e6-a514-0b90cb707b6d Date: Mon, 22 Oct 2018 15:11:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:22Z", "updated_at": "2018-10-22T15:09:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "668ee321-cf53-4468-9cde-7577af5f1cd7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv6", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "877b69af-e908-46d4-8372-1309b8cd028e", "remote_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv4", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "b95006b8-a5ea-4b4a-91e0-2f37ac94299a", "remote_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv6", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "c995f392-1099-4007-93a6-7d40bc9ea185", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv4", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}], "revision_number": 4, "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "53592635-6dd1-4416-bb23-110adadaf181", "name": "default"}]} 2018-10-22 15:11:20,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=31084a99e53d4c71b55d73ba3b37035f&name=default used request id req-e971c1bd-a10e-41e6-a514-0b90cb707b6d 2018-10-22 15:11:20,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.198688030243s 2018-10-22 15:11:20,097 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=31084a99e53d4c71b55d73ba3b37035f&name=default used request id req-e971c1bd-a10e-41e6-a514-0b90cb707b6d 2018-10-22 15:11:20,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-22 15:11:20,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:11:20,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c80f1b40-31a2-4c40-9435-7779eed7c8f7 Date: Mon, 22 Oct 2018 15:11:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:22Z", "updated_at": "2018-10-22T15:09:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "668ee321-cf53-4468-9cde-7577af5f1cd7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv6", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "c995f392-1099-4007-93a6-7d40bc9ea185", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv4", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "877b69af-e908-46d4-8372-1309b8cd028e", "remote_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv4", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:09:22Z", "revision_number": 0, "id": "b95006b8-a5ea-4b4a-91e0-2f37ac94299a", "remote_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "remote_ip_prefix": null, "created_at": "2018-10-22T15:09:22Z", "security_group_id": "53592635-6dd1-4416-bb23-110adadaf181", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "port_range_min": null, "ethertype": "IPv6", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}], "revision_number": 4, "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "53592635-6dd1-4416-bb23-110adadaf181", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "updated_at": "2018-10-22T14:58:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "67e51c9b-e362-42bd-a305-439e546f173e", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "90643a86-0f62-4588-9a8c-68cea1343ff6", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "name": "default"}]} 2018-10-22 15:11:20,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c80f1b40-31a2-4c40-9435-7779eed7c8f7 2018-10-22 15:11:20,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.189980983734s 2018-10-22 15:11:20,291 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c80f1b40-31a2-4c40-9435-7779eed7c8f7 2018-10-22 15:11:20,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-22 15:11:20,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/53592635-6dd1-4416-bb23-110adadaf181.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}74a231dad29cc1f92d7e4e106ed4b7117729bda0" 2018-10-22 15:11:20,621 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a23519c6-5538-4bd6-a0ae-8146fa20f0be Content-Length: 0 Date: Mon, 22 Oct 2018 15:11:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:11:20,622 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/53592635-6dd1-4416-bb23-110adadaf181.json used request id req-a23519c6-5538-4bd6-a0ae-8146fa20f0be 2018-10-22 15:11:20,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.326993942261s 2018-10-22 15:11:20,622 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/53592635-6dd1-4416-bb23-110adadaf181.json used request id req-a23519c6-5538-4bd6-a0ae-8146fa20f0be 2018-10-22 15:11:20,622 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-10-22 15:11:20,676 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-10-22 15:11:20,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 15:11:20,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 15:11:20,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 15:11:20,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 15:11:20,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 15:11:20,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 15:11:20,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 15:11:20,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 15:11:20,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 15:11:20,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 15:11:20,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 15:11:20,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 15:11:20,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 15:11:20,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 15:11:20,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 15:11:20,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 15:11:20,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 15:11:20,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 15:11:20,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 15:11:20,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 15:11:20,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 15:11:20,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 15:11:20,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 15:11:20,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 15:11:20,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 15:11:20,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd01600a-27e7-48e6-b367-8803a5db840b 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:11:20,747 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cd01600a-27e7-48e6-b367-8803a5db840b 2018-10-22 15:11:20,748 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:11:21,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T16:11:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["PUzlgG1lQEWhBn_ApcYrBA"], "issued_at": "2018-10-22T15:11:21.000000Z"}} 2018-10-22 15:11:21,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 15:11:21,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:11:21,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3d38ec82-02f6-437b-a3ed-698a339b1d2e Date: Mon, 22 Oct 2018 15:11:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 15:11:21,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3d38ec82-02f6-437b-a3ed-698a339b1d2e 2018-10-22 15:11:21,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.240096092224s 2018-10-22 15:11:21,362 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3d38ec82-02f6-437b-a3ed-698a339b1d2e 2018-10-22 15:11:21,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-22 15:11:21,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:11:21,371 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:11:21 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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:11:21,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:11:21,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f20ee74-dcc4-4a6f-9a7a-e8f956e2bd80 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/4efcfa9916f34e3598719fc817429a11"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4efcfa9916f34e3598719fc817429a11"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-10-22 15:11:21,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-9f20ee74-dcc4-4a6f-9a7a-e8f956e2bd80 2018-10-22 15:11:21,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.109405040741s 2018-10-22 15:11:21,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-22 15:11:21,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c213ba7c0f0304a39cd3d1c6307868268de97b95" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_4bd35889-eaaa-47b9-8521-5dbc638c0faa"}}' 2018-10-22 15:11:21,662 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:11:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cab12baa-0998-459a-9eac-31805d8bbc31 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.22:5000/v3/projects/1684b354a2f9435893a94b3ee511eb6f"}, "enabled": true, "id": "1684b354a2f9435893a94b3ee511eb6f", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_4bd35889-eaaa-47b9-8521-5dbc638c0faa"}} 2018-10-22 15:11:21,662 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-cab12baa-0998-459a-9eac-31805d8bbc31 2018-10-22 15:11:21,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.188085079193s 2018-10-22 15:11:21,663 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-cab12baa-0998-459a-9eac-31805d8bbc31 2018-10-22 15:11:21,663 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_4bd35889-eaaa-47b9-8521-5dbc638c0faa', 'id': u'1684b354a2f9435893a94b3ee511eb6f', '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-10-22 15:11:21,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-22 15:11:22,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.369158029556s 2018-10-22 15:11:22,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/3940aec74bbb41a38d5f4e2154f02daf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:11:22,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84f193ad-c5df-4c8f-9fe6-b124525a3270 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/3940aec74bbb41a38d5f4e2154f02daf"}, "enabled": true, "id": "3940aec74bbb41a38d5f4e2154f02daf", "options": {}, "domain_id": "default", "name": "vping_userdata-user_4bd35889-eaaa-47b9-8521-5dbc638c0faa"}} 2018-10-22 15:11:22,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/3940aec74bbb41a38d5f4e2154f02daf used request id req-84f193ad-c5df-4c8f-9fe6-b124525a3270 2018-10-22 15:11:22,127 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3940aec74bbb41a38d5f4e2154f02daf', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_4bd35889-eaaa-47b9-8521-5dbc638c0faa'}) 2018-10-22 15:11:22,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:11:22,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:11:22,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89446ef0-73a8-466a-960a-73cf6c952c98 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:11:22,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-89446ef0-73a8-466a-960a-73cf6c952c98 2018-10-22 15:11:22,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0154359340668s 2018-10-22 15:11:22,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:11:22,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:11:22,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-887d6d9d-ca9b-4c24-b42a-d54d4d048482 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:11:22,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-887d6d9d-ca9b-4c24-b42a-d54d4d048482 2018-10-22 15:11:22,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0796868801117s 2018-10-22 15:11:22,225 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 15:11:22,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-22 15:11:22,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c213ba7c0f0304a39cd3d1c6307868268de97b95" -d '{"role": {"name": "Member"}}' 2018-10-22 15:11:22,331 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:11:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e17a7e42-f287-4616-a72d-25169a3d28d9 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f09d3d17df754d7fb8bfa03e47818322", "links": {"self": "http://172.30.9.22:5000/v3/roles/f09d3d17df754d7fb8bfa03e47818322"}, "name": "Member"}} 2018-10-22 15:11:22,332 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-e17a7e42-f287-4616-a72d-25169a3d28d9 2018-10-22 15:11:22,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.106398105621s 2018-10-22 15:11:22,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/f09d3d17df754d7fb8bfa03e47818322 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:11:22,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1f4b8c0-9316-4e15-9957-2fc558e8b19b Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/f09d3d17df754d7fb8bfa03e47818322"}, "domain_id": null, "name": "Member", "id": "f09d3d17df754d7fb8bfa03e47818322"}} 2018-10-22 15:11:22,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/f09d3d17df754d7fb8bfa03e47818322 used request id req-d1f4b8c0-9316-4e15-9957-2fc558e8b19b 2018-10-22 15:11:22,405 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/f09d3d17df754d7fb8bfa03e47818322'}, 'domain_id': None, 'human_id': None, 'id': u'f09d3d17df754d7fb8bfa03e47818322', 'HUMAN_ID': False}) 2018-10-22 15:11:22,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:11:22,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:11:22,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e48bd9a9-2a7d-434b-9c84-cc62adc7e3bc Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f09d3d17df754d7fb8bfa03e47818322", "links": {"self": "http://172.30.9.22:5000/v3/roles/f09d3d17df754d7fb8bfa03e47818322"}, "name": "Member"}]} 2018-10-22 15:11:22,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e48bd9a9-2a7d-434b-9c84-cc62adc7e3bc 2018-10-22 15:11:22,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0812859535217s 2018-10-22 15:11:22,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 15:11:22,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:11:22,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3021f72-2128-4c11-ab02-69d7b46a8608 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 15:11:22,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-e3021f72-2128-4c11-ab02-69d7b46a8608 2018-10-22 15:11:22,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0836749076843s 2018-10-22 15:11:22,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:11:22,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:11:22,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9572080-5a4c-4204-a92b-d3e5008e8ff7 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "links": {"self": "http://172.30.9.22:5000/v3/users/3940aec74bbb41a38d5f4e2154f02daf"}, "domain_id": "default", "enabled": true, "id": "3940aec74bbb41a38d5f4e2154f02daf", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 15:11:22,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d9572080-5a4c-4204-a92b-d3e5008e8ff7 2018-10-22 15:11:22,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0915350914001s 2018-10-22 15:11:22,664 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d9572080-5a4c-4204-a92b-d3e5008e8ff7 2018-10-22 15:11:22,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 15:11:22,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:11:22,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa43790f-1d1f-451d-82b4-86ff11063385 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22: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.22:5000/v3/projects/1684b354a2f9435893a94b3ee511eb6f"}, "enabled": true, "id": "1684b354a2f9435893a94b3ee511eb6f", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_4bd35889-eaaa-47b9-8521-5dbc638c0faa"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 15:11:22,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-fa43790f-1d1f-451d-82b4-86ff11063385 2018-10-22 15:11:22,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.086051940918s 2018-10-22 15:11:22,757 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-fa43790f-1d1f-451d-82b4-86ff11063385 2018-10-22 15:11:22,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 15:11:22,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=3940aec74bbb41a38d5f4e2154f02daf&scope.project.id=1684b354a2f9435893a94b3ee511eb6f&role.id=f09d3d17df754d7fb8bfa03e47818322 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:11:22,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-714c276c-93a9-4e49-9e71-6aa76da4a1b9 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=3940aec74bbb41a38d5f4e2154f02daf&scope.project.id=1684b354a2f9435893a94b3ee511eb6f&role.id=f09d3d17df754d7fb8bfa03e47818322", "previous": null, "next": null}} 2018-10-22 15:11:22,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=3940aec74bbb41a38d5f4e2154f02daf&scope.project.id=1684b354a2f9435893a94b3ee511eb6f&role.id=f09d3d17df754d7fb8bfa03e47818322 used request id req-714c276c-93a9-4e49-9e71-6aa76da4a1b9 2018-10-22 15:11:22,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0829079151154s 2018-10-22 15:11:22,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 15:11:22,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/1684b354a2f9435893a94b3ee511eb6f/users/3940aec74bbb41a38d5f4e2154f02daf/roles/f09d3d17df754d7fb8bfa03e47818322 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:11:22,951 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:11:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddb4fa01-d279-4002-929c-ef00bb1f973c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:11:22,951 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/1684b354a2f9435893a94b3ee511eb6f/users/3940aec74bbb41a38d5f4e2154f02daf/roles/f09d3d17df754d7fb8bfa03e47818322 used request id req-ddb4fa01-d279-4002-929c-ef00bb1f973c 2018-10-22 15:11:22,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.1082508564s 2018-10-22 15:11:22,952 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_4bd35889-eaaa-47b9-8521-5dbc638c0faa', 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': '195fd8cd-3dfa-4265-8861-cf69c2ab7ed6', 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_4bd35889-eaaa-47b9-8521-5dbc638c0faa', 'project_id': u'1684b354a2f9435893a94b3ee511eb6f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 15:11:22,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 15:11:22,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 15:11:22,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 15:11:22,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 15:11:22,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 15:11:22,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 15:11:22,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 15:11:22,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 15:11:22,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 15:11:22,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 15:11:22,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 15:11:22,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 15:11:22,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 15:11:22,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 15:11:22,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 15:11:22,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 15:11:22,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 15:11:22,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 15:11:22,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 15:11:22,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 15:11:22,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 15:11:22,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 15:11:22,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 15:11:22,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 15:11:22,957 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_4bd35889-eaaa-47b9-8521-5dbc638c0faa', 'password': '195fd8cd-3dfa-4265-8861-cf69c2ab7ed6', 'project_name': 'vping_userdata-project_4bd35889-eaaa-47b9-8521-5dbc638c0faa', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '1684b354a2f9435893a94b3ee511eb6f', 'project_domain_name': 'Default'} 2018-10-22 15:11:22,958 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-10-22 15:11:22,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-22 15:11:22,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:11:23,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cebf81a8-aca2-41ad-9685-6191fb4b016e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/4efcfa9916f34e3598719fc817429a11"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4efcfa9916f34e3598719fc817429a11"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-10-22 15:11:23,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-cebf81a8-aca2-41ad-9685-6191fb4b016e 2018-10-22 15:11:23,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0800240039825s 2018-10-22 15:11:23,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 15:11:23,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:11:23,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-284617a7-9678-4812-8b07-53437b98b934 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22: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.22:5000/v3/projects/1684b354a2f9435893a94b3ee511eb6f"}, "enabled": true, "id": "1684b354a2f9435893a94b3ee511eb6f", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_4bd35889-eaaa-47b9-8521-5dbc638c0faa"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 15:11:23,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-284617a7-9678-4812-8b07-53437b98b934 2018-10-22 15:11:23,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0801119804382s 2018-10-22 15:11:23,120 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-284617a7-9678-4812-8b07-53437b98b934 2018-10-22 15:11:23,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-22 15:11:23,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c213ba7c0f0304a39cd3d1c6307868268de97b95" -d '{"network": {"tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "name": "vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "admin_state_up": true}}' 2018-10-22 15:11:23,677 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-9c56f81c-ed53-4a06-8953-72d3f5850183 Date: Mon, 22 Oct 2018 15:11: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":"0b6440f8-d6f1-4a6f-ae85-80441a46a555","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1684b354a2f9435893a94b3ee511eb6f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T15:11:23Z","is_default":false,"provider:segmentation_id":92,"name":"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa","admin_state_up":true,"tenant_id":"1684b354a2f9435893a94b3ee511eb6f","created_at":"2018-10-22T15:11:23Z","mtu":1450}} 2018-10-22 15:11:23,678 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9c56f81c-ed53-4a06-8953-72d3f5850183 2018-10-22 15:11:23,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.553948879242s 2018-10-22 15:11:23,678 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9c56f81c-ed53-4a06-8953-72d3f5850183 2018-10-22 15:11:23,678 - 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-10-22T15:11:23Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'0b6440f8-d6f1-4a6f-ae85-80441a46a555', u'provider:segmentation_id': 92, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa', u'admin_state_up': True, u'tenant_id': u'1684b354a2f9435893a94b3ee511eb6f', u'created_at': u'2018-10-22T15:11:23Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1684b354a2f9435893a94b3ee511eb6f'}) 2018-10-22 15:11:23,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 15:11:23,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6458207e-9bec-48a2-9efd-798bf5f0939e 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:11:23,686 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6458207e-9bec-48a2-9efd-798bf5f0939e 2018-10-22 15:11:23,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:11:24,068 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f09d3d17df754d7fb8bfa03e47818322", "name": "Member"}], "expires_at": "2018-10-22T16:11:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1684b354a2f9435893a94b3ee511eb6f", "name": "vping_userdata-project_4bd35889-eaaa-47b9-8521-5dbc638c0faa"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/1684b354a2f9435893a94b3ee511eb6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/1684b354a2f9435893a94b3ee511eb6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/1684b354a2f9435893a94b3ee511eb6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/1684b354a2f9435893a94b3ee511eb6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/1684b354a2f9435893a94b3ee511eb6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/1684b354a2f9435893a94b3ee511eb6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/1684b354a2f9435893a94b3ee511eb6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/1684b354a2f9435893a94b3ee511eb6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/1684b354a2f9435893a94b3ee511eb6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1684b354a2f9435893a94b3ee511eb6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/1684b354a2f9435893a94b3ee511eb6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/1684b354a2f9435893a94b3ee511eb6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "id": "3940aec74bbb41a38d5f4e2154f02daf"}, "audit_ids": ["6VUHIwlZQzucYYOFcLnZhw"], "issued_at": "2018-10-22T15:11:24.000000Z"}} 2018-10-22 15:11:24,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 15:11:24,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:24,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-4607a210-474e-41ae-98d7-6b526452a844 Date: Mon, 22 Oct 2018 15:11:24 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-10-22T15:11:23Z","tenant_id":"1684b354a2f9435893a94b3ee511eb6f","created_at":"2018-10-22T15:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1684b354a2f9435893a94b3ee511eb6f","id":"0b6440f8-d6f1-4a6f-ae85-80441a46a555","name":"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"updated_at":"2018-10-22T14:45:31Z","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","name":"external"}]} 2018-10-22 15:11:24,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4607a210-474e-41ae-98d7-6b526452a844 2018-10-22 15:11:24,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.267114877701s 2018-10-22 15:11:24,339 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4607a210-474e-41ae-98d7-6b526452a844 2018-10-22 15:11:24,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-22 15:11:24,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"subnet": {"name": "vping_userdata-subnet_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "enable_dhcp": true, "network_id": "0b6440f8-d6f1-4a6f-ae85-80441a46a555", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-22 15:11:25,055 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-11528ee5-411b-435b-9d9a-f7b1cdec6592 Date: Mon, 22 Oct 2018 15:11:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b6440f8-d6f1-4a6f-ae85-80441a46a555","tenant_id":"1684b354a2f9435893a94b3ee511eb6f","created_at":"2018-10-22T15:11:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-22T15:11: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":"1684b354a2f9435893a94b3ee511eb6f","id":"383568dc-2305-4226-9f68-01391c92d9eb","subnetpool_id":null,"name":"vping_userdata-subnet_4bd35889-eaaa-47b9-8521-5dbc638c0faa"}} 2018-10-22 15:11:25,055 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-11528ee5-411b-435b-9d9a-f7b1cdec6592 2018-10-22 15:11:25,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.714535951614s 2018-10-22 15:11:25,056 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-11528ee5-411b-435b-9d9a-f7b1cdec6592 2018-10-22 15:11:25,056 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-22T15:11: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'383568dc-2305-4226-9f68-01391c92d9eb', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_4bd35889-eaaa-47b9-8521-5dbc638c0faa', u'enable_dhcp': True, u'network_id': u'0b6440f8-d6f1-4a6f-ae85-80441a46a555', u'tenant_id': u'1684b354a2f9435893a94b3ee511eb6f', u'created_at': u'2018-10-22T15:11: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'1684b354a2f9435893a94b3ee511eb6f'}) 2018-10-22 15:11:25,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-22 15:11:25,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"router": {"external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f"}, "name": "vping_userdata-router_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "admin_state_up": true}}' 2018-10-22 15:11:26,274 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-a9212f91-c50d-4fad-a4a3-a1c87e13da99 Date: Mon, 22 Oct 2018 15:11:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "created_at": "2018-10-22T15:11:25Z", "admin_state_up": true, "updated_at": "2018-10-22T15:11:26Z", "revision_number": 2, "routes": [], "project_id": "1684b354a2f9435893a94b3ee511eb6f", "id": "637f9241-cd68-403f-8b1f-17d95868fcbb", "name": "vping_userdata-router_4bd35889-eaaa-47b9-8521-5dbc638c0faa"}} 2018-10-22 15:11:26,274 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-a9212f91-c50d-4fad-a4a3-a1c87e13da99 2018-10-22 15:11:26,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.21718120575s 2018-10-22 15:11:26,274 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-a9212f91-c50d-4fad-a4a3-a1c87e13da99 2018-10-22 15:11:26,275 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd6d0fc90-8c6a-4de4-b3d7-761cbba53606', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1684b354a2f9435893a94b3ee511eb6f', u'created_at': u'2018-10-22T15:11:25Z', u'admin_state_up': True, u'updated_at': u'2018-10-22T15:11:26Z', u'revision_number': 2, u'routes': [], u'project_id': u'1684b354a2f9435893a94b3ee511eb6f', u'id': u'637f9241-cd68-403f-8b1f-17d95868fcbb', u'name': u'vping_userdata-router_4bd35889-eaaa-47b9-8521-5dbc638c0faa'}) 2018-10-22 15:11:26,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-22 15:11:26,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/637f9241-cd68-403f-8b1f-17d95868fcbb/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"subnet_id": "383568dc-2305-4226-9f68-01391c92d9eb"}' 2018-10-22 15:11:28,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-041d764e-dab1-4664-bde1-8b91961afc24 Date: Mon, 22 Oct 2018 15:11:28 GMT RESP BODY: {"network_id": "0b6440f8-d6f1-4a6f-ae85-80441a46a555", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "subnet_id": "383568dc-2305-4226-9f68-01391c92d9eb", "subnet_ids": ["383568dc-2305-4226-9f68-01391c92d9eb"], "port_id": "ecd04af0-cd91-4ab2-8b0b-525a007a480b", "id": "637f9241-cd68-403f-8b1f-17d95868fcbb"} 2018-10-22 15:11:28,048 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/637f9241-cd68-403f-8b1f-17d95868fcbb/add_router_interface.json used request id req-041d764e-dab1-4664-bde1-8b91961afc24 2018-10-22 15:11:28,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.77245116234s 2018-10-22 15:11:28,048 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/637f9241-cd68-403f-8b1f-17d95868fcbb/add_router_interface.json used request id req-041d764e-dab1-4664-bde1-8b91961afc24 returning object 637f9241-cd68-403f-8b1f-17d95868fcbb 2018-10-22 15:11:28,049 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-22 15:11:28,184 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-22 15:11:28,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:28,190 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 22 Oct 2018 15:11:28 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-10-22 15:11:28,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 15:11:28,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:28,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-85a68734-183e-4815-aa44-59741f4d5af6 Date: Mon, 22 Oct 2018 15:11:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 15:11:28,369 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-85a68734-183e-4815-aa44-59741f4d5af6 2018-10-22 15:11:28,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177377939224s 2018-10-22 15:11:28,370 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-85a68734-183e-4815-aa44-59741f4d5af6 2018-10-22 15:11:28,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-22 15:11:28,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa"}' 2018-10-22 15:11:28,591 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a X-Openstack-Request-Id: req-04dc5c95-f3c6-44c1-9e02-f6d96c3cb92e Date: Mon, 22 Oct 2018 15:11:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/file", "owner": "1684b354a2f9435893a94b3ee511eb6f", "id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "size": null, "self": "/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:11:28Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "checksum": null, "created_at": "2018-10-22T15:11:28Z", "protected": false} 2018-10-22 15:11:28,592 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-04dc5c95-f3c6-44c1-9e02-f6d96c3cb92e 2018-10-22 15:11:28,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.22022986412s 2018-10-22 15:11:28,592 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-04dc5c95-f3c6-44c1-9e02-f6d96c3cb92e returning object 309bb3f3-a114-44c8-89c2-d657f7d2c46a 2018-10-22 15:11:28,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-22 15:11:28,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '' 2018-10-22 15:11:29,933 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-23f5a9fe-85c7-4c0f-aa4d-6fd53df061db Date: Mon, 22 Oct 2018 15:11:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:11:29,933 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/file used request id req-23f5a9fe-85c7-4c0f-aa4d-6fd53df061db 2018-10-22 15:11:29,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.3406150341s 2018-10-22 15:11:29,934 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/file used request id req-23f5a9fe-85c7-4c0f-aa4d-6fd53df061db 2018-10-22 15:11:29,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 15:11:29,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:30,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-1cf5f197-2506-4bf7-ac53-18241d77a2f9 Date: Mon, 22 Oct 2018 15:11:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/snap", "metadata": {}}], "file": "/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/file", "owner": "1684b354a2f9435893a94b3ee511eb6f", "id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "size": 12716032, "self": "/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:11:29Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T15:11:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 15:11:30,104 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-1cf5f197-2506-4bf7-ac53-18241d77a2f9 2018-10-22 15:11:30,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.16942191124s 2018-10-22 15:11:30,104 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-1cf5f197-2506-4bf7-ac53-18241d77a2f9 2018-10-22 15:11:30,106 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/file', 'owner': u'1684b354a2f9435893a94b3ee511eb6f', 'id': u'309bb3f3-a114-44c8-89c2-d657f7d2c46a', 'size': 12716032, u'self': u'/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1684b354a2f9435893a94b3ee511eb6f', 'name': 'vping_userdata-project_4bd35889-eaaa-47b9-8521-5dbc638c0faa', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T15:11:29Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-22T15:11:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa', 'created': u'2018-10-22T15:11:28Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T15:11:28Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 15:11:30,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-22 15:11:30,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c213ba7c0f0304a39cd3d1c6307868268de97b95" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-22 15:11:30,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-1367c997-4b2c-4868-97ab-6fb6149bdace x-compute-request-id: req-1367c997-4b2c-4868-97ab-6fb6149bdace Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "name": "vping_userdata-flavor_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:11:30,319 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-1367c997-4b2c-4868-97ab-6fb6149bdace 2018-10-22 15:11:30,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.212242126465s 2018-10-22 15:11:30,320 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-1367c997-4b2c-4868-97ab-6fb6149bdace returning object e79f9882-cacf-4d20-ac03-3dc11b2e3a9b 2018-10-22 15:11:30,321 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_4bd35889-eaaa-47b9-8521-5dbc638c0faa', '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'8ba7a6acf87944158b12f697f8414be6', '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'e79f9882-cacf-4d20-ac03-3dc11b2e3a9b', 'swap': 0}) 2018-10-22 15:11:30,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-22 15:11:30,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b/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}c213ba7c0f0304a39cd3d1c6307868268de97b95" -d '{"extra_specs": {}}' 2018-10-22 15:11:30,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-781df423-b48e-4322-9585-c7aa37412059 x-compute-request-id: req-781df423-b48e-4322-9585-c7aa37412059 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-22 15:11:30,343 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b/os-extra_specs used request id req-781df423-b48e-4322-9585-c7aa37412059 2018-10-22 15:11:30,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0219950675964s 2018-10-22 15:11:30,344 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b/os-extra_specs used request id req-781df423-b48e-4322-9585-c7aa37412059 2018-10-22 15:11:30,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 15:11:30,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:30,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-de3e4fa8-3ec8-4a3c-b259-827009b01949 Date: Mon, 22 Oct 2018 15:11:30 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":["383568dc-2305-4226-9f68-01391c92d9eb"],"updated_at":"2018-10-22T15:11:24Z","tenant_id":"1684b354a2f9435893a94b3ee511eb6f","created_at":"2018-10-22T15:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1684b354a2f9435893a94b3ee511eb6f","id":"0b6440f8-d6f1-4a6f-ae85-80441a46a555","name":"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"updated_at":"2018-10-22T14:45:31Z","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","name":"external"}]} 2018-10-22 15:11:30,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-de3e4fa8-3ec8-4a3c-b259-827009b01949 2018-10-22 15:11:30,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258809089661s 2018-10-22 15:11:30,604 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-de3e4fa8-3ec8-4a3c-b259-827009b01949 2018-10-22 15:11:30,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 15:11:30,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:30,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-30d9d64a-85b0-4345-87af-8ed5afce27fb Date: Mon, 22 Oct 2018 15:11:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/snap", "metadata": {}}], "file": "/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/file", "owner": "1684b354a2f9435893a94b3ee511eb6f", "id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "size": 12716032, "self": "/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:11:29Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T15:11:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 15:11:30,788 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-30d9d64a-85b0-4345-87af-8ed5afce27fb 2018-10-22 15:11:30,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.183221817017s 2018-10-22 15:11:30,789 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-30d9d64a-85b0-4345-87af-8ed5afce27fb 2018-10-22 15:11:30,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-22 15:11:30,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:30,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-90f8a6e4-1b1a-43ba-b9c8-12a6d365f014 x-compute-request-id: req-90f8a6e4-1b1a-43ba-b9c8-12a6d365f014 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "name": "vping_userdata-flavor_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 15:11:30,957 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-90f8a6e4-1b1a-43ba-b9c8-12a6d365f014 2018-10-22 15:11:30,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.166615009308s 2018-10-22 15:11:30,958 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-90f8a6e4-1b1a-43ba-b9c8-12a6d365f014 2018-10-22 15:11:30,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-22 15:11:30,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"server": {"name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "imageRef": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "flavorRef": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0b6440f8-d6f1-4a6f-ae85-80441a46a555"}]}}' 2018-10-22 15:11:32,657 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:11: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-c58c00db-e00c-43c1-b9e0-0803ed9df315 x-compute-request-id: req-c58c00db-e00c-43c1-b9e0-0803ed9df315 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "adminPass": "rwrxz7q5cVop"}} 2018-10-22 15:11:32,657 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-c58c00db-e00c-43c1-b9e0-0803ed9df315 2018-10-22 15:11:32,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.69771504402s 2018-10-22 15:11:32,657 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-c58c00db-e00c-43c1-b9e0-0803ed9df315 2018-10-22 15:11:32,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:11:32,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:33,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-ef1fced3-540c-4516-a3e9-19e468b20752 x-compute-request-id: req-ef1fced3-540c-4516-a3e9-19e468b20752 Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "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-10-22T15:11:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:11:33,085 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ef1fced3-540c-4516-a3e9-19e468b20752 2018-10-22 15:11:33,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.426672935486s 2018-10-22 15:11:33,085 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ef1fced3-540c-4516-a3e9-19e468b20752 2018-10-22 15:11:33,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 15:11:33,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:33,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-6579bf69-f6d1-41fa-b2d2-faeeb0812d4b Date: Mon, 22 Oct 2018 15:11:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["383568dc-2305-4226-9f68-01391c92d9eb"],"updated_at":"2018-10-22T15:11:24Z","tenant_id":"1684b354a2f9435893a94b3ee511eb6f","created_at":"2018-10-22T15:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1684b354a2f9435893a94b3ee511eb6f","id":"0b6440f8-d6f1-4a6f-ae85-80441a46a555","name":"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"updated_at":"2018-10-22T14:45:31Z","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","name":"external"}]} 2018-10-22 15:11:33,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-6579bf69-f6d1-41fa-b2d2-faeeb0812d4b 2018-10-22 15:11:33,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.24797296524s 2018-10-22 15:11:33,340 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-6579bf69-f6d1-41fa-b2d2-faeeb0812d4b 2018-10-22 15:11:33,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-22 15:11:33,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:33,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-98b7e2bf-30de-4ad6-a029-07c3900a8ade Date: Mon, 22 Oct 2018 15:11:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b6440f8-d6f1-4a6f-ae85-80441a46a555","tenant_id":"1684b354a2f9435893a94b3ee511eb6f","created_at":"2018-10-22T15:11:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-22T15:11: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":"1684b354a2f9435893a94b3ee511eb6f","id":"383568dc-2305-4226-9f68-01391c92d9eb","subnetpool_id":null,"name":"vping_userdata-subnet_4bd35889-eaaa-47b9-8521-5dbc638c0faa"}]} 2018-10-22 15:11:33,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-98b7e2bf-30de-4ad6-a029-07c3900a8ade 2018-10-22 15:11:33,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0492630004883s 2018-10-22 15:11:33,391 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-98b7e2bf-30de-4ad6-a029-07c3900a8ade 2018-10-22 15:11:33,391 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-22 15:11:35,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:11:35,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:36,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-e6b05e63-a9e1-43b2-9f46-b844809125d2 x-compute-request-id: req-e6b05e63-a9e1-43b2-9f46-b844809125d2 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:11:34Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:11:36,203 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e6b05e63-a9e1-43b2-9f46-b844809125d2 2018-10-22 15:11:36,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.808482885361s 2018-10-22 15:11:36,203 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e6b05e63-a9e1-43b2-9f46-b844809125d2 2018-10-22 15:11:36,207 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-22 15:11:38,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:11:38,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:38,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-be96981e-6789-4e92-b597-ba0773636c06 x-compute-request-id: req-be96981e-6789-4e92-b597-ba0773636c06 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:11:38,958 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-be96981e-6789-4e92-b597-ba0773636c06 2018-10-22 15:11:38,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.74868106842s 2018-10-22 15:11:38,958 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-be96981e-6789-4e92-b597-ba0773636c06 2018-10-22 15:11:38,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-22 15:11:38,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=2fb739a5-bc08-417a-a69e-d37bb7b38570" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:39,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2d2c1526-ff38-4e05-8374-69765db9336b Date: Mon, 22 Oct 2018 15:11:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0b6440f8-d6f1-4a6f-ae85-80441a46a555","tenant_id":"1684b354a2f9435893a94b3ee511eb6f","created_at":"2018-10-22T15:11:34Z","admin_state_up":true,"updated_at":"2018-10-22T15:11:36Z","binding:vnic_type":"normal","device_id":"2fb739a5-bc08-417a-a69e-d37bb7b38570","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:16:f3:de","id":"969b0379-6de3-4eec-bb29-5a561540848f","port_security_enabled":true,"project_id":"1684b354a2f9435893a94b3ee511eb6f","fixed_ips":[{"subnet_id":"383568dc-2305-4226-9f68-01391c92d9eb","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["a99384a7-dd38-4a4f-9f8f-a94ed6b64aa1"],"name":""}]} 2018-10-22 15:11:39,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=2fb739a5-bc08-417a-a69e-d37bb7b38570 used request id req-2d2c1526-ff38-4e05-8374-69765db9336b 2018-10-22 15:11:39,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.197901010513s 2018-10-22 15:11:39,161 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=2fb739a5-bc08-417a-a69e-d37bb7b38570 used request id req-2d2c1526-ff38-4e05-8374-69765db9336b 2018-10-22 15:11:39,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-22 15:11:39,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=969b0379-6de3-4eec-bb29-5a561540848f" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:39,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9ffc16f8-1c68-42d4-aa3a-bb4c7b0c5915 Date: Mon, 22 Oct 2018 15:11:39 GMT RESP BODY: {"floatingips": []} 2018-10-22 15:11:39,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=969b0379-6de3-4eec-bb29-5a561540848f used request id req-9ffc16f8-1c68-42d4-aa3a-bb4c7b0c5915 2018-10-22 15:11:39,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0195710659027s 2018-10-22 15:11:39,186 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=969b0379-6de3-4eec-bb29-5a561540848f used request id req-9ffc16f8-1c68-42d4-aa3a-bb4c7b0c5915 2018-10-22 15:11:39,186 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:16:f3:de', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'309bb3f3-a114-44c8-89c2-d657f7d2c46a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-22T15:11:37.000000', 'flavor': Munch({u'id': u'e79f9882-cacf-4d20-ac03-3dc11b2e3a9b'}), 'az': u'nova', 'id': u'2fb739a5-bc08-417a-a69e-d37bb7b38570', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'3940aec74bbb41a38d5f4e2154f02daf', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1684b354a2f9435893a94b3ee511eb6f', 'name': 'vping_userdata-project_4bd35889-eaaa-47b9-8521-5dbc638c0faa', '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-10-22T15:11:37.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-22T15:11:38Z', 'hostId': u'2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39', '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-10-22T15:11:37.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1684b354a2f9435893a94b3ee511eb6f', 'name': u'vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa', 'adminPass': u'rwrxz7q5cVop', 'tenant_id': u'1684b354a2f9435893a94b3ee511eb6f', 'region': 'regionOne', 'created': u'2018-10-22T15:11:32Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-22 15:11:39,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 15:11:39,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:39,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-b86741e2-6512-4325-8ed0-27d93fe4e718 Date: Mon, 22 Oct 2018 15:11:39 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":["383568dc-2305-4226-9f68-01391c92d9eb"],"updated_at":"2018-10-22T15:11:24Z","tenant_id":"1684b354a2f9435893a94b3ee511eb6f","created_at":"2018-10-22T15:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1684b354a2f9435893a94b3ee511eb6f","id":"0b6440f8-d6f1-4a6f-ae85-80441a46a555","name":"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"updated_at":"2018-10-22T14:45:31Z","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","name":"external"}]} 2018-10-22 15:11:39,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b86741e2-6512-4325-8ed0-27d93fe4e718 2018-10-22 15:11:39,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105540990829s 2018-10-22 15:11:39,293 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b86741e2-6512-4325-8ed0-27d93fe4e718 2018-10-22 15:11:39,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 15:11:39,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:39,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-fec04b56-e3f5-4a76-bab0-5e4cdae68cd8 Date: Mon, 22 Oct 2018 15:11:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/snap", "metadata": {}}], "file": "/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/file", "owner": "1684b354a2f9435893a94b3ee511eb6f", "id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "size": 12716032, "self": "/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:11:29Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T15:11:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 15:11:39,472 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-fec04b56-e3f5-4a76-bab0-5e4cdae68cd8 2018-10-22 15:11:39,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177536010742s 2018-10-22 15:11:39,472 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-fec04b56-e3f5-4a76-bab0-5e4cdae68cd8 2018-10-22 15:11:39,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-22 15:11:39,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:39,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-7b27b6c2-4b90-49ab-ad68-af0b12ba85fc x-compute-request-id: req-7b27b6c2-4b90-49ab-ad68-af0b12ba85fc Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "name": "vping_userdata-flavor_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 15:11:39,508 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-7b27b6c2-4b90-49ab-ad68-af0b12ba85fc 2018-10-22 15:11:39,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0331249237061s 2018-10-22 15:11:39,508 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-7b27b6c2-4b90-49ab-ad68-af0b12ba85fc 2018-10-22 15:11:39,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-22 15:11:39,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"server": {"name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "imageRef": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "flavorRef": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjE0IDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0b6440f8-d6f1-4a6f-ae85-80441a46a555"}]}}' 2018-10-22 15:11:41,165 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:11: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-d21bfaa3-2c71-4fce-aa82-ef6e80220592 x-compute-request-id: req-d21bfaa3-2c71-4fce-aa82-ef6e80220592 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "adminPass": "ZKj5iS6T56sV"}} 2018-10-22 15:11:41,165 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-d21bfaa3-2c71-4fce-aa82-ef6e80220592 2018-10-22 15:11:41,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.65591192245s 2018-10-22 15:11:41,166 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-d21bfaa3-2c71-4fce-aa82-ef6e80220592 2018-10-22 15:11:41,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:11:41,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:41,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-81f90c43-f92f-411c-9528-84517314f9d0 x-compute-request-id: req-81f90c43-f92f-411c-9528-84517314f9d0 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "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-10-22T15:11:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:11:41,809 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-81f90c43-f92f-411c-9528-84517314f9d0 2018-10-22 15:11:41,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.642789840698s 2018-10-22 15:11:41,810 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-81f90c43-f92f-411c-9528-84517314f9d0 2018-10-22 15:11:41,814 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-22 15:11:43,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:11:43,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:44,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-5c4cae56-366e-49f4-a25a-ea5bf627e64e x-compute-request-id: req-5c4cae56-366e-49f4-a25a-ea5bf627e64e 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.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:11:42Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:11:44,460 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5c4cae56-366e-49f4-a25a-ea5bf627e64e 2018-10-22 15:11:44,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.642697095871s 2018-10-22 15:11:44,460 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5c4cae56-366e-49f4-a25a-ea5bf627e64e 2018-10-22 15:11:44,465 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-22 15:11:46,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:11:46,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:47,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-17cbfd3c-6541-4e2f-ab25-d25cb91ee5aa x-compute-request-id: req-17cbfd3c-6541-4e2f-ab25-d25cb91ee5aa 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.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:11:42Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:11:47,120 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-17cbfd3c-6541-4e2f-ab25-d25cb91ee5aa 2018-10-22 15:11:47,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.652392148972s 2018-10-22 15:11:47,120 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-17cbfd3c-6541-4e2f-ab25-d25cb91ee5aa 2018-10-22 15:11:47,125 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-22 15:11:49,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:11:49,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:49,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-6e6bd55f-8b16-40d2-8d5d-873c3f979730 x-compute-request-id: req-6e6bd55f-8b16-40d2-8d5d-873c3f979730 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.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T15:11:42Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:11:49,742 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6e6bd55f-8b16-40d2-8d5d-873c3f979730 2018-10-22 15:11:49,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.614408016205s 2018-10-22 15:11:49,742 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6e6bd55f-8b16-40d2-8d5d-873c3f979730 2018-10-22 15:11:49,747 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-22 15:11:51,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:11:51,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:52,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-fbaf7794-da1c-41c3-bdc1-f03a900af02c x-compute-request-id: req-fbaf7794-da1c-41c3-bdc1-f03a900af02c Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:11:52,107 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fbaf7794-da1c-41c3-bdc1-f03a900af02c 2018-10-22 15:11:52,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.3581199646s 2018-10-22 15:11:52,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fbaf7794-da1c-41c3-bdc1-f03a900af02c 2018-10-22 15:11:52,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-22 15:11:52,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=46b3ed87-5559-4d66-84ef-34dc6f311247" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:52,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f4b2ebc0-2ca5-45ef-960e-8ecf1a6af92e Date: Mon, 22 Oct 2018 15:11:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0b6440f8-d6f1-4a6f-ae85-80441a46a555","tenant_id":"1684b354a2f9435893a94b3ee511eb6f","created_at":"2018-10-22T15:11:42Z","admin_state_up":true,"updated_at":"2018-10-22T15:11:43Z","binding:vnic_type":"normal","device_id":"46b3ed87-5559-4d66-84ef-34dc6f311247","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:97:ec:86","id":"5b6dfb3f-c646-4594-8dee-e4332e4291c2","port_security_enabled":true,"project_id":"1684b354a2f9435893a94b3ee511eb6f","fixed_ips":[{"subnet_id":"383568dc-2305-4226-9f68-01391c92d9eb","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["a99384a7-dd38-4a4f-9f8f-a94ed6b64aa1"],"name":""}]} 2018-10-22 15:11:52,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=46b3ed87-5559-4d66-84ef-34dc6f311247 used request id req-f4b2ebc0-2ca5-45ef-960e-8ecf1a6af92e 2018-10-22 15:11:52,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0920519828796s 2018-10-22 15:11:52,205 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=46b3ed87-5559-4d66-84ef-34dc6f311247 used request id req-f4b2ebc0-2ca5-45ef-960e-8ecf1a6af92e 2018-10-22 15:11:52,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-22 15:11:52,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=5b6dfb3f-c646-4594-8dee-e4332e4291c2" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:52,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8dddfa41-4225-4871-bc73-69846cceb642 Date: Mon, 22 Oct 2018 15:11:52 GMT RESP BODY: {"floatingips": []} 2018-10-22 15:11:52,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=5b6dfb3f-c646-4594-8dee-e4332e4291c2 used request id req-8dddfa41-4225-4871-bc73-69846cceb642 2018-10-22 15:11:52,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0201091766357s 2018-10-22 15:11:52,231 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=5b6dfb3f-c646-4594-8dee-e4332e4291c2 used request id req-8dddfa41-4225-4871-bc73-69846cceb642 2018-10-22 15:11:52,231 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:97:ec:86', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'309bb3f3-a114-44c8-89c2-d657f7d2c46a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-22T15:11:50.000000', 'flavor': Munch({u'id': u'e79f9882-cacf-4d20-ac03-3dc11b2e3a9b'}), 'az': u'nova', 'id': u'46b3ed87-5559-4d66-84ef-34dc6f311247', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'3940aec74bbb41a38d5f4e2154f02daf', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1684b354a2f9435893a94b3ee511eb6f', 'name': 'vping_userdata-project_4bd35889-eaaa-47b9-8521-5dbc638c0faa', '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-10-22T15:11:50.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-22T15:11:50Z', 'hostId': u'b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8', '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-10-22T15:11:50.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1684b354a2f9435893a94b3ee511eb6f', 'name': u'vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa', 'adminPass': u'ZKj5iS6T56sV', 'tenant_id': u'1684b354a2f9435893a94b3ee511eb6f', 'region': 'regionOne', 'created': u'2018-10-22T15:11:41Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-22 15:11:52,232 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-10-22 15:11:53,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:11:53,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:53,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-49016d01-1368-4585-a236-2a3d68c38352 x-compute-request-id: req-49016d01-1368-4585-a236-2a3d68c38352 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:11:53,802 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-49016d01-1368-4585-a236-2a3d68c38352 2018-10-22 15:11:53,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.568636894226s 2018-10-22 15:11:53,803 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-49016d01-1368-4585-a236-2a3d68c38352 2018-10-22 15:11:53,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:11:53,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:11:54,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-1577c280-b9d8-48da-9931-8d3185c7c913 x-compute-request-id: req-1577c280-b9d8-48da-9931-8d3185c7c913 Content-Encoding: gzip Content-Length: 7967 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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-10-22 15:11:54,914 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-1577c280-b9d8-48da-9931-8d3185c7c913 2018-10-22 15:11:54,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10852003098s 2018-10-22 15:11:54,915 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-1577c280-b9d8-48da-9931-8d3185c7c913 2018-10-22 15:11:54,915 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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-10-22 15:11:54,916 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:11:55,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:11:55,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:56,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-d092b310-0575-4e5f-937b-5b47b9067e49 x-compute-request-id: req-d092b310-0575-4e5f-937b-5b47b9067e49 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:11:56,715 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d092b310-0575-4e5f-937b-5b47b9067e49 2018-10-22 15:11:56,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.797387123108s 2018-10-22 15:11:56,716 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d092b310-0575-4e5f-937b-5b47b9067e49 2018-10-22 15:11:56,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:11:56,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:11:57,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-160280e4-1fa6-4cf8-9dab-c8fb2a6997f1 x-compute-request-id: req-160280e4-1fa6-4cf8-9dab-c8fb2a6997f1 Content-Encoding: gzip Content-Length: 7967 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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-10-22 15:11:57,790 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-160280e4-1fa6-4cf8-9dab-c8fb2a6997f1 2018-10-22 15:11:57,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07101297379s 2018-10-22 15:11:57,791 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-160280e4-1fa6-4cf8-9dab-c8fb2a6997f1 2018-10-22 15:11:57,791 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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-10-22 15:11:58,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:11:58,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:11:59,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-a1be05c7-4796-43c6-b4b2-448f28a363b0 x-compute-request-id: req-a1be05c7-4796-43c6-b4b2-448f28a363b0 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:11:59,034 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a1be05c7-4796-43c6-b4b2-448f28a363b0 2018-10-22 15:11:59,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.241126060486s 2018-10-22 15:11:59,035 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a1be05c7-4796-43c6-b4b2-448f28a363b0 2018-10-22 15:11:59,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:11:59,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:00,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:11: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-a2fbdee7-a725-4eda-b172-a0dbeadff9c6 x-compute-request-id: req-a2fbdee7-a725-4eda-b172-a0dbeadff9c6 Content-Encoding: gzip Content-Length: 7991 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\n"} 2018-10-22 15:12:00,111 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a2fbdee7-a725-4eda-b172-a0dbeadff9c6 2018-10-22 15:12:00,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07388210297s 2018-10-22 15:12:00,112 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a2fbdee7-a725-4eda-b172-a0dbeadff9c6 2018-10-22 15:12:00,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] 2018-10-22 15:12:01,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:01,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:01,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12: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-c56d24cf-4224-4b85-8d73-162dbd43d233 x-compute-request-id: req-c56d24cf-4224-4b85-8d73-162dbd43d233 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:01,785 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c56d24cf-4224-4b85-8d73-162dbd43d233 2018-10-22 15:12:01,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.670455932617s 2018-10-22 15:12:01,786 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c56d24cf-4224-4b85-8d73-162dbd43d233 2018-10-22 15:12:01,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:01,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:02,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12: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-ce097c4b-453d-446e-b151-7e186e1dacac x-compute-request-id: req-ce097c4b-453d-446e-b151-7e186e1dacac Content-Encoding: gzip Content-Length: 7991 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\n"} 2018-10-22 15:12:02,883 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-ce097c4b-453d-446e-b151-7e186e1dacac 2018-10-22 15:12:02,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09474492073s 2018-10-22 15:12:02,884 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-ce097c4b-453d-446e-b151-7e186e1dacac 2018-10-22 15:12:02,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] 2018-10-22 15:12:03,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:03,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:04,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12: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-b01536f3-cc3d-4cdb-9cab-e6b060f81e91 x-compute-request-id: req-b01536f3-cc3d-4cdb-9cab-e6b060f81e91 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:04,451 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b01536f3-cc3d-4cdb-9cab-e6b060f81e91 2018-10-22 15:12:04,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.563457965851s 2018-10-22 15:12:04,451 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b01536f3-cc3d-4cdb-9cab-e6b060f81e91 2018-10-22 15:12:04,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:04,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:05,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12: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-897d45a2-7983-476e-9692-8a04b35f48f5 x-compute-request-id: req-897d45a2-7983-476e-9692-8a04b35f48f5 Content-Encoding: gzip Content-Length: 7996 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\n"} 2018-10-22 15:12:05,572 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-897d45a2-7983-476e-9692-8a04b35f48f5 2018-10-22 15:12:05,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11825704575s 2018-10-22 15:12:05,573 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-897d45a2-7983-476e-9692-8a04b35f48f5 2018-10-22 15:12:05,573 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO 2018-10-22 15:12:06,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:06,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:07,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eda1a341-10a7-44e9-8bbf-eba2125fd6cb x-compute-request-id: req-eda1a341-10a7-44e9-8bbf-eba2125fd6cb Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:07,243 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-eda1a341-10a7-44e9-8bbf-eba2125fd6cb 2018-10-22 15:12:07,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.666707992554s 2018-10-22 15:12:07,243 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-eda1a341-10a7-44e9-8bbf-eba2125fd6cb 2018-10-22 15:12:07,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:07,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:08,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d1135bf-ea14-45fe-abae-1b2264c4300c x-compute-request-id: req-7d1135bf-ea14-45fe-abae-1b2264c4300c Content-Encoding: gzip Content-Length: 7996 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\n"} 2018-10-22 15:12:08,317 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-7d1135bf-ea14-45fe-abae-1b2264c4300c 2018-10-22 15:12:08,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06979799271s 2018-10-22 15:12:08,318 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-7d1135bf-ea14-45fe-abae-1b2264c4300c 2018-10-22 15:12:08,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO 2018-10-22 15:12:09,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:09,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:10,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12: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-eb8ed8f8-fb9f-4652-a644-9116467b1a54 x-compute-request-id: req-eb8ed8f8-fb9f-4652-a644-9116467b1a54 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:10,020 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-eb8ed8f8-fb9f-4652-a644-9116467b1a54 2018-10-22 15:12:10,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.699012041092s 2018-10-22 15:12:10,021 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-eb8ed8f8-fb9f-4652-a644-9116467b1a54 2018-10-22 15:12:10,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:10,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:11,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-969b3dd2-b883-49be-88de-0429f883b9f6 x-compute-request-id: req-969b3dd2-b883-49be-88de-0429f883b9f6 Content-Encoding: gzip Content-Length: 7996 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\n"} 2018-10-22 15:12:11,119 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-969b3dd2-b883-49be-88de-0429f883b9f6 2018-10-22 15:12:11,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09556102753s 2018-10-22 15:12:11,120 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-969b3dd2-b883-49be-88de-0429f883b9f6 2018-10-22 15:12:11,120 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO 2018-10-22 15:12:12,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:12,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:12,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e769038-026f-4fae-b1cc-626165513d60 x-compute-request-id: req-0e769038-026f-4fae-b1cc-626165513d60 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:12,972 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0e769038-026f-4fae-b1cc-626165513d60 2018-10-22 15:12:12,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.848707199097s 2018-10-22 15:12:12,972 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0e769038-026f-4fae-b1cc-626165513d60 2018-10-22 15:12:12,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:12,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:14,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f17c8101-6ae1-4075-8c3d-bad8e3cef610 x-compute-request-id: req-f17c8101-6ae1-4075-8c3d-bad8e3cef610 Content-Encoding: gzip Content-Length: 7996 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\n"} 2018-10-22 15:12:14,048 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-f17c8101-6ae1-4075-8c3d-bad8e3cef610 2018-10-22 15:12:14,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07324790955s 2018-10-22 15:12:14,049 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-f17c8101-6ae1-4075-8c3d-bad8e3cef610 2018-10-22 15:12:14,050 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO 2018-10-22 15:12:15,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:15,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:15,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f95baed5-1b99-49fa-a0b4-18a9456c270b x-compute-request-id: req-f95baed5-1b99-49fa-a0b4-18a9456c270b Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:15,616 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f95baed5-1b99-49fa-a0b4-18a9456c270b 2018-10-22 15:12:15,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.56421995163s 2018-10-22 15:12:15,617 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f95baed5-1b99-49fa-a0b4-18a9456c270b 2018-10-22 15:12:15,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:15,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:16,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa77083c-d34c-4059-8e4f-5c050f5b1ef3 x-compute-request-id: req-fa77083c-d34c-4059-8e4f-5c050f5b1ef3 Content-Encoding: gzip Content-Length: 7997 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\n"} 2018-10-22 15:12:16,690 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-fa77083c-d34c-4059-8e4f-5c050f5b1ef3 2018-10-22 15:12:16,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07064390182s 2018-10-22 15:12:16,691 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-fa77083c-d34c-4059-8e4f-5c050f5b1ef3 2018-10-22 15:12:16,691 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO 2018-10-22 15:12:17,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:17,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:18,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aba7ac9c-76cc-4f25-95c4-78c972ced4c8 x-compute-request-id: req-aba7ac9c-76cc-4f25-95c4-78c972ced4c8 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:18,311 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-aba7ac9c-76cc-4f25-95c4-78c972ced4c8 2018-10-22 15:12:18,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.617105007172s 2018-10-22 15:12:18,312 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-aba7ac9c-76cc-4f25-95c4-78c972ced4c8 2018-10-22 15:12:18,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:18,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:19,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12: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-f8694e0f-e768-4a1b-88ce-764fa5dcea7a x-compute-request-id: req-f8694e0f-e768-4a1b-88ce-764fa5dcea7a Content-Encoding: gzip Content-Length: 7997 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\n"} 2018-10-22 15:12:19,385 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-f8694e0f-e768-4a1b-88ce-764fa5dcea7a 2018-10-22 15:12:19,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07098793983s 2018-10-22 15:12:19,386 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-f8694e0f-e768-4a1b-88ce-764fa5dcea7a 2018-10-22 15:12:19,386 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO 2018-10-22 15:12:20,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:20,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:20,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17aaa91f-d836-4291-abcb-13152e4b029f x-compute-request-id: req-17aaa91f-d836-4291-abcb-13152e4b029f Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:20,986 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-17aaa91f-d836-4291-abcb-13152e4b029f 2018-10-22 15:12:20,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.597188949585s 2018-10-22 15:12:20,987 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-17aaa91f-d836-4291-abcb-13152e4b029f 2018-10-22 15:12:20,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:20,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:22,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec0db982-9cab-4f6a-bb37-3ab2a7b7ef0b x-compute-request-id: req-ec0db982-9cab-4f6a-bb37-3ab2a7b7ef0b Content-Encoding: gzip Content-Length: 7997 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\n"} 2018-10-22 15:12:22,094 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-ec0db982-9cab-4f6a-bb37-3ab2a7b7ef0b 2018-10-22 15:12:22,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10449409485s 2018-10-22 15:12:22,095 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-ec0db982-9cab-4f6a-bb37-3ab2a7b7ef0b 2018-10-22 15:12:22,095 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO 2018-10-22 15:12:22,096 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:12:23,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:23,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:23,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-948b9aa7-66b4-476d-bdf9-de16a001df9a x-compute-request-id: req-948b9aa7-66b4-476d-bdf9-de16a001df9a Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:23,724 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-948b9aa7-66b4-476d-bdf9-de16a001df9a 2018-10-22 15:12:23,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.626338005066s 2018-10-22 15:12:23,724 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-948b9aa7-66b4-476d-bdf9-de16a001df9a 2018-10-22 15:12:23,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:23,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:24,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d4bfdef-8391-4e6b-96a3-7e704a8afa96 x-compute-request-id: req-6d4bfdef-8391-4e6b-96a3-7e704a8afa96 Content-Encoding: gzip Content-Length: 7997 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\n"} 2018-10-22 15:12:24,821 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-6d4bfdef-8391-4e6b-96a3-7e704a8afa96 2018-10-22 15:12:24,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09444785118s 2018-10-22 15:12:24,822 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-6d4bfdef-8391-4e6b-96a3-7e704a8afa96 2018-10-22 15:12:24,822 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO 2018-10-22 15:12:25,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:25,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:26,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62238f7a-4481-408b-a210-614de4f34679 x-compute-request-id: req-62238f7a-4481-408b-a210-614de4f34679 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:26,505 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-62238f7a-4481-408b-a210-614de4f34679 2018-10-22 15:12:26,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.679425954819s 2018-10-22 15:12:26,505 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-62238f7a-4481-408b-a210-614de4f34679 2018-10-22 15:12:26,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:26,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:27,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dda28a28-23a4-4335-90e3-c16572d9fbe6 x-compute-request-id: req-dda28a28-23a4-4335-90e3-c16572d9fbe6 Content-Encoding: gzip Content-Length: 7997 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:12:27,577 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-dda28a28-23a4-4335-90e3-c16572d9fbe6 2018-10-22 15:12:27,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06934404373s 2018-10-22 15:12:27,578 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-dda28a28-23a4-4335-90e3-c16572d9fbe6 2018-10-22 15:12:27,578 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO 2018-10-22 15:12:28,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:28,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:29,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12: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-001e8b90-8d6f-450b-8580-a4ec9e9a7148 x-compute-request-id: req-001e8b90-8d6f-450b-8580-a4ec9e9a7148 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:29,389 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-001e8b90-8d6f-450b-8580-a4ec9e9a7148 2018-10-22 15:12:29,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.807567119598s 2018-10-22 15:12:29,389 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-001e8b90-8d6f-450b-8580-a4ec9e9a7148 2018-10-22 15:12:29,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:29,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:30,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8eb482cb-bee3-4e31-9e29-685e6aa2d373 x-compute-request-id: req-8eb482cb-bee3-4e31-9e29-685e6aa2d373 Content-Encoding: gzip Content-Length: 7997 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:12:30,493 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8eb482cb-bee3-4e31-9e29-685e6aa2d373 2018-10-22 15:12:30,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10131216049s 2018-10-22 15:12:30,494 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8eb482cb-bee3-4e31-9e29-685e6aa2d373 2018-10-22 15:12:30,494 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO 2018-10-22 15:12:31,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:31,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:31,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e7eb082-e1c2-4405-91e1-4d564a7f9e0f x-compute-request-id: req-6e7eb082-e1c2-4405-91e1-4d564a7f9e0f Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:31,872 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6e7eb082-e1c2-4405-91e1-4d564a7f9e0f 2018-10-22 15:12:31,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.374978065491s 2018-10-22 15:12:31,873 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6e7eb082-e1c2-4405-91e1-4d564a7f9e0f 2018-10-22 15:12:31,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:31,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:32,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0ccc672-2b85-4c4e-9bc2-1c4f56969a33 x-compute-request-id: req-a0ccc672-2b85-4c4e-9bc2-1c4f56969a33 Content-Encoding: gzip Content-Length: 7997 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:12:32,978 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a0ccc672-2b85-4c4e-9bc2-1c4f56969a33 2018-10-22 15:12:32,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10287690163s 2018-10-22 15:12:32,979 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a0ccc672-2b85-4c4e-9bc2-1c4f56969a33 2018-10-22 15:12:32,979 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO 2018-10-22 15:12:33,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:33,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:34,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12: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-f7f66e2d-c824-41a9-ae14-62b218d12066 x-compute-request-id: req-f7f66e2d-c824-41a9-ae14-62b218d12066 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:34,514 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f7f66e2d-c824-41a9-ae14-62b218d12066 2018-10-22 15:12:34,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532419919968s 2018-10-22 15:12:34,515 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f7f66e2d-c824-41a9-ae14-62b218d12066 2018-10-22 15:12:34,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:34,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:35,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12: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-fe72e153-59db-4502-9d3b-0c13ba0faf1c x-compute-request-id: req-fe72e153-59db-4502-9d3b-0c13ba0faf1c Content-Encoding: gzip Content-Length: 7997 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:12:35,589 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-fe72e153-59db-4502-9d3b-0c13ba0faf1c 2018-10-22 15:12:35,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07103490829s 2018-10-22 15:12:35,590 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-fe72e153-59db-4502-9d3b-0c13ba0faf1c 2018-10-22 15:12:35,590 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO 2018-10-22 15:12:36,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:36,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:37,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12: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-dee0d1ad-ef2f-4ec7-8b18-b88c981610ac x-compute-request-id: req-dee0d1ad-ef2f-4ec7-8b18-b88c981610ac Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:37,271 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dee0d1ad-ef2f-4ec7-8b18-b88c981610ac 2018-10-22 15:12:37,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.678402900696s 2018-10-22 15:12:37,272 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dee0d1ad-ef2f-4ec7-8b18-b88c981610ac 2018-10-22 15:12:37,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:37,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:38,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac99fb4b-0707-4e98-872d-423b4d5fb677 x-compute-request-id: req-ac99fb4b-0707-4e98-872d-423b4d5fb677 Content-Encoding: gzip Content-Length: 7997 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:12:38,346 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-ac99fb4b-0707-4e98-872d-423b4d5fb677 2018-10-22 15:12:38,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07187008858s 2018-10-22 15:12:38,347 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-ac99fb4b-0707-4e98-872d-423b4d5fb677 2018-10-22 15:12:38,347 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:12:39,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:39,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:39,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ab37129-5a70-4612-bcd1-01ac37a8b390 x-compute-request-id: req-6ab37129-5a70-4612-bcd1-01ac37a8b390 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:39,871 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6ab37129-5a70-4612-bcd1-01ac37a8b390 2018-10-22 15:12:39,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521203994751s 2018-10-22 15:12:39,872 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6ab37129-5a70-4612-bcd1-01ac37a8b390 2018-10-22 15:12:39,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:39,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:40,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4241c76-127e-4fd1-b008-4ec08811919c x-compute-request-id: req-b4241c76-127e-4fd1-b008-4ec08811919c Content-Encoding: gzip Content-Length: 7997 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:12:40,941 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-b4241c76-127e-4fd1-b008-4ec08811919c 2018-10-22 15:12:40,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06672406197s 2018-10-22 15:12:40,942 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-b4241c76-127e-4fd1-b008-4ec08811919c 2018-10-22 15:12:40,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:12:41,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:41,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:42,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12: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-5a65932c-5e25-4a35-b96c-8524daeaa94c x-compute-request-id: req-5a65932c-5e25-4a35-b96c-8524daeaa94c Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:42,462 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5a65932c-5e25-4a35-b96c-8524daeaa94c 2018-10-22 15:12:42,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516760110855s 2018-10-22 15:12:42,462 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5a65932c-5e25-4a35-b96c-8524daeaa94c 2018-10-22 15:12:42,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:42,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:43,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-992ad96c-6ab2-4066-9efd-666fa5715fdd x-compute-request-id: req-992ad96c-6ab2-4066-9efd-666fa5715fdd Content-Encoding: gzip Content-Length: 7997 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:12:43,567 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-992ad96c-6ab2-4066-9efd-666fa5715fdd 2018-10-22 15:12:43,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10267806053s 2018-10-22 15:12:43,568 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-992ad96c-6ab2-4066-9efd-666fa5715fdd 2018-10-22 15:12:43,569 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:12:44,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:44,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:45,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50740ce4-8893-4c71-9adf-008f65ed6419 x-compute-request-id: req-50740ce4-8893-4c71-9adf-008f65ed6419 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:45,186 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-50740ce4-8893-4c71-9adf-008f65ed6419 2018-10-22 15:12:45,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.614530086517s 2018-10-22 15:12:45,186 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-50740ce4-8893-4c71-9adf-008f65ed6419 2018-10-22 15:12:45,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:45,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:46,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-668fee93-8b36-4114-9d06-f6fa979f0dd8 x-compute-request-id: req-668fee93-8b36-4114-9d06-f6fa979f0dd8 Content-Encoding: gzip Content-Length: 7997 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:12:46,261 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-668fee93-8b36-4114-9d06-f6fa979f0dd8 2018-10-22 15:12:46,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07166814804s 2018-10-22 15:12:46,262 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-668fee93-8b36-4114-9d06-f6fa979f0dd8 2018-10-22 15:12:46,262 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:12:47,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:47,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:47,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12: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-e6bebafd-a8d0-40b4-b0a8-ed0a032e6b28 x-compute-request-id: req-e6bebafd-a8d0-40b4-b0a8-ed0a032e6b28 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:47,633 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e6bebafd-a8d0-40b4-b0a8-ed0a032e6b28 2018-10-22 15:12:47,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368394136429s 2018-10-22 15:12:47,633 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e6bebafd-a8d0-40b4-b0a8-ed0a032e6b28 2018-10-22 15:12:47,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:47,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:48,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12: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-2bcf13d8-a8d3-4782-894e-14168cc820e3 x-compute-request-id: req-2bcf13d8-a8d3-4782-894e-14168cc820e3 Content-Encoding: gzip Content-Length: 7998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:12:48,755 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-2bcf13d8-a8d3-4782-894e-14168cc820e3 2018-10-22 15:12:48,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11902809143s 2018-10-22 15:12:48,756 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-2bcf13d8-a8d3-4782-894e-14168cc820e3 2018-10-22 15:12:48,756 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:12:48,757 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:12:49,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:49,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:50,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d511cd22-5958-45b2-8807-8be5a22bce1f x-compute-request-id: req-d511cd22-5958-45b2-8807-8be5a22bce1f Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:50,297 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d511cd22-5958-45b2-8807-8be5a22bce1f 2018-10-22 15:12:50,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537672996521s 2018-10-22 15:12:50,297 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d511cd22-5958-45b2-8807-8be5a22bce1f 2018-10-22 15:12:50,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:50,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:51,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-035d772d-1cd6-439b-9a8f-f04a6fb02bb8 x-compute-request-id: req-035d772d-1cd6-439b-9a8f-f04a6fb02bb8 Content-Encoding: gzip Content-Length: 7998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:12:51,377 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-035d772d-1cd6-439b-9a8f-f04a6fb02bb8 2018-10-22 15:12:51,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07735490799s 2018-10-22 15:12:51,378 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-035d772d-1cd6-439b-9a8f-f04a6fb02bb8 2018-10-22 15:12:51,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:12:52,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:52,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:52,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12: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-59383888-e781-409e-8d84-2767f62bd26c x-compute-request-id: req-59383888-e781-409e-8d84-2767f62bd26c Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:52,760 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-59383888-e781-409e-8d84-2767f62bd26c 2018-10-22 15:12:52,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.378968954086s 2018-10-22 15:12:52,761 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-59383888-e781-409e-8d84-2767f62bd26c 2018-10-22 15:12:52,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:52,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:53,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12: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-1946e5ec-2276-4369-b789-5fa9dce89fe1 x-compute-request-id: req-1946e5ec-2276-4369-b789-5fa9dce89fe1 Content-Encoding: gzip Content-Length: 7998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:12:53,833 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-1946e5ec-2276-4369-b789-5fa9dce89fe1 2018-10-22 15:12:53,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06959199905s 2018-10-22 15:12:53,834 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-1946e5ec-2276-4369-b789-5fa9dce89fe1 2018-10-22 15:12:53,834 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:12:54,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:54,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:55,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-121c61da-b99c-4e34-b6e5-2a1c727e5035 x-compute-request-id: req-121c61da-b99c-4e34-b6e5-2a1c727e5035 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:55,524 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-121c61da-b99c-4e34-b6e5-2a1c727e5035 2018-10-22 15:12:55,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.68713092804s 2018-10-22 15:12:55,524 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-121c61da-b99c-4e34-b6e5-2a1c727e5035 2018-10-22 15:12:55,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:55,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:56,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12: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-50dc0af5-e355-4adf-9fe7-3b9783c2829f x-compute-request-id: req-50dc0af5-e355-4adf-9fe7-3b9783c2829f Content-Encoding: gzip Content-Length: 7998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:12:56,599 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-50dc0af5-e355-4adf-9fe7-3b9783c2829f 2018-10-22 15:12:56,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07243990898s 2018-10-22 15:12:56,600 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-50dc0af5-e355-4adf-9fe7-3b9783c2829f 2018-10-22 15:12:56,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:12:57,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:12:57,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:12:58,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12: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-58925f59-ba55-4748-a28b-3b7f1d0bc70e x-compute-request-id: req-58925f59-ba55-4748-a28b-3b7f1d0bc70e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:12:58,153 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-58925f59-ba55-4748-a28b-3b7f1d0bc70e 2018-10-22 15:12:58,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.549823999405s 2018-10-22 15:12:58,153 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-58925f59-ba55-4748-a28b-3b7f1d0bc70e 2018-10-22 15:12:58,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:12:58,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:12:59,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:12:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4705be9-442c-4f01-aa20-9c04274f446c x-compute-request-id: req-c4705be9-442c-4f01-aa20-9c04274f446c Content-Encoding: gzip Content-Length: 7998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:12:59,179 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-c4705be9-442c-4f01-aa20-9c04274f446c 2018-10-22 15:12:59,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.02323079109s 2018-10-22 15:12:59,180 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-c4705be9-442c-4f01-aa20-9c04274f446c 2018-10-22 15:12:59,180 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:00,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:00,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:00,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13: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-ae9ee5bc-31a0-4eec-ac28-47f0cc7b17ca x-compute-request-id: req-ae9ee5bc-31a0-4eec-ac28-47f0cc7b17ca Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:00,690 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ae9ee5bc-31a0-4eec-ac28-47f0cc7b17ca 2018-10-22 15:13:00,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506667852402s 2018-10-22 15:13:00,690 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ae9ee5bc-31a0-4eec-ac28-47f0cc7b17ca 2018-10-22 15:13:00,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:00,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:01,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13: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-64f30164-cf30-4198-933f-b0cab577bda1 x-compute-request-id: req-64f30164-cf30-4198-933f-b0cab577bda1 Content-Encoding: gzip Content-Length: 7998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:01,800 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-64f30164-cf30-4198-933f-b0cab577bda1 2018-10-22 15:13:01,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10703492165s 2018-10-22 15:13:01,801 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-64f30164-cf30-4198-933f-b0cab577bda1 2018-10-22 15:13:01,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:02,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:02,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:03,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0b56551-aecc-47cf-b0e0-123e595ad5ab x-compute-request-id: req-c0b56551-aecc-47cf-b0e0-123e595ad5ab Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:03,329 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c0b56551-aecc-47cf-b0e0-123e595ad5ab 2018-10-22 15:13:03,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525210857391s 2018-10-22 15:13:03,330 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c0b56551-aecc-47cf-b0e0-123e595ad5ab 2018-10-22 15:13:03,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:03,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:04,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b38afd0-ef54-44d5-96ba-c67fc78f61dd x-compute-request-id: req-5b38afd0-ef54-44d5-96ba-c67fc78f61dd Content-Encoding: gzip Content-Length: 7998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:04,406 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-5b38afd0-ef54-44d5-96ba-c67fc78f61dd 2018-10-22 15:13:04,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07365608215s 2018-10-22 15:13:04,407 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-5b38afd0-ef54-44d5-96ba-c67fc78f61dd 2018-10-22 15:13:04,407 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:05,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:05,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:05,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4a4a95b-d435-48cd-aa24-21e74c0818a4 x-compute-request-id: req-e4a4a95b-d435-48cd-aa24-21e74c0818a4 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:05,774 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e4a4a95b-d435-48cd-aa24-21e74c0818a4 2018-10-22 15:13:05,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.363599061966s 2018-10-22 15:13:05,774 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e4a4a95b-d435-48cd-aa24-21e74c0818a4 2018-10-22 15:13:05,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:05,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:06,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c191e2e5-ba62-4541-9179-c582c12d8d04 x-compute-request-id: req-c191e2e5-ba62-4541-9179-c582c12d8d04 Content-Encoding: gzip Content-Length: 7998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:06,848 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-c191e2e5-ba62-4541-9179-c582c12d8d04 2018-10-22 15:13:06,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07153701782s 2018-10-22 15:13:06,849 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-c191e2e5-ba62-4541-9179-c582c12d8d04 2018-10-22 15:13:06,850 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:07,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:07,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:08,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99f43abb-8a9a-49a9-92e1-550c65501a5e x-compute-request-id: req-99f43abb-8a9a-49a9-92e1-550c65501a5e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:08,432 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-99f43abb-8a9a-49a9-92e1-550c65501a5e 2018-10-22 15:13:08,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.58028793335s 2018-10-22 15:13:08,433 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-99f43abb-8a9a-49a9-92e1-550c65501a5e 2018-10-22 15:13:08,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:08,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:09,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb52db68-d49f-4608-805d-b02c4a2d9d47 x-compute-request-id: req-fb52db68-d49f-4608-805d-b02c4a2d9d47 Content-Encoding: gzip Content-Length: 7998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:09,539 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-fb52db68-d49f-4608-805d-b02c4a2d9d47 2018-10-22 15:13:09,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10346293449s 2018-10-22 15:13:09,540 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-fb52db68-d49f-4608-805d-b02c4a2d9d47 2018-10-22 15:13:09,540 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:10,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:10,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:10,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f15ddce1-008e-4f1f-95ed-972e5b557143 x-compute-request-id: req-f15ddce1-008e-4f1f-95ed-972e5b557143 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:10,911 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f15ddce1-008e-4f1f-95ed-972e5b557143 2018-10-22 15:13:10,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.36856508255s 2018-10-22 15:13:10,912 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f15ddce1-008e-4f1f-95ed-972e5b557143 2018-10-22 15:13:10,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:10,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:11,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70f36024-0d97-4c7e-ab23-1397a272917a x-compute-request-id: req-70f36024-0d97-4c7e-ab23-1397a272917a Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:11,982 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-70f36024-0d97-4c7e-ab23-1397a272917a 2018-10-22 15:13:11,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06756687164s 2018-10-22 15:13:11,983 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-70f36024-0d97-4c7e-ab23-1397a272917a 2018-10-22 15:13:11,983 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:12,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:12,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:13,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6fd780ed-29d0-477c-a599-d27c20e006f2 x-compute-request-id: req-6fd780ed-29d0-477c-a599-d27c20e006f2 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:13,529 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6fd780ed-29d0-477c-a599-d27c20e006f2 2018-10-22 15:13:13,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543855905533s 2018-10-22 15:13:13,530 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6fd780ed-29d0-477c-a599-d27c20e006f2 2018-10-22 15:13:13,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:13,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:14,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a56de60-657f-4736-87e4-16b4d4dc035f x-compute-request-id: req-1a56de60-657f-4736-87e4-16b4d4dc035f Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:14,635 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-1a56de60-657f-4736-87e4-16b4d4dc035f 2018-10-22 15:13:14,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10304617882s 2018-10-22 15:13:14,636 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-1a56de60-657f-4736-87e4-16b4d4dc035f 2018-10-22 15:13:14,637 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:14,638 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:13:15,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:15,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:16,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b9b646a-19e4-480b-92f2-6a9cee339c31 x-compute-request-id: req-7b9b646a-19e4-480b-92f2-6a9cee339c31 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:16,288 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7b9b646a-19e4-480b-92f2-6a9cee339c31 2018-10-22 15:13:16,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.648625135422s 2018-10-22 15:13:16,289 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7b9b646a-19e4-480b-92f2-6a9cee339c31 2018-10-22 15:13:16,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:16,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:17,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13: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-1ba9b9c2-50ff-4514-94a0-db2a83a667d3 x-compute-request-id: req-1ba9b9c2-50ff-4514-94a0-db2a83a667d3 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:17,361 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-1ba9b9c2-50ff-4514-94a0-db2a83a667d3 2018-10-22 15:13:17,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06969594955s 2018-10-22 15:13:17,362 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-1ba9b9c2-50ff-4514-94a0-db2a83a667d3 2018-10-22 15:13:17,362 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:18,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:18,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:18,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c52852a1-e7f6-4b3d-aaa1-cb63a1d2fd0e x-compute-request-id: req-c52852a1-e7f6-4b3d-aaa1-cb63a1d2fd0e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:18,861 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c52852a1-e7f6-4b3d-aaa1-cb63a1d2fd0e 2018-10-22 15:13:18,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.496690988541s 2018-10-22 15:13:18,862 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c52852a1-e7f6-4b3d-aaa1-cb63a1d2fd0e 2018-10-22 15:13:18,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:18,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:19,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16933241-2f9c-4b3f-98a4-471d390e2c8c x-compute-request-id: req-16933241-2f9c-4b3f-98a4-471d390e2c8c Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:19,968 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-16933241-2f9c-4b3f-98a4-471d390e2c8c 2018-10-22 15:13:19,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10404396057s 2018-10-22 15:13:19,969 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-16933241-2f9c-4b3f-98a4-471d390e2c8c 2018-10-22 15:13:19,969 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:20,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:20,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:21,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f854675-6def-4542-9ef4-e7b3d30b1bc3 x-compute-request-id: req-6f854675-6def-4542-9ef4-e7b3d30b1bc3 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:21,642 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6f854675-6def-4542-9ef4-e7b3d30b1bc3 2018-10-22 15:13:21,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.669901847839s 2018-10-22 15:13:21,643 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6f854675-6def-4542-9ef4-e7b3d30b1bc3 2018-10-22 15:13:21,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:21,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:22,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-606ec719-305d-496b-942c-9e54d962d608 x-compute-request-id: req-606ec719-305d-496b-942c-9e54d962d608 Content-Encoding: gzip Content-Length: 7998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:22,716 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-606ec719-305d-496b-942c-9e54d962d608 2018-10-22 15:13:22,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07135605812s 2018-10-22 15:13:22,717 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-606ec719-305d-496b-942c-9e54d962d608 2018-10-22 15:13:22,718 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:23,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:23,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:24,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f81ef1d-70f6-475a-a793-844e866528a6 x-compute-request-id: req-0f81ef1d-70f6-475a-a793-844e866528a6 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:24,075 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0f81ef1d-70f6-475a-a793-844e866528a6 2018-10-22 15:13:24,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.35511302948s 2018-10-22 15:13:24,076 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0f81ef1d-70f6-475a-a793-844e866528a6 2018-10-22 15:13:24,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:24,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:25,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13: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-a994ece9-d018-4b59-9326-b7f6680a9b28 x-compute-request-id: req-a994ece9-d018-4b59-9326-b7f6680a9b28 Content-Encoding: gzip Content-Length: 7998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:25,153 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a994ece9-d018-4b59-9326-b7f6680a9b28 2018-10-22 15:13:25,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07417702675s 2018-10-22 15:13:25,154 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a994ece9-d018-4b59-9326-b7f6680a9b28 2018-10-22 15:13:25,154 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:26,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:26,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:26,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f1785bf-f613-4c64-b04c-58a554de5437 x-compute-request-id: req-6f1785bf-f613-4c64-b04c-58a554de5437 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:26,702 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6f1785bf-f613-4c64-b04c-58a554de5437 2018-10-22 15:13:26,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5450091362s 2018-10-22 15:13:26,702 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6f1785bf-f613-4c64-b04c-58a554de5437 2018-10-22 15:13:26,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:26,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:27,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-230d251a-a0b3-4461-aef8-35418aaec209 x-compute-request-id: req-230d251a-a0b3-4461-aef8-35418aaec209 Content-Encoding: gzip Content-Length: 7998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:27,772 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-230d251a-a0b3-4461-aef8-35418aaec209 2018-10-22 15:13:27,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06717395782s 2018-10-22 15:13:27,773 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-230d251a-a0b3-4461-aef8-35418aaec209 2018-10-22 15:13:27,773 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:28,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:28,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:29,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13: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-9bb1e6d4-b391-4243-a536-c1c018c575fe x-compute-request-id: req-9bb1e6d4-b391-4243-a536-c1c018c575fe Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:29,142 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9bb1e6d4-b391-4243-a536-c1c018c575fe 2018-10-22 15:13:29,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366742134094s 2018-10-22 15:13:29,142 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9bb1e6d4-b391-4243-a536-c1c018c575fe 2018-10-22 15:13:29,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:29,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:30,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48f3e127-0d6c-4f88-80ce-2370e2c983db x-compute-request-id: req-48f3e127-0d6c-4f88-80ce-2370e2c983db Content-Encoding: gzip Content-Length: 7998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:30,217 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-48f3e127-0d6c-4f88-80ce-2370e2c983db 2018-10-22 15:13:30,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07237291336s 2018-10-22 15:13:30,218 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-48f3e127-0d6c-4f88-80ce-2370e2c983db 2018-10-22 15:13:30,218 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:31,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:31,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:31,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb122728-28c8-4dd4-a397-0213017ccd97 x-compute-request-id: req-fb122728-28c8-4dd4-a397-0213017ccd97 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:31,732 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fb122728-28c8-4dd4-a397-0213017ccd97 2018-10-22 15:13:31,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511015892029s 2018-10-22 15:13:31,732 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fb122728-28c8-4dd4-a397-0213017ccd97 2018-10-22 15:13:31,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:31,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:32,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed542bf4-89d9-4781-bf55-3b08567f7d25 x-compute-request-id: req-ed542bf4-89d9-4781-bf55-3b08567f7d25 Content-Encoding: gzip Content-Length: 7998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:32,806 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-ed542bf4-89d9-4781-bf55-3b08567f7d25 2018-10-22 15:13:32,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07061100006s 2018-10-22 15:13:32,807 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-ed542bf4-89d9-4781-bf55-3b08567f7d25 2018-10-22 15:13:32,807 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:33,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:33,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:34,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13: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-09eaec02-08c1-41a1-af20-48c9c23c3c92 x-compute-request-id: req-09eaec02-08c1-41a1-af20-48c9c23c3c92 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:34,364 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-09eaec02-08c1-41a1-af20-48c9c23c3c92 2018-10-22 15:13:34,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554747104645s 2018-10-22 15:13:34,365 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-09eaec02-08c1-41a1-af20-48c9c23c3c92 2018-10-22 15:13:34,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:34,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:35,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01c6b73b-e399-47e9-9ace-ea4d072acc6a x-compute-request-id: req-01c6b73b-e399-47e9-9ace-ea4d072acc6a Content-Encoding: gzip Content-Length: 7998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:35,485 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-01c6b73b-e399-47e9-9ace-ea4d072acc6a 2018-10-22 15:13:35,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11804890633s 2018-10-22 15:13:35,486 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-01c6b73b-e399-47e9-9ace-ea4d072acc6a 2018-10-22 15:13:35,486 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:36,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:36,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:36,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13: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-b9465985-d786-4bd4-ae9c-8c12b5532bf7 x-compute-request-id: req-b9465985-d786-4bd4-ae9c-8c12b5532bf7 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:36,884 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b9465985-d786-4bd4-ae9c-8c12b5532bf7 2018-10-22 15:13:36,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.394917011261s 2018-10-22 15:13:36,885 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b9465985-d786-4bd4-ae9c-8c12b5532bf7 2018-10-22 15:13:36,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:36,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:37,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13: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-9cddfa94-8f52-419d-8097-9f039d7c794e x-compute-request-id: req-9cddfa94-8f52-419d-8097-9f039d7c794e Content-Encoding: gzip Content-Length: 7998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:37,964 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-9cddfa94-8f52-419d-8097-9f039d7c794e 2018-10-22 15:13:37,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07728695869s 2018-10-22 15:13:37,966 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-9cddfa94-8f52-419d-8097-9f039d7c794e 2018-10-22 15:13:37,966 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:38,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:38,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:39,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c39389c-7905-4010-9e03-57e4dfe1b496 x-compute-request-id: req-0c39389c-7905-4010-9e03-57e4dfe1b496 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:39,477 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0c39389c-7905-4010-9e03-57e4dfe1b496 2018-10-22 15:13:39,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509010076523s 2018-10-22 15:13:39,478 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0c39389c-7905-4010-9e03-57e4dfe1b496 2018-10-22 15:13:39,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:39,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:40,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d9aea83-947b-41c2-96b0-3f396663ddd2 x-compute-request-id: req-6d9aea83-947b-41c2-96b0-3f396663ddd2 Content-Encoding: gzip Content-Length: 7998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:40,589 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-6d9aea83-947b-41c2-96b0-3f396663ddd2 2018-10-22 15:13:40,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10850691795s 2018-10-22 15:13:40,590 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-6d9aea83-947b-41c2-96b0-3f396663ddd2 2018-10-22 15:13:40,590 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:40,591 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:13:41,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:41,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:41,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ec43b85-390a-43e0-ad35-30e26c316590 x-compute-request-id: req-4ec43b85-390a-43e0-ad35-30e26c316590 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:41,989 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4ec43b85-390a-43e0-ad35-30e26c316590 2018-10-22 15:13:41,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.396137952805s 2018-10-22 15:13:41,990 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4ec43b85-390a-43e0-ad35-30e26c316590 2018-10-22 15:13:41,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:41,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:43,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13: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-cf93131d-0048-43ea-96a3-8889c2a6d6ae x-compute-request-id: req-cf93131d-0048-43ea-96a3-8889c2a6d6ae Content-Encoding: gzip Content-Length: 7998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:43,014 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-cf93131d-0048-43ea-96a3-8889c2a6d6ae 2018-10-22 15:13:43,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.02164697647s 2018-10-22 15:13:43,015 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-cf93131d-0048-43ea-96a3-8889c2a6d6ae 2018-10-22 15:13:43,015 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:44,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:44,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:44,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cab52f6e-026d-46f2-a138-80a6678f2d81 x-compute-request-id: req-cab52f6e-026d-46f2-a138-80a6678f2d81 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:44,675 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cab52f6e-026d-46f2-a138-80a6678f2d81 2018-10-22 15:13:44,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.657162904739s 2018-10-22 15:13:44,676 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cab52f6e-026d-46f2-a138-80a6678f2d81 2018-10-22 15:13:44,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:44,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:45,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8fd6e8fb-9424-4022-99fc-0d9266da9cb5 x-compute-request-id: req-8fd6e8fb-9424-4022-99fc-0d9266da9cb5 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:45,750 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8fd6e8fb-9424-4022-99fc-0d9266da9cb5 2018-10-22 15:13:45,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07205605507s 2018-10-22 15:13:45,751 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8fd6e8fb-9424-4022-99fc-0d9266da9cb5 2018-10-22 15:13:45,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:46,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:46,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:47,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1479df7c-fa14-46e3-ba75-258a1423b5a2 x-compute-request-id: req-1479df7c-fa14-46e3-ba75-258a1423b5a2 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:47,262 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1479df7c-fa14-46e3-ba75-258a1423b5a2 2018-10-22 15:13:47,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.507934808731s 2018-10-22 15:13:47,263 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1479df7c-fa14-46e3-ba75-258a1423b5a2 2018-10-22 15:13:47,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:47,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:48,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13: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-69f79b1a-3363-497b-a3a3-99a57c2d6332 x-compute-request-id: req-69f79b1a-3363-497b-a3a3-99a57c2d6332 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:48,340 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-69f79b1a-3363-497b-a3a3-99a57c2d6332 2018-10-22 15:13:48,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07523202896s 2018-10-22 15:13:48,341 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-69f79b1a-3363-497b-a3a3-99a57c2d6332 2018-10-22 15:13:48,342 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:49,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:49,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:49,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13: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-fd04df5f-1483-4c27-92e2-2f9d09c13b36 x-compute-request-id: req-fd04df5f-1483-4c27-92e2-2f9d09c13b36 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:49,850 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fd04df5f-1483-4c27-92e2-2f9d09c13b36 2018-10-22 15:13:49,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505321979523s 2018-10-22 15:13:49,850 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fd04df5f-1483-4c27-92e2-2f9d09c13b36 2018-10-22 15:13:49,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:49,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:50,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13: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-a5000650-1009-4514-8f81-4cf5b65a4eb6 x-compute-request-id: req-a5000650-1009-4514-8f81-4cf5b65a4eb6 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:50,954 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a5000650-1009-4514-8f81-4cf5b65a4eb6 2018-10-22 15:13:50,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10139489174s 2018-10-22 15:13:50,955 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a5000650-1009-4514-8f81-4cf5b65a4eb6 2018-10-22 15:13:50,955 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:51,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:51,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:52,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d201154-73c3-40b5-a6bc-def830f5842b x-compute-request-id: req-0d201154-73c3-40b5-a6bc-def830f5842b Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:52,468 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0d201154-73c3-40b5-a6bc-def830f5842b 2018-10-22 15:13:52,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509789943695s 2018-10-22 15:13:52,468 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0d201154-73c3-40b5-a6bc-def830f5842b 2018-10-22 15:13:52,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:52,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:53,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13: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-3310deab-c5c0-4c64-8c62-ac530150f278 x-compute-request-id: req-3310deab-c5c0-4c64-8c62-ac530150f278 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:53,544 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3310deab-c5c0-4c64-8c62-ac530150f278 2018-10-22 15:13:53,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07309889793s 2018-10-22 15:13:53,545 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3310deab-c5c0-4c64-8c62-ac530150f278 2018-10-22 15:13:53,545 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:54,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:54,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:55,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-453d225c-4088-43d3-be44-35d73efd434c x-compute-request-id: req-453d225c-4088-43d3-be44-35d73efd434c Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:55,032 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-453d225c-4088-43d3-be44-35d73efd434c 2018-10-22 15:13:55,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.483870983124s 2018-10-22 15:13:55,032 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-453d225c-4088-43d3-be44-35d73efd434c 2018-10-22 15:13:55,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:55,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:56,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-078a65b7-6531-4a66-9575-5c84386ae28c x-compute-request-id: req-078a65b7-6531-4a66-9575-5c84386ae28c Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:56,106 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-078a65b7-6531-4a66-9575-5c84386ae28c 2018-10-22 15:13:56,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07136106491s 2018-10-22 15:13:56,107 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-078a65b7-6531-4a66-9575-5c84386ae28c 2018-10-22 15:13:56,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:57,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:57,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:13:57,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13: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-0c6031c5-fc32-4f81-a636-6f4f5509f4ac x-compute-request-id: req-0c6031c5-fc32-4f81-a636-6f4f5509f4ac Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:13:57,491 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0c6031c5-fc32-4f81-a636-6f4f5509f4ac 2018-10-22 15:13:57,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380880117416s 2018-10-22 15:13:57,491 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0c6031c5-fc32-4f81-a636-6f4f5509f4ac 2018-10-22 15:13:57,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:13:57,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:13:58,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13: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-8102750f-7973-4cb0-8656-87cde5aa9fcc x-compute-request-id: req-8102750f-7973-4cb0-8656-87cde5aa9fcc Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:13:58,569 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8102750f-7973-4cb0-8656-87cde5aa9fcc 2018-10-22 15:13:58,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07527709007s 2018-10-22 15:13:58,570 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8102750f-7973-4cb0-8656-87cde5aa9fcc 2018-10-22 15:13:58,570 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:13:59,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:13:59,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:00,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:13:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea3ae285-17bf-4eda-8144-8f7d22c8cc7e x-compute-request-id: req-ea3ae285-17bf-4eda-8144-8f7d22c8cc7e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:00,050 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ea3ae285-17bf-4eda-8144-8f7d22c8cc7e 2018-10-22 15:14:00,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.476963996887s 2018-10-22 15:14:00,050 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ea3ae285-17bf-4eda-8144-8f7d22c8cc7e 2018-10-22 15:14:00,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:00,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:01,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88891950-0b13-4dc0-b740-75553c08bedd x-compute-request-id: req-88891950-0b13-4dc0-b740-75553c08bedd Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:14:01,165 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-88891950-0b13-4dc0-b740-75553c08bedd 2018-10-22 15:14:01,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11168313026s 2018-10-22 15:14:01,166 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-88891950-0b13-4dc0-b740-75553c08bedd 2018-10-22 15:14:01,166 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:02,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:02,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:02,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1fbc0f2c-5c7f-48b8-a38a-d4fb904842e9 x-compute-request-id: req-1fbc0f2c-5c7f-48b8-a38a-d4fb904842e9 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:02,714 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1fbc0f2c-5c7f-48b8-a38a-d4fb904842e9 2018-10-22 15:14:02,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.546050071716s 2018-10-22 15:14:02,715 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1fbc0f2c-5c7f-48b8-a38a-d4fb904842e9 2018-10-22 15:14:02,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:02,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:03,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2f57f85-a39a-49a6-8bc6-a0ecdfd5675a x-compute-request-id: req-b2f57f85-a39a-49a6-8bc6-a0ecdfd5675a Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:14:03,822 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-b2f57f85-a39a-49a6-8bc6-a0ecdfd5675a 2018-10-22 15:14:03,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10401201248s 2018-10-22 15:14:03,823 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-b2f57f85-a39a-49a6-8bc6-a0ecdfd5675a 2018-10-22 15:14:03,823 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:14:04,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:04,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:05,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14: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-5efa7547-13ac-4e7d-8b0d-73659f73586d x-compute-request-id: req-5efa7547-13ac-4e7d-8b0d-73659f73586d Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:05,342 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5efa7547-13ac-4e7d-8b0d-73659f73586d 2018-10-22 15:14:05,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516490936279s 2018-10-22 15:14:05,342 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5efa7547-13ac-4e7d-8b0d-73659f73586d 2018-10-22 15:14:05,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:05,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:06,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0455c733-a0d3-45f1-a76b-0eaa2af8aa4a x-compute-request-id: req-0455c733-a0d3-45f1-a76b-0eaa2af8aa4a Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\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-10-22 15:14:06,414 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-0455c733-a0d3-45f1-a76b-0eaa2af8aa4a 2018-10-22 15:14:06,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0691511631s 2018-10-22 15:14:06,415 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-0455c733-a0d3-45f1-a76b-0eaa2af8aa4a 2018-10-22 15:14:06,415 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] 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-10-22 15:14:06,417 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:14:07,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:07,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:07,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee136f46-3ecc-4fc3-871f-a16e03d14721 x-compute-request-id: req-ee136f46-3ecc-4fc3-871f-a16e03d14721 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:07,780 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ee136f46-3ecc-4fc3-871f-a16e03d14721 2018-10-22 15:14:07,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361603021622s 2018-10-22 15:14:07,780 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ee136f46-3ecc-4fc3-871f-a16e03d14721 2018-10-22 15:14:07,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:07,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:08,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88e51442-1126-42a4-be7f-eb340243c19e x-compute-request-id: req-88e51442-1126-42a4-be7f-eb340243c19e Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\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-10-22 15:14:08,902 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-88e51442-1126-42a4-be7f-eb340243c19e 2018-10-22 15:14:08,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11898088455s 2018-10-22 15:14:08,903 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-88e51442-1126-42a4-be7f-eb340243c19e 2018-10-22 15:14:08,903 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] 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-10-22 15:14:09,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:09,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:10,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c7419bd-59a7-43d8-b746-b2ab28264018 x-compute-request-id: req-6c7419bd-59a7-43d8-b746-b2ab28264018 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:10,284 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6c7419bd-59a7-43d8-b746-b2ab28264018 2018-10-22 15:14:10,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.378582954407s 2018-10-22 15:14:10,285 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6c7419bd-59a7-43d8-b746-b2ab28264018 2018-10-22 15:14:10,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:10,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:11,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14c990f2-7c66-4ef9-8f2c-8d964d6bcfd2 x-compute-request-id: req-14c990f2-7c66-4ef9-8f2c-8d964d6bcfd2 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\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-10-22 15:14:11,359 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-14c990f2-7c66-4ef9-8f2c-8d964d6bcfd2 2018-10-22 15:14:11,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07232999802s 2018-10-22 15:14:11,360 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-14c990f2-7c66-4ef9-8f2c-8d964d6bcfd2 2018-10-22 15:14:11,361 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] 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-10-22 15:14:12,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:12,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:12,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0dadadfe-712c-408d-aded-eb5071b5a2b2 x-compute-request-id: req-0dadadfe-712c-408d-aded-eb5071b5a2b2 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:12,874 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0dadadfe-712c-408d-aded-eb5071b5a2b2 2018-10-22 15:14:12,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510511875153s 2018-10-22 15:14:12,874 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0dadadfe-712c-408d-aded-eb5071b5a2b2 2018-10-22 15:14:12,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:12,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:13,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4539a27-c083-4b44-9c11-722650791c12 x-compute-request-id: req-b4539a27-c083-4b44-9c11-722650791c12 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\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-10-22 15:14:13,953 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-b4539a27-c083-4b44-9c11-722650791c12 2018-10-22 15:14:13,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07607984543s 2018-10-22 15:14:13,954 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-b4539a27-c083-4b44-9c11-722650791c12 2018-10-22 15:14:13,954 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] 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-10-22 15:14:14,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:14,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:15,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54df0794-59f9-4eb5-a86f-7fe81a131001 x-compute-request-id: req-54df0794-59f9-4eb5-a86f-7fe81a131001 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:15,479 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-54df0794-59f9-4eb5-a86f-7fe81a131001 2018-10-22 15:14:15,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521619796753s 2018-10-22 15:14:15,479 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-54df0794-59f9-4eb5-a86f-7fe81a131001 2018-10-22 15:14:15,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:15,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:16,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c56212f-b8fd-420e-bd20-043f91568dbc x-compute-request-id: req-8c56212f-b8fd-420e-bd20-043f91568dbc Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\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-10-22 15:14:16,558 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8c56212f-b8fd-420e-bd20-043f91568dbc 2018-10-22 15:14:16,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07646298409s 2018-10-22 15:14:16,559 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8c56212f-b8fd-420e-bd20-043f91568dbc 2018-10-22 15:14:16,559 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] 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-10-22 15:14:17,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:17,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:18,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14: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-b4659229-2cad-42bb-a76b-a8c06e6a39b0 x-compute-request-id: req-b4659229-2cad-42bb-a76b-a8c06e6a39b0 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:18,008 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b4659229-2cad-42bb-a76b-a8c06e6a39b0 2018-10-22 15:14:18,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.445879936218s 2018-10-22 15:14:18,008 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b4659229-2cad-42bb-a76b-a8c06e6a39b0 2018-10-22 15:14:18,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:18,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:19,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14: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-ddceb8a1-1234-40ba-87d4-34b24b2ef71a x-compute-request-id: req-ddceb8a1-1234-40ba-87d4-34b24b2ef71a Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\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-10-22 15:14:19,083 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-ddceb8a1-1234-40ba-87d4-34b24b2ef71a 2018-10-22 15:14:19,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07252693176s 2018-10-22 15:14:19,084 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-ddceb8a1-1234-40ba-87d4-34b24b2ef71a 2018-10-22 15:14:19,085 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO 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-10-22 15:14:20,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:20,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:20,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14: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-ab4ed784-3aa9-45df-8823-ae514824c69b x-compute-request-id: req-ab4ed784-3aa9-45df-8823-ae514824c69b Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:20,328 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ab4ed784-3aa9-45df-8823-ae514824c69b 2018-10-22 15:14:20,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.241108179092s 2018-10-22 15:14:20,329 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ab4ed784-3aa9-45df-8823-ae514824c69b 2018-10-22 15:14:20,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:20,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:21,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14: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-4be88d93-b59e-4196-9068-4dcd15694bab x-compute-request-id: req-4be88d93-b59e-4196-9068-4dcd15694bab Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\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-10-22 15:14:21,403 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-4be88d93-b59e-4196-9068-4dcd15694bab 2018-10-22 15:14:21,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07145094872s 2018-10-22 15:14:21,404 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-4be88d93-b59e-4196-9068-4dcd15694bab 2018-10-22 15:14:21,404 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO 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-10-22 15:14:22,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:22,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:22,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f877670a-afb5-45ba-8213-9f0e00305622 x-compute-request-id: req-f877670a-afb5-45ba-8213-9f0e00305622 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:22,726 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f877670a-afb5-45ba-8213-9f0e00305622 2018-10-22 15:14:22,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.319745063782s 2018-10-22 15:14:22,727 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f877670a-afb5-45ba-8213-9f0e00305622 2018-10-22 15:14:22,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:22,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:23,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e47b75dc-695c-4515-b65a-2ba4eb7b6ed2 x-compute-request-id: req-e47b75dc-695c-4515-b65a-2ba4eb7b6ed2 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\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-10-22 15:14:23,801 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-e47b75dc-695c-4515-b65a-2ba4eb7b6ed2 2018-10-22 15:14:23,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07175111771s 2018-10-22 15:14:23,802 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-e47b75dc-695c-4515-b65a-2ba4eb7b6ed2 2018-10-22 15:14:23,802 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO 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-10-22 15:14:24,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:24,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:25,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7a234a6-98e9-4e52-8806-689c05fb0b83 x-compute-request-id: req-b7a234a6-98e9-4e52-8806-689c05fb0b83 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:25,488 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b7a234a6-98e9-4e52-8806-689c05fb0b83 2018-10-22 15:14:25,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.68329000473s 2018-10-22 15:14:25,489 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b7a234a6-98e9-4e52-8806-689c05fb0b83 2018-10-22 15:14:25,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:25,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:26,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14: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-44f69b33-211f-46fb-b5ed-54eb37dcd4e2 x-compute-request-id: req-44f69b33-211f-46fb-b5ed-54eb37dcd4e2 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\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-10-22 15:14:26,565 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-44f69b33-211f-46fb-b5ed-54eb37dcd4e2 2018-10-22 15:14:26,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07393789291s 2018-10-22 15:14:26,566 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-44f69b33-211f-46fb-b5ed-54eb37dcd4e2 2018-10-22 15:14:26,567 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO 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-10-22 15:14:27,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:27,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:27,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5351703-5a77-4c29-8296-74aa033c5953 x-compute-request-id: req-a5351703-5a77-4c29-8296-74aa033c5953 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:27,939 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a5351703-5a77-4c29-8296-74aa033c5953 2018-10-22 15:14:27,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.36937713623s 2018-10-22 15:14:27,939 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a5351703-5a77-4c29-8296-74aa033c5953 2018-10-22 15:14:27,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:27,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:29,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec3fd92e-2e38-4b10-aae0-917d3ca2a435 x-compute-request-id: req-ec3fd92e-2e38-4b10-aae0-917d3ca2a435 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\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-10-22 15:14:29,036 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-ec3fd92e-2e38-4b10-aae0-917d3ca2a435 2018-10-22 15:14:29,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09385895729s 2018-10-22 15:14:29,037 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-ec3fd92e-2e38-4b10-aae0-917d3ca2a435 2018-10-22 15:14:29,037 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO 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-10-22 15:14:30,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:30,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:30,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24242815-f759-4d28-870a-ce8a6a6c45c8 x-compute-request-id: req-24242815-f759-4d28-870a-ce8a6a6c45c8 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:30,567 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-24242815-f759-4d28-870a-ce8a6a6c45c8 2018-10-22 15:14:30,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527956962585s 2018-10-22 15:14:30,568 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-24242815-f759-4d28-870a-ce8a6a6c45c8 2018-10-22 15:14:30,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:30,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:31,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1a7a52f-df99-4127-ab59-25a86ee46c36 x-compute-request-id: req-b1a7a52f-df99-4127-ab59-25a86ee46c36 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\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-10-22 15:14:31,645 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-b1a7a52f-df99-4127-ab59-25a86ee46c36 2018-10-22 15:14:31,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07474589348s 2018-10-22 15:14:31,646 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-b1a7a52f-df99-4127-ab59-25a86ee46c36 2018-10-22 15:14:31,646 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO 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-10-22 15:14:31,648 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:14:32,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:32,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:33,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43902ad7-1c29-4630-8dde-37e475078ad8 x-compute-request-id: req-43902ad7-1c29-4630-8dde-37e475078ad8 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:33,122 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-43902ad7-1c29-4630-8dde-37e475078ad8 2018-10-22 15:14:33,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.472901821136s 2018-10-22 15:14:33,123 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-43902ad7-1c29-4630-8dde-37e475078ad8 2018-10-22 15:14:33,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:33,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:34,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e48dfb0-d984-4b56-8885-3958c3ecb02d x-compute-request-id: req-3e48dfb0-d984-4b56-8885-3958c3ecb02d Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\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-10-22 15:14:34,201 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3e48dfb0-d984-4b56-8885-3958c3ecb02d 2018-10-22 15:14:34,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07520079613s 2018-10-22 15:14:34,202 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3e48dfb0-d984-4b56-8885-3958c3ecb02d 2018-10-22 15:14:34,202 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO 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-10-22 15:14:35,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:35,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:35,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15e1f401-d0b6-4dbb-bd6e-163630b27422 x-compute-request-id: req-15e1f401-d0b6-4dbb-bd6e-163630b27422 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:35,730 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-15e1f401-d0b6-4dbb-bd6e-163630b27422 2018-10-22 15:14:35,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525084972382s 2018-10-22 15:14:35,730 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-15e1f401-d0b6-4dbb-bd6e-163630b27422 2018-10-22 15:14:35,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:35,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:36,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45b0254e-8a90-4c66-8939-b2c1423b90cd x-compute-request-id: req-45b0254e-8a90-4c66-8939-b2c1423b90cd Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\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-10-22 15:14:36,809 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-45b0254e-8a90-4c66-8939-b2c1423b90cd 2018-10-22 15:14:36,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0765349865s 2018-10-22 15:14:36,810 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-45b0254e-8a90-4c66-8939-b2c1423b90cd 2018-10-22 15:14:36,810 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO 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-10-22 15:14:37,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:37,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:38,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6965d66b-d59b-4fd2-821f-8c570afe1c50 x-compute-request-id: req-6965d66b-d59b-4fd2-821f-8c570afe1c50 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:38,330 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6965d66b-d59b-4fd2-821f-8c570afe1c50 2018-10-22 15:14:38,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51686501503s 2018-10-22 15:14:38,331 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6965d66b-d59b-4fd2-821f-8c570afe1c50 2018-10-22 15:14:38,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:38,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:39,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14: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-b317a6f0-af12-4293-b2fe-eb8d3e853ac6 x-compute-request-id: req-b317a6f0-af12-4293-b2fe-eb8d3e853ac6 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:14:39,405 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-b317a6f0-af12-4293-b2fe-eb8d3e853ac6 2018-10-22 15:14:39,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07190990448s 2018-10-22 15:14:39,406 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-b317a6f0-af12-4293-b2fe-eb8d3e853ac6 2018-10-22 15:14:39,406 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO 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-10-22 15:14:40,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:40,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:40,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d01f0137-b853-4ac5-8e8e-6284472eaccc x-compute-request-id: req-d01f0137-b853-4ac5-8e8e-6284472eaccc Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:40,935 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d01f0137-b853-4ac5-8e8e-6284472eaccc 2018-10-22 15:14:40,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525558948517s 2018-10-22 15:14:40,935 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d01f0137-b853-4ac5-8e8e-6284472eaccc 2018-10-22 15:14:40,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:40,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:42,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7aa4842b-fd01-4c53-af5a-ec94ac3a11f3 x-compute-request-id: req-7aa4842b-fd01-4c53-af5a-ec94ac3a11f3 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:14:42,008 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-7aa4842b-fd01-4c53-af5a-ec94ac3a11f3 2018-10-22 15:14:42,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07015395164s 2018-10-22 15:14:42,009 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-7aa4842b-fd01-4c53-af5a-ec94ac3a11f3 2018-10-22 15:14:42,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO 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-10-22 15:14:43,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:43,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:43,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ae98705-f8a7-4a68-847f-805b406aeaa2 x-compute-request-id: req-5ae98705-f8a7-4a68-847f-805b406aeaa2 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:43,531 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5ae98705-f8a7-4a68-847f-805b406aeaa2 2018-10-22 15:14:43,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519115924835s 2018-10-22 15:14:43,531 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5ae98705-f8a7-4a68-847f-805b406aeaa2 2018-10-22 15:14:43,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:43,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:44,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9569815-2331-476d-b321-b8a84b8dc59d x-compute-request-id: req-c9569815-2331-476d-b321-b8a84b8dc59d Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:14:44,605 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-c9569815-2331-476d-b321-b8a84b8dc59d 2018-10-22 15:14:44,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07140493393s 2018-10-22 15:14:44,606 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-c9569815-2331-476d-b321-b8a84b8dc59d 2018-10-22 15:14:44,606 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO 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-10-22 15:14:45,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:45,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:46,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6cc8b067-92a8-48dc-9591-672a184b1e99 x-compute-request-id: req-6cc8b067-92a8-48dc-9591-672a184b1e99 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:46,229 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6cc8b067-92a8-48dc-9591-672a184b1e99 2018-10-22 15:14:46,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.620599031448s 2018-10-22 15:14:46,230 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6cc8b067-92a8-48dc-9591-672a184b1e99 2018-10-22 15:14:46,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:46,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:47,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14: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-3c7068c8-cef2-4eea-a169-3083ce4058f3 x-compute-request-id: req-3c7068c8-cef2-4eea-a169-3083ce4058f3 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:14:47,340 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3c7068c8-cef2-4eea-a169-3083ce4058f3 2018-10-22 15:14:47,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10809707642s 2018-10-22 15:14:47,341 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3c7068c8-cef2-4eea-a169-3083ce4058f3 2018-10-22 15:14:47,341 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO 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-10-22 15:14:48,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:48,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:48,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-250e4318-6432-4508-b3ec-80852442bfcc x-compute-request-id: req-250e4318-6432-4508-b3ec-80852442bfcc Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:48,891 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-250e4318-6432-4508-b3ec-80852442bfcc 2018-10-22 15:14:48,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.547003030777s 2018-10-22 15:14:48,892 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-250e4318-6432-4508-b3ec-80852442bfcc 2018-10-22 15:14:48,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:48,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:49,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46765261-fc12-4403-b8b5-a1da6f8a2732 x-compute-request-id: req-46765261-fc12-4403-b8b5-a1da6f8a2732 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:14:49,966 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-46765261-fc12-4403-b8b5-a1da6f8a2732 2018-10-22 15:14:49,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07159686089s 2018-10-22 15:14:49,967 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-46765261-fc12-4403-b8b5-a1da6f8a2732 2018-10-22 15:14:49,967 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO 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-10-22 15:14:50,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:50,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:51,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14: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-0ea3b1ae-d51a-47b4-8887-01453cab3542 x-compute-request-id: req-0ea3b1ae-d51a-47b4-8887-01453cab3542 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:51,210 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0ea3b1ae-d51a-47b4-8887-01453cab3542 2018-10-22 15:14:51,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.240891933441s 2018-10-22 15:14:51,211 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0ea3b1ae-d51a-47b4-8887-01453cab3542 2018-10-22 15:14:51,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:51,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:52,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14: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-80295a1e-0f2a-4de1-b82f-8dd2195a4611 x-compute-request-id: req-80295a1e-0f2a-4de1-b82f-8dd2195a4611 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:14:52,288 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-80295a1e-0f2a-4de1-b82f-8dd2195a4611 2018-10-22 15:14:52,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07495594025s 2018-10-22 15:14:52,289 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-80295a1e-0f2a-4de1-b82f-8dd2195a4611 2018-10-22 15:14:52,290 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO 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-10-22 15:14:53,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:53,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:53,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0210c3f-daf7-4475-a3ff-984b3ed55c21 x-compute-request-id: req-b0210c3f-daf7-4475-a3ff-984b3ed55c21 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:53,972 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b0210c3f-daf7-4475-a3ff-984b3ed55c21 2018-10-22 15:14:53,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.679621934891s 2018-10-22 15:14:53,972 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b0210c3f-daf7-4475-a3ff-984b3ed55c21 2018-10-22 15:14:53,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:53,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:55,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1081df70-3dd8-46d8-9608-cde802e33c7d x-compute-request-id: req-1081df70-3dd8-46d8-9608-cde802e33c7d Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:14:55,047 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-1081df70-3dd8-46d8-9608-cde802e33c7d 2018-10-22 15:14:55,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07213497162s 2018-10-22 15:14:55,048 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-1081df70-3dd8-46d8-9608-cde802e33c7d 2018-10-22 15:14:55,048 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO 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-10-22 15:14:56,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:56,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:56,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14: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-0079f51b-58d4-4ec6-a844-3dd69a156e88 x-compute-request-id: req-0079f51b-58d4-4ec6-a844-3dd69a156e88 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:56,567 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0079f51b-58d4-4ec6-a844-3dd69a156e88 2018-10-22 15:14:56,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515805959702s 2018-10-22 15:14:56,568 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0079f51b-58d4-4ec6-a844-3dd69a156e88 2018-10-22 15:14:56,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:56,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:14:57,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14: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-8150bf0d-96c3-4e1c-aa2b-68e4828cf243 x-compute-request-id: req-8150bf0d-96c3-4e1c-aa2b-68e4828cf243 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:14:57,641 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8150bf0d-96c3-4e1c-aa2b-68e4828cf243 2018-10-22 15:14:57,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07065796852s 2018-10-22 15:14:57,642 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8150bf0d-96c3-4e1c-aa2b-68e4828cf243 2018-10-22 15:14:57,642 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO 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-10-22 15:14:57,643 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:14:58,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:14:58,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:14:59,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14: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-5e0184d7-53f0-4ec4-9cab-da10abd63231 x-compute-request-id: req-5e0184d7-53f0-4ec4-9cab-da10abd63231 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:14:59,161 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5e0184d7-53f0-4ec4-9cab-da10abd63231 2018-10-22 15:14:59,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516183137894s 2018-10-22 15:14:59,161 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5e0184d7-53f0-4ec4-9cab-da10abd63231 2018-10-22 15:14:59,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:14:59,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:00,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:14: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-621f3978-b210-41b4-bc01-2643c8bea5c5 x-compute-request-id: req-621f3978-b210-41b4-bc01-2643c8bea5c5 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:00,236 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-621f3978-b210-41b4-bc01-2643c8bea5c5 2018-10-22 15:15:00,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07242703438s 2018-10-22 15:15:00,237 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-621f3978-b210-41b4-bc01-2643c8bea5c5 2018-10-22 15:15:00,238 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:01,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:01,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:01,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-cf7ee92e-50a0-4089-9530-258ac9e8ed5e x-compute-request-id: req-cf7ee92e-50a0-4089-9530-258ac9e8ed5e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:01,612 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cf7ee92e-50a0-4089-9530-258ac9e8ed5e 2018-10-22 15:15:01,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371871948242s 2018-10-22 15:15:01,613 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cf7ee92e-50a0-4089-9530-258ac9e8ed5e 2018-10-22 15:15:01,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:01,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:02,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-56e60c19-7743-413f-b46e-bb7fb551944f x-compute-request-id: req-56e60c19-7743-413f-b46e-bb7fb551944f Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:02,687 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-56e60c19-7743-413f-b46e-bb7fb551944f 2018-10-22 15:15:02,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07195210457s 2018-10-22 15:15:02,688 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-56e60c19-7743-413f-b46e-bb7fb551944f 2018-10-22 15:15:02,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:03,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:03,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:04,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-9ca521d5-86b9-43cc-bcfe-99a1ae208152 x-compute-request-id: req-9ca521d5-86b9-43cc-bcfe-99a1ae208152 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:04,195 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9ca521d5-86b9-43cc-bcfe-99a1ae208152 2018-10-22 15:15:04,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504034996033s 2018-10-22 15:15:04,196 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9ca521d5-86b9-43cc-bcfe-99a1ae208152 2018-10-22 15:15:04,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:04,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:05,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5d425d9-37ec-4c54-ab83-df2f2d27d122 x-compute-request-id: req-d5d425d9-37ec-4c54-ab83-df2f2d27d122 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:05,301 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-d5d425d9-37ec-4c54-ab83-df2f2d27d122 2018-10-22 15:15:05,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10234379768s 2018-10-22 15:15:05,302 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-d5d425d9-37ec-4c54-ab83-df2f2d27d122 2018-10-22 15:15:05,302 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:06,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:06,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:06,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-13fb8891-0665-4121-a02d-62bfbbe4803e x-compute-request-id: req-13fb8891-0665-4121-a02d-62bfbbe4803e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:06,824 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-13fb8891-0665-4121-a02d-62bfbbe4803e 2018-10-22 15:15:06,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519385814667s 2018-10-22 15:15:06,825 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-13fb8891-0665-4121-a02d-62bfbbe4803e 2018-10-22 15:15:06,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:06,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:07,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-7eb6a137-4f85-43d3-89af-0ae8e33eae04 x-compute-request-id: req-7eb6a137-4f85-43d3-89af-0ae8e33eae04 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:07,899 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-7eb6a137-4f85-43d3-89af-0ae8e33eae04 2018-10-22 15:15:07,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07187390327s 2018-10-22 15:15:07,900 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-7eb6a137-4f85-43d3-89af-0ae8e33eae04 2018-10-22 15:15:07,900 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:08,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:08,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:09,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-7b0378fc-c516-464b-bb91-dc7b90722408 x-compute-request-id: req-7b0378fc-c516-464b-bb91-dc7b90722408 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:09,269 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7b0378fc-c516-464b-bb91-dc7b90722408 2018-10-22 15:15:09,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366399049759s 2018-10-22 15:15:09,270 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7b0378fc-c516-464b-bb91-dc7b90722408 2018-10-22 15:15:09,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:09,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:10,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-ebcdd1e7-518e-4a7d-9ee1-61962b176e4b x-compute-request-id: req-ebcdd1e7-518e-4a7d-9ee1-61962b176e4b Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:10,395 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-ebcdd1e7-518e-4a7d-9ee1-61962b176e4b 2018-10-22 15:15:10,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.12215089798s 2018-10-22 15:15:10,396 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-ebcdd1e7-518e-4a7d-9ee1-61962b176e4b 2018-10-22 15:15:10,396 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:11,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:11,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:11,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-3f342175-b742-41c9-8065-418cf25fe0f5 x-compute-request-id: req-3f342175-b742-41c9-8065-418cf25fe0f5 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:11,834 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3f342175-b742-41c9-8065-418cf25fe0f5 2018-10-22 15:15:11,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.435127019882s 2018-10-22 15:15:11,834 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3f342175-b742-41c9-8065-418cf25fe0f5 2018-10-22 15:15:11,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:11,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:12,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-eacfba5e-60ca-4b66-a638-c5eb16683e3d x-compute-request-id: req-eacfba5e-60ca-4b66-a638-c5eb16683e3d Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:12,908 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-eacfba5e-60ca-4b66-a638-c5eb16683e3d 2018-10-22 15:15:12,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07153296471s 2018-10-22 15:15:12,909 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-eacfba5e-60ca-4b66-a638-c5eb16683e3d 2018-10-22 15:15:12,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:13,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:13,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:14,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-705b3383-5351-44d3-a4ca-6ce43c1be744 x-compute-request-id: req-705b3383-5351-44d3-a4ca-6ce43c1be744 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:14,433 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-705b3383-5351-44d3-a4ca-6ce43c1be744 2018-10-22 15:15:14,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521159887314s 2018-10-22 15:15:14,433 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-705b3383-5351-44d3-a4ca-6ce43c1be744 2018-10-22 15:15:14,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:14,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:15,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-a8b777d4-54cf-47f6-9e7b-6c6f23f7e215 x-compute-request-id: req-a8b777d4-54cf-47f6-9e7b-6c6f23f7e215 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:15,512 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a8b777d4-54cf-47f6-9e7b-6c6f23f7e215 2018-10-22 15:15:15,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07677483559s 2018-10-22 15:15:15,513 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a8b777d4-54cf-47f6-9e7b-6c6f23f7e215 2018-10-22 15:15:15,513 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:16,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:16,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:17,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-9781047d-148e-4ac2-8939-db5cfaa12a1c x-compute-request-id: req-9781047d-148e-4ac2-8939-db5cfaa12a1c Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:17,035 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9781047d-148e-4ac2-8939-db5cfaa12a1c 2018-10-22 15:15:17,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518450021744s 2018-10-22 15:15:17,035 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9781047d-148e-4ac2-8939-db5cfaa12a1c 2018-10-22 15:15:17,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:17,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:18,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-3d6d7e37-e604-449a-aae8-656ec0ec6943 x-compute-request-id: req-3d6d7e37-e604-449a-aae8-656ec0ec6943 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:18,140 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3d6d7e37-e604-449a-aae8-656ec0ec6943 2018-10-22 15:15:18,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10237193108s 2018-10-22 15:15:18,141 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3d6d7e37-e604-449a-aae8-656ec0ec6943 2018-10-22 15:15:18,141 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:19,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:19,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:19,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-f6b958ef-3ddd-4eea-a7c9-6a8127604e38 x-compute-request-id: req-f6b958ef-3ddd-4eea-a7c9-6a8127604e38 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:19,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f6b958ef-3ddd-4eea-a7c9-6a8127604e38 2018-10-22 15:15:19,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505176067352s 2018-10-22 15:15:19,650 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f6b958ef-3ddd-4eea-a7c9-6a8127604e38 2018-10-22 15:15:19,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:19,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:20,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-d15866ab-10e2-45da-a24a-c46d10dd4f23 x-compute-request-id: req-d15866ab-10e2-45da-a24a-c46d10dd4f23 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:20,726 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-d15866ab-10e2-45da-a24a-c46d10dd4f23 2018-10-22 15:15:20,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0734140873s 2018-10-22 15:15:20,727 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-d15866ab-10e2-45da-a24a-c46d10dd4f23 2018-10-22 15:15:20,727 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:21,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:21,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:22,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-a00a38e1-b1f3-4b42-81e7-bc8d7f4226cc x-compute-request-id: req-a00a38e1-b1f3-4b42-81e7-bc8d7f4226cc Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:22,122 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a00a38e1-b1f3-4b42-81e7-bc8d7f4226cc 2018-10-22 15:15:22,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.392613887787s 2018-10-22 15:15:22,123 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a00a38e1-b1f3-4b42-81e7-bc8d7f4226cc 2018-10-22 15:15:22,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:22,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:23,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-eb5b5f5a-f449-4202-ab28-79e550a18542 x-compute-request-id: req-eb5b5f5a-f449-4202-ab28-79e550a18542 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:23,148 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-eb5b5f5a-f449-4202-ab28-79e550a18542 2018-10-22 15:15:23,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.02283096313s 2018-10-22 15:15:23,149 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-eb5b5f5a-f449-4202-ab28-79e550a18542 2018-10-22 15:15:23,149 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:23,151 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:15:24,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:24,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:24,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-f5373a01-6536-40f3-b46b-ebbcc1e68673 x-compute-request-id: req-f5373a01-6536-40f3-b46b-ebbcc1e68673 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:24,671 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f5373a01-6536-40f3-b46b-ebbcc1e68673 2018-10-22 15:15:24,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518943071365s 2018-10-22 15:15:24,672 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f5373a01-6536-40f3-b46b-ebbcc1e68673 2018-10-22 15:15:24,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:24,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:25,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-facda807-9e43-4882-a06f-59244aa34ca0 x-compute-request-id: req-facda807-9e43-4882-a06f-59244aa34ca0 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:25,755 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-facda807-9e43-4882-a06f-59244aa34ca0 2018-10-22 15:15:25,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08030486107s 2018-10-22 15:15:25,756 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-facda807-9e43-4882-a06f-59244aa34ca0 2018-10-22 15:15:25,756 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:26,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:26,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:27,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-90ab1699-c81b-4d56-900a-522df67e143d x-compute-request-id: req-90ab1699-c81b-4d56-900a-522df67e143d Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:27,273 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-90ab1699-c81b-4d56-900a-522df67e143d 2018-10-22 15:15:27,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.514386892319s 2018-10-22 15:15:27,274 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-90ab1699-c81b-4d56-900a-522df67e143d 2018-10-22 15:15:27,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:27,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:28,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-79ca2746-0be6-44eb-a3c9-8d7b362e986f x-compute-request-id: req-79ca2746-0be6-44eb-a3c9-8d7b362e986f Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:28,345 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-79ca2746-0be6-44eb-a3c9-8d7b362e986f 2018-10-22 15:15:28,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0687558651s 2018-10-22 15:15:28,346 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-79ca2746-0be6-44eb-a3c9-8d7b362e986f 2018-10-22 15:15:28,346 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:29,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:29,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:29,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-7020364c-e805-4598-9159-414ca9d4f0d3 x-compute-request-id: req-7020364c-e805-4598-9159-414ca9d4f0d3 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:29,877 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7020364c-e805-4598-9159-414ca9d4f0d3 2018-10-22 15:15:29,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528491973877s 2018-10-22 15:15:29,878 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7020364c-e805-4598-9159-414ca9d4f0d3 2018-10-22 15:15:29,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:29,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:30,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-c7a91768-5f01-422e-b892-00ae0d33d238 x-compute-request-id: req-c7a91768-5f01-422e-b892-00ae0d33d238 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:30,954 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-c7a91768-5f01-422e-b892-00ae0d33d238 2018-10-22 15:15:30,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07378315926s 2018-10-22 15:15:30,955 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-c7a91768-5f01-422e-b892-00ae0d33d238 2018-10-22 15:15:30,955 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:31,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:31,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:32,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-5cfd2fc2-af73-449b-98a0-39d01bb4006a x-compute-request-id: req-5cfd2fc2-af73-449b-98a0-39d01bb4006a Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:32,499 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5cfd2fc2-af73-449b-98a0-39d01bb4006a 2018-10-22 15:15:32,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540683031082s 2018-10-22 15:15:32,499 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5cfd2fc2-af73-449b-98a0-39d01bb4006a 2018-10-22 15:15:32,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:32,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:33,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-75ddd14e-9ff4-40ea-970e-1c1d01979f83 x-compute-request-id: req-75ddd14e-9ff4-40ea-970e-1c1d01979f83 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:33,587 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-75ddd14e-9ff4-40ea-970e-1c1d01979f83 2018-10-22 15:15:33,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08500409126s 2018-10-22 15:15:33,588 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-75ddd14e-9ff4-40ea-970e-1c1d01979f83 2018-10-22 15:15:33,588 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:34,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:34,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:34,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-ba721e30-99ca-480e-a07e-a23941e5f2fd x-compute-request-id: req-ba721e30-99ca-480e-a07e-a23941e5f2fd Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:34,961 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ba721e30-99ca-480e-a07e-a23941e5f2fd 2018-10-22 15:15:34,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370894193649s 2018-10-22 15:15:34,962 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ba721e30-99ca-480e-a07e-a23941e5f2fd 2018-10-22 15:15:34,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:34,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:36,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-9bdd0b3f-9c9b-4fc8-8976-8ffb18997a98 x-compute-request-id: req-9bdd0b3f-9c9b-4fc8-8976-8ffb18997a98 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:36,035 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-9bdd0b3f-9c9b-4fc8-8976-8ffb18997a98 2018-10-22 15:15:36,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07061886787s 2018-10-22 15:15:36,036 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-9bdd0b3f-9c9b-4fc8-8976-8ffb18997a98 2018-10-22 15:15:36,036 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:37,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:37,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:37,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-dd05622e-d564-4e25-9948-dee4c3e65a38 x-compute-request-id: req-dd05622e-d564-4e25-9948-dee4c3e65a38 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:37,578 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dd05622e-d564-4e25-9948-dee4c3e65a38 2018-10-22 15:15:37,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539622068405s 2018-10-22 15:15:37,579 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dd05622e-d564-4e25-9948-dee4c3e65a38 2018-10-22 15:15:37,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:37,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:38,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-4c362321-baed-4d93-aeff-27b1b5e8ca07 x-compute-request-id: req-4c362321-baed-4d93-aeff-27b1b5e8ca07 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:38,651 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-4c362321-baed-4d93-aeff-27b1b5e8ca07 2018-10-22 15:15:38,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06979107857s 2018-10-22 15:15:38,652 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-4c362321-baed-4d93-aeff-27b1b5e8ca07 2018-10-22 15:15:38,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:39,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:39,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:40,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-7aae1a84-73a1-49be-b63b-d0dd70b03e5e x-compute-request-id: req-7aae1a84-73a1-49be-b63b-d0dd70b03e5e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:40,340 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7aae1a84-73a1-49be-b63b-d0dd70b03e5e 2018-10-22 15:15:40,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.684841871262s 2018-10-22 15:15:40,340 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7aae1a84-73a1-49be-b63b-d0dd70b03e5e 2018-10-22 15:15:40,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:40,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:41,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-260ab931-1ae3-47d5-8b3e-e65be5b7d041 x-compute-request-id: req-260ab931-1ae3-47d5-8b3e-e65be5b7d041 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:41,417 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-260ab931-1ae3-47d5-8b3e-e65be5b7d041 2018-10-22 15:15:41,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07443499565s 2018-10-22 15:15:41,418 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-260ab931-1ae3-47d5-8b3e-e65be5b7d041 2018-10-22 15:15:41,418 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:42,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:42,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:42,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-4e6966ad-d91b-459e-b457-0a5337f112c7 x-compute-request-id: req-4e6966ad-d91b-459e-b457-0a5337f112c7 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:42,941 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4e6966ad-d91b-459e-b457-0a5337f112c7 2018-10-22 15:15:42,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520114898682s 2018-10-22 15:15:42,942 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4e6966ad-d91b-459e-b457-0a5337f112c7 2018-10-22 15:15:42,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:42,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:44,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-c272e7d5-8f73-4c69-baae-ec4cd5e7229f x-compute-request-id: req-c272e7d5-8f73-4c69-baae-ec4cd5e7229f Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:44,021 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-c272e7d5-8f73-4c69-baae-ec4cd5e7229f 2018-10-22 15:15:44,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07698297501s 2018-10-22 15:15:44,022 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-c272e7d5-8f73-4c69-baae-ec4cd5e7229f 2018-10-22 15:15:44,023 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:45,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:45,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:45,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-b8aba65e-acd7-4b27-809d-46c52b52a897 x-compute-request-id: req-b8aba65e-acd7-4b27-809d-46c52b52a897 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:45,560 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b8aba65e-acd7-4b27-809d-46c52b52a897 2018-10-22 15:15:45,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535291910172s 2018-10-22 15:15:45,561 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b8aba65e-acd7-4b27-809d-46c52b52a897 2018-10-22 15:15:45,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:45,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:46,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-22b51677-455b-4912-8b5d-521cc5eb3f0c x-compute-request-id: req-22b51677-455b-4912-8b5d-521cc5eb3f0c Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:46,643 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-22b51677-455b-4912-8b5d-521cc5eb3f0c 2018-10-22 15:15:46,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07951211929s 2018-10-22 15:15:46,644 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-22b51677-455b-4912-8b5d-521cc5eb3f0c 2018-10-22 15:15:46,644 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:47,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:47,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:48,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-8e06637c-c806-4f40-ba30-9c7b85de953c x-compute-request-id: req-8e06637c-c806-4f40-ba30-9c7b85de953c Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:48,171 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8e06637c-c806-4f40-ba30-9c7b85de953c 2018-10-22 15:15:48,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523733139038s 2018-10-22 15:15:48,171 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8e06637c-c806-4f40-ba30-9c7b85de953c 2018-10-22 15:15:48,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:48,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:49,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-263f442f-7813-47cd-95fa-d64a55733318 x-compute-request-id: req-263f442f-7813-47cd-95fa-d64a55733318 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:49,245 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-263f442f-7813-47cd-95fa-d64a55733318 2018-10-22 15:15:49,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0714571476s 2018-10-22 15:15:49,246 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-263f442f-7813-47cd-95fa-d64a55733318 2018-10-22 15:15:49,246 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:49,248 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:15:50,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:50,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:50,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-94dad8cb-5166-48b6-b4e7-d3aa72e4b950 x-compute-request-id: req-94dad8cb-5166-48b6-b4e7-d3aa72e4b950 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:50,778 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-94dad8cb-5166-48b6-b4e7-d3aa72e4b950 2018-10-22 15:15:50,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529011964798s 2018-10-22 15:15:50,779 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-94dad8cb-5166-48b6-b4e7-d3aa72e4b950 2018-10-22 15:15:50,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:50,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:51,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-c81453ad-fe25-4110-a373-ac15f74b9911 x-compute-request-id: req-c81453ad-fe25-4110-a373-ac15f74b9911 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:51,855 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-c81453ad-fe25-4110-a373-ac15f74b9911 2018-10-22 15:15:51,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07337093353s 2018-10-22 15:15:51,856 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-c81453ad-fe25-4110-a373-ac15f74b9911 2018-10-22 15:15:51,856 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:52,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:52,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:53,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-18880d7a-9c21-4f14-8445-ac5f84b97ea9 x-compute-request-id: req-18880d7a-9c21-4f14-8445-ac5f84b97ea9 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:53,368 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-18880d7a-9c21-4f14-8445-ac5f84b97ea9 2018-10-22 15:15:53,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509799957275s 2018-10-22 15:15:53,369 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-18880d7a-9c21-4f14-8445-ac5f84b97ea9 2018-10-22 15:15:53,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:53,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:54,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-d15a4c0d-5dfb-49c7-a3c3-aaf8656e7f91 x-compute-request-id: req-d15a4c0d-5dfb-49c7-a3c3-aaf8656e7f91 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:54,473 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-d15a4c0d-5dfb-49c7-a3c3-aaf8656e7f91 2018-10-22 15:15:54,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10130500793s 2018-10-22 15:15:54,474 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-d15a4c0d-5dfb-49c7-a3c3-aaf8656e7f91 2018-10-22 15:15:54,474 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:55,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:55,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:55,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-45622a50-d545-457f-a944-1b6e5e7eb2cd x-compute-request-id: req-45622a50-d545-457f-a944-1b6e5e7eb2cd Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:55,985 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-45622a50-d545-457f-a944-1b6e5e7eb2cd 2018-10-22 15:15:55,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508579015732s 2018-10-22 15:15:55,986 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-45622a50-d545-457f-a944-1b6e5e7eb2cd 2018-10-22 15:15:55,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:55,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:57,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15: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-4f4acb97-69a3-4c00-9692-28edabf9af70 x-compute-request-id: req-4f4acb97-69a3-4c00-9692-28edabf9af70 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:57,095 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-4f4acb97-69a3-4c00-9692-28edabf9af70 2018-10-22 15:15:57,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10677981377s 2018-10-22 15:15:57,096 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-4f4acb97-69a3-4c00-9692-28edabf9af70 2018-10-22 15:15:57,096 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:15:58,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:15:58,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:15:58,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f97d927c-758e-4140-8922-5d5801ef2f6e x-compute-request-id: req-f97d927c-758e-4140-8922-5d5801ef2f6e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:15:58,654 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f97d927c-758e-4140-8922-5d5801ef2f6e 2018-10-22 15:15:58,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.555225133896s 2018-10-22 15:15:58,655 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f97d927c-758e-4140-8922-5d5801ef2f6e 2018-10-22 15:15:58,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:15:58,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:15:59,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:15:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ed67757-2a2d-453d-831e-8cc8eb2924d7 x-compute-request-id: req-7ed67757-2a2d-453d-831e-8cc8eb2924d7 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:15:59,731 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-7ed67757-2a2d-453d-831e-8cc8eb2924d7 2018-10-22 15:15:59,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07422590256s 2018-10-22 15:15:59,732 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-7ed67757-2a2d-453d-831e-8cc8eb2924d7 2018-10-22 15:15:59,733 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:00,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:00,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:01,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-685abbb2-1229-4695-b490-1e8f49786389 x-compute-request-id: req-685abbb2-1229-4695-b490-1e8f49786389 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:01,268 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-685abbb2-1229-4695-b490-1e8f49786389 2018-10-22 15:16:01,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532876968384s 2018-10-22 15:16:01,269 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-685abbb2-1229-4695-b490-1e8f49786389 2018-10-22 15:16:01,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:01,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:02,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-70d9c405-e95f-4d4f-8af1-aaa877c0e454 x-compute-request-id: req-70d9c405-e95f-4d4f-8af1-aaa877c0e454 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:02,343 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-70d9c405-e95f-4d4f-8af1-aaa877c0e454 2018-10-22 15:16:02,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07185006142s 2018-10-22 15:16:02,344 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-70d9c405-e95f-4d4f-8af1-aaa877c0e454 2018-10-22 15:16:02,344 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:03,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:03,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:03,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-309b9da5-a020-4d7e-a5e0-c4d39fa024dc x-compute-request-id: req-309b9da5-a020-4d7e-a5e0-c4d39fa024dc Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:03,858 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-309b9da5-a020-4d7e-a5e0-c4d39fa024dc 2018-10-22 15:16:03,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511162042618s 2018-10-22 15:16:03,859 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-309b9da5-a020-4d7e-a5e0-c4d39fa024dc 2018-10-22 15:16:03,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:03,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:04,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-287a9676-fb58-4ecc-af10-71a24b150d31 x-compute-request-id: req-287a9676-fb58-4ecc-af10-71a24b150d31 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:04,938 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-287a9676-fb58-4ecc-af10-71a24b150d31 2018-10-22 15:16:04,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07698392868s 2018-10-22 15:16:04,939 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-287a9676-fb58-4ecc-af10-71a24b150d31 2018-10-22 15:16:04,939 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:05,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:05,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:06,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-04162884-792d-4184-91bc-c7bd7d8a0ce1 x-compute-request-id: req-04162884-792d-4184-91bc-c7bd7d8a0ce1 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:06,467 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-04162884-792d-4184-91bc-c7bd7d8a0ce1 2018-10-22 15:16:06,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524843931198s 2018-10-22 15:16:06,468 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-04162884-792d-4184-91bc-c7bd7d8a0ce1 2018-10-22 15:16:06,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:06,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:07,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-94ec59a9-5d65-4323-805a-b134aabfa805 x-compute-request-id: req-94ec59a9-5d65-4323-805a-b134aabfa805 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:07,543 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-94ec59a9-5d65-4323-805a-b134aabfa805 2018-10-22 15:16:07,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07299423218s 2018-10-22 15:16:07,544 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-94ec59a9-5d65-4323-805a-b134aabfa805 2018-10-22 15:16:07,545 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:08,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:08,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:09,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-3cc52282-cf35-4e6c-a393-fab2f3723648 x-compute-request-id: req-3cc52282-cf35-4e6c-a393-fab2f3723648 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:09,076 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3cc52282-cf35-4e6c-a393-fab2f3723648 2018-10-22 15:16:09,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529343128204s 2018-10-22 15:16:09,077 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3cc52282-cf35-4e6c-a393-fab2f3723648 2018-10-22 15:16:09,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:09,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:10,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-61dcd2dc-640f-405c-bafb-61d96fdd39c0 x-compute-request-id: req-61dcd2dc-640f-405c-bafb-61d96fdd39c0 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:10,154 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-61dcd2dc-640f-405c-bafb-61d96fdd39c0 2018-10-22 15:16:10,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07441186905s 2018-10-22 15:16:10,155 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-61dcd2dc-640f-405c-bafb-61d96fdd39c0 2018-10-22 15:16:10,155 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:11,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:11,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:11,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-72af1fb5-5376-4374-96af-45da99d8b798 x-compute-request-id: req-72af1fb5-5376-4374-96af-45da99d8b798 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:11,680 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-72af1fb5-5376-4374-96af-45da99d8b798 2018-10-22 15:16:11,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522638082504s 2018-10-22 15:16:11,681 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-72af1fb5-5376-4374-96af-45da99d8b798 2018-10-22 15:16:11,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:11,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:12,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-87af8a11-9bf3-48a4-81c5-9166e70eb481 x-compute-request-id: req-87af8a11-9bf3-48a4-81c5-9166e70eb481 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:12,758 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-87af8a11-9bf3-48a4-81c5-9166e70eb481 2018-10-22 15:16:12,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.074395895s 2018-10-22 15:16:12,759 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-87af8a11-9bf3-48a4-81c5-9166e70eb481 2018-10-22 15:16:12,759 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:13,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:13,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:14,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-5745893e-2bbb-4308-850d-377100b6d3bf x-compute-request-id: req-5745893e-2bbb-4308-850d-377100b6d3bf Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:14,066 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5745893e-2bbb-4308-850d-377100b6d3bf 2018-10-22 15:16:14,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.303969144821s 2018-10-22 15:16:14,066 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5745893e-2bbb-4308-850d-377100b6d3bf 2018-10-22 15:16:14,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:14,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:15,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-1fb46a79-b979-4164-a1d4-d6a85927bbd5 x-compute-request-id: req-1fb46a79-b979-4164-a1d4-d6a85927bbd5 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:15,144 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-1fb46a79-b979-4164-a1d4-d6a85927bbd5 2018-10-22 15:16:15,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07489395142s 2018-10-22 15:16:15,145 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-1fb46a79-b979-4164-a1d4-d6a85927bbd5 2018-10-22 15:16:15,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:15,146 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:16:16,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:16,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:16,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-8abc1704-e667-49db-830a-0dc6a5a4f79b x-compute-request-id: req-8abc1704-e667-49db-830a-0dc6a5a4f79b Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:16,378 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8abc1704-e667-49db-830a-0dc6a5a4f79b 2018-10-22 15:16:16,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.229561805725s 2018-10-22 15:16:16,378 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8abc1704-e667-49db-830a-0dc6a5a4f79b 2018-10-22 15:16:16,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:16,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:17,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-50460325-42d2-41e6-8515-e962c3b2186c x-compute-request-id: req-50460325-42d2-41e6-8515-e962c3b2186c Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:17,451 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-50460325-42d2-41e6-8515-e962c3b2186c 2018-10-22 15:16:17,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07052016258s 2018-10-22 15:16:17,452 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-50460325-42d2-41e6-8515-e962c3b2186c 2018-10-22 15:16:17,453 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:18,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:18,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:18,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-8bc117a1-1746-4cb2-ba74-b8643936b33d x-compute-request-id: req-8bc117a1-1746-4cb2-ba74-b8643936b33d Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:18,963 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8bc117a1-1746-4cb2-ba74-b8643936b33d 2018-10-22 15:16:18,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.50727891922s 2018-10-22 15:16:18,963 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8bc117a1-1746-4cb2-ba74-b8643936b33d 2018-10-22 15:16:18,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:18,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:20,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-91f302b9-96df-4e53-8063-147b6e419ddc x-compute-request-id: req-91f302b9-96df-4e53-8063-147b6e419ddc Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:20,037 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-91f302b9-96df-4e53-8063-147b6e419ddc 2018-10-22 15:16:20,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07080507278s 2018-10-22 15:16:20,038 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-91f302b9-96df-4e53-8063-147b6e419ddc 2018-10-22 15:16:20,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:21,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:21,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:21,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-4794fb6f-ffc5-4a56-b18c-b3922368212e x-compute-request-id: req-4794fb6f-ffc5-4a56-b18c-b3922368212e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:21,497 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4794fb6f-ffc5-4a56-b18c-b3922368212e 2018-10-22 15:16:21,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.456998109818s 2018-10-22 15:16:21,498 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4794fb6f-ffc5-4a56-b18c-b3922368212e 2018-10-22 15:16:21,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:21,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:22,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-77d1516e-8533-432a-9eb8-91237e6ccf8c x-compute-request-id: req-77d1516e-8533-432a-9eb8-91237e6ccf8c Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:22,574 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-77d1516e-8533-432a-9eb8-91237e6ccf8c 2018-10-22 15:16:22,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07319998741s 2018-10-22 15:16:22,575 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-77d1516e-8533-432a-9eb8-91237e6ccf8c 2018-10-22 15:16:22,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:23,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:23,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:24,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5fc95b51-c529-4b07-9af5-8f61d25bfb07 x-compute-request-id: req-5fc95b51-c529-4b07-9af5-8f61d25bfb07 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:24,041 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5fc95b51-c529-4b07-9af5-8f61d25bfb07 2018-10-22 15:16:24,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.463340997696s 2018-10-22 15:16:24,041 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5fc95b51-c529-4b07-9af5-8f61d25bfb07 2018-10-22 15:16:24,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:24,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:25,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-de5c95eb-900d-46af-8983-01d7a1e2f4d5 x-compute-request-id: req-de5c95eb-900d-46af-8983-01d7a1e2f4d5 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:25,116 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-de5c95eb-900d-46af-8983-01d7a1e2f4d5 2018-10-22 15:16:25,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07280516624s 2018-10-22 15:16:25,117 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-de5c95eb-900d-46af-8983-01d7a1e2f4d5 2018-10-22 15:16:25,118 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:26,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:26,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:26,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-9be77ccd-3b5c-40f7-868f-e8bdd6b3edbf x-compute-request-id: req-9be77ccd-3b5c-40f7-868f-e8bdd6b3edbf Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:26,703 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9be77ccd-3b5c-40f7-868f-e8bdd6b3edbf 2018-10-22 15:16:26,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.582917928696s 2018-10-22 15:16:26,704 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9be77ccd-3b5c-40f7-868f-e8bdd6b3edbf 2018-10-22 15:16:26,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:26,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:27,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-41999886-4518-4b47-aa6c-57b4f58706e3 x-compute-request-id: req-41999886-4518-4b47-aa6c-57b4f58706e3 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:27,778 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-41999886-4518-4b47-aa6c-57b4f58706e3 2018-10-22 15:16:27,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07169890404s 2018-10-22 15:16:27,779 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-41999886-4518-4b47-aa6c-57b4f58706e3 2018-10-22 15:16:27,779 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:28,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:28,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:29,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-093f4d44-2232-40a2-923e-dfeb9b103d0e x-compute-request-id: req-093f4d44-2232-40a2-923e-dfeb9b103d0e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:29,452 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-093f4d44-2232-40a2-923e-dfeb9b103d0e 2018-10-22 15:16:29,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.670454025269s 2018-10-22 15:16:29,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-093f4d44-2232-40a2-923e-dfeb9b103d0e 2018-10-22 15:16:29,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:29,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:30,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-5d2f165d-85e1-4366-a3db-51345e6b7be0 x-compute-request-id: req-5d2f165d-85e1-4366-a3db-51345e6b7be0 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:30,524 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-5d2f165d-85e1-4366-a3db-51345e6b7be0 2018-10-22 15:16:30,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0692179203s 2018-10-22 15:16:30,525 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-5d2f165d-85e1-4366-a3db-51345e6b7be0 2018-10-22 15:16:30,526 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:31,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:31,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:32,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-75d87a60-a093-499b-a32a-5f0bedeb01b3 x-compute-request-id: req-75d87a60-a093-499b-a32a-5f0bedeb01b3 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:32,155 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-75d87a60-a093-499b-a32a-5f0bedeb01b3 2018-10-22 15:16:32,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.627062082291s 2018-10-22 15:16:32,156 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-75d87a60-a093-499b-a32a-5f0bedeb01b3 2018-10-22 15:16:32,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:32,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:33,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-6c7453fd-20be-4a1b-80b7-aa8e0815664b x-compute-request-id: req-6c7453fd-20be-4a1b-80b7-aa8e0815664b Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:33,231 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-6c7453fd-20be-4a1b-80b7-aa8e0815664b 2018-10-22 15:16:33,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07233905792s 2018-10-22 15:16:33,232 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-6c7453fd-20be-4a1b-80b7-aa8e0815664b 2018-10-22 15:16:33,232 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:34,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:34,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:34,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-fdc68a47-5c9c-439a-83b5-0c85a61c6f62 x-compute-request-id: req-fdc68a47-5c9c-439a-83b5-0c85a61c6f62 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:34,616 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fdc68a47-5c9c-439a-83b5-0c85a61c6f62 2018-10-22 15:16:34,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380963087082s 2018-10-22 15:16:34,616 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fdc68a47-5c9c-439a-83b5-0c85a61c6f62 2018-10-22 15:16:34,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:34,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:35,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-7c23a213-eeea-4db2-bae4-39b2e1b12bb0 x-compute-request-id: req-7c23a213-eeea-4db2-bae4-39b2e1b12bb0 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:35,691 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-7c23a213-eeea-4db2-bae4-39b2e1b12bb0 2018-10-22 15:16:35,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07195305824s 2018-10-22 15:16:35,692 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-7c23a213-eeea-4db2-bae4-39b2e1b12bb0 2018-10-22 15:16:35,692 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:36,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:36,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:37,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4322b242-95aa-4066-a9de-b3fda8ab05b8 x-compute-request-id: req-4322b242-95aa-4066-a9de-b3fda8ab05b8 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:37,054 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4322b242-95aa-4066-a9de-b3fda8ab05b8 2018-10-22 15:16:37,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.359792947769s 2018-10-22 15:16:37,055 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4322b242-95aa-4066-a9de-b3fda8ab05b8 2018-10-22 15:16:37,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:37,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:38,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-415c12ff-951d-48c8-aa26-cc75bf319764 x-compute-request-id: req-415c12ff-951d-48c8-aa26-cc75bf319764 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:38,129 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-415c12ff-951d-48c8-aa26-cc75bf319764 2018-10-22 15:16:38,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07214093208s 2018-10-22 15:16:38,130 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-415c12ff-951d-48c8-aa26-cc75bf319764 2018-10-22 15:16:38,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:39,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:39,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:40,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-915305a3-e541-449d-a2db-68fdd1b7d5fa x-compute-request-id: req-915305a3-e541-449d-a2db-68fdd1b7d5fa Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:40,054 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-915305a3-e541-449d-a2db-68fdd1b7d5fa 2018-10-22 15:16:40,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.92106294632s 2018-10-22 15:16:40,055 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-915305a3-e541-449d-a2db-68fdd1b7d5fa 2018-10-22 15:16:40,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:40,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:41,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-735ee0d9-0c4a-4bac-b6a3-5c48af042d9a x-compute-request-id: req-735ee0d9-0c4a-4bac-b6a3-5c48af042d9a Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:41,125 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-735ee0d9-0c4a-4bac-b6a3-5c48af042d9a 2018-10-22 15:16:41,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06813693047s 2018-10-22 15:16:41,126 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-735ee0d9-0c4a-4bac-b6a3-5c48af042d9a 2018-10-22 15:16:41,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:41,128 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:16:42,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:42,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:42,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-84d56e72-5ed4-4637-9c59-767bf3ec25cd x-compute-request-id: req-84d56e72-5ed4-4637-9c59-767bf3ec25cd Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:42,672 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-84d56e72-5ed4-4637-9c59-767bf3ec25cd 2018-10-22 15:16:42,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.542554140091s 2018-10-22 15:16:42,673 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-84d56e72-5ed4-4637-9c59-767bf3ec25cd 2018-10-22 15:16:42,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:42,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:43,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-cb1ba321-883d-498e-9bee-7da1f39f0917 x-compute-request-id: req-cb1ba321-883d-498e-9bee-7da1f39f0917 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:43,752 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-cb1ba321-883d-498e-9bee-7da1f39f0917 2018-10-22 15:16:43,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07698988914s 2018-10-22 15:16:43,753 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-cb1ba321-883d-498e-9bee-7da1f39f0917 2018-10-22 15:16:43,753 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:44,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:44,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:45,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50fcd56b-2922-4276-8e74-3cca40989717 x-compute-request-id: req-50fcd56b-2922-4276-8e74-3cca40989717 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:45,421 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-50fcd56b-2922-4276-8e74-3cca40989717 2018-10-22 15:16:45,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.665466070175s 2018-10-22 15:16:45,422 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-50fcd56b-2922-4276-8e74-3cca40989717 2018-10-22 15:16:45,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:45,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:46,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5eaf552c-725c-4d22-a0f2-16c30378e1a9 x-compute-request-id: req-5eaf552c-725c-4d22-a0f2-16c30378e1a9 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:46,520 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-5eaf552c-725c-4d22-a0f2-16c30378e1a9 2018-10-22 15:16:46,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09592199326s 2018-10-22 15:16:46,521 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-5eaf552c-725c-4d22-a0f2-16c30378e1a9 2018-10-22 15:16:46,522 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:47,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:47,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:48,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-feffbcd9-d1c9-492b-b1f5-0f44e718c964 x-compute-request-id: req-feffbcd9-d1c9-492b-b1f5-0f44e718c964 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:48,042 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-feffbcd9-d1c9-492b-b1f5-0f44e718c964 2018-10-22 15:16:48,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518403053284s 2018-10-22 15:16:48,043 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-feffbcd9-d1c9-492b-b1f5-0f44e718c964 2018-10-22 15:16:48,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:48,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:49,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-e02a6ec6-452e-4483-bd0a-ed33ceb0af18 x-compute-request-id: req-e02a6ec6-452e-4483-bd0a-ed33ceb0af18 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:49,116 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-e02a6ec6-452e-4483-bd0a-ed33ceb0af18 2018-10-22 15:16:49,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07017493248s 2018-10-22 15:16:49,117 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-e02a6ec6-452e-4483-bd0a-ed33ceb0af18 2018-10-22 15:16:49,117 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:50,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:50,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:50,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-79b7e5bb-6a15-4bd8-b558-d69d358f71ca x-compute-request-id: req-79b7e5bb-6a15-4bd8-b558-d69d358f71ca Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:50,631 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-79b7e5bb-6a15-4bd8-b558-d69d358f71ca 2018-10-22 15:16:50,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511694908142s 2018-10-22 15:16:50,631 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-79b7e5bb-6a15-4bd8-b558-d69d358f71ca 2018-10-22 15:16:50,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:50,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:51,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-e1b71514-a33b-40b6-8cc0-d43b8fc3ad45 x-compute-request-id: req-e1b71514-a33b-40b6-8cc0-d43b8fc3ad45 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:51,708 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-e1b71514-a33b-40b6-8cc0-d43b8fc3ad45 2018-10-22 15:16:51,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07439208031s 2018-10-22 15:16:51,709 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-e1b71514-a33b-40b6-8cc0-d43b8fc3ad45 2018-10-22 15:16:51,709 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:52,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:52,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:53,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-ff6a753d-103f-4420-a874-a59cdf224292 x-compute-request-id: req-ff6a753d-103f-4420-a874-a59cdf224292 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:53,215 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ff6a753d-103f-4420-a874-a59cdf224292 2018-10-22 15:16:53,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.503565073013s 2018-10-22 15:16:53,216 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ff6a753d-103f-4420-a874-a59cdf224292 2018-10-22 15:16:53,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:53,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:54,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-609cfff2-2d77-4458-83ce-8f048994cec0 x-compute-request-id: req-609cfff2-2d77-4458-83ce-8f048994cec0 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:54,289 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-609cfff2-2d77-4458-83ce-8f048994cec0 2018-10-22 15:16:54,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07058000565s 2018-10-22 15:16:54,290 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-609cfff2-2d77-4458-83ce-8f048994cec0 2018-10-22 15:16:54,290 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:55,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:55,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:55,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-1f59b638-4fa8-4eca-a5d7-3bd94804a183 x-compute-request-id: req-1f59b638-4fa8-4eca-a5d7-3bd94804a183 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:55,848 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1f59b638-4fa8-4eca-a5d7-3bd94804a183 2018-10-22 15:16:55,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.55518913269s 2018-10-22 15:16:55,848 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1f59b638-4fa8-4eca-a5d7-3bd94804a183 2018-10-22 15:16:55,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:55,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:56,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-117483ab-2246-498d-ab81-b073e5e0338d x-compute-request-id: req-117483ab-2246-498d-ab81-b073e5e0338d Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:56,926 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-117483ab-2246-498d-ab81-b073e5e0338d 2018-10-22 15:16:56,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07467699051s 2018-10-22 15:16:56,927 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-117483ab-2246-498d-ab81-b073e5e0338d 2018-10-22 15:16:56,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:16:57,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:16:57,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:16:58,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-8d3c5927-6ac3-493a-a84e-dde763039c08 x-compute-request-id: req-8d3c5927-6ac3-493a-a84e-dde763039c08 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:16:58,459 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8d3c5927-6ac3-493a-a84e-dde763039c08 2018-10-22 15:16:58,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529670953751s 2018-10-22 15:16:58,460 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8d3c5927-6ac3-493a-a84e-dde763039c08 2018-10-22 15:16:58,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:16:58,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:16:59,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:16: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-abed0316-6822-43ad-a09f-e6c8fb66dc63 x-compute-request-id: req-abed0316-6822-43ad-a09f-e6c8fb66dc63 Content-Encoding: gzip Content-Length: 7999 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:16:59,540 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-abed0316-6822-43ad-a09f-e6c8fb66dc63 2018-10-22 15:16:59,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07714009285s 2018-10-22 15:16:59,541 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-abed0316-6822-43ad-a09f-e6c8fb66dc63 2018-10-22 15:16:59,541 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:00,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:00,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:01,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-d8e62dba-6bd2-4bb1-adcd-dc9670f3aad0 x-compute-request-id: req-d8e62dba-6bd2-4bb1-adcd-dc9670f3aad0 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:01,065 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d8e62dba-6bd2-4bb1-adcd-dc9670f3aad0 2018-10-22 15:17:01,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521335840225s 2018-10-22 15:17:01,065 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d8e62dba-6bd2-4bb1-adcd-dc9670f3aad0 2018-10-22 15:17:01,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:01,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:02,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-b6a8ed79-6c4a-444e-b137-715299aaa40a x-compute-request-id: req-b6a8ed79-6c4a-444e-b137-715299aaa40a Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:02,137 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-b6a8ed79-6c4a-444e-b137-715299aaa40a 2018-10-22 15:17:02,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06945490837s 2018-10-22 15:17:02,138 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-b6a8ed79-6c4a-444e-b137-715299aaa40a 2018-10-22 15:17:02,138 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:03,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:03,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:03,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-cdbb984b-9cb7-40c2-b7c6-c4dfee860955 x-compute-request-id: req-cdbb984b-9cb7-40c2-b7c6-c4dfee860955 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:03,800 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cdbb984b-9cb7-40c2-b7c6-c4dfee860955 2018-10-22 15:17:03,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.658859968185s 2018-10-22 15:17:03,800 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cdbb984b-9cb7-40c2-b7c6-c4dfee860955 2018-10-22 15:17:03,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:03,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:04,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-67e74bc1-d3cd-477e-a4d2-0cc8b7a5b580 x-compute-request-id: req-67e74bc1-d3cd-477e-a4d2-0cc8b7a5b580 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:04,876 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-67e74bc1-d3cd-477e-a4d2-0cc8b7a5b580 2018-10-22 15:17:04,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07300901413s 2018-10-22 15:17:04,877 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-67e74bc1-d3cd-477e-a4d2-0cc8b7a5b580 2018-10-22 15:17:04,877 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:05,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:05,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:06,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8157386e-bd4a-45da-846a-e2f6af4f6769 x-compute-request-id: req-8157386e-bd4a-45da-846a-e2f6af4f6769 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:06,416 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8157386e-bd4a-45da-846a-e2f6af4f6769 2018-10-22 15:17:06,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536175966263s 2018-10-22 15:17:06,417 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8157386e-bd4a-45da-846a-e2f6af4f6769 2018-10-22 15:17:06,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:06,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:07,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc480f76-d243-4b43-9548-34155e8f5a85 x-compute-request-id: req-cc480f76-d243-4b43-9548-34155e8f5a85 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:07,496 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-cc480f76-d243-4b43-9548-34155e8f5a85 2018-10-22 15:17:07,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07624697685s 2018-10-22 15:17:07,497 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-cc480f76-d243-4b43-9548-34155e8f5a85 2018-10-22 15:17:07,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:07,498 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:17:08,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:08,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:09,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-b931ab28-98ca-4b4d-9390-5847703f90bd x-compute-request-id: req-b931ab28-98ca-4b4d-9390-5847703f90bd Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:09,324 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b931ab28-98ca-4b4d-9390-5847703f90bd 2018-10-22 15:17:09,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.823511123657s 2018-10-22 15:17:09,324 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b931ab28-98ca-4b4d-9390-5847703f90bd 2018-10-22 15:17:09,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:09,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:10,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-8d4a9cfc-7c96-4f27-b198-16c6ff94df35 x-compute-request-id: req-8d4a9cfc-7c96-4f27-b198-16c6ff94df35 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:10,405 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8d4a9cfc-7c96-4f27-b198-16c6ff94df35 2018-10-22 15:17:10,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07846498489s 2018-10-22 15:17:10,406 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8d4a9cfc-7c96-4f27-b198-16c6ff94df35 2018-10-22 15:17:10,407 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:11,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:11,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:12,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-0c2fe67e-b245-4649-8ccc-75ff0d10e8c0 x-compute-request-id: req-0c2fe67e-b245-4649-8ccc-75ff0d10e8c0 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:12,082 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0c2fe67e-b245-4649-8ccc-75ff0d10e8c0 2018-10-22 15:17:12,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.672610998154s 2018-10-22 15:17:12,082 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0c2fe67e-b245-4649-8ccc-75ff0d10e8c0 2018-10-22 15:17:12,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:12,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:13,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-8bb1d70f-f228-4f4c-aa87-90822ffa09da x-compute-request-id: req-8bb1d70f-f228-4f4c-aa87-90822ffa09da Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:13,153 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8bb1d70f-f228-4f4c-aa87-90822ffa09da 2018-10-22 15:17:13,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06791400909s 2018-10-22 15:17:13,154 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8bb1d70f-f228-4f4c-aa87-90822ffa09da 2018-10-22 15:17:13,154 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:14,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:14,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:15,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-42943852-7596-4191-a6b8-e8987b76c676 x-compute-request-id: req-42943852-7596-4191-a6b8-e8987b76c676 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:15,021 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-42943852-7596-4191-a6b8-e8987b76c676 2018-10-22 15:17:15,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.864961862564s 2018-10-22 15:17:15,022 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-42943852-7596-4191-a6b8-e8987b76c676 2018-10-22 15:17:15,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:15,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:16,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-01ab7940-736d-4243-ae35-575a0637c04e x-compute-request-id: req-01ab7940-736d-4243-ae35-575a0637c04e Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:16,099 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-01ab7940-736d-4243-ae35-575a0637c04e 2018-10-22 15:17:16,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07418608665s 2018-10-22 15:17:16,100 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-01ab7940-736d-4243-ae35-575a0637c04e 2018-10-22 15:17:16,100 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:17,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:17,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:17,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-b6d59b54-5b2b-46d1-ad79-62549d5bec09 x-compute-request-id: req-b6d59b54-5b2b-46d1-ad79-62549d5bec09 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:17,635 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b6d59b54-5b2b-46d1-ad79-62549d5bec09 2018-10-22 15:17:17,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532380104065s 2018-10-22 15:17:17,635 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b6d59b54-5b2b-46d1-ad79-62549d5bec09 2018-10-22 15:17:17,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:17,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:18,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-498469b3-29a3-4433-a858-d81cd23d5a37 x-compute-request-id: req-498469b3-29a3-4433-a858-d81cd23d5a37 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:18,710 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-498469b3-29a3-4433-a858-d81cd23d5a37 2018-10-22 15:17:18,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07176494598s 2018-10-22 15:17:18,711 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-498469b3-29a3-4433-a858-d81cd23d5a37 2018-10-22 15:17:18,711 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:19,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:19,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:20,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-fcdbd2dc-edc0-4a0e-b719-acdf3faae44c x-compute-request-id: req-fcdbd2dc-edc0-4a0e-b719-acdf3faae44c Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:20,067 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fcdbd2dc-edc0-4a0e-b719-acdf3faae44c 2018-10-22 15:17:20,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.353400945663s 2018-10-22 15:17:20,067 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fcdbd2dc-edc0-4a0e-b719-acdf3faae44c 2018-10-22 15:17:20,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:20,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:21,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-cbd07966-553e-4418-9d9d-6794dfc97b3e x-compute-request-id: req-cbd07966-553e-4418-9d9d-6794dfc97b3e Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:21,139 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-cbd07966-553e-4418-9d9d-6794dfc97b3e 2018-10-22 15:17:21,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06936311722s 2018-10-22 15:17:21,140 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-cbd07966-553e-4418-9d9d-6794dfc97b3e 2018-10-22 15:17:21,140 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:22,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:22,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:22,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-53464512-a7b7-4038-afb9-8d5639fc7d75 x-compute-request-id: req-53464512-a7b7-4038-afb9-8d5639fc7d75 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:22,934 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-53464512-a7b7-4038-afb9-8d5639fc7d75 2018-10-22 15:17:22,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.790477991104s 2018-10-22 15:17:22,934 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-53464512-a7b7-4038-afb9-8d5639fc7d75 2018-10-22 15:17:22,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:22,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:24,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-0ff54e07-4baf-4987-86d4-9a12b164a2d8 x-compute-request-id: req-0ff54e07-4baf-4987-86d4-9a12b164a2d8 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:24,011 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-0ff54e07-4baf-4987-86d4-9a12b164a2d8 2018-10-22 15:17:24,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07458496094s 2018-10-22 15:17:24,012 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-0ff54e07-4baf-4987-86d4-9a12b164a2d8 2018-10-22 15:17:24,013 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:25,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:25,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:25,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-1d920a2e-6214-4298-9af0-133c593c9699 x-compute-request-id: req-1d920a2e-6214-4298-9af0-133c593c9699 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:25,542 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1d920a2e-6214-4298-9af0-133c593c9699 2018-10-22 15:17:25,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526733875275s 2018-10-22 15:17:25,543 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1d920a2e-6214-4298-9af0-133c593c9699 2018-10-22 15:17:25,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:25,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:26,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-571912fe-f915-4cf9-a81b-bb80cf07b862 x-compute-request-id: req-571912fe-f915-4cf9-a81b-bb80cf07b862 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:26,617 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-571912fe-f915-4cf9-a81b-bb80cf07b862 2018-10-22 15:17:26,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0714609623s 2018-10-22 15:17:26,618 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-571912fe-f915-4cf9-a81b-bb80cf07b862 2018-10-22 15:17:26,618 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:27,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:27,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:27,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-b96631f3-ea7e-4ce5-836f-5de0bd16d12b x-compute-request-id: req-b96631f3-ea7e-4ce5-836f-5de0bd16d12b Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:27,995 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b96631f3-ea7e-4ce5-836f-5de0bd16d12b 2018-10-22 15:17:27,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.374842882156s 2018-10-22 15:17:27,996 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b96631f3-ea7e-4ce5-836f-5de0bd16d12b 2018-10-22 15:17:27,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:28,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:29,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-8016f922-9689-42c8-9445-f445ee090462 x-compute-request-id: req-8016f922-9689-42c8-9445-f445ee090462 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:29,065 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8016f922-9689-42c8-9445-f445ee090462 2018-10-22 15:17:29,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06723189354s 2018-10-22 15:17:29,066 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8016f922-9689-42c8-9445-f445ee090462 2018-10-22 15:17:29,067 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:30,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:30,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:30,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-09c141fb-844e-48a8-9479-2d2a06e6b312 x-compute-request-id: req-09c141fb-844e-48a8-9479-2d2a06e6b312 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:30,831 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-09c141fb-844e-48a8-9479-2d2a06e6b312 2018-10-22 15:17:30,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.761375904083s 2018-10-22 15:17:30,831 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-09c141fb-844e-48a8-9479-2d2a06e6b312 2018-10-22 15:17:30,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:30,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:31,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-576785c9-dbb5-40ab-8a41-4880e534f492 x-compute-request-id: req-576785c9-dbb5-40ab-8a41-4880e534f492 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:31,906 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-576785c9-dbb5-40ab-8a41-4880e534f492 2018-10-22 15:17:31,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07188916206s 2018-10-22 15:17:31,907 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-576785c9-dbb5-40ab-8a41-4880e534f492 2018-10-22 15:17:31,907 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:32,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:32,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:33,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-72637c58-b110-4693-a650-43a3208c257f x-compute-request-id: req-72637c58-b110-4693-a650-43a3208c257f Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:33,558 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-72637c58-b110-4693-a650-43a3208c257f 2018-10-22 15:17:33,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.648143053055s 2018-10-22 15:17:33,558 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-72637c58-b110-4693-a650-43a3208c257f 2018-10-22 15:17:33,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:33,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:34,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-3de6ba02-2b37-4b9a-b81b-0389b3c763c0 x-compute-request-id: req-3de6ba02-2b37-4b9a-b81b-0389b3c763c0 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:34,630 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3de6ba02-2b37-4b9a-b81b-0389b3c763c0 2018-10-22 15:17:34,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06953501701s 2018-10-22 15:17:34,631 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3de6ba02-2b37-4b9a-b81b-0389b3c763c0 2018-10-22 15:17:34,632 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:34,633 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:17:35,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:35,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:36,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-b4d70acd-a841-4ab0-9b61-9391072a1f39 x-compute-request-id: req-b4d70acd-a841-4ab0-9b61-9391072a1f39 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:36,452 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b4d70acd-a841-4ab0-9b61-9391072a1f39 2018-10-22 15:17:36,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.81746506691s 2018-10-22 15:17:36,452 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b4d70acd-a841-4ab0-9b61-9391072a1f39 2018-10-22 15:17:36,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:36,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:37,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-f97ed532-5285-4356-b742-ec0f260fc7cf x-compute-request-id: req-f97ed532-5285-4356-b742-ec0f260fc7cf Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:37,525 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-f97ed532-5285-4356-b742-ec0f260fc7cf 2018-10-22 15:17:37,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07026600838s 2018-10-22 15:17:37,526 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-f97ed532-5285-4356-b742-ec0f260fc7cf 2018-10-22 15:17:37,526 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:38,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:38,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:39,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-a3592c5e-4276-48bd-855c-849255ca50b8 x-compute-request-id: req-a3592c5e-4276-48bd-855c-849255ca50b8 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:39,027 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a3592c5e-4276-48bd-855c-849255ca50b8 2018-10-22 15:17:39,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.498190164566s 2018-10-22 15:17:39,028 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a3592c5e-4276-48bd-855c-849255ca50b8 2018-10-22 15:17:39,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:39,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:40,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-3072e371-820b-4111-a3a5-6ba5ca25a957 x-compute-request-id: req-3072e371-820b-4111-a3a5-6ba5ca25a957 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:40,101 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3072e371-820b-4111-a3a5-6ba5ca25a957 2018-10-22 15:17:40,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07099103928s 2018-10-22 15:17:40,102 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3072e371-820b-4111-a3a5-6ba5ca25a957 2018-10-22 15:17:40,103 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:41,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:41,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:42,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-b501097f-6c4f-4b02-86de-939680ffd57b x-compute-request-id: req-b501097f-6c4f-4b02-86de-939680ffd57b Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:42,101 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b501097f-6c4f-4b02-86de-939680ffd57b 2018-10-22 15:17:42,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.99623799324s 2018-10-22 15:17:42,102 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b501097f-6c4f-4b02-86de-939680ffd57b 2018-10-22 15:17:42,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:42,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:43,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-39f0d5d9-f12a-4a3e-b489-1bd3e72b6c41 x-compute-request-id: req-39f0d5d9-f12a-4a3e-b489-1bd3e72b6c41 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:43,178 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-39f0d5d9-f12a-4a3e-b489-1bd3e72b6c41 2018-10-22 15:17:43,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0729432106s 2018-10-22 15:17:43,179 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-39f0d5d9-f12a-4a3e-b489-1bd3e72b6c41 2018-10-22 15:17:43,179 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:44,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:44,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:44,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-9d1247a7-5af2-4fea-b4e0-b91448b35229 x-compute-request-id: req-9d1247a7-5af2-4fea-b4e0-b91448b35229 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:44,730 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9d1247a7-5af2-4fea-b4e0-b91448b35229 2018-10-22 15:17:44,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.548858880997s 2018-10-22 15:17:44,731 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9d1247a7-5af2-4fea-b4e0-b91448b35229 2018-10-22 15:17:44,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:44,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:45,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-ff0d17bf-5ee5-4422-aaf2-1493aa08708d x-compute-request-id: req-ff0d17bf-5ee5-4422-aaf2-1493aa08708d Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:45,808 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-ff0d17bf-5ee5-4422-aaf2-1493aa08708d 2018-10-22 15:17:45,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07479095459s 2018-10-22 15:17:45,809 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-ff0d17bf-5ee5-4422-aaf2-1493aa08708d 2018-10-22 15:17:45,809 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:46,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:46,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:47,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-365989a0-659d-4847-b485-a9d986b3dcd4 x-compute-request-id: req-365989a0-659d-4847-b485-a9d986b3dcd4 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:47,203 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-365989a0-659d-4847-b485-a9d986b3dcd4 2018-10-22 15:17:47,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.390883922577s 2018-10-22 15:17:47,203 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-365989a0-659d-4847-b485-a9d986b3dcd4 2018-10-22 15:17:47,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:47,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:48,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-29af0f01-5eec-4f7b-9b8f-89d5f448eac6 x-compute-request-id: req-29af0f01-5eec-4f7b-9b8f-89d5f448eac6 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:48,283 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-29af0f01-5eec-4f7b-9b8f-89d5f448eac6 2018-10-22 15:17:48,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07679796219s 2018-10-22 15:17:48,284 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-29af0f01-5eec-4f7b-9b8f-89d5f448eac6 2018-10-22 15:17:48,284 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:49,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:49,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:49,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aad0273c-8149-45b0-b4cd-74049e51963c x-compute-request-id: req-aad0273c-8149-45b0-b4cd-74049e51963c Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:49,824 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-aad0273c-8149-45b0-b4cd-74049e51963c 2018-10-22 15:17:49,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537354946136s 2018-10-22 15:17:49,824 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-aad0273c-8149-45b0-b4cd-74049e51963c 2018-10-22 15:17:49,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:49,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:50,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61e7df49-713d-4c34-b229-ab515e0def55 x-compute-request-id: req-61e7df49-713d-4c34-b229-ab515e0def55 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:50,896 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-61e7df49-713d-4c34-b229-ab515e0def55 2018-10-22 15:17:50,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06952905655s 2018-10-22 15:17:50,898 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-61e7df49-713d-4c34-b229-ab515e0def55 2018-10-22 15:17:50,898 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:51,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:51,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:52,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-718cf54b-2d1f-4dbb-bf9d-9ef5298e6208 x-compute-request-id: req-718cf54b-2d1f-4dbb-bf9d-9ef5298e6208 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:52,284 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-718cf54b-2d1f-4dbb-bf9d-9ef5298e6208 2018-10-22 15:17:52,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.383808851242s 2018-10-22 15:17:52,285 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-718cf54b-2d1f-4dbb-bf9d-9ef5298e6208 2018-10-22 15:17:52,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:52,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:53,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a62a80c-1fc9-44f9-897c-efdefd49bb80 x-compute-request-id: req-6a62a80c-1fc9-44f9-897c-efdefd49bb80 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:53,359 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-6a62a80c-1fc9-44f9-897c-efdefd49bb80 2018-10-22 15:17:53,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07191300392s 2018-10-22 15:17:53,360 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-6a62a80c-1fc9-44f9-897c-efdefd49bb80 2018-10-22 15:17:53,360 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:54,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:54,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:55,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24c9e478-537a-47f7-9868-59c6e2ccd4e6 x-compute-request-id: req-24c9e478-537a-47f7-9868-59c6e2ccd4e6 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:55,039 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-24c9e478-537a-47f7-9868-59c6e2ccd4e6 2018-10-22 15:17:55,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.675687074661s 2018-10-22 15:17:55,039 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-24c9e478-537a-47f7-9868-59c6e2ccd4e6 2018-10-22 15:17:55,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:55,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:56,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62f5c4ee-4329-4eeb-a542-6d80c069c5cf x-compute-request-id: req-62f5c4ee-4329-4eeb-a542-6d80c069c5cf Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:56,116 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-62f5c4ee-4329-4eeb-a542-6d80c069c5cf 2018-10-22 15:17:56,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07385087013s 2018-10-22 15:17:56,117 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-62f5c4ee-4329-4eeb-a542-6d80c069c5cf 2018-10-22 15:17:56,117 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:57,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:57,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:17:57,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4e0b50d-e58e-45b7-aba1-c9f5a9b3ef25 x-compute-request-id: req-a4e0b50d-e58e-45b7-aba1-c9f5a9b3ef25 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:17:57,638 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a4e0b50d-e58e-45b7-aba1-c9f5a9b3ef25 2018-10-22 15:17:57,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519002914429s 2018-10-22 15:17:57,639 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a4e0b50d-e58e-45b7-aba1-c9f5a9b3ef25 2018-10-22 15:17:57,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:17:57,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:17:58,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7994a296-f25c-4da3-a681-11e9a518a5c2 x-compute-request-id: req-7994a296-f25c-4da3-a681-11e9a518a5c2 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:17:58,721 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-7994a296-f25c-4da3-a681-11e9a518a5c2 2018-10-22 15:17:58,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07955002785s 2018-10-22 15:17:58,722 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-7994a296-f25c-4da3-a681-11e9a518a5c2 2018-10-22 15:17:58,722 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:17:59,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:17:59,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:00,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:17: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-8c4be36e-d778-4e49-a137-980d7fe6561c x-compute-request-id: req-8c4be36e-d778-4e49-a137-980d7fe6561c Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:00,386 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8c4be36e-d778-4e49-a137-980d7fe6561c 2018-10-22 15:18:00,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.661839962006s 2018-10-22 15:18:00,387 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8c4be36e-d778-4e49-a137-980d7fe6561c 2018-10-22 15:18:00,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:00,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:01,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-18335bd4-306f-48b6-a6bc-d021db8f432c x-compute-request-id: req-18335bd4-306f-48b6-a6bc-d021db8f432c Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:01,463 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-18335bd4-306f-48b6-a6bc-d021db8f432c 2018-10-22 15:18:01,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0737118721s 2018-10-22 15:18:01,464 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-18335bd4-306f-48b6-a6bc-d021db8f432c 2018-10-22 15:18:01,464 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:01,466 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:18:02,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:02,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:03,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-af93e119-9f4e-4453-9f0d-4e33984d2773 x-compute-request-id: req-af93e119-9f4e-4453-9f0d-4e33984d2773 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:03,203 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-af93e119-9f4e-4453-9f0d-4e33984d2773 2018-10-22 15:18:03,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.735335826874s 2018-10-22 15:18:03,203 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-af93e119-9f4e-4453-9f0d-4e33984d2773 2018-10-22 15:18:03,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:03,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:04,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-4785b026-3c55-40b9-98f1-d075f4c58230 x-compute-request-id: req-4785b026-3c55-40b9-98f1-d075f4c58230 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:04,279 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-4785b026-3c55-40b9-98f1-d075f4c58230 2018-10-22 15:18:04,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07330679893s 2018-10-22 15:18:04,280 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-4785b026-3c55-40b9-98f1-d075f4c58230 2018-10-22 15:18:04,280 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:05,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:05,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:05,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-d568812e-8d00-46aa-bc1e-718538e1c43c x-compute-request-id: req-d568812e-8d00-46aa-bc1e-718538e1c43c Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:05,802 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d568812e-8d00-46aa-bc1e-718538e1c43c 2018-10-22 15:18:05,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519057035446s 2018-10-22 15:18:05,802 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d568812e-8d00-46aa-bc1e-718538e1c43c 2018-10-22 15:18:05,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:05,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:06,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-431f564d-0304-426b-8c65-43c868147239 x-compute-request-id: req-431f564d-0304-426b-8c65-43c868147239 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:06,878 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-431f564d-0304-426b-8c65-43c868147239 2018-10-22 15:18:06,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07330203056s 2018-10-22 15:18:06,879 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-431f564d-0304-426b-8c65-43c868147239 2018-10-22 15:18:06,880 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:07,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:07,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:08,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-294fab58-1572-47f5-861f-231787336084 x-compute-request-id: req-294fab58-1572-47f5-861f-231787336084 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:08,543 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-294fab58-1572-47f5-861f-231787336084 2018-10-22 15:18:08,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.661123037338s 2018-10-22 15:18:08,544 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-294fab58-1572-47f5-861f-231787336084 2018-10-22 15:18:08,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:08,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:09,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d715a4cf-2716-47c0-9047-dc8cd6fb72b5 x-compute-request-id: req-d715a4cf-2716-47c0-9047-dc8cd6fb72b5 Content-Encoding: gzip Content-Length: 8001 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:09,618 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-d715a4cf-2716-47c0-9047-dc8cd6fb72b5 2018-10-22 15:18:09,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07129096985s 2018-10-22 15:18:09,619 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-d715a4cf-2716-47c0-9047-dc8cd6fb72b5 2018-10-22 15:18:09,619 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:10,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:10,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:11,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-9c61b8c8-0efa-4693-b5b6-056db6638559 x-compute-request-id: req-9c61b8c8-0efa-4693-b5b6-056db6638559 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:11,123 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9c61b8c8-0efa-4693-b5b6-056db6638559 2018-10-22 15:18:11,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.500901222229s 2018-10-22 15:18:11,123 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9c61b8c8-0efa-4693-b5b6-056db6638559 2018-10-22 15:18:11,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:11,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:12,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-f41e1ce9-295a-41cc-ba1d-83cf57842ce0 x-compute-request-id: req-f41e1ce9-295a-41cc-ba1d-83cf57842ce0 Content-Encoding: gzip Content-Length: 8001 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:12,197 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-f41e1ce9-295a-41cc-ba1d-83cf57842ce0 2018-10-22 15:18:12,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07097196579s 2018-10-22 15:18:12,198 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-f41e1ce9-295a-41cc-ba1d-83cf57842ce0 2018-10-22 15:18:12,198 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:13,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:13,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:13,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-c53f1513-f9db-4e19-931e-e23fe1661498 x-compute-request-id: req-c53f1513-f9db-4e19-931e-e23fe1661498 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:13,857 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c53f1513-f9db-4e19-931e-e23fe1661498 2018-10-22 15:18:13,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.656108856201s 2018-10-22 15:18:13,857 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c53f1513-f9db-4e19-931e-e23fe1661498 2018-10-22 15:18:13,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:13,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:14,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-d62809c2-c737-437a-a1b9-b949f581b49e x-compute-request-id: req-d62809c2-c737-437a-a1b9-b949f581b49e Content-Encoding: gzip Content-Length: 8001 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:14,933 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-d62809c2-c737-437a-a1b9-b949f581b49e 2018-10-22 15:18:14,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07332897186s 2018-10-22 15:18:14,934 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-d62809c2-c737-437a-a1b9-b949f581b49e 2018-10-22 15:18:14,934 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:15,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:15,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:16,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-a57fea3f-666d-468a-917c-358e3d467dd2 x-compute-request-id: req-a57fea3f-666d-468a-917c-358e3d467dd2 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:16,304 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a57fea3f-666d-468a-917c-358e3d467dd2 2018-10-22 15:18:16,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367743015289s 2018-10-22 15:18:16,305 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a57fea3f-666d-468a-917c-358e3d467dd2 2018-10-22 15:18:16,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:16,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:17,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-0862d400-546c-4366-9fb8-683b7a15f87c x-compute-request-id: req-0862d400-546c-4366-9fb8-683b7a15f87c Content-Encoding: gzip Content-Length: 8001 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:17,382 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-0862d400-546c-4366-9fb8-683b7a15f87c 2018-10-22 15:18:17,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07429695129s 2018-10-22 15:18:17,383 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-0862d400-546c-4366-9fb8-683b7a15f87c 2018-10-22 15:18:17,383 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:18,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:18,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:18,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-796dcf0f-d082-4ee4-a83a-375fedf431de x-compute-request-id: req-796dcf0f-d082-4ee4-a83a-375fedf431de Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:18,909 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-796dcf0f-d082-4ee4-a83a-375fedf431de 2018-10-22 15:18:18,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523000001907s 2018-10-22 15:18:18,909 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-796dcf0f-d082-4ee4-a83a-375fedf431de 2018-10-22 15:18:18,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:18,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:19,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-dee2c591-bc3f-4b49-bf31-86951d9200a8 x-compute-request-id: req-dee2c591-bc3f-4b49-bf31-86951d9200a8 Content-Encoding: gzip Content-Length: 8001 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:19,984 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-dee2c591-bc3f-4b49-bf31-86951d9200a8 2018-10-22 15:18:19,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07271695137s 2018-10-22 15:18:19,985 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-dee2c591-bc3f-4b49-bf31-86951d9200a8 2018-10-22 15:18:19,986 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:20,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:20,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:21,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-a2212775-cec2-494e-aad8-98a2b28b3cc2 x-compute-request-id: req-a2212775-cec2-494e-aad8-98a2b28b3cc2 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:21,375 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a2212775-cec2-494e-aad8-98a2b28b3cc2 2018-10-22 15:18:21,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386201143265s 2018-10-22 15:18:21,375 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a2212775-cec2-494e-aad8-98a2b28b3cc2 2018-10-22 15:18:21,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:21,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:22,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-0b79e7eb-7e34-47f9-8c4f-d181144b1e19 x-compute-request-id: req-0b79e7eb-7e34-47f9-8c4f-d181144b1e19 Content-Encoding: gzip Content-Length: 8001 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:22,447 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-0b79e7eb-7e34-47f9-8c4f-d181144b1e19 2018-10-22 15:18:22,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06936502457s 2018-10-22 15:18:22,448 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-0b79e7eb-7e34-47f9-8c4f-d181144b1e19 2018-10-22 15:18:22,448 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:23,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:23,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:23,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-15fb3ede-84f9-4ad6-9f3f-c6a0527030b6 x-compute-request-id: req-15fb3ede-84f9-4ad6-9f3f-c6a0527030b6 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:23,913 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-15fb3ede-84f9-4ad6-9f3f-c6a0527030b6 2018-10-22 15:18:23,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.462324857712s 2018-10-22 15:18:23,914 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-15fb3ede-84f9-4ad6-9f3f-c6a0527030b6 2018-10-22 15:18:23,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:23,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:24,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-6d3effe7-2ed8-49bf-ae1b-7e7003c16645 x-compute-request-id: req-6d3effe7-2ed8-49bf-ae1b-7e7003c16645 Content-Encoding: gzip Content-Length: 8001 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:24,986 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-6d3effe7-2ed8-49bf-ae1b-7e7003c16645 2018-10-22 15:18:24,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07014203072s 2018-10-22 15:18:24,987 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-6d3effe7-2ed8-49bf-ae1b-7e7003c16645 2018-10-22 15:18:24,988 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:25,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:25,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:26,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-2f66cd0c-de12-4522-8aa0-db20831b5fd3 x-compute-request-id: req-2f66cd0c-de12-4522-8aa0-db20831b5fd3 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:26,513 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2f66cd0c-de12-4522-8aa0-db20831b5fd3 2018-10-22 15:18:26,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522491931915s 2018-10-22 15:18:26,513 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2f66cd0c-de12-4522-8aa0-db20831b5fd3 2018-10-22 15:18:26,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:26,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:27,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-82cb4f65-8635-4b13-abd7-1a12fba6eed7 x-compute-request-id: req-82cb4f65-8635-4b13-abd7-1a12fba6eed7 Content-Encoding: gzip Content-Length: 8001 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:27,590 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-82cb4f65-8635-4b13-abd7-1a12fba6eed7 2018-10-22 15:18:27,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07381510735s 2018-10-22 15:18:27,591 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-82cb4f65-8635-4b13-abd7-1a12fba6eed7 2018-10-22 15:18:27,591 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:27,592 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:18:28,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:28,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:28,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-2840e949-28cd-4a62-844e-40552fc06f93 x-compute-request-id: req-2840e949-28cd-4a62-844e-40552fc06f93 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:28,964 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2840e949-28cd-4a62-844e-40552fc06f93 2018-10-22 15:18:28,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370321035385s 2018-10-22 15:18:28,965 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2840e949-28cd-4a62-844e-40552fc06f93 2018-10-22 15:18:28,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:28,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:30,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-378ec7b4-f904-4ead-8ebc-a08dde28d26c x-compute-request-id: req-378ec7b4-f904-4ead-8ebc-a08dde28d26c Content-Encoding: gzip Content-Length: 8001 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:30,040 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-378ec7b4-f904-4ead-8ebc-a08dde28d26c 2018-10-22 15:18:30,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07244706154s 2018-10-22 15:18:30,041 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-378ec7b4-f904-4ead-8ebc-a08dde28d26c 2018-10-22 15:18:30,041 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:31,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:31,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:31,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b26f06a-6aab-4269-800d-7185c8fa128c x-compute-request-id: req-1b26f06a-6aab-4269-800d-7185c8fa128c Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:31,415 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1b26f06a-6aab-4269-800d-7185c8fa128c 2018-10-22 15:18:31,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370999097824s 2018-10-22 15:18:31,415 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1b26f06a-6aab-4269-800d-7185c8fa128c 2018-10-22 15:18:31,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:31,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:32,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74001b6a-8b3b-4be7-9600-d72b1502594f x-compute-request-id: req-74001b6a-8b3b-4be7-9600-d72b1502594f Content-Encoding: gzip Content-Length: 8001 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:32,488 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-74001b6a-8b3b-4be7-9600-d72b1502594f 2018-10-22 15:18:32,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07057881355s 2018-10-22 15:18:32,489 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-74001b6a-8b3b-4be7-9600-d72b1502594f 2018-10-22 15:18:32,490 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:33,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:33,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:34,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-e30c554a-6901-4121-928b-375268663b4a x-compute-request-id: req-e30c554a-6901-4121-928b-375268663b4a Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:34,031 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e30c554a-6901-4121-928b-375268663b4a 2018-10-22 15:18:34,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53860616684s 2018-10-22 15:18:34,032 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e30c554a-6901-4121-928b-375268663b4a 2018-10-22 15:18:34,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:34,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:35,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-7cc2ee3e-2e89-4ca6-9d6a-7fa6f459c2d8 x-compute-request-id: req-7cc2ee3e-2e89-4ca6-9d6a-7fa6f459c2d8 Content-Encoding: gzip Content-Length: 8001 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:35,107 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-7cc2ee3e-2e89-4ca6-9d6a-7fa6f459c2d8 2018-10-22 15:18:35,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07358908653s 2018-10-22 15:18:35,108 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-7cc2ee3e-2e89-4ca6-9d6a-7fa6f459c2d8 2018-10-22 15:18:35,109 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:36,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:36,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:36,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-a1fb8a48-ba4c-45e4-90fe-44050efe6edd x-compute-request-id: req-a1fb8a48-ba4c-45e4-90fe-44050efe6edd Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:36,625 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a1fb8a48-ba4c-45e4-90fe-44050efe6edd 2018-10-22 15:18:36,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513601064682s 2018-10-22 15:18:36,626 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a1fb8a48-ba4c-45e4-90fe-44050efe6edd 2018-10-22 15:18:36,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:36,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:37,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-8cb0cffc-7d39-486d-b68d-37aa789fd0d6 x-compute-request-id: req-8cb0cffc-7d39-486d-b68d-37aa789fd0d6 Content-Encoding: gzip Content-Length: 8001 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:37,701 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8cb0cffc-7d39-486d-b68d-37aa789fd0d6 2018-10-22 15:18:37,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07267403603s 2018-10-22 15:18:37,702 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8cb0cffc-7d39-486d-b68d-37aa789fd0d6 2018-10-22 15:18:37,702 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:38,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:38,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:39,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-7e1ef209-6edb-4f24-8324-b6d092149ee2 x-compute-request-id: req-7e1ef209-6edb-4f24-8324-b6d092149ee2 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:39,359 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7e1ef209-6edb-4f24-8324-b6d092149ee2 2018-10-22 15:18:39,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.654106855392s 2018-10-22 15:18:39,359 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7e1ef209-6edb-4f24-8324-b6d092149ee2 2018-10-22 15:18:39,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:39,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:40,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-b59c05bc-24e2-4542-b81b-b2593b8d89bb x-compute-request-id: req-b59c05bc-24e2-4542-b81b-b2593b8d89bb Content-Encoding: gzip Content-Length: 8001 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:40,434 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-b59c05bc-24e2-4542-b81b-b2593b8d89bb 2018-10-22 15:18:40,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07228302956s 2018-10-22 15:18:40,435 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-b59c05bc-24e2-4542-b81b-b2593b8d89bb 2018-10-22 15:18:40,436 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:41,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:41,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:41,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78084698-9088-449a-94d6-8831f01d20d6 x-compute-request-id: req-78084698-9088-449a-94d6-8831f01d20d6 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:41,964 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-78084698-9088-449a-94d6-8831f01d20d6 2018-10-22 15:18:41,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525151968002s 2018-10-22 15:18:41,964 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-78084698-9088-449a-94d6-8831f01d20d6 2018-10-22 15:18:41,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:41,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:43,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a933eaa0-f5b6-47ec-b555-f8ad00cd67b6 x-compute-request-id: req-a933eaa0-f5b6-47ec-b555-f8ad00cd67b6 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 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:43,039 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a933eaa0-f5b6-47ec-b555-f8ad00cd67b6 2018-10-22 15:18:43,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07202601433s 2018-10-22 15:18:43,040 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a933eaa0-f5b6-47ec-b555-f8ad00cd67b6 2018-10-22 15:18:43,040 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:44,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:44,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:44,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3eda8ca6-21c4-4c1f-8764-26c6a7c4d67e x-compute-request-id: req-3eda8ca6-21c4-4c1f-8764-26c6a7c4d67e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:44,426 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3eda8ca6-21c4-4c1f-8764-26c6a7c4d67e 2018-10-22 15:18:44,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.382941007614s 2018-10-22 15:18:44,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3eda8ca6-21c4-4c1f-8764-26c6a7c4d67e 2018-10-22 15:18:44,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:44,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:45,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f93e9cec-0966-4ff3-9700-e5a2f0b3c845 x-compute-request-id: req-f93e9cec-0966-4ff3-9700-e5a2f0b3c845 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 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:45,502 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-f93e9cec-0966-4ff3-9700-e5a2f0b3c845 2018-10-22 15:18:45,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07266688347s 2018-10-22 15:18:45,503 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-f93e9cec-0966-4ff3-9700-e5a2f0b3c845 2018-10-22 15:18:45,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:46,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:46,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:47,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-17ec0dcf-569a-40ce-b8ba-2bc8d2051329 x-compute-request-id: req-17ec0dcf-569a-40ce-b8ba-2bc8d2051329 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:47,033 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-17ec0dcf-569a-40ce-b8ba-2bc8d2051329 2018-10-22 15:18:47,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52796792984s 2018-10-22 15:18:47,034 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-17ec0dcf-569a-40ce-b8ba-2bc8d2051329 2018-10-22 15:18:47,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:47,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:48,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00b0543d-eecf-4ac2-b836-fbd68b19ee0f x-compute-request-id: req-00b0543d-eecf-4ac2-b836-fbd68b19ee0f 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 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:48,105 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-00b0543d-eecf-4ac2-b836-fbd68b19ee0f 2018-10-22 15:18:48,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06810307503s 2018-10-22 15:18:48,106 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-00b0543d-eecf-4ac2-b836-fbd68b19ee0f 2018-10-22 15:18:48,106 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:49,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:49,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:49,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0b14ef2-463b-4204-a0df-937901768777 x-compute-request-id: req-d0b14ef2-463b-4204-a0df-937901768777 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:49,498 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d0b14ef2-463b-4204-a0df-937901768777 2018-10-22 15:18:49,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.389404058456s 2018-10-22 15:18:49,498 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d0b14ef2-463b-4204-a0df-937901768777 2018-10-22 15:18:49,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:49,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:50,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c102f1bc-9036-4f11-a4df-0fe8b1ca8c8f x-compute-request-id: req-c102f1bc-9036-4f11-a4df-0fe8b1ca8c8f 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 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:50,573 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-c102f1bc-9036-4f11-a4df-0fe8b1ca8c8f 2018-10-22 15:18:50,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07246303558s 2018-10-22 15:18:50,574 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-c102f1bc-9036-4f11-a4df-0fe8b1ca8c8f 2018-10-22 15:18:50,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:51,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:51,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:52,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b03f8a3-4913-44c6-9d3a-f72936a26900 x-compute-request-id: req-2b03f8a3-4913-44c6-9d3a-f72936a26900 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:52,079 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2b03f8a3-4913-44c6-9d3a-f72936a26900 2018-10-22 15:18:52,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501585006714s 2018-10-22 15:18:52,080 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2b03f8a3-4913-44c6-9d3a-f72936a26900 2018-10-22 15:18:52,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:52,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:53,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e788cab-ec82-4020-a526-494df6635435 x-compute-request-id: req-9e788cab-ec82-4020-a526-494df6635435 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 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:53,152 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-9e788cab-ec82-4020-a526-494df6635435 2018-10-22 15:18:53,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06981992722s 2018-10-22 15:18:53,153 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-9e788cab-ec82-4020-a526-494df6635435 2018-10-22 15:18:53,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:53,154 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:18:54,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:54,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:54,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-8caa2b9b-0f1f-415b-9cee-67b20dad4236 x-compute-request-id: req-8caa2b9b-0f1f-415b-9cee-67b20dad4236 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:54,384 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8caa2b9b-0f1f-415b-9cee-67b20dad4236 2018-10-22 15:18:54,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.227879047394s 2018-10-22 15:18:54,384 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8caa2b9b-0f1f-415b-9cee-67b20dad4236 2018-10-22 15:18:54,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:54,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:55,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-6fde7f3f-2c2a-4d87-8e65-21ea8bbbf484 x-compute-request-id: req-6fde7f3f-2c2a-4d87-8e65-21ea8bbbf484 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 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:55,457 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-6fde7f3f-2c2a-4d87-8e65-21ea8bbbf484 2018-10-22 15:18:55,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06988596916s 2018-10-22 15:18:55,458 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-6fde7f3f-2c2a-4d87-8e65-21ea8bbbf484 2018-10-22 15:18:55,458 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:56,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:56,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:56,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-56fa0769-4626-4ab7-b099-402613083659 x-compute-request-id: req-56fa0769-4626-4ab7-b099-402613083659 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:56,841 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-56fa0769-4626-4ab7-b099-402613083659 2018-10-22 15:18:56,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.379778146744s 2018-10-22 15:18:56,841 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-56fa0769-4626-4ab7-b099-402613083659 2018-10-22 15:18:56,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:56,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:18:57,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-5487fc2f-d796-4e2e-8a62-ac7e531830aa x-compute-request-id: req-5487fc2f-d796-4e2e-8a62-ac7e531830aa 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 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:18:57,923 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-5487fc2f-d796-4e2e-8a62-ac7e531830aa 2018-10-22 15:18:57,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07956695557s 2018-10-22 15:18:57,924 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-5487fc2f-d796-4e2e-8a62-ac7e531830aa 2018-10-22 15:18:57,925 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:18:58,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:18:58,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:18:59,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-ca6e27c5-bf6a-4e5b-b91f-bb1ab90e1c86 x-compute-request-id: req-ca6e27c5-bf6a-4e5b-b91f-bb1ab90e1c86 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:18:59,594 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ca6e27c5-bf6a-4e5b-b91f-bb1ab90e1c86 2018-10-22 15:18:59,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.666448831558s 2018-10-22 15:18:59,594 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ca6e27c5-bf6a-4e5b-b91f-bb1ab90e1c86 2018-10-22 15:18:59,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:18:59,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:00,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:18: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-0eb63626-b47d-40b0-b48d-e0ecf51aa861 x-compute-request-id: req-0eb63626-b47d-40b0-b48d-e0ecf51aa861 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 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\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-10-22 15:19:00,676 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-0eb63626-b47d-40b0-b48d-e0ecf51aa861 2018-10-22 15:19:00,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07956790924s 2018-10-22 15:19:00,677 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-0eb63626-b47d-40b0-b48d-e0ecf51aa861 2018-10-22 15:19:00,678 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-10-22 15:19:01,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:01,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:02,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-ff9a411f-aa43-439c-b268-83ef4c6b44b5 x-compute-request-id: req-ff9a411f-aa43-439c-b268-83ef4c6b44b5 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:02,041 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ff9a411f-aa43-439c-b268-83ef4c6b44b5 2018-10-22 15:19:02,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361181020737s 2018-10-22 15:19:02,042 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ff9a411f-aa43-439c-b268-83ef4c6b44b5 2018-10-22 15:19:02,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:02,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:03,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48d78007-0521-42d6-85e2-2343aa6bf4be x-compute-request-id: req-48d78007-0521-42d6-85e2-2343aa6bf4be Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\n"} 2018-10-22 15:19:03,117 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-48d78007-0521-42d6-85e2-2343aa6bf4be 2018-10-22 15:19:03,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07252788544s 2018-10-22 15:19:03,118 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-48d78007-0521-42d6-85e2-2343aa6bf4be 2018-10-22 15:19:03,118 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized 2018-10-22 15:19:04,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:04,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:04,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-ea6b266f-7620-4314-9c08-79f67f8842ea x-compute-request-id: req-ea6b266f-7620-4314-9c08-79f67f8842ea Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:04,481 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ea6b266f-7620-4314-9c08-79f67f8842ea 2018-10-22 15:19:04,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.359930038452s 2018-10-22 15:19:04,481 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ea6b266f-7620-4314-9c08-79f67f8842ea 2018-10-22 15:19:04,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:04,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:05,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-20a29714-face-48b1-a044-9af67aac3195 x-compute-request-id: req-20a29714-face-48b1-a044-9af67aac3195 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\n"} 2018-10-22 15:19:05,554 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-20a29714-face-48b1-a044-9af67aac3195 2018-10-22 15:19:05,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07160687447s 2018-10-22 15:19:05,555 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-20a29714-face-48b1-a044-9af67aac3195 2018-10-22 15:19:05,555 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized 2018-10-22 15:19:06,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:06,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:06,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-6c87dad7-95f2-4b9a-8eaa-579c0809f354 x-compute-request-id: req-6c87dad7-95f2-4b9a-8eaa-579c0809f354 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:06,931 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6c87dad7-95f2-4b9a-8eaa-579c0809f354 2018-10-22 15:19:06,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372242927551s 2018-10-22 15:19:06,931 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6c87dad7-95f2-4b9a-8eaa-579c0809f354 2018-10-22 15:19:06,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:06,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:08,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-44154777-04ac-4dff-b92a-c3065ff58376 x-compute-request-id: req-44154777-04ac-4dff-b92a-c3065ff58376 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\n"} 2018-10-22 15:19:08,012 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-44154777-04ac-4dff-b92a-c3065ff58376 2018-10-22 15:19:08,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07741999626s 2018-10-22 15:19:08,013 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-44154777-04ac-4dff-b92a-c3065ff58376 2018-10-22 15:19:08,013 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized 2018-10-22 15:19:09,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:09,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:09,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-2fd01da4-abb4-4fb3-9b6c-766d3b484e07 x-compute-request-id: req-2fd01da4-abb4-4fb3-9b6c-766d3b484e07 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:09,383 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2fd01da4-abb4-4fb3-9b6c-766d3b484e07 2018-10-22 15:19:09,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366844892502s 2018-10-22 15:19:09,384 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2fd01da4-abb4-4fb3-9b6c-766d3b484e07 2018-10-22 15:19:09,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:09,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:10,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-5b455866-91b2-4623-bcd2-83790caddff8 x-compute-request-id: req-5b455866-91b2-4623-bcd2-83790caddff8 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\n"} 2018-10-22 15:19:10,458 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-5b455866-91b2-4623-bcd2-83790caddff8 2018-10-22 15:19:10,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07142686844s 2018-10-22 15:19:10,459 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-5b455866-91b2-4623-bcd2-83790caddff8 2018-10-22 15:19:10,459 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized 2018-10-22 15:19:11,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:11,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:11,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-d433d6ed-239e-49a9-ac7e-42be06e2b81e x-compute-request-id: req-d433d6ed-239e-49a9-ac7e-42be06e2b81e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:11,962 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d433d6ed-239e-49a9-ac7e-42be06e2b81e 2018-10-22 15:19:11,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.500864982605s 2018-10-22 15:19:11,963 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d433d6ed-239e-49a9-ac7e-42be06e2b81e 2018-10-22 15:19:11,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:11,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:13,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-e818c4cb-8567-4c6b-8881-11c6646485a3 x-compute-request-id: req-e818c4cb-8567-4c6b-8881-11c6646485a3 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\n"} 2018-10-22 15:19:13,038 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-e818c4cb-8567-4c6b-8881-11c6646485a3 2018-10-22 15:19:13,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07261610031s 2018-10-22 15:19:13,039 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-e818c4cb-8567-4c6b-8881-11c6646485a3 2018-10-22 15:19:13,040 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized 2018-10-22 15:19:14,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:14,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:14,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-331bb520-39c1-4e15-8b34-2b3630352bb7 x-compute-request-id: req-331bb520-39c1-4e15-8b34-2b3630352bb7 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:14,540 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-331bb520-39c1-4e15-8b34-2b3630352bb7 2018-10-22 15:19:14,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.498173952103s 2018-10-22 15:19:14,541 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-331bb520-39c1-4e15-8b34-2b3630352bb7 2018-10-22 15:19:14,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:14,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:15,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-d7d0cc95-5226-4efe-8505-213f65637e08 x-compute-request-id: req-d7d0cc95-5226-4efe-8505-213f65637e08 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\n"} 2018-10-22 15:19:15,621 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-d7d0cc95-5226-4efe-8505-213f65637e08 2018-10-22 15:19:15,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07744288445s 2018-10-22 15:19:15,622 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-d7d0cc95-5226-4efe-8505-213f65637e08 2018-10-22 15:19:15,622 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO 2018-10-22 15:19:16,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:16,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:16,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-ea493555-03d1-4ef9-9542-5d75377af908 x-compute-request-id: req-ea493555-03d1-4ef9-9542-5d75377af908 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:16,993 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ea493555-03d1-4ef9-9542-5d75377af908 2018-10-22 15:19:16,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368512868881s 2018-10-22 15:19:16,994 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ea493555-03d1-4ef9-9542-5d75377af908 2018-10-22 15:19:16,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:16,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:18,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-3d95129f-f187-4db1-b10c-5949132e2d62 x-compute-request-id: req-3d95129f-f187-4db1-b10c-5949132e2d62 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\n"} 2018-10-22 15:19:18,070 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3d95129f-f187-4db1-b10c-5949132e2d62 2018-10-22 15:19:18,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07342505455s 2018-10-22 15:19:18,071 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3d95129f-f187-4db1-b10c-5949132e2d62 2018-10-22 15:19:18,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO 2018-10-22 15:19:18,073 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:19:19,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:19,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:19,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-f14cfcf5-ca52-412d-bd5a-b0c34b096500 x-compute-request-id: req-f14cfcf5-ca52-412d-bd5a-b0c34b096500 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:19,776 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f14cfcf5-ca52-412d-bd5a-b0c34b096500 2018-10-22 15:19:19,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701395988464s 2018-10-22 15:19:19,776 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f14cfcf5-ca52-412d-bd5a-b0c34b096500 2018-10-22 15:19:19,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:19,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:20,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-a9f3156c-3ccf-4164-a426-298c648f2d88 x-compute-request-id: req-a9f3156c-3ccf-4164-a426-298c648f2d88 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\n"} 2018-10-22 15:19:20,851 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a9f3156c-3ccf-4164-a426-298c648f2d88 2018-10-22 15:19:20,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07222604752s 2018-10-22 15:19:20,852 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a9f3156c-3ccf-4164-a426-298c648f2d88 2018-10-22 15:19:20,852 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO 2018-10-22 15:19:21,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:21,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:22,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-4c009027-4668-4204-aec5-ca530df68afa x-compute-request-id: req-4c009027-4668-4204-aec5-ca530df68afa Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:22,368 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4c009027-4668-4204-aec5-ca530df68afa 2018-10-22 15:19:22,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51318192482s 2018-10-22 15:19:22,369 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4c009027-4668-4204-aec5-ca530df68afa 2018-10-22 15:19:22,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:22,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:23,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-985c61c8-2030-4494-b398-b6bc740dc34d x-compute-request-id: req-985c61c8-2030-4494-b398-b6bc740dc34d Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\n"} 2018-10-22 15:19:23,446 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-985c61c8-2030-4494-b398-b6bc740dc34d 2018-10-22 15:19:23,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0753390789s 2018-10-22 15:19:23,448 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-985c61c8-2030-4494-b398-b6bc740dc34d 2018-10-22 15:19:23,448 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO 2018-10-22 15:19:24,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:24,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:24,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c54ca74-697c-4892-b7aa-aea9e3495ba7 x-compute-request-id: req-8c54ca74-697c-4892-b7aa-aea9e3495ba7 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:24,966 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8c54ca74-697c-4892-b7aa-aea9e3495ba7 2018-10-22 15:19:24,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516136884689s 2018-10-22 15:19:24,967 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8c54ca74-697c-4892-b7aa-aea9e3495ba7 2018-10-22 15:19:24,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:24,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:26,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1317a33-a303-4033-bda3-fd00aadcc769 x-compute-request-id: req-a1317a33-a303-4033-bda3-fd00aadcc769 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\n"} 2018-10-22 15:19:26,044 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a1317a33-a303-4033-bda3-fd00aadcc769 2018-10-22 15:19:26,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07430195808s 2018-10-22 15:19:26,045 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a1317a33-a303-4033-bda3-fd00aadcc769 2018-10-22 15:19:26,045 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO 2018-10-22 15:19:27,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:27,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:27,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-a1a6403c-5afc-4bb7-ab6d-bc51fa3520ed x-compute-request-id: req-a1a6403c-5afc-4bb7-ab6d-bc51fa3520ed Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:27,558 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a1a6403c-5afc-4bb7-ab6d-bc51fa3520ed 2018-10-22 15:19:27,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509907960892s 2018-10-22 15:19:27,558 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a1a6403c-5afc-4bb7-ab6d-bc51fa3520ed 2018-10-22 15:19:27,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:27,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:28,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-3209d779-9e33-48a1-a152-9bced5a750ba x-compute-request-id: req-3209d779-9e33-48a1-a152-9bced5a750ba Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\n"} 2018-10-22 15:19:28,635 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3209d779-9e33-48a1-a152-9bced5a750ba 2018-10-22 15:19:28,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07437300682s 2018-10-22 15:19:28,636 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3209d779-9e33-48a1-a152-9bced5a750ba 2018-10-22 15:19:28,636 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO 2018-10-22 15:19:29,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:29,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:30,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-56cda780-d213-4d2e-baf6-4c148f70d172 x-compute-request-id: req-56cda780-d213-4d2e-baf6-4c148f70d172 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:30,308 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-56cda780-d213-4d2e-baf6-4c148f70d172 2018-10-22 15:19:30,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.668967008591s 2018-10-22 15:19:30,309 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-56cda780-d213-4d2e-baf6-4c148f70d172 2018-10-22 15:19:30,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:30,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:31,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-3e96b43a-eb87-4d1b-9317-de83cfec33cd x-compute-request-id: req-3e96b43a-eb87-4d1b-9317-de83cfec33cd Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\n"} 2018-10-22 15:19:31,386 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3e96b43a-eb87-4d1b-9317-de83cfec33cd 2018-10-22 15:19:31,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07479095459s 2018-10-22 15:19:31,387 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3e96b43a-eb87-4d1b-9317-de83cfec33cd 2018-10-22 15:19:31,387 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO 2018-10-22 15:19:32,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:32,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:32,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-69041de2-e812-4f3d-851b-dfd9fa5a7842 x-compute-request-id: req-69041de2-e812-4f3d-851b-dfd9fa5a7842 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:32,943 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-69041de2-e812-4f3d-851b-dfd9fa5a7842 2018-10-22 15:19:32,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553287029266s 2018-10-22 15:19:32,943 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-69041de2-e812-4f3d-851b-dfd9fa5a7842 2018-10-22 15:19:32,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:32,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:34,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-1550ea6a-d2bb-422a-b854-9745da7711ce x-compute-request-id: req-1550ea6a-d2bb-422a-b854-9745da7711ce Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\n"} 2018-10-22 15:19:34,016 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-1550ea6a-d2bb-422a-b854-9745da7711ce 2018-10-22 15:19:34,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07025098801s 2018-10-22 15:19:34,017 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-1550ea6a-d2bb-422a-b854-9745da7711ce 2018-10-22 15:19:34,017 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO 2018-10-22 15:19:35,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:35,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:35,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab993af5-5f64-4a2c-95df-c6771783ba03 x-compute-request-id: req-ab993af5-5f64-4a2c-95df-c6771783ba03 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:35,571 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ab993af5-5f64-4a2c-95df-c6771783ba03 2018-10-22 15:19:35,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.550909996033s 2018-10-22 15:19:35,572 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ab993af5-5f64-4a2c-95df-c6771783ba03 2018-10-22 15:19:35,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:35,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:36,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b273369-6923-4446-a9b1-05d1e10bb503 x-compute-request-id: req-7b273369-6923-4446-a9b1-05d1e10bb503 Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:19:36,648 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-7b273369-6923-4446-a9b1-05d1e10bb503 2018-10-22 15:19:36,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07395482063s 2018-10-22 15:19:36,649 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-7b273369-6923-4446-a9b1-05d1e10bb503 2018-10-22 15:19:36,650 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-10-22 15:19:37,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:37,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:38,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8416905b-50dc-437e-8a6b-b169dfff25e8 x-compute-request-id: req-8416905b-50dc-437e-8a6b-b169dfff25e8 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:38,159 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8416905b-50dc-437e-8a6b-b169dfff25e8 2018-10-22 15:19:38,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.507165908813s 2018-10-22 15:19:38,160 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8416905b-50dc-437e-8a6b-b169dfff25e8 2018-10-22 15:19:38,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:38,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:39,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-c3b06834-600d-4761-beb3-f9fc4f58e253 x-compute-request-id: req-c3b06834-600d-4761-beb3-f9fc4f58e253 Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:19:39,237 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-c3b06834-600d-4761-beb3-f9fc4f58e253 2018-10-22 15:19:39,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07459902763s 2018-10-22 15:19:39,238 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-c3b06834-600d-4761-beb3-f9fc4f58e253 2018-10-22 15:19:39,238 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-10-22 15:19:40,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:40,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:40,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-297aea0a-8dde-4b89-a437-c60dbcde2365 x-compute-request-id: req-297aea0a-8dde-4b89-a437-c60dbcde2365 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:40,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-297aea0a-8dde-4b89-a437-c60dbcde2365 2018-10-22 15:19:40,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.690923929214s 2018-10-22 15:19:40,933 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-297aea0a-8dde-4b89-a437-c60dbcde2365 2018-10-22 15:19:40,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:40,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:42,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-96ee4bdc-3270-4993-9a3d-17352c59210e x-compute-request-id: req-96ee4bdc-3270-4993-9a3d-17352c59210e Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:19:42,005 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-96ee4bdc-3270-4993-9a3d-17352c59210e 2018-10-22 15:19:42,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0703599453s 2018-10-22 15:19:42,006 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-96ee4bdc-3270-4993-9a3d-17352c59210e 2018-10-22 15:19:42,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-10-22 15:19:43,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:43,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:43,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-85be59cf-fbca-4092-9e0d-513e381a3666 x-compute-request-id: req-85be59cf-fbca-4092-9e0d-513e381a3666 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:43,894 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-85be59cf-fbca-4092-9e0d-513e381a3666 2018-10-22 15:19:43,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.88480591774s 2018-10-22 15:19:43,895 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-85be59cf-fbca-4092-9e0d-513e381a3666 2018-10-22 15:19:43,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:43,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:44,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-da73eead-d311-46c2-8405-bb3e54c9b26f x-compute-request-id: req-da73eead-d311-46c2-8405-bb3e54c9b26f Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:19:44,968 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-da73eead-d311-46c2-8405-bb3e54c9b26f 2018-10-22 15:19:44,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07138395309s 2018-10-22 15:19:44,970 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-da73eead-d311-46c2-8405-bb3e54c9b26f 2018-10-22 15:19:44,970 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-10-22 15:19:44,971 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:19:45,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:45,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:46,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-040e745b-07cd-4d76-9fe4-f59f5638c575 x-compute-request-id: req-040e745b-07cd-4d76-9fe4-f59f5638c575 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:46,490 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-040e745b-07cd-4d76-9fe4-f59f5638c575 2018-10-22 15:19:46,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.517429828644s 2018-10-22 15:19:46,491 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-040e745b-07cd-4d76-9fe4-f59f5638c575 2018-10-22 15:19:46,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:46,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:47,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-660c7814-5602-4dee-ac24-8f57ead9b188 x-compute-request-id: req-660c7814-5602-4dee-ac24-8f57ead9b188 Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:19:47,565 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-660c7814-5602-4dee-ac24-8f57ead9b188 2018-10-22 15:19:47,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07226610184s 2018-10-22 15:19:47,566 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-660c7814-5602-4dee-ac24-8f57ead9b188 2018-10-22 15:19:47,567 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:19:48,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:48,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:48,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-56e4d913-da8a-49ed-864a-7b4ba9d7359a x-compute-request-id: req-56e4d913-da8a-49ed-864a-7b4ba9d7359a Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:48,957 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-56e4d913-da8a-49ed-864a-7b4ba9d7359a 2018-10-22 15:19:48,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.388122081757s 2018-10-22 15:19:48,958 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-56e4d913-da8a-49ed-864a-7b4ba9d7359a 2018-10-22 15:19:48,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:48,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:50,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-a2cb34a1-f54d-4179-8bdd-e6c0e77c818a x-compute-request-id: req-a2cb34a1-f54d-4179-8bdd-e6c0e77c818a Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:19:50,029 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a2cb34a1-f54d-4179-8bdd-e6c0e77c818a 2018-10-22 15:19:50,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06863999367s 2018-10-22 15:19:50,030 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a2cb34a1-f54d-4179-8bdd-e6c0e77c818a 2018-10-22 15:19:50,030 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:19:51,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:51,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:51,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-dacb755c-3386-4778-af58-ceb7ff2e8eef x-compute-request-id: req-dacb755c-3386-4778-af58-ceb7ff2e8eef Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:51,538 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dacb755c-3386-4778-af58-ceb7ff2e8eef 2018-10-22 15:19:51,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504760980606s 2018-10-22 15:19:51,538 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dacb755c-3386-4778-af58-ceb7ff2e8eef 2018-10-22 15:19:51,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:51,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:52,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-00bcee79-7e87-4daf-bb0b-c5b5ebf92515 x-compute-request-id: req-00bcee79-7e87-4daf-bb0b-c5b5ebf92515 Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:19:52,613 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-00bcee79-7e87-4daf-bb0b-c5b5ebf92515 2018-10-22 15:19:52,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0726890564s 2018-10-22 15:19:52,615 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-00bcee79-7e87-4daf-bb0b-c5b5ebf92515 2018-10-22 15:19:52,615 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:19:53,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:53,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:54,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f396275-1ad5-451a-9850-6a611c69fc63 x-compute-request-id: req-3f396275-1ad5-451a-9850-6a611c69fc63 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:54,136 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3f396275-1ad5-451a-9850-6a611c69fc63 2018-10-22 15:19:54,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.517986059189s 2018-10-22 15:19:54,136 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3f396275-1ad5-451a-9850-6a611c69fc63 2018-10-22 15:19:54,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:54,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:55,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-3dfd1a37-285f-44e4-8a7f-b4090e237fbf x-compute-request-id: req-3dfd1a37-285f-44e4-8a7f-b4090e237fbf Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:19:55,212 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3dfd1a37-285f-44e4-8a7f-b4090e237fbf 2018-10-22 15:19:55,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07353210449s 2018-10-22 15:19:55,213 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-3dfd1a37-285f-44e4-8a7f-b4090e237fbf 2018-10-22 15:19:55,214 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:19:56,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:56,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:56,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c44d2204-dcd7-49e5-b3ad-5f2508358c85 x-compute-request-id: req-c44d2204-dcd7-49e5-b3ad-5f2508358c85 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:56,908 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c44d2204-dcd7-49e5-b3ad-5f2508358c85 2018-10-22 15:19:56,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.691549062729s 2018-10-22 15:19:56,908 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c44d2204-dcd7-49e5-b3ad-5f2508358c85 2018-10-22 15:19:56,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:56,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:19:57,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a50ab82-64af-4d44-a445-ac4558a74119 x-compute-request-id: req-8a50ab82-64af-4d44-a445-ac4558a74119 Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:19:57,984 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8a50ab82-64af-4d44-a445-ac4558a74119 2018-10-22 15:19:57,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07349181175s 2018-10-22 15:19:57,985 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8a50ab82-64af-4d44-a445-ac4558a74119 2018-10-22 15:19:57,986 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:19:58,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:19:58,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:19:59,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7157ca53-7be5-49f8-ab5c-9962564219e3 x-compute-request-id: req-7157ca53-7be5-49f8-ab5c-9962564219e3 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:19:59,367 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7157ca53-7be5-49f8-ab5c-9962564219e3 2018-10-22 15:19:59,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.378480911255s 2018-10-22 15:19:59,367 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7157ca53-7be5-49f8-ab5c-9962564219e3 2018-10-22 15:19:59,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:19:59,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:20:00,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:19: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-44a48216-4118-49e0-aa33-d53259232e71 x-compute-request-id: req-44a48216-4118-49e0-aa33-d53259232e71 Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:20:00,440 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-44a48216-4118-49e0-aa33-d53259232e71 2018-10-22 15:20:00,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07053279877s 2018-10-22 15:20:00,441 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-44a48216-4118-49e0-aa33-d53259232e71 2018-10-22 15:20:00,442 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:01,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:20:01,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:01,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94fe2c95-682a-469f-a8f2-f6b68273c475 x-compute-request-id: req-94fe2c95-682a-469f-a8f2-f6b68273c475 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:20:01,666 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-94fe2c95-682a-469f-a8f2-f6b68273c475 2018-10-22 15:20:01,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.221523046494s 2018-10-22 15:20:01,666 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-94fe2c95-682a-469f-a8f2-f6b68273c475 2018-10-22 15:20:01,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:20:01,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:20:02,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49c49533-7fd8-495c-9919-ca0c051465cd x-compute-request-id: req-49c49533-7fd8-495c-9919-ca0c051465cd Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:20:02,744 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-49c49533-7fd8-495c-9919-ca0c051465cd 2018-10-22 15:20:02,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0754699707s 2018-10-22 15:20:02,745 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-49c49533-7fd8-495c-9919-ca0c051465cd 2018-10-22 15:20:02,746 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:03,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:20:03,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:04,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20: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-810ad3ae-bce8-4218-8420-23b8cb3a80c2 x-compute-request-id: req-810ad3ae-bce8-4218-8420-23b8cb3a80c2 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:20:04,264 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-810ad3ae-bce8-4218-8420-23b8cb3a80c2 2018-10-22 15:20:04,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515712976456s 2018-10-22 15:20:04,265 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-810ad3ae-bce8-4218-8420-23b8cb3a80c2 2018-10-22 15:20:04,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:20:04,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:20:05,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76f25fd8-52a2-42cf-b45a-2008be813497 x-compute-request-id: req-76f25fd8-52a2-42cf-b45a-2008be813497 Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:20:05,340 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-76f25fd8-52a2-42cf-b45a-2008be813497 2018-10-22 15:20:05,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07272481918s 2018-10-22 15:20:05,341 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-76f25fd8-52a2-42cf-b45a-2008be813497 2018-10-22 15:20:05,341 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:06,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:20:06,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:06,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8b4fe69-eef0-4dd9-999f-2ed0cde9a565 x-compute-request-id: req-d8b4fe69-eef0-4dd9-999f-2ed0cde9a565 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:20:06,736 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d8b4fe69-eef0-4dd9-999f-2ed0cde9a565 2018-10-22 15:20:06,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.392035007477s 2018-10-22 15:20:06,736 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d8b4fe69-eef0-4dd9-999f-2ed0cde9a565 2018-10-22 15:20:06,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:20:06,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:20:07,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-432beb68-455f-42de-8acf-ab01d7bfb55f x-compute-request-id: req-432beb68-455f-42de-8acf-ab01d7bfb55f Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:20:07,815 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-432beb68-455f-42de-8acf-ab01d7bfb55f 2018-10-22 15:20:07,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07632517815s 2018-10-22 15:20:07,816 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-432beb68-455f-42de-8acf-ab01d7bfb55f 2018-10-22 15:20:07,816 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:08,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:20:08,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:09,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20: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-85da0e66-b93c-4ae5-a706-71b5b27e8bb9 x-compute-request-id: req-85da0e66-b93c-4ae5-a706-71b5b27e8bb9 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:20:09,313 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-85da0e66-b93c-4ae5-a706-71b5b27e8bb9 2018-10-22 15:20:09,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.494454860687s 2018-10-22 15:20:09,314 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-85da0e66-b93c-4ae5-a706-71b5b27e8bb9 2018-10-22 15:20:09,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:20:09,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:20:10,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20: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-e2277c3e-001d-4ef4-bfff-135b3370462c x-compute-request-id: req-e2277c3e-001d-4ef4-bfff-135b3370462c Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:20:10,388 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-e2277c3e-001d-4ef4-bfff-135b3370462c 2018-10-22 15:20:10,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07200312614s 2018-10-22 15:20:10,389 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-e2277c3e-001d-4ef4-bfff-135b3370462c 2018-10-22 15:20:10,390 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:10,391 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-22 15:20:11,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:20:11,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:11,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20: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-b68c6e71-3992-4e77-9821-8d428bd36b64 x-compute-request-id: req-b68c6e71-3992-4e77-9821-8d428bd36b64 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:20:11,895 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b68c6e71-3992-4e77-9821-8d428bd36b64 2018-10-22 15:20:11,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.502336025238s 2018-10-22 15:20:11,895 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b68c6e71-3992-4e77-9821-8d428bd36b64 2018-10-22 15:20:11,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:20:11,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:20:12,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20: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-adcc6b8f-8a7b-4812-a852-62df0f47135c x-compute-request-id: req-adcc6b8f-8a7b-4812-a852-62df0f47135c Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:20:12,971 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-adcc6b8f-8a7b-4812-a852-62df0f47135c 2018-10-22 15:20:12,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07317495346s 2018-10-22 15:20:12,972 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-adcc6b8f-8a7b-4812-a852-62df0f47135c 2018-10-22 15:20:12,972 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:13,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:20:13,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:14,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a3ed877-4709-416a-bb3d-8e3a059a8b01 x-compute-request-id: req-8a3ed877-4709-416a-bb3d-8e3a059a8b01 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:20:14,354 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8a3ed877-4709-416a-bb3d-8e3a059a8b01 2018-10-22 15:20:14,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.378689050674s 2018-10-22 15:20:14,354 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8a3ed877-4709-416a-bb3d-8e3a059a8b01 2018-10-22 15:20:14,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:20:14,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:20:15,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20: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-d6a3d446-78c7-4241-aa1c-7a723d028593 x-compute-request-id: req-d6a3d446-78c7-4241-aa1c-7a723d028593 Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:20:15,433 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-d6a3d446-78c7-4241-aa1c-7a723d028593 2018-10-22 15:20:15,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0757958889s 2018-10-22 15:20:15,434 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-d6a3d446-78c7-4241-aa1c-7a723d028593 2018-10-22 15:20:15,434 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:16,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:20:16,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:16,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77afaab2-f9e5-4e84-a4eb-bee3725e475b x-compute-request-id: req-77afaab2-f9e5-4e84-a4eb-bee3725e475b Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:20:16,950 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-77afaab2-f9e5-4e84-a4eb-bee3725e475b 2018-10-22 15:20:16,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513926029205s 2018-10-22 15:20:16,951 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-77afaab2-f9e5-4e84-a4eb-bee3725e475b 2018-10-22 15:20:16,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:20:16,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:20:18,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33aaf4a8-617e-49a0-8da2-187950b47f00 x-compute-request-id: req-33aaf4a8-617e-49a0-8da2-187950b47f00 Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:20:18,025 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-33aaf4a8-617e-49a0-8da2-187950b47f00 2018-10-22 15:20:18,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07181096077s 2018-10-22 15:20:18,026 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-33aaf4a8-617e-49a0-8da2-187950b47f00 2018-10-22 15:20:18,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:19,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:20:19,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:19,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20: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-0ea59d02-38c1-4fc6-b62d-731f45258845 x-compute-request-id: req-0ea59d02-38c1-4fc6-b62d-731f45258845 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:20:19,574 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0ea59d02-38c1-4fc6-b62d-731f45258845 2018-10-22 15:20:19,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545405864716s 2018-10-22 15:20:19,575 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0ea59d02-38c1-4fc6-b62d-731f45258845 2018-10-22 15:20:19,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:20:19,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:20:20,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20: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-6ffdff91-1bc9-4c74-a20b-bf401e0164e7 x-compute-request-id: req-6ffdff91-1bc9-4c74-a20b-bf401e0164e7 Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:20:20,651 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-6ffdff91-1bc9-4c74-a20b-bf401e0164e7 2018-10-22 15:20:20,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07390213013s 2018-10-22 15:20:20,652 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-6ffdff91-1bc9-4c74-a20b-bf401e0164e7 2018-10-22 15:20:20,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:21,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:20:21,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:22,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a86f5643-791f-4290-98e3-2c67ff375e93 x-compute-request-id: req-a86f5643-791f-4290-98e3-2c67ff375e93 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:20:22,038 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a86f5643-791f-4290-98e3-2c67ff375e93 2018-10-22 15:20:22,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.38320684433s 2018-10-22 15:20:22,039 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a86f5643-791f-4290-98e3-2c67ff375e93 2018-10-22 15:20:22,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:20:22,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:20:23,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20: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-8529db0f-54df-4a6c-a9b9-28d09078275d x-compute-request-id: req-8529db0f-54df-4a6c-a9b9-28d09078275d Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:20:23,115 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8529db0f-54df-4a6c-a9b9-28d09078275d 2018-10-22 15:20:23,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07303905487s 2018-10-22 15:20:23,116 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-8529db0f-54df-4a6c-a9b9-28d09078275d 2018-10-22 15:20:23,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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:24,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:20:24,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:24,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d319598b-b4b2-43e0-9404-2da96a42f7b2 x-compute-request-id: req-d319598b-b4b2-43e0-9404-2da96a42f7b2 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:20:24,612 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d319598b-b4b2-43e0-9404-2da96a42f7b2 2018-10-22 15:20:24,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.493225812912s 2018-10-22 15:20:24,612 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d319598b-b4b2-43e0-9404-2da96a42f7b2 2018-10-22 15:20:24,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:20:24,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:20:25,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1fcbcff1-2e28-4d17-9d64-83e56ab0198c x-compute-request-id: req-1fcbcff1-2e28-4d17-9d64-83e56ab0198c Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:20:25,689 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-1fcbcff1-2e28-4d17-9d64-83e56ab0198c 2018-10-22 15:20:25,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07367396355s 2018-10-22 15:20:25,690 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-1fcbcff1-2e28-4d17-9d64-83e56ab0198c 2018-10-22 15:20:25,690 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:26,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:20:26,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:27,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20: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-a9f67477-b49e-484e-8fe8-4bc893a0a6f4 x-compute-request-id: req-a9f67477-b49e-484e-8fe8-4bc893a0a6f4 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:20:27,084 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a9f67477-b49e-484e-8fe8-4bc893a0a6f4 2018-10-22 15:20:27,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.391577005386s 2018-10-22 15:20:27,084 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a9f67477-b49e-484e-8fe8-4bc893a0a6f4 2018-10-22 15:20:27,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:20:27,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:20:28,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-603f9996-08fc-4104-a915-90335934da98 x-compute-request-id: req-603f9996-08fc-4104-a915-90335934da98 Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:20:28,157 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-603f9996-08fc-4104-a915-90335934da98 2018-10-22 15:20:28,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07002305984s 2018-10-22 15:20:28,158 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-603f9996-08fc-4104-a915-90335934da98 2018-10-22 15:20:28,158 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:29,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:20:29,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:29,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20: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-f95eaa67-86c5-4d7a-8cb2-829e708c8263 x-compute-request-id: req-f95eaa67-86c5-4d7a-8cb2-829e708c8263 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:20:29,658 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f95eaa67-86c5-4d7a-8cb2-829e708c8263 2018-10-22 15:20:29,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.497268915176s 2018-10-22 15:20:29,659 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f95eaa67-86c5-4d7a-8cb2-829e708c8263 2018-10-22 15:20:29,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:20:29,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:20:30,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20: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-a9ddc7ed-9ad4-4f3a-bf02-9b45b0b5e47d x-compute-request-id: req-a9ddc7ed-9ad4-4f3a-bf02-9b45b0b5e47d Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:20:30,735 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a9ddc7ed-9ad4-4f3a-bf02-9b45b0b5e47d 2018-10-22 15:20:30,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07359409332s 2018-10-22 15:20:30,736 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-a9ddc7ed-9ad4-4f3a-bf02-9b45b0b5e47d 2018-10-22 15:20:30,736 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:31,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:20:31,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:32,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20: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-357425bf-78e8-4720-90e4-95bddeaae68e x-compute-request-id: req-357425bf-78e8-4720-90e4-95bddeaae68e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:20:32,259 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-357425bf-78e8-4720-90e4-95bddeaae68e 2018-10-22 15:20:32,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520009040833s 2018-10-22 15:20:32,259 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-357425bf-78e8-4720-90e4-95bddeaae68e 2018-10-22 15:20:32,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:20:32,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:20:33,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20: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-00f40521-52f0-4837-9b0a-9cd293fed301 x-compute-request-id: req-00f40521-52f0-4837-9b0a-9cd293fed301 Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:20:33,334 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-00f40521-52f0-4837-9b0a-9cd293fed301 2018-10-22 15:20:33,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07217884064s 2018-10-22 15:20:33,335 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-00f40521-52f0-4837-9b0a-9cd293fed301 2018-10-22 15:20:33,335 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:34,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:20:34,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:34,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20: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-76c24369-be54-45fc-b9ee-2348badc952e x-compute-request-id: req-76c24369-be54-45fc-b9ee-2348badc952e Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:38Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:20:34,970 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-76c24369-be54-45fc-b9ee-2348badc952e 2018-10-22 15:20:34,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.632432937622s 2018-10-22 15:20:34,971 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-76c24369-be54-45fc-b9ee-2348badc952e 2018-10-22 15:20:34,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-22 15:20:34,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 15:20:36,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20: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-fc7895bb-030b-4500-9e6c-27ed3b690412 x-compute-request-id: req-fc7895bb-030b-4500-9e6c-27ed3b690412 Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504570289 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141346] pid_max: default: 32768 minimum: 301\n[ 0.142226] ACPI: Core revision 20150930\n[ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144885] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146397] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152393] Initializing cgroup subsys io\n[ 0.153199] Initializing cgroup subsys memory\n[ 0.154048] Initializing cgroup subsys devices\n[ 0.154919] Initializing cgroup subsys freezer\n[ 0.155779] Initializing cgroup subsys net_cls\n[ 0.156630] Initializing cgroup subsys perf_event\n[ 0.157527] Initializing cgroup subsys net_prio\n[ 0.158394] Initializing cgroup subsys hugetlb\n[ 0.159253] Initializing cgroup subsys pids\n[ 0.160119] CPU: Physical Processor ID: 0\n[ 0.161593] mce: CPU supports 10 MCE banks\n[ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180460] ftrace: allocating 31920 entries in 125 pages\n[ 0.206806] smpboot: Max logical packages: 1\n[ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208983] x2apic enabled\n[ 0.209785] Switched APIC routing to physical x2apic.\n[ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216359] KVM setup paravirtual spinlock\n[ 0.217644] x86: Booted up 1 node, 1 CPUs\n[ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219819] devtmpfs: initialized\n[ 0.221521] evm: security.selinux\n[ 0.222213] evm: security.SMACK64\n[ 0.222894] evm: security.SMACK64EXEC\n[ 0.223623] evm: security.SMACK64TRANSMUTE\n[ 0.224420] evm: security.SMACK64MMAP\n[ 0.225151] evm: security.ima\n[ 0.225789] evm: security.capability\n[ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228402] pinctrl core: initialized pinctrl subsystem\n[ 0.229477] RTC time: 15:11:50, date: 10/22/18\n[ 0.230429] NET: Registered protocol family 16\n[ 0.231391] cpuidle: using governor ladder\n[ 0.232194] cpuidle: using governor menu\n[ 0.232960] PCCT header not found.\n[ 0.233690] ACPI: bus type PCI registered\n[ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235690] PCI: Using configuration type 1 for base access\n[ 0.237409] ACPI: Added _OSI(Module Device)\n[ 0.238226] ACPI: Added _OSI(Processor Device)\n[ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242032] ACPI: Interpreter enabled\n[ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249963] ACPI: (supports S0 S5)\n[ 0.250649] ACPI: Using IOAPIC for interrupt routing\n[ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260429] acpiphp: Slot [3] registered\n[ 0.261215] acpiphp: Slot [4] registered\n[ 0.261997] acpiphp: Slot [5] registered\n[ 0.262776] acpiphp: Slot [6] registered\n[ 0.263548] acpiphp: Slot [7] registered\n[ 0.264341] acpiphp: Slot [8] registered\n[ 0.265123] acpiphp: Slot [9] registered\n[ 0.265897] acpiphp: Slot [10] registered\n[ 0.266683] acpiphp: Slot [11] registered\n[ 0.267469] acpiphp: Slot [12] registered\n[ 0.268265] acpiphp: Slot [13] registered\n[ 0.269061] acpiphp: Slot [14] registered\n[ 0.269850] acpiphp: Slot [15] registered\n[ 0.280821] acpiphp: Slot [16] registered\n[ 0.281611] acpiphp: Slot [17] registered\n[ 0.282411] acpiphp: Slot [18] registered\n[ 0.283200] acpiphp: Slot [19] registered\n[ 0.283991] acpiphp: Slot [20] registered\n[ 0.284781] acpiphp: Slot [21] registered\n[ 0.285572] acpiphp: Slot [22] registered\n[ 0.286366] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287946] acpiphp: Slot [25] registered\n[ 0.288734] acpiphp: Slot [26] registered\n[ 0.289518] acpiphp: Slot [27] registered\n[ 0.290316] acpiphp: Slot [28] registered\n[ 0.291112] acpiphp: Slot [29] registered\n[ 0.291901] acpiphp: Slot [30] registered\n[ 0.292691] acpiphp: Slot [31] registered\n[ 0.293475] PCI host bridge to bus 0000:00\n[ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377274] vgaarb: loaded\n[ 0.377871] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378994] SCSI subsystem initialized\n[ 0.379805] ACPI: bus type USB registered\n[ 0.380607] usbcore: registered new interface driver usbfs\n[ 0.381625] usbcore: registered new interface driver hub\n[ 0.382622] usbcore: registered new device driver usb\n[ 0.383661] PCI: Using ACPI for IRQ routing\n[ 0.384671] NetLabel: Initializing\n[ 0.385373] NetLabel: domain hash size = 128\n[ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387155] NetLabel: unlabeled traffic allowed by default\n[ 0.388236] clocksource: Switched to clocksource kvm-clock\n[ 0.393646] AppArmor: AppArmor Filesystem Enabled\n[ 0.394603] pnp: PnP ACPI init\n[ 0.395507] pnp: PnP ACPI: found 5 devices\n[ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403566] NET: Registered protocol family 2\n[ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410294] NET: Registered protocol family 1\n[ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441423] Trying to unpack rootfs image as initramfs...\n[ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505123] Scanning for low memory corruption every 60 seconds\n[ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507556] audit: initializing netlink subsys (disabled)\n[ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized\n[ 0.509854] Initialise system trusted keyring\n[ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513868] zbud: loaded\n[ 0.514560] VFS: Disk quotas dquot_6.6.0\n[ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516868] fuse init (API version 7.23)\n[ 0.517757] Key type big_key registered\n[ 0.518542] Allocating IMA MOK and blacklist keyrings.\n[ 0.520013] Key type asymmetric registered\n[ 0.520834] Asymmetric key parser 'x509' registered\n[ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523214] io scheduler noop registered\n[ 0.524001] io scheduler deadline registered (default)\n[ 0.524981] io scheduler cfq registered\n[ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529523] ACPI: Power Button [PWRF]\n[ 0.530349] GHES: HEST is not enabled!\n[ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603065] Linux agpgart interface v0.103\n[ 0.605124] brd: module loaded\n[ 0.606322] loop: module loaded\n[ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612930] GPT:90111 != 2097151\n[ 0.613592] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614663] GPT:90111 != 2097151\n[ 0.615323] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616267] vda: vda1 vda15\n[ 0.617696] scsi host0: ata_piix\n[ 0.618412] scsi host1: ata_piix\n[ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621735] libphy: Fixed MDIO Bus: probed\n[ 0.622530] tun: Universal TUN/TAP device driver, 1.6\n[ 0.623455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625571] PPP generic driver version 2.4.2\n[ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627714] ehci-pci: EHCI PCI platform driver\n[ 0.628592] ehci-platform: EHCI generic platform driver\n[ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630693] ohci-pci: OHCI PCI platform driver\n[ 0.631542] ohci-platform: OHCI generic platform driver\n[ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654005] usb usb1: Product: UHCI Host Controller\n[ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657102] hub 1-0:1.0: USB hub found\n[ 0.657871] hub 1-0:1.0: 2 ports detected\n[ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662827] mousedev: PS/2 mouse device common for all mice\n[ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669315] i2c /dev entries driver\n[ 0.670074] device-mapper: uevent: version 1.0.3\n[ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673865] NET: Registered protocol family 10\n[ 0.674840] NET: Registered protocol family 17\n[ 0.675710] Key type dns_resolver registered\n[ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679427] registered taskstats version 1\n[ 0.680261] Loading compiled-in X.509 certificates\n[ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683509] zswap: loaded using pool lzo/zbud\n[ 0.684877] Key type trusted registered\n[ 0.686854] Key type encrypted registered\n[ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689717] evm: HMAC attrs: 0x1\n[ 0.690642] Magic number: 6:884:184\n[ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111)\n[ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694154] EDD information not available.\n[ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782744] Write protecting the kernel read-only data: 14336k\n[ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796298] 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.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.565772] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.46. iid=i-00000029\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 3.48s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO[ 431.571495] random: nonblocking pool is initialized\n\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-10-22 15:20:36,044 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-fc7895bb-030b-4500-9e6c-27ed3b690412 2018-10-22 15:20:36,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07041096687s 2018-10-22 15:20:36,045 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247/action used request id req-fc7895bb-030b-4500-9e6c-27ed3b690412 2018-10-22 15:20:36,045 - 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 504570289 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139720] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141346] pid_max: default: 32768 minimum: 301 [ 0.142226] ACPI: Core revision 20150930 [ 0.143595] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144885] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146397] AppArmor: AppArmor initialized [ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148569] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152393] Initializing cgroup subsys io [ 0.153199] Initializing cgroup subsys memory [ 0.154048] Initializing cgroup subsys devices [ 0.154919] Initializing cgroup subsys freezer [ 0.155779] Initializing cgroup subsys net_cls [ 0.156630] Initializing cgroup subsys perf_event [ 0.157527] Initializing cgroup subsys net_prio [ 0.158394] Initializing cgroup subsys hugetlb [ 0.159253] Initializing cgroup subsys pids [ 0.160119] CPU: Physical Processor ID: 0 [ 0.161593] mce: CPU supports 10 MCE banks [ 0.162438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180460] ftrace: allocating 31920 entries in 125 pages [ 0.206806] smpboot: Max logical packages: 1 [ 0.207650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208983] x2apic enabled [ 0.209785] Switched APIC routing to physical x2apic. [ 0.211525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212625] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216359] KVM setup paravirtual spinlock [ 0.217644] x86: Booted up 1 node, 1 CPUs [ 0.218445] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219819] devtmpfs: initialized [ 0.221521] evm: security.selinux [ 0.222213] evm: security.SMACK64 [ 0.222894] evm: security.SMACK64EXEC [ 0.223623] evm: security.SMACK64TRANSMUTE [ 0.224420] evm: security.SMACK64MMAP [ 0.225151] evm: security.ima [ 0.225789] evm: security.capability [ 0.226580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228402] pinctrl core: initialized pinctrl subsystem [ 0.229477] RTC time: 15:11:50, date: 10/22/18 [ 0.230429] NET: Registered protocol family 16 [ 0.231391] cpuidle: using governor ladder [ 0.232194] cpuidle: using governor menu [ 0.232960] PCCT header not found. [ 0.233690] ACPI: bus type PCI registered [ 0.234473] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235690] PCI: Using configuration type 1 for base access [ 0.237409] ACPI: Added _OSI(Module Device) [ 0.238226] ACPI: Added _OSI(Processor Device) [ 0.239072] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239947] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242032] ACPI: Interpreter enabled [ 0.242780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249963] ACPI: (supports S0 S5) [ 0.250649] ACPI: Using IOAPIC for interrupt routing [ 0.251703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255887] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260429] acpiphp: Slot [3] registered [ 0.261215] acpiphp: Slot [4] registered [ 0.261997] acpiphp: Slot [5] registered [ 0.262776] acpiphp: Slot [6] registered [ 0.263548] acpiphp: Slot [7] registered [ 0.264341] acpiphp: Slot [8] registered [ 0.265123] acpiphp: Slot [9] registered [ 0.265897] acpiphp: Slot [10] registered [ 0.266683] acpiphp: Slot [11] registered [ 0.267469] acpiphp: Slot [12] registered [ 0.268265] acpiphp: Slot [13] registered [ 0.269061] acpiphp: Slot [14] registered [ 0.269850] acpiphp: Slot [15] registered [ 0.280821] acpiphp: Slot [16] registered [ 0.281611] acpiphp: Slot [17] registered [ 0.282411] acpiphp: Slot [18] registered [ 0.283200] acpiphp: Slot [19] registered [ 0.283991] acpiphp: Slot [20] registered [ 0.284781] acpiphp: Slot [21] registered [ 0.285572] acpiphp: Slot [22] registered [ 0.286366] acpiphp: Slot [23] registered [ 0.287155] acpiphp: Slot [24] registered [ 0.287946] acpiphp: Slot [25] registered [ 0.288734] acpiphp: Slot [26] registered [ 0.289518] acpiphp: Slot [27] registered [ 0.290316] acpiphp: Slot [28] registered [ 0.291112] acpiphp: Slot [29] registered [ 0.291901] acpiphp: Slot [30] registered [ 0.292691] acpiphp: Slot [31] registered [ 0.293475] PCI host bridge to bus 0000:00 [ 0.294264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298036] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305642] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306891] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317875] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366065] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368913] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371663] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374711] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375749] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377274] vgaarb: loaded [ 0.377871] vgaarb: bridge control possible 0000:00:02.0 [ 0.378994] SCSI subsystem initialized [ 0.379805] ACPI: bus type USB registered [ 0.380607] usbcore: registered new interface driver usbfs [ 0.381625] usbcore: registered new interface driver hub [ 0.382622] usbcore: registered new device driver usb [ 0.383661] PCI: Using ACPI for IRQ routing [ 0.384671] NetLabel: Initializing [ 0.385373] NetLabel: domain hash size = 128 [ 0.386217] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387155] NetLabel: unlabeled traffic allowed by default [ 0.388236] clocksource: Switched to clocksource kvm-clock [ 0.393646] AppArmor: AppArmor Filesystem Enabled [ 0.394603] pnp: PnP ACPI init [ 0.395507] pnp: PnP ACPI: found 5 devices [ 0.401890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.403566] NET: Registered protocol family 2 [ 0.404514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.405772] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.408070] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.409139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.410294] NET: Registered protocol family 1 [ 0.411151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412228] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413284] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.427239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.441423] Trying to unpack rootfs image as initramfs... [ 0.491257] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505123] Scanning for low memory corruption every 60 seconds [ 0.506428] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507556] audit: initializing netlink subsys (disabled) [ 0.508571] audit: type=2000 audit(1540221111.242:1): initialized [ 0.509854] Initialise system trusted keyring [ 0.510763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511906] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.513868] zbud: loaded [ 0.514560] VFS: Disk quotas dquot_6.6.0 [ 0.515367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516868] fuse init (API version 7.23) [ 0.517757] Key type big_key registered [ 0.518542] Allocating IMA MOK and blacklist keyrings. [ 0.520013] Key type asymmetric registered [ 0.520834] Asymmetric key parser 'x509' registered [ 0.521774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523214] io scheduler noop registered [ 0.524001] io scheduler deadline registered (default) [ 0.524981] io scheduler cfq registered [ 0.525805] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529523] ACPI: Power Button [PWRF] [ 0.530349] GHES: HEST is not enabled! [ 0.544013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600944] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603065] Linux agpgart interface v0.103 [ 0.605124] brd: module loaded [ 0.606322] loop: module loaded [ 0.611499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612930] GPT:90111 != 2097151 [ 0.613592] GPT:Alternate GPT header not at the end of the disk. [ 0.614663] GPT:90111 != 2097151 [ 0.615323] GPT: Use GNU Parted to correct GPT errors. [ 0.616267] vda: vda1 vda15 [ 0.617696] scsi host0: ata_piix [ 0.618412] scsi host1: ata_piix [ 0.619107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.621735] libphy: Fixed MDIO Bus: probed [ 0.622530] tun: Universal TUN/TAP device driver, 1.6 [ 0.623455] tun: (C) 1999-2004 Max Krasnyansky [ 0.625571] PPP generic driver version 2.4.2 [ 0.626449] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.627714] ehci-pci: EHCI PCI platform driver [ 0.628592] ehci-platform: EHCI generic platform driver [ 0.629571] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.630693] ohci-pci: OHCI PCI platform driver [ 0.631542] ohci-platform: OHCI generic platform driver [ 0.632528] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646865] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647856] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.649300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.650295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654005] usb usb1: Product: UHCI Host Controller [ 0.654927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657102] hub 1-0:1.0: USB hub found [ 0.657871] hub 1-0:1.0: 2 ports detected [ 0.658764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662827] mousedev: PS/2 mouse device common for all mice [ 0.664055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665869] rtc_cmos 00:00: RTC can wake from S4 [ 0.666952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669315] i2c /dev entries driver [ 0.670074] device-mapper: uevent: version 1.0.3 [ 0.670999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673865] NET: Registered protocol family 10 [ 0.674840] NET: Registered protocol family 17 [ 0.675710] Key type dns_resolver registered [ 0.676629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679427] registered taskstats version 1 [ 0.680261] Loading compiled-in X.509 certificates [ 0.681694] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683509] zswap: loaded using pool lzo/zbud [ 0.684877] Key type trusted registered [ 0.686854] Key type encrypted registered [ 0.687676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688695] ima: No TPM chip found, activating TPM-bypass! [ 0.689717] evm: HMAC attrs: 0x1 [ 0.690642] Magic number: 6:884:184 [ 0.691474] rtc_cmos 00:00: setting system clock to 2018-10-22 15:11:51 UTC (1540221111) [ 0.693052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694154] EDD information not available. [ 0.781214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782744] Write protecting the kernel read-only data: 14336k [ 0.794502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796298] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.35 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.565772] 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.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.46. iid=i-00000029 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 3.48s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 431.571495] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-10-22 15:20:36,046 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Timeout reached. 2018-10-22 15:20:36,187 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 15:20:36,187 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 09:13 | FAIL | +------------------------+------------------+------------------+----------------+ 2018-10-22 15:20:36,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-22 15:20:36,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:36,376 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:20:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-416c3e2b-b17b-446e-a864-e9c6528bd317 x-compute-request-id: req-416c3e2b-b17b-446e-a864-e9c6528bd317 Content-Type: application/json 2018-10-22 15:20:36,376 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570 used request id req-416c3e2b-b17b-446e-a864-e9c6528bd317 2018-10-22 15:20:36,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.183049201965s 2018-10-22 15:20:36,377 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570 used request id req-416c3e2b-b17b-446e-a864-e9c6528bd317 2018-10-22 15:20:36,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:20:36,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:36,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a261dd7b-1db9-4cf9-bee5-70134fedff77 x-compute-request-id: req-a261dd7b-1db9-4cf9-bee5-70134fedff77 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:f3:de", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2fb739a5-bc08-417a-a69e-d37bb7b38570", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:37.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "2fb739a5-bc08-417a-a69e-d37bb7b38570", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:20:36Z", "hostId": "2bf046ac26ba1afba39a6df8f9eafcf41086a78904c559585396fd39", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:32Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:20:36,913 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a261dd7b-1db9-4cf9-bee5-70134fedff77 2018-10-22 15:20:36,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535756826401s 2018-10-22 15:20:36,913 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a261dd7b-1db9-4cf9-bee5-70134fedff77 2018-10-22 15:20:36,916 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-22 15:20:38,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:20:38,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:39,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff667a8b-03d0-4431-89b0-d2bb1e9837d7 x-compute-request-id: req-ff667a8b-03d0-4431-89b0-d2bb1e9837d7 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:11:50Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:20:39,284 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ff667a8b-03d0-4431-89b0-d2bb1e9837d7 2018-10-22 15:20:39,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365706205368s 2018-10-22 15:20:39,285 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ff667a8b-03d0-4431-89b0-d2bb1e9837d7 2018-10-22 15:20:39,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-22 15:20:39,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:39,496 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:20:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-145be43d-87cd-4f94-86d1-f51cfd94e7a3 x-compute-request-id: req-145be43d-87cd-4f94-86d1-f51cfd94e7a3 Content-Type: application/json 2018-10-22 15:20:39,496 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247 used request id req-145be43d-87cd-4f94-86d1-f51cfd94e7a3 2018-10-22 15:20:39,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.210067033768s 2018-10-22 15:20:39,497 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247 used request id req-145be43d-87cd-4f94-86d1-f51cfd94e7a3 2018-10-22 15:20:39,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:20:39,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:40,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c6973f0d-a968-4fa9-86f9-8bd16d3bf784 x-compute-request-id: req-c6973f0d-a968-4fa9-86f9-8bd16d3bf784 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ec:86", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46b3ed87-5559-4d66-84ef-34dc6f311247", "rel": "bookmark"}], "image": {"id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "links": [{"href": "http://172.30.9.22:8774/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-22T15:11:50.000000", "flavor": {"id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "links": [{"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}]}, "id": "46b3ed87-5559-4d66-84ef-34dc6f311247", "security_groups": [{"name": "default"}], "user_id": "3940aec74bbb41a38d5f4e2154f02daf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T15:20:39Z", "hostId": "b3d31434f3ce91e95850b33a800e69d9a3e9debd3b6eaea155a961c8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "created": "2018-10-22T15:11:41Z", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-22 15:20:40,054 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c6973f0d-a968-4fa9-86f9-8bd16d3bf784 2018-10-22 15:20:40,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.556777954102s 2018-10-22 15:20:40,055 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c6973f0d-a968-4fa9-86f9-8bd16d3bf784 2018-10-22 15:20:40,056 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-22 15:20:42,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-22 15:20:42,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:42,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0348533d-dcbe-4ab3-80ab-0dfe55bc32dc x-compute-request-id: req-0348533d-dcbe-4ab3-80ab-0dfe55bc32dc Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-22 15:20:42,141 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0348533d-dcbe-4ab3-80ab-0dfe55bc32dc 2018-10-22 15:20:42,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.08256316185s 2018-10-22 15:20:42,142 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0348533d-dcbe-4ab3-80ab-0dfe55bc32dc 2018-10-22 15:20:42,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-22 15:20:42,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/637f9241-cd68-403f-8b1f-17d95868fcbb/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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" -d '{"subnet_id": "383568dc-2305-4226-9f68-01391c92d9eb"}' 2018-10-22 15:20:43,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6bb0b8b6-5265-4be3-ac76-c09ca6390ca9 Date: Mon, 22 Oct 2018 15:20:43 GMT RESP BODY: {"network_id": "0b6440f8-d6f1-4a6f-ae85-80441a46a555", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "subnet_id": "383568dc-2305-4226-9f68-01391c92d9eb", "subnet_ids": ["383568dc-2305-4226-9f68-01391c92d9eb"], "port_id": "ecd04af0-cd91-4ab2-8b0b-525a007a480b", "id": "637f9241-cd68-403f-8b1f-17d95868fcbb"} 2018-10-22 15:20:43,250 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/637f9241-cd68-403f-8b1f-17d95868fcbb/remove_router_interface.json used request id req-6bb0b8b6-5265-4be3-ac76-c09ca6390ca9 2018-10-22 15:20:43,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.10781502724s 2018-10-22 15:20:43,251 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/637f9241-cd68-403f-8b1f-17d95868fcbb/remove_router_interface.json used request id req-6bb0b8b6-5265-4be3-ac76-c09ca6390ca9 returning object 637f9241-cd68-403f-8b1f-17d95868fcbb 2018-10-22 15:20:43,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-22 15:20:43,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:43,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-bac53120-e5ff-4e71-8d1e-9c04f76dc16e Date: Mon, 22 Oct 2018 15:20:43 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "created_at": "2018-10-22T15:11:25Z", "admin_state_up": true, "updated_at": "2018-10-22T15:20:42Z", "revision_number": 4, "routes": [], "project_id": "1684b354a2f9435893a94b3ee511eb6f", "id": "637f9241-cd68-403f-8b1f-17d95868fcbb", "name": "vping_userdata-router_4bd35889-eaaa-47b9-8521-5dbc638c0faa"}]} 2018-10-22 15:20:43,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-bac53120-e5ff-4e71-8d1e-9c04f76dc16e 2018-10-22 15:20:43,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0794780254364s 2018-10-22 15:20:43,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-bac53120-e5ff-4e71-8d1e-9c04f76dc16e 2018-10-22 15:20:43,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-22 15:20:43,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/637f9241-cd68-403f-8b1f-17d95868fcbb.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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:44,426 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a5eb7d98-1ba0-4903-a07e-76e0b8ee80af Content-Length: 0 Date: Mon, 22 Oct 2018 15:20:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:20:44,426 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/637f9241-cd68-403f-8b1f-17d95868fcbb.json used request id req-a5eb7d98-1ba0-4903-a07e-76e0b8ee80af 2018-10-22 15:20:44,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.09369301796s 2018-10-22 15:20:44,427 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/637f9241-cd68-403f-8b1f-17d95868fcbb.json used request id req-a5eb7d98-1ba0-4903-a07e-76e0b8ee80af 2018-10-22 15:20:44,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-22 15:20:44,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:44,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0419c455-168a-4481-89ee-f1c307c52166 Date: Mon, 22 Oct 2018 15:20:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b6440f8-d6f1-4a6f-ae85-80441a46a555","tenant_id":"1684b354a2f9435893a94b3ee511eb6f","created_at":"2018-10-22T15:11:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-22T15:11: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":"1684b354a2f9435893a94b3ee511eb6f","id":"383568dc-2305-4226-9f68-01391c92d9eb","subnetpool_id":null,"name":"vping_userdata-subnet_4bd35889-eaaa-47b9-8521-5dbc638c0faa"}]} 2018-10-22 15:20:44,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-0419c455-168a-4481-89ee-f1c307c52166 2018-10-22 15:20:44,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0496470928192s 2018-10-22 15:20:44,477 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-0419c455-168a-4481-89ee-f1c307c52166 2018-10-22 15:20:44,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-22 15:20:44,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/383568dc-2305-4226-9f68-01391c92d9eb.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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:46,733 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6e717ba3-ee11-4247-ba0c-55464482d3fb Date: Mon, 22 Oct 2018 15:20:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:20:46,733 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/383568dc-2305-4226-9f68-01391c92d9eb.json used request id req-6e717ba3-ee11-4247-ba0c-55464482d3fb 2018-10-22 15:20:46,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.25463008881s 2018-10-22 15:20:46,733 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/383568dc-2305-4226-9f68-01391c92d9eb.json used request id req-6e717ba3-ee11-4247-ba0c-55464482d3fb 2018-10-22 15:20:46,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 15:20:46,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:46,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-4482e268-f92e-47cb-b206-52bfeca31bf2 Date: Mon, 22 Oct 2018 15:20:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-22T15:20:46Z","tenant_id":"1684b354a2f9435893a94b3ee511eb6f","created_at":"2018-10-22T15:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1684b354a2f9435893a94b3ee511eb6f","id":"0b6440f8-d6f1-4a6f-ae85-80441a46a555","name":"vping_userdata-net_4bd35889-eaaa-47b9-8521-5dbc638c0faa"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"updated_at":"2018-10-22T14:45:31Z","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","name":"external"}]} 2018-10-22 15:20:46,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4482e268-f92e-47cb-b206-52bfeca31bf2 2018-10-22 15:20:46,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114185094833s 2018-10-22 15:20:46,849 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4482e268-f92e-47cb-b206-52bfeca31bf2 2018-10-22 15:20:46,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-22 15:20:46,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/0b6440f8-d6f1-4a6f-ae85-80441a46a555.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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:48,473 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f5d3b335-b33c-453f-b4a9-ac9db53ebfd8 Date: Mon, 22 Oct 2018 15:20:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:20:48,473 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/0b6440f8-d6f1-4a6f-ae85-80441a46a555.json used request id req-f5d3b335-b33c-453f-b4a9-ac9db53ebfd8 2018-10-22 15:20:48,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.62364196777s 2018-10-22 15:20:48,473 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/0b6440f8-d6f1-4a6f-ae85-80441a46a555.json used request id req-f5d3b335-b33c-453f-b4a9-ac9db53ebfd8 2018-10-22 15:20:48,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 15:20:48,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:48,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-89c762d3-93e7-4a38-a8fe-ed8b96da9e79 Date: Mon, 22 Oct 2018 15:20:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/snap", "metadata": {}}], "file": "/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/file", "owner": "1684b354a2f9435893a94b3ee511eb6f", "id": "309bb3f3-a114-44c8-89c2-d657f7d2c46a", "size": 12716032, "self": "/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:11:29Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T15:11:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 15:20:48,660 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-89c762d3-93e7-4a38-a8fe-ed8b96da9e79 2018-10-22 15:20:48,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.185672998428s 2018-10-22 15:20:48,660 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-89c762d3-93e7-4a38-a8fe-ed8b96da9e79 2018-10-22 15:20:48,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-22 15:20:48,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4096ab8508baaf09f2decaabba0f0b1f3c64da1b" 2018-10-22 15:20:49,979 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ace6820d-4bce-4196-afd3-cc986d80f465 Date: Mon, 22 Oct 2018 15:20:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:20:49,979 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a used request id req-ace6820d-4bce-4196-afd3-cc986d80f465 2018-10-22 15:20:49,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.31729388237s 2018-10-22 15:20:49,980 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/309bb3f3-a114-44c8-89c2-d657f7d2c46a used request id req-ace6820d-4bce-4196-afd3-cc986d80f465 2018-10-22 15:20:49,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-22 15:20:49,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:20:50,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89b85c60-f53f-46b3-80f2-0fa430f59972 x-compute-request-id: req-89b85c60-f53f-46b3-80f2-0fa430f59972 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e79f9882-cacf-4d20-ac03-3dc11b2e3a9b", "name": "vping_userdata-flavor_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 15:20:50,159 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-89b85c60-f53f-46b3-80f2-0fa430f59972 2018-10-22 15:20:50,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.178941011429s 2018-10-22 15:20:50,159 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-89b85c60-f53f-46b3-80f2-0fa430f59972 2018-10-22 15:20:50,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-22 15:20:50,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:20:50,202 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:20:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d0a43998-7413-42c6-9482-e69f25f67d3d x-compute-request-id: req-d0a43998-7413-42c6-9482-e69f25f67d3d Content-Length: 0 Content-Type: application/json 2018-10-22 15:20:50,202 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b used request id req-d0a43998-7413-42c6-9482-e69f25f67d3d 2018-10-22 15:20:50,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0415759086609s 2018-10-22 15:20:50,203 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/e79f9882-cacf-4d20-ac03-3dc11b2e3a9b used request id req-d0a43998-7413-42c6-9482-e69f25f67d3d 2018-10-22 15:20:50,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:20:50,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:20:50,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06f6a1ae-9d75-419f-9a30-d08b2e50d831 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_4bd35889-eaaa-47b9-8521-5dbc638c0faa", "links": {"self": "http://172.30.9.22:5000/v3/users/3940aec74bbb41a38d5f4e2154f02daf"}, "domain_id": "default", "enabled": true, "id": "3940aec74bbb41a38d5f4e2154f02daf", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 15:20:50,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-06f6a1ae-9d75-419f-9a30-d08b2e50d831 2018-10-22 15:20:50,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0959239006042s 2018-10-22 15:20:50,300 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-06f6a1ae-9d75-419f-9a30-d08b2e50d831 2018-10-22 15:20:50,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:20:50,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/3940aec74bbb41a38d5f4e2154f02daf -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:20:50,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97eed0de-dbb7-4754-bb15-5a8e7faf4dae Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/3940aec74bbb41a38d5f4e2154f02daf"}, "enabled": true, "id": "3940aec74bbb41a38d5f4e2154f02daf", "options": {}, "domain_id": "default", "name": "vping_userdata-user_4bd35889-eaaa-47b9-8521-5dbc638c0faa"}} 2018-10-22 15:20:50,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/3940aec74bbb41a38d5f4e2154f02daf used request id req-97eed0de-dbb7-4754-bb15-5a8e7faf4dae 2018-10-22 15:20:50,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0848269462585s 2018-10-22 15:20:50,391 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/3940aec74bbb41a38d5f4e2154f02daf used request id req-97eed0de-dbb7-4754-bb15-5a8e7faf4dae 2018-10-22 15:20:50,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-22 15:20:50,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/3940aec74bbb41a38d5f4e2154f02daf -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:20:50,598 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:20:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1560749-d567-4046-ad26-d5caa57ff097 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:20:50,598 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/3940aec74bbb41a38d5f4e2154f02daf used request id req-d1560749-d567-4046-ad26-d5caa57ff097 2018-10-22 15:20:50,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.206947803497s 2018-10-22 15:20:50,598 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/3940aec74bbb41a38d5f4e2154f02daf used request id req-d1560749-d567-4046-ad26-d5caa57ff097 2018-10-22 15:20:50,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 15:20:50,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:20:50,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-999279d9-2bc0-449f-9793-6f1697689505 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.22:5000/v3/projects/1684b354a2f9435893a94b3ee511eb6f"}, "enabled": true, "id": "1684b354a2f9435893a94b3ee511eb6f", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_4bd35889-eaaa-47b9-8521-5dbc638c0faa"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 15:20:50,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-999279d9-2bc0-449f-9793-6f1697689505 2018-10-22 15:20:50,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0815830230713s 2018-10-22 15:20:50,681 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-999279d9-2bc0-449f-9793-6f1697689505 2018-10-22 15:20:50,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-22 15:20:50,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/1684b354a2f9435893a94b3ee511eb6f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:20:50,832 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:20:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-961fcf53-9bb2-4edf-8fbc-a89304324221 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:20:50,832 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/1684b354a2f9435893a94b3ee511eb6f used request id req-961fcf53-9bb2-4edf-8fbc-a89304324221 2018-10-22 15:20:50,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.14871096611s 2018-10-22 15:20:50,832 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/1684b354a2f9435893a94b3ee511eb6f used request id req-961fcf53-9bb2-4edf-8fbc-a89304324221 2018-10-22 15:20:50,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:20:50,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:20:50,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b823d6f-1f03-408d-b9af-ede3308e200b Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f09d3d17df754d7fb8bfa03e47818322", "links": {"self": "http://172.30.9.22:5000/v3/roles/f09d3d17df754d7fb8bfa03e47818322"}, "name": "Member"}]} 2018-10-22 15:20:50,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-3b823d6f-1f03-408d-b9af-ede3308e200b 2018-10-22 15:20:50,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0802760124207s 2018-10-22 15:20:50,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-22 15:20:50,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/f09d3d17df754d7fb8bfa03e47818322 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:20:51,014 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:20:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08af74e2-01d3-46e1-b2d2-81b22f17291f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:20:51,014 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/f09d3d17df754d7fb8bfa03e47818322 used request id req-08af74e2-01d3-46e1-b2d2-81b22f17291f 2018-10-22 15:20:51,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0996248722076s 2018-10-22 15:20:51,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-22 15:20:51,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=1684b354a2f9435893a94b3ee511eb6f&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}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:20:51,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-9119a5e6-c0a3-4307-b69f-a0aeac52813f Date: Mon, 22 Oct 2018 15:20:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "created_at": "2018-10-22T15:11:23Z", "updated_at": "2018-10-22T15:11:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:11:23Z", "revision_number": 0, "id": "32429d57-ba2c-4249-9bd6-e67c9ca5cac1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:11:23Z", "security_group_id": "a99384a7-dd38-4a4f-9f8f-a94ed6b64aa1", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "1684b354a2f9435893a94b3ee511eb6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:11:23Z", "revision_number": 0, "id": "9926f493-54f5-4b00-8353-0ff8f228093a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:11:23Z", "security_group_id": "a99384a7-dd38-4a4f-9f8f-a94ed6b64aa1", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "1684b354a2f9435893a94b3ee511eb6f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:11:23Z", "revision_number": 0, "id": "af75f6de-f45e-46e9-8b02-276e75c0c11d", "remote_group_id": "a99384a7-dd38-4a4f-9f8f-a94ed6b64aa1", "remote_ip_prefix": null, "created_at": "2018-10-22T15:11:23Z", "security_group_id": "a99384a7-dd38-4a4f-9f8f-a94ed6b64aa1", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "1684b354a2f9435893a94b3ee511eb6f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:11:23Z", "revision_number": 0, "id": "bd08c238-ed2d-410e-b2e8-5d41fb2e4b96", "remote_group_id": "a99384a7-dd38-4a4f-9f8f-a94ed6b64aa1", "remote_ip_prefix": null, "created_at": "2018-10-22T15:11:23Z", "security_group_id": "a99384a7-dd38-4a4f-9f8f-a94ed6b64aa1", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "1684b354a2f9435893a94b3ee511eb6f"}], "revision_number": 4, "project_id": "1684b354a2f9435893a94b3ee511eb6f", "id": "a99384a7-dd38-4a4f-9f8f-a94ed6b64aa1", "name": "default"}]} 2018-10-22 15:20:51,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=1684b354a2f9435893a94b3ee511eb6f&name=default used request id req-9119a5e6-c0a3-4307-b69f-a0aeac52813f 2018-10-22 15:20:51,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.194165945053s 2018-10-22 15:20:51,212 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=1684b354a2f9435893a94b3ee511eb6f&name=default used request id req-9119a5e6-c0a3-4307-b69f-a0aeac52813f 2018-10-22 15:20:51,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-22 15:20:51,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:20:51,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5eaca356-ef2c-4311-98e4-38d62ce6dd55 Date: Mon, 22 Oct 2018 15:20:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "created_at": "2018-10-22T15:11:23Z", "updated_at": "2018-10-22T15:11:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:11:23Z", "revision_number": 0, "id": "bd08c238-ed2d-410e-b2e8-5d41fb2e4b96", "remote_group_id": "a99384a7-dd38-4a4f-9f8f-a94ed6b64aa1", "remote_ip_prefix": null, "created_at": "2018-10-22T15:11:23Z", "security_group_id": "a99384a7-dd38-4a4f-9f8f-a94ed6b64aa1", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "1684b354a2f9435893a94b3ee511eb6f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:11:23Z", "revision_number": 0, "id": "af75f6de-f45e-46e9-8b02-276e75c0c11d", "remote_group_id": "a99384a7-dd38-4a4f-9f8f-a94ed6b64aa1", "remote_ip_prefix": null, "created_at": "2018-10-22T15:11:23Z", "security_group_id": "a99384a7-dd38-4a4f-9f8f-a94ed6b64aa1", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "1684b354a2f9435893a94b3ee511eb6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:11:23Z", "revision_number": 0, "id": "32429d57-ba2c-4249-9bd6-e67c9ca5cac1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:11:23Z", "security_group_id": "a99384a7-dd38-4a4f-9f8f-a94ed6b64aa1", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "1684b354a2f9435893a94b3ee511eb6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:11:23Z", "revision_number": 0, "id": "9926f493-54f5-4b00-8353-0ff8f228093a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:11:23Z", "security_group_id": "a99384a7-dd38-4a4f-9f8f-a94ed6b64aa1", "tenant_id": "1684b354a2f9435893a94b3ee511eb6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "1684b354a2f9435893a94b3ee511eb6f"}], "revision_number": 4, "project_id": "1684b354a2f9435893a94b3ee511eb6f", "id": "a99384a7-dd38-4a4f-9f8f-a94ed6b64aa1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "updated_at": "2018-10-22T14:58:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "90643a86-0f62-4588-9a8c-68cea1343ff6", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "67e51c9b-e362-42bd-a305-439e546f173e", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "name": "default"}]} 2018-10-22 15:20:51,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-5eaca356-ef2c-4311-98e4-38d62ce6dd55 2018-10-22 15:20:51,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.188990116119s 2018-10-22 15:20:51,405 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-5eaca356-ef2c-4311-98e4-38d62ce6dd55 2018-10-22 15:20:51,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-22 15:20:51,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/a99384a7-dd38-4a4f-9f8f-a94ed6b64aa1.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}c213ba7c0f0304a39cd3d1c6307868268de97b95" 2018-10-22 15:20:51,776 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f4a6ccdf-317e-4f1e-9536-6667cd11df61 Content-Length: 0 Date: Mon, 22 Oct 2018 15:20:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 15:20:51,776 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/a99384a7-dd38-4a4f-9f8f-a94ed6b64aa1.json used request id req-f4a6ccdf-317e-4f1e-9536-6667cd11df61 2018-10-22 15:20:51,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.366942882538s 2018-10-22 15:20:51,777 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/a99384a7-dd38-4a4f-9f8f-a94ed6b64aa1.json used request id req-f4a6ccdf-317e-4f1e-9536-6667cd11df61 2018-10-22 15:20:51,777 - xtesting.ci.run_tests - ERROR - The test case 'vping_userdata' failed. 2018-10-22 15:20:51,830 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-10-22 15:20:51,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 15:20:51,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 15:20:51,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 15:20:51,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 15:20:51,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 15:20:51,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 15:20:51,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 15:20:51,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 15:20:51,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 15:20:51,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 15:20:51,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 15:20:51,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 15:20:51,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 15:20:51,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 15:20:51,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 15:20:51,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 15:20:51,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 15:20:51,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 15:20:51,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 15:20:51,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 15:20:51,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 15:20:51,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 15:20:51,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 15:20:51,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 15:20:51,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 15:20:51,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c0ee8ea-f965-472e-84cc-e92ebba2df78 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:20:51,882 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1c0ee8ea-f965-472e-84cc-e92ebba2df78 2018-10-22 15:20:51,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:20:52,291 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T16:20:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["Sl4hZqIYRJyNMCrzBv7Oww"], "issued_at": "2018-10-22T15:20:52.000000Z"}} 2018-10-22 15:20:52,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 15:20:52,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:52,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-0dc162b4-ce77-42e7-ad95-5e5779defd83 Date: Mon, 22 Oct 2018 15:20:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 15:20:52,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0dc162b4-ce77-42e7-ad95-5e5779defd83 2018-10-22 15:20:52,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.231616020203s 2018-10-22 15:20:52,526 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0dc162b4-ce77-42e7-ad95-5e5779defd83 2018-10-22 15:20:52,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-22 15:20:52,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:52,535 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:20: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:20:52,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:52,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7756dab1-7eaf-4c3b-9ba0-dc94dbe66edc Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/4efcfa9916f34e3598719fc817429a11"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4efcfa9916f34e3598719fc817429a11"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-10-22 15:20:52,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-7756dab1-7eaf-4c3b-9ba0-dc94dbe66edc 2018-10-22 15:20:52,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0827538967133s 2018-10-22 15:20:52,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-22 15:20:52,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_f228fffd-1834-49b4-9adc-a08e03374d03"}}' 2018-10-22 15:20:52,734 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:20:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdad6194-b21a-465b-819a-466fb8369d21 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.22:5000/v3/projects/1619d224aec04e7ba944c27b2a261163"}, "enabled": true, "id": "1619d224aec04e7ba944c27b2a261163", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_f228fffd-1834-49b4-9adc-a08e03374d03"}} 2018-10-22 15:20:52,734 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-cdad6194-b21a-465b-819a-466fb8369d21 2018-10-22 15:20:52,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.122946023941s 2018-10-22 15:20:52,735 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-cdad6194-b21a-465b-819a-466fb8369d21 2018-10-22 15:20:52,735 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_f228fffd-1834-49b4-9adc-a08e03374d03', 'id': u'1619d224aec04e7ba944c27b2a261163', '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-10-22 15:20:52,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-22 15:20:53,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.362997770309s 2018-10-22 15:20:53,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/838c8e72fec042b280a13b8431a8f7ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:53,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c6f3b60-d34b-4c62-890d-e9c92e1bea97 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/838c8e72fec042b280a13b8431a8f7ee"}, "enabled": true, "id": "838c8e72fec042b280a13b8431a8f7ee", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_f228fffd-1834-49b4-9adc-a08e03374d03"}} 2018-10-22 15:20:53,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/838c8e72fec042b280a13b8431a8f7ee used request id req-5c6f3b60-d34b-4c62-890d-e9c92e1bea97 2018-10-22 15:20:53,187 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'838c8e72fec042b280a13b8431a8f7ee', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_f228fffd-1834-49b4-9adc-a08e03374d03'}) 2018-10-22 15:20:53,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:20:53,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:53,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5730c626-d769-4b2f-afb5-ff624eac546c Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:20:53,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5730c626-d769-4b2f-afb5-ff624eac546c 2018-10-22 15:20:53,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.078339099884s 2018-10-22 15:20:53,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:20:53,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:53,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c9ff3fd-9118-4b3b-93a6-0d1ae12fbab5 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:20:53,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4c9ff3fd-9118-4b3b-93a6-0d1ae12fbab5 2018-10-22 15:20:53,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0843539237976s 2018-10-22 15:20:53,352 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 15:20:53,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-22 15:20:53,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" -d '{"role": {"name": "Member"}}' 2018-10-22 15:20:53,445 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:20:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de02c403-3470-4882-b64e-93cfb4ee15cc Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d5f62389a9454543b203deb10f30c5dd", "links": {"self": "http://172.30.9.22:5000/v3/roles/d5f62389a9454543b203deb10f30c5dd"}, "name": "Member"}} 2018-10-22 15:20:53,446 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-de02c403-3470-4882-b64e-93cfb4ee15cc 2018-10-22 15:20:53,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0933611392975s 2018-10-22 15:20:53,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/d5f62389a9454543b203deb10f30c5dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:53,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0409141d-86f0-4236-b488-03ec71704036 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/d5f62389a9454543b203deb10f30c5dd"}, "domain_id": null, "name": "Member", "id": "d5f62389a9454543b203deb10f30c5dd"}} 2018-10-22 15:20:53,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/d5f62389a9454543b203deb10f30c5dd used request id req-0409141d-86f0-4236-b488-03ec71704036 2018-10-22 15:20:53,525 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/d5f62389a9454543b203deb10f30c5dd'}, 'domain_id': None, 'human_id': None, 'id': u'd5f62389a9454543b203deb10f30c5dd', 'HUMAN_ID': False}) 2018-10-22 15:20:53,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:20:53,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:53,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7af7347f-f8df-408e-8510-7ff21691f5a2 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "d5f62389a9454543b203deb10f30c5dd", "links": {"self": "http://172.30.9.22:5000/v3/roles/d5f62389a9454543b203deb10f30c5dd"}, "name": "Member"}]} 2018-10-22 15:20:53,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-7af7347f-f8df-408e-8510-7ff21691f5a2 2018-10-22 15:20:53,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0821220874786s 2018-10-22 15:20:53,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 15:20:53,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:53,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f436f3f-a9c4-42fa-9e58-f3c52fcd6e1b 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 15:20:53,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-6f436f3f-a9c4-42fa-9e58-f3c52fcd6e1b 2018-10-22 15:20:53,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0756628513336s 2018-10-22 15:20:53,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:20:53,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:53,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35b7cc8a-5a7c-4f5b-ba97-8cabae66eb13 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_f228fffd-1834-49b4-9adc-a08e03374d03", "links": {"self": "http://172.30.9.22:5000/v3/users/838c8e72fec042b280a13b8431a8f7ee"}, "domain_id": "default", "enabled": true, "id": "838c8e72fec042b280a13b8431a8f7ee", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 15:20:53,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-35b7cc8a-5a7c-4f5b-ba97-8cabae66eb13 2018-10-22 15:20:53,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0960330963135s 2018-10-22 15:20:53,782 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-35b7cc8a-5a7c-4f5b-ba97-8cabae66eb13 2018-10-22 15:20:53,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 15:20:53,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:53,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f84dcfc7-1b2f-4368-a27b-3113c75e90e9 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22: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.22:5000/v3/projects/1619d224aec04e7ba944c27b2a261163"}, "enabled": true, "id": "1619d224aec04e7ba944c27b2a261163", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_f228fffd-1834-49b4-9adc-a08e03374d03"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 15:20:53,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-f84dcfc7-1b2f-4368-a27b-3113c75e90e9 2018-10-22 15:20:53,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0810809135437s 2018-10-22 15:20:53,870 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-f84dcfc7-1b2f-4368-a27b-3113c75e90e9 2018-10-22 15:20:53,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 15:20:53,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=838c8e72fec042b280a13b8431a8f7ee&scope.project.id=1619d224aec04e7ba944c27b2a261163&role.id=d5f62389a9454543b203deb10f30c5dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:53,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33bd8afb-e41b-4a6b-830b-7e59646c9a8e Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=838c8e72fec042b280a13b8431a8f7ee&scope.project.id=1619d224aec04e7ba944c27b2a261163&role.id=d5f62389a9454543b203deb10f30c5dd", "previous": null, "next": null}} 2018-10-22 15:20:53,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=838c8e72fec042b280a13b8431a8f7ee&scope.project.id=1619d224aec04e7ba944c27b2a261163&role.id=d5f62389a9454543b203deb10f30c5dd used request id req-33bd8afb-e41b-4a6b-830b-7e59646c9a8e 2018-10-22 15:20:53,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0728991031647s 2018-10-22 15:20:53,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 15:20:53,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/1619d224aec04e7ba944c27b2a261163/users/838c8e72fec042b280a13b8431a8f7ee/roles/d5f62389a9454543b203deb10f30c5dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:54,065 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:20:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c883c754-dd04-44c8-90f6-bfb70716049a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:20:54,065 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/1619d224aec04e7ba944c27b2a261163/users/838c8e72fec042b280a13b8431a8f7ee/roles/d5f62389a9454543b203deb10f30c5dd used request id req-c883c754-dd04-44c8-90f6-bfb70716049a 2018-10-22 15:20:54,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119152069092s 2018-10-22 15:20:54,066 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_f228fffd-1834-49b4-9adc-a08e03374d03', 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': '021e97da-c91b-4bf0-b0cf-349fbe5c26f2', 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_f228fffd-1834-49b4-9adc-a08e03374d03', 'project_id': u'1619d224aec04e7ba944c27b2a261163', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 15:20:54,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 15:20:54,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 15:20:54,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 15:20:54,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 15:20:54,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 15:20:54,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 15:20:54,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 15:20:54,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 15:20:54,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 15:20:54,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 15:20:54,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 15:20:54,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 15:20:54,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 15:20:54,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 15:20:54,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 15:20:54,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 15:20:54,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 15:20:54,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 15:20:54,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 15:20:54,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 15:20:54,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 15:20:54,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 15:20:54,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 15:20:54,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 15:20:54,071 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_f228fffd-1834-49b4-9adc-a08e03374d03', 'password': '021e97da-c91b-4bf0-b0cf-349fbe5c26f2', 'project_name': 'tempest_smoke_seri-project_f228fffd-1834-49b4-9adc-a08e03374d03', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '1619d224aec04e7ba944c27b2a261163', 'project_domain_name': 'Default'} 2018-10-22 15:20:54,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:20:54,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:54,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b456e14-ca5f-450e-9663-8b20bc038b97 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "d5f62389a9454543b203deb10f30c5dd", "links": {"self": "http://172.30.9.22:5000/v3/roles/d5f62389a9454543b203deb10f30c5dd"}, "name": "Member"}]} 2018-10-22 15:20:54,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-3b456e14-ca5f-450e-9663-8b20bc038b97 2018-10-22 15:20:54,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0804259777069s 2018-10-22 15:20:54,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:20:54,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:54,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8df8483e-f6ae-4e98-a450-10715aca8670 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "d5f62389a9454543b203deb10f30c5dd", "links": {"self": "http://172.30.9.22:5000/v3/roles/d5f62389a9454543b203deb10f30c5dd"}, "name": "Member"}]} 2018-10-22 15:20:54,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8df8483e-f6ae-4e98-a450-10715aca8670 2018-10-22 15:20:54,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0826900005341s 2018-10-22 15:20:54,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 15:20:54,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:54,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c2cb9a6-5002-4ee3-a4d1-4c45837a491d 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 15:20:54,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-7c2cb9a6-5002-4ee3-a4d1-4c45837a491d 2018-10-22 15:20:54,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0817499160767s 2018-10-22 15:20:54,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:20:54,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:54,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c541cb4c-ba0f-4dba-b6ef-c4b4d2966c78 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_f228fffd-1834-49b4-9adc-a08e03374d03", "links": {"self": "http://172.30.9.22:5000/v3/users/838c8e72fec042b280a13b8431a8f7ee"}, "domain_id": "default", "enabled": true, "id": "838c8e72fec042b280a13b8431a8f7ee", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 15:20:54,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c541cb4c-ba0f-4dba-b6ef-c4b4d2966c78 2018-10-22 15:20:54,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10071015358s 2018-10-22 15:20:54,421 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c541cb4c-ba0f-4dba-b6ef-c4b4d2966c78 2018-10-22 15:20:54,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 15:20:54,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:54,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6eb1166c-3ae8-47cb-9cc8-f5d81264fcf8 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22: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.22:5000/v3/projects/1619d224aec04e7ba944c27b2a261163"}, "enabled": true, "id": "1619d224aec04e7ba944c27b2a261163", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_f228fffd-1834-49b4-9adc-a08e03374d03"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 15:20:54,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-6eb1166c-3ae8-47cb-9cc8-f5d81264fcf8 2018-10-22 15:20:54,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0743141174316s 2018-10-22 15:20:54,502 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-6eb1166c-3ae8-47cb-9cc8-f5d81264fcf8 2018-10-22 15:20:54,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 15:20:54,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=838c8e72fec042b280a13b8431a8f7ee&scope.project.id=1619d224aec04e7ba944c27b2a261163&role.id=54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:54,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b59a1f22-5284-457b-955f-bb450c501826 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=838c8e72fec042b280a13b8431a8f7ee&scope.project.id=1619d224aec04e7ba944c27b2a261163&role.id=54475a0b5ce34095bb526868da234e2a", "previous": null, "next": null}} 2018-10-22 15:20:54,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=838c8e72fec042b280a13b8431a8f7ee&scope.project.id=1619d224aec04e7ba944c27b2a261163&role.id=54475a0b5ce34095bb526868da234e2a used request id req-b59a1f22-5284-457b-955f-bb450c501826 2018-10-22 15:20:54,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0848269462585s 2018-10-22 15:20:54,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 15:20:54,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/1619d224aec04e7ba944c27b2a261163/users/838c8e72fec042b280a13b8431a8f7ee/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:54,710 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:20:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2be1472f-3378-4bcb-abe4-9db1269efed9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:20:54,711 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/1619d224aec04e7ba944c27b2a261163/users/838c8e72fec042b280a13b8431a8f7ee/roles/54475a0b5ce34095bb526868da234e2a used request id req-2be1472f-3378-4bcb-abe4-9db1269efed9 2018-10-22 15:20:54,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121277093887s 2018-10-22 15:20:54,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:20:54,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:54,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dabea76b-9e2e-48d0-8f98-253f5c37f71e Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "d5f62389a9454543b203deb10f30c5dd", "links": {"self": "http://172.30.9.22:5000/v3/roles/d5f62389a9454543b203deb10f30c5dd"}, "name": "Member"}]} 2018-10-22 15:20:54,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-dabea76b-9e2e-48d0-8f98-253f5c37f71e 2018-10-22 15:20:54,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0907170772552s 2018-10-22 15:20:54,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 15:20:54,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:54,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cb13b2c-b261-4cf4-a81a-947669917286 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 15:20:54,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-6cb13b2c-b261-4cf4-a81a-947669917286 2018-10-22 15:20:54,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0804128646851s 2018-10-22 15:20:54,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:20:54,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:54,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3b2ea9c-8266-49de-80a4-bf799fa3fd73 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_f228fffd-1834-49b4-9adc-a08e03374d03", "links": {"self": "http://172.30.9.22:5000/v3/users/838c8e72fec042b280a13b8431a8f7ee"}, "domain_id": "default", "enabled": true, "id": "838c8e72fec042b280a13b8431a8f7ee", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 15:20:54,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e3b2ea9c-8266-49de-80a4-bf799fa3fd73 2018-10-22 15:20:54,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.094881772995s 2018-10-22 15:20:54,980 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e3b2ea9c-8266-49de-80a4-bf799fa3fd73 2018-10-22 15:20:54,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 15:20:54,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=838c8e72fec042b280a13b8431a8f7ee&role.id=54475a0b5ce34095bb526868da234e2a&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:55,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:20:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac2b7f14-36da-4496-9431-43884e5463fa Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=838c8e72fec042b280a13b8431a8f7ee&role.id=54475a0b5ce34095bb526868da234e2a&scope.domain.id=default", "previous": null, "next": null}} 2018-10-22 15:20:55,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=838c8e72fec042b280a13b8431a8f7ee&role.id=54475a0b5ce34095bb526868da234e2a&scope.domain.id=default used request id req-ac2b7f14-36da-4496-9431-43884e5463fa 2018-10-22 15:20:55,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0860900878906s 2018-10-22 15:20:55,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 15:20:55,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/domains/default/users/838c8e72fec042b280a13b8431a8f7ee/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:20:55,191 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:20:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c23d6172-7ce9-41f0-90bf-0a38606465ca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:20:55,191 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/domains/default/users/838c8e72fec042b280a13b8431a8f7ee/roles/54475a0b5ce34095bb526868da234e2a used request id req-c23d6172-7ce9-41f0-90bf-0a38606465ca 2018-10-22 15:20:55,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119137048721s 2018-10-22 15:20:55,192 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 15:21:01,241 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 15:21:00.850 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f1681f8b-6c7d-43d2-a9b7-2901630a7ea2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f1681f8b-6c7d-43d2-a9b7-2901630a7ea2 | 2018-10-22T15:21:00 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f1681f8b-6c7d-43d2-a9b7-2901630a7ea2 ~/.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-10-22 15:21:04,613 - 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-10-22 15:21:04,613 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-22 15:21:10,696 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-22 15:21:08.909 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-22 15:21:09.073 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-22 15:21:10.468 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b3da73a5-2bda-42df-ad55-bc499d6a3dfa) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b3da73a5-2bda-42df-ad55-bc499d6a3dfa) as the default verifier for the future CLI operations. 2018-10-22 15:21:13,724 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-10-22 15:21:13,725 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-22 15:21:13,857 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-22 15:21:13,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 15:21:13,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:21:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb288888-0fbe-4e5e-93bc-c1ad1082cd35 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:21:13,864 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fb288888-0fbe-4e5e-93bc-c1ad1082cd35 2018-10-22 15:21:13,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:21:14,249 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d5f62389a9454543b203deb10f30c5dd", "name": "Member"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T16:21:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1619d224aec04e7ba944c27b2a261163", "name": "tempest_smoke_seri-project_f228fffd-1834-49b4-9adc-a08e03374d03"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/1619d224aec04e7ba944c27b2a261163", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/1619d224aec04e7ba944c27b2a261163", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/1619d224aec04e7ba944c27b2a261163", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/1619d224aec04e7ba944c27b2a261163", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/1619d224aec04e7ba944c27b2a261163", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/1619d224aec04e7ba944c27b2a261163", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/1619d224aec04e7ba944c27b2a261163", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/1619d224aec04e7ba944c27b2a261163", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/1619d224aec04e7ba944c27b2a261163", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1619d224aec04e7ba944c27b2a261163", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/1619d224aec04e7ba944c27b2a261163", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/1619d224aec04e7ba944c27b2a261163", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_f228fffd-1834-49b4-9adc-a08e03374d03", "id": "838c8e72fec042b280a13b8431a8f7ee"}, "audit_ids": ["9xcB4dMpTUWo7GjUfJ_kXA"], "issued_at": "2018-10-22T15:21:14.000000Z"}} 2018-10-22 15:21:14,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}99cf668047a887a23917ddce0d44a9746aefbc71" 2018-10-22 15:21:14,260 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 22 Oct 2018 15:21:14 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-10-22 15:21:14,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 15:21:14,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}99cf668047a887a23917ddce0d44a9746aefbc71" 2018-10-22 15:21:14,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6962e998-a7d4-4e12-b35f-a46f1488f67b Date: Mon, 22 Oct 2018 15:21:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 15:21:14,440 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6962e998-a7d4-4e12-b35f-a46f1488f67b 2018-10-22 15:21:14,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177092075348s 2018-10-22 15:21:14,441 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6962e998-a7d4-4e12-b35f-a46f1488f67b 2018-10-22 15:21:14,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-22 15:21:14,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}99cf668047a887a23917ddce0d44a9746aefbc71" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03"}' 2018-10-22 15:21:14,664 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/62f25ae0-d092-433a-b85f-60489faed4db X-Openstack-Request-Id: req-553b0abe-c772-4c1f-9f02-d5385d8a37f8 Date: Mon, 22 Oct 2018 15:21:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/62f25ae0-d092-433a-b85f-60489faed4db/file", "owner": "1619d224aec04e7ba944c27b2a261163", "id": "62f25ae0-d092-433a-b85f-60489faed4db", "size": null, "self": "/v2/images/62f25ae0-d092-433a-b85f-60489faed4db", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:21:14Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03", "checksum": null, "created_at": "2018-10-22T15:21:14Z", "protected": false} 2018-10-22 15:21:14,664 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-553b0abe-c772-4c1f-9f02-d5385d8a37f8 2018-10-22 15:21:14,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.221989870071s 2018-10-22 15:21:14,665 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-553b0abe-c772-4c1f-9f02-d5385d8a37f8 returning object 62f25ae0-d092-433a-b85f-60489faed4db 2018-10-22 15:21:14,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-22 15:21:14,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/62f25ae0-d092-433a-b85f-60489faed4db/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}99cf668047a887a23917ddce0d44a9746aefbc71" -d '' 2018-10-22 15:21:15,800 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eb7f03c6-e4b3-47e4-94b4-beb16d442a65 Date: Mon, 22 Oct 2018 15:21:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:21:15,800 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/62f25ae0-d092-433a-b85f-60489faed4db/file used request id req-eb7f03c6-e4b3-47e4-94b4-beb16d442a65 2018-10-22 15:21:15,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.13512206078s 2018-10-22 15:21:15,801 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/62f25ae0-d092-433a-b85f-60489faed4db/file used request id req-eb7f03c6-e4b3-47e4-94b4-beb16d442a65 2018-10-22 15:21:15,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 15:21:15,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}99cf668047a887a23917ddce0d44a9746aefbc71" 2018-10-22 15:21:15,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-94e396c1-fdfa-4a4f-876a-d95409f7384e Date: Mon, 22 Oct 2018 15:21:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/62f25ae0-d092-433a-b85f-60489faed4db/snap", "metadata": {}}], "file": "/v2/images/62f25ae0-d092-433a-b85f-60489faed4db/file", "owner": "1619d224aec04e7ba944c27b2a261163", "id": "62f25ae0-d092-433a-b85f-60489faed4db", "size": 12716032, "self": "/v2/images/62f25ae0-d092-433a-b85f-60489faed4db", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/62f25ae0-d092-433a-b85f-60489faed4db/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:21:15Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T15:21:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 15:21:15,976 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-94e396c1-fdfa-4a4f-876a-d95409f7384e 2018-10-22 15:21:15,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174343824387s 2018-10-22 15:21:15,976 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-94e396c1-fdfa-4a4f-876a-d95409f7384e 2018-10-22 15:21:15,978 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/62f25ae0-d092-433a-b85f-60489faed4db/snap', u'metadata': Munch({})})], 'file': u'/v2/images/62f25ae0-d092-433a-b85f-60489faed4db/file', 'owner': u'1619d224aec04e7ba944c27b2a261163', 'id': u'62f25ae0-d092-433a-b85f-60489faed4db', 'size': 12716032, u'self': u'/v2/images/62f25ae0-d092-433a-b85f-60489faed4db', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1619d224aec04e7ba944c27b2a261163', 'name': 'tempest_smoke_seri-project_f228fffd-1834-49b4-9adc-a08e03374d03', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/62f25ae0-d092-433a-b85f-60489faed4db/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T15:21:15Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T15:21:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/62f25ae0-d092-433a-b85f-60489faed4db', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03', 'created': u'2018-10-22T15:21:14Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T15:21:14Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/62f25ae0-d092-433a-b85f-60489faed4db', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 15:21:15,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-22 15:21:15,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_f228fffd-1834-49b4-9adc-a08e03374d03", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-22 15:21:16,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:21:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f16e1e78-604e-4c43-9dca-7a88d6b5f501 x-compute-request-id: req-f16e1e78-604e-4c43-9dca-7a88d6b5f501 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/0ab87dd4-36a9-4c5e-9d59-49504398d4de", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/0ab87dd4-36a9-4c5e-9d59-49504398d4de", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0ab87dd4-36a9-4c5e-9d59-49504398d4de", "name": "tempest_smoke_serial-flavor_f228fffd-1834-49b4-9adc-a08e03374d03", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:21:16,271 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f16e1e78-604e-4c43-9dca-7a88d6b5f501 2018-10-22 15:21:16,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.292015790939s 2018-10-22 15:21:16,272 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f16e1e78-604e-4c43-9dca-7a88d6b5f501 returning object 0ab87dd4-36a9-4c5e-9d59-49504398d4de 2018-10-22 15:21:16,273 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_f228fffd-1834-49b4-9adc-a08e03374d03', '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'8ba7a6acf87944158b12f697f8414be6', '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'0ab87dd4-36a9-4c5e-9d59-49504398d4de', 'swap': 0}) 2018-10-22 15:21:16,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-22 15:21:16,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/0ab87dd4-36a9-4c5e-9d59-49504398d4de/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}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" -d '{"extra_specs": {}}' 2018-10-22 15:21:16,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:21:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1f4c36a7-d7c4-4850-a213-d121ee68a65c x-compute-request-id: req-1f4c36a7-d7c4-4850-a213-d121ee68a65c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-22 15:21:16,293 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/0ab87dd4-36a9-4c5e-9d59-49504398d4de/os-extra_specs used request id req-1f4c36a7-d7c4-4850-a213-d121ee68a65c 2018-10-22 15:21:16,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0201809406281s 2018-10-22 15:21:16,294 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/0ab87dd4-36a9-4c5e-9d59-49504398d4de/os-extra_specs used request id req-1f4c36a7-d7c4-4850-a213-d121ee68a65c 2018-10-22 15:21:16,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:21:16,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}99cf668047a887a23917ddce0d44a9746aefbc71" 2018-10-22 15:21:16,305 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:21:16,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99cf668047a887a23917ddce0d44a9746aefbc71" 2018-10-22 15:21:16,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64c5af79-aac9-4754-863e-c2057431da0d Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "d5f62389a9454543b203deb10f30c5dd", "links": {"self": "http://172.30.9.22:5000/v3/roles/d5f62389a9454543b203deb10f30c5dd"}, "name": "Member"}]} 2018-10-22 15:21:16,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-64c5af79-aac9-4754-863e-c2057431da0d 2018-10-22 15:21:16,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0908920764923s 2018-10-22 15:21:16,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-22 15:21:16,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}99cf668047a887a23917ddce0d44a9746aefbc71" 2018-10-22 15:21:16,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:21:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d79389aa-9f86-45db-b135-d7abc24ec0bd x-compute-request-id: req-d79389aa-9f86-45db-b135-d7abc24ec0bd Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 197}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-22 15:21:16,581 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-d79389aa-9f86-45db-b135-d7abc24ec0bd 2018-10-22 15:21:16,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.190450191498s 2018-10-22 15:21:16,582 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-d79389aa-9f86-45db-b135-d7abc24ec0bd 2018-10-22 15:21:16,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 15:21:16,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}99cf668047a887a23917ddce0d44a9746aefbc71" 2018-10-22 15:21:16,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-d5e05aad-94b6-492c-8e21-64447bc6a0cb Date: Mon, 22 Oct 2018 15:21:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/62f25ae0-d092-433a-b85f-60489faed4db/snap", "metadata": {}}], "file": "/v2/images/62f25ae0-d092-433a-b85f-60489faed4db/file", "owner": "1619d224aec04e7ba944c27b2a261163", "id": "62f25ae0-d092-433a-b85f-60489faed4db", "size": 12716032, "self": "/v2/images/62f25ae0-d092-433a-b85f-60489faed4db", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/62f25ae0-d092-433a-b85f-60489faed4db/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:21:15Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T15:21:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 15:21:16,746 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d5e05aad-94b6-492c-8e21-64447bc6a0cb 2018-10-22 15:21:16,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.163113117218s 2018-10-22 15:21:16,746 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d5e05aad-94b6-492c-8e21-64447bc6a0cb 2018-10-22 15:21:16,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-22 15:21:16,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}99cf668047a887a23917ddce0d44a9746aefbc71" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_f228fffd-1834-49b4-9adc-a08e03374d03", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_f228fffd-1834-49b4-9adc-a08e03374d03"}' 2018-10-22 15:21:16,951 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/40085d0f-31fb-45ec-8df0-920234c1de7e X-Openstack-Request-Id: req-870d0cbd-f4a4-43bf-ac13-5600bc38867c Date: Mon, 22 Oct 2018 15:21:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/40085d0f-31fb-45ec-8df0-920234c1de7e/file", "owner": "1619d224aec04e7ba944c27b2a261163", "id": "40085d0f-31fb-45ec-8df0-920234c1de7e", "size": null, "self": "/v2/images/40085d0f-31fb-45ec-8df0-920234c1de7e", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:21:16Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_f228fffd-1834-49b4-9adc-a08e03374d03", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_f228fffd-1834-49b4-9adc-a08e03374d03", "checksum": null, "created_at": "2018-10-22T15:21:16Z", "protected": false} 2018-10-22 15:21:16,951 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-870d0cbd-f4a4-43bf-ac13-5600bc38867c 2018-10-22 15:21:16,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.202721834183s 2018-10-22 15:21:16,952 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-870d0cbd-f4a4-43bf-ac13-5600bc38867c returning object 40085d0f-31fb-45ec-8df0-920234c1de7e 2018-10-22 15:21:16,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-22 15:21:16,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/40085d0f-31fb-45ec-8df0-920234c1de7e/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}99cf668047a887a23917ddce0d44a9746aefbc71" -d '' 2018-10-22 15:21:19,297 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-542d84b8-91bb-4807-a924-0cbfeb412844 Date: Mon, 22 Oct 2018 15:21:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:21:19,297 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/40085d0f-31fb-45ec-8df0-920234c1de7e/file used request id req-542d84b8-91bb-4807-a924-0cbfeb412844 2018-10-22 15:21:19,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.34486293793s 2018-10-22 15:21:19,298 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/40085d0f-31fb-45ec-8df0-920234c1de7e/file used request id req-542d84b8-91bb-4807-a924-0cbfeb412844 2018-10-22 15:21:19,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 15:21:19,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}99cf668047a887a23917ddce0d44a9746aefbc71" 2018-10-22 15:21:19,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-839c773c-936b-4ecb-9fa4-2fb7451296be Date: Mon, 22 Oct 2018 15:21:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/40085d0f-31fb-45ec-8df0-920234c1de7e/snap", "metadata": {}}], "file": "/v2/images/40085d0f-31fb-45ec-8df0-920234c1de7e/file", "owner": "1619d224aec04e7ba944c27b2a261163", "id": "40085d0f-31fb-45ec-8df0-920234c1de7e", "size": 12716032, "self": "/v2/images/40085d0f-31fb-45ec-8df0-920234c1de7e", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/40085d0f-31fb-45ec-8df0-920234c1de7e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:21:19Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_f228fffd-1834-49b4-9adc-a08e03374d03", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_f228fffd-1834-49b4-9adc-a08e03374d03", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T15:21:16Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/62f25ae0-d092-433a-b85f-60489faed4db/snap", "metadata": {}}], "file": "/v2/images/62f25ae0-d092-433a-b85f-60489faed4db/file", "owner": "1619d224aec04e7ba944c27b2a261163", "id": "62f25ae0-d092-433a-b85f-60489faed4db", "size": 12716032, "self": "/v2/images/62f25ae0-d092-433a-b85f-60489faed4db", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/62f25ae0-d092-433a-b85f-60489faed4db/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:21:15Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T15:21:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 15:21:19,323 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-839c773c-936b-4ecb-9fa4-2fb7451296be 2018-10-22 15:21:19,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0244171619415s 2018-10-22 15:21:19,323 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-839c773c-936b-4ecb-9fa4-2fb7451296be 2018-10-22 15:21:19,326 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/40085d0f-31fb-45ec-8df0-920234c1de7e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/40085d0f-31fb-45ec-8df0-920234c1de7e/file', 'owner': u'1619d224aec04e7ba944c27b2a261163', 'id': u'40085d0f-31fb-45ec-8df0-920234c1de7e', 'size': 12716032, u'self': u'/v2/images/40085d0f-31fb-45ec-8df0-920234c1de7e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1619d224aec04e7ba944c27b2a261163', 'name': 'tempest_smoke_seri-project_f228fffd-1834-49b4-9adc-a08e03374d03', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/40085d0f-31fb-45ec-8df0-920234c1de7e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T15:21:19Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T15:21:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_f228fffd-1834-49b4-9adc-a08e03374d03', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/40085d0f-31fb-45ec-8df0-920234c1de7e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_f228fffd-1834-49b4-9adc-a08e03374d03', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_f228fffd-1834-49b4-9adc-a08e03374d03', 'created': u'2018-10-22T15:21:16Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T15:21:16Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/40085d0f-31fb-45ec-8df0-920234c1de7e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_f228fffd-1834-49b4-9adc-a08e03374d03', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 15:21:19,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-22 15:21:19,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_f228fffd-1834-49b4-9adc-a08e03374d03", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-22 15:21:19,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:21: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-cc3415af-5bd7-4f6b-ae79-1b899c3d1e0c x-compute-request-id: req-cc3415af-5bd7-4f6b-ae79-1b899c3d1e0c Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/7e78b89e-527d-4b20-9f6f-95542ed1ee34", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/7e78b89e-527d-4b20-9f6f-95542ed1ee34", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7e78b89e-527d-4b20-9f6f-95542ed1ee34", "name": "tempest_smoke_serial-flavor_alt_f228fffd-1834-49b4-9adc-a08e03374d03", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:21:19,372 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-cc3415af-5bd7-4f6b-ae79-1b899c3d1e0c 2018-10-22 15:21:19,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0454380512238s 2018-10-22 15:21:19,373 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-cc3415af-5bd7-4f6b-ae79-1b899c3d1e0c returning object 7e78b89e-527d-4b20-9f6f-95542ed1ee34 2018-10-22 15:21:19,374 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_f228fffd-1834-49b4-9adc-a08e03374d03', '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'8ba7a6acf87944158b12f697f8414be6', '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'7e78b89e-527d-4b20-9f6f-95542ed1ee34', 'swap': 0}) 2018-10-22 15:21:19,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-22 15:21:19,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/7e78b89e-527d-4b20-9f6f-95542ed1ee34/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}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" -d '{"extra_specs": {}}' 2018-10-22 15:21:19,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:21: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-11f066b2-5160-4b14-b556-a5a293b54c36 x-compute-request-id: req-11f066b2-5160-4b14-b556-a5a293b54c36 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-22 15:21:19,395 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/7e78b89e-527d-4b20-9f6f-95542ed1ee34/os-extra_specs used request id req-11f066b2-5160-4b14-b556-a5a293b54c36 2018-10-22 15:21:19,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0209531784058s 2018-10-22 15:21:19,396 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/7e78b89e-527d-4b20-9f6f-95542ed1ee34/os-extra_specs used request id req-11f066b2-5160-4b14-b556-a5a293b54c36 2018-10-22 15:21:19,396 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_f228fffd-1834-49b4-9adc-a08e03374d03', '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'8ba7a6acf87944158b12f697f8414be6', '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'7e78b89e-527d-4b20-9f6f-95542ed1ee34', 'swap': 0}) 2018-10-22 15:21:22,644 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-22 15:21:21.532 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b3da73a5-2bda-42df-ad55-bc499d6a3dfa) for deployment 'opnfv-rally' (UUID=f1681f8b-6c7d-43d2-a9b7-2901630a7ea2). 2018-10-22 15:21:22.470 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-22 15:21:22.472 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b3da73a5-2bda-42df-ad55-bc499d6a3dfa) has been successfully configured for deployment 'opnfv-rally' (UUID=f1681f8b-6c7d-43d2-a9b7-2901630a7ea2)! 2018-10-22 15:21:22,645 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-22 15:21:22,645 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-22 15:21:22,648 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-22 15:21:22,660 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-22 15:21:26,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b3da73a5-2bda-42df-ad55-bc499d6a3dfa/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-10-22 15:21:26,308 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-22 15:21:26,328 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-22 15:21:26,328 - 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-10-22 15:21:28,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:21:28.518 49 INFO rally.api [-] Starting verification (UUID=aed7aec7-ac44-4cf1-91da-f5403542d3ca) for deployment 'opnfv-rally' (UUID=f1681f8b-6c7d-43d2-a9b7-2901630a7ea2) by verifier 'opnfv-tempest' (UUID=b3da73a5-2bda-42df-ad55-bc499d6a3dfa). 2018-10-22 15:21:28,519 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: aed7aec7-ac44-4cf1-91da-f5403542d3ca 2018-10-22 15:21:34,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:21:34.450 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.180s] 2018-10-22 15:21:34,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:21:34.511 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.060s] 2018-10-22 15:21:41,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:21:41.282 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.650s] 2018-10-22 15:21:44,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:21:44.634 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.351s] 2018-10-22 15:21:57,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:21:57.773 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.577s] 2018-10-22 15:22:14,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:22:14.139 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.843s] 2018-10-22 15:22:48,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:22:48.780 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.064s] 2018-10-22 15:22:48,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:22:48.783 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-10-22 15:23:21,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:23:21.352 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.064s] 2018-10-22 15:23:21,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:23:21.354 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-22 15:23:53,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:23:53.156 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2018-10-22 15:23:53,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:23:53.157 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-22 15:24:32,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:24:32.229 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [9.756s] 2018-10-22 15:24:54,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:24:54.681 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.055s] 2018-10-22 15:24:54,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:24:54.785 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.104s] 2018-10-22 15:25:03,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:03.220 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.651s] 2018-10-22 15:25:03,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:03.230 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-10-22 15:25:04,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:04.980 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 15:25:04,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:04.981 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 15:25:09,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:09.234 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.343s] 2018-10-22 15:25:15,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:15.514 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.408s] 2018-10-22 15:25:22,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:22.621 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.572s] 2018-10-22 15:25:29,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:29.787 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.394s] 2018-10-22 15:25:39,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:39.439 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.993s] 2018-10-22 15:25:46,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:46.585 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.692s] 2018-10-22 15:25:53,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:25:53.137 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.172s] 2018-10-22 15:26:01,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:01.553 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.420s] 2018-10-22 15:26:09,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:09.503 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.740s] 2018-10-22 15:26:19,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:19.156 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.775s] 2018-10-22 15:26:22,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:22.100 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-22 15:26:24,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:24.015 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.077s] 2018-10-22 15:26:24,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:24.097 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.081s] 2018-10-22 15:26:24,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:24.167 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.069s] 2018-10-22 15:26:24,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:24.173 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-10-22 15:26:28,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:28.604 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.891s] 2018-10-22 15:26:30,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:30.819 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.215s] 2018-10-22 15:26:31,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:31.917 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.097s] 2018-10-22 15:26:37,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:37.860 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-10-22 15:26:45,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:26:45.402 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.861s] 2018-10-22 15:27:01,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:27:01.050 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.631s] 2018-10-22 15:27:04,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:27:04.627 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.577s] 2018-10-22 15:27:15,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:27:15.840 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.876s] 2018-10-22 15:27:19,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:27:19.533 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.692s] 2018-10-22 15:27:28,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:27:28.819 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.285s] 2018-10-22 15:27:37,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:27:37.520 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.505s] 2018-10-22 15:27:40,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:27:40.875 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.354s] 2018-10-22 15:27:47,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:27:47.030 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.154s] 2018-10-22 15:28:02,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:02.462 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.072s] 2018-10-22 15:28:02,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:02.976 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.513s] 2018-10-22 15:28:03,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:03.231 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.255s] 2018-10-22 15:28:03,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:03.430 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.198s] 2018-10-22 15:28:03,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:03.683 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.253s] 2018-10-22 15:28:03,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:03.894 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.211s] 2018-10-22 15:28:18,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:18.315 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.609s] 2018-10-22 15:28:18,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:18.742 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.427s] 2018-10-22 15:28:18,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:18.868 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.125s] 2018-10-22 15:28:18,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:18.951 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.083s] 2018-10-22 15:28:19,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:19.203 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.251s] 2018-10-22 15:28:19,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:19.255 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.052s] 2018-10-22 15:28:32,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:32.854 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.836s] 2018-10-22 15:28:38,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:38.489 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.634s] 2018-10-22 15:28:40,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:40.296 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.807s] 2018-10-22 15:28:40,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:40.494 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.198s] 2018-10-22 15:28:40,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:40.691 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.197s] 2018-10-22 15:28:52,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:52.633 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.614s] 2018-10-22 15:28:59,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:28:59.867 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.233s] 2018-10-22 15:29:01,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:29:01.955 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.087s] 2018-10-22 15:29:02,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:29:02.144 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.189s] 2018-10-22 15:29:02,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:29:02.348 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.203s] 2018-10-22 15:29:18,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:29:18.102 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.974s] 2018-10-22 15:29:23,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:29:23.304 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.202s] 2018-10-22 15:29:28,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:29:28.011 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.706s] 2018-10-22 15:29:31,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:29:31.974 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.963s] 2018-10-22 15:29:56,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:29:56.395 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.227s] 2018-10-22 15:30:01,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:01.939 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.543s] 2018-10-22 15:30:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:06.834 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.894s] 2018-10-22 15:30:09,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:09.826 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.992s] 2018-10-22 15:30:26,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:26.960 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.471s] 2018-10-22 15:30:29,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:29.690 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.728s] 2018-10-22 15:30:29,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:29.885 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.198s] 2018-10-22 15:30:34,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:34.417 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.502s] 2018-10-22 15:30:37,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:37.047 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.628s] 2018-10-22 15:30:37,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:37.090 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.046s] 2018-10-22 15:30:41,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:41.237 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.152s] 2018-10-22 15:30:45,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:45.101 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-10-22 15:30:46,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:46.650 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-22 15:30:46,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:46.653 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-22 15:30:46,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:46.654 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-22 15:30:46,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:46.656 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-22 15:30:46,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:46.657 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-22 15:30:48,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:30:48.537 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-10-22 15:31:04,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:31:04.160 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.948s] 2018-10-22 15:31:16,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:31:16.523 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.892s] 2018-10-22 15:31:30,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:31:30.395 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.869s] 2018-10-22 15:31:39,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:31:39.938 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.181s] 2018-10-22 15:34:23,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:34:23.852 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [157.169s] 2018-10-22 15:35:06,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:35:06.758 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [33.801s] 2018-10-22 15:35:50,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 15:35:50.714 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [24.692s] 2018-10-22 15:36:07,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: aed7aec7-ac44-4cf1-91da-f5403542d3ca 2018-10-22 15:36:07,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'aed7aec7-ac44-4cf1-91da-f5403542d3ca']'. 2018-10-22 15:36:08,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-22 15:36:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-22 15:36:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 15:36:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | aed7aec7-ac44-4cf1-91da-f5403542d3ca | 2018-10-22 15:36:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-22 15:36:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-22 15:21:28 | 2018-10-22 15:36:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-22 15:36:07 | 2018-10-22 15:36:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:39 | 2018-10-22 15:36:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-10-22 15:36:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-22 15:36:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-22 15:36:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b3da73a5-2bda-42df-ad55-bc499d6a3dfa) | 2018-10-22 15:36:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-22 15:36:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f1681f8b-6c7d-43d2-a9b7-2901630a7ea2) | 2018-10-22 15:36:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-10-22 15:36:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 858.373 | 2018-10-22 15:36:08,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-10-22 15:36:08,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-10-22 15:36:08,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-22 15:36:08,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-22 15:36:08,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-10-22 15:36:08,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 15:36:08,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-22 15:36:08,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-22 15:36:08,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-10-22 15:36:08,816 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 15:36:08,816 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:55 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-10-22 15:36:08,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-22 15:36:08,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/40085d0f-31fb-45ec-8df0-920234c1de7e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}99cf668047a887a23917ddce0d44a9746aefbc71" 2018-10-22 15:36:09,994 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2a461ac3-69f8-4961-a035-0b1124934de8 Date: Mon, 22 Oct 2018 15:36:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:36:09,994 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/40085d0f-31fb-45ec-8df0-920234c1de7e used request id req-2a461ac3-69f8-4961-a035-0b1124934de8 2018-10-22 15:36:09,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.17254114151s 2018-10-22 15:36:09,994 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/40085d0f-31fb-45ec-8df0-920234c1de7e used request id req-2a461ac3-69f8-4961-a035-0b1124934de8 2018-10-22 15:36:09,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-22 15:36:09,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:36:10,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-8476cd4a-b395-4591-a55d-adb3f29691d8 x-compute-request-id: req-8476cd4a-b395-4591-a55d-adb3f29691d8 Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/0ab87dd4-36a9-4c5e-9d59-49504398d4de", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/0ab87dd4-36a9-4c5e-9d59-49504398d4de", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0ab87dd4-36a9-4c5e-9d59-49504398d4de", "name": "tempest_smoke_serial-flavor_f228fffd-1834-49b4-9adc-a08e03374d03", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/7e78b89e-527d-4b20-9f6f-95542ed1ee34", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/7e78b89e-527d-4b20-9f6f-95542ed1ee34", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7e78b89e-527d-4b20-9f6f-95542ed1ee34", "name": "tempest_smoke_serial-flavor_alt_f228fffd-1834-49b4-9adc-a08e03374d03", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 15:36:10,170 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-8476cd4a-b395-4591-a55d-adb3f29691d8 2018-10-22 15:36:10,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.174767017365s 2018-10-22 15:36:10,170 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-8476cd4a-b395-4591-a55d-adb3f29691d8 2018-10-22 15:36:10,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-22 15:36:10,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/7e78b89e-527d-4b20-9f6f-95542ed1ee34 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:36:10,226 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15: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 x-openstack-request-id: req-c1c86e1b-fc49-4fee-bcc5-9341afa35fa1 x-compute-request-id: req-c1c86e1b-fc49-4fee-bcc5-9341afa35fa1 Content-Length: 0 Content-Type: application/json 2018-10-22 15:36:10,226 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/7e78b89e-527d-4b20-9f6f-95542ed1ee34 used request id req-c1c86e1b-fc49-4fee-bcc5-9341afa35fa1 2018-10-22 15:36:10,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0549671649933s 2018-10-22 15:36:10,227 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/7e78b89e-527d-4b20-9f6f-95542ed1ee34 used request id req-c1c86e1b-fc49-4fee-bcc5-9341afa35fa1 2018-10-22 15:36:10,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 15:36:10,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}99cf668047a887a23917ddce0d44a9746aefbc71" 2018-10-22 15:36:10,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-11d15b49-55c5-41d7-aaad-faacfb083060 Date: Mon, 22 Oct 2018 15:36:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/62f25ae0-d092-433a-b85f-60489faed4db/snap", "metadata": {}}], "file": "/v2/images/62f25ae0-d092-433a-b85f-60489faed4db/file", "owner": "1619d224aec04e7ba944c27b2a261163", "id": "62f25ae0-d092-433a-b85f-60489faed4db", "size": 12716032, "self": "/v2/images/62f25ae0-d092-433a-b85f-60489faed4db", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/62f25ae0-d092-433a-b85f-60489faed4db/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:21:15Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_f228fffd-1834-49b4-9adc-a08e03374d03", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T15:21:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 15:36:10,399 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-11d15b49-55c5-41d7-aaad-faacfb083060 2018-10-22 15:36:10,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171694993973s 2018-10-22 15:36:10,399 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-11d15b49-55c5-41d7-aaad-faacfb083060 2018-10-22 15:36:10,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-22 15:36:10,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/62f25ae0-d092-433a-b85f-60489faed4db -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}99cf668047a887a23917ddce0d44a9746aefbc71" 2018-10-22 15:36:12,075 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1b4e78ca-5a55-4623-bb75-73b4f44706fb Date: Mon, 22 Oct 2018 15:36:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:36:12,076 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/62f25ae0-d092-433a-b85f-60489faed4db used request id req-1b4e78ca-5a55-4623-bb75-73b4f44706fb 2018-10-22 15:36:12,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.67499113083s 2018-10-22 15:36:12,076 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/62f25ae0-d092-433a-b85f-60489faed4db used request id req-1b4e78ca-5a55-4623-bb75-73b4f44706fb 2018-10-22 15:36:12,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-22 15:36:12,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:36:12,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36: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-9670d510-7349-473a-be5d-50b1e5509f6f x-compute-request-id: req-9670d510-7349-473a-be5d-50b1e5509f6f Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/0ab87dd4-36a9-4c5e-9d59-49504398d4de", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/0ab87dd4-36a9-4c5e-9d59-49504398d4de", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0ab87dd4-36a9-4c5e-9d59-49504398d4de", "name": "tempest_smoke_serial-flavor_f228fffd-1834-49b4-9adc-a08e03374d03", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 15:36:12,108 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-9670d510-7349-473a-be5d-50b1e5509f6f 2018-10-22 15:36:12,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.031182050705s 2018-10-22 15:36:12,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-9670d510-7349-473a-be5d-50b1e5509f6f 2018-10-22 15:36:12,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-22 15:36:12,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/0ab87dd4-36a9-4c5e-9d59-49504398d4de -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:36:12,150 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 15:36: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-c4f7009d-d89c-408a-b549-7bf9880dd1c6 x-compute-request-id: req-c4f7009d-d89c-408a-b549-7bf9880dd1c6 Content-Length: 0 Content-Type: application/json 2018-10-22 15:36:12,150 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/0ab87dd4-36a9-4c5e-9d59-49504398d4de used request id req-c4f7009d-d89c-408a-b549-7bf9880dd1c6 2018-10-22 15:36:12,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0404970645905s 2018-10-22 15:36:12,151 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/0ab87dd4-36a9-4c5e-9d59-49504398d4de used request id req-c4f7009d-d89c-408a-b549-7bf9880dd1c6 2018-10-22 15:36:12,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:36:12,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:36:12,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eecdf99-3391-436d-bc97-23a4f2d13b0b Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_f228fffd-1834-49b4-9adc-a08e03374d03", "links": {"self": "http://172.30.9.22:5000/v3/users/838c8e72fec042b280a13b8431a8f7ee"}, "domain_id": "default", "enabled": true, "id": "838c8e72fec042b280a13b8431a8f7ee", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 15:36:12,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5eecdf99-3391-436d-bc97-23a4f2d13b0b 2018-10-22 15:36:12,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.094477891922s 2018-10-22 15:36:12,246 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5eecdf99-3391-436d-bc97-23a4f2d13b0b 2018-10-22 15:36:12,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:36:12,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/838c8e72fec042b280a13b8431a8f7ee -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:36:12,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc3d5474-6209-42d2-91be-c13b62148535 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/838c8e72fec042b280a13b8431a8f7ee"}, "enabled": true, "id": "838c8e72fec042b280a13b8431a8f7ee", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_f228fffd-1834-49b4-9adc-a08e03374d03"}} 2018-10-22 15:36:12,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/838c8e72fec042b280a13b8431a8f7ee used request id req-dc3d5474-6209-42d2-91be-c13b62148535 2018-10-22 15:36:12,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.089152097702s 2018-10-22 15:36:12,342 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/838c8e72fec042b280a13b8431a8f7ee used request id req-dc3d5474-6209-42d2-91be-c13b62148535 2018-10-22 15:36:12,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-22 15:36:12,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/838c8e72fec042b280a13b8431a8f7ee -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:36:12,558 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:36:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40bc735a-aac4-445d-969b-d50ecba0be83 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:36:12,558 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/838c8e72fec042b280a13b8431a8f7ee used request id req-40bc735a-aac4-445d-969b-d50ecba0be83 2018-10-22 15:36:12,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.215911149979s 2018-10-22 15:36:12,559 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/838c8e72fec042b280a13b8431a8f7ee used request id req-40bc735a-aac4-445d-969b-d50ecba0be83 2018-10-22 15:36:12,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 15:36:12,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:36:12,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24dc84fa-8d67-4533-b9c2-c70b88ccca79 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22: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.22:5000/v3/projects/1619d224aec04e7ba944c27b2a261163"}, "enabled": true, "id": "1619d224aec04e7ba944c27b2a261163", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_f228fffd-1834-49b4-9adc-a08e03374d03"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 15:36:12,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-24dc84fa-8d67-4533-b9c2-c70b88ccca79 2018-10-22 15:36:12,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0805020332336s 2018-10-22 15:36:12,640 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-24dc84fa-8d67-4533-b9c2-c70b88ccca79 2018-10-22 15:36:12,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-22 15:36:12,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/1619d224aec04e7ba944c27b2a261163 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:36:12,802 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:36:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e7d96a5-cab3-40e9-8299-d3d0d180203b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:36:12,802 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/1619d224aec04e7ba944c27b2a261163 used request id req-4e7d96a5-cab3-40e9-8299-d3d0d180203b 2018-10-22 15:36:12,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.160130977631s 2018-10-22 15:36:12,803 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/1619d224aec04e7ba944c27b2a261163 used request id req-4e7d96a5-cab3-40e9-8299-d3d0d180203b 2018-10-22 15:36:12,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:36:12,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:36:12,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b705dc6-ab03-4ef0-b756-2abb6c170faf Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "d5f62389a9454543b203deb10f30c5dd", "links": {"self": "http://172.30.9.22:5000/v3/roles/d5f62389a9454543b203deb10f30c5dd"}, "name": "Member"}]} 2018-10-22 15:36:12,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6b705dc6-ab03-4ef0-b756-2abb6c170faf 2018-10-22 15:36:12,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0799031257629s 2018-10-22 15:36:12,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-22 15:36:12,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/d5f62389a9454543b203deb10f30c5dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:36:12,997 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:36:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ce800b4-f175-4a2b-8cab-f431585e7415 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:36:12,997 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/d5f62389a9454543b203deb10f30c5dd used request id req-6ce800b4-f175-4a2b-8cab-f431585e7415 2018-10-22 15:36:12,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.112455844879s 2018-10-22 15:36:13,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-22 15:36:13,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=1619d224aec04e7ba944c27b2a261163&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}fe4a1a5b05c2a45bc693cc4e06c53426157894a3" 2018-10-22 15:36:13,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-3e64d1e6-820f-4cdf-9f29-e130c3556eab Date: Mon, 22 Oct 2018 15:36:13 GMT RESP BODY: {"security_groups": []} 2018-10-22 15:36:13,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=1619d224aec04e7ba944c27b2a261163&name=default used request id req-3e64d1e6-820f-4cdf-9f29-e130c3556eab 2018-10-22 15:36:13,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.187324047089s 2018-10-22 15:36:13,188 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=1619d224aec04e7ba944c27b2a261163&name=default used request id req-3e64d1e6-820f-4cdf-9f29-e130c3556eab 2018-10-22 15:36:13,189 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-10-22 15:36:13,242 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-10-22 15:36:13,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 15:36:13,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 15:36:13,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 15:36:13,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 15:36:13,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 15:36:13,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 15:36:13,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 15:36:13,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 15:36:13,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 15:36:13,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 15:36:13,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 15:36:13,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 15:36:13,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 15:36:13,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 15:36:13,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 15:36:13,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 15:36:13,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 15:36:13,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 15:36:13,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 15:36:13,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 15:36:13,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 15:36:13,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 15:36:13,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 15:36:13,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 15:36:13,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 15:36:13,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a408011-5eb8-4146-8356-e0fb414f4ec6 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:36:13,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8a408011-5eb8-4146-8356-e0fb414f4ec6 2018-10-22 15:36:13,318 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:36:13,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T16:36:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["2PIGQHcqSzK6MWe-NSzYgw"], "issued_at": "2018-10-22T15:36:13.000000Z"}} 2018-10-22 15:36:13,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 15:36:13,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:13,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ba6b5a96-27b2-489c-9b1d-f5a31679e68e Date: Mon, 22 Oct 2018 15:36:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 15:36:13,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ba6b5a96-27b2-489c-9b1d-f5a31679e68e 2018-10-22 15:36:13,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.232715129852s 2018-10-22 15:36:13,933 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ba6b5a96-27b2-489c-9b1d-f5a31679e68e 2018-10-22 15:36:13,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-22 15:36:13,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:13,942 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 15:36: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 15:36:13,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:14,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-581cb8ba-5b56-433d-9333-6c013c379da9 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/4efcfa9916f34e3598719fc817429a11"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4efcfa9916f34e3598719fc817429a11"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-10-22 15:36:14,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-581cb8ba-5b56-433d-9333-6c013c379da9 2018-10-22 15:36:14,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0856561660767s 2018-10-22 15:36:14,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-22 15:36:14,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_de4cfbff-56c7-4869-a117-d426fd8712f4"}}' 2018-10-22 15:36:14,130 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:36:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f8f5553-eceb-4a83-a766-b6f9bb338c28 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.22:5000/v3/projects/e4dcf285ca084088b2ace4f63af476c2"}, "enabled": true, "id": "e4dcf285ca084088b2ace4f63af476c2", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_de4cfbff-56c7-4869-a117-d426fd8712f4"}} 2018-10-22 15:36:14,131 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-2f8f5553-eceb-4a83-a766-b6f9bb338c28 2018-10-22 15:36:14,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.109766960144s 2018-10-22 15:36:14,131 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-2f8f5553-eceb-4a83-a766-b6f9bb338c28 2018-10-22 15:36:14,132 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_de4cfbff-56c7-4869-a117-d426fd8712f4', 'id': u'e4dcf285ca084088b2ace4f63af476c2', '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-10-22 15:36:14,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-22 15:36:14,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.355741024017s 2018-10-22 15:36:14,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/23767cfc99294897b12a25f63c3cc95c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:14,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cde06736-00ea-4223-828d-83acb39fbf82 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/23767cfc99294897b12a25f63c3cc95c"}, "enabled": true, "id": "23767cfc99294897b12a25f63c3cc95c", "options": {}, "domain_id": "default", "name": "rally_sanity-user_de4cfbff-56c7-4869-a117-d426fd8712f4"}} 2018-10-22 15:36:14,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/23767cfc99294897b12a25f63c3cc95c used request id req-cde06736-00ea-4223-828d-83acb39fbf82 2018-10-22 15:36:14,576 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'23767cfc99294897b12a25f63c3cc95c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_de4cfbff-56c7-4869-a117-d426fd8712f4'}) 2018-10-22 15:36:14,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:36:14,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:14,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8a36495-e960-49e5-a0a3-d70b04ee71a8 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:36:14,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a8a36495-e960-49e5-a0a3-d70b04ee71a8 2018-10-22 15:36:14,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0753118991852s 2018-10-22 15:36:14,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:36:14,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:14,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1ed773c-bde2-4078-abe5-c51bcce905a5 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:36:14,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f1ed773c-bde2-4078-abe5-c51bcce905a5 2018-10-22 15:36:14,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0916600227356s 2018-10-22 15:36:14,745 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 15:36:14,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-22 15:36:14,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" -d '{"role": {"name": "Member"}}' 2018-10-22 15:36:14,835 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 15:36:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58ffb69f-6952-42db-80f4-9fa7d880db16 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8a0d3298fa414c789c659fba49d7e04d", "links": {"self": "http://172.30.9.22:5000/v3/roles/8a0d3298fa414c789c659fba49d7e04d"}, "name": "Member"}} 2018-10-22 15:36:14,835 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-58ffb69f-6952-42db-80f4-9fa7d880db16 2018-10-22 15:36:14,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0899119377136s 2018-10-22 15:36:14,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/8a0d3298fa414c789c659fba49d7e04d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:14,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec78c6c7-4cc7-4108-8a59-19817c4be3e3 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8a0d3298fa414c789c659fba49d7e04d"}, "domain_id": null, "name": "Member", "id": "8a0d3298fa414c789c659fba49d7e04d"}} 2018-10-22 15:36:14,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8a0d3298fa414c789c659fba49d7e04d used request id req-ec78c6c7-4cc7-4108-8a59-19817c4be3e3 2018-10-22 15:36:14,916 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/8a0d3298fa414c789c659fba49d7e04d'}, 'domain_id': None, 'human_id': None, 'id': u'8a0d3298fa414c789c659fba49d7e04d', 'HUMAN_ID': False}) 2018-10-22 15:36:14,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:36:14,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:14,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bacb193-c7b2-4259-ac93-78795ed8c55e Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "8a0d3298fa414c789c659fba49d7e04d", "links": {"self": "http://172.30.9.22:5000/v3/roles/8a0d3298fa414c789c659fba49d7e04d"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:36:14,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1bacb193-c7b2-4259-ac93-78795ed8c55e 2018-10-22 15:36:14,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0770819187164s 2018-10-22 15:36:14,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 15:36:14,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:15,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91d42c7c-577e-4101-831c-43c4a50f3ce0 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 15:36:15,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-91d42c7c-577e-4101-831c-43c4a50f3ce0 2018-10-22 15:36:15,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0752801895142s 2018-10-22 15:36:15,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:36:15,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:15,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cf8575b-4c40-4737-bfe9-a2db959eef20 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_de4cfbff-56c7-4869-a117-d426fd8712f4", "links": {"self": "http://172.30.9.22:5000/v3/users/23767cfc99294897b12a25f63c3cc95c"}, "domain_id": "default", "enabled": true, "id": "23767cfc99294897b12a25f63c3cc95c", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 15:36:15,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-7cf8575b-4c40-4737-bfe9-a2db959eef20 2018-10-22 15:36:15,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0316560268402s 2018-10-22 15:36:15,103 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-7cf8575b-4c40-4737-bfe9-a2db959eef20 2018-10-22 15:36:15,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 15:36:15,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:15,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bde51094-f713-4d2d-ad32-af4e4072a918 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.22:5000/v3/projects/e4dcf285ca084088b2ace4f63af476c2"}, "enabled": true, "id": "e4dcf285ca084088b2ace4f63af476c2", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_de4cfbff-56c7-4869-a117-d426fd8712f4"}]} 2018-10-22 15:36:15,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-bde51094-f713-4d2d-ad32-af4e4072a918 2018-10-22 15:36:15,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0812518596649s 2018-10-22 15:36:15,191 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-bde51094-f713-4d2d-ad32-af4e4072a918 2018-10-22 15:36:15,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 15:36:15,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=23767cfc99294897b12a25f63c3cc95c&scope.project.id=e4dcf285ca084088b2ace4f63af476c2&role.id=8a0d3298fa414c789c659fba49d7e04d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:15,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e1196df-4dcc-44b2-b090-26890be3d51a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=23767cfc99294897b12a25f63c3cc95c&scope.project.id=e4dcf285ca084088b2ace4f63af476c2&role.id=8a0d3298fa414c789c659fba49d7e04d", "previous": null, "next": null}} 2018-10-22 15:36:15,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=23767cfc99294897b12a25f63c3cc95c&scope.project.id=e4dcf285ca084088b2ace4f63af476c2&role.id=8a0d3298fa414c789c659fba49d7e04d used request id req-3e1196df-4dcc-44b2-b090-26890be3d51a 2018-10-22 15:36:15,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0766019821167s 2018-10-22 15:36:15,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 15:36:15,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/e4dcf285ca084088b2ace4f63af476c2/users/23767cfc99294897b12a25f63c3cc95c/roles/8a0d3298fa414c789c659fba49d7e04d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:15,391 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:36:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc028109-5e8c-4b83-921f-89bfd7e28654 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:36:15,391 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/e4dcf285ca084088b2ace4f63af476c2/users/23767cfc99294897b12a25f63c3cc95c/roles/8a0d3298fa414c789c659fba49d7e04d used request id req-fc028109-5e8c-4b83-921f-89bfd7e28654 2018-10-22 15:36:15,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120581865311s 2018-10-22 15:36:15,392 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_de4cfbff-56c7-4869-a117-d426fd8712f4', 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': '227f4453-3bb0-48aa-8c4b-0ba5b432df47', 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_de4cfbff-56c7-4869-a117-d426fd8712f4', 'project_id': u'e4dcf285ca084088b2ace4f63af476c2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 15:36:15,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 15:36:15,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 15:36:15,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 15:36:15,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 15:36:15,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 15:36:15,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 15:36:15,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 15:36:15,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 15:36:15,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 15:36:15,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 15:36:15,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 15:36:15,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 15:36:15,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 15:36:15,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 15:36:15,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 15:36:15,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 15:36:15,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 15:36:15,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 15:36:15,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 15:36:15,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 15:36:15,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 15:36:15,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 15:36:15,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 15:36:15,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 15:36:15,397 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_de4cfbff-56c7-4869-a117-d426fd8712f4', 'password': '227f4453-3bb0-48aa-8c4b-0ba5b432df47', 'project_name': 'rally_sanity-project_de4cfbff-56c7-4869-a117-d426fd8712f4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'e4dcf285ca084088b2ace4f63af476c2', 'project_domain_name': 'Default'} 2018-10-22 15:36:15,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:36:15,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:15,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-252445b5-9b17-471e-a453-e9685db651c4 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "8a0d3298fa414c789c659fba49d7e04d", "links": {"self": "http://172.30.9.22:5000/v3/roles/8a0d3298fa414c789c659fba49d7e04d"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:36:15,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-252445b5-9b17-471e-a453-e9685db651c4 2018-10-22 15:36:15,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0781798362732s 2018-10-22 15:36:15,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 15:36:15,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:15,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ade59e5d-3672-4841-be0b-0e94cf5e5394 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "8a0d3298fa414c789c659fba49d7e04d", "links": {"self": "http://172.30.9.22:5000/v3/roles/8a0d3298fa414c789c659fba49d7e04d"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 15:36:15,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ade59e5d-3672-4841-be0b-0e94cf5e5394 2018-10-22 15:36:15,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0744199752808s 2018-10-22 15:36:15,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 15:36:15,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:15,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f4d9209-6805-43b6-940a-13cf0f04cbf8 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 15:36:15,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-6f4d9209-6805-43b6-940a-13cf0f04cbf8 2018-10-22 15:36:15,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0818779468536s 2018-10-22 15:36:15,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 15:36:15,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:15,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82f9545f-30ec-4855-8ba1-35c68f6cbc5d Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_de4cfbff-56c7-4869-a117-d426fd8712f4", "links": {"self": "http://172.30.9.22:5000/v3/users/23767cfc99294897b12a25f63c3cc95c"}, "domain_id": "default", "enabled": true, "id": "23767cfc99294897b12a25f63c3cc95c", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 15:36:15,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-82f9545f-30ec-4855-8ba1-35c68f6cbc5d 2018-10-22 15:36:15,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100974082947s 2018-10-22 15:36:15,737 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-82f9545f-30ec-4855-8ba1-35c68f6cbc5d 2018-10-22 15:36:15,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 15:36:15,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:15,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd8c91ab-e9c5-44eb-a28b-894efd8a0e7a Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.22:5000/v3/projects/e4dcf285ca084088b2ace4f63af476c2"}, "enabled": true, "id": "e4dcf285ca084088b2ace4f63af476c2", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_de4cfbff-56c7-4869-a117-d426fd8712f4"}]} 2018-10-22 15:36:15,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-bd8c91ab-e9c5-44eb-a28b-894efd8a0e7a 2018-10-22 15:36:15,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0736031532288s 2018-10-22 15:36:15,817 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-bd8c91ab-e9c5-44eb-a28b-894efd8a0e7a 2018-10-22 15:36:15,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 15:36:15,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=23767cfc99294897b12a25f63c3cc95c&scope.project.id=e4dcf285ca084088b2ace4f63af476c2&role.id=54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:15,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08dfe84a-1a91-468c-8c8f-52a009400567 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=23767cfc99294897b12a25f63c3cc95c&scope.project.id=e4dcf285ca084088b2ace4f63af476c2&role.id=54475a0b5ce34095bb526868da234e2a", "previous": null, "next": null}} 2018-10-22 15:36:15,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=23767cfc99294897b12a25f63c3cc95c&scope.project.id=e4dcf285ca084088b2ace4f63af476c2&role.id=54475a0b5ce34095bb526868da234e2a used request id req-08dfe84a-1a91-468c-8c8f-52a009400567 2018-10-22 15:36:15,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0783629417419s 2018-10-22 15:36:15,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 15:36:15,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/e4dcf285ca084088b2ace4f63af476c2/users/23767cfc99294897b12a25f63c3cc95c/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:16,012 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 15:36:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-519d41cc-73ef-4e04-95e4-dd6a26dc93ab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 15:36:16,012 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/e4dcf285ca084088b2ace4f63af476c2/users/23767cfc99294897b12a25f63c3cc95c/roles/54475a0b5ce34095bb526868da234e2a used request id req-519d41cc-73ef-4e04-95e4-dd6a26dc93ab 2018-10-22 15:36:16,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.114125013351s 2018-10-22 15:36:16,012 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-10-22 15:36:16,355 - 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-10-22 15:36:16,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-22 15:36:16,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:16,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc5959f7-bad4-4095-a3d2-1fbd0549ee22 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/4efcfa9916f34e3598719fc817429a11"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4efcfa9916f34e3598719fc817429a11"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-10-22 15:36:16,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-bc5959f7-bad4-4095-a3d2-1fbd0549ee22 2018-10-22 15:36:16,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0748431682587s 2018-10-22 15:36:16,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 15:36:16,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 15:36:16,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9a2dc54-35d7-49c4-af99-83b60fd77ba2 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.22:5000/v3/projects/e4dcf285ca084088b2ace4f63af476c2"}, "enabled": true, "id": "e4dcf285ca084088b2ace4f63af476c2", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_de4cfbff-56c7-4869-a117-d426fd8712f4"}]} 2018-10-22 15:36:16,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-e9a2dc54-35d7-49c4-af99-83b60fd77ba2 2018-10-22 15:36:16,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0826568603516s 2018-10-22 15:36:16,514 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-e9a2dc54-35d7-49c4-af99-83b60fd77ba2 2018-10-22 15:36:16,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-22 15:36:16,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" -d '{"network": {"shared": true, "tenant_id": "e4dcf285ca084088b2ace4f63af476c2", "name": "rally_sanity-net_de4cfbff-56c7-4869-a117-d426fd8712f4", "admin_state_up": true}}' 2018-10-22 15:36:17,091 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-14813dbd-fc5f-4108-9b8e-0b2a29ce3363 Date: Mon, 22 Oct 2018 15:36:17 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0a2f76b5-7093-4321-9f84-7588084b9e26","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"e4dcf285ca084088b2ace4f63af476c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T15:36:16Z","is_default":false,"provider:segmentation_id":98,"name":"rally_sanity-net_de4cfbff-56c7-4869-a117-d426fd8712f4","admin_state_up":true,"tenant_id":"e4dcf285ca084088b2ace4f63af476c2","created_at":"2018-10-22T15:36:16Z","mtu":1450}} 2018-10-22 15:36:17,091 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-14813dbd-fc5f-4108-9b8e-0b2a29ce3363 2018-10-22 15:36:17,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.573766946793s 2018-10-22 15:36:17,092 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-14813dbd-fc5f-4108-9b8e-0b2a29ce3363 2018-10-22 15:36:17,092 - 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-10-22T15:36:16Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'0a2f76b5-7093-4321-9f84-7588084b9e26', u'provider:segmentation_id': 98, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_de4cfbff-56c7-4869-a117-d426fd8712f4', u'admin_state_up': True, u'tenant_id': u'e4dcf285ca084088b2ace4f63af476c2', u'created_at': u'2018-10-22T15:36:16Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'e4dcf285ca084088b2ace4f63af476c2'}) 2018-10-22 15:36:17,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 15:36:17,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36efdf2a-cea0-4c97-ac03-f6f12b908fd0 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 15:36:17,100 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-36efdf2a-cea0-4c97-ac03-f6f12b908fd0 2018-10-22 15:36:17,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 15:36:17,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a0d3298fa414c789c659fba49d7e04d", "name": "Member"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T16:36:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4dcf285ca084088b2ace4f63af476c2", "name": "rally_sanity-project_de4cfbff-56c7-4869-a117-d426fd8712f4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/e4dcf285ca084088b2ace4f63af476c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/e4dcf285ca084088b2ace4f63af476c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/e4dcf285ca084088b2ace4f63af476c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/e4dcf285ca084088b2ace4f63af476c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/e4dcf285ca084088b2ace4f63af476c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/e4dcf285ca084088b2ace4f63af476c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/e4dcf285ca084088b2ace4f63af476c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/e4dcf285ca084088b2ace4f63af476c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/e4dcf285ca084088b2ace4f63af476c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/e4dcf285ca084088b2ace4f63af476c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/e4dcf285ca084088b2ace4f63af476c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/e4dcf285ca084088b2ace4f63af476c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_de4cfbff-56c7-4869-a117-d426fd8712f4", "id": "23767cfc99294897b12a25f63c3cc95c"}, "audit_ids": ["surSyIIsTM2DdKuDt6QbKA"], "issued_at": "2018-10-22T15:36:17.000000Z"}} 2018-10-22 15:36:17,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 15:36:17,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0fc386eee545a9a3fa9533d15879603a2e61a576" 2018-10-22 15:36:17,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-92f2ef8e-c37e-42ea-8db7-ab44156c28be Date: Mon, 22 Oct 2018 15:36:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0a2f76b5-7093-4321-9f84-7588084b9e26","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"e4dcf285ca084088b2ace4f63af476c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T15:36:16Z","provider:segmentation_id":98,"name":"rally_sanity-net_de4cfbff-56c7-4869-a117-d426fd8712f4","admin_state_up":true,"tenant_id":"e4dcf285ca084088b2ace4f63af476c2","created_at":"2018-10-22T15:36:16Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 15:36:17,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-92f2ef8e-c37e-42ea-8db7-ab44156c28be 2018-10-22 15:36:17,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.234894037247s 2018-10-22 15:36:17,709 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-92f2ef8e-c37e-42ea-8db7-ab44156c28be 2018-10-22 15:36:17,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-22 15:36:17,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}0fc386eee545a9a3fa9533d15879603a2e61a576" -d '{"subnet": {"name": "rally_sanity-subnet_de4cfbff-56c7-4869-a117-d426fd8712f4", "enable_dhcp": true, "network_id": "0a2f76b5-7093-4321-9f84-7588084b9e26", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-22 15:36:18,349 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-d3a4b8fa-5c62-46e5-9fe2-a852214aefb1 Date: Mon, 22 Oct 2018 15:36:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a2f76b5-7093-4321-9f84-7588084b9e26","tenant_id":"e4dcf285ca084088b2ace4f63af476c2","created_at":"2018-10-22T15:36:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-22T15:36:17Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"e4dcf285ca084088b2ace4f63af476c2","id":"b4637631-e064-4eb6-adce-06caf5a3e49b","subnetpool_id":null,"name":"rally_sanity-subnet_de4cfbff-56c7-4869-a117-d426fd8712f4"}} 2018-10-22 15:36:18,349 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-d3a4b8fa-5c62-46e5-9fe2-a852214aefb1 2018-10-22 15:36:18,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.638725042343s 2018-10-22 15:36:18,349 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-d3a4b8fa-5c62-46e5-9fe2-a852214aefb1 2018-10-22 15:36:18,350 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-22T15:36:17Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'b4637631-e064-4eb6-adce-06caf5a3e49b', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_de4cfbff-56c7-4869-a117-d426fd8712f4', u'enable_dhcp': True, u'network_id': u'0a2f76b5-7093-4321-9f84-7588084b9e26', u'tenant_id': u'e4dcf285ca084088b2ace4f63af476c2', u'created_at': u'2018-10-22T15:36:17Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e4dcf285ca084088b2ace4f63af476c2'}) 2018-10-22 15:36:18,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-22 15:36:18,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}0fc386eee545a9a3fa9533d15879603a2e61a576" -d '{"router": {"external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f"}, "name": "rally_sanity-router_de4cfbff-56c7-4869-a117-d426fd8712f4", "admin_state_up": true}}' 2018-10-22 15:36:19,555 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-12f335a8-2dd2-44f7-a13d-f346e0a3e3b3 Date: Mon, 22 Oct 2018 15:36:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "e4dcf285ca084088b2ace4f63af476c2", "created_at": "2018-10-22T15:36:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T15:36:19Z", "revision_number": 2, "routes": [], "project_id": "e4dcf285ca084088b2ace4f63af476c2", "id": "cad62d3f-2340-47ff-a91a-47cf213ebd5f", "name": "rally_sanity-router_de4cfbff-56c7-4869-a117-d426fd8712f4"}} 2018-10-22 15:36:19,555 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-12f335a8-2dd2-44f7-a13d-f346e0a3e3b3 2018-10-22 15:36:19,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.20503687859s 2018-10-22 15:36:19,556 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-12f335a8-2dd2-44f7-a13d-f346e0a3e3b3 2018-10-22 15:36:19,556 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd6d0fc90-8c6a-4de4-b3d7-761cbba53606', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e4dcf285ca084088b2ace4f63af476c2', u'created_at': u'2018-10-22T15:36:18Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-10-22T15:36:19Z', u'revision_number': 2, u'routes': [], u'project_id': u'e4dcf285ca084088b2ace4f63af476c2', u'id': u'cad62d3f-2340-47ff-a91a-47cf213ebd5f', u'name': u'rally_sanity-router_de4cfbff-56c7-4869-a117-d426fd8712f4'}) 2018-10-22 15:36:19,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-22 15:36:19,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/cad62d3f-2340-47ff-a91a-47cf213ebd5f/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}0fc386eee545a9a3fa9533d15879603a2e61a576" -d '{"subnet_id": "b4637631-e064-4eb6-adce-06caf5a3e49b"}' 2018-10-22 15:36:21,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6cb2b627-38c3-4b2c-af6a-58027be2f2ff Date: Mon, 22 Oct 2018 15:36:21 GMT RESP BODY: {"network_id": "0a2f76b5-7093-4321-9f84-7588084b9e26", "tenant_id": "e4dcf285ca084088b2ace4f63af476c2", "subnet_id": "b4637631-e064-4eb6-adce-06caf5a3e49b", "subnet_ids": ["b4637631-e064-4eb6-adce-06caf5a3e49b"], "port_id": "247a9013-fe2e-4fdb-9641-69590ee9f247", "id": "cad62d3f-2340-47ff-a91a-47cf213ebd5f"} 2018-10-22 15:36:21,258 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/cad62d3f-2340-47ff-a91a-47cf213ebd5f/add_router_interface.json used request id req-6cb2b627-38c3-4b2c-af6a-58027be2f2ff 2018-10-22 15:36:21,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.70173192024s 2018-10-22 15:36:21,259 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/cad62d3f-2340-47ff-a91a-47cf213ebd5f/add_router_interface.json used request id req-6cb2b627-38c3-4b2c-af6a-58027be2f2ff returning object cad62d3f-2340-47ff-a91a-47cf213ebd5f 2018-10-22 15:36:21,259 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-22 15:36:21,392 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-22 15:36:21,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0fc386eee545a9a3fa9533d15879603a2e61a576" 2018-10-22 15:36:21,398 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 22 Oct 2018 15:36:21 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-10-22 15:36:21,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 15:36:21,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0fc386eee545a9a3fa9533d15879603a2e61a576" 2018-10-22 15:36:21,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c2452b07-e66f-41d4-9e56-df0609d21b5d Date: Mon, 22 Oct 2018 15:36:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 15:36:21,555 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-c2452b07-e66f-41d4-9e56-df0609d21b5d 2018-10-22 15:36:21,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.155281066895s 2018-10-22 15:36:21,556 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-c2452b07-e66f-41d4-9e56-df0609d21b5d 2018-10-22 15:36:21,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-22 15:36:21,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}0fc386eee545a9a3fa9533d15879603a2e61a576" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4"}' 2018-10-22 15:36:21,767 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc X-Openstack-Request-Id: req-b035e15b-f944-4d7e-b622-5d04aad90f2f Date: Mon, 22 Oct 2018 15:36:21 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc/file", "owner": "e4dcf285ca084088b2ace4f63af476c2", "id": "619c070f-5953-4c6d-a992-6bc461fdeafc", "size": null, "self": "/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:36:21Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4", "checksum": null, "created_at": "2018-10-22T15:36:21Z", "protected": false} 2018-10-22 15:36:21,767 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-b035e15b-f944-4d7e-b622-5d04aad90f2f 2018-10-22 15:36:21,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.209647893906s 2018-10-22 15:36:21,768 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-b035e15b-f944-4d7e-b622-5d04aad90f2f returning object 619c070f-5953-4c6d-a992-6bc461fdeafc 2018-10-22 15:36:21,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-22 15:36:21,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc/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}0fc386eee545a9a3fa9533d15879603a2e61a576" -d '' 2018-10-22 15:36:23,040 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0be33558-2fa4-41cc-bdab-e2c432a568e2 Date: Mon, 22 Oct 2018 15:36:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 15:36:23,040 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc/file used request id req-0be33558-2fa4-41cc-bdab-e2c432a568e2 2018-10-22 15:36:23,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.2718360424s 2018-10-22 15:36:23,041 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc/file used request id req-0be33558-2fa4-41cc-bdab-e2c432a568e2 2018-10-22 15:36:23,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 15:36:23,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0fc386eee545a9a3fa9533d15879603a2e61a576" 2018-10-22 15:36:23,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-d6c53862-e056-464b-afba-2b90b8496bc3 Date: Mon, 22 Oct 2018 15:36:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/619c070f-5953-4c6d-a992-6bc461fdeafc/snap", "metadata": {}}], "file": "/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc/file", "owner": "e4dcf285ca084088b2ace4f63af476c2", "id": "619c070f-5953-4c6d-a992-6bc461fdeafc", "size": 12716032, "self": "/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/619c070f-5953-4c6d-a992-6bc461fdeafc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:36:23Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T15:36:21Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 15:36:23,217 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d6c53862-e056-464b-afba-2b90b8496bc3 2018-10-22 15:36:23,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17600107193s 2018-10-22 15:36:23,218 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d6c53862-e056-464b-afba-2b90b8496bc3 2018-10-22 15:36:23,219 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/619c070f-5953-4c6d-a992-6bc461fdeafc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc/file', 'owner': u'e4dcf285ca084088b2ace4f63af476c2', 'id': u'619c070f-5953-4c6d-a992-6bc461fdeafc', 'size': 12716032, u'self': u'/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e4dcf285ca084088b2ace4f63af476c2', 'name': 'rally_sanity-project_de4cfbff-56c7-4869-a117-d426fd8712f4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/619c070f-5953-4c6d-a992-6bc461fdeafc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T15:36:23Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T15:36:23Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'created': u'2018-10-22T15:36:21Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T15:36:21Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 15:36:23,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-22 15:36:23,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-22 15:36:23,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b471b4cb-bf2a-47a0-bfaf-b565de9857fd x-compute-request-id: req-b471b4cb-bf2a-47a0-bfaf-b565de9857fd Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/fe5d3367-ccb8-4671-b0cb-4b6198493653", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/fe5d3367-ccb8-4671-b0cb-4b6198493653", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fe5d3367-ccb8-4671-b0cb-4b6198493653", "name": "rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:36:23,357 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-b471b4cb-bf2a-47a0-bfaf-b565de9857fd 2018-10-22 15:36:23,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.136749982834s 2018-10-22 15:36:23,357 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-b471b4cb-bf2a-47a0-bfaf-b565de9857fd returning object fe5d3367-ccb8-4671-b0cb-4b6198493653 2018-10-22 15:36:23,358 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4', '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'8ba7a6acf87944158b12f697f8414be6', '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'fe5d3367-ccb8-4671-b0cb-4b6198493653', 'swap': 0}) 2018-10-22 15:36:23,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-22 15:36:23,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/fe5d3367-ccb8-4671-b0cb-4b6198493653/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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" -d '{"extra_specs": {}}' 2018-10-22 15:36:23,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15:36:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-997a0fec-a658-4f55-bba3-d0659e423f5e x-compute-request-id: req-997a0fec-a658-4f55-bba3-d0659e423f5e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-22 15:36:23,382 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/fe5d3367-ccb8-4671-b0cb-4b6198493653/os-extra_specs used request id req-997a0fec-a658-4f55-bba3-d0659e423f5e 2018-10-22 15:36:23,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.022686958313s 2018-10-22 15:36:23,382 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/fe5d3367-ccb8-4671-b0cb-4b6198493653/os-extra_specs used request id req-997a0fec-a658-4f55-bba3-d0659e423f5e 2018-10-22 15:36:23,382 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 15:36:25,927 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-22 15:36:25.496 223 INFO rally.deployment.engine [-] Deployment f1681f8b-6c7d-43d2-a9b7-2901630a7ea2 | Starting: Destroy cloud and free allocated resources. 2018-10-22 15:36:25.584 223 INFO rally.deployment.engine [-] Deployment f1681f8b-6c7d-43d2-a9b7-2901630a7ea2 | Completed: Destroy cloud and free allocated resources. 2018-10-22 15:36:25.626 223 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=b3da73a5-2bda-42df-ad55-bc499d6a3dfa) for deployment 'opnfv-rally'. 2018-10-22 15:36:25.643 223 INFO rally.api [-] Deleting verification (UUID=aed7aec7-ac44-4cf1-91da-f5403542d3ca). 2018-10-22 15:36:25.696 223 INFO rally.api [-] Verification has been successfully deleted! 2018-10-22 15:36:25.697 223 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b3da73a5-2bda-42df-ad55-bc499d6a3dfa). 2018-10-22 15:36:25.704 223 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-22 15:36:28,280 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 15:36:28.020 226 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=684f42d8-8746-407b-854e-152716a81658) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 684f42d8-8746-407b-854e-152716a81658 | 2018-10-22T15:36:27 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 684f42d8-8746-407b-854e-152716a81658 ~/.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-10-22 15:36:31,695 - 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-10-22 15:36:31,696 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-10-22 15:36:31,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-22 15:36:31,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0fc386eee545a9a3fa9533d15879603a2e61a576" 2018-10-22 15:36:31,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-5cf401c8-1eac-4d9c-ae8f-d197f7be5ef8 x-compute-request-id: req-5cf401c8-1eac-4d9c-ae8f-d197f7be5ef8 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 197}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-22 15:36:31,874 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-5cf401c8-1eac-4d9c-ae8f-d197f7be5ef8 2018-10-22 15:36:31,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.176606893539s 2018-10-22 15:36:31,874 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-5cf401c8-1eac-4d9c-ae8f-d197f7be5ef8 2018-10-22 15:36:31,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-22 15:36:31,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_de4cfbff-56c7-4869-a117-d426fd8712f4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-22 15:36:31,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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-ee7b46bf-dc56-4e54-b504-dfa44a5f73d3 x-compute-request-id: req-ee7b46bf-dc56-4e54-b504-dfa44a5f73d3 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/5ed756e3-b138-4bc3-bf0c-f1541aaf9dbd", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/5ed756e3-b138-4bc3-bf0c-f1541aaf9dbd", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5ed756e3-b138-4bc3-bf0c-f1541aaf9dbd", "name": "rally_sanity-flavor_alt_de4cfbff-56c7-4869-a117-d426fd8712f4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 15:36:31,945 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-ee7b46bf-dc56-4e54-b504-dfa44a5f73d3 2018-10-22 15:36:31,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0695760250092s 2018-10-22 15:36:31,945 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-ee7b46bf-dc56-4e54-b504-dfa44a5f73d3 returning object 5ed756e3-b138-4bc3-bf0c-f1541aaf9dbd 2018-10-22 15:36:31,946 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_de4cfbff-56c7-4869-a117-d426fd8712f4', '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'8ba7a6acf87944158b12f697f8414be6', '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'5ed756e3-b138-4bc3-bf0c-f1541aaf9dbd', 'swap': 0}) 2018-10-22 15:36:31,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-22 15:36:31,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/5ed756e3-b138-4bc3-bf0c-f1541aaf9dbd/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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" -d '{"extra_specs": {}}' 2018-10-22 15:36:31,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 15: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 x-openstack-request-id: req-b6b6458d-f2dd-4b97-8c07-5fae81c61f22 x-compute-request-id: req-b6b6458d-f2dd-4b97-8c07-5fae81c61f22 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-22 15:36:31,969 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/5ed756e3-b138-4bc3-bf0c-f1541aaf9dbd/os-extra_specs used request id req-b6b6458d-f2dd-4b97-8c07-5fae81c61f22 2018-10-22 15:36:31,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0217578411102s 2018-10-22 15:36:31,969 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/5ed756e3-b138-4bc3-bf0c-f1541aaf9dbd/os-extra_specs used request id req-b6b6458d-f2dd-4b97-8c07-5fae81c61f22 2018-10-22 15:36:31,970 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_de4cfbff-56c7-4869-a117-d426fd8712f4', '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'8ba7a6acf87944158b12f697f8414be6', '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'5ed756e3-b138-4bc3-bf0c-f1541aaf9dbd', 'swap': 0}) 2018-10-22 15:36:31,970 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-10-22 15:36:31,970 - 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-10-22 15:36:31,971 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 15:36:31,988 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 15:36:31,989 - 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': '0a2f76b5-7093-4321-9f84-7588084b9e26', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'flavor_name': 'rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4', '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_de4cfbff-56c7-4869-a117-d426fd8712f4', '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-10-22 15:37:32,936 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f8db33ee-452f-4517-b9ec-6c18e0cd65b7 2018-10-22 15:37:32,937 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-10-22 15:37:32,938 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f8db33ee-452f-4517-b9ec-6c18e0cd65b7'] 2018-10-22 15:37:33,902 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f8db33ee-452f-4517-b9ec-6c18e0cd65b7 -------------------------------------------------------------------------------- Task f8db33ee-452f-4517-b9ec-6c18e0cd65b7: 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 f8db33ee-452f-4517-b9ec-6c18e0cd65b7 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.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | total | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | -> duration | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.476446 Full duration: 7.246241 -------------------------------------------------------------------------------- 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 f8db33ee-452f-4517-b9ec-6c18e0cd65b7 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.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 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.780693 Full duration: 8.006737 -------------------------------------------------------------------------------- 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 f8db33ee-452f-4517-b9ec-6c18e0cd65b7 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.51 | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 100.0% | 1 | | total | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> duration | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.928189 Full duration: 7.803802 -------------------------------------------------------------------------------- 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 f8db33ee-452f-4517-b9ec-6c18e0cd65b7 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.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | total | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> duration | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.783525 Full duration: 7.788305 -------------------------------------------------------------------------------- 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 f8db33ee-452f-4517-b9ec-6c18e0cd65b7 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.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | total | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> duration | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.928143 Full duration: 8.048142 -------------------------------------------------------------------------------- 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 f8db33ee-452f-4517-b9ec-6c18e0cd65b7 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.213 | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 100.0% | 1 | | total | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | -> duration | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.670377 Full duration: 7.716993 HINTS: * To plot HTML graphics with this data, run: rally task report f8db33ee-452f-4517-b9ec-6c18e0cd65b7 --out output.html * To generate a JUnit report, run: rally task export f8db33ee-452f-4517-b9ec-6c18e0cd65b7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f8db33ee-452f-4517-b9ec-6c18e0cd65b7 --json --out output.json 2018-10-22 15:37:33,902 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f8db33ee-452f-4517-b9ec-6c18e0cd65b7', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-10-22 15:37:36,186 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f8db33ee-452f-4517-b9ec-6c18e0cd65b7 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-10-22 15:37:36.080 834 INFO rally.api [-] Building 'json' report for the following task(s): 'f8db33ee-452f-4517-b9ec-6c18e0cd65b7'. 2018-10-22 15:37:36.085 834 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:37:36,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f8db33ee-452f-4517-b9ec-6c18e0cd65b7', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-10-22 15:37:38,418 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f8db33ee-452f-4517-b9ec-6c18e0cd65b7 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-10-22 15:37:38.292 837 INFO rally.api [-] Building 'html' report for the following task(s): 'f8db33ee-452f-4517-b9ec-6c18e0cd65b7'. 2018-10-22 15:37:38.316 837 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:37:38,426 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-10-22 15:37:38,426 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-10-22 15:37:38,426 - 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-10-22 15:37:38,426 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 15:37:38,443 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 15:37:38,444 - 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': '0a2f76b5-7093-4321-9f84-7588084b9e26', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'flavor_name': 'rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4', '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_de4cfbff-56c7-4869-a117-d426fd8712f4', '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-10-22 15:39:18,990 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : aca097e3-82cd-4700-afc8-70bd189486b7 2018-10-22 15:39:18,991 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'aca097e3-82cd-4700-afc8-70bd189486b7'] 2018-10-22 15:39:19,962 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid aca097e3-82cd-4700-afc8-70bd189486b7 -------------------------------------------------------------------------------- Task aca097e3-82cd-4700-afc8-70bd189486b7: 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 aca097e3-82cd-4700-afc8-70bd189486b7 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 5.013 | 5.013 | 5.013 | 5.013 | 5.013 | 5.013 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> glance_v2.upload_data | 2.038 | 2.038 | 2.038 | 2.038 | 2.038 | 2.038 | 100.0% | 1 | | glance_v2.delete_image | 1.211 | 1.211 | 1.211 | 1.211 | 1.211 | 1.211 | 100.0% | 1 | | total | 6.224 | 6.224 | 6.224 | 6.224 | 6.224 | 6.224 | 100.0% | 1 | | -> duration | 6.224 | 6.224 | 6.224 | 6.224 | 6.224 | 6.224 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.22413 Full duration: 14.639009 -------------------------------------------------------------------------------- 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 aca097e3-82cd-4700-afc8-70bd189486b7 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.772 | 4.772 | 4.772 | 4.772 | 4.772 | 4.772 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | -> glance_v2.upload_data | 1.733 | 1.733 | 1.733 | 1.733 | 1.733 | 1.733 | 100.0% | 1 | | glance_v2.list_images | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 100.0% | 1 | | total | 4.805 | 4.805 | 4.805 | 4.805 | 4.805 | 4.805 | 100.0% | 1 | | -> duration | 4.805 | 4.805 | 4.805 | 4.805 | 4.805 | 4.805 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.805214 Full duration: 17.242604 -------------------------------------------------------------------------------- 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 aca097e3-82cd-4700-afc8-70bd189486b7 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.331 | 0.331 | 0.331 | 0.331 | 0.331 | 0.331 | 100.0% | 1 | | total | 0.331 | 0.331 | 0.331 | 0.331 | 0.331 | 0.331 | 100.0% | 1 | | -> duration | 0.331 | 0.331 | 0.331 | 0.331 | 0.331 | 0.331 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.33074 Full duration: 8.530821 -------------------------------------------------------------------------------- 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_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "number_instances": 2, "nics": [ { "net-id": "0a2f76b5-7093-4321-9f84-7588084b9e26" } ] }, "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 aca097e3-82cd-4700-afc8-70bd189486b7 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.141 | 4.141 | 4.141 | 4.141 | 4.141 | 4.141 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> glance_v2.upload_data | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 100.0% | 1 | | nova.boot_servers | 13.232 | 13.232 | 13.232 | 13.232 | 13.232 | 13.232 | 100.0% | 1 | | total | 17.375 | 17.375 | 17.375 | 17.375 | 17.375 | 17.375 | 100.0% | 1 | | -> duration | 16.375 | 16.375 | 16.375 | 16.375 | 16.375 | 16.375 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.37458 Full duration: 41.350643 HINTS: * To plot HTML graphics with this data, run: rally task report aca097e3-82cd-4700-afc8-70bd189486b7 --out output.html * To generate a JUnit report, run: rally task export aca097e3-82cd-4700-afc8-70bd189486b7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report aca097e3-82cd-4700-afc8-70bd189486b7 --json --out output.json 2018-10-22 15:39:19,963 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'aca097e3-82cd-4700-afc8-70bd189486b7', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-10-22 15:39:22,138 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid aca097e3-82cd-4700-afc8-70bd189486b7 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-10-22 15:39:22.032 1390 INFO rally.api [-] Building 'json' report for the following task(s): 'aca097e3-82cd-4700-afc8-70bd189486b7'. 2018-10-22 15:39:22.037 1390 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:39:22,139 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'aca097e3-82cd-4700-afc8-70bd189486b7', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-10-22 15:39:24,398 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid aca097e3-82cd-4700-afc8-70bd189486b7 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-10-22 15:39:24.276 1393 INFO rally.api [-] Building 'html' report for the following task(s): 'aca097e3-82cd-4700-afc8-70bd189486b7'. 2018-10-22 15:39:24.298 1393 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:39:24,404 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-10-22 15:39:24,404 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-10-22 15:39:24,405 - 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-10-22 15:39:24,405 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 15:39:24,422 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 15:39:24,430 - 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': '0a2f76b5-7093-4321-9f84-7588084b9e26', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'flavor_name': 'rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4', '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_de4cfbff-56c7-4869-a117-d426fd8712f4', '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-10-22 15:42:44,047 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d671c127-974c-4971-a3d3-57405ae381af 2018-10-22 15:42:44,048 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd671c127-974c-4971-a3d3-57405ae381af'] 2018-10-22 15:42:45,030 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d671c127-974c-4971-a3d3-57405ae381af -------------------------------------------------------------------------------- Task d671c127-974c-4971-a3d3-57405ae381af: 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 d671c127-974c-4971-a3d3-57405ae381af 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.268 | 3.268 | 3.268 | 3.268 | 3.268 | 3.268 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.23 | 3.23 | 3.23 | 3.23 | 3.23 | 3.23 | 100.0% | 1 | | total | 6.498 | 6.498 | 6.498 | 6.498 | 6.498 | 6.498 | 100.0% | 1 | | -> duration | 6.498 | 6.498 | 6.498 | 6.498 | 6.498 | 6.498 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.498343 Full duration: 24.238005 -------------------------------------------------------------------------------- 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 d671c127-974c-4971-a3d3-57405ae381af 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.262 | 3.262 | 3.262 | 3.262 | 3.262 | 3.262 | 100.0% | 1 | | cinder_v2.delete_volume | 2.548 | 2.548 | 2.548 | 2.548 | 2.548 | 2.548 | 100.0% | 1 | | total | 5.81 | 5.81 | 5.81 | 5.81 | 5.81 | 5.81 | 100.0% | 1 | | -> duration | 5.81 | 5.81 | 5.81 | 5.81 | 5.81 | 5.81 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.810389 Full duration: 16.037466 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task d671c127-974c-4971-a3d3-57405ae381af 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.522 | 8.522 | 8.522 | 8.522 | 8.522 | 8.522 | 100.0% | 1 | | cinder_v2.delete_volume | 2.591 | 2.591 | 2.591 | 2.591 | 2.591 | 2.591 | 100.0% | 1 | | total | 11.114 | 11.114 | 11.114 | 11.114 | 11.114 | 11.114 | 100.0% | 1 | | -> duration | 11.114 | 11.114 | 11.114 | 11.114 | 11.114 | 11.114 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.114343 Full duration: 22.06597 -------------------------------------------------------------------------------- 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 d671c127-974c-4971-a3d3-57405ae381af 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.153 | 3.153 | 3.153 | 3.153 | 3.153 | 3.153 | 100.0% | 1 | | cinder_v2.delete_volume | 2.628 | 2.628 | 2.628 | 2.628 | 2.628 | 2.628 | 100.0% | 1 | | total | 5.781 | 5.781 | 5.781 | 5.781 | 5.781 | 5.781 | 100.0% | 1 | | -> duration | 5.781 | 5.781 | 5.781 | 5.781 | 5.781 | 5.781 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.780819 Full duration: 15.976301 -------------------------------------------------------------------------------- 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 d671c127-974c-4971-a3d3-57405ae381af 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.123 | 3.123 | 3.123 | 3.123 | 3.123 | 3.123 | 100.0% | 1 | | cinder_v2.extend_volume | 2.766 | 2.766 | 2.766 | 2.766 | 2.766 | 2.766 | 100.0% | 1 | | cinder_v2.delete_volume | 2.493 | 2.493 | 2.493 | 2.493 | 2.493 | 2.493 | 100.0% | 1 | | total | 8.382 | 8.382 | 8.382 | 8.382 | 8.382 | 8.382 | 100.0% | 1 | | -> duration | 8.382 | 8.382 | 8.382 | 8.382 | 8.382 | 8.382 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.382393 Full duration: 18.623927 -------------------------------------------------------------------------------- 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 d671c127-974c-4971-a3d3-57405ae381af 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.291 | 3.291 | 3.291 | 3.291 | 3.291 | 3.291 | 100.0% | 1 | | cinder_v2.delete_volume | 2.616 | 2.616 | 2.616 | 2.616 | 2.616 | 2.616 | 100.0% | 1 | | total | 5.907 | 5.907 | 5.907 | 5.907 | 5.907 | 5.907 | 100.0% | 1 | | -> duration | 5.907 | 5.907 | 5.907 | 5.907 | 5.907 | 5.907 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.907137 Full duration: 23.166758 -------------------------------------------------------------------------------- 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 d671c127-974c-4971-a3d3-57405ae381af 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.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | cinder_v2.list_qos | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | total | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 100.0% | 1 | | -> duration | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.409989 Full duration: 13.153765 -------------------------------------------------------------------------------- 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 d671c127-974c-4971-a3d3-57405ae381af 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.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | cinder_v2.set_qos | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | total | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | -> duration | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.904425 Full duration: 12.755346 -------------------------------------------------------------------------------- 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 d671c127-974c-4971-a3d3-57405ae381af 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.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | cinder_v2.list_types | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> duration | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.788187 Full duration: 12.955608 -------------------------------------------------------------------------------- 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 d671c127-974c-4971-a3d3-57405ae381af 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.645 | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 100.0% | 1 | | total | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 100.0% | 1 | | -> duration | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.869736 Full duration: 12.745902 HINTS: * To plot HTML graphics with this data, run: rally task report d671c127-974c-4971-a3d3-57405ae381af --out output.html * To generate a JUnit report, run: rally task export d671c127-974c-4971-a3d3-57405ae381af --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d671c127-974c-4971-a3d3-57405ae381af --json --out output.json 2018-10-22 15:42:45,030 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd671c127-974c-4971-a3d3-57405ae381af', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-10-22 15:42:47,301 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d671c127-974c-4971-a3d3-57405ae381af --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-10-22 15:42:47.184 3182 INFO rally.api [-] Building 'json' report for the following task(s): 'd671c127-974c-4971-a3d3-57405ae381af'. 2018-10-22 15:42:47.193 3182 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:42:47,302 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd671c127-974c-4971-a3d3-57405ae381af', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-10-22 15:42:49,506 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d671c127-974c-4971-a3d3-57405ae381af --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-10-22 15:42:49.384 3185 INFO rally.api [-] Building 'html' report for the following task(s): 'd671c127-974c-4971-a3d3-57405ae381af'. 2018-10-22 15:42:49.413 3185 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:42:49,517 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-10-22 15:42:49,517 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-10-22 15:42:49,517 - 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-10-22 15:42:49,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 15:42:49,533 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 15:42:49,533 - 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': '0a2f76b5-7093-4321-9f84-7588084b9e26', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'flavor_name': 'rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4', '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_de4cfbff-56c7-4869-a117-d426fd8712f4', '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-10-22 15:44:11,030 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 2018-10-22 15:44:11,031 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '0eb27bd1-258f-4018-9f1f-c3b6035e2ce4'] 2018-10-22 15:44:12,025 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 -------------------------------------------------------------------------------- Task 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4: 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 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 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.update_stack | 2.71 | 2.71 | 2.71 | 2.71 | 2.71 | 2.71 | 100.0% | 1 | | heat.delete_stack | 3.767 | 3.767 | 3.767 | 3.767 | 3.767 | 3.767 | 100.0% | 1 | | total | 11.15 | 11.15 | 11.15 | 11.15 | 11.15 | 11.15 | 100.0% | 1 | | -> duration | 7.15 | 7.15 | 7.15 | 7.15 | 7.15 | 7.15 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.150406 Full duration: 19.749405 -------------------------------------------------------------------------------- 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 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.136 | 5.136 | 5.136 | 5.136 | 5.136 | 5.136 | 100.0% | 1 | | heat.check_stack | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 100.0% | 1 | | heat.delete_stack | 2.503 | 2.503 | 2.503 | 2.503 | 2.503 | 2.503 | 100.0% | 1 | | total | 8.573 | 8.573 | 8.573 | 8.573 | 8.573 | 8.573 | 100.0% | 1 | | -> duration | 6.573 | 6.573 | 6.573 | 6.573 | 6.573 | 6.573 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.57288 Full duration: 16.938781 -------------------------------------------------------------------------------- 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 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 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.494 | 4.494 | 4.494 | 4.494 | 4.494 | 4.494 | 100.0% | 1 | | heat.suspend_stack | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 100.0% | 1 | | heat.resume_stack | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | heat.delete_stack | 2.535 | 2.535 | 2.535 | 2.535 | 2.535 | 2.535 | 100.0% | 1 | | total | 8.307 | 8.307 | 8.307 | 8.307 | 8.307 | 8.307 | 100.0% | 1 | | -> duration | 6.307 | 6.307 | 6.307 | 6.307 | 6.307 | 6.307 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.306766 Full duration: 16.780507 -------------------------------------------------------------------------------- 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 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 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.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | total | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | -> duration | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.554975 Full duration: 8.673152 HINTS: * To plot HTML graphics with this data, run: rally task report 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 --out output.html * To generate a JUnit report, run: rally task export 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 --json --out output.json 2018-10-22 15:44:12,025 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '0eb27bd1-258f-4018-9f1f-c3b6035e2ce4', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-10-22 15:44:14,127 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-10-22 15:44:14.028 3918 INFO rally.api [-] Building 'json' report for the following task(s): '0eb27bd1-258f-4018-9f1f-c3b6035e2ce4'. 2018-10-22 15:44:14.033 3918 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:44:14,127 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '0eb27bd1-258f-4018-9f1f-c3b6035e2ce4', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-10-22 15:44:16,270 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 0eb27bd1-258f-4018-9f1f-c3b6035e2ce4 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-10-22 15:44:16.155 3921 INFO rally.api [-] Building 'html' report for the following task(s): '0eb27bd1-258f-4018-9f1f-c3b6035e2ce4'. 2018-10-22 15:44:16.177 3921 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:44:16,274 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-10-22 15:44:16,274 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-10-22 15:44:16,275 - 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-10-22 15:44:16,275 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 15:44:16,289 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 15:44:16,290 - 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': '0a2f76b5-7093-4321-9f84-7588084b9e26', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'flavor_name': 'rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4', '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_de4cfbff-56c7-4869-a117-d426fd8712f4', '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-10-22 15:47:33,191 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dde0743e-ce19-4c52-a433-8a6328cf3e9d 2018-10-22 15:47:33,191 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'dde0743e-ce19-4c52-a433-8a6328cf3e9d'] 2018-10-22 15:47:34,244 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid dde0743e-ce19-4c52-a433-8a6328cf3e9d -------------------------------------------------------------------------------- Task dde0743e-ce19-4c52-a433-8a6328cf3e9d: 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 dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | keystone_v3.add_role | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | keystone_v3.revoke_role | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 100.0% | 1 | | total | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> duration | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.779519 Full duration: 14.860032 -------------------------------------------------------------------------------- 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 dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.506 | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 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.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> duration | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.73684 Full duration: 15.009582 -------------------------------------------------------------------------------- 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 dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | keystone_v3.list_projects | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | total | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> duration | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.789005 Full duration: 14.600947 -------------------------------------------------------------------------------- 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 dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | keystone_v3.delete_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | -> duration | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.616079 Full duration: 12.396718 -------------------------------------------------------------------------------- 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 dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.512 | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 100.0% | 1 | | keystone_v3.delete_service | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | total | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | -> duration | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.614417 Full duration: 12.298216 -------------------------------------------------------------------------------- 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 dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | keystone_v3.create_user | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | -> keystone_v3.add_role | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | keystone_v3.create_role | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_project | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.get_user | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.get_role | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.list_services | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.get_services | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | total | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 100.0% | 1 | | -> duration | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.902686 Full duration: 19.996428 -------------------------------------------------------------------------------- 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 dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | keystone_v3.update_project | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | keystone_v3.delete_project | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | total | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | -> duration | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.878573 Full duration: 12.746196 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | total | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> duration | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.792731 Full duration: 15.019601 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | total | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> duration | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.676974 Full duration: 14.597859 -------------------------------------------------------------------------------- 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 dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | keystone_v3.list_users | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | -> duration | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.875561 Full duration: 14.752368 -------------------------------------------------------------------------------- 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 dde0743e-ce19-4c52-a433-8a6328cf3e9d 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.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | keystone_v3.create_users | 4.984 | 4.984 | 4.984 | 4.984 | 4.984 | 4.984 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.983 | 4.983 | 4.983 | 4.983 | 4.983 | 4.983 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 100.0% | 1 | | total | 6.649 | 6.649 | 6.649 | 6.649 | 6.649 | 6.649 | 100.0% | 1 | | -> duration | 6.649 | 6.649 | 6.649 | 6.649 | 6.649 | 6.649 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.64882 Full duration: 23.042452 HINTS: * To plot HTML graphics with this data, run: rally task report dde0743e-ce19-4c52-a433-8a6328cf3e9d --out output.html * To generate a JUnit report, run: rally task export dde0743e-ce19-4c52-a433-8a6328cf3e9d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dde0743e-ce19-4c52-a433-8a6328cf3e9d --json --out output.json 2018-10-22 15:47:34,245 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'dde0743e-ce19-4c52-a433-8a6328cf3e9d', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-10-22 15:47:36,532 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid dde0743e-ce19-4c52-a433-8a6328cf3e9d --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-10-22 15:47:36.420 5836 INFO rally.api [-] Building 'json' report for the following task(s): 'dde0743e-ce19-4c52-a433-8a6328cf3e9d'. 2018-10-22 15:47:36.430 5836 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:47:36,532 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'dde0743e-ce19-4c52-a433-8a6328cf3e9d', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-10-22 15:47:38,700 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid dde0743e-ce19-4c52-a433-8a6328cf3e9d --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-10-22 15:47:38.568 5839 INFO rally.api [-] Building 'html' report for the following task(s): 'dde0743e-ce19-4c52-a433-8a6328cf3e9d'. 2018-10-22 15:47:38.599 5839 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:47:38,713 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-10-22 15:47:38,713 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-10-22 15:47:38,714 - 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-10-22 15:47:38,714 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 15:47:38,729 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 15:47:38,738 - 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': '0a2f76b5-7093-4321-9f84-7588084b9e26', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'flavor_name': 'rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4', '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_de4cfbff-56c7-4869-a117-d426fd8712f4', '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-10-22 15:52:54,802 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9b59f8cd-9c15-4427-9244-75d48e02e413 2018-10-22 15:52:54,803 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '9b59f8cd-9c15-4427-9244-75d48e02e413'] 2018-10-22 15:52:55,862 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 9b59f8cd-9c15-4427-9244-75d48e02e413 -------------------------------------------------------------------------------- Task 9b59f8cd-9c15-4427-9244-75d48e02e413: 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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.083 | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 100.0% | 1 | | neutron.delete_network | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 100.0% | 1 | | total | 2.096 | 2.096 | 2.096 | 2.096 | 2.096 | 2.096 | 100.0% | 1 | | -> duration | 2.096 | 2.096 | 2.096 | 2.096 | 2.096 | 2.096 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.096249 Full duration: 15.23231 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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.303 | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 100.0% | 1 | | neutron.delete_port | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | total | 1.897 | 1.897 | 1.897 | 1.897 | 1.897 | 1.897 | 100.0% | 1 | | -> duration | 1.897 | 1.897 | 1.897 | 1.897 | 1.897 | 1.897 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.896998 Full duration: 28.554799 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | neutron.create_subnet | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | neutron.create_router | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | neutron.add_interface_router | 1.643 | 1.643 | 1.643 | 1.643 | 1.643 | 1.643 | 100.0% | 1 | | neutron.remove_interface_router | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 100.0% | 1 | | neutron.delete_router | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | total | 5.355 | 5.355 | 5.355 | 5.355 | 5.355 | 5.355 | 100.0% | 1 | | -> duration | 5.355 | 5.355 | 5.355 | 5.355 | 5.355 | 5.355 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.355146 Full duration: 37.106662 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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.219 | 1.219 | 1.219 | 1.219 | 1.219 | 1.219 | 100.0% | 1 | | neutron.delete_subnet | 1.305 | 1.305 | 1.305 | 1.305 | 1.305 | 1.305 | 100.0% | 1 | | total | 2.525 | 2.525 | 2.525 | 2.525 | 2.525 | 2.525 | 100.0% | 1 | | -> duration | 2.525 | 2.525 | 2.525 | 2.525 | 2.525 | 2.525 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.524532 Full duration: 30.32907 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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.191 | 1.191 | 1.191 | 1.191 | 1.191 | 1.191 | 100.0% | 1 | | neutron.list_networks | 0.261 | 0.261 | 0.261 | 0.261 | 0.261 | 0.261 | 100.0% | 1 | | total | 1.452 | 1.452 | 1.452 | 1.452 | 1.452 | 1.452 | 100.0% | 1 | | -> duration | 1.452 | 1.452 | 1.452 | 1.452 | 1.452 | 1.452 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.452269 Full duration: 17.052199 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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.336 | 1.336 | 1.336 | 1.336 | 1.336 | 1.336 | 100.0% | 1 | | neutron.list_ports | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 100.0% | 1 | | total | 1.605 | 1.605 | 1.605 | 1.605 | 1.605 | 1.605 | 100.0% | 1 | | -> duration | 1.605 | 1.605 | 1.605 | 1.605 | 1.605 | 1.605 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.604847 Full duration: 28.412623 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | neutron.create_subnet | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 100.0% | 1 | | neutron.create_router | 0.295 | 0.295 | 0.295 | 0.295 | 0.295 | 0.295 | 100.0% | 1 | | neutron.add_interface_router | 1.731 | 1.731 | 1.731 | 1.731 | 1.731 | 1.731 | 100.0% | 1 | | neutron.list_routers | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 100.0% | 1 | | total | 3.558 | 3.558 | 3.558 | 3.558 | 3.558 | 3.558 | 100.0% | 1 | | -> duration | 3.558 | 3.558 | 3.558 | 3.558 | 3.558 | 3.558 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.557806 Full duration: 37.451593 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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.998 | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 100.0% | 1 | | neutron.create_subnet | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 100.0% | 1 | | neutron.list_subnets | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 100.0% | 1 | | total | 2.046 | 2.046 | 2.046 | 2.046 | 2.046 | 2.046 | 100.0% | 1 | | -> duration | 2.046 | 2.046 | 2.046 | 2.046 | 2.046 | 2.046 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.046292 Full duration: 35.850146 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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.981 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 100.0% | 1 | | neutron.delete_security_group | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 100.0% | 1 | | total | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 100.0% | 1 | | -> duration | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.274218 Full duration: 14.559974 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | neutron.create_security_group_rule | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 100.0% | 1 | | neutron.delete_security_group | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 100.0% | 1 | | total | 1.819 | 1.819 | 1.819 | 1.819 | 1.819 | 1.819 | 100.0% | 1 | | -> duration | 1.819 | 1.819 | 1.819 | 1.819 | 1.819 | 1.819 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.818608 Full duration: 14.707823 -------------------------------------------------------------------------------- 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 9b59f8cd-9c15-4427-9244-75d48e02e413 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.971 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 100.0% | 1 | | neutron.create_router | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | neutron.add_gateway_router | 1.837 | 1.837 | 1.837 | 1.837 | 1.837 | 1.837 | 100.0% | 1 | | neutron.remove_gateway_router | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | total | 3.897 | 3.897 | 3.897 | 3.897 | 3.897 | 3.897 | 100.0% | 1 | | -> duration | 3.897 | 3.897 | 3.897 | 3.897 | 3.897 | 3.897 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.89687 Full duration: 24.487736 HINTS: * To plot HTML graphics with this data, run: rally task report 9b59f8cd-9c15-4427-9244-75d48e02e413 --out output.html * To generate a JUnit report, run: rally task export 9b59f8cd-9c15-4427-9244-75d48e02e413 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9b59f8cd-9c15-4427-9244-75d48e02e413 --json --out output.json 2018-10-22 15:52:55,863 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '9b59f8cd-9c15-4427-9244-75d48e02e413', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-10-22 15:52:58,054 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 9b59f8cd-9c15-4427-9244-75d48e02e413 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-10-22 15:52:57.936 9134 INFO rally.api [-] Building 'json' report for the following task(s): '9b59f8cd-9c15-4427-9244-75d48e02e413'. 2018-10-22 15:52:57.946 9134 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:52:58,054 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '9b59f8cd-9c15-4427-9244-75d48e02e413', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-10-22 15:53:00,247 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 9b59f8cd-9c15-4427-9244-75d48e02e413 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-10-22 15:53:00.126 9137 INFO rally.api [-] Building 'html' report for the following task(s): '9b59f8cd-9c15-4427-9244-75d48e02e413'. 2018-10-22 15:53:00.157 9137 INFO rally.api [-] The report has been successfully built. 2018-10-22 15:53:00,261 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-10-22 15:53:00,261 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-10-22 15:53:00,262 - 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-10-22 15:53:00,262 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 15:53:00,278 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 15:53:00,279 - 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': '0a2f76b5-7093-4321-9f84-7588084b9e26', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'flavor_name': 'rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4', '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_de4cfbff-56c7-4869-a117-d426fd8712f4', '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-10-22 15:59:59,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 04833790-6932-4157-807b-05d3a7f1efca 2018-10-22 15:59:59,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '04833790-6932-4157-807b-05d3a7f1efca'] 2018-10-22 16:00:00,663 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 04833790-6932-4157-807b-05d3a7f1efca -------------------------------------------------------------------------------- Task 04833790-6932-4157-807b-05d3a7f1efca: 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_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "image": { "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "block_migration": false, "nics": [ { "net-id": "0a2f76b5-7093-4321-9f84-7588084b9e26" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 04833790-6932-4157-807b-05d3a7f1efca 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.43 | 9.43 | 9.43 | 9.43 | 9.43 | 9.43 | 100.0% | 1 | | nova.find_host_to_migrate | 1.567 | 1.567 | 1.567 | 1.567 | 1.567 | 1.567 | 100.0% | 1 | | nova.live_migrate | 13.346 | 13.346 | 13.346 | 13.346 | 13.346 | 13.346 | 100.0% | 1 | | nova.delete_server | 2.937 | 2.937 | 2.937 | 2.937 | 2.937 | 2.937 | 100.0% | 1 | | total | 27.279 | 27.279 | 27.279 | 27.279 | 27.279 | 27.279 | 100.0% | 1 | | -> duration | 26.279 | 26.279 | 26.279 | 26.279 | 26.279 | 26.279 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.27917 Full duration: 37.372837 -------------------------------------------------------------------------------- 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_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "image": { "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "0a2f76b5-7093-4321-9f84-7588084b9e26" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 04833790-6932-4157-807b-05d3a7f1efca 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.751 | 9.751 | 9.751 | 9.751 | 9.751 | 9.751 | 100.0% | 1 | | cinder_v2.create_volume | 2.756 | 2.756 | 2.756 | 2.756 | 2.756 | 2.756 | 100.0% | 1 | | nova.attach_volume | 4.186 | 4.186 | 4.186 | 4.186 | 4.186 | 4.186 | 100.0% | 1 | | nova.find_host_to_migrate | 1.483 | 1.483 | 1.483 | 1.483 | 1.483 | 1.483 | 100.0% | 1 | | nova.live_migrate | 13.941 | 13.941 | 13.941 | 13.941 | 13.941 | 13.941 | 100.0% | 1 | | nova.detach_volume | 4.208 | 4.208 | 4.208 | 4.208 | 4.208 | 4.208 | 100.0% | 1 | | cinder_v2.delete_volume | 2.454 | 2.454 | 2.454 | 2.454 | 2.454 | 2.454 | 100.0% | 1 | | nova.delete_server | 3.7 | 3.7 | 3.7 | 3.7 | 3.7 | 3.7 | 100.0% | 1 | | total | 42.48 | 42.48 | 42.48 | 42.48 | 42.48 | 42.48 | 100.0% | 1 | | -> duration | 41.48 | 41.48 | 41.48 | 41.48 | 41.48 | 41.48 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 41.480307 Full duration: 54.673671 -------------------------------------------------------------------------------- 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_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "image": { "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "0a2f76b5-7093-4321-9f84-7588084b9e26" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 04833790-6932-4157-807b-05d3a7f1efca 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.826 | 8.826 | 8.826 | 8.826 | 8.826 | 8.826 | 100.0% | 1 | | nova.boot_server | 10.912 | 10.912 | 10.912 | 10.912 | 10.912 | 10.912 | 100.0% | 1 | | nova.find_host_to_migrate | 1.429 | 1.429 | 1.429 | 1.429 | 1.429 | 1.429 | 100.0% | 1 | | nova.live_migrate | 13.99 | 13.99 | 13.99 | 13.99 | 13.99 | 13.99 | 100.0% | 1 | | nova.delete_server | 6.146 | 6.146 | 6.146 | 6.146 | 6.146 | 6.146 | 100.0% | 1 | | total | 41.303 | 41.303 | 41.303 | 41.303 | 41.303 | 41.303 | 100.0% | 1 | | -> duration | 40.303 | 40.303 | 40.303 | 40.303 | 40.303 | 40.303 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.302913 Full duration: 53.683284 -------------------------------------------------------------------------------- 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_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "image": { "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "server_kwargs": { "nics": [ { "net-id": "0a2f76b5-7093-4321-9f84-7588084b9e26" } ] } }, "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 04833790-6932-4157-807b-05d3a7f1efca 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.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | nova.boot_server | 7.021 | 7.021 | 7.021 | 7.021 | 7.021 | 7.021 | 100.0% | 1 | | nova.delete_server | 5.353 | 5.353 | 5.353 | 5.353 | 5.353 | 5.353 | 100.0% | 1 | | nova.delete_keypair | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 100.0% | 1 | | total | 13.22 | 13.22 | 13.22 | 13.22 | 13.22 | 13.22 | 100.0% | 1 | | -> duration | 12.22 | 12.22 | 12.22 | 12.22 | 12.22 | 12.22 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.220305 Full duration: 39.613236 -------------------------------------------------------------------------------- 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_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "image": { "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "volume_size": 5, "nics": [ { "net-id": "0a2f76b5-7093-4321-9f84-7588084b9e26" } ] }, "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 04833790-6932-4157-807b-05d3a7f1efca 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.288 | 9.288 | 9.288 | 9.288 | 9.288 | 9.288 | 100.0% | 1 | | nova.boot_server | 6.649 | 6.649 | 6.649 | 6.649 | 6.649 | 6.649 | 100.0% | 1 | | nova.delete_server | 3.117 | 3.117 | 3.117 | 3.117 | 3.117 | 3.117 | 100.0% | 1 | | total | 19.054 | 19.054 | 19.054 | 19.054 | 19.054 | 19.054 | 100.0% | 1 | | -> duration | 18.054 | 18.054 | 18.054 | 18.054 | 18.054 | 18.054 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.053637 Full duration: 48.081283 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "image": { "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "force_delete": false, "nics": [ { "net-id": "0a2f76b5-7093-4321-9f84-7588084b9e26" } ] }, "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 04833790-6932-4157-807b-05d3a7f1efca 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.21 | 9.21 | 9.21 | 9.21 | 9.21 | 9.21 | 100.0% | 1 | | nova.pause_server | 2.945 | 2.945 | 2.945 | 2.945 | 2.945 | 2.945 | 100.0% | 1 | | nova.unpause_server | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 100.0% | 1 | | nova.delete_server | 3.15 | 3.15 | 3.15 | 3.15 | 3.15 | 3.15 | 100.0% | 1 | | total | 17.941 | 17.941 | 17.941 | 17.941 | 17.941 | 17.941 | 100.0% | 1 | | -> duration | 12.941 | 12.941 | 12.941 | 12.941 | 12.941 | 12.941 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.940748 Full duration: 42.296079 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "image": { "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "nics": [ { "net-id": "0a2f76b5-7093-4321-9f84-7588084b9e26" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 04833790-6932-4157-807b-05d3a7f1efca 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.653 | 9.653 | 9.653 | 9.653 | 9.653 | 9.653 | 100.0% | 1 | | nova.migrate | 32.603 | 32.603 | 32.603 | 32.603 | 32.603 | 32.603 | 100.0% | 1 | | nova.resize_confirm | 6.047 | 6.047 | 6.047 | 6.047 | 6.047 | 6.047 | 100.0% | 1 | | nova.delete_server | 3.094 | 3.094 | 3.094 | 3.094 | 3.094 | 3.094 | 100.0% | 1 | | total | 51.398 | 51.398 | 51.398 | 51.398 | 51.398 | 51.398 | 100.0% | 1 | | -> duration | 50.398 | 50.398 | 50.398 | 50.398 | 50.398 | 50.398 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 50.397735 Full duration: 61.023505 -------------------------------------------------------------------------------- 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_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "image": { "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 04833790-6932-4157-807b-05d3a7f1efca 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 | 7.722 | 7.722 | 7.722 | 7.722 | 7.722 | 7.722 | 100.0% | 1 | | nova.list_interfaces | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 100.0% | 1 | | total | 8.19 | 8.19 | 8.19 | 8.19 | 8.19 | 8.19 | 100.0% | 1 | | -> duration | 7.19 | 7.19 | 7.19 | 7.19 | 7.19 | 7.19 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.189857 Full duration: 36.499643 -------------------------------------------------------------------------------- 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 04833790-6932-4157-807b-05d3a7f1efca 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.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | nova.delete_server_group | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 100.0% | 1 | | total | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | -> duration | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.708089 Full duration: 9.445707 HINTS: * To plot HTML graphics with this data, run: rally task report 04833790-6932-4157-807b-05d3a7f1efca --out output.html * To generate a JUnit report, run: rally task export 04833790-6932-4157-807b-05d3a7f1efca --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 04833790-6932-4157-807b-05d3a7f1efca --json --out output.json 2018-10-22 16:00:00,664 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '04833790-6932-4157-807b-05d3a7f1efca', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-10-22 16:00:02,875 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 04833790-6932-4157-807b-05d3a7f1efca --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-10-22 16:00:02.774 10780 INFO rally.api [-] Building 'json' report for the following task(s): '04833790-6932-4157-807b-05d3a7f1efca'. 2018-10-22 16:00:02.783 10780 INFO rally.api [-] The report has been successfully built. 2018-10-22 16:00:02,876 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '04833790-6932-4157-807b-05d3a7f1efca', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-10-22 16:00:05,048 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 04833790-6932-4157-807b-05d3a7f1efca --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-10-22 16:00:04.912 10783 INFO rally.api [-] Building 'html' report for the following task(s): '04833790-6932-4157-807b-05d3a7f1efca'. 2018-10-22 16:00:04.944 10783 INFO rally.api [-] The report has been successfully built. 2018-10-22 16:00:05,060 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-10-22 16:00:05,060 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-10-22 16:00:05,062 - 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-10-22 16:00:05,062 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-22 16:00:05,078 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-22 16:00:05,078 - 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': '0a2f76b5-7093-4321-9f84-7588084b9e26', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4', 'flavor_name': 'rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4', '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_de4cfbff-56c7-4869-a117-d426fd8712f4', '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-10-22 16:00:58,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bd9cc905-f304-49ca-84de-52e8e3ef704a 2018-10-22 16:00:58,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'bd9cc905-f304-49ca-84de-52e8e3ef704a'] 2018-10-22 16:00:59,827 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid bd9cc905-f304-49ca-84de-52e8e3ef704a -------------------------------------------------------------------------------- Task bd9cc905-f304-49ca-84de-52e8e3ef704a: 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 bd9cc905-f304-49ca-84de-52e8e3ef704a 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.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | quotas.delete_quotas | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 100.0% | 1 | | total | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | -> duration | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.878681 Full duration: 8.966732 -------------------------------------------------------------------------------- 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 bd9cc905-f304-49ca-84de-52e8e3ef704a 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.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | total | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> duration | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.681637 Full duration: 8.33093 -------------------------------------------------------------------------------- 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 bd9cc905-f304-49ca-84de-52e8e3ef704a 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.262 | 0.262 | 0.262 | 0.262 | 0.262 | 0.262 | 100.0% | 1 | | total | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> duration | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.671739 Full duration: 8.414775 -------------------------------------------------------------------------------- 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 bd9cc905-f304-49ca-84de-52e8e3ef704a 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.48 | 1.48 | 1.48 | 1.48 | 1.48 | 1.48 | 100.0% | 1 | | total | 1.48 | 1.48 | 1.48 | 1.48 | 1.48 | 1.48 | 100.0% | 1 | | -> duration | 1.48 | 1.48 | 1.48 | 1.48 | 1.48 | 1.48 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.479744 Full duration: 9.412433 HINTS: * To plot HTML graphics with this data, run: rally task report bd9cc905-f304-49ca-84de-52e8e3ef704a --out output.html * To generate a JUnit report, run: rally task export bd9cc905-f304-49ca-84de-52e8e3ef704a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bd9cc905-f304-49ca-84de-52e8e3ef704a --json --out output.json 2018-10-22 16:00:59,828 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'bd9cc905-f304-49ca-84de-52e8e3ef704a', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-10-22 16:01:02,012 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid bd9cc905-f304-49ca-84de-52e8e3ef704a --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-10-22 16:01:01.914 11296 INFO rally.api [-] Building 'json' report for the following task(s): 'bd9cc905-f304-49ca-84de-52e8e3ef704a'. 2018-10-22 16:01:01.918 11296 INFO rally.api [-] The report has been successfully built. 2018-10-22 16:01:02,013 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'bd9cc905-f304-49ca-84de-52e8e3ef704a', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-10-22 16:01:04,165 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid bd9cc905-f304-49ca-84de-52e8e3ef704a --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-10-22 16:01:04.051 11299 INFO rally.api [-] Building 'html' report for the following task(s): 'bd9cc905-f304-49ca-84de-52e8e3ef704a'. 2018-10-22 16:01:04.072 11299 INFO rally.api [-] The report has been successfully built. 2018-10-22 16:01:04,169 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-10-22 16:01:04,172 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:21 | 4 | 100.00% | | cinder | 02:51 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 04:43 | 11 | 100.00% | | nova | 06:22 | 9 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:33 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-10-22 16:01:04,172 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-10-22 16:01:04,311 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 16:01:04,311 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:48 | PASS | +----------------------+------------------+------------------+----------------+ 2018-10-22 16:01:04,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-22 16:01:04,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 16:01:04,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01: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-5f32f408-caa3-4f5b-8ba8-05b79381bb8c x-compute-request-id: req-5f32f408-caa3-4f5b-8ba8-05b79381bb8c Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/5ed756e3-b138-4bc3-bf0c-f1541aaf9dbd", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/5ed756e3-b138-4bc3-bf0c-f1541aaf9dbd", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5ed756e3-b138-4bc3-bf0c-f1541aaf9dbd", "name": "rally_sanity-flavor_alt_de4cfbff-56c7-4869-a117-d426fd8712f4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/fe5d3367-ccb8-4671-b0cb-4b6198493653", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/fe5d3367-ccb8-4671-b0cb-4b6198493653", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fe5d3367-ccb8-4671-b0cb-4b6198493653", "name": "rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 16:01:04,519 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-5f32f408-caa3-4f5b-8ba8-05b79381bb8c 2018-10-22 16:01:04,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.201776981354s 2018-10-22 16:01:04,520 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-5f32f408-caa3-4f5b-8ba8-05b79381bb8c 2018-10-22 16:01:04,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-22 16:01:04,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/5ed756e3-b138-4bc3-bf0c-f1541aaf9dbd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 16:01:04,569 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 16:01:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-00e6db18-4c9e-490c-981a-7f40f22c242b x-compute-request-id: req-00e6db18-4c9e-490c-981a-7f40f22c242b Content-Length: 0 Content-Type: application/json 2018-10-22 16:01:04,569 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/5ed756e3-b138-4bc3-bf0c-f1541aaf9dbd used request id req-00e6db18-4c9e-490c-981a-7f40f22c242b 2018-10-22 16:01:04,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0465881824493s 2018-10-22 16:01:04,569 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/5ed756e3-b138-4bc3-bf0c-f1541aaf9dbd used request id req-00e6db18-4c9e-490c-981a-7f40f22c242b 2018-10-22 16:01:04,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-22 16:01:04,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/cad62d3f-2340-47ff-a91a-47cf213ebd5f/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}0fc386eee545a9a3fa9533d15879603a2e61a576" -d '{"subnet_id": "b4637631-e064-4eb6-adce-06caf5a3e49b"}' 2018-10-22 16:01:05,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-483a9f23-5cb8-475c-8f4b-a955697e01e9 Date: Mon, 22 Oct 2018 16:01:05 GMT RESP BODY: {"network_id": "0a2f76b5-7093-4321-9f84-7588084b9e26", "tenant_id": "e4dcf285ca084088b2ace4f63af476c2", "subnet_id": "b4637631-e064-4eb6-adce-06caf5a3e49b", "subnet_ids": ["b4637631-e064-4eb6-adce-06caf5a3e49b"], "port_id": "247a9013-fe2e-4fdb-9641-69590ee9f247", "id": "cad62d3f-2340-47ff-a91a-47cf213ebd5f"} 2018-10-22 16:01:05,775 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/cad62d3f-2340-47ff-a91a-47cf213ebd5f/remove_router_interface.json used request id req-483a9f23-5cb8-475c-8f4b-a955697e01e9 2018-10-22 16:01:05,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.20550107956s 2018-10-22 16:01:05,776 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/cad62d3f-2340-47ff-a91a-47cf213ebd5f/remove_router_interface.json used request id req-483a9f23-5cb8-475c-8f4b-a955697e01e9 returning object cad62d3f-2340-47ff-a91a-47cf213ebd5f 2018-10-22 16:01:05,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-22 16:01:05,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0fc386eee545a9a3fa9533d15879603a2e61a576" 2018-10-22 16:01:06,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9980 X-Openstack-Request-Id: req-4d85e069-055c-4a60-a9ba-838a69752866 Date: Mon, 22 Oct 2018 16:01:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T15:09:26Z", "revision_number": 2, "routes": [], "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "134b2b94-36ab-489c-87ba-a2d6224cd974", "name": "vping_ssh-router_51ec0041-9c62-4cba-b91e-88fa68339f33"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "eaa3a590d6f54b2a96b2f8ae954d5217", "created_at": "2018-10-22T15:26:50Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-22T15:26:51Z", "revision_number": 2, "routes": [], "project_id": "eaa3a590d6f54b2a96b2f8ae954d5217", "id": "1bf659c3-9250-414e-8614-0d95fe1c3d1e", "name": "tempest-FloatingIPTestJSON-router-1799589610"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:58:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:58:33Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "205cc7e5-f4a4-453e-90c0-781a04a5551e", "name": "NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "185de36f4f854cfb9b9308cfcabde296", "created_at": "2018-10-22T15:22:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T15:22:24Z", "revision_number": 2, "routes": [], "project_id": "185de36f4f854cfb9b9308cfcabde296", "id": "2170e1a9-ada3-46d7-b0db-756035343cf5", "name": "tempest-ServersTestBootFromVolume-1053931526-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T15:06:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T15:06:45Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "34ba56e4-293f-4ee8-a0e2-b0134a0848ee", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "4b7c653006484ab08624ac3bf96816df", "created_at": "2018-10-22T15:56:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T15:56:41Z", "revision_number": 2, "routes": [], "project_id": "4b7c653006484ab08624ac3bf96816df", "id": "3710c3aa-615c-4a2b-884a-bd7c738fd546", "name": "c_rally_19916aaa_Plx6yzS9"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T15:06:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T15:06:47Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "54d23e55-a674-4dd4-a1d6-bb531d2602b3", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:59:37Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "658f7ff9-520e-4ca0-a580-75b2426e350a", "name": "NeutronUtilsRouterTests-1b687d64-695f-40cf-abec-c8e889c0788f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "cab2e93c35df4502b38efa7214741018", "created_at": "2018-10-22T15:35:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T15:35:17Z", "revision_number": 2, "routes": [], "project_id": "cab2e93c35df4502b38efa7214741018", "id": "9b2c9cfa-82b3-47b3-9bb5-90b3848dffba", "name": "tempest-TestServerMultinode-97342230-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T15:09:24Z", "revision_number": 2, "routes": [], "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "9fbd1630-31b6-4356-9030-91b6483f11e8", "name": "vping_ssh-router_51ec0041-9c62-4cba-b91e-88fa68339f33"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "e4dcf285ca084088b2ace4f63af476c2", "created_at": "2018-10-22T15:36:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T16:01:05Z", "revision_number": 4, "routes": [], "project_id": "e4dcf285ca084088b2ace4f63af476c2", "id": "cad62d3f-2340-47ff-a91a-47cf213ebd5f", "name": "rally_sanity-router_de4cfbff-56c7-4869-a117-d426fd8712f4"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "eaa3a590d6f54b2a96b2f8ae954d5217", "created_at": "2018-10-22T15:26:52Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-22T15:26:53Z", "revision_number": 2, "routes": [], "project_id": "eaa3a590d6f54b2a96b2f8ae954d5217", "id": "cbc27846-024c-4248-b3d4-0bd835f3bb03", "name": "tempest-FloatingIPTestJSON-router-1799589610"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T15:06:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T15:06:48Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "cd60626f-ea1d-46c1-83f2-3d5072a3d542", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:59:44Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "ec150990-43ee-45d2-be88-9982779f8e70", "name": "NeutronUtilsRouterTests-7097e23e-904f-431e-ab56-af7aad467c51-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "eaa3a590d6f54b2a96b2f8ae954d5217", "created_at": "2018-10-22T15:26:51Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-22T15:26:52Z", "revision_number": 2, "routes": [], "project_id": "eaa3a590d6f54b2a96b2f8ae954d5217", "id": "edb8e9e4-a8e4-46a9-b25c-b3e39f97a812", "name": "tempest-FloatingIPTestJSON-router-1799589610"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "3f59502d9e2049239d74ba86beddb3b2", "created_at": "2018-10-22T15:29:28Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-22T15:29:28Z", "revision_number": 2, "routes": [], "project_id": "3f59502d9e2049239d74ba86beddb3b2", "id": "f0b6b85a-1942-4166-9603-f8fecad10b87", "name": "tempest-RoutersIpV6Test-router-220539501"}]} 2018-10-22 16:01:06,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-4d85e069-055c-4a60-a9ba-838a69752866 2018-10-22 16:01:06,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.235696077347s 2018-10-22 16:01:06,013 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-4d85e069-055c-4a60-a9ba-838a69752866 2018-10-22 16:01:06,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-22 16:01:06,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/cad62d3f-2340-47ff-a91a-47cf213ebd5f.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}0fc386eee545a9a3fa9533d15879603a2e61a576" 2018-10-22 16:01:07,291 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d8a7b697-1295-4c0d-8dd7-399e7a5ca292 Content-Length: 0 Date: Mon, 22 Oct 2018 16:01:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 16:01:07,292 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/cad62d3f-2340-47ff-a91a-47cf213ebd5f.json used request id req-d8a7b697-1295-4c0d-8dd7-399e7a5ca292 2018-10-22 16:01:07,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.27507901192s 2018-10-22 16:01:07,292 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/cad62d3f-2340-47ff-a91a-47cf213ebd5f.json used request id req-d8a7b697-1295-4c0d-8dd7-399e7a5ca292 2018-10-22 16:01:07,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-22 16:01:07,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0fc386eee545a9a3fa9533d15879603a2e61a576" 2018-10-22 16:01:07,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-8af00cd0-d3fd-4402-ad56-466cdec26333 Date: Mon, 22 Oct 2018 16:01:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a2f76b5-7093-4321-9f84-7588084b9e26","tenant_id":"e4dcf285ca084088b2ace4f63af476c2","created_at":"2018-10-22T15:36:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-22T15:36:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"e4dcf285ca084088b2ace4f63af476c2","id":"b4637631-e064-4eb6-adce-06caf5a3e49b","subnetpool_id":null,"name":"rally_sanity-subnet_de4cfbff-56c7-4869-a117-d426fd8712f4"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-22 16:01:07,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-8af00cd0-d3fd-4402-ad56-466cdec26333 2018-10-22 16:01:07,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.202651023865s 2018-10-22 16:01:07,496 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-8af00cd0-d3fd-4402-ad56-466cdec26333 2018-10-22 16:01:07,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-22 16:01:07,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/b4637631-e064-4eb6-adce-06caf5a3e49b.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}0fc386eee545a9a3fa9533d15879603a2e61a576" 2018-10-22 16:01:09,647 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4279f39a-f504-4162-bdb5-b3e3843f017f Date: Mon, 22 Oct 2018 16:01:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 16:01:09,647 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/b4637631-e064-4eb6-adce-06caf5a3e49b.json used request id req-4279f39a-f504-4162-bdb5-b3e3843f017f 2018-10-22 16:01:09,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.14962887764s 2018-10-22 16:01:09,647 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/b4637631-e064-4eb6-adce-06caf5a3e49b.json used request id req-4279f39a-f504-4162-bdb5-b3e3843f017f 2018-10-22 16:01:09,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 16:01:09,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0fc386eee545a9a3fa9533d15879603a2e61a576" 2018-10-22 16:01:09,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-3917991a-cade-4898-b0c1-fb4cb03103d2 Date: Mon, 22 Oct 2018 16:01:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0a2f76b5-7093-4321-9f84-7588084b9e26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"e4dcf285ca084088b2ace4f63af476c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T16:01:09Z","provider:segmentation_id":98,"name":"rally_sanity-net_de4cfbff-56c7-4869-a117-d426fd8712f4","admin_state_up":true,"tenant_id":"e4dcf285ca084088b2ace4f63af476c2","created_at":"2018-10-22T15:36:16Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 16:01:09,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3917991a-cade-4898-b0c1-fb4cb03103d2 2018-10-22 16:01:09,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.286148786545s 2018-10-22 16:01:09,934 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3917991a-cade-4898-b0c1-fb4cb03103d2 2018-10-22 16:01:09,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-22 16:01:09,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/0a2f76b5-7093-4321-9f84-7588084b9e26.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}0fc386eee545a9a3fa9533d15879603a2e61a576" 2018-10-22 16:01:11,107 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ad0c7298-08fc-41e8-a294-a82846448256 Date: Mon, 22 Oct 2018 16:01:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 16:01:11,107 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/0a2f76b5-7093-4321-9f84-7588084b9e26.json used request id req-ad0c7298-08fc-41e8-a294-a82846448256 2018-10-22 16:01:11,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.17154502869s 2018-10-22 16:01:11,107 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/0a2f76b5-7093-4321-9f84-7588084b9e26.json used request id req-ad0c7298-08fc-41e8-a294-a82846448256 2018-10-22 16:01:11,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 16:01:11,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0fc386eee545a9a3fa9533d15879603a2e61a576" 2018-10-22 16:01:11,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-af966a71-9c5f-41b1-8c32-6dc70783bd61 Date: Mon, 22 Oct 2018 16:01:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/619c070f-5953-4c6d-a992-6bc461fdeafc/snap", "metadata": {}}], "file": "/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc/file", "owner": "e4dcf285ca084088b2ace4f63af476c2", "id": "619c070f-5953-4c6d-a992-6bc461fdeafc", "size": 12716032, "self": "/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/619c070f-5953-4c6d-a992-6bc461fdeafc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T15:36:23Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_de4cfbff-56c7-4869-a117-d426fd8712f4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T15:36:21Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 16:01:11,652 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-af966a71-9c5f-41b1-8c32-6dc70783bd61 2018-10-22 16:01:11,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.54467010498s 2018-10-22 16:01:11,653 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-af966a71-9c5f-41b1-8c32-6dc70783bd61 2018-10-22 16:01:11,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-22 16:01:11,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0fc386eee545a9a3fa9533d15879603a2e61a576" 2018-10-22 16:01:13,490 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9ebd72e8-6327-4e8d-a33e-e64398eb86b5 Date: Mon, 22 Oct 2018 16:01:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 16:01:13,490 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc used request id req-9ebd72e8-6327-4e8d-a33e-e64398eb86b5 2018-10-22 16:01:13,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.83577084541s 2018-10-22 16:01:13,491 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/619c070f-5953-4c6d-a992-6bc461fdeafc used request id req-9ebd72e8-6327-4e8d-a33e-e64398eb86b5 2018-10-22 16:01:13,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-22 16:01:13,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 16:01:13,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01: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-8683cb62-5c18-411c-8431-ad8b6471315f x-compute-request-id: req-8683cb62-5c18-411c-8431-ad8b6471315f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/fe5d3367-ccb8-4671-b0cb-4b6198493653", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/fe5d3367-ccb8-4671-b0cb-4b6198493653", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fe5d3367-ccb8-4671-b0cb-4b6198493653", "name": "rally_sanity-flavor_de4cfbff-56c7-4869-a117-d426fd8712f4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 16:01:13,525 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-8683cb62-5c18-411c-8431-ad8b6471315f 2018-10-22 16:01:13,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0339450836182s 2018-10-22 16:01:13,526 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-8683cb62-5c18-411c-8431-ad8b6471315f 2018-10-22 16:01:13,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-22 16:01:13,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/fe5d3367-ccb8-4671-b0cb-4b6198493653 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 16:01:13,588 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 16:01: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-78642f39-847f-4f9b-88bb-e4ffcb227f59 x-compute-request-id: req-78642f39-847f-4f9b-88bb-e4ffcb227f59 Content-Length: 0 Content-Type: application/json 2018-10-22 16:01:13,588 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/fe5d3367-ccb8-4671-b0cb-4b6198493653 used request id req-78642f39-847f-4f9b-88bb-e4ffcb227f59 2018-10-22 16:01:13,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0605599880219s 2018-10-22 16:01:13,588 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/fe5d3367-ccb8-4671-b0cb-4b6198493653 used request id req-78642f39-847f-4f9b-88bb-e4ffcb227f59 2018-10-22 16:01:13,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 16:01:13,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 16:01:13,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8099b10-11df-4199-9529-0eda7684f17d Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_de4cfbff-56c7-4869-a117-d426fd8712f4", "links": {"self": "http://172.30.9.22:5000/v3/users/23767cfc99294897b12a25f63c3cc95c"}, "domain_id": "default", "enabled": true, "id": "23767cfc99294897b12a25f63c3cc95c", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 16:01:13,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d8099b10-11df-4199-9529-0eda7684f17d 2018-10-22 16:01:13,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0970900058746s 2018-10-22 16:01:13,687 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d8099b10-11df-4199-9529-0eda7684f17d 2018-10-22 16:01:13,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 16:01:13,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/23767cfc99294897b12a25f63c3cc95c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 16:01:13,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4369de4-85d7-48e7-9d5f-71a649998b3d Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/23767cfc99294897b12a25f63c3cc95c"}, "enabled": true, "id": "23767cfc99294897b12a25f63c3cc95c", "options": {}, "domain_id": "default", "name": "rally_sanity-user_de4cfbff-56c7-4869-a117-d426fd8712f4"}} 2018-10-22 16:01:13,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/23767cfc99294897b12a25f63c3cc95c used request id req-d4369de4-85d7-48e7-9d5f-71a649998b3d 2018-10-22 16:01:13,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10311293602s 2018-10-22 16:01:13,796 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/23767cfc99294897b12a25f63c3cc95c used request id req-d4369de4-85d7-48e7-9d5f-71a649998b3d 2018-10-22 16:01:13,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-22 16:01:13,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/23767cfc99294897b12a25f63c3cc95c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 16:01:13,978 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 16:01:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fda97e9-221d-4f04-8db1-fac04fde4bde Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 16:01:13,979 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/23767cfc99294897b12a25f63c3cc95c used request id req-8fda97e9-221d-4f04-8db1-fac04fde4bde 2018-10-22 16:01:13,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.181524038315s 2018-10-22 16:01:13,979 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/23767cfc99294897b12a25f63c3cc95c used request id req-8fda97e9-221d-4f04-8db1-fac04fde4bde 2018-10-22 16:01:13,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 16:01:13,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 16:01:14,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac3313c6-0b59-4e45-af7d-9897ab709ff3 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.22:5000/v3/projects/e4dcf285ca084088b2ace4f63af476c2"}, "enabled": true, "id": "e4dcf285ca084088b2ace4f63af476c2", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_de4cfbff-56c7-4869-a117-d426fd8712f4"}]} 2018-10-22 16:01:14,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-ac3313c6-0b59-4e45-af7d-9897ab709ff3 2018-10-22 16:01:14,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0793850421906s 2018-10-22 16:01:14,059 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-ac3313c6-0b59-4e45-af7d-9897ab709ff3 2018-10-22 16:01:14,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-22 16:01:14,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/e4dcf285ca084088b2ace4f63af476c2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 16:01:14,223 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 16:01:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59a8e320-6ba5-4449-ad9f-0977246be78e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 16:01:14,223 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/e4dcf285ca084088b2ace4f63af476c2 used request id req-59a8e320-6ba5-4449-ad9f-0977246be78e 2018-10-22 16:01:14,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.161026000977s 2018-10-22 16:01:14,223 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/e4dcf285ca084088b2ace4f63af476c2 used request id req-59a8e320-6ba5-4449-ad9f-0977246be78e 2018-10-22 16:01:14,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 16:01:14,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 16:01:14,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcd220d4-4531-46f1-9d5e-9aff106ea51e Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "8a0d3298fa414c789c659fba49d7e04d", "links": {"self": "http://172.30.9.22:5000/v3/roles/8a0d3298fa414c789c659fba49d7e04d"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 16:01:14,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fcd220d4-4531-46f1-9d5e-9aff106ea51e 2018-10-22 16:01:14,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0755441188812s 2018-10-22 16:01:14,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-22 16:01:14,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/8a0d3298fa414c789c659fba49d7e04d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 16:01:14,412 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 16:01:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-963b05e1-68fd-4c70-b751-646fb7ccd7d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 16:01:14,412 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/8a0d3298fa414c789c659fba49d7e04d used request id req-963b05e1-68fd-4c70-b751-646fb7ccd7d9 2018-10-22 16:01:14,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.111431121826s 2018-10-22 16:01:14,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-22 16:01:14,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=e4dcf285ca084088b2ace4f63af476c2&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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 16:01:14,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-3ae1987d-7d58-44a3-9bb3-19eee3cc428c Date: Mon, 22 Oct 2018 16:01:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e4dcf285ca084088b2ace4f63af476c2", "created_at": "2018-10-22T15:36:16Z", "updated_at": "2018-10-22T15:36:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:36:16Z", "revision_number": 0, "id": "1ee3877c-f8fa-43bc-9d63-11a5fa2cdf71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:36:16Z", "security_group_id": "f6348f80-f711-453a-9c77-8d1a2d40a035", "tenant_id": "e4dcf285ca084088b2ace4f63af476c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4dcf285ca084088b2ace4f63af476c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:36:16Z", "revision_number": 0, "id": "20ae897d-10d6-4835-bda9-03b1ac93327e", "remote_group_id": "f6348f80-f711-453a-9c77-8d1a2d40a035", "remote_ip_prefix": null, "created_at": "2018-10-22T15:36:16Z", "security_group_id": "f6348f80-f711-453a-9c77-8d1a2d40a035", "tenant_id": "e4dcf285ca084088b2ace4f63af476c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4dcf285ca084088b2ace4f63af476c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:36:16Z", "revision_number": 0, "id": "2b00ef28-24ae-46fa-a3ff-b581f81d3037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:36:16Z", "security_group_id": "f6348f80-f711-453a-9c77-8d1a2d40a035", "tenant_id": "e4dcf285ca084088b2ace4f63af476c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4dcf285ca084088b2ace4f63af476c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:36:16Z", "revision_number": 0, "id": "81079715-d412-4037-8315-f3bf28ca58fc", "remote_group_id": "f6348f80-f711-453a-9c77-8d1a2d40a035", "remote_ip_prefix": null, "created_at": "2018-10-22T15:36:16Z", "security_group_id": "f6348f80-f711-453a-9c77-8d1a2d40a035", "tenant_id": "e4dcf285ca084088b2ace4f63af476c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4dcf285ca084088b2ace4f63af476c2"}], "revision_number": 4, "project_id": "e4dcf285ca084088b2ace4f63af476c2", "id": "f6348f80-f711-453a-9c77-8d1a2d40a035", "name": "default"}]} 2018-10-22 16:01:14,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=e4dcf285ca084088b2ace4f63af476c2&name=default used request id req-3ae1987d-7d58-44a3-9bb3-19eee3cc428c 2018-10-22 16:01:14,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.199563980103s 2018-10-22 16:01:14,615 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=e4dcf285ca084088b2ace4f63af476c2&name=default used request id req-3ae1987d-7d58-44a3-9bb3-19eee3cc428c 2018-10-22 16:01:14,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-22 16:01:14,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 16:01:14,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ecffff0e-2907-4300-be0e-fd4f0f29e69b Date: Mon, 22 Oct 2018 16:01:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "updated_at": "2018-10-22T14:58:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "67e51c9b-e362-42bd-a305-439e546f173e", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "90643a86-0f62-4588-9a8c-68cea1343ff6", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e4dcf285ca084088b2ace4f63af476c2", "created_at": "2018-10-22T15:36:16Z", "updated_at": "2018-10-22T15:36:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:36:16Z", "revision_number": 0, "id": "2b00ef28-24ae-46fa-a3ff-b581f81d3037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:36:16Z", "security_group_id": "f6348f80-f711-453a-9c77-8d1a2d40a035", "tenant_id": "e4dcf285ca084088b2ace4f63af476c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4dcf285ca084088b2ace4f63af476c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:36:16Z", "revision_number": 0, "id": "20ae897d-10d6-4835-bda9-03b1ac93327e", "remote_group_id": "f6348f80-f711-453a-9c77-8d1a2d40a035", "remote_ip_prefix": null, "created_at": "2018-10-22T15:36:16Z", "security_group_id": "f6348f80-f711-453a-9c77-8d1a2d40a035", "tenant_id": "e4dcf285ca084088b2ace4f63af476c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4dcf285ca084088b2ace4f63af476c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:36:16Z", "revision_number": 0, "id": "1ee3877c-f8fa-43bc-9d63-11a5fa2cdf71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T15:36:16Z", "security_group_id": "f6348f80-f711-453a-9c77-8d1a2d40a035", "tenant_id": "e4dcf285ca084088b2ace4f63af476c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4dcf285ca084088b2ace4f63af476c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T15:36:16Z", "revision_number": 0, "id": "81079715-d412-4037-8315-f3bf28ca58fc", "remote_group_id": "f6348f80-f711-453a-9c77-8d1a2d40a035", "remote_ip_prefix": null, "created_at": "2018-10-22T15:36:16Z", "security_group_id": "f6348f80-f711-453a-9c77-8d1a2d40a035", "tenant_id": "e4dcf285ca084088b2ace4f63af476c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4dcf285ca084088b2ace4f63af476c2"}], "revision_number": 4, "project_id": "e4dcf285ca084088b2ace4f63af476c2", "id": "f6348f80-f711-453a-9c77-8d1a2d40a035", "name": "default"}]} 2018-10-22 16:01:14,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-ecffff0e-2907-4300-be0e-fd4f0f29e69b 2018-10-22 16:01:14,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.201531887054s 2018-10-22 16:01:14,822 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-ecffff0e-2907-4300-be0e-fd4f0f29e69b 2018-10-22 16:01:14,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-22 16:01:14,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/f6348f80-f711-453a-9c77-8d1a2d40a035.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}a0c4ccf669753f8c56c5f905e1b0cd51f2ac6ba2" 2018-10-22 16:01:15,299 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3954149a-bc7f-4f06-8fd4-73d5698da887 Content-Length: 0 Date: Mon, 22 Oct 2018 16:01:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 16:01:15,300 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/f6348f80-f711-453a-9c77-8d1a2d40a035.json used request id req-3954149a-bc7f-4f06-8fd4-73d5698da887 2018-10-22 16:01:15,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.473818063736s 2018-10-22 16:01:15,300 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/f6348f80-f711-453a-9c77-8d1a2d40a035.json used request id req-3954149a-bc7f-4f06-8fd4-73d5698da887 2018-10-22 16:01:15,353 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-10-22 16:01:15,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 16:01:15,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 16:01:15,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 16:01:15,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 16:01:15,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 16:01:15,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 16:01:15,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 16:01:15,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 16:01:15,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 16:01:15,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 16:01:15,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 16:01:15,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 16:01:15,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 16:01:15,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 16:01:15,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 16:01:15,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 16:01:15,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 16:01:15,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 16:01:15,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 16:01:15,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 16:01:15,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 16:01:15,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 16:01:15,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 16:01:15,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 16:01:15,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 16:01:15,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3160202c-ef4b-44c7-9ac1-e916879aee41 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 16:01:15,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3160202c-ef4b-44c7-9ac1-e916879aee41 2018-10-22 16:01:15,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 16:01:15,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T17:01:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["kZ5AqO-LSRmPlzuwLVmLwA"], "issued_at": "2018-10-22T16:01:15.000000Z"}} 2018-10-22 16:01:15,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 16:01:15,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:16,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-33630e5e-d153-419f-b7cc-7c584f95614c Date: Mon, 22 Oct 2018 16:01:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 16:01:16,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-33630e5e-d153-419f-b7cc-7c584f95614c 2018-10-22 16:01:16,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.386543989182s 2018-10-22 16:01:16,180 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-33630e5e-d153-419f-b7cc-7c584f95614c 2018-10-22 16:01:16,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-22 16:01:16,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:16,189 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 16:01: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 16:01:16,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:16,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf583d75-131e-44c8-935c-4f7e460cc330 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/4efcfa9916f34e3598719fc817429a11"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4efcfa9916f34e3598719fc817429a11"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-10-22 16:01:16,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-cf583d75-131e-44c8-935c-4f7e460cc330 2018-10-22 16:01:16,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0930438041687s 2018-10-22 16:01:16,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-22 16:01:16,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}35651a00e56e3ad487ce5cb3f046669c727fc3e5" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_bf861409-78b6-4ac2-a837-72f732f7e10e"}}' 2018-10-22 16:01:16,395 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 16:01:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffa6514c-afa9-4c70-a1ed-fbc9202e9e79 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.22:5000/v3/projects/324d309e5b604ee884aced13bb2e9255"}, "enabled": true, "id": "324d309e5b604ee884aced13bb2e9255", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_bf861409-78b6-4ac2-a837-72f732f7e10e"}} 2018-10-22 16:01:16,395 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-ffa6514c-afa9-4c70-a1ed-fbc9202e9e79 2018-10-22 16:01:16,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.119508981705s 2018-10-22 16:01:16,395 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-ffa6514c-afa9-4c70-a1ed-fbc9202e9e79 2018-10-22 16:01:16,396 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_bf861409-78b6-4ac2-a837-72f732f7e10e', 'id': u'324d309e5b604ee884aced13bb2e9255', '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-10-22 16:01:16,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-22 16:01:16,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.469993114471s 2018-10-22 16:01:16,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/56f5d5d4dad443aeab5c39453a7111ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:16,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6d38a53-07f7-4235-b095-bfa219345356 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/56f5d5d4dad443aeab5c39453a7111ad"}, "enabled": true, "id": "56f5d5d4dad443aeab5c39453a7111ad", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_bf861409-78b6-4ac2-a837-72f732f7e10e"}} 2018-10-22 16:01:16,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/56f5d5d4dad443aeab5c39453a7111ad used request id req-a6d38a53-07f7-4235-b095-bfa219345356 2018-10-22 16:01:16,964 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'56f5d5d4dad443aeab5c39453a7111ad', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_bf861409-78b6-4ac2-a837-72f732f7e10e'}) 2018-10-22 16:01:16,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 16:01:16,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:17,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb5c79d7-37a6-482f-aba9-850a8b475ed4 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 16:01:17,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-eb5c79d7-37a6-482f-aba9-850a8b475ed4 2018-10-22 16:01:17,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0748829841614s 2018-10-22 16:01:17,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 16:01:17,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:17,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b595b222-5178-4379-b6a1-5373dd341a72 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 16:01:17,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b595b222-5178-4379-b6a1-5373dd341a72 2018-10-22 16:01:17,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0835099220276s 2018-10-22 16:01:17,125 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 16:01:17,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-22 16:01:17,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" -d '{"role": {"name": "Member"}}' 2018-10-22 16:01:17,238 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 16:01:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d5e26b7-1023-418e-ab57-946c4e4636c2 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cefca76580fe463e9f6f13a2a30fe62e", "links": {"self": "http://172.30.9.22:5000/v3/roles/cefca76580fe463e9f6f13a2a30fe62e"}, "name": "Member"}} 2018-10-22 16:01:17,239 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-8d5e26b7-1023-418e-ab57-946c4e4636c2 2018-10-22 16:01:17,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.113273859024s 2018-10-22 16:01:17,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/cefca76580fe463e9f6f13a2a30fe62e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:17,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c77695d-6a3d-4e00-9df9-0376add890c6 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/cefca76580fe463e9f6f13a2a30fe62e"}, "domain_id": null, "name": "Member", "id": "cefca76580fe463e9f6f13a2a30fe62e"}} 2018-10-22 16:01:17,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/cefca76580fe463e9f6f13a2a30fe62e used request id req-3c77695d-6a3d-4e00-9df9-0376add890c6 2018-10-22 16:01:17,314 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/cefca76580fe463e9f6f13a2a30fe62e'}, 'domain_id': None, 'human_id': None, 'id': u'cefca76580fe463e9f6f13a2a30fe62e', 'HUMAN_ID': False}) 2018-10-22 16:01:17,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 16:01:17,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:17,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae607500-246a-4d92-9473-26309558337f Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "cefca76580fe463e9f6f13a2a30fe62e", "links": {"self": "http://172.30.9.22:5000/v3/roles/cefca76580fe463e9f6f13a2a30fe62e"}, "name": "Member"}]} 2018-10-22 16:01:17,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ae607500-246a-4d92-9473-26309558337f 2018-10-22 16:01:17,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0775179862976s 2018-10-22 16:01:17,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 16:01:17,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:17,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e75dc1a3-0551-4a2f-b62a-4612f56392c1 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 16:01:17,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-e75dc1a3-0551-4a2f-b62a-4612f56392c1 2018-10-22 16:01:17,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0848000049591s 2018-10-22 16:01:17,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 16:01:17,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:17,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd01a197-6eb2-4368-ab41-c9cc30d79b39 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_bf861409-78b6-4ac2-a837-72f732f7e10e", "links": {"self": "http://172.30.9.22:5000/v3/users/56f5d5d4dad443aeab5c39453a7111ad"}, "domain_id": "default", "enabled": true, "id": "56f5d5d4dad443aeab5c39453a7111ad", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 16:01:17,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-fd01a197-6eb2-4368-ab41-c9cc30d79b39 2018-10-22 16:01:17,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0919299125671s 2018-10-22 16:01:17,572 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-fd01a197-6eb2-4368-ab41-c9cc30d79b39 2018-10-22 16:01:17,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 16:01:17,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:17,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb60f5f0-4ee0-4db5-951e-25bfde97a631 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.22:5000/v3/projects/324d309e5b604ee884aced13bb2e9255"}, "enabled": true, "id": "324d309e5b604ee884aced13bb2e9255", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_bf861409-78b6-4ac2-a837-72f732f7e10e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 16:01:17,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-fb60f5f0-4ee0-4db5-951e-25bfde97a631 2018-10-22 16:01:17,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0803439617157s 2018-10-22 16:01:17,659 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-fb60f5f0-4ee0-4db5-951e-25bfde97a631 2018-10-22 16:01:17,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 16:01:17,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=56f5d5d4dad443aeab5c39453a7111ad&scope.project.id=324d309e5b604ee884aced13bb2e9255&role.id=cefca76580fe463e9f6f13a2a30fe62e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:17,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-490a04cd-c701-47e1-bc4f-8fcc6bed3b76 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=56f5d5d4dad443aeab5c39453a7111ad&scope.project.id=324d309e5b604ee884aced13bb2e9255&role.id=cefca76580fe463e9f6f13a2a30fe62e", "previous": null, "next": null}} 2018-10-22 16:01:17,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=56f5d5d4dad443aeab5c39453a7111ad&scope.project.id=324d309e5b604ee884aced13bb2e9255&role.id=cefca76580fe463e9f6f13a2a30fe62e used request id req-490a04cd-c701-47e1-bc4f-8fcc6bed3b76 2018-10-22 16:01:17,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.082701921463s 2018-10-22 16:01:17,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 16:01:17,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/324d309e5b604ee884aced13bb2e9255/users/56f5d5d4dad443aeab5c39453a7111ad/roles/cefca76580fe463e9f6f13a2a30fe62e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:17,857 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 16:01:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ff9c8cd-fcaf-4699-b109-759f24b04fc9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 16:01:17,858 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/324d309e5b604ee884aced13bb2e9255/users/56f5d5d4dad443aeab5c39453a7111ad/roles/cefca76580fe463e9f6f13a2a30fe62e used request id req-7ff9c8cd-fcaf-4699-b109-759f24b04fc9 2018-10-22 16:01:17,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.113022089005s 2018-10-22 16:01:17,859 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_bf861409-78b6-4ac2-a837-72f732f7e10e', 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': '593c6a7a-8888-4ed8-aaed-9e072c199614', 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_bf861409-78b6-4ac2-a837-72f732f7e10e', 'project_id': u'324d309e5b604ee884aced13bb2e9255', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 16:01:17,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 16:01:17,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 16:01:17,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 16:01:17,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 16:01:17,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 16:01:17,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 16:01:17,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 16:01:17,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 16:01:17,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 16:01:17,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 16:01:17,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 16:01:17,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 16:01:17,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 16:01:17,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 16:01:17,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 16:01:17,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 16:01:17,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 16:01:17,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 16:01:17,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 16:01:17,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 16:01:17,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 16:01:17,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 16:01:17,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 16:01:17,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 16:01:17,864 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_bf861409-78b6-4ac2-a837-72f732f7e10e', 'password': '593c6a7a-8888-4ed8-aaed-9e072c199614', 'project_name': 'refstack_defcore-project_bf861409-78b6-4ac2-a837-72f732f7e10e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '324d309e5b604ee884aced13bb2e9255', 'project_domain_name': 'Default'} 2018-10-22 16:01:17,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 16:01:17,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:17,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a201f4e-db4b-429b-8d8f-60ae2c763906 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "cefca76580fe463e9f6f13a2a30fe62e", "links": {"self": "http://172.30.9.22:5000/v3/roles/cefca76580fe463e9f6f13a2a30fe62e"}, "name": "Member"}]} 2018-10-22 16:01:17,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2a201f4e-db4b-429b-8d8f-60ae2c763906 2018-10-22 16:01:17,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0795068740845s 2018-10-22 16:01:17,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 16:01:17,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:18,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce6335c0-6f2d-4480-a52f-adf3eb2f6598 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "cefca76580fe463e9f6f13a2a30fe62e", "links": {"self": "http://172.30.9.22:5000/v3/roles/cefca76580fe463e9f6f13a2a30fe62e"}, "name": "Member"}]} 2018-10-22 16:01:18,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ce6335c0-6f2d-4480-a52f-adf3eb2f6598 2018-10-22 16:01:18,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0777750015259s 2018-10-22 16:01:18,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 16:01:18,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:18,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c32a3b5-c33a-4e19-96af-d18e86fc41e6 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 16:01:18,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-6c32a3b5-c33a-4e19-96af-d18e86fc41e6 2018-10-22 16:01:18,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.071830034256s 2018-10-22 16:01:18,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 16:01:18,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:18,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a3c5430-5db7-4e70-8612-63e6be47e01c Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_bf861409-78b6-4ac2-a837-72f732f7e10e", "links": {"self": "http://172.30.9.22:5000/v3/users/56f5d5d4dad443aeab5c39453a7111ad"}, "domain_id": "default", "enabled": true, "id": "56f5d5d4dad443aeab5c39453a7111ad", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 16:01:18,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-0a3c5430-5db7-4e70-8612-63e6be47e01c 2018-10-22 16:01:18,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0991179943085s 2018-10-22 16:01:18,197 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-0a3c5430-5db7-4e70-8612-63e6be47e01c 2018-10-22 16:01:18,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 16:01:18,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:18,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41abfde4-08f7-4757-aa3f-14c0c4fba7f9 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.22:5000/v3/projects/324d309e5b604ee884aced13bb2e9255"}, "enabled": true, "id": "324d309e5b604ee884aced13bb2e9255", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_bf861409-78b6-4ac2-a837-72f732f7e10e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 16:01:18,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-41abfde4-08f7-4757-aa3f-14c0c4fba7f9 2018-10-22 16:01:18,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0818960666656s 2018-10-22 16:01:18,285 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-41abfde4-08f7-4757-aa3f-14c0c4fba7f9 2018-10-22 16:01:18,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 16:01:18,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=56f5d5d4dad443aeab5c39453a7111ad&scope.project.id=324d309e5b604ee884aced13bb2e9255&role.id=54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:18,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a1c53c2-6985-4859-aa94-97f629292764 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=56f5d5d4dad443aeab5c39453a7111ad&scope.project.id=324d309e5b604ee884aced13bb2e9255&role.id=54475a0b5ce34095bb526868da234e2a", "previous": null, "next": null}} 2018-10-22 16:01:18,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=56f5d5d4dad443aeab5c39453a7111ad&scope.project.id=324d309e5b604ee884aced13bb2e9255&role.id=54475a0b5ce34095bb526868da234e2a used request id req-3a1c53c2-6985-4859-aa94-97f629292764 2018-10-22 16:01:18,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0741539001465s 2018-10-22 16:01:18,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 16:01:18,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/324d309e5b604ee884aced13bb2e9255/users/56f5d5d4dad443aeab5c39453a7111ad/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:18,480 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 16:01:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-060b7c94-9044-4d35-b374-ad5b5f196b20 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 16:01:18,480 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/324d309e5b604ee884aced13bb2e9255/users/56f5d5d4dad443aeab5c39453a7111ad/roles/54475a0b5ce34095bb526868da234e2a used request id req-060b7c94-9044-4d35-b374-ad5b5f196b20 2018-10-22 16:01:18,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.11908698082s 2018-10-22 16:01:18,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 16:01:18,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:18,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cc8e554-dfb4-4a5d-8d3e-aaea1bc3e9d8 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "cefca76580fe463e9f6f13a2a30fe62e", "links": {"self": "http://172.30.9.22:5000/v3/roles/cefca76580fe463e9f6f13a2a30fe62e"}, "name": "Member"}]} 2018-10-22 16:01:18,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9cc8e554-dfb4-4a5d-8d3e-aaea1bc3e9d8 2018-10-22 16:01:18,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0810890197754s 2018-10-22 16:01:18,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 16:01:18,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:18,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c877c646-c63b-4182-8ac5-110ab078a3a4 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 16:01:18,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-c877c646-c63b-4182-8ac5-110ab078a3a4 2018-10-22 16:01:18,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0734369754791s 2018-10-22 16:01:18,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 16:01:18,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:18,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd147038-5767-4e21-bdea-2a8941bf8b18 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_bf861409-78b6-4ac2-a837-72f732f7e10e", "links": {"self": "http://172.30.9.22:5000/v3/users/56f5d5d4dad443aeab5c39453a7111ad"}, "domain_id": "default", "enabled": true, "id": "56f5d5d4dad443aeab5c39453a7111ad", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 16:01:18,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-bd147038-5767-4e21-bdea-2a8941bf8b18 2018-10-22 16:01:18,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100288152695s 2018-10-22 16:01:18,739 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-bd147038-5767-4e21-bdea-2a8941bf8b18 2018-10-22 16:01:18,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 16:01:18,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=56f5d5d4dad443aeab5c39453a7111ad&role.id=54475a0b5ce34095bb526868da234e2a&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:18,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaf3acda-e70b-4d73-9fa4-ebbb7ceed3d5 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=56f5d5d4dad443aeab5c39453a7111ad&role.id=54475a0b5ce34095bb526868da234e2a&scope.domain.id=default", "previous": null, "next": null}} 2018-10-22 16:01:18,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=56f5d5d4dad443aeab5c39453a7111ad&role.id=54475a0b5ce34095bb526868da234e2a&scope.domain.id=default used request id req-aaf3acda-e70b-4d73-9fa4-ebbb7ceed3d5 2018-10-22 16:01:18,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0843398571014s 2018-10-22 16:01:18,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 16:01:18,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/domains/default/users/56f5d5d4dad443aeab5c39453a7111ad/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:01:18,953 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 16:01:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4063403c-d175-470f-b2a1-1d3092e2e5b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 16:01:18,953 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/domains/default/users/56f5d5d4dad443aeab5c39453a7111ad/roles/54475a0b5ce34095bb526868da234e2a used request id req-4063403c-d175-470f-b2a1-1d3092e2e5b8 2018-10-22 16:01:18,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.124047994614s 2018-10-22 16:01:18,954 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 16:01:21,193 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-22 16:01:20.868 11302 INFO rally.deployment.engine [-] Deployment 684f42d8-8746-407b-854e-152716a81658 | Starting: Destroy cloud and free allocated resources. 2018-10-22 16:01:20.959 11302 INFO rally.deployment.engine [-] Deployment 684f42d8-8746-407b-854e-152716a81658 | Completed: Destroy cloud and free allocated resources. 2018-10-22 16:01:20.980 11302 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b3da73a5-2bda-42df-ad55-bc499d6a3dfa). 2018-10-22 16:01:20.984 11302 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-22 16:01:23,724 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 16:01:23.369 11305 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5a038f90-1e99-4980-a6c1-8de5cf98c29c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5a038f90-1e99-4980-a6c1-8de5cf98c29c | 2018-10-22T16:01:23 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5a038f90-1e99-4980-a6c1-8de5cf98c29c ~/.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-10-22 16:01:27,040 - 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-10-22 16:01:27,040 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-22 16:01:29,379 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-22 16:01:29.134 11311 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=b3da73a5-2bda-42df-ad55-bc499d6a3dfa). 2018-10-22 16:01:29.258 11311 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-22 16:01:32,656 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-22 16:01:31.358 11314 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-22 16:01:31.528 11314 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-22 16:01:32.510 11314 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7541f9a3-5c53-411e-b3ec-d3e8390cd815) has been successfully created! Using verifier 'opnfv-tempest' (UUID=7541f9a3-5c53-411e-b3ec-d3e8390cd815) as the default verifier for the future CLI operations. 2018-10-22 16:01:35,738 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-10-22 16:01:35,738 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-22 16:01:35,838 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-22 16:01:35,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 16:01:35,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79a115aa-9d05-4962-b7ac-d7da88b1ff6e 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 16:01:35,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-79a115aa-9d05-4962-b7ac-d7da88b1ff6e 2018-10-22 16:01:35,845 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 16:01:36,215 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cefca76580fe463e9f6f13a2a30fe62e", "name": "Member"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T17:01:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "324d309e5b604ee884aced13bb2e9255", "name": "refstack_defcore-project_bf861409-78b6-4ac2-a837-72f732f7e10e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/324d309e5b604ee884aced13bb2e9255", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/324d309e5b604ee884aced13bb2e9255", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/324d309e5b604ee884aced13bb2e9255", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/324d309e5b604ee884aced13bb2e9255", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/324d309e5b604ee884aced13bb2e9255", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/324d309e5b604ee884aced13bb2e9255", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/324d309e5b604ee884aced13bb2e9255", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/324d309e5b604ee884aced13bb2e9255", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/324d309e5b604ee884aced13bb2e9255", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/324d309e5b604ee884aced13bb2e9255", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/324d309e5b604ee884aced13bb2e9255", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/324d309e5b604ee884aced13bb2e9255", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_bf861409-78b6-4ac2-a837-72f732f7e10e", "id": "56f5d5d4dad443aeab5c39453a7111ad"}, "audit_ids": ["CYnp0mNqQdWTb8qKBZxiKQ"], "issued_at": "2018-10-22T16:01:36.000000Z"}} 2018-10-22 16:01:36,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e051dcd1e04a80efe16912ea3f916868dfbf1fbc" 2018-10-22 16:01:36,225 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 22 Oct 2018 16:01:36 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-10-22 16:01:36,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 16:01:36,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e051dcd1e04a80efe16912ea3f916868dfbf1fbc" 2018-10-22 16:01:36,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-46633aaa-28b8-4aaa-b712-41d8b11a7909 Date: Mon, 22 Oct 2018 16:01:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 16:01:36,777 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-46633aaa-28b8-4aaa-b712-41d8b11a7909 2018-10-22 16:01:36,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.549228906631s 2018-10-22 16:01:36,778 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-46633aaa-28b8-4aaa-b712-41d8b11a7909 2018-10-22 16:01:36,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-22 16:01:36,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}e051dcd1e04a80efe16912ea3f916868dfbf1fbc" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e"}' 2018-10-22 16:01:37,437 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d X-Openstack-Request-Id: req-5a5798e6-7d02-4c97-8c84-8d332159259c Date: Mon, 22 Oct 2018 16:01:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/file", "owner": "324d309e5b604ee884aced13bb2e9255", "id": "aec849eb-4a0b-482b-be8a-e35ac82d7d4d", "size": null, "self": "/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T16:01:37Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e", "checksum": null, "created_at": "2018-10-22T16:01:37Z", "protected": false} 2018-10-22 16:01:37,437 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-5a5798e6-7d02-4c97-8c84-8d332159259c 2018-10-22 16:01:37,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.657140016556s 2018-10-22 16:01:37,437 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-5a5798e6-7d02-4c97-8c84-8d332159259c returning object aec849eb-4a0b-482b-be8a-e35ac82d7d4d 2018-10-22 16:01:37,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-22 16:01:37,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/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}e051dcd1e04a80efe16912ea3f916868dfbf1fbc" -d '' 2018-10-22 16:01:38,628 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-725b39fa-3a2e-4e84-a9d5-9853f2afa502 Date: Mon, 22 Oct 2018 16:01:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 16:01:38,629 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/file used request id req-725b39fa-3a2e-4e84-a9d5-9853f2afa502 2018-10-22 16:01:38,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.19102406502s 2018-10-22 16:01:38,629 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/file used request id req-725b39fa-3a2e-4e84-a9d5-9853f2afa502 2018-10-22 16:01:38,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 16:01:38,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e051dcd1e04a80efe16912ea3f916868dfbf1fbc" 2018-10-22 16:01:38,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-a0090d89-390e-4e2a-917f-8e1f88480ce8 Date: Mon, 22 Oct 2018 16:01:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/snap", "metadata": {}}], "file": "/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/file", "owner": "324d309e5b604ee884aced13bb2e9255", "id": "aec849eb-4a0b-482b-be8a-e35ac82d7d4d", "size": 12716032, "self": "/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T16:01:38Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T16:01:37Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 16:01:38,650 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-a0090d89-390e-4e2a-917f-8e1f88480ce8 2018-10-22 16:01:38,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0214111804962s 2018-10-22 16:01:38,651 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-a0090d89-390e-4e2a-917f-8e1f88480ce8 2018-10-22 16:01:38,652 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/file', 'owner': u'324d309e5b604ee884aced13bb2e9255', 'id': u'aec849eb-4a0b-482b-be8a-e35ac82d7d4d', 'size': 12716032, u'self': u'/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'324d309e5b604ee884aced13bb2e9255', 'name': 'refstack_defcore-project_bf861409-78b6-4ac2-a837-72f732f7e10e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T16:01:38Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T16:01:38Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e', 'created': u'2018-10-22T16:01:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T16:01:37Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 16:01:38,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-22 16:01:38,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}35651a00e56e3ad487ce5cb3f046669c727fc3e5" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_bf861409-78b6-4ac2-a837-72f732f7e10e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-22 16:01:38,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01: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-a87e28bf-47f9-4c5a-81df-2a9122c64975 x-compute-request-id: req-a87e28bf-47f9-4c5a-81df-2a9122c64975 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/97a06bf2-c1fa-4e78-b441-5d4260ac1b8e", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/97a06bf2-c1fa-4e78-b441-5d4260ac1b8e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "97a06bf2-c1fa-4e78-b441-5d4260ac1b8e", "name": "refstack_defcore-flavor_bf861409-78b6-4ac2-a837-72f732f7e10e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 16:01:38,840 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-a87e28bf-47f9-4c5a-81df-2a9122c64975 2018-10-22 16:01:38,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.188488006592s 2018-10-22 16:01:38,841 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-a87e28bf-47f9-4c5a-81df-2a9122c64975 returning object 97a06bf2-c1fa-4e78-b441-5d4260ac1b8e 2018-10-22 16:01:38,841 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_bf861409-78b6-4ac2-a837-72f732f7e10e', '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'8ba7a6acf87944158b12f697f8414be6', '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'97a06bf2-c1fa-4e78-b441-5d4260ac1b8e', 'swap': 0}) 2018-10-22 16:01:38,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-22 16:01:38,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/97a06bf2-c1fa-4e78-b441-5d4260ac1b8e/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}35651a00e56e3ad487ce5cb3f046669c727fc3e5" -d '{"extra_specs": {}}' 2018-10-22 16:01:38,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01: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-496a0d3e-f0aa-4f68-83b9-06d457cf847c x-compute-request-id: req-496a0d3e-f0aa-4f68-83b9-06d457cf847c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-22 16:01:38,858 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/97a06bf2-c1fa-4e78-b441-5d4260ac1b8e/os-extra_specs used request id req-496a0d3e-f0aa-4f68-83b9-06d457cf847c 2018-10-22 16:01:38,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0166168212891s 2018-10-22 16:01:38,858 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/97a06bf2-c1fa-4e78-b441-5d4260ac1b8e/os-extra_specs used request id req-496a0d3e-f0aa-4f68-83b9-06d457cf847c 2018-10-22 16:01:38,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 16:01:38,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e051dcd1e04a80efe16912ea3f916868dfbf1fbc" 2018-10-22 16:01:38,864 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 16:01: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 16:01:38,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e051dcd1e04a80efe16912ea3f916868dfbf1fbc" 2018-10-22 16:01:38,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:01:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a68db79-fb49-4a64-92ca-9a1ee39e6c02 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "cefca76580fe463e9f6f13a2a30fe62e", "links": {"self": "http://172.30.9.22:5000/v3/roles/cefca76580fe463e9f6f13a2a30fe62e"}, "name": "Member"}]} 2018-10-22 16:01:38,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1a68db79-fb49-4a64-92ca-9a1ee39e6c02 2018-10-22 16:01:38,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0894079208374s 2018-10-22 16:01:39,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-22 16:01:39,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e051dcd1e04a80efe16912ea3f916868dfbf1fbc" 2018-10-22 16:01:39,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16: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-a5a65a7b-af00-491d-8f5c-71c70767a123 x-compute-request-id: req-a5a65a7b-af00-491d-8f5c-71c70767a123 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 197}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-22 16:01:39,249 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-a5a65a7b-af00-491d-8f5c-71c70767a123 2018-10-22 16:01:39,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.196163892746s 2018-10-22 16:01:39,249 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-a5a65a7b-af00-491d-8f5c-71c70767a123 2018-10-22 16:01:39,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 16:01:39,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e051dcd1e04a80efe16912ea3f916868dfbf1fbc" 2018-10-22 16:01:39,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-787c1e37-23ee-4490-8199-d90815c4363c Date: Mon, 22 Oct 2018 16:01:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/snap", "metadata": {}}], "file": "/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/file", "owner": "324d309e5b604ee884aced13bb2e9255", "id": "aec849eb-4a0b-482b-be8a-e35ac82d7d4d", "size": 12716032, "self": "/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T16:01:38Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T16:01:37Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 16:01:39,786 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-787c1e37-23ee-4490-8199-d90815c4363c 2018-10-22 16:01:39,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.536170005798s 2018-10-22 16:01:39,787 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-787c1e37-23ee-4490-8199-d90815c4363c 2018-10-22 16:01:39,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-22 16:01:39,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}e051dcd1e04a80efe16912ea3f916868dfbf1fbc" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_bf861409-78b6-4ac2-a837-72f732f7e10e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_bf861409-78b6-4ac2-a837-72f732f7e10e"}' 2018-10-22 16:01:40,387 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976 X-Openstack-Request-Id: req-b33dad65-04b6-40a2-9fe1-5491827f27ee Date: Mon, 22 Oct 2018 16:01:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976/file", "owner": "324d309e5b604ee884aced13bb2e9255", "id": "294bba13-3fe5-483e-a4b2-eefc4d7b2976", "size": null, "self": "/v2/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T16:01:40Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_bf861409-78b6-4ac2-a837-72f732f7e10e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_bf861409-78b6-4ac2-a837-72f732f7e10e", "checksum": null, "created_at": "2018-10-22T16:01:40Z", "protected": false} 2018-10-22 16:01:40,388 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-b33dad65-04b6-40a2-9fe1-5491827f27ee 2018-10-22 16:01:40,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.598129034042s 2018-10-22 16:01:40,388 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-b33dad65-04b6-40a2-9fe1-5491827f27ee returning object 294bba13-3fe5-483e-a4b2-eefc4d7b2976 2018-10-22 16:01:40,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-22 16:01:40,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976/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}e051dcd1e04a80efe16912ea3f916868dfbf1fbc" -d '' 2018-10-22 16:01:41,845 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-19cdc388-d90b-4af9-9cb5-b16d51666b3b Date: Mon, 22 Oct 2018 16:01:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 16:01:41,845 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976/file used request id req-19cdc388-d90b-4af9-9cb5-b16d51666b3b 2018-10-22 16:01:41,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.45568394661s 2018-10-22 16:01:41,845 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976/file used request id req-19cdc388-d90b-4af9-9cb5-b16d51666b3b 2018-10-22 16:01:41,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 16:01:41,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e051dcd1e04a80efe16912ea3f916868dfbf1fbc" 2018-10-22 16:01:42,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-65e32b1d-67e5-4d43-a7b2-bbb2648e2b0d Date: Mon, 22 Oct 2018 16:01:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976/snap", "metadata": {}}], "file": "/v2/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976/file", "owner": "324d309e5b604ee884aced13bb2e9255", "id": "294bba13-3fe5-483e-a4b2-eefc4d7b2976", "size": 12716032, "self": "/v2/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T16:01:41Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_bf861409-78b6-4ac2-a837-72f732f7e10e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_bf861409-78b6-4ac2-a837-72f732f7e10e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T16:01:40Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/snap", "metadata": {}}], "file": "/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/file", "owner": "324d309e5b604ee884aced13bb2e9255", "id": "aec849eb-4a0b-482b-be8a-e35ac82d7d4d", "size": 12716032, "self": "/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T16:01:38Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T16:01:37Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 16:01:42,388 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-65e32b1d-67e5-4d43-a7b2-bbb2648e2b0d 2018-10-22 16:01:42,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.542395114899s 2018-10-22 16:01:42,389 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-65e32b1d-67e5-4d43-a7b2-bbb2648e2b0d 2018-10-22 16:01:42,391 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976/snap', u'metadata': Munch({})})], 'file': u'/v2/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976/file', 'owner': u'324d309e5b604ee884aced13bb2e9255', 'id': u'294bba13-3fe5-483e-a4b2-eefc4d7b2976', 'size': 12716032, u'self': u'/v2/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'324d309e5b604ee884aced13bb2e9255', 'name': 'refstack_defcore-project_bf861409-78b6-4ac2-a837-72f732f7e10e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T16:01:41Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T16:01:41Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_bf861409-78b6-4ac2-a837-72f732f7e10e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_bf861409-78b6-4ac2-a837-72f732f7e10e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_bf861409-78b6-4ac2-a837-72f732f7e10e', 'created': u'2018-10-22T16:01:40Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T16:01:40Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_bf861409-78b6-4ac2-a837-72f732f7e10e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 16:01:42,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-22 16:01:42,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}35651a00e56e3ad487ce5cb3f046669c727fc3e5" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_bf861409-78b6-4ac2-a837-72f732f7e10e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-22 16:01:42,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16: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-e2b9d018-48b4-4bbd-94c3-f8c71b1ee6c9 x-compute-request-id: req-e2b9d018-48b4-4bbd-94c3-f8c71b1ee6c9 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/616e7bd4-dde2-49ad-83c6-415c77b4f6b9", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/616e7bd4-dde2-49ad-83c6-415c77b4f6b9", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "616e7bd4-dde2-49ad-83c6-415c77b4f6b9", "name": "refstack_defcore-flavor_alt_bf861409-78b6-4ac2-a837-72f732f7e10e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 16:01:42,442 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e2b9d018-48b4-4bbd-94c3-f8c71b1ee6c9 2018-10-22 16:01:42,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0492789745331s 2018-10-22 16:01:42,442 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e2b9d018-48b4-4bbd-94c3-f8c71b1ee6c9 returning object 616e7bd4-dde2-49ad-83c6-415c77b4f6b9 2018-10-22 16:01:42,443 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_bf861409-78b6-4ac2-a837-72f732f7e10e', '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'8ba7a6acf87944158b12f697f8414be6', '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'616e7bd4-dde2-49ad-83c6-415c77b4f6b9', 'swap': 0}) 2018-10-22 16:01:42,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-22 16:01:42,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/616e7bd4-dde2-49ad-83c6-415c77b4f6b9/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}35651a00e56e3ad487ce5cb3f046669c727fc3e5" -d '{"extra_specs": {}}' 2018-10-22 16:01:42,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16: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 x-openstack-request-id: req-8976974e-3355-4f2b-9904-d4339a3df96b x-compute-request-id: req-8976974e-3355-4f2b-9904-d4339a3df96b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-22 16:01:42,464 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/616e7bd4-dde2-49ad-83c6-415c77b4f6b9/os-extra_specs used request id req-8976974e-3355-4f2b-9904-d4339a3df96b 2018-10-22 16:01:42,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206530094147s 2018-10-22 16:01:42,465 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/616e7bd4-dde2-49ad-83c6-415c77b4f6b9/os-extra_specs used request id req-8976974e-3355-4f2b-9904-d4339a3df96b 2018-10-22 16:01:42,465 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_bf861409-78b6-4ac2-a837-72f732f7e10e', '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'8ba7a6acf87944158b12f697f8414be6', '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'616e7bd4-dde2-49ad-83c6-415c77b4f6b9', 'swap': 0}) 2018-10-22 16:01:45,553 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-22 16:01:44.566 11333 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7541f9a3-5c53-411e-b3ec-d3e8390cd815) for deployment 'opnfv-rally' (UUID=5a038f90-1e99-4980-a6c1-8de5cf98c29c). 2018-10-22 16:01:45.403 11333 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-22 16:01:45.405 11333 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7541f9a3-5c53-411e-b3ec-d3e8390cd815) has been successfully configured for deployment 'opnfv-rally' (UUID=5a038f90-1e99-4980-a6c1-8de5cf98c29c)! 2018-10-22 16:01:45,554 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-22 16:01:45,554 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-22 16:01:45,557 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-22 16:01:48,417 - 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-10-22 16:01:48,418 - 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-10-22 16:01:48,418 - 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-10-22 16:01:48,418 - 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-10-22 16:01:48,418 - 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-10-22 16:01:48,418 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2018-10-22 16:01:48,418 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw not found in Tempest list. 2018-10-22 16:01:48,418 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name not found in Tempest list. 2018-10-22 16:01:48,418 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status not found in Tempest list. 2018-10-22 16:01:48,419 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2018-10-22 16:01:48,419 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-10-22 16:01:48,419 - 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-10-22 16:01:48,419 - 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-10-22 16:01:48,420 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination not found in Tempest list. 2018-10-22 16:01:48,420 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id not found in Tempest list. 2018-10-22 16:01:48,420 - 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-10-22 16:01:48,420 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id not found in Tempest list. 2018-10-22 16:01:48,420 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2018-10-22 16:01:48,421 - 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-10-22 16:01:48,421 - 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-10-22 16:01:48,421 - 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-10-22 16:01:48,421 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-10-22 16:01:48,421 - 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-10-22 16:01:48,421 - 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-10-22 16:01:48,421 - 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-10-22 16:01:48,421 - 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-10-22 16:01:48,421 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2018-10-22 16:01:48,422 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status not found in Tempest list. 2018-10-22 16:01:48,422 - 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-10-22 16:01:48,422 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2018-10-22 16:01:48,422 - 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-10-22 16:01:48,422 - 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-10-22 16:01:48,422 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2018-10-22 16:01:48,422 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2018-10-22 16:01:48,422 - 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-10-22 16:01:48,422 - 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-10-22 16:01:48,423 - 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-10-22 16:01:48,423 - 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-10-22 16:01:48,423 - 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-10-22 16:01:48,423 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2018-10-22 16:01:48,423 - 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-10-22 16:01:48,423 - 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-10-22 16:01:48,423 - 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-10-22 16:01:48,423 - 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-10-22 16:01:48,423 - 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-10-22 16:01:48,423 - 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-10-22 16:01:48,423 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes not found in Tempest list. 2018-10-22 16:01:48,424 - 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-10-22 16:01:48,424 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet not found in Tempest list. 2018-10-22 16:01:48,424 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2018-10-22 16:01:48,424 - 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-10-22 16:01:48,424 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2018-10-22 16:01:48,424 - 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-10-22 16:01:48,424 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2018-10-22 16:01:48,424 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-10-22 16:01:48,424 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2018-10-22 16:01:48,424 - 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-10-22 16:01:48,425 - 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-10-22 16:01:48,425 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2018-10-22 16:01:48,425 - 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-10-22 16:01:48,425 - 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-10-22 16:01:48,425 - 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-10-22 16:01:48,425 - 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-10-22 16:01:48,425 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2018-10-22 16:01:48,425 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2018-10-22 16:01:48,425 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway not found in Tempest list. 2018-10-22 16:01:48,425 - 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-10-22 16:01:48,425 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit not found in Tempest list. 2018-10-22 16:01:48,426 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2018-10-22 16:01:48,426 - 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-10-22 16:01:48,426 - 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-10-22 16:01:48,426 - 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-10-22 16:01:48,426 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2018-10-22 16:01:48,426 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility not found in Tempest list. 2018-10-22 16:01:48,426 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2018-10-22 16:01:48,426 - 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-10-22 16:01:48,426 - 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-10-22 16:01:48,426 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2018-10-22 16:01:48,426 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2018-10-22 16:01:48,427 - 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-10-22 16:01:48,427 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2018-10-22 16:01:48,427 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-10-22 16:01:48,427 - 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-10-22 16:01:48,427 - 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-10-22 16:01:48,427 - 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-10-22 16:01:48,427 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list not found in Tempest list. 2018-10-22 16:01:48,427 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2018-10-22 16:01:48,427 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-10-22 16:01:48,427 - 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-10-22 16:01:48,427 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details not found in Tempest list. 2018-10-22 16:01:48,428 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2018-10-22 16:01:48,428 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2018-10-22 16:01:48,428 - 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-10-22 16:01:48,428 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size not found in Tempest list. 2018-10-22 16:01:48,428 - refstack_client.list_parser - DEBUG - Number of tests: 200 2018-10-22 16:01:48,430 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-22 16:01:48,456 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-22 16:01:48,457 - 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-10-22 16:01:51,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:01:51.473 11345 INFO rally.api [-] Starting verification (UUID=1f68d043-3300-49cc-b399-57df0ee57b03) for deployment 'opnfv-rally' (UUID=5a038f90-1e99-4980-a6c1-8de5cf98c29c) by verifier 'opnfv-tempest' (UUID=7541f9a3-5c53-411e-b3ec-d3e8390cd815). 2018-10-22 16:01:51,475 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1f68d043-3300-49cc-b399-57df0ee57b03 2018-10-22 16:01:58,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:01:58.616 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.569s] 2018-10-22 16:01:58,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:01:58.675 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.059s] 2018-10-22 16:02:00,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:00.728 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.785s] 2018-10-22 16:02:02,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:02.542 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.629s] 2018-10-22 16:02:11,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:11.196 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.214s] 2018-10-22 16:02:15,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:15.926 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [15.193s] 2018-10-22 16:02:22,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:22.347 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.061s] 2018-10-22 16:02:22,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:22.358 11345 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-10-22 16:02:22,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:22.496 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.138s] 2018-10-22 16:02:22,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:22.510 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.013s] 2018-10-22 16:02:22,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:22.522 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-10-22 16:02:22,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:22.552 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.029s] 2018-10-22 16:02:22,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:22.613 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.060s] 2018-10-22 16:02:22,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:22.680 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.065s] 2018-10-22 16:02:23,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:23.184 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.504s] 2018-10-22 16:02:23,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:23.204 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.019s] 2018-10-22 16:02:23,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:23.270 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.066s] 2018-10-22 16:02:23,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:23.304 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.080s] 2018-10-22 16:02:26,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:26.771 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.464s] 2018-10-22 16:02:31,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:31.939 11345 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-10-22 16:02:34,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:34.609 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [18.679s] 2018-10-22 16:02:35,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:35.811 11345 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.112s] 2018-10-22 16:02:35,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:35.880 11345 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.068s] 2018-10-22 16:02:35,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:35.949 11345 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.069s] 2018-10-22 16:02:38,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:38.983 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [29.184s] 2018-10-22 16:02:40,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:40.468 11345 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.674s] 2018-10-22 16:02:40,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:40.652 11345 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.183s] 2018-10-22 16:02:40,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:40.976 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.998s] 2018-10-22 16:02:42,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:42.955 11345 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.301s] 2018-10-22 16:02:42,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:42.962 11345 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2018-10-22 16:02:43,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:43.149 11345 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.186s] 2018-10-22 16:02:44,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:44.724 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [10.117s] 2018-10-22 16:02:51,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:51.346 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.499s] 2018-10-22 16:02:52,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:52.176 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.829s] 2018-10-22 16:02:52,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:52.527 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.351s] 2018-10-22 16:02:53,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:53.056 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.527s] 2018-10-22 16:02:53,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:53.572 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.517s] 2018-10-22 16:02:53,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:53.642 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.070s] 2018-10-22 16:02:53,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:53.713 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.070s] 2018-10-22 16:02:53,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:53.783 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.069s] 2018-10-22 16:02:53,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:53.853 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.069s] 2018-10-22 16:02:53,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:53.887 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.621s] 2018-10-22 16:02:53,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:53.919 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.065s] 2018-10-22 16:02:54,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:54.058 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.138s] 2018-10-22 16:02:58,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:02:58.133 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.246s] 2018-10-22 16:03:03,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:03.230 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.096s] 2018-10-22 16:03:06,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:06.300 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.069s] 2018-10-22 16:03:10,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:10.188 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.887s] 2018-10-22 16:03:14,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:14.342 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.153s] 2018-10-22 16:03:18,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:18.718 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.375s] 2018-10-22 16:03:26,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:26.100 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.381s] 2018-10-22 16:03:30,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:30.326 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.225s] 2018-10-22 16:03:30,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:30.642 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.316s] 2018-10-22 16:03:30,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:30.753 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.111s] 2018-10-22 16:03:30,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:30.839 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.085s] 2018-10-22 16:03:30,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:30.895 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.055s] 2018-10-22 16:03:31,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:31.005 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.110s] 2018-10-22 16:03:31,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:31.097 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.092s] 2018-10-22 16:03:31,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:31.435 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.337s] 2018-10-22 16:03:31,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:31.501 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.065s] 2018-10-22 16:03:36,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:36.731 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.229s] 2018-10-22 16:03:44,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:44.018 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.165s] 2018-10-22 16:03:46,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:45.999 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.980s] 2018-10-22 16:03:47,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:47.038 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.038s] 2018-10-22 16:03:48,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:48.721 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.682s] 2018-10-22 16:03:50,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:50.053 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.331s] 2018-10-22 16:03:51,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:51.551 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [19.311s] 2018-10-22 16:03:51,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:51.708 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.653s] 2018-10-22 16:03:52,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:52.615 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.907s] 2018-10-22 16:03:52,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:52.684 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.069s] 2018-10-22 16:03:52,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:52.857 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.172s] 2018-10-22 16:03:53,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:53.009 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.152s] 2018-10-22 16:03:53,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:03:53.029 11345 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.020s] 2018-10-22 16:04:00,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:00.448 11345 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.854s] 2018-10-22 16:04:02,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:02.101 11345 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.653s] 2018-10-22 16:04:15,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:15.530 11345 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [6.137s] 2018-10-22 16:04:20,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:20.708 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [95.958s] 2018-10-22 16:04:21,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:21.710 11345 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.178s] 2018-10-22 16:04:24,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:24.779 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.317s] 2018-10-22 16:04:25,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:25.128 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.349s] 2018-10-22 16:04:35,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:35.755 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON ... fail 2018-10-22 16:04:37,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:37.937 11345 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.317s] 2018-10-22 16:04:50,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:50.603 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-10-22 16:04:50,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:50.612 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-10-22 16:04:50,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:50.794 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.181s] 2018-10-22 16:04:50,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:50.972 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.178s] 2018-10-22 16:04:51,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:51.150 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.177s] 2018-10-22 16:04:51,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:51.343 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.192s] 2018-10-22 16:04:51,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:51.633 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.289s] 2018-10-22 16:04:51,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:51.817 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.183s] 2018-10-22 16:04:51,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:51.948 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.131s] 2018-10-22 16:04:52,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:04:52.144 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.195s] 2018-10-22 16:05:02,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:02.254 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [70.704s] 2018-10-22 16:05:05,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:05.907 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.577s] 2018-10-22 16:05:06,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:06.144 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.237s] 2018-10-22 16:05:11,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:11.562 11345 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.296s] 2018-10-22 16:05:20,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:20.482 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.116s] 2018-10-22 16:05:22,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:22.128 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.647s] 2018-10-22 16:05:29,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:29.486 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [27.226s] 2018-10-22 16:05:35,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:35.637 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-10-22 16:05:36,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:36.277 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.639s] 2018-10-22 16:05:36,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:36.460 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.183s] 2018-10-22 16:05:37,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:37.013 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.552s] 2018-10-22 16:05:37,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:37.258 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.244s] 2018-10-22 16:05:37,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:37.769 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.510s] 2018-10-22 16:05:37,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:37.807 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.037s] 2018-10-22 16:05:37,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:37.851 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.044s] 2018-10-22 16:05:38,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:38.039 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.187s] 2018-10-22 16:05:38,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:38.094 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.054s] 2018-10-22 16:05:38,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:38.285 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.190s] 2018-10-22 16:05:38,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:38.516 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.230s] 2018-10-22 16:05:38,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:38.736 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.219s] 2018-10-22 16:05:38,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:38.944 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.208s] 2018-10-22 16:05:38,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:38.993 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.049s] 2018-10-22 16:05:45,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:45.858 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.149s] 2018-10-22 16:05:46,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:46.018 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.160s] 2018-10-22 16:05:46,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:46.192 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.173s] 2018-10-22 16:05:46,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:46.372 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.179s] 2018-10-22 16:05:46,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:46.521 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.148s] 2018-10-22 16:05:46,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:46.672 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.150s] 2018-10-22 16:05:46,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:46.848 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.176s] 2018-10-22 16:05:46,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:46.881 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.033s] 2018-10-22 16:05:47,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:47.037 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.155s] 2018-10-22 16:05:47,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:47.229 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.191s] 2018-10-22 16:05:47,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:47.375 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.145s] 2018-10-22 16:05:47,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:47.574 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.198s] 2018-10-22 16:05:47,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:47.770 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.195s] 2018-10-22 16:05:47,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:47.812 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.042s] 2018-10-22 16:05:48,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:48.001 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.188s] 2018-10-22 16:05:48,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:48.010 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-10-22 16:05:48,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:48.187 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.176s] 2018-10-22 16:05:48,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:48.220 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.032s] 2018-10-22 16:05:48,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:48.252 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-10-22 16:05:48,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:48.290 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.037s] 2018-10-22 16:05:49,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:05:49.011 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [19.524s] 2018-10-22 16:06:11,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:11.328 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.032s] 2018-10-22 16:06:12,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:12.235 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.905s] 2018-10-22 16:06:13,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:13.264 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.029s] 2018-10-22 16:06:14,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:14.008 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.743s] 2018-10-22 16:06:14,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:14.748 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.740s] 2018-10-22 16:06:15,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:15.743 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.994s] 2018-10-22 16:06:16,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:16.563 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.819s] 2018-10-22 16:06:17,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:17.214 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.650s] 2018-10-22 16:06:17,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:17.449 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.235s] 2018-10-22 16:06:18,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:18.327 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.876s] 2018-10-22 16:06:18,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:18.839 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.512s] 2018-10-22 16:06:19,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:19.648 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.808s] 2018-10-22 16:06:20,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:20.338 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.690s] 2018-10-22 16:06:20,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:20.945 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.605s] 2018-10-22 16:06:21,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:21.185 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.240s] 2018-10-22 16:06:21,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:21.564 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.378s] 2018-10-22 16:06:22,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:22.074 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.510s] 2018-10-22 16:06:22,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:22.582 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.507s] 2018-10-22 16:06:28,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:28.590 11345 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.331s] 2018-10-22 16:06:29,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:29.106 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.233s] 2018-10-22 16:06:29,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:29.164 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2018-10-22 16:06:29,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:29.859 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.694s] 2018-10-22 16:06:37,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:37.170 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.305s] 2018-10-22 16:06:41,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:41.942 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.770s] 2018-10-22 16:06:43,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:43.929 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.987s] 2018-10-22 16:06:43,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:43.987 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.058s] 2018-10-22 16:06:44,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:44.067 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.080s] 2018-10-22 16:06:44,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:44.125 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.057s] 2018-10-22 16:06:44,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:44.168 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.043s] 2018-10-22 16:06:50,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:06:50.226 11345 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.161s] 2018-10-22 16:07:00,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:07:00.857 11345 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.189s] 2018-10-22 16:07:10,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:07:10.438 11345 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.579s] 2018-10-22 16:07:21,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:07:21.879 11345 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.439s] 2018-10-22 16:09:37,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:09:37.286 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.415s] 2018-10-22 16:09:37,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:09:37.287 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-22 16:13:15,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:13:15.601 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.155s] 2018-10-22 16:13:15,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:13:15.666 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.072s] 2018-10-22 16:13:16,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:13:16.486 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.818s] 2018-10-22 16:16:23,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:23.836 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.336s] 2018-10-22 16:16:23,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:23.837 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-22 16:16:43,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:43.309 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.574s] 2018-10-22 16:16:43,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:43.545 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.236s] 2018-10-22 16:16:43,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:43.737 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.192s] 2018-10-22 16:16:44,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:44.120 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.382s] 2018-10-22 16:16:44,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:44.500 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.379s] 2018-10-22 16:16:44,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:44.874 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.374s] 2018-10-22 16:16:50,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:50.615 11345 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.823s] 2018-10-22 16:16:52,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:52.272 11345 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.656s] 2018-10-22 16:16:59,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:16:59.945 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.676s] 2018-10-22 16:17:01,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:01.393 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.446s] 2018-10-22 16:17:05,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:05.383 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.985s] 2018-10-22 16:17:06,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:06.355 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.975s] 2018-10-22 16:17:07,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:07.957 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.599s] 2018-10-22 16:17:09,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:09.011 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.053s] 2018-10-22 16:17:10,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:10.730 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.715s] 2018-10-22 16:17:10,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:10.810 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.084s] 2018-10-22 16:17:14,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:14.172 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.167s] 2018-10-22 16:17:20,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:20.710 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.960s] 2018-10-22 16:17:21,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:21.375 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.664s] 2018-10-22 16:17:53,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:17:53.563 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [32.181s] 2018-10-22 16:18:06,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:18:06.087 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.074s] 2018-10-22 16:18:06,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:18:06.444 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.357s] 2018-10-22 16:18:18,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:18:18.250 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.187s] 2018-10-22 16:18:18,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:18:18.429 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.178s] 2018-10-22 16:18:21,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 1f68d043-3300-49cc-b399-57df0ee57b03 2018-10-22 16:18:21,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1f68d043-3300-49cc-b399-57df0ee57b03']'. 2018-10-22 16:18:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-22 16:18:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-22 16:18:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 16:18:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1f68d043-3300-49cc-b399-57df0ee57b03 | 2018-10-22 16:18:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-22 16:18:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-22 16:01:50 | 2018-10-22 16:18:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-22 16:18:21 | 2018-10-22 16:18:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:16:31 | 2018-10-22 16:18:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-10-22 16:18:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-22 16:18:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-22 16:18:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7541f9a3-5c53-411e-b3ec-d3e8390cd815) | 2018-10-22 16:18:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-22 16:18:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5a038f90-1e99-4980-a6c1-8de5cf98c29c) | 2018-10-22 16:18:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-10-22 16:18:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 982.324 | 2018-10-22 16:18:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 194 | 2018-10-22 16:18:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-10-22 16:18:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-22 16:18:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-22 16:18:22,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 6 | 2018-10-22 16:18:22,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 16:18:22,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-22 16:18:22,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-22 16:18:22,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 97.0% 2018-10-22 16:18:22,858 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 16:18:22,858 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 16:47 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-10-22 16:18:22,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-22 16:18:22,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e051dcd1e04a80efe16912ea3f916868dfbf1fbc" 2018-10-22 16:18:24,119 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-993fecb0-bdb7-400b-88d9-75a6f36aeabc Date: Mon, 22 Oct 2018 16:18:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 16:18:24,119 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976 used request id req-993fecb0-bdb7-400b-88d9-75a6f36aeabc 2018-10-22 16:18:24,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.25824117661s 2018-10-22 16:18:24,120 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/294bba13-3fe5-483e-a4b2-eefc4d7b2976 used request id req-993fecb0-bdb7-400b-88d9-75a6f36aeabc 2018-10-22 16:18:24,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-22 16:18:24,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:18:24,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18: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-df67203d-ef4d-4c8f-aa2b-18e587bdb349 x-compute-request-id: req-df67203d-ef4d-4c8f-aa2b-18e587bdb349 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/616e7bd4-dde2-49ad-83c6-415c77b4f6b9", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/616e7bd4-dde2-49ad-83c6-415c77b4f6b9", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "616e7bd4-dde2-49ad-83c6-415c77b4f6b9", "name": "refstack_defcore-flavor_alt_bf861409-78b6-4ac2-a837-72f732f7e10e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/97a06bf2-c1fa-4e78-b441-5d4260ac1b8e", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/97a06bf2-c1fa-4e78-b441-5d4260ac1b8e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "97a06bf2-c1fa-4e78-b441-5d4260ac1b8e", "name": "refstack_defcore-flavor_bf861409-78b6-4ac2-a837-72f732f7e10e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 16:18:24,299 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-df67203d-ef4d-4c8f-aa2b-18e587bdb349 2018-10-22 16:18:24,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.179306030273s 2018-10-22 16:18:24,300 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-df67203d-ef4d-4c8f-aa2b-18e587bdb349 2018-10-22 16:18:24,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-22 16:18:24,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/616e7bd4-dde2-49ad-83c6-415c77b4f6b9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:18:24,353 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 16:18: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-1e1dc1ee-6243-4b0e-9e04-e4b95e83239a x-compute-request-id: req-1e1dc1ee-6243-4b0e-9e04-e4b95e83239a Content-Length: 0 Content-Type: application/json 2018-10-22 16:18:24,353 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/616e7bd4-dde2-49ad-83c6-415c77b4f6b9 used request id req-1e1dc1ee-6243-4b0e-9e04-e4b95e83239a 2018-10-22 16:18:24,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0503790378571s 2018-10-22 16:18:24,353 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/616e7bd4-dde2-49ad-83c6-415c77b4f6b9 used request id req-1e1dc1ee-6243-4b0e-9e04-e4b95e83239a 2018-10-22 16:18:24,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 16:18:24,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e051dcd1e04a80efe16912ea3f916868dfbf1fbc" 2018-10-22 16:18:24,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-c392c8ba-047f-47d0-82ad-4c11cb91c6de Date: Mon, 22 Oct 2018 16:18:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/snap", "metadata": {}}], "file": "/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/file", "owner": "324d309e5b604ee884aced13bb2e9255", "id": "aec849eb-4a0b-482b-be8a-e35ac82d7d4d", "size": 12716032, "self": "/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T16:01:38Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_bf861409-78b6-4ac2-a837-72f732f7e10e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T16:01:37Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 16:18:24,520 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-c392c8ba-047f-47d0-82ad-4c11cb91c6de 2018-10-22 16:18:24,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166427135468s 2018-10-22 16:18:24,521 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-c392c8ba-047f-47d0-82ad-4c11cb91c6de 2018-10-22 16:18:24,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-22 16:18:24,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e051dcd1e04a80efe16912ea3f916868dfbf1fbc" 2018-10-22 16:18:26,407 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6835e008-17eb-4962-8858-21cd27db631f Date: Mon, 22 Oct 2018 16:18:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 16:18:26,407 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d used request id req-6835e008-17eb-4962-8858-21cd27db631f 2018-10-22 16:18:26,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.88493704796s 2018-10-22 16:18:26,408 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/aec849eb-4a0b-482b-be8a-e35ac82d7d4d used request id req-6835e008-17eb-4962-8858-21cd27db631f 2018-10-22 16:18:26,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-22 16:18:26,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:18:26,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18: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-97120441-256d-4cf0-a17a-29ad9ead0f59 x-compute-request-id: req-97120441-256d-4cf0-a17a-29ad9ead0f59 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/97a06bf2-c1fa-4e78-b441-5d4260ac1b8e", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/97a06bf2-c1fa-4e78-b441-5d4260ac1b8e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "97a06bf2-c1fa-4e78-b441-5d4260ac1b8e", "name": "refstack_defcore-flavor_bf861409-78b6-4ac2-a837-72f732f7e10e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 16:18:26,440 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-97120441-256d-4cf0-a17a-29ad9ead0f59 2018-10-22 16:18:26,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0319240093231s 2018-10-22 16:18:26,441 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-97120441-256d-4cf0-a17a-29ad9ead0f59 2018-10-22 16:18:26,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-22 16:18:26,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/97a06bf2-c1fa-4e78-b441-5d4260ac1b8e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:18:26,479 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 16:18: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-a259ca7b-08af-4483-9d1e-8c4752a7cfaa x-compute-request-id: req-a259ca7b-08af-4483-9d1e-8c4752a7cfaa Content-Length: 0 Content-Type: application/json 2018-10-22 16:18:26,479 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/97a06bf2-c1fa-4e78-b441-5d4260ac1b8e used request id req-a259ca7b-08af-4483-9d1e-8c4752a7cfaa 2018-10-22 16:18:26,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0369260311127s 2018-10-22 16:18:26,480 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/97a06bf2-c1fa-4e78-b441-5d4260ac1b8e used request id req-a259ca7b-08af-4483-9d1e-8c4752a7cfaa 2018-10-22 16:18:26,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 16:18:26,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:18:26,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48f7e8a0-4967-4bd5-9715-df93515ecb17 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_bf861409-78b6-4ac2-a837-72f732f7e10e", "links": {"self": "http://172.30.9.22:5000/v3/users/56f5d5d4dad443aeab5c39453a7111ad"}, "domain_id": "default", "enabled": true, "id": "56f5d5d4dad443aeab5c39453a7111ad", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 16:18:26,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-48f7e8a0-4967-4bd5-9715-df93515ecb17 2018-10-22 16:18:26,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0968179702759s 2018-10-22 16:18:26,577 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-48f7e8a0-4967-4bd5-9715-df93515ecb17 2018-10-22 16:18:26,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 16:18:26,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/56f5d5d4dad443aeab5c39453a7111ad -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:18:26,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5faf713-44dd-4708-ae18-c6b5ce269862 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/56f5d5d4dad443aeab5c39453a7111ad"}, "enabled": true, "id": "56f5d5d4dad443aeab5c39453a7111ad", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_bf861409-78b6-4ac2-a837-72f732f7e10e"}} 2018-10-22 16:18:26,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/56f5d5d4dad443aeab5c39453a7111ad used request id req-d5faf713-44dd-4708-ae18-c6b5ce269862 2018-10-22 16:18:26,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0923049449921s 2018-10-22 16:18:26,676 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/56f5d5d4dad443aeab5c39453a7111ad used request id req-d5faf713-44dd-4708-ae18-c6b5ce269862 2018-10-22 16:18:26,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-22 16:18:26,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/56f5d5d4dad443aeab5c39453a7111ad -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:18:27,039 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 16:18:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9280384d-9d50-49be-8d4d-12d7dfc5d0e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 16:18:27,040 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/56f5d5d4dad443aeab5c39453a7111ad used request id req-9280384d-9d50-49be-8d4d-12d7dfc5d0e3 2018-10-22 16:18:27,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.363080978394s 2018-10-22 16:18:27,040 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/56f5d5d4dad443aeab5c39453a7111ad used request id req-9280384d-9d50-49be-8d4d-12d7dfc5d0e3 2018-10-22 16:18:27,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 16:18:27,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:18:27,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bfdaf81-72ee-4b9b-aba8-9479cff7baf8 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.22:5000/v3/projects/324d309e5b604ee884aced13bb2e9255"}, "enabled": true, "id": "324d309e5b604ee884aced13bb2e9255", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_bf861409-78b6-4ac2-a837-72f732f7e10e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 16:18:27,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-1bfdaf81-72ee-4b9b-aba8-9479cff7baf8 2018-10-22 16:18:27,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0828461647034s 2018-10-22 16:18:27,124 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-1bfdaf81-72ee-4b9b-aba8-9479cff7baf8 2018-10-22 16:18:27,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-22 16:18:27,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/324d309e5b604ee884aced13bb2e9255 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:18:27,284 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 16:18:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7530cf2-e55e-4feb-b23f-f6cfa8ec77cd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 16:18:27,284 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/324d309e5b604ee884aced13bb2e9255 used request id req-a7530cf2-e55e-4feb-b23f-f6cfa8ec77cd 2018-10-22 16:18:27,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.157996892929s 2018-10-22 16:18:27,284 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/324d309e5b604ee884aced13bb2e9255 used request id req-a7530cf2-e55e-4feb-b23f-f6cfa8ec77cd 2018-10-22 16:18:27,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 16:18:27,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:18:27,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a903097-d566-489d-8565-db249d4b75b4 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "cefca76580fe463e9f6f13a2a30fe62e", "links": {"self": "http://172.30.9.22:5000/v3/roles/cefca76580fe463e9f6f13a2a30fe62e"}, "name": "Member"}]} 2018-10-22 16:18:27,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5a903097-d566-489d-8565-db249d4b75b4 2018-10-22 16:18:27,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0805370807648s 2018-10-22 16:18:27,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-22 16:18:27,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/cefca76580fe463e9f6f13a2a30fe62e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:18:27,508 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 16:18:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5d05623-2046-40e6-bc32-c02224b635e2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 16:18:27,508 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/cefca76580fe463e9f6f13a2a30fe62e used request id req-f5d05623-2046-40e6-bc32-c02224b635e2 2018-10-22 16:18:27,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.141201972961s 2018-10-22 16:18:27,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-22 16:18:27,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=324d309e5b604ee884aced13bb2e9255&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}35651a00e56e3ad487ce5cb3f046669c727fc3e5" 2018-10-22 16:18:27,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-a81ae8f8-3e0a-4413-af82-9e318f33ee0d Date: Mon, 22 Oct 2018 16:18:27 GMT RESP BODY: {"security_groups": []} 2018-10-22 16:18:27,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=324d309e5b604ee884aced13bb2e9255&name=default used request id req-a81ae8f8-3e0a-4413-af82-9e318f33ee0d 2018-10-22 16:18:27,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.180773973465s 2018-10-22 16:18:27,693 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=324d309e5b604ee884aced13bb2e9255&name=default used request id req-a81ae8f8-3e0a-4413-af82-9e318f33ee0d 2018-10-22 16:18:27,693 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-10-22 16:18:27,742 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-10-22 16:18:27,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 16:18:27,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 16:18:27,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 16:18:27,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 16:18:27,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 16:18:27,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 16:18:27,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 16:18:27,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 16:18:27,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 16:18:27,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 16:18:27,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 16:18:27,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 16:18:27,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 16:18:27,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 16:18:27,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 16:18:27,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 16:18:27,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 16:18:27,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 16:18:27,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 16:18:27,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 16:18:27,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 16:18:27,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 16:18:27,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 16:18:27,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 16:18:27,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 16:18:27,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aefe2e0-1796-46d9-9e86-0cb8665c91d6 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 16:18:27,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1aefe2e0-1796-46d9-9e86-0cb8665c91d6 2018-10-22 16:18:27,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 16:18:28,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T17:18:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["gU3mTyG3QYqKs5J_E2M1_w"], "issued_at": "2018-10-22T16:18:28.000000Z"}} 2018-10-22 16:18:28,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 16:18:28,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:28,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5012f894-0cc1-44fd-a70d-ca59ed15334b Date: Mon, 22 Oct 2018 16:18:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 16:18:28,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5012f894-0cc1-44fd-a70d-ca59ed15334b 2018-10-22 16:18:28,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.241586208344s 2018-10-22 16:18:28,424 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5012f894-0cc1-44fd-a70d-ca59ed15334b 2018-10-22 16:18:28,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-22 16:18:28,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:28,431 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 16:18: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 16:18:28,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:28,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1469b974-5205-4352-88d7-2fab872e2273 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/4efcfa9916f34e3598719fc817429a11"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4efcfa9916f34e3598719fc817429a11"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-10-22 16:18:28,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-1469b974-5205-4352-88d7-2fab872e2273 2018-10-22 16:18:28,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.089506149292s 2018-10-22 16:18:28,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-22 16:18:28,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}131d356d2347234d2db6aee38ce4df208b0a28be" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_5362d333-9b8e-4bec-b16a-d8a2e0aa583f"}}' 2018-10-22 16:18:28,610 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 16:18:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db111787-0b74-4255-b6ad-c7b94d8c32d9 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.22:5000/v3/projects/516422c3c89a4aa8aa839d22835d722d"}, "enabled": true, "id": "516422c3c89a4aa8aa839d22835d722d", "parent_id": "default", "domain_id": "default", "name": "patrole-project_5362d333-9b8e-4bec-b16a-d8a2e0aa583f"}} 2018-10-22 16:18:28,610 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-db111787-0b74-4255-b6ad-c7b94d8c32d9 2018-10-22 16:18:28,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0938990116119s 2018-10-22 16:18:28,611 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-db111787-0b74-4255-b6ad-c7b94d8c32d9 2018-10-22 16:18:28,611 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'id': u'516422c3c89a4aa8aa839d22835d722d', '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-10-22 16:18:28,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-22 16:18:28,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.357173919678s 2018-10-22 16:18:28,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/601b1ebfa348439fbadced2523359df5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:29,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e26b854-4c24-4c6e-8ddf-22467c0d73a7 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/601b1ebfa348439fbadced2523359df5"}, "enabled": true, "id": "601b1ebfa348439fbadced2523359df5", "options": {}, "domain_id": "default", "name": "patrole-user_5362d333-9b8e-4bec-b16a-d8a2e0aa583f"}} 2018-10-22 16:18:29,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/601b1ebfa348439fbadced2523359df5 used request id req-0e26b854-4c24-4c6e-8ddf-22467c0d73a7 2018-10-22 16:18:29,065 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'601b1ebfa348439fbadced2523359df5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_5362d333-9b8e-4bec-b16a-d8a2e0aa583f'}) 2018-10-22 16:18:29,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 16:18:29,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:29,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-598f6e86-6c03-46c2-8492-2f14cbbe336a Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 16:18:29,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-598f6e86-6c03-46c2-8492-2f14cbbe336a 2018-10-22 16:18:29,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0726931095123s 2018-10-22 16:18:29,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 16:18:29,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:29,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc31342a-e009-45db-8bfd-5e8f72e2b12b Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 16:18:29,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fc31342a-e009-45db-8bfd-5e8f72e2b12b 2018-10-22 16:18:29,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0853810310364s 2018-10-22 16:18:29,226 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 16:18:29,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-22 16:18:29,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" -d '{"role": {"name": "Member"}}' 2018-10-22 16:18:29,338 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 16:18:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98aa6b89-b042-4838-9fb6-ac6678a22ccb Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f11338a73b9d4ad69fb24bf821a21427", "links": {"self": "http://172.30.9.22:5000/v3/roles/f11338a73b9d4ad69fb24bf821a21427"}, "name": "Member"}} 2018-10-22 16:18:29,338 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-98aa6b89-b042-4838-9fb6-ac6678a22ccb 2018-10-22 16:18:29,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.112008094788s 2018-10-22 16:18:29,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/f11338a73b9d4ad69fb24bf821a21427 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:29,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-512fb901-3722-4ddc-8e8e-bdf4506fba1e Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/f11338a73b9d4ad69fb24bf821a21427"}, "domain_id": null, "name": "Member", "id": "f11338a73b9d4ad69fb24bf821a21427"}} 2018-10-22 16:18:29,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/f11338a73b9d4ad69fb24bf821a21427 used request id req-512fb901-3722-4ddc-8e8e-bdf4506fba1e 2018-10-22 16:18:29,415 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/f11338a73b9d4ad69fb24bf821a21427'}, 'domain_id': None, 'human_id': None, 'id': u'f11338a73b9d4ad69fb24bf821a21427', 'HUMAN_ID': False}) 2018-10-22 16:18:29,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 16:18:29,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:29,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcd9ebef-e2fb-466b-a62d-9e8a68dae22c Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f11338a73b9d4ad69fb24bf821a21427", "links": {"self": "http://172.30.9.22:5000/v3/roles/f11338a73b9d4ad69fb24bf821a21427"}, "name": "Member"}]} 2018-10-22 16:18:29,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-bcd9ebef-e2fb-466b-a62d-9e8a68dae22c 2018-10-22 16:18:29,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0823738574982s 2018-10-22 16:18:29,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 16:18:29,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:29,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63d87f2a-088c-481d-b709-c73dad965737 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 16:18:29,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-63d87f2a-088c-481d-b709-c73dad965737 2018-10-22 16:18:29,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0785920619965s 2018-10-22 16:18:29,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 16:18:29,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:29,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37fc5004-bed4-43c5-b4f9-a2b4d37bae52 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "links": {"self": "http://172.30.9.22:5000/v3/users/601b1ebfa348439fbadced2523359df5"}, "domain_id": "default", "enabled": true, "id": "601b1ebfa348439fbadced2523359df5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 16:18:29,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-37fc5004-bed4-43c5-b4f9-a2b4d37bae52 2018-10-22 16:18:29,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.089469909668s 2018-10-22 16:18:29,669 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-37fc5004-bed4-43c5-b4f9-a2b4d37bae52 2018-10-22 16:18:29,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 16:18:29,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:29,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-057e4f78-a30e-4ab3-8d66-2afa03578cf4 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.22:5000/v3/projects/516422c3c89a4aa8aa839d22835d722d"}, "enabled": true, "id": "516422c3c89a4aa8aa839d22835d722d", "parent_id": "default", "domain_id": "default", "name": "patrole-project_5362d333-9b8e-4bec-b16a-d8a2e0aa583f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 16:18:29,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-057e4f78-a30e-4ab3-8d66-2afa03578cf4 2018-10-22 16:18:29,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0825989246368s 2018-10-22 16:18:29,758 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-057e4f78-a30e-4ab3-8d66-2afa03578cf4 2018-10-22 16:18:29,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 16:18:29,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=601b1ebfa348439fbadced2523359df5&scope.project.id=516422c3c89a4aa8aa839d22835d722d&role.id=f11338a73b9d4ad69fb24bf821a21427 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:29,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb0634c2-f84d-4b87-a9a1-3a66eae40407 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=601b1ebfa348439fbadced2523359df5&scope.project.id=516422c3c89a4aa8aa839d22835d722d&role.id=f11338a73b9d4ad69fb24bf821a21427", "previous": null, "next": null}} 2018-10-22 16:18:29,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=601b1ebfa348439fbadced2523359df5&scope.project.id=516422c3c89a4aa8aa839d22835d722d&role.id=f11338a73b9d4ad69fb24bf821a21427 used request id req-eb0634c2-f84d-4b87-a9a1-3a66eae40407 2018-10-22 16:18:29,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.080491065979s 2018-10-22 16:18:29,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 16:18:29,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/516422c3c89a4aa8aa839d22835d722d/users/601b1ebfa348439fbadced2523359df5/roles/f11338a73b9d4ad69fb24bf821a21427 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:29,947 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 16:18:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7bfe504-37c4-4149-a24c-c86afd8bd801 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 16:18:29,947 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/516422c3c89a4aa8aa839d22835d722d/users/601b1ebfa348439fbadced2523359df5/roles/f11338a73b9d4ad69fb24bf821a21427 used request id req-b7bfe504-37c4-4149-a24c-c86afd8bd801 2018-10-22 16:18:29,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.106311798096s 2018-10-22 16:18:29,948 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 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': '719a15d4-51db-4ce8-a4a1-c560020027d8', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'project_id': u'516422c3c89a4aa8aa839d22835d722d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 16:18:29,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 16:18:29,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 16:18:29,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 16:18:29,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 16:18:29,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 16:18:29,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 16:18:29,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 16:18:29,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 16:18:29,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 16:18:29,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 16:18:29,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 16:18:29,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 16:18:29,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 16:18:29,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 16:18:29,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 16:18:29,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 16:18:29,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 16:18:29,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 16:18:29,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 16:18:29,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 16:18:29,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 16:18:29,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 16:18:29,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 16:18:29,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 16:18:29,954 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'password': '719a15d4-51db-4ce8-a4a1-c560020027d8', 'project_name': 'patrole-project_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '516422c3c89a4aa8aa839d22835d722d', 'project_domain_name': 'Default'} 2018-10-22 16:18:29,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 16:18:29,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:30,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bca82d4-9e5a-4d98-853c-02d702dc3470 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f11338a73b9d4ad69fb24bf821a21427", "links": {"self": "http://172.30.9.22:5000/v3/roles/f11338a73b9d4ad69fb24bf821a21427"}, "name": "Member"}]} 2018-10-22 16:18:30,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5bca82d4-9e5a-4d98-853c-02d702dc3470 2018-10-22 16:18:30,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0804779529572s 2018-10-22 16:18:30,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 16:18:30,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:30,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-243e59aa-9bb8-46d3-a272-a87d59025936 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f11338a73b9d4ad69fb24bf821a21427", "links": {"self": "http://172.30.9.22:5000/v3/roles/f11338a73b9d4ad69fb24bf821a21427"}, "name": "Member"}]} 2018-10-22 16:18:30,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-243e59aa-9bb8-46d3-a272-a87d59025936 2018-10-22 16:18:30,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0786747932434s 2018-10-22 16:18:30,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 16:18:30,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:30,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8804ac9-427f-4a19-97a0-255e7ff93dcb 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 16:18:30,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-b8804ac9-427f-4a19-97a0-255e7ff93dcb 2018-10-22 16:18:30,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.153477191925s 2018-10-22 16:18:30,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 16:18:30,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:30,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94e7e1d4-02c5-44a2-8d89-724f78bca7be Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "links": {"self": "http://172.30.9.22:5000/v3/users/601b1ebfa348439fbadced2523359df5"}, "domain_id": "default", "enabled": true, "id": "601b1ebfa348439fbadced2523359df5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 16:18:30,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-94e7e1d4-02c5-44a2-8d89-724f78bca7be 2018-10-22 16:18:30,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.1902821064s 2018-10-22 16:18:30,461 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-94e7e1d4-02c5-44a2-8d89-724f78bca7be 2018-10-22 16:18:30,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 16:18:30,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:30,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-411867b3-94af-4fbe-8c79-61f278ef68d9 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.22:5000/v3/projects/516422c3c89a4aa8aa839d22835d722d"}, "enabled": true, "id": "516422c3c89a4aa8aa839d22835d722d", "parent_id": "default", "domain_id": "default", "name": "patrole-project_5362d333-9b8e-4bec-b16a-d8a2e0aa583f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 16:18:30,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-411867b3-94af-4fbe-8c79-61f278ef68d9 2018-10-22 16:18:30,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0824379920959s 2018-10-22 16:18:30,550 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-411867b3-94af-4fbe-8c79-61f278ef68d9 2018-10-22 16:18:30,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 16:18:30,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=601b1ebfa348439fbadced2523359df5&scope.project.id=516422c3c89a4aa8aa839d22835d722d&role.id=54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:30,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94ef11c0-b6ff-436b-ad5f-e7d993891222 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=601b1ebfa348439fbadced2523359df5&scope.project.id=516422c3c89a4aa8aa839d22835d722d&role.id=54475a0b5ce34095bb526868da234e2a", "previous": null, "next": null}} 2018-10-22 16:18:30,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=601b1ebfa348439fbadced2523359df5&scope.project.id=516422c3c89a4aa8aa839d22835d722d&role.id=54475a0b5ce34095bb526868da234e2a used request id req-94ef11c0-b6ff-436b-ad5f-e7d993891222 2018-10-22 16:18:30,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0151381492615s 2018-10-22 16:18:30,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 16:18:30,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/516422c3c89a4aa8aa839d22835d722d/users/601b1ebfa348439fbadced2523359df5/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:30,684 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 16:18:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-844685d2-8a63-4078-ab32-873ab20d4557 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 16:18:30,685 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/516422c3c89a4aa8aa839d22835d722d/users/601b1ebfa348439fbadced2523359df5/roles/54475a0b5ce34095bb526868da234e2a used request id req-844685d2-8a63-4078-ab32-873ab20d4557 2018-10-22 16:18:30,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117057085037s 2018-10-22 16:18:30,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 16:18:30,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:30,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d561606-8584-4399-9727-ddd05e405a8a Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f11338a73b9d4ad69fb24bf821a21427", "links": {"self": "http://172.30.9.22:5000/v3/roles/f11338a73b9d4ad69fb24bf821a21427"}, "name": "Member"}]} 2018-10-22 16:18:30,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9d561606-8584-4399-9727-ddd05e405a8a 2018-10-22 16:18:30,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0794589519501s 2018-10-22 16:18:30,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 16:18:30,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:30,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f72ff166-4ff1-4d34-bed0-e4d619e6a924 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 16:18:30,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-f72ff166-4ff1-4d34-bed0-e4d619e6a924 2018-10-22 16:18:30,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0747420787811s 2018-10-22 16:18:30,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 16:18:30,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:30,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9ff6434-ec8e-4fe9-803e-d872e354e339 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "links": {"self": "http://172.30.9.22:5000/v3/users/601b1ebfa348439fbadced2523359df5"}, "domain_id": "default", "enabled": true, "id": "601b1ebfa348439fbadced2523359df5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 16:18:30,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e9ff6434-ec8e-4fe9-803e-d872e354e339 2018-10-22 16:18:30,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0966730117798s 2018-10-22 16:18:30,937 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e9ff6434-ec8e-4fe9-803e-d872e354e339 2018-10-22 16:18:30,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 16:18:30,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=601b1ebfa348439fbadced2523359df5&role.id=54475a0b5ce34095bb526868da234e2a&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:31,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-831a41d7-c469-4353-bf1a-2ec2b248afe6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=601b1ebfa348439fbadced2523359df5&role.id=54475a0b5ce34095bb526868da234e2a&scope.domain.id=default", "previous": null, "next": null}} 2018-10-22 16:18:31,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=601b1ebfa348439fbadced2523359df5&role.id=54475a0b5ce34095bb526868da234e2a&scope.domain.id=default used request id req-831a41d7-c469-4353-bf1a-2ec2b248afe6 2018-10-22 16:18:31,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0829980373383s 2018-10-22 16:18:31,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 16:18:31,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/domains/default/users/601b1ebfa348439fbadced2523359df5/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:18:31,126 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 16:18:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bbb3d31-71b5-435b-9b4b-33e178969b0b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 16:18:31,127 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/domains/default/users/601b1ebfa348439fbadced2523359df5/roles/54475a0b5ce34095bb526868da234e2a used request id req-7bbb3d31-71b5-435b-9b4b-33e178969b0b 2018-10-22 16:18:31,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.103370904922s 2018-10-22 16:18:31,127 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 16:18:33,667 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-22 16:18:33.232 11383 INFO rally.deployment.engine [-] Deployment 5a038f90-1e99-4980-a6c1-8de5cf98c29c | Starting: Destroy cloud and free allocated resources. 2018-10-22 16:18:33.321 11383 INFO rally.deployment.engine [-] Deployment 5a038f90-1e99-4980-a6c1-8de5cf98c29c | Completed: Destroy cloud and free allocated resources. 2018-10-22 16:18:33.369 11383 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=7541f9a3-5c53-411e-b3ec-d3e8390cd815) for deployment 'opnfv-rally'. 2018-10-22 16:18:33.393 11383 INFO rally.api [-] Deleting verification (UUID=1f68d043-3300-49cc-b399-57df0ee57b03). 2018-10-22 16:18:33.441 11383 INFO rally.api [-] Verification has been successfully deleted! 2018-10-22 16:18:33.441 11383 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=7541f9a3-5c53-411e-b3ec-d3e8390cd815). 2018-10-22 16:18:33.449 11383 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-22 16:18:36,070 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 16:18:35.759 11386 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=205bb9e1-5e8e-4b55-8db3-b6516c92f0a1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 205bb9e1-5e8e-4b55-8db3-b6516c92f0a1 | 2018-10-22T16:18:35 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 205bb9e1-5e8e-4b55-8db3-b6516c92f0a1 ~/.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-10-22 16:18:39,416 - 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-10-22 16:18:39,416 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-22 16:18:41,801 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-22 16:18:41.549 11392 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=7541f9a3-5c53-411e-b3ec-d3e8390cd815). 2018-10-22 16:18:41.686 11392 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-22 16:18:45,149 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-22 16:18:43.819 11395 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-22 16:18:44.016 11395 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-22 16:18:44.973 11395 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=21db4a11-3e0c-4220-9ddb-e3528d86cade) has been successfully created! Using verifier 'opnfv-tempest' (UUID=21db4a11-3e0c-4220-9ddb-e3528d86cade) as the default verifier for the future CLI operations. 2018-10-22 16:18:48,150 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-10-22 16:18:48,151 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-22 16:18:48,218 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-22 16:18:48,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 16:18:48,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81ef4660-587c-4e8d-847d-24e61da5d543 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 16:18:48,226 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-81ef4660-587c-4e8d-847d-24e61da5d543 2018-10-22 16:18:48,226 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 16:18:48,601 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f11338a73b9d4ad69fb24bf821a21427", "name": "Member"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T17:18:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "516422c3c89a4aa8aa839d22835d722d", "name": "patrole-project_5362d333-9b8e-4bec-b16a-d8a2e0aa583f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/516422c3c89a4aa8aa839d22835d722d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/516422c3c89a4aa8aa839d22835d722d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/516422c3c89a4aa8aa839d22835d722d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/516422c3c89a4aa8aa839d22835d722d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/516422c3c89a4aa8aa839d22835d722d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/516422c3c89a4aa8aa839d22835d722d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/516422c3c89a4aa8aa839d22835d722d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/516422c3c89a4aa8aa839d22835d722d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/516422c3c89a4aa8aa839d22835d722d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/516422c3c89a4aa8aa839d22835d722d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/516422c3c89a4aa8aa839d22835d722d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/516422c3c89a4aa8aa839d22835d722d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "id": "601b1ebfa348439fbadced2523359df5"}, "audit_ids": ["VdJGNMvzQxC86JA1uF8z8w"], "issued_at": "2018-10-22T16:18:48.000000Z"}} 2018-10-22 16:18:48,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}7f10a76e2dee2130bccedcb20abe291e3f0f76e0" 2018-10-22 16:18:48,611 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 22 Oct 2018 16:18:48 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-10-22 16:18:48,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 16:18:48,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}7f10a76e2dee2130bccedcb20abe291e3f0f76e0" 2018-10-22 16:18:48,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e5fb2446-3838-4b6c-9596-bd89479b8ec0 Date: Mon, 22 Oct 2018 16:18:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 16:18:48,805 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e5fb2446-3838-4b6c-9596-bd89479b8ec0 2018-10-22 16:18:48,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.190675973892s 2018-10-22 16:18:48,806 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e5fb2446-3838-4b6c-9596-bd89479b8ec0 2018-10-22 16:18:48,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-22 16:18:48,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}7f10a76e2dee2130bccedcb20abe291e3f0f76e0" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f"}' 2018-10-22 16:18:49,016 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7 X-Openstack-Request-Id: req-ed8cf3fb-1b1b-4961-8b31-f8fbfe345964 Date: Mon, 22 Oct 2018 16:18:49 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7/file", "owner": "516422c3c89a4aa8aa839d22835d722d", "id": "da451879-48db-4bbd-bbaf-dd6736faefa7", "size": null, "self": "/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T16:18:48Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "checksum": null, "created_at": "2018-10-22T16:18:48Z", "protected": false} 2018-10-22 16:18:49,016 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-ed8cf3fb-1b1b-4961-8b31-f8fbfe345964 2018-10-22 16:18:49,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.208791971207s 2018-10-22 16:18:49,017 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-ed8cf3fb-1b1b-4961-8b31-f8fbfe345964 returning object da451879-48db-4bbd-bbaf-dd6736faefa7 2018-10-22 16:18:49,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-22 16:18:49,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7/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}7f10a76e2dee2130bccedcb20abe291e3f0f76e0" -d '' 2018-10-22 16:18:50,878 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1e3c946d-ddae-4262-842d-497fcc5049ae Date: Mon, 22 Oct 2018 16:18:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 16:18:50,879 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7/file used request id req-1e3c946d-ddae-4262-842d-497fcc5049ae 2018-10-22 16:18:50,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.86086320877s 2018-10-22 16:18:50,879 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7/file used request id req-1e3c946d-ddae-4262-842d-497fcc5049ae 2018-10-22 16:18:50,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 16:18:50,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}7f10a76e2dee2130bccedcb20abe291e3f0f76e0" 2018-10-22 16:18:51,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-8476ebcd-999e-4c71-bfa2-de9ef8d70f23 Date: Mon, 22 Oct 2018 16:18:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/da451879-48db-4bbd-bbaf-dd6736faefa7/snap", "metadata": {}}], "file": "/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7/file", "owner": "516422c3c89a4aa8aa839d22835d722d", "id": "da451879-48db-4bbd-bbaf-dd6736faefa7", "size": 12716032, "self": "/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/da451879-48db-4bbd-bbaf-dd6736faefa7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T16:18:50Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T16:18:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 16:18:51,041 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8476ebcd-999e-4c71-bfa2-de9ef8d70f23 2018-10-22 16:18:51,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.161706924438s 2018-10-22 16:18:51,042 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8476ebcd-999e-4c71-bfa2-de9ef8d70f23 2018-10-22 16:18:51,044 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/da451879-48db-4bbd-bbaf-dd6736faefa7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7/file', 'owner': u'516422c3c89a4aa8aa839d22835d722d', 'id': u'da451879-48db-4bbd-bbaf-dd6736faefa7', 'size': 12716032, u'self': u'/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'516422c3c89a4aa8aa839d22835d722d', 'name': 'patrole-project_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/da451879-48db-4bbd-bbaf-dd6736faefa7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T16:18:50Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T16:18:50Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'created': u'2018-10-22T16:18:48Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T16:18:48Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 16:18:51,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-22 16:18:51,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}131d356d2347234d2db6aee38ce4df208b0a28be" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-22 16:18:51,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55e67e0b-a05c-481b-9dde-92cb12ab6a9c x-compute-request-id: req-55e67e0b-a05c-481b-9dde-92cb12ab6a9c Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/6af9f619-4506-4c6d-a6bc-33a6a46a0e65", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/6af9f619-4506-4c6d-a6bc-33a6a46a0e65", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "6af9f619-4506-4c6d-a6bc-33a6a46a0e65", "name": "patrole-flavor_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 16:18:51,294 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-55e67e0b-a05c-481b-9dde-92cb12ab6a9c 2018-10-22 16:18:51,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.249032974243s 2018-10-22 16:18:51,294 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-55e67e0b-a05c-481b-9dde-92cb12ab6a9c returning object 6af9f619-4506-4c6d-a6bc-33a6a46a0e65 2018-10-22 16:18:51,295 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', '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'8ba7a6acf87944158b12f697f8414be6', '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'6af9f619-4506-4c6d-a6bc-33a6a46a0e65', 'swap': 0}) 2018-10-22 16:18:51,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-22 16:18:51,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/6af9f619-4506-4c6d-a6bc-33a6a46a0e65/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}131d356d2347234d2db6aee38ce4df208b0a28be" -d '{"extra_specs": {}}' 2018-10-22 16:18:51,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-26aea130-7ab8-4b51-a1fd-8b5678fe4750 x-compute-request-id: req-26aea130-7ab8-4b51-a1fd-8b5678fe4750 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-22 16:18:51,317 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/6af9f619-4506-4c6d-a6bc-33a6a46a0e65/os-extra_specs used request id req-26aea130-7ab8-4b51-a1fd-8b5678fe4750 2018-10-22 16:18:51,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213708877563s 2018-10-22 16:18:51,318 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/6af9f619-4506-4c6d-a6bc-33a6a46a0e65/os-extra_specs used request id req-26aea130-7ab8-4b51-a1fd-8b5678fe4750 2018-10-22 16:18:51,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 16:18:51,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}7f10a76e2dee2130bccedcb20abe291e3f0f76e0" 2018-10-22 16:18:51,328 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 16:18: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 16:18:51,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f10a76e2dee2130bccedcb20abe291e3f0f76e0" 2018-10-22 16:18:51,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cee9f67d-5d4b-4a15-aca3-50728b4d899b Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f11338a73b9d4ad69fb24bf821a21427", "links": {"self": "http://172.30.9.22:5000/v3/roles/f11338a73b9d4ad69fb24bf821a21427"}, "name": "Member"}]} 2018-10-22 16:18:51,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-cee9f67d-5d4b-4a15-aca3-50728b4d899b 2018-10-22 16:18:51,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0992710590363s 2018-10-22 16:18:51,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-22 16:18:51,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}7f10a76e2dee2130bccedcb20abe291e3f0f76e0" 2018-10-22 16:18:51,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99b950f2-cbb6-4709-9330-f987329d511b x-compute-request-id: req-99b950f2-cbb6-4709-9330-f987329d511b Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 197}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-22 16:18:51,614 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-99b950f2-cbb6-4709-9330-f987329d511b 2018-10-22 16:18:51,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.192026853561s 2018-10-22 16:18:51,614 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-99b950f2-cbb6-4709-9330-f987329d511b 2018-10-22 16:18:51,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 16:18:51,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}7f10a76e2dee2130bccedcb20abe291e3f0f76e0" 2018-10-22 16:18:51,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-1678ae10-c025-4873-a18b-7e6864da9436 Date: Mon, 22 Oct 2018 16:18:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/da451879-48db-4bbd-bbaf-dd6736faefa7/snap", "metadata": {}}], "file": "/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7/file", "owner": "516422c3c89a4aa8aa839d22835d722d", "id": "da451879-48db-4bbd-bbaf-dd6736faefa7", "size": 12716032, "self": "/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/da451879-48db-4bbd-bbaf-dd6736faefa7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T16:18:50Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T16:18:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 16:18:51,786 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-1678ae10-c025-4873-a18b-7e6864da9436 2018-10-22 16:18:51,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17082285881s 2018-10-22 16:18:51,787 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-1678ae10-c025-4873-a18b-7e6864da9436 2018-10-22 16:18:51,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-22 16:18:51,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}7f10a76e2dee2130bccedcb20abe291e3f0f76e0" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f"}' 2018-10-22 16:18:51,983 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/fac585db-055f-4539-b0c2-bd47441a80ce X-Openstack-Request-Id: req-02595a97-4a7a-47b6-aded-44ae50853874 Date: Mon, 22 Oct 2018 16:18:51 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/fac585db-055f-4539-b0c2-bd47441a80ce/file", "owner": "516422c3c89a4aa8aa839d22835d722d", "id": "fac585db-055f-4539-b0c2-bd47441a80ce", "size": null, "self": "/v2/images/fac585db-055f-4539-b0c2-bd47441a80ce", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T16:18:51Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "checksum": null, "created_at": "2018-10-22T16:18:51Z", "protected": false} 2018-10-22 16:18:51,983 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-02595a97-4a7a-47b6-aded-44ae50853874 2018-10-22 16:18:51,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.194231033325s 2018-10-22 16:18:51,984 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-02595a97-4a7a-47b6-aded-44ae50853874 returning object fac585db-055f-4539-b0c2-bd47441a80ce 2018-10-22 16:18:51,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-22 16:18:51,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/fac585db-055f-4539-b0c2-bd47441a80ce/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}7f10a76e2dee2130bccedcb20abe291e3f0f76e0" -d '' 2018-10-22 16:18:53,059 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3f6484be-254b-417d-8b6a-3866259c37e1 Date: Mon, 22 Oct 2018 16:18:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 16:18:53,059 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/fac585db-055f-4539-b0c2-bd47441a80ce/file used request id req-3f6484be-254b-417d-8b6a-3866259c37e1 2018-10-22 16:18:53,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.07446908951s 2018-10-22 16:18:53,059 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/fac585db-055f-4539-b0c2-bd47441a80ce/file used request id req-3f6484be-254b-417d-8b6a-3866259c37e1 2018-10-22 16:18:53,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 16:18:53,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}7f10a76e2dee2130bccedcb20abe291e3f0f76e0" 2018-10-22 16:18:53,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-b2f04777-f3ae-4680-b13a-dd71a57b0d96 Date: Mon, 22 Oct 2018 16:18:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/fac585db-055f-4539-b0c2-bd47441a80ce/snap", "metadata": {}}], "file": "/v2/images/fac585db-055f-4539-b0c2-bd47441a80ce/file", "owner": "516422c3c89a4aa8aa839d22835d722d", "id": "fac585db-055f-4539-b0c2-bd47441a80ce", "size": 12716032, "self": "/v2/images/fac585db-055f-4539-b0c2-bd47441a80ce", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/fac585db-055f-4539-b0c2-bd47441a80ce/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T16:18:53Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T16:18:51Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/da451879-48db-4bbd-bbaf-dd6736faefa7/snap", "metadata": {}}], "file": "/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7/file", "owner": "516422c3c89a4aa8aa839d22835d722d", "id": "da451879-48db-4bbd-bbaf-dd6736faefa7", "size": 12716032, "self": "/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/da451879-48db-4bbd-bbaf-dd6736faefa7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T16:18:50Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T16:18:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 16:18:53,084 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-b2f04777-f3ae-4680-b13a-dd71a57b0d96 2018-10-22 16:18:53,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0242450237274s 2018-10-22 16:18:53,085 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-b2f04777-f3ae-4680-b13a-dd71a57b0d96 2018-10-22 16:18:53,087 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/fac585db-055f-4539-b0c2-bd47441a80ce/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fac585db-055f-4539-b0c2-bd47441a80ce/file', 'owner': u'516422c3c89a4aa8aa839d22835d722d', 'id': u'fac585db-055f-4539-b0c2-bd47441a80ce', 'size': 12716032, u'self': u'/v2/images/fac585db-055f-4539-b0c2-bd47441a80ce', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'516422c3c89a4aa8aa839d22835d722d', 'name': 'patrole-project_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/fac585db-055f-4539-b0c2-bd47441a80ce/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T16:18:53Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T16:18:53Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/fac585db-055f-4539-b0c2-bd47441a80ce', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', 'created': u'2018-10-22T16:18:51Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T16:18:51Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/fac585db-055f-4539-b0c2-bd47441a80ce', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 16:18:53,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-22 16:18:53,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}131d356d2347234d2db6aee38ce4df208b0a28be" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-22 16:18:53,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18: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-2cdfe45f-2908-4394-9af5-aab25bdde49e x-compute-request-id: req-2cdfe45f-2908-4394-9af5-aab25bdde49e Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e4ba9136-6111-4a7e-a38c-6d76968b5bf3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e4ba9136-6111-4a7e-a38c-6d76968b5bf3", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e4ba9136-6111-4a7e-a38c-6d76968b5bf3", "name": "patrole-flavor_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 16:18:53,141 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-2cdfe45f-2908-4394-9af5-aab25bdde49e 2018-10-22 16:18:53,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0534482002258s 2018-10-22 16:18:53,142 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-2cdfe45f-2908-4394-9af5-aab25bdde49e returning object e4ba9136-6111-4a7e-a38c-6d76968b5bf3 2018-10-22 16:18:53,143 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', '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'8ba7a6acf87944158b12f697f8414be6', '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'e4ba9136-6111-4a7e-a38c-6d76968b5bf3', 'swap': 0}) 2018-10-22 16:18:53,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-22 16:18:53,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/e4ba9136-6111-4a7e-a38c-6d76968b5bf3/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}131d356d2347234d2db6aee38ce4df208b0a28be" -d '{"extra_specs": {}}' 2018-10-22 16:18:53,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:18: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-fc305286-893e-4c5e-95fd-5490eba0dfd8 x-compute-request-id: req-fc305286-893e-4c5e-95fd-5490eba0dfd8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-22 16:18:53,167 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/e4ba9136-6111-4a7e-a38c-6d76968b5bf3/os-extra_specs used request id req-fc305286-893e-4c5e-95fd-5490eba0dfd8 2018-10-22 16:18:53,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0231239795685s 2018-10-22 16:18:53,167 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/e4ba9136-6111-4a7e-a38c-6d76968b5bf3/os-extra_specs used request id req-fc305286-893e-4c5e-95fd-5490eba0dfd8 2018-10-22 16:18:53,167 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f', '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'8ba7a6acf87944158b12f697f8414be6', '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'e4ba9136-6111-4a7e-a38c-6d76968b5bf3', 'swap': 0}) 2018-10-22 16:18:56,302 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-22 16:18:55.276 11414 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=21db4a11-3e0c-4220-9ddb-e3528d86cade) for deployment 'opnfv-rally' (UUID=205bb9e1-5e8e-4b55-8db3-b6516c92f0a1). 2018-10-22 16:18:56.135 11414 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-22 16:18:56.137 11414 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=21db4a11-3e0c-4220-9ddb-e3528d86cade) has been successfully configured for deployment 'opnfv-rally' (UUID=205bb9e1-5e8e-4b55-8db3-b6516c92f0a1)! 2018-10-22 16:18:56,303 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-22 16:18:56,303 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-22 16:18:56,306 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-22 16:18:56,320 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-22 16:18:59,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-21db4a11-3e0c-4220-9ddb-e3528d86cade/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-10-22 16:18:59,626 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-22 16:18:59,640 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-22 16:18:59,641 - 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-10-22 16:19:01,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 16:19:01.731 11423 INFO rally.api [-] Starting verification (UUID=6f24db84-3a70-40ff-9549-7cb2247e14ca) for deployment 'opnfv-rally' (UUID=205bb9e1-5e8e-4b55-8db3-b6516c92f0a1) by verifier 'opnfv-tempest' (UUID=21db4a11-3e0c-4220-9ddb-e3528d86cade). 2018-10-22 16:19:01,733 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 6f24db84-3a70-40ff-9549-7cb2247e14ca 2018-10-22 16:21:37,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 6f24db84-3a70-40ff-9549-7cb2247e14ca 2018-10-22 16:21:37,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6f24db84-3a70-40ff-9549-7cb2247e14ca']'. 2018-10-22 16:21:38,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-22 16:21:38,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-22 16:21:38,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 16:21:38,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6f24db84-3a70-40ff-9549-7cb2247e14ca | 2018-10-22 16:21:38,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-22 16:21:38,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-22 16:19:01 | 2018-10-22 16:21:38,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-22 16:21:37 | 2018-10-22 16:21:38,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:36 | 2018-10-22 16:21:38,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-22 16:21:38,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-22 16:21:38,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 21db4a11-3e0c-4220-9ddb-e3528d86cade) | 2018-10-22 16:21:38,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-22 16:21:38,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 205bb9e1-5e8e-4b55-8db3-b6516c92f0a1) | 2018-10-22 16:21:38,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-10-22 16:21:38,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 147.428 | 2018-10-22 16:21:38,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 123 | 2018-10-22 16:21:38,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-10-22 16:21:38,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-22 16:21:38,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-22 16:21:38,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-10-22 16:21:38,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 16:21:38,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-22 16:21:38,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-22 16:21:38,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 99.1935483871% 2018-10-22 16:21:38,963 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 16:21:38,964 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:51 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-10-22 16:21:38,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-22 16:21:38,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/fac585db-055f-4539-b0c2-bd47441a80ce -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7f10a76e2dee2130bccedcb20abe291e3f0f76e0" 2018-10-22 16:21:40,358 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6dc2ee80-e047-4626-8c9a-f3beb5ea8077 Date: Mon, 22 Oct 2018 16:21:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 16:21:40,359 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/fac585db-055f-4539-b0c2-bd47441a80ce used request id req-6dc2ee80-e047-4626-8c9a-f3beb5ea8077 2018-10-22 16:21:40,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.39283299446s 2018-10-22 16:21:40,359 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/fac585db-055f-4539-b0c2-bd47441a80ce used request id req-6dc2ee80-e047-4626-8c9a-f3beb5ea8077 2018-10-22 16:21:40,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-22 16:21:40,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:21:40,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:21:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d5ce8e5-81e0-4ed7-b1b4-2db3d8dc2b94 x-compute-request-id: req-1d5ce8e5-81e0-4ed7-b1b4-2db3d8dc2b94 Content-Encoding: gzip Content-Length: 358 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/6af9f619-4506-4c6d-a6bc-33a6a46a0e65", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/6af9f619-4506-4c6d-a6bc-33a6a46a0e65", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "6af9f619-4506-4c6d-a6bc-33a6a46a0e65", "name": "patrole-flavor_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e4ba9136-6111-4a7e-a38c-6d76968b5bf3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e4ba9136-6111-4a7e-a38c-6d76968b5bf3", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e4ba9136-6111-4a7e-a38c-6d76968b5bf3", "name": "patrole-flavor_alt_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 16:21:40,390 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-1d5ce8e5-81e0-4ed7-b1b4-2db3d8dc2b94 2018-10-22 16:21:40,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0300929546356s 2018-10-22 16:21:40,390 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-1d5ce8e5-81e0-4ed7-b1b4-2db3d8dc2b94 2018-10-22 16:21:40,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-22 16:21:40,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/e4ba9136-6111-4a7e-a38c-6d76968b5bf3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:21:40,438 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 16:21:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-95b494ef-9b5a-4687-ba41-1498f659ce1d x-compute-request-id: req-95b494ef-9b5a-4687-ba41-1498f659ce1d Content-Length: 0 Content-Type: application/json 2018-10-22 16:21:40,439 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/e4ba9136-6111-4a7e-a38c-6d76968b5bf3 used request id req-95b494ef-9b5a-4687-ba41-1498f659ce1d 2018-10-22 16:21:40,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0458989143372s 2018-10-22 16:21:40,439 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/e4ba9136-6111-4a7e-a38c-6d76968b5bf3 used request id req-95b494ef-9b5a-4687-ba41-1498f659ce1d 2018-10-22 16:21:40,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 16:21:40,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}7f10a76e2dee2130bccedcb20abe291e3f0f76e0" 2018-10-22 16:21:40,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-8a1bab04-da01-408b-89ae-a103be5f5456 Date: Mon, 22 Oct 2018 16:21:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/da451879-48db-4bbd-bbaf-dd6736faefa7/snap", "metadata": {}}], "file": "/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7/file", "owner": "516422c3c89a4aa8aa839d22835d722d", "id": "da451879-48db-4bbd-bbaf-dd6736faefa7", "size": 12716032, "self": "/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/da451879-48db-4bbd-bbaf-dd6736faefa7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T16:18:50Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T16:18:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 16:21:40,614 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8a1bab04-da01-408b-89ae-a103be5f5456 2018-10-22 16:21:40,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174220085144s 2018-10-22 16:21:40,614 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8a1bab04-da01-408b-89ae-a103be5f5456 2018-10-22 16:21:40,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-22 16:21:40,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7f10a76e2dee2130bccedcb20abe291e3f0f76e0" 2018-10-22 16:21:41,502 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5788424e-a4ab-4114-826f-6a1f5557a7bd Date: Mon, 22 Oct 2018 16:21:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 16:21:41,503 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7 used request id req-5788424e-a4ab-4114-826f-6a1f5557a7bd 2018-10-22 16:21:41,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.886595964432s 2018-10-22 16:21:41,503 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/da451879-48db-4bbd-bbaf-dd6736faefa7 used request id req-5788424e-a4ab-4114-826f-6a1f5557a7bd 2018-10-22 16:21:41,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-22 16:21:41,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:21:41,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:21: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-14e034a5-0206-4625-8245-65df53df4ee5 x-compute-request-id: req-14e034a5-0206-4625-8245-65df53df4ee5 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/6af9f619-4506-4c6d-a6bc-33a6a46a0e65", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/6af9f619-4506-4c6d-a6bc-33a6a46a0e65", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "6af9f619-4506-4c6d-a6bc-33a6a46a0e65", "name": "patrole-flavor_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 16:21:41,535 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-14e034a5-0206-4625-8245-65df53df4ee5 2018-10-22 16:21:41,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0317039489746s 2018-10-22 16:21:41,535 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-14e034a5-0206-4625-8245-65df53df4ee5 2018-10-22 16:21:41,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-22 16:21:41,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/6af9f619-4506-4c6d-a6bc-33a6a46a0e65 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:21:41,569 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 16:21: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-098c8713-bba6-456c-bcf6-c3449d45df35 x-compute-request-id: req-098c8713-bba6-456c-bcf6-c3449d45df35 Content-Length: 0 Content-Type: application/json 2018-10-22 16:21:41,570 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/6af9f619-4506-4c6d-a6bc-33a6a46a0e65 used request id req-098c8713-bba6-456c-bcf6-c3449d45df35 2018-10-22 16:21:41,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0333478450775s 2018-10-22 16:21:41,570 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/6af9f619-4506-4c6d-a6bc-33a6a46a0e65 used request id req-098c8713-bba6-456c-bcf6-c3449d45df35 2018-10-22 16:21:41,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 16:21:41,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:21:41,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78b5ec9e-05a0-4f1d-a76a-931bc0c5bf19 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_5362d333-9b8e-4bec-b16a-d8a2e0aa583f", "links": {"self": "http://172.30.9.22:5000/v3/users/601b1ebfa348439fbadced2523359df5"}, "domain_id": "default", "enabled": true, "id": "601b1ebfa348439fbadced2523359df5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 16:21:41,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-78b5ec9e-05a0-4f1d-a76a-931bc0c5bf19 2018-10-22 16:21:41,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0997087955475s 2018-10-22 16:21:41,671 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-78b5ec9e-05a0-4f1d-a76a-931bc0c5bf19 2018-10-22 16:21:41,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 16:21:41,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/601b1ebfa348439fbadced2523359df5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:21:41,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ebc9f60-de88-4d96-8359-a936da3e9499 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/601b1ebfa348439fbadced2523359df5"}, "enabled": true, "id": "601b1ebfa348439fbadced2523359df5", "options": {}, "domain_id": "default", "name": "patrole-user_5362d333-9b8e-4bec-b16a-d8a2e0aa583f"}} 2018-10-22 16:21:41,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/601b1ebfa348439fbadced2523359df5 used request id req-6ebc9f60-de88-4d96-8359-a936da3e9499 2018-10-22 16:21:41,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0921709537506s 2018-10-22 16:21:41,769 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/601b1ebfa348439fbadced2523359df5 used request id req-6ebc9f60-de88-4d96-8359-a936da3e9499 2018-10-22 16:21:41,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-22 16:21:41,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/601b1ebfa348439fbadced2523359df5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:21:41,945 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 16:21:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6609418e-19d0-4c16-94dd-23b576879f81 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 16:21:41,945 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/601b1ebfa348439fbadced2523359df5 used request id req-6609418e-19d0-4c16-94dd-23b576879f81 2018-10-22 16:21:41,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.175312995911s 2018-10-22 16:21:41,945 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/601b1ebfa348439fbadced2523359df5 used request id req-6609418e-19d0-4c16-94dd-23b576879f81 2018-10-22 16:21:41,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 16:21:41,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:21:42,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49243fb2-0018-42a2-bd70-43a81479bbe6 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.22:5000/v3/projects/516422c3c89a4aa8aa839d22835d722d"}, "enabled": true, "id": "516422c3c89a4aa8aa839d22835d722d", "parent_id": "default", "domain_id": "default", "name": "patrole-project_5362d333-9b8e-4bec-b16a-d8a2e0aa583f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 16:21:42,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-49243fb2-0018-42a2-bd70-43a81479bbe6 2018-10-22 16:21:42,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0820801258087s 2018-10-22 16:21:42,028 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-49243fb2-0018-42a2-bd70-43a81479bbe6 2018-10-22 16:21:42,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-22 16:21:42,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/516422c3c89a4aa8aa839d22835d722d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:21:42,194 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 16:21:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24865edc-a5d7-4cfb-8c14-77b83530f202 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 16:21:42,194 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/516422c3c89a4aa8aa839d22835d722d used request id req-24865edc-a5d7-4cfb-8c14-77b83530f202 2018-10-22 16:21:42,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.16387295723s 2018-10-22 16:21:42,195 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/516422c3c89a4aa8aa839d22835d722d used request id req-24865edc-a5d7-4cfb-8c14-77b83530f202 2018-10-22 16:21:42,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 16:21:42,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:21:42,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f546d10b-964e-4723-8bcc-8d961cbb9e7c Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f11338a73b9d4ad69fb24bf821a21427", "links": {"self": "http://172.30.9.22:5000/v3/roles/f11338a73b9d4ad69fb24bf821a21427"}, "name": "Member"}]} 2018-10-22 16:21:42,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f546d10b-964e-4723-8bcc-8d961cbb9e7c 2018-10-22 16:21:42,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0820910930634s 2018-10-22 16:21:42,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-22 16:21:42,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/f11338a73b9d4ad69fb24bf821a21427 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:21:42,394 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 16:21:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01c6f3e2-b739-44b1-a564-d7625f80ec53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 16:21:42,394 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/f11338a73b9d4ad69fb24bf821a21427 used request id req-01c6f3e2-b739-44b1-a564-d7625f80ec53 2018-10-22 16:21:42,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.115721940994s 2018-10-22 16:21:42,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-22 16:21:42,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=516422c3c89a4aa8aa839d22835d722d&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}131d356d2347234d2db6aee38ce4df208b0a28be" 2018-10-22 16:21:42,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-f3a28cb9-e12a-43ca-a79d-2bed27408a88 Date: Mon, 22 Oct 2018 16:21:42 GMT RESP BODY: {"security_groups": []} 2018-10-22 16:21:42,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=516422c3c89a4aa8aa839d22835d722d&name=default used request id req-f3a28cb9-e12a-43ca-a79d-2bed27408a88 2018-10-22 16:21:42,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.178390026093s 2018-10-22 16:21:42,576 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=516422c3c89a4aa8aa839d22835d722d&name=default used request id req-f3a28cb9-e12a-43ca-a79d-2bed27408a88 2018-10-22 16:21:42,576 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-10-22 16:21:42,629 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-10-22 16:21:43,337 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-10-22 16:21:43,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 16:21:43,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 16:21:43,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 16:21:43,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 16:21:43,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 16:21:43,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 16:21:43,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 16:21:43,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 16:21:43,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 16:21:43,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 16:21:43,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 16:21:43,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 16:21:43,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 16:21:43,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 16:21:43,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 16:21:43,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 16:21:43,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 16:21:43,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 16:21:43,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 16:21:43,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 16:21:43,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 16:21:43,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 16:21:43,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 16:21:43,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 16:21:43,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-10-22 16:21:43,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 16:21:43,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e6ce11e-78d0-4f91-ba3e-c035ae11a20a 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 16:21:43,348 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0e6ce11e-78d0-4f91-ba3e-c035ae11a20a 2018-10-22 16:21:43,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 16:21:43,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T17:21:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["WfgL8eSNRTGIdodKdGI5Hg"], "issued_at": "2018-10-22T16:21:43.000000Z"}} 2018-10-22 16:21:43,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}089ff101eb1b6808cc256cdb233276e356d6713a" 2018-10-22 16:21:43,737 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 16:21: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 16:21:43,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}089ff101eb1b6808cc256cdb233276e356d6713a" 2018-10-22 16:21:43,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79504276-f98e-48a3-b1ad-ec48e33214da Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.22:5000/v3/services/05f0391c75c644d89e676d25005d2ca2"}, "enabled": true, "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.22:5000/v3/services/20c0594915b04d389dcc9ed6698db1fa"}, "enabled": true, "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.22:5000/v3/services/4d7074dd3fa34ad8a663e14ff76d464d"}, "enabled": true, "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.22:5000/v3/services/53842a0d7da04a4fbbeba64efa8673c0"}, "enabled": true, "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.22:5000/v3/services/661d853a9e874381b052f6c4cd6e2c40"}, "enabled": true, "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.22:5000/v3/services/8454f4688e9b4c988e291bfab8638aa1"}, "enabled": true, "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.22:5000/v3/services/86124e578ab2442b8e78a3f45579b17f"}, "enabled": true, "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.22:5000/v3/services/8f1eb5cf95fa4f49a359fef79513f261"}, "enabled": true, "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.22:5000/v3/services/9e2d0101afb646558a7cfceeb2555d28"}, "enabled": true, "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.22:5000/v3/services/a1dbdae516874a0d9db8cd51b5ba97ea"}, "enabled": true, "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.22:5000/v3/services/aac51aeb3cd94930abeb01f4a482b051"}, "enabled": true, "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.22:5000/v3/services/c3e87d58275d4edda57f7ad5d878afd6"}, "enabled": true, "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.22:5000/v3/services/d0bae0ab7e8c405c91c4ede87abd01df"}, "enabled": true, "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.22:5000/v3/services/e5de226d89434c60a12729d13ba71959"}, "enabled": true, "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.22:5000/v3/services/e6d0b94e86c04c80b0149789fc3b6da3"}, "enabled": true, "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "links": {"self": "http://172.30.9.22:5000/v3/services", "previous": null, "next": null}} 2018-10-22 16:21:43,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/services used request id req-79504276-f98e-48a3-b1ad-ec48e33214da 2018-10-22 16:21:43,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.482530832291s 2018-10-22 16:21:43,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-10-22 16:21:43,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}089ff101eb1b6808cc256cdb233276e356d6713a" 2018-10-22 16:21:43,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 16:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2185e262-2096-4f75-a3d8-546e10a2effa Content-Encoding: gzip Content-Length: 1963 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, "url": "http://192.30.9.6:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "661d853a9e874381b052f6c4cd6e2c40", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1432fa65df6a495580ec3eedd781dbea"}, "url": "http://192.30.9.6:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e5de226d89434c60a12729d13ba71959", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/16039cd0a93742b6b43893abd6899f7f"}, "url": "http://192.30.9.6:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4d7074dd3fa34ad8a663e14ff76d464d", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/185a581bd5184af0acd5bb08dba7a2d3"}, "url": "http://192.30.9.6:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d0bae0ab7e8c405c91c4ede87abd01df", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1bfd774b903f4c5f8d1298b26cd19bcf"}, "url": "http://192.30.9.6:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "20c0594915b04d389dcc9ed6698db1fa", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/20ac8177d87b46e185a99cd13e40fca7"}, "url": "http://192.30.9.6:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a1dbdae516874a0d9db8cd51b5ba97ea", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/28fffe7b3f3242d5ab4a6e3204c61ff5"}, "url": "http://192.30.9.6:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a1dbdae516874a0d9db8cd51b5ba97ea", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/29f71808e1c84b0bba033019c97182df"}, "url": "http://172.30.9.22:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "53842a0d7da04a4fbbeba64efa8673c0", "id": "29f71808e1c84b0bba033019c97182df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/2f6a8b97a84d47d08dbf4efd7d2f73c7"}, "url": "http://172.30.9.22:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c3e87d58275d4edda57f7ad5d878afd6", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4fe015c245bd489a93f9382e6d2f9db7"}, "url": "http://172.30.9.22:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "20c0594915b04d389dcc9ed6698db1fa", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/53b1943a19814777a47ae09886459620"}, "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aac51aeb3cd94930abeb01f4a482b051", "id": "53b1943a19814777a47ae09886459620"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/542bc2d8a2114b4a930c8492b78bad39"}, "url": "http://192.30.9.6:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "53842a0d7da04a4fbbeba64efa8673c0", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/5763f47c52c44d4cbe229b97e9265b2b"}, "url": "http://172.30.9.22:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e6d0b94e86c04c80b0149789fc3b6da3", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/587982a9df29431b8b45c82381b640ae"}, "url": "http://192.30.9.6:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9e2d0101afb646558a7cfceeb2555d28", "id": "587982a9df29431b8b45c82381b640ae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/59aba3683570482bb41e340f33dcebc0"}, "url": "http://192.30.9.6:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "86124e578ab2442b8e78a3f45579b17f", "id": "59aba3683570482bb41e340f33dcebc0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/68b218ec02224517833bc3bc4a1bb0ba"}, "url": "http://192.30.9.6:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4d7074dd3fa34ad8a663e14ff76d464d", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/6b67d27ba26b4d878b9d9febf6177266"}, "url": "http://192.30.9.6:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8454f4688e9b4c988e291bfab8638aa1", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/6f4b3ba3812349df990515f9b6ae247a"}, "url": "http://192.30.9.6:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "05f0391c75c644d89e676d25005d2ca2", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/75f6858cad1a4242919214c234e3a300"}, "url": "http://172.30.9.22:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "86124e578ab2442b8e78a3f45579b17f", "id": "75f6858cad1a4242919214c234e3a300"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/8295fd9b6b1c44ca8c8bfb47850058e8"}, "url": "http://192.30.9.6:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e5de226d89434c60a12729d13ba71959", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/85c854767e024200871d97572de446bd"}, "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a1dbdae516874a0d9db8cd51b5ba97ea", "id": "85c854767e024200871d97572de446bd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/8f1be02a03ea4d82b12d408f37fcc4a4"}, "url": "http://172.30.9.22:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "661d853a9e874381b052f6c4cd6e2c40", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/961b844a5a0341f7b2c8e2782516f437"}, "url": "http://192.30.9.6:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8454f4688e9b4c988e291bfab8638aa1", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/9d931e0ffa8941d49f63145186b8e246"}, "url": "http://192.30.9.6:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d0bae0ab7e8c405c91c4ede87abd01df", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a14af46861d149d285d633c4f30e1808"}, "url": "http://192.30.9.6:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aac51aeb3cd94930abeb01f4a482b051", "id": "a14af46861d149d285d633c4f30e1808"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a23ad7c6938643608bd63111f151afa7"}, "url": "http://192.30.9.6:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "05f0391c75c644d89e676d25005d2ca2", "id": "a23ad7c6938643608bd63111f151afa7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a2613fc968f14c9db91bb45dae38c806"}, "url": "http://192.30.9.6:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aac51aeb3cd94930abeb01f4a482b051", "id": "a2613fc968f14c9db91bb45dae38c806"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a560fcae7b2c45778789ae8288c165d1"}, "url": "http://192.30.9.6:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9e2d0101afb646558a7cfceeb2555d28", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ac37c182271a4524b77120eab17d572a"}, "url": "http://172.30.9.22:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8454f4688e9b4c988e291bfab8638aa1", "id": "ac37c182271a4524b77120eab17d572a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/aeccda03790049a5ba88f4c48d7ec53f"}, "url": "http://192.30.9.6:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e6d0b94e86c04c80b0149789fc3b6da3", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b6cceda13c174ed3bf2af32773531492"}, "url": "http://172.30.9.22:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e5de226d89434c60a12729d13ba71959", "id": "b6cceda13c174ed3bf2af32773531492"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c9e02e108eef4bf6822d92c7c62daa39"}, "url": "http://192.30.9.6:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c3e87d58275d4edda57f7ad5d878afd6", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/cab682cb24974ae19aea26f5aa917c10"}, "url": "http://172.30.9.22:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9e2d0101afb646558a7cfceeb2555d28", "id": "cab682cb24974ae19aea26f5aa917c10"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/cd736bc6f31243d3ba008b4ba0d6b2e3"}, "url": "http://172.30.9.22:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "05f0391c75c644d89e676d25005d2ca2", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d7c825281c5e4bf09b6d1cf7fb68bca5"}, "url": "http://192.30.9.6:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "20c0594915b04d389dcc9ed6698db1fa", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/dadc64fac46b4abd839f23b2ccd75ee8"}, "url": "http://192.30.9.6:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e6d0b94e86c04c80b0149789fc3b6da3", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e41003b143bd4f8091e9e147bcef2c73"}, "url": "http://172.30.9.22:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d0bae0ab7e8c405c91c4ede87abd01df", "id": "e41003b143bd4f8091e9e147bcef2c73"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e6cd929170e349928fdb734b90c0a4ff"}, "url": "http://192.30.9.6:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "661d853a9e874381b052f6c4cd6e2c40", "id": "e6cd929170e349928fdb734b90c0a4ff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ece0499b0faa4d7a96edd56c81eebba0"}, "url": "http://172.30.9.22:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4d7074dd3fa34ad8a663e14ff76d464d", "id": "ece0499b0faa4d7a96edd56c81eebba0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f23f1beb401d4ea1b6de7a3b91864885"}, "url": "http://192.30.9.6:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "86124e578ab2442b8e78a3f45579b17f", "id": "f23f1beb401d4ea1b6de7a3b91864885"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f75213f7f05149e48581ddedeb82bbea"}, "url": "http://192.30.9.6:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "53842a0d7da04a4fbbeba64efa8673c0", "id": "f75213f7f05149e48581ddedeb82bbea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/fafc5725eab34071bea332a365870c2e"}, "url": "http://192.30.9.6:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c3e87d58275d4edda57f7ad5d878afd6", "id": "fafc5725eab34071bea332a365870c2e"}], "links": {"self": "http://172.30.9.22:5000/v3/endpoints", "previous": null, "next": null}} 2018-10-22 16:21:43,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-2185e262-2096-4f75-a3d8-546e10a2effa 2018-10-22 16:21:43,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.088369846344s 2018-10-22 16:22:04,871 - 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-10-22 16:22:04,908 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-10-22 16:22:05,152 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-10-22 16:22:05,264 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 16:22:05,265 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:21 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-22 16:22:05,318 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-10-22 16:22:06,727 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 16:22:08,972 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-22 16:22:08,972 - openstack_tests - INFO - OS Credentials = > 2018-10-22 16:22:09,803 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-22 16:22:09,803 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-10-22 16:22:11,101 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-8db402b0-7e53-41d-proj 2018-10-22 16:22:12,186 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-8db402b0-7e53-41d-user 2018-10-22 16:22:12,314 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-8db402b0-7e53-41d-proj-role 2018-10-22 16:22:12,396 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-8db402b0-7e53-41d-proj-role to project CreateSecurityGroupTests-8db402b0-7e53-41d-proj 2018-10-22 16:22:13,304 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-65d1660b-0550-4df4-b49d-4f3d0c3ce4c8name... 2018-10-22 16:22:13,304 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-65d1660b-0550-4df4-b49d-4f3d0c3ce4c8name 2018-10-22 16:22:13,695 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87b07ea5-34e1-4974-94a3-916fb3a07215 2018-10-22 16:22:13,916 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87b07ea5-34e1-4974-94a3-916fb3a07215 2018-10-22 16:22:14,193 - neutron_utils - INFO - Retrieving security group with ID - 87b07ea5-34e1-4974-94a3-916fb3a07215 2018-10-22 16:22:14,409 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87b07ea5-34e1-4974-94a3-916fb3a07215 2018-10-22 16:22:14,589 - neutron_utils - INFO - Retrieving security group with ID - 87b07ea5-34e1-4974-94a3-916fb3a07215 2018-10-22 16:22:14,792 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87b07ea5-34e1-4974-94a3-916fb3a07215 2018-10-22 16:22:14,821 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-65d1660b-0550-4df4-b49d-4f3d0c3ce4c8name 2018-10-22 16:22:14,988 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87b07ea5-34e1-4974-94a3-916fb3a07215 2018-10-22 16:22:15,185 - neutron_utils - INFO - Retrieving security group with ID - 87b07ea5-34e1-4974-94a3-916fb3a07215 2018-10-22 16:22:15,453 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87b07ea5-34e1-4974-94a3-916fb3a07215 2018-10-22 16:22:16,043 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87b07ea5-34e1-4974-94a3-916fb3a07215 2018-10-22 16:22:16,221 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87b07ea5-34e1-4974-94a3-916fb3a07215 2018-10-22 16:22:16,445 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87b07ea5-34e1-4974-94a3-916fb3a07215 2018-10-22 16:22:16,476 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87b07ea5-34e1-4974-94a3-916fb3a07215 2018-10-22 16:22:16,506 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-65d1660b-0550-4df4-b49d-4f3d0c3ce4c8name 2018-10-22 16:22:16,790 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87b07ea5-34e1-4974-94a3-916fb3a07215 2018-10-22 16:22:17,182 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87b07ea5-34e1-4974-94a3-916fb3a07215 2018-10-22 16:22:17,218 - neutron_utils - INFO - Deleting security group rule with ID - ad76d152-54e2-4ff0-a6aa-aa3fe5f2f977 2018-10-22 16:22:17,319 - neutron_utils - INFO - Deleting security group rule with ID - 3055c572-d9a1-458f-94d5-e8904a7e0c67 2018-10-22 16:22:17,596 - neutron_utils - INFO - Deleting security group rule with ID - 74341e62-45c3-4bfc-9cfc-68efd25d12f1 2018-10-22 16:22:17,885 - neutron_utils - INFO - Deleting security group rule with ID - efbf9a9a-29ac-40d0-ae4f-3cf2eb804a1e 2018-10-22 16:22:18,040 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-65d1660b-0550-4df4-b49d-4f3d0c3ce4c8name 2018-10-22 16:22:19,165 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e5dc84d6-0f42-48f5-ae87-89d7dee460b2 2018-10-22 16:22:19,331 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:22:19,657 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-8db402b0-7e53-41d-proj 2018-10-22 16:22:20,032 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-8db402b0-7e53-41d-proj-role 2018-10-22 16:22:20,256 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-8db402b0-7e53-41d-user 2018-10-22 16:22:21,802 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-39a52f0d-39d6-4b7-proj 2018-10-22 16:22:22,988 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-39a52f0d-39d6-4b7-user 2018-10-22 16:22:23,202 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-39a52f0d-39d6-4b7-proj-role 2018-10-22 16:22:23,221 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-39a52f0d-39d6-4b7-proj-role to project CreateSecurityGroupTests-39a52f0d-39d6-4b7-proj 2018-10-22 16:22:24,285 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-fcb7302b-a69f-44a5-90ba-cf10d67ceb66name... 2018-10-22 16:22:24,285 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-fcb7302b-a69f-44a5-90ba-cf10d67ceb66name 2018-10-22 16:22:24,725 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5b0500e7-f425-4b19-8a2f-8c47c1d27da3 2018-10-22 16:22:24,910 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5b0500e7-f425-4b19-8a2f-8c47c1d27da3 2018-10-22 16:22:25,073 - neutron_utils - INFO - Retrieving security group with ID - 5b0500e7-f425-4b19-8a2f-8c47c1d27da3 2018-10-22 16:22:25,276 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5b0500e7-f425-4b19-8a2f-8c47c1d27da3 2018-10-22 16:22:25,547 - neutron_utils - INFO - Retrieving security group with ID - 5b0500e7-f425-4b19-8a2f-8c47c1d27da3 2018-10-22 16:22:25,602 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5b0500e7-f425-4b19-8a2f-8c47c1d27da3 2018-10-22 16:22:25,770 - neutron_utils - INFO - Retrieving security group with ID - 5b0500e7-f425-4b19-8a2f-8c47c1d27da3 2018-10-22 16:22:25,981 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5b0500e7-f425-4b19-8a2f-8c47c1d27da3 2018-10-22 16:22:26,172 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-fcb7302b-a69f-44a5-90ba-cf10d67ceb66name 2018-10-22 16:22:27,022 - neutron_utils - INFO - Deleting security group rule with ID - 1e9e19c9-5554-4691-b8b8-1ffda5d8b046 2018-10-22 16:22:27,047 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 1e9e19c9-5554-4691-b8b8-1ffda5d8b046 does not exist Neutron server returns request_ids: ['req-b692bd54-60e8-4e2e-b850-585c764ed59a'] 2018-10-22 16:22:27,047 - neutron_utils - INFO - Deleting security group rule with ID - a40a22c1-7cc6-4329-b9b2-c6724f80060d 2018-10-22 16:22:27,073 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule a40a22c1-7cc6-4329-b9b2-c6724f80060d does not exist Neutron server returns request_ids: ['req-478e7790-06e5-4434-87f1-8578f6705f6f'] 2018-10-22 16:22:27,073 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-fcb7302b-a69f-44a5-90ba-cf10d67ceb66name 2018-10-22 16:22:27,244 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 5b0500e7-f425-4b19-8a2f-8c47c1d27da3 does not exist Neutron server returns request_ids: ['req-2a8aa687-385a-492c-8ed3-e1214ce71682'] 2018-10-22 16:22:27,629 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21ec8f50-9783-4ed0-b660-d17cd6ae5dcb 2018-10-22 16:22:27,809 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:22:28,115 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-39a52f0d-39d6-4b7-proj 2018-10-22 16:22:28,397 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-39a52f0d-39d6-4b7-proj-role 2018-10-22 16:22:28,646 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-39a52f0d-39d6-4b7-user 2018-10-22 16:22:30,077 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-c420c6b0-5a95-4dd-proj 2018-10-22 16:22:31,246 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-c420c6b0-5a95-4dd-user 2018-10-22 16:22:31,442 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-c420c6b0-5a95-4dd-proj-role 2018-10-22 16:22:31,534 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-c420c6b0-5a95-4dd-proj-role to project CreateSecurityGroupTests-c420c6b0-5a95-4dd-proj 2018-10-22 16:22:32,319 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-36b77f4a-2281-41cd-aa01-ae31bc078bd9name... 2018-10-22 16:22:32,319 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-36b77f4a-2281-41cd-aa01-ae31bc078bd9name 2018-10-22 16:22:33,114 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da412586-d4b6-47c7-83d1-cfaba851c59b 2018-10-22 16:22:33,284 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da412586-d4b6-47c7-83d1-cfaba851c59b 2018-10-22 16:22:33,467 - neutron_utils - INFO - Retrieving security group with ID - da412586-d4b6-47c7-83d1-cfaba851c59b 2018-10-22 16:22:33,676 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da412586-d4b6-47c7-83d1-cfaba851c59b 2018-10-22 16:22:33,853 - neutron_utils - INFO - Retrieving security group with ID - da412586-d4b6-47c7-83d1-cfaba851c59b 2018-10-22 16:22:34,061 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da412586-d4b6-47c7-83d1-cfaba851c59b 2018-10-22 16:22:34,092 - neutron_utils - INFO - Retrieving security group with ID - da412586-d4b6-47c7-83d1-cfaba851c59b 2018-10-22 16:22:34,311 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da412586-d4b6-47c7-83d1-cfaba851c59b 2018-10-22 16:22:35,029 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da412586-d4b6-47c7-83d1-cfaba851c59b 2018-10-22 16:22:35,217 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da412586-d4b6-47c7-83d1-cfaba851c59b 2018-10-22 16:22:36,144 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da412586-d4b6-47c7-83d1-cfaba851c59b 2018-10-22 16:22:36,316 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da412586-d4b6-47c7-83d1-cfaba851c59b 2018-10-22 16:22:36,487 - neutron_utils - INFO - Retrieving security group with ID - da412586-d4b6-47c7-83d1-cfaba851c59b 2018-10-22 16:22:36,668 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da412586-d4b6-47c7-83d1-cfaba851c59b 2018-10-22 16:22:36,844 - neutron_utils - INFO - Deleting security group rule with ID - eeddb898-892f-4ea6-a6d9-72cf5c879b3d 2018-10-22 16:22:36,966 - neutron_utils - INFO - Deleting security group rule with ID - 0ded506c-654c-45c5-bd2e-0df1242db77b 2018-10-22 16:22:37,064 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-36b77f4a-2281-41cd-aa01-ae31bc078bd9name 2018-10-22 16:22:37,868 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7836e886-69b5-47cd-a950-9f9ec9e1553b 2018-10-22 16:22:38,052 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:22:38,414 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-c420c6b0-5a95-4dd-proj 2018-10-22 16:22:38,715 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-c420c6b0-5a95-4dd-proj-role 2018-10-22 16:22:38,908 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-c420c6b0-5a95-4dd-user 2018-10-22 16:22:40,388 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-8dea7359-afd6-4a8-proj 2018-10-22 16:22:41,466 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-8dea7359-afd6-4a8-user 2018-10-22 16:22:41,652 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-8dea7359-afd6-4a8-proj-role 2018-10-22 16:22:41,743 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-8dea7359-afd6-4a8-proj-role to project CreateSecurityGroupTests-8dea7359-afd6-4a8-proj 2018-10-22 16:22:42,568 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-fbeeefe1-c56b-4b2b-89bc-8d068c29ba65name... 2018-10-22 16:22:42,568 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-fbeeefe1-c56b-4b2b-89bc-8d068c29ba65name 2018-10-22 16:22:43,241 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ddb3f96d-56c8-42db-939a-1371833e3c16 2018-10-22 16:22:43,418 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ddb3f96d-56c8-42db-939a-1371833e3c16 2018-10-22 16:22:43,601 - neutron_utils - INFO - Retrieving security group with ID - ddb3f96d-56c8-42db-939a-1371833e3c16 2018-10-22 16:22:43,833 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ddb3f96d-56c8-42db-939a-1371833e3c16 2018-10-22 16:22:44,001 - neutron_utils - INFO - Retrieving security group with ID - ddb3f96d-56c8-42db-939a-1371833e3c16 2018-10-22 16:22:44,052 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ddb3f96d-56c8-42db-939a-1371833e3c16 2018-10-22 16:22:44,262 - neutron_utils - INFO - Retrieving security group with ID - ddb3f96d-56c8-42db-939a-1371833e3c16 2018-10-22 16:22:44,474 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ddb3f96d-56c8-42db-939a-1371833e3c16 2018-10-22 16:22:45,174 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ddb3f96d-56c8-42db-939a-1371833e3c16 2018-10-22 16:22:45,353 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ddb3f96d-56c8-42db-939a-1371833e3c16 2018-10-22 16:22:45,527 - neutron_utils - INFO - Deleting security group rule with ID - 89c7f384-aa54-4df5-9bc5-005f56ae68af 2018-10-22 16:22:45,772 - neutron_utils - INFO - Deleting security group rule with ID - 9f2eb19f-f6e9-4c7a-9f30-cd7fe9859ca7 2018-10-22 16:22:45,874 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-fbeeefe1-c56b-4b2b-89bc-8d068c29ba65name 2018-10-22 16:22:46,783 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cd7bf6d9-8434-4dda-b26c-b09a21cf3db8 2018-10-22 16:22:46,954 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:22:47,452 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-8dea7359-afd6-4a8-proj 2018-10-22 16:22:47,751 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-8dea7359-afd6-4a8-proj-role 2018-10-22 16:22:47,969 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-8dea7359-afd6-4a8-user 2018-10-22 16:22:49,388 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-82a1aa8b-0fd2-433-proj 2018-10-22 16:22:50,544 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-82a1aa8b-0fd2-433-user 2018-10-22 16:22:50,733 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-82a1aa8b-0fd2-433-proj-role 2018-10-22 16:22:50,819 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-82a1aa8b-0fd2-433-proj-role to project CreateSecurityGroupTests-82a1aa8b-0fd2-433-proj 2018-10-22 16:22:51,711 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-8c0517fe-b582-49d9-8255-f75979cb6207name... 2018-10-22 16:22:51,711 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-8c0517fe-b582-49d9-8255-f75979cb6207name 2018-10-22 16:22:52,113 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98bf9506-db78-46c8-9d9b-738626ff1b13 2018-10-22 16:22:52,325 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98bf9506-db78-46c8-9d9b-738626ff1b13 2018-10-22 16:22:52,489 - neutron_utils - INFO - Retrieving security group with ID - 98bf9506-db78-46c8-9d9b-738626ff1b13 2018-10-22 16:22:52,697 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98bf9506-db78-46c8-9d9b-738626ff1b13 2018-10-22 16:22:52,724 - neutron_utils - INFO - Retrieving security group with ID - 98bf9506-db78-46c8-9d9b-738626ff1b13 2018-10-22 16:22:52,929 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98bf9506-db78-46c8-9d9b-738626ff1b13 2018-10-22 16:22:53,093 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-8c0517fe-b582-49d9-8255-f75979cb6207name 2018-10-22 16:22:53,231 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98bf9506-db78-46c8-9d9b-738626ff1b13 2018-10-22 16:22:53,749 - neutron_utils - INFO - Retrieving security group with ID - 98bf9506-db78-46c8-9d9b-738626ff1b13 2018-10-22 16:22:53,939 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98bf9506-db78-46c8-9d9b-738626ff1b13 2018-10-22 16:22:54,725 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98bf9506-db78-46c8-9d9b-738626ff1b13 2018-10-22 16:22:54,897 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98bf9506-db78-46c8-9d9b-738626ff1b13 2018-10-22 16:22:55,366 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98bf9506-db78-46c8-9d9b-738626ff1b13 2018-10-22 16:22:55,739 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98bf9506-db78-46c8-9d9b-738626ff1b13 2018-10-22 16:22:55,918 - neutron_utils - INFO - Deleting security group rule with ID - 9fe15073-9f2d-4ee8-8000-9a5f67ac929d 2018-10-22 16:22:56,161 - neutron_utils - INFO - Deleting security group rule with ID - 42a63453-06bd-43f9-b96e-2aad595c20b0 2018-10-22 16:22:56,420 - neutron_utils - INFO - Deleting security group rule with ID - 8aa54818-d696-40b9-94fd-e220e626060e 2018-10-22 16:22:56,671 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-8c0517fe-b582-49d9-8255-f75979cb6207name 2018-10-22 16:22:57,337 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 35bf526f-a384-45aa-aa01-d0914671b879 2018-10-22 16:22:57,514 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:22:57,852 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-82a1aa8b-0fd2-433-proj 2018-10-22 16:22:58,157 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-82a1aa8b-0fd2-433-proj-role 2018-10-22 16:22:58,368 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-82a1aa8b-0fd2-433-user 2018-10-22 16:22:59,819 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-a2b94be6-b3e0-4da-proj 2018-10-22 16:23:00,909 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-a2b94be6-b3e0-4da-user 2018-10-22 16:23:01,131 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-a2b94be6-b3e0-4da-proj-role 2018-10-22 16:23:01,224 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-a2b94be6-b3e0-4da-proj-role to project CreateSecurityGroupTests-a2b94be6-b3e0-4da-proj 2018-10-22 16:23:02,126 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-0249e369-673a-4b8e-b768-dcdc736f3595name... 2018-10-22 16:23:02,126 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-0249e369-673a-4b8e-b768-dcdc736f3595name 2018-10-22 16:23:02,503 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5be2bab0-d78b-42db-8282-df64358dc27a 2018-10-22 16:23:02,692 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5be2bab0-d78b-42db-8282-df64358dc27a 2018-10-22 16:23:02,872 - neutron_utils - INFO - Retrieving security group with ID - 5be2bab0-d78b-42db-8282-df64358dc27a 2018-10-22 16:23:02,943 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5be2bab0-d78b-42db-8282-df64358dc27a 2018-10-22 16:23:02,972 - neutron_utils - INFO - Retrieving security group with ID - 5be2bab0-d78b-42db-8282-df64358dc27a 2018-10-22 16:23:03,166 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5be2bab0-d78b-42db-8282-df64358dc27a 2018-10-22 16:23:03,346 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-0249e369-673a-4b8e-b768-dcdc736f3595name 2018-10-22 16:23:03,631 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5be2bab0-d78b-42db-8282-df64358dc27a 2018-10-22 16:23:04,162 - neutron_utils - INFO - Retrieving security group with ID - 5be2bab0-d78b-42db-8282-df64358dc27a 2018-10-22 16:23:04,211 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5be2bab0-d78b-42db-8282-df64358dc27a 2018-10-22 16:23:04,825 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5be2bab0-d78b-42db-8282-df64358dc27a 2018-10-22 16:23:05,004 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5be2bab0-d78b-42db-8282-df64358dc27a 2018-10-22 16:23:05,315 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5be2bab0-d78b-42db-8282-df64358dc27a 2018-10-22 16:23:05,488 - neutron_utils - INFO - Deleting security group rule with ID - 3122b681-318a-40ac-b9cc-5e95c6362837 2018-10-22 16:23:05,603 - neutron_utils - INFO - Deleting security group rule with ID - 8718c6eb-2da2-4f61-b3bc-097bec727174 2018-10-22 16:23:05,852 - neutron_utils - INFO - Deleting security group rule with ID - aa20569d-9618-4076-a2df-87db496025b9 2018-10-22 16:23:06,124 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-0249e369-673a-4b8e-b768-dcdc736f3595name 2018-10-22 16:23:06,822 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 313668e2-1124-4408-ad61-fbbcab8e601a 2018-10-22 16:23:06,996 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:23:07,302 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-a2b94be6-b3e0-4da-proj 2018-10-22 16:23:07,607 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-a2b94be6-b3e0-4da-proj-role 2018-10-22 16:23:07,817 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-a2b94be6-b3e0-4da-user 2018-10-22 16:23:09,221 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-43699403-b1e3-4b5-proj 2018-10-22 16:23:10,310 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-43699403-b1e3-4b5-user 2018-10-22 16:23:10,520 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-43699403-b1e3-4b5-proj-role 2018-10-22 16:23:10,614 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-43699403-b1e3-4b5-proj-role to project CreateSecurityGroupTests-43699403-b1e3-4b5-proj 2018-10-22 16:23:11,522 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-6aeb8031-237f-490c-9709-b06862ef6575name... 2018-10-22 16:23:11,523 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-6aeb8031-237f-490c-9709-b06862ef6575name 2018-10-22 16:23:11,930 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:12,134 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:12,302 - neutron_utils - INFO - Retrieving security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:12,507 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:12,535 - neutron_utils - INFO - Retrieving security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:12,746 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:12,934 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-6aeb8031-237f-490c-9709-b06862ef6575name 2018-10-22 16:23:13,260 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:13,623 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-6aeb8031-237f-490c-9709-b06862ef6575name 2018-10-22 16:23:13,912 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:14,262 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-6aeb8031-237f-490c-9709-b06862ef6575name 2018-10-22 16:23:14,538 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:14,766 - neutron_utils - INFO - Retrieving security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:14,971 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:15,748 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:15,932 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:16,164 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:16,380 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:16,794 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:17,175 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:17,546 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:17,636 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:18,023 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:18,239 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:18,331 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f296a50-9d8d-44e5-af8d-ca4e81f1da95 2018-10-22 16:23:18,367 - neutron_utils - INFO - Deleting security group rule with ID - 365e6c60-809b-498f-87a0-14ee507ca8d7 2018-10-22 16:23:18,671 - neutron_utils - INFO - Deleting security group rule with ID - 1939985d-5aec-4744-8f62-cfdd7b3f3e02 2018-10-22 16:23:19,006 - neutron_utils - INFO - Deleting security group rule with ID - 9ede602e-b249-40fb-b699-02e7040d690e 2018-10-22 16:23:19,270 - neutron_utils - INFO - Deleting security group rule with ID - 560e3aef-e60d-46a5-9a2d-f8d380c0c762 2018-10-22 16:23:19,559 - neutron_utils - INFO - Deleting security group rule with ID - e141da45-9bca-4e48-8a31-1c93ad5ef45b 2018-10-22 16:23:19,667 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-6aeb8031-237f-490c-9709-b06862ef6575name 2018-10-22 16:23:20,255 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1fbb4421-bc3c-447f-85c6-bb2b4fddf2c0 2018-10-22 16:23:20,432 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:23:20,762 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-43699403-b1e3-4b5-proj 2018-10-22 16:23:20,985 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-43699403-b1e3-4b5-proj-role 2018-10-22 16:23:21,190 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-43699403-b1e3-4b5-user 2018-10-22 16:23:22,655 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-983df323-d582-43b-proj 2018-10-22 16:23:23,723 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-983df323-d582-43b-user 2018-10-22 16:23:23,927 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-983df323-d582-43b-proj-role 2018-10-22 16:23:23,947 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-983df323-d582-43b-proj-role to project CreateSecurityGroupTests-983df323-d582-43b-proj 2018-10-22 16:23:24,897 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-f3a46bee-fb11-4780-bd29-9242d800a443name... 2018-10-22 16:23:24,897 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-f3a46bee-fb11-4780-bd29-9242d800a443name 2018-10-22 16:23:25,324 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7601bb93-02fb-4787-8eb7-8b6dbe32802c 2018-10-22 16:23:25,496 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7601bb93-02fb-4787-8eb7-8b6dbe32802c 2018-10-22 16:23:25,680 - neutron_utils - INFO - Retrieving security group with ID - 7601bb93-02fb-4787-8eb7-8b6dbe32802c 2018-10-22 16:23:25,752 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7601bb93-02fb-4787-8eb7-8b6dbe32802c 2018-10-22 16:23:25,930 - neutron_utils - INFO - Retrieving security group with ID - 7601bb93-02fb-4787-8eb7-8b6dbe32802c 2018-10-22 16:23:26,303 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7601bb93-02fb-4787-8eb7-8b6dbe32802c 2018-10-22 16:23:26,480 - neutron_utils - INFO - Retrieving security group with ID - 7601bb93-02fb-4787-8eb7-8b6dbe32802c 2018-10-22 16:23:26,685 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7601bb93-02fb-4787-8eb7-8b6dbe32802c 2018-10-22 16:23:27,428 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7601bb93-02fb-4787-8eb7-8b6dbe32802c 2018-10-22 16:23:27,608 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7601bb93-02fb-4787-8eb7-8b6dbe32802c 2018-10-22 16:23:27,784 - neutron_utils - INFO - Deleting security group rule with ID - f424fe78-a68a-4154-90df-d6c35c67901c 2018-10-22 16:23:28,050 - neutron_utils - INFO - Deleting security group rule with ID - e4f9fcda-edda-4028-a236-71bf74461646 2018-10-22 16:23:28,222 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-f3a46bee-fb11-4780-bd29-9242d800a443name 2018-10-22 16:23:28,916 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d9afe2d-f70d-47ad-959e-21a11d1e9296 2018-10-22 16:23:29,104 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:23:29,421 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-983df323-d582-43b-proj 2018-10-22 16:23:29,636 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-983df323-d582-43b-proj-role 2018-10-22 16:23:29,862 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-983df323-d582-43b-user 2018-10-22 16:23:31,298 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-d64b65dc-2bb3-4b2-proj 2018-10-22 16:23:32,430 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-d64b65dc-2bb3-4b2-user 2018-10-22 16:23:32,628 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-d64b65dc-2bb3-4b2-proj-role 2018-10-22 16:23:32,715 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-d64b65dc-2bb3-4b2-proj-role to project CreateSecurityGroupTests-d64b65dc-2bb3-4b2-proj 2018-10-22 16:23:33,654 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-36a3435e-91d8-4ec2-b131-1d3b9a372d16name... 2018-10-22 16:23:33,655 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-36a3435e-91d8-4ec2-b131-1d3b9a372d16name 2018-10-22 16:23:34,054 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:34,223 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:34,406 - neutron_utils - INFO - Retrieving security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:34,631 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:34,660 - neutron_utils - INFO - Retrieving security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:35,016 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:35,191 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-36a3435e-91d8-4ec2-b131-1d3b9a372d16name 2018-10-22 16:23:35,332 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:35,582 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-36a3435e-91d8-4ec2-b131-1d3b9a372d16name 2018-10-22 16:23:35,906 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:36,431 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-36a3435e-91d8-4ec2-b131-1d3b9a372d16name 2018-10-22 16:23:36,558 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:37,072 - neutron_utils - INFO - Retrieving security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:37,265 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:37,906 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:38,088 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:38,480 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:38,735 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:38,968 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:39,348 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:39,569 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:39,870 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:40,120 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:40,349 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:40,421 - neutron_utils - INFO - Deleting security group rule with ID - 21315e4f-0262-4ec2-ad9f-9616bbb11e0d 2018-10-22 16:23:40,707 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-10-22 16:23:40,707 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95d6da68-1f4d-48e7-a8ab-57dcb9ee17a6 2018-10-22 16:23:40,739 - neutron_utils - INFO - Deleting security group rule with ID - d7b45fc3-9bb3-4614-838c-1304455727f3 2018-10-22 16:23:41,010 - neutron_utils - INFO - Deleting security group rule with ID - afdba900-a733-434d-a82a-0b65ecb0d972 2018-10-22 16:23:41,256 - neutron_utils - INFO - Deleting security group rule with ID - 21315e4f-0262-4ec2-ad9f-9616bbb11e0d 2018-10-22 16:23:41,285 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 21315e4f-0262-4ec2-ad9f-9616bbb11e0d does not exist Neutron server returns request_ids: ['req-d595440b-5c51-49a8-8ef4-2c83cb43acb5'] 2018-10-22 16:23:41,285 - neutron_utils - INFO - Deleting security group rule with ID - c88633ec-222e-4d47-9ab6-8b0cd16802c5 2018-10-22 16:23:41,415 - neutron_utils - INFO - Deleting security group rule with ID - 60e5bc0d-d372-405c-a2df-4fa2013a6246 2018-10-22 16:23:41,530 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-36a3435e-91d8-4ec2-b131-1d3b9a372d16name 2018-10-22 16:23:42,425 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fe280a7a-886e-44e7-ae2a-2de3a3fbf366 2018-10-22 16:23:42,596 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:23:42,927 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-d64b65dc-2bb3-4b2-proj 2018-10-22 16:23:43,197 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-d64b65dc-2bb3-4b2-proj-role 2018-10-22 16:23:43,415 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-d64b65dc-2bb3-4b2-user 2018-10-22 16:23:44,969 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-fc9c11b0-061a-4fd-proj 2018-10-22 16:23:46,029 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-fc9c11b0-061a-4fd-user 2018-10-22 16:23:46,232 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-fc9c11b0-061a-4fd-proj-role 2018-10-22 16:23:46,317 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-fc9c11b0-061a-4fd-proj-role to project CreateSecurityGroupTests-fc9c11b0-061a-4fd-proj 2018-10-22 16:23:47,237 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-69f04961-6236-44ba-9d26-2e874a897d4ename... 2018-10-22 16:23:47,237 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-69f04961-6236-44ba-9d26-2e874a897d4ename 2018-10-22 16:23:47,632 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:47,807 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:47,984 - neutron_utils - INFO - Retrieving security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:48,196 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:48,381 - neutron_utils - INFO - Retrieving security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:48,433 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:48,616 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-69f04961-6236-44ba-9d26-2e874a897d4ename 2018-10-22 16:23:48,830 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:49,222 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-69f04961-6236-44ba-9d26-2e874a897d4ename 2018-10-22 16:23:49,500 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:50,193 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-69f04961-6236-44ba-9d26-2e874a897d4ename 2018-10-22 16:23:50,488 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:51,000 - neutron_utils - INFO - Retrieving security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:51,050 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:51,675 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:51,842 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:52,231 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:52,614 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:52,992 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:53,375 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:53,625 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:53,861 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:53,946 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:54,330 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:54,517 - neutron_utils - INFO - Deleting security group rule with ID - e8b143f4-8f93-4a3a-ad2a-9a66d5c92683 2018-10-22 16:23:54,754 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-10-22 16:23:54,754 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be91c31-dd8c-409a-bb5c-d4aedba74049 2018-10-22 16:23:54,788 - neutron_utils - INFO - Deleting security group rule with ID - c5d51fa3-24e2-4802-b47d-dab50568d318 2018-10-22 16:23:54,883 - neutron_utils - INFO - Deleting security group rule with ID - 4412f7a9-bdb2-48e7-8737-bb42acf21960 2018-10-22 16:23:54,990 - neutron_utils - INFO - Deleting security group rule with ID - e8b143f4-8f93-4a3a-ad2a-9a66d5c92683 2018-10-22 16:23:55,164 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule e8b143f4-8f93-4a3a-ad2a-9a66d5c92683 does not exist Neutron server returns request_ids: ['req-1d1752f6-5e63-416e-a196-8153c0ba1610'] 2018-10-22 16:23:55,164 - neutron_utils - INFO - Deleting security group rule with ID - 811ab71a-b5b1-46d4-93e5-bbf4b4b1cf4a 2018-10-22 16:23:55,415 - neutron_utils - INFO - Deleting security group rule with ID - c03af452-3503-413a-9dbe-9de9a6c89225 2018-10-22 16:23:55,654 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-69f04961-6236-44ba-9d26-2e874a897d4ename 2018-10-22 16:23:56,443 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1381b7d-d8b6-4ab3-b3ca-b3ddc5d56e68 2018-10-22 16:23:56,615 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:23:56,942 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-fc9c11b0-061a-4fd-proj 2018-10-22 16:23:57,199 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-fc9c11b0-061a-4fd-proj-role 2018-10-22 16:23:57,411 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-fc9c11b0-061a-4fd-user 2018-10-22 16:23:58,819 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-80dfb87f-f228-4e5-proj 2018-10-22 16:23:59,867 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-80dfb87f-f228-4e5-user 2018-10-22 16:24:00,095 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-80dfb87f-f228-4e5-proj-role 2018-10-22 16:24:00,116 - keystone_utils - INFO - Granting role CreateImageSuccessTests-80dfb87f-f228-4e5-proj-role to project CreateImageSuccessTests-80dfb87f-f228-4e5-proj 2018-10-22 16:24:03,702 - create_image - INFO - Created image with name - CreateImageSuccessTests-e6019c94-170a-45a0-9c36-79fda9f7b3ab 2018-10-22 16:24:03,860 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-e6019c94-170a-45a0-9c36-79fda9f7b3ab 2018-10-22 16:24:04,591 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-e6019c94-170a-45a0-9c36-79fda9f7b3ab 2018-10-22 16:24:05,885 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-e6019c94-170a-45a0-9c36-79fda9f7b3ab 2018-10-22 16:24:06,385 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-80dfb87f-f228-4e5-proj 2018-10-22 16:24:06,601 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-80dfb87f-f228-4e5-proj-role 2018-10-22 16:24:06,806 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-80dfb87f-f228-4e5-user 2018-10-22 16:24:08,208 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-234bba29-a3d4-4cf-proj 2018-10-22 16:24:09,276 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-234bba29-a3d4-4cf-user 2018-10-22 16:24:09,460 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-234bba29-a3d4-4cf-proj-role 2018-10-22 16:24:09,551 - keystone_utils - INFO - Granting role CreateImageSuccessTests-234bba29-a3d4-4cf-proj-role to project CreateImageSuccessTests-234bba29-a3d4-4cf-proj 2018-10-22 16:24:13,181 - create_image - INFO - Created image with name - CreateImageSuccessTests-3029dffe-7763-4c15-8938-2ce1274112e2 2018-10-22 16:24:13,334 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-3029dffe-7763-4c15-8938-2ce1274112e2 2018-10-22 16:24:14,038 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-3029dffe-7763-4c15-8938-2ce1274112e2 2018-10-22 16:24:15,858 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-234bba29-a3d4-4cf-proj 2018-10-22 16:24:16,068 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-234bba29-a3d4-4cf-proj-role 2018-10-22 16:24:16,261 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-234bba29-a3d4-4cf-user 2018-10-22 16:24:17,748 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-3487cd20-6c2c-49f-proj 2018-10-22 16:24:18,880 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-3487cd20-6c2c-49f-user 2018-10-22 16:24:19,071 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-3487cd20-6c2c-49f-proj-role 2018-10-22 16:24:19,176 - keystone_utils - INFO - Granting role CreateImageSuccessTests-3487cd20-6c2c-49f-proj-role to project CreateImageSuccessTests-3487cd20-6c2c-49f-proj 2018-10-22 16:24:21,818 - create_image - INFO - Created image with name - CreateImageSuccessTests-4053cdde-4bed-40bb-b07b-aa0beebb4ad9 2018-10-22 16:24:21,985 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-4053cdde-4bed-40bb-b07b-aa0beebb4ad9 2018-10-22 16:24:22,709 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-4053cdde-4bed-40bb-b07b-aa0beebb4ad9 2018-10-22 16:24:24,356 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-3487cd20-6c2c-49f-proj 2018-10-22 16:24:24,604 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-3487cd20-6c2c-49f-proj-role 2018-10-22 16:24:24,814 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-3487cd20-6c2c-49f-user 2018-10-22 16:24:26,173 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-34db1b69-b8c2-448-proj 2018-10-22 16:24:27,292 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-34db1b69-b8c2-448-user 2018-10-22 16:24:27,490 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-34db1b69-b8c2-448-proj-role 2018-10-22 16:24:27,576 - keystone_utils - INFO - Granting role CreateImageSuccessTests-34db1b69-b8c2-448-proj-role to project CreateImageSuccessTests-34db1b69-b8c2-448-proj 2018-10-22 16:24:30,735 - create_image - INFO - Created image with name - CreateImageSuccessTests-b245c4d4-d323-477c-b55d-eb830af62386 2018-10-22 16:24:30,897 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-b245c4d4-d323-477c-b55d-eb830af62386 2018-10-22 16:24:31,622 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-b245c4d4-d323-477c-b55d-eb830af62386 2018-10-22 16:24:33,294 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-34db1b69-b8c2-448-proj 2018-10-22 16:24:33,512 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-34db1b69-b8c2-448-proj-role 2018-10-22 16:24:33,807 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-34db1b69-b8c2-448-user 2018-10-22 16:24:35,209 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-4808a422-65d7-44e-proj 2018-10-22 16:24:36,197 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-4808a422-65d7-44e-user 2018-10-22 16:24:36,407 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-4808a422-65d7-44e-proj-role 2018-10-22 16:24:36,427 - keystone_utils - INFO - Granting role CreateImageSuccessTests-4808a422-65d7-44e-proj-role to project CreateImageSuccessTests-4808a422-65d7-44e-proj 2018-10-22 16:24:39,235 - create_image - INFO - Created image with name - CreateImageSuccessTests-a3f2abe4-4b28-4b55-9213-2fa7635a9cd6 2018-10-22 16:24:39,262 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-a3f2abe4-4b28-4b55-9213-2fa7635a9cd6 2018-10-22 16:24:40,936 - create_image - INFO - Found image with name - CreateImageSuccessTests-a3f2abe4-4b28-4b55-9213-2fa7635a9cd6 2018-10-22 16:24:40,936 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-a3f2abe4-4b28-4b55-9213-2fa7635a9cd6 2018-10-22 16:24:42,919 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-4808a422-65d7-44e-proj 2018-10-22 16:24:43,169 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-4808a422-65d7-44e-proj-role 2018-10-22 16:24:43,385 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-4808a422-65d7-44e-user 2018-10-22 16:24:44,766 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-37fa26b8-370c-41d-proj 2018-10-22 16:24:45,819 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-37fa26b8-370c-41d-user 2018-10-22 16:24:46,017 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-37fa26b8-370c-41d-proj-role 2018-10-22 16:24:46,112 - keystone_utils - INFO - Granting role CreateImageSuccessTests-37fa26b8-370c-41d-proj-role to project CreateImageSuccessTests-37fa26b8-370c-41d-proj 2018-10-22 16:24:49,140 - create_image - INFO - Created image with name - CreateImageSuccessTests-bdd8bcc2-5118-4545-8325-7c2eb8c6fc99 2018-10-22 16:24:49,296 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-bdd8bcc2-5118-4545-8325-7c2eb8c6fc99 2018-10-22 16:24:50,823 - create_image - INFO - Found image with name - CreateImageSuccessTests-bdd8bcc2-5118-4545-8325-7c2eb8c6fc99 2018-10-22 16:24:50,824 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-bdd8bcc2-5118-4545-8325-7c2eb8c6fc99 2018-10-22 16:24:52,829 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-37fa26b8-370c-41d-proj 2018-10-22 16:24:53,062 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-37fa26b8-370c-41d-proj-role 2018-10-22 16:24:53,262 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-37fa26b8-370c-41d-user 2018-10-22 16:24:54,694 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-ee136d51-8a3b-466-proj 2018-10-22 16:24:55,727 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-ee136d51-8a3b-466-user 2018-10-22 16:24:55,915 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-ee136d51-8a3b-466-proj-role 2018-10-22 16:24:56,007 - keystone_utils - INFO - Granting role CreateImageNegativeTests-ee136d51-8a3b-466-proj-role to project CreateImageNegativeTests-ee136d51-8a3b-466-proj 2018-10-22 16:24:57,129 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-10-22 16:24:57,129 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-f5f8880a-c305-408b-aacb-38705b1b8405 2018-10-22 16:24:57,949 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-ee136d51-8a3b-466-proj 2018-10-22 16:24:58,198 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-ee136d51-8a3b-466-proj-role 2018-10-22 16:24:58,410 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-ee136d51-8a3b-466-user 2018-10-22 16:24:59,943 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-ead1ffe3-e0c7-471-proj 2018-10-22 16:25:00,994 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-ead1ffe3-e0c7-471-user 2018-10-22 16:25:01,185 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-ead1ffe3-e0c7-471-proj-role 2018-10-22 16:25:01,275 - keystone_utils - INFO - Granting role CreateImageNegativeTests-ead1ffe3-e0c7-471-proj-role to project CreateImageNegativeTests-ead1ffe3-e0c7-471-proj 2018-10-22 16:25:02,434 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-10-22 16:25:02,434 - glance_utils - INFO - Removing file ./tmp/3bf2b74d-d039-4367-a1df-b5dcfd6bf81e 2018-10-22 16:25:02,930 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-ead1ffe3-e0c7-471-proj 2018-10-22 16:25:03,121 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-ead1ffe3-e0c7-471-proj-role 2018-10-22 16:25:03,322 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-ead1ffe3-e0c7-471-user 2018-10-22 16:25:04,735 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-a935720a-dd0f-4cf-proj 2018-10-22 16:25:05,705 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-a935720a-dd0f-4cf-user 2018-10-22 16:25:05,921 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-a935720a-dd0f-4cf-proj-role 2018-10-22 16:25:05,944 - keystone_utils - INFO - Granting role CreateImageNegativeTests-a935720a-dd0f-4cf-proj-role to project CreateImageNegativeTests-a935720a-dd0f-4cf-proj 2018-10-22 16:25:07,208 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-a935720a-dd0f-4cf-proj 2018-10-22 16:25:07,453 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-a935720a-dd0f-4cf-proj-role 2018-10-22 16:25:07,581 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-a935720a-dd0f-4cf-user 2018-10-22 16:25:09,113 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-1bc56f64-0730-4d5-proj 2018-10-22 16:25:10,443 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-1bc56f64-0730-4d5-user 2018-10-22 16:25:10,643 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-1bc56f64-0730-4d5-proj-role 2018-10-22 16:25:10,663 - keystone_utils - INFO - Granting role CreateImageNegativeTests-1bc56f64-0730-4d5-proj-role to project CreateImageNegativeTests-1bc56f64-0730-4d5-proj 2018-10-22 16:25:11,886 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-1bc56f64-0730-4d5-proj 2018-10-22 16:25:12,098 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-1bc56f64-0730-4d5-proj-role 2018-10-22 16:25:12,290 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-1bc56f64-0730-4d5-user 2018-10-22 16:25:13,694 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-d6efcb30-e35c-4d9-proj 2018-10-22 16:25:14,825 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-d6efcb30-e35c-4d9-user 2018-10-22 16:25:15,014 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-d6efcb30-e35c-4d9-proj-role 2018-10-22 16:25:15,105 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-d6efcb30-e35c-4d9-proj-role to project CreateMultiPartImageTests-d6efcb30-e35c-4d9-proj 2018-10-22 16:25:15,182 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-10-22 16:25:15,674 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-d6efcb30-e35c-4d9-proj 2018-10-22 16:25:15,882 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-d6efcb30-e35c-4d9-proj-role 2018-10-22 16:25:16,093 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-d6efcb30-e35c-4d9-user 2018-10-22 16:25:17,592 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-41fe579e-e881-4a7-proj 2018-10-22 16:25:18,729 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-41fe579e-e881-4a7-user 2018-10-22 16:25:18,849 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-41fe579e-e881-4a7-proj-role 2018-10-22 16:25:18,940 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-41fe579e-e881-4a7-proj-role to project CreateMultiPartImageTests-41fe579e-e881-4a7-proj 2018-10-22 16:25:19,082 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-22 16:25:19,565 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-41fe579e-e881-4a7-proj 2018-10-22 16:25:19,787 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-41fe579e-e881-4a7-proj-role 2018-10-22 16:25:19,987 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-41fe579e-e881-4a7-user 2018-10-22 16:25:21,431 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-3177a7d5-221a-4d7-proj 2018-10-22 16:25:22,562 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-3177a7d5-221a-4d7-user 2018-10-22 16:25:22,772 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-3177a7d5-221a-4d7-proj-role 2018-10-22 16:25:22,859 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-3177a7d5-221a-4d7-proj-role to project CreateMultiPartImageTests-3177a7d5-221a-4d7-proj 2018-10-22 16:25:23,004 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-22 16:25:23,499 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-3177a7d5-221a-4d7-proj 2018-10-22 16:25:23,716 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-3177a7d5-221a-4d7-proj-role 2018-10-22 16:25:23,906 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-3177a7d5-221a-4d7-user 2018-10-22 16:25:25,251 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-d7bcc51c-354e-448-proj 2018-10-22 16:25:26,400 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-d7bcc51c-354e-448-user 2018-10-22 16:25:26,592 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-d7bcc51c-354e-448-proj-role 2018-10-22 16:25:26,767 - keystone_utils - INFO - Granting role CreateKeypairsTests-d7bcc51c-354e-448-proj-role to project CreateKeypairsTests-d7bcc51c-354e-448-proj 2018-10-22 16:25:27,574 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-f23136a0-4f3e-4ef2-b384-6274ef61d29a... 2018-10-22 16:25:27,574 - OpenStackKeypair - INFO - Creating new keypair 2018-10-22 16:25:27,632 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-f23136a0-4f3e-4ef2-b384-6274ef61d29a 2018-10-22 16:25:29,112 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-d7bcc51c-354e-448-proj 2018-10-22 16:25:29,314 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-d7bcc51c-354e-448-proj-role 2018-10-22 16:25:29,509 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-d7bcc51c-354e-448-user 2018-10-22 16:25:31,029 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-59dec1bc-2674-4ca-proj 2018-10-22 16:25:32,036 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-59dec1bc-2674-4ca-user 2018-10-22 16:25:32,232 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-59dec1bc-2674-4ca-proj-role 2018-10-22 16:25:32,252 - keystone_utils - INFO - Granting role CreateKeypairsTests-59dec1bc-2674-4ca-proj-role to project CreateKeypairsTests-59dec1bc-2674-4ca-proj 2018-10-22 16:25:32,408 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-47e396ab-9197-45db-b31f-54d763bb2ac9.pub 2018-10-22 16:25:33,015 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-47e396ab-9197-45db-b31f-54d763bb2ac9... 2018-10-22 16:25:33,015 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-22 16:25:33,015 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-47e396ab-9197-45db-b31f-54d763bb2ac9.pub 2018-10-22 16:25:33,015 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-47e396ab-9197-45db-b31f-54d763bb2ac9 2018-10-22 16:25:34,157 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-59dec1bc-2674-4ca-proj 2018-10-22 16:25:34,361 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-59dec1bc-2674-4ca-proj-role 2018-10-22 16:25:34,571 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-59dec1bc-2674-4ca-user 2018-10-22 16:25:35,978 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-7f65e548-8e20-426-proj 2018-10-22 16:25:37,192 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-7f65e548-8e20-426-user 2018-10-22 16:25:37,400 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-7f65e548-8e20-426-proj-role 2018-10-22 16:25:37,488 - keystone_utils - INFO - Granting role CreateKeypairsTests-7f65e548-8e20-426-proj-role to project CreateKeypairsTests-7f65e548-8e20-426-proj 2018-10-22 16:25:38,341 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-ac1ed402-5f96-4efc-9211-ddc5f2da3174... 2018-10-22 16:25:38,341 - OpenStackKeypair - INFO - Creating new keypair 2018-10-22 16:26:19,794 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-ac1ed402-5f96-4efc-9211-ddc5f2da3174 2018-10-22 16:26:20,953 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-7f65e548-8e20-426-proj 2018-10-22 16:26:21,158 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-7f65e548-8e20-426-proj-role 2018-10-22 16:26:21,363 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-7f65e548-8e20-426-user 2018-10-22 16:26:22,892 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-2a40516f-3e4e-458-proj 2018-10-22 16:26:23,895 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-2a40516f-3e4e-458-user 2018-10-22 16:26:24,094 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-2a40516f-3e4e-458-proj-role 2018-10-22 16:26:24,187 - keystone_utils - INFO - Granting role CreateKeypairsTests-2a40516f-3e4e-458-proj-role to project CreateKeypairsTests-2a40516f-3e4e-458-proj 2018-10-22 16:26:24,934 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-89df792b-917b-4748-908b-8db8a50a48ee... 2018-10-22 16:26:24,935 - OpenStackKeypair - INFO - Creating new keypair 2018-10-22 16:26:24,971 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-89df792b-917b-4748-908b-8db8a50a48ee 2018-10-22 16:26:26,033 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-2a40516f-3e4e-458-proj 2018-10-22 16:26:26,247 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-2a40516f-3e4e-458-proj-role 2018-10-22 16:26:26,438 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-2a40516f-3e4e-458-user 2018-10-22 16:26:27,867 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-0c70b848-15cb-47f-proj 2018-10-22 16:26:28,927 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-0c70b848-15cb-47f-user 2018-10-22 16:26:29,116 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-0c70b848-15cb-47f-proj-role 2018-10-22 16:26:29,201 - keystone_utils - INFO - Granting role CreateKeypairsTests-0c70b848-15cb-47f-proj-role to project CreateKeypairsTests-0c70b848-15cb-47f-proj 2018-10-22 16:26:29,941 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-1465148f-2444-448e-9ecc-8c91b14a5326... 2018-10-22 16:26:29,941 - OpenStackKeypair - INFO - Creating new keypair 2018-10-22 16:26:29,969 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-1465148f-2444-448e-9ecc-8c91b14a5326 2018-10-22 16:26:30,032 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-1465148f-2444-448e-9ecc-8c91b14a5326.pub 2018-10-22 16:26:30,032 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-1465148f-2444-448e-9ecc-8c91b14a5326 2018-10-22 16:26:30,604 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-1465148f-2444-448e-9ecc-8c91b14a5326.pub] 2018-10-22 16:26:30,605 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-1465148f-2444-448e-9ecc-8c91b14a5326] 2018-10-22 16:26:31,089 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-0c70b848-15cb-47f-proj 2018-10-22 16:26:31,301 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-0c70b848-15cb-47f-proj-role 2018-10-22 16:26:31,519 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-0c70b848-15cb-47f-user 2018-10-22 16:26:33,023 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-93361c34-a7bd-47f-proj 2018-10-22 16:26:33,999 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-93361c34-a7bd-47f-user 2018-10-22 16:26:34,197 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-93361c34-a7bd-47f-proj-role 2018-10-22 16:26:34,278 - keystone_utils - INFO - Granting role CreateKeypairsTests-93361c34-a7bd-47f-proj-role to project CreateKeypairsTests-93361c34-a7bd-47f-proj 2018-10-22 16:26:35,030 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-a72e2022-81b2-4f5b-9447-6b3e2e4308c6... 2018-10-22 16:26:35,030 - OpenStackKeypair - INFO - Creating new keypair 2018-10-22 16:26:35,061 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-a72e2022-81b2-4f5b-9447-6b3e2e4308c6 2018-10-22 16:26:35,131 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-a72e2022-81b2-4f5b-9447-6b3e2e4308c6.pub 2018-10-22 16:26:35,712 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-a72e2022-81b2-4f5b-9447-6b3e2e4308c6.pub] 2018-10-22 16:26:36,189 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-93361c34-a7bd-47f-proj 2018-10-22 16:26:36,391 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-93361c34-a7bd-47f-proj-role 2018-10-22 16:26:36,575 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-93361c34-a7bd-47f-user 2018-10-22 16:26:37,987 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-0f674e9b-0af6-495-proj 2018-10-22 16:26:39,131 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-0f674e9b-0af6-495-user 2018-10-22 16:26:39,436 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-0f674e9b-0af6-495-proj-role 2018-10-22 16:26:39,526 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-0f674e9b-0af6-495-proj-role to project CreateKeypairsCleanupTests-0f674e9b-0af6-495-proj 2018-10-22 16:26:39,812 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-d2293626-5aac-4faa-bd7a-5ff596f34008.pub 2018-10-22 16:26:39,813 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-d2293626-5aac-4faa-bd7a-5ff596f34008 2018-10-22 16:26:40,451 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-d2293626-5aac-4faa-bd7a-5ff596f34008... 2018-10-22 16:26:40,451 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-22 16:26:40,451 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-d2293626-5aac-4faa-bd7a-5ff596f34008.pub 2018-10-22 16:26:40,451 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-d2293626-5aac-4faa-bd7a-5ff596f34008 2018-10-22 16:26:40,550 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-d2293626-5aac-4faa-bd7a-5ff596f34008.pub] 2018-10-22 16:26:40,551 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-d2293626-5aac-4faa-bd7a-5ff596f34008] 2018-10-22 16:26:41,030 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-0f674e9b-0af6-495-proj 2018-10-22 16:26:41,212 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-0f674e9b-0af6-495-proj-role 2018-10-22 16:26:41,403 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-0f674e9b-0af6-495-user 2018-10-22 16:26:42,744 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-02ba3452-f033-475-proj 2018-10-22 16:26:43,859 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-02ba3452-f033-475-user 2018-10-22 16:26:44,059 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-02ba3452-f033-475-proj-role 2018-10-22 16:26:44,077 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-02ba3452-f033-475-proj-role to project CreateKeypairsCleanupTests-02ba3452-f033-475-proj 2018-10-22 16:26:44,286 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-8c612fcf-afbb-4e3f-b3d3-3ee9b023fed8.pub 2018-10-22 16:26:44,286 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-8c612fcf-afbb-4e3f-b3d3-3ee9b023fed8 2018-10-22 16:26:44,908 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-8c612fcf-afbb-4e3f-b3d3-3ee9b023fed8... 2018-10-22 16:26:44,908 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-22 16:26:44,908 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-8c612fcf-afbb-4e3f-b3d3-3ee9b023fed8.pub 2018-10-22 16:26:44,908 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-8c612fcf-afbb-4e3f-b3d3-3ee9b023fed8 2018-10-22 16:26:45,481 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-02ba3452-f033-475-proj 2018-10-22 16:26:45,700 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-02ba3452-f033-475-proj-role 2018-10-22 16:26:45,897 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-02ba3452-f033-475-user 2018-10-22 16:26:47,388 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-e7a0d9cc-c451-409-proj 2018-10-22 16:26:48,448 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-e7a0d9cc-c451-409-user 2018-10-22 16:26:48,640 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-e7a0d9cc-c451-409-proj-role 2018-10-22 16:26:48,731 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-e7a0d9cc-c451-409-proj-role to project CreateKeypairsCleanupTests-e7a0d9cc-c451-409-proj 2018-10-22 16:26:49,516 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-0cc98dbb-b951-4392-aaff-32c00b03bd28... 2018-10-22 16:26:49,516 - OpenStackKeypair - INFO - Creating new keypair 2018-10-22 16:26:49,528 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-0cc98dbb-b951-4392-aaff-32c00b03bd28 2018-10-22 16:26:49,591 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-0cc98dbb-b951-4392-aaff-32c00b03bd28.pub 2018-10-22 16:26:49,591 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-0cc98dbb-b951-4392-aaff-32c00b03bd28 2018-10-22 16:26:49,628 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-0cc98dbb-b951-4392-aaff-32c00b03bd28.pub] 2018-10-22 16:26:49,628 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-0cc98dbb-b951-4392-aaff-32c00b03bd28] 2018-10-22 16:26:50,059 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-e7a0d9cc-c451-409-proj 2018-10-22 16:26:50,290 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-e7a0d9cc-c451-409-proj-role 2018-10-22 16:26:50,419 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-e7a0d9cc-c451-409-user 2018-10-22 16:26:51,829 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-7addae84-9c94-404-proj 2018-10-22 16:26:52,960 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-7addae84-9c94-404-user 2018-10-22 16:26:53,160 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-7addae84-9c94-404-proj-role 2018-10-22 16:26:53,244 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-7addae84-9c94-404-proj-role to project CreateKeypairsCleanupTests-7addae84-9c94-404-proj 2018-10-22 16:26:54,015 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-e4db5e1a-9183-4f11-a751-02a30e851d14... 2018-10-22 16:26:54,015 - OpenStackKeypair - INFO - Creating new keypair 2018-10-22 16:26:54,050 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-e4db5e1a-9183-4f11-a751-02a30e851d14 2018-10-22 16:26:54,118 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-e4db5e1a-9183-4f11-a751-02a30e851d14.pub 2018-10-22 16:26:54,119 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-e4db5e1a-9183-4f11-a751-02a30e851d14 2018-10-22 16:26:54,149 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-e4db5e1a-9183-4f11-a751-02a30e851d14.pub] 2018-10-22 16:26:54,149 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-e4db5e1a-9183-4f11-a751-02a30e851d14] 2018-10-22 16:26:54,629 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-7addae84-9c94-404-proj 2018-10-22 16:26:54,817 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-7addae84-9c94-404-proj-role 2018-10-22 16:26:55,030 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-7addae84-9c94-404-user 2018-10-22 16:26:56,370 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-f599fc57-e60b-478-proj 2018-10-22 16:26:57,419 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-f599fc57-e60b-478-user 2018-10-22 16:26:57,622 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-f599fc57-e60b-478-proj-role 2018-10-22 16:26:57,703 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-f599fc57-e60b-478-proj-role to project CreateKeypairsCleanupTests-f599fc57-e60b-478-proj 2018-10-22 16:26:58,467 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-85d84200-a736-4cec-8bbc-6863b056ab35... 2018-10-22 16:26:58,467 - OpenStackKeypair - INFO - Creating new keypair 2018-10-22 16:26:58,499 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-85d84200-a736-4cec-8bbc-6863b056ab35 2018-10-22 16:26:58,563 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-85d84200-a736-4cec-8bbc-6863b056ab35.pub 2018-10-22 16:26:58,564 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-85d84200-a736-4cec-8bbc-6863b056ab35 2018-10-22 16:26:59,082 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-f599fc57-e60b-478-proj 2018-10-22 16:26:59,326 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-f599fc57-e60b-478-proj-role 2018-10-22 16:26:59,534 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-f599fc57-e60b-478-user 2018-10-22 16:27:00,951 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-6bb08a43-9a2f-4ec-proj 2018-10-22 16:27:02,083 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-6bb08a43-9a2f-4ec-user 2018-10-22 16:27:02,281 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-6bb08a43-9a2f-4ec-proj-role 2018-10-22 16:27:02,305 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-6bb08a43-9a2f-4ec-proj-role to project CreateNetworkSuccessTests-6bb08a43-9a2f-4ec-proj 2018-10-22 16:27:03,091 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-3cf89705-4a69-4007-9ac3-bc796c012909-pub-net 2018-10-22 16:27:04,213 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-3cf89705-4a69-4007-9ac3-bc796c012909-pub-subnet 2018-10-22 16:27:06,309 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3cf89705-4a69-4007-9ac3-bc796c012909-pub-subnet 2018-10-22 16:27:06,309 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3cf89705-4a69-4007-9ac3-bc796c012909-pub-subnet 2018-10-22 16:27:08,993 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-3cf89705-4a69-4007-9ac3-bc796c012909-pub-net 2018-10-22 16:27:10,851 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3cf89705-4a69-4007-9ac3-bc796c012909-pub-subnet 2018-10-22 16:27:10,851 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3cf89705-4a69-4007-9ac3-bc796c012909-pub-subnet 2018-10-22 16:27:10,891 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-3cf89705-4a69-4007-9ac3-bc796c012909-pub-net 2018-10-22 16:27:11,543 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a4c35f5a-1778-453a-b743-97e274be883d 2018-10-22 16:27:11,721 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:27:12,206 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-6bb08a43-9a2f-4ec-proj 2018-10-22 16:27:12,481 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-6bb08a43-9a2f-4ec-proj-role 2018-10-22 16:27:12,689 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-6bb08a43-9a2f-4ec-user 2018-10-22 16:27:14,051 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-7a4d59e8-4c32-464-proj 2018-10-22 16:27:15,119 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-7a4d59e8-4c32-464-user 2018-10-22 16:27:15,335 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-7a4d59e8-4c32-464-proj-role 2018-10-22 16:27:15,354 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-7a4d59e8-4c32-464-proj-role to project CreateNetworkSuccessTests-7a4d59e8-4c32-464-proj 2018-10-22 16:27:16,251 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-fc712758-d51e-47b2-a01e-bbb6e239a0c6-pub-net 2018-10-22 16:27:18,341 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-fc712758-d51e-47b2-a01e-bbb6e239a0c6-pub-subnet 2018-10-22 16:27:23,219 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-fc712758-d51e-47b2-a01e-bbb6e239a0c6-pub-router 2018-10-22 16:27:25,462 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-fc712758-d51e-47b2-a01e-bbb6e239a0c6-pub-router 2018-10-22 16:27:28,352 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-fc712758-d51e-47b2-a01e-bbb6e239a0c6-pub-router and subnet CreateNetworkSuccessTests-fc712758-d51e-47b2-a01e-bbb6e239a0c6-pub-subnet 2018-10-22 16:27:28,352 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-fc712758-d51e-47b2-a01e-bbb6e239a0c6-pub-router 2018-10-22 16:27:29,443 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-fc712758-d51e-47b2-a01e-bbb6e239a0c6-pub-router 2018-10-22 16:27:29,443 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-fc712758-d51e-47b2-a01e-bbb6e239a0c6-pub-router 2018-10-22 16:27:30,701 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-fc712758-d51e-47b2-a01e-bbb6e239a0c6-pub-subnet 2018-10-22 16:27:30,701 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-fc712758-d51e-47b2-a01e-bbb6e239a0c6-pub-subnet 2018-10-22 16:27:32,823 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-fc712758-d51e-47b2-a01e-bbb6e239a0c6-pub-net 2018-10-22 16:27:34,648 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c9370f9f-8773-4d8e-aeed-5c08251932dd 2018-10-22 16:27:34,842 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:27:35,200 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-7a4d59e8-4c32-464-proj 2018-10-22 16:27:35,517 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-7a4d59e8-4c32-464-proj-role 2018-10-22 16:27:35,730 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-7a4d59e8-4c32-464-user 2018-10-22 16:27:37,197 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-5b383ba0-b9f9-455-proj 2018-10-22 16:27:38,239 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-5b383ba0-b9f9-455-user 2018-10-22 16:27:38,460 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-5b383ba0-b9f9-455-proj-role 2018-10-22 16:27:38,479 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-5b383ba0-b9f9-455-proj-role to project CreateNetworkSuccessTests-5b383ba0-b9f9-455-proj 2018-10-22 16:27:39,240 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-44bcc97d-720a-4c76-aea7-53fe67d64de4-pub-net 2018-10-22 16:27:41,430 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-44bcc97d-720a-4c76-aea7-53fe67d64de4-pub-subnet 2018-10-22 16:27:45,094 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-44bcc97d-720a-4c76-aea7-53fe67d64de4-pub-router 2018-10-22 16:27:47,236 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-44bcc97d-720a-4c76-aea7-53fe67d64de4-pub-router 2018-10-22 16:27:50,228 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-44bcc97d-720a-4c76-aea7-53fe67d64de4-pub-router and subnet CreateNetworkSuccessTests-44bcc97d-720a-4c76-aea7-53fe67d64de4-pub-subnet 2018-10-22 16:27:50,228 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-44bcc97d-720a-4c76-aea7-53fe67d64de4-pub-router 2018-10-22 16:27:51,443 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-44bcc97d-720a-4c76-aea7-53fe67d64de4-pub-router 2018-10-22 16:27:51,444 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-44bcc97d-720a-4c76-aea7-53fe67d64de4-pub-router 2018-10-22 16:27:52,710 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-44bcc97d-720a-4c76-aea7-53fe67d64de4-pub-subnet 2018-10-22 16:27:52,710 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-44bcc97d-720a-4c76-aea7-53fe67d64de4-pub-subnet 2018-10-22 16:27:55,087 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-44bcc97d-720a-4c76-aea7-53fe67d64de4-pub-net 2018-10-22 16:27:57,153 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e382df9-25b4-4f62-be7e-0befef9b3e6a 2018-10-22 16:27:57,327 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:27:57,664 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-5b383ba0-b9f9-455-proj 2018-10-22 16:27:57,965 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-5b383ba0-b9f9-455-proj-role 2018-10-22 16:27:58,163 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-5b383ba0-b9f9-455-user 2018-10-22 16:27:59,634 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-f61076c7-779e-434-proj 2018-10-22 16:28:00,728 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-f61076c7-779e-434-user 2018-10-22 16:28:00,945 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-f61076c7-779e-434-proj-role 2018-10-22 16:28:01,038 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-f61076c7-779e-434-proj-role to project CreateNetworkSuccessTests-f61076c7-779e-434-proj 2018-10-22 16:28:01,827 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-7801b4ed-04c0-4938-a5fe-243b4c55f91f-pub-net 2018-10-22 16:28:02,929 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-7801b4ed-04c0-4938-a5fe-243b4c55f91f-pub-subnet 2018-10-22 16:28:05,799 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-7801b4ed-04c0-4938-a5fe-243b4c55f91f-pub-router 2018-10-22 16:28:07,832 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-7801b4ed-04c0-4938-a5fe-243b4c55f91f-pub-router 2018-10-22 16:28:12,129 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-7801b4ed-04c0-4938-a5fe-243b4c55f91f-pub-router and subnet CreateNetworkSuccessTests-7801b4ed-04c0-4938-a5fe-243b4c55f91f-pub-subnet 2018-10-22 16:28:12,129 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-7801b4ed-04c0-4938-a5fe-243b4c55f91f-pub-router 2018-10-22 16:28:13,421 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-7801b4ed-04c0-4938-a5fe-243b4c55f91f-pub-router 2018-10-22 16:28:13,421 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-7801b4ed-04c0-4938-a5fe-243b4c55f91f-pub-router 2018-10-22 16:28:14,630 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-7801b4ed-04c0-4938-a5fe-243b4c55f91f-pub-subnet 2018-10-22 16:28:14,630 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-7801b4ed-04c0-4938-a5fe-243b4c55f91f-pub-subnet 2018-10-22 16:28:17,040 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-7801b4ed-04c0-4938-a5fe-243b4c55f91f-pub-net 2018-10-22 16:28:18,748 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b720b7a-a898-40d4-a956-2aa52e7ae772 2018-10-22 16:28:18,936 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:28:19,296 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-f61076c7-779e-434-proj 2018-10-22 16:28:19,565 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-f61076c7-779e-434-proj-role 2018-10-22 16:28:19,796 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-f61076c7-779e-434-user 2018-10-22 16:28:21,245 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-634efb18-0c8d-444-proj 2018-10-22 16:28:22,389 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-634efb18-0c8d-444-user 2018-10-22 16:28:22,599 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-634efb18-0c8d-444-proj-role 2018-10-22 16:28:22,683 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-634efb18-0c8d-444-proj-role to project CreateNetworkSuccessTests-634efb18-0c8d-444-proj 2018-10-22 16:28:23,440 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-c4505cd4-3c2d-4770-8e85-a686de80a6a2-pub-net 2018-10-22 16:28:24,531 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-c4505cd4-3c2d-4770-8e85-a686de80a6a2-pub-subnet 2018-10-22 16:28:26,793 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-c4505cd4-3c2d-4770-8e85-a686de80a6a2-pub-subnet 2018-10-22 16:28:26,794 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-c4505cd4-3c2d-4770-8e85-a686de80a6a2-pub-subnet 2018-10-22 16:28:29,444 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-c4505cd4-3c2d-4770-8e85-a686de80a6a2-pub-net 2018-10-22 16:28:31,411 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17ff447f-527c-4b7e-b980-fd92002033e3 2018-10-22 16:28:31,597 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:28:31,909 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-634efb18-0c8d-444-proj 2018-10-22 16:28:32,140 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-634efb18-0c8d-444-proj-role 2018-10-22 16:28:32,341 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-634efb18-0c8d-444-user 2018-10-22 16:28:33,835 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-e8512bc7-a08f-4df-proj 2018-10-22 16:28:34,844 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-e8512bc7-a08f-4df-user 2018-10-22 16:28:35,053 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-e8512bc7-a08f-4df-proj-role 2018-10-22 16:28:35,135 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-e8512bc7-a08f-4df-proj-role to project CreateNetworkSuccessTests-e8512bc7-a08f-4df-proj 2018-10-22 16:28:35,898 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-b06001d9-3a5c-46eb-b5ea-4e86332089f9-pub-net 2018-10-22 16:28:37,045 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-b06001d9-3a5c-46eb-b5ea-4e86332089f9-pub-subnet 2018-10-22 16:28:39,469 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-b06001d9-3a5c-46eb-b5ea-4e86332089f9-pub-subnet 2018-10-22 16:28:39,469 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-b06001d9-3a5c-46eb-b5ea-4e86332089f9-pub-subnet 2018-10-22 16:28:41,897 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-b06001d9-3a5c-46eb-b5ea-4e86332089f9-pub-net 2018-10-22 16:28:43,743 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8170f06a-e60b-4630-be03-580cfef2724e 2018-10-22 16:28:43,911 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:28:44,267 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-e8512bc7-a08f-4df-proj 2018-10-22 16:28:44,541 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-e8512bc7-a08f-4df-proj-role 2018-10-22 16:28:44,748 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-e8512bc7-a08f-4df-user 2018-10-22 16:28:46,212 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-635234a3-50a2-49e-proj 2018-10-22 16:28:47,203 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-635234a3-50a2-49e-user 2018-10-22 16:28:47,400 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-635234a3-50a2-49e-proj-role 2018-10-22 16:28:47,488 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-635234a3-50a2-49e-proj-role to project CreateRouterSuccessTests-635234a3-50a2-49e-proj 2018-10-22 16:28:49,389 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-51eac4c4-37e4-44e3-bf77-aaf5aaf69db7-pub-router 2018-10-22 16:28:51,955 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-51eac4c4-37e4-44e3-bf77-aaf5aaf69db7-pub-router 2018-10-22 16:28:53,444 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-51eac4c4-37e4-44e3-bf77-aaf5aaf69db7-pub-router 2018-10-22 16:28:53,444 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-51eac4c4-37e4-44e3-bf77-aaf5aaf69db7-pub-router 2018-10-22 16:28:53,976 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-635234a3-50a2-49e-proj 2018-10-22 16:28:54,182 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-635234a3-50a2-49e-proj-role 2018-10-22 16:28:54,376 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-635234a3-50a2-49e-user 2018-10-22 16:28:55,787 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-b01640f9-6efe-4f4-proj 2018-10-22 16:28:56,921 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-b01640f9-6efe-4f4-user 2018-10-22 16:28:57,119 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-b01640f9-6efe-4f4-proj-role 2018-10-22 16:28:57,210 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-b01640f9-6efe-4f4-proj-role to project CreateRouterSuccessTests-b01640f9-6efe-4f4-proj 2018-10-22 16:28:58,449 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-afdefc47-3561-45de-887b-9f2f345e0d0e-pub-router 2018-10-22 16:29:00,035 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-afdefc47-3561-45de-887b-9f2f345e0d0e-pub-router 2018-10-22 16:29:00,035 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-afdefc47-3561-45de-887b-9f2f345e0d0e-pub-router 2018-10-22 16:29:00,959 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-b01640f9-6efe-4f4-proj 2018-10-22 16:29:01,086 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-b01640f9-6efe-4f4-proj-role 2018-10-22 16:29:01,290 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-b01640f9-6efe-4f4-user 2018-10-22 16:29:02,712 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-6e91c104-776e-4de-proj 2018-10-22 16:29:03,843 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-6e91c104-776e-4de-user 2018-10-22 16:29:04,039 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-6e91c104-776e-4de-proj-role 2018-10-22 16:29:04,221 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-6e91c104-776e-4de-proj-role to project CreateRouterSuccessTests-6e91c104-776e-4de-proj 2018-10-22 16:29:05,459 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-1811e54e-7078-477f-9824-7356493373ee-pub-router 2018-10-22 16:29:07,197 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-1811e54e-7078-477f-9824-7356493373ee-pub-router 2018-10-22 16:29:07,197 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-1811e54e-7078-477f-9824-7356493373ee-pub-router 2018-10-22 16:29:08,040 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-6e91c104-776e-4de-proj 2018-10-22 16:29:08,253 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-6e91c104-776e-4de-proj-role 2018-10-22 16:29:08,447 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-6e91c104-776e-4de-user 2018-10-22 16:29:09,868 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-f40715b5-8d78-4bb-proj 2018-10-22 16:29:10,927 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-f40715b5-8d78-4bb-user 2018-10-22 16:29:11,125 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-f40715b5-8d78-4bb-proj-role 2018-10-22 16:29:11,215 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-f40715b5-8d78-4bb-proj-role to project CreateRouterSuccessTests-f40715b5-8d78-4bb-proj 2018-10-22 16:29:13,105 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-fd8c034e-9d66-4721-9a67-9aedce2bc270-pub-router 2018-10-22 16:29:17,766 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-fd8c034e-9d66-4721-9a67-9aedce2bc270-pub-router 2018-10-22 16:29:17,766 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-fd8c034e-9d66-4721-9a67-9aedce2bc270-pub-router 2018-10-22 16:29:19,533 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-f40715b5-8d78-4bb-proj 2018-10-22 16:29:19,748 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-f40715b5-8d78-4bb-proj-role 2018-10-22 16:29:20,028 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-f40715b5-8d78-4bb-user 2018-10-22 16:29:21,424 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-5e20001a-ae63-4c8-proj 2018-10-22 16:29:22,568 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-5e20001a-ae63-4c8-user 2018-10-22 16:29:22,856 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-5e20001a-ae63-4c8-proj-role 2018-10-22 16:29:22,876 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-5e20001a-ae63-4c8-proj-role to project CreateRouterSuccessTests-5e20001a-ae63-4c8-proj 2018-10-22 16:29:23,635 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-174e7d8a-ec5c-48ac-82dc-946ff33474bb-pub-net1 2018-10-22 16:29:24,613 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-174e7d8a-ec5c-48ac-82dc-946ff33474bb-pub-subnet1 2018-10-22 16:29:27,114 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-174e7d8a-ec5c-48ac-82dc-946ff33474bb-pub-router 2018-10-22 16:29:29,128 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-174e7d8a-ec5c-48ac-82dc-946ff33474bb-port1 for router - CreateRouterSuccessTests-174e7d8a-ec5c-48ac-82dc-946ff33474bb-pub-router 2018-10-22 16:29:30,689 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-174e7d8a-ec5c-48ac-82dc-946ff33474bb-pub-net1 2018-10-22 16:29:31,620 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-174e7d8a-ec5c-48ac-82dc-946ff33474bb-port1 for router - CreateRouterSuccessTests-174e7d8a-ec5c-48ac-82dc-946ff33474bb-pub-router 2018-10-22 16:29:31,620 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-174e7d8a-ec5c-48ac-82dc-946ff33474bb-pub-router 2018-10-22 16:29:36,242 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-174e7d8a-ec5c-48ac-82dc-946ff33474bb-pub-router and port CreateRouterSuccessTests-174e7d8a-ec5c-48ac-82dc-946ff33474bb-port1 2018-10-22 16:29:36,242 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-174e7d8a-ec5c-48ac-82dc-946ff33474bb-pub-router 2018-10-22 16:29:37,387 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-174e7d8a-ec5c-48ac-82dc-946ff33474bb-pub-router 2018-10-22 16:29:37,387 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-174e7d8a-ec5c-48ac-82dc-946ff33474bb-pub-router 2018-10-22 16:29:38,647 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-174e7d8a-ec5c-48ac-82dc-946ff33474bb-pub-subnet1 2018-10-22 16:29:38,647 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-174e7d8a-ec5c-48ac-82dc-946ff33474bb-pub-subnet1 2018-10-22 16:29:40,985 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-174e7d8a-ec5c-48ac-82dc-946ff33474bb-pub-net1 2018-10-22 16:29:42,910 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7d7dbbde-b86c-40a9-8de3-d98ebe8d56d7 2018-10-22 16:29:43,086 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:29:43,429 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-5e20001a-ae63-4c8-proj 2018-10-22 16:29:43,679 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-5e20001a-ae63-4c8-proj-role 2018-10-22 16:29:43,890 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-5e20001a-ae63-4c8-user 2018-10-22 16:29:45,316 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-aa8d1ca2-d567-45b-proj 2018-10-22 16:29:46,388 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-aa8d1ca2-d567-45b-user 2018-10-22 16:29:46,598 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-aa8d1ca2-d567-45b-proj-role 2018-10-22 16:29:46,684 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-aa8d1ca2-d567-45b-proj-role to project CreateRouterSuccessTests-aa8d1ca2-d567-45b-proj 2018-10-22 16:29:48,590 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-31554880-f61c-437d-a28d-a060544b3844-pub-router 2018-10-22 16:29:52,215 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-31554880-f61c-437d-a28d-a060544b3844-pub-router 2018-10-22 16:29:52,215 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-31554880-f61c-437d-a28d-a060544b3844-pub-router 2018-10-22 16:29:54,014 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-aa8d1ca2-d567-45b-proj 2018-10-22 16:29:54,236 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-aa8d1ca2-d567-45b-proj-role 2018-10-22 16:29:54,436 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-aa8d1ca2-d567-45b-user 2018-10-22 16:29:55,861 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-7fc551bd-0ee7-45f-proj 2018-10-22 16:29:56,939 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-7fc551bd-0ee7-45f-user 2018-10-22 16:29:57,131 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-7fc551bd-0ee7-45f-proj-role 2018-10-22 16:29:57,223 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-7fc551bd-0ee7-45f-proj-role to project CreateRouterSuccessTests-7fc551bd-0ee7-45f-proj 2018-10-22 16:29:57,996 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-net1 2018-10-22 16:29:59,070 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-subnet1 2018-10-22 16:30:00,592 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-net2 2018-10-22 16:30:01,508 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-subnet2 2018-10-22 16:30:04,244 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-router 2018-10-22 16:30:05,246 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-port1 for router - CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-router 2018-10-22 16:30:06,665 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-net1 2018-10-22 16:30:07,615 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-port1 for router - CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-router 2018-10-22 16:30:07,615 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-router 2018-10-22 16:30:09,616 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-port2 for router - CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-router 2018-10-22 16:30:11,088 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-net2 2018-10-22 16:30:12,147 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-port2 for router - CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-router 2018-10-22 16:30:12,147 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-router 2018-10-22 16:30:22,100 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-router and port CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-port1 2018-10-22 16:30:22,100 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-router 2018-10-22 16:30:23,209 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-router and port CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-port2 2018-10-22 16:30:23,210 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-router 2018-10-22 16:30:24,404 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-router 2018-10-22 16:30:24,404 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-router 2018-10-22 16:30:24,859 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-subnet1 2018-10-22 16:30:24,859 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-subnet1 2018-10-22 16:30:27,255 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-net1 2018-10-22 16:30:28,948 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-subnet2 2018-10-22 16:30:28,949 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-subnet2 2018-10-22 16:30:31,208 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-e2d1811d-bbcf-43dd-a3bd-e606bb4c199e-pub-net2 2018-10-22 16:30:33,596 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f984956f-14d5-46b2-a28f-fe8e39217d61 2018-10-22 16:30:33,773 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:30:34,108 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-7fc551bd-0ee7-45f-proj 2018-10-22 16:30:34,421 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-7fc551bd-0ee7-45f-proj-role 2018-10-22 16:30:34,612 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-7fc551bd-0ee7-45f-user 2018-10-22 16:30:36,029 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-bccf97a9-9c5c-461-proj 2018-10-22 16:30:37,113 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-bccf97a9-9c5c-461-user 2018-10-22 16:30:37,311 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-bccf97a9-9c5c-461-proj-role 2018-10-22 16:30:37,332 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-bccf97a9-9c5c-461-proj-role to project CreateRouterSuccessTests-bccf97a9-9c5c-461-proj 2018-10-22 16:30:38,984 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-fb89ae48-cc64-466e-bfb6-6a77d8d2604f-pub-router 2018-10-22 16:30:42,136 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-fb89ae48-cc64-466e-bfb6-6a77d8d2604f-pub-router 2018-10-22 16:30:42,136 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-fb89ae48-cc64-466e-bfb6-6a77d8d2604f-pub-router 2018-10-22 16:30:43,925 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-bccf97a9-9c5c-461-proj 2018-10-22 16:30:44,146 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-bccf97a9-9c5c-461-proj-role 2018-10-22 16:30:44,352 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-bccf97a9-9c5c-461-user 2018-10-22 16:30:45,795 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-77c757b6-15bf-4cc-proj 2018-10-22 16:30:46,905 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-77c757b6-15bf-4cc-user 2018-10-22 16:30:47,098 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-77c757b6-15bf-4cc-proj-role 2018-10-22 16:30:47,196 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-77c757b6-15bf-4cc-proj-role to project CreateRouterSuccessTests-77c757b6-15bf-4cc-proj 2018-10-22 16:30:48,461 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-e5584aac-0fd0-46c2-8944-7e8fbd48dd73-pub-router 2018-10-22 16:30:49,520 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-e5584aac-0fd0-46c2-8944-7e8fbd48dd73-port1 for router - CreateRouterSuccessTests-e5584aac-0fd0-46c2-8944-7e8fbd48dd73-pub-router 2018-10-22 16:30:50,440 - neutron_utils - INFO - Creating port for network with name - external 2018-10-22 16:30:51,207 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-e5584aac-0fd0-46c2-8944-7e8fbd48dd73-port1 for router - CreateRouterSuccessTests-e5584aac-0fd0-46c2-8944-7e8fbd48dd73-pub-router 2018-10-22 16:30:51,207 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-e5584aac-0fd0-46c2-8944-7e8fbd48dd73-pub-router 2018-10-22 16:30:54,655 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-e5584aac-0fd0-46c2-8944-7e8fbd48dd73-pub-router and port CreateRouterSuccessTests-e5584aac-0fd0-46c2-8944-7e8fbd48dd73-port1 2018-10-22 16:30:54,655 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-e5584aac-0fd0-46c2-8944-7e8fbd48dd73-pub-router 2018-10-22 16:30:55,662 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-e5584aac-0fd0-46c2-8944-7e8fbd48dd73-pub-router 2018-10-22 16:30:55,663 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-e5584aac-0fd0-46c2-8944-7e8fbd48dd73-pub-router 2018-10-22 16:30:56,733 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-77c757b6-15bf-4cc-proj 2018-10-22 16:30:56,927 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-77c757b6-15bf-4cc-proj-role 2018-10-22 16:30:57,131 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-77c757b6-15bf-4cc-user 2018-10-22 16:30:58,526 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-3a19b546-46ac-402-proj 2018-10-22 16:30:59,556 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-3a19b546-46ac-402-user 2018-10-22 16:30:59,754 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-3a19b546-46ac-402-proj-role 2018-10-22 16:30:59,839 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-3a19b546-46ac-402-proj-role to project CreateRouterSuccessTests-3a19b546-46ac-402-proj 2018-10-22 16:31:00,596 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-7954e221-c1f9-42a4-995c-7af862c05822-pub-net1 2018-10-22 16:31:01,669 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-7954e221-c1f9-42a4-995c-7af862c05822-pub-subnet1 2018-10-22 16:31:04,398 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-7954e221-c1f9-42a4-995c-7af862c05822-pub-router 2018-10-22 16:31:05,913 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-7954e221-c1f9-42a4-995c-7af862c05822-pub-router 2018-10-22 16:31:08,688 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-7954e221-c1f9-42a4-995c-7af862c05822-pub-router and subnet CreateRouterSuccessTests-7954e221-c1f9-42a4-995c-7af862c05822-pub-subnet1 2018-10-22 16:31:08,689 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-7954e221-c1f9-42a4-995c-7af862c05822-pub-router 2018-10-22 16:31:10,034 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-7954e221-c1f9-42a4-995c-7af862c05822-pub-router 2018-10-22 16:31:10,034 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-7954e221-c1f9-42a4-995c-7af862c05822-pub-router 2018-10-22 16:31:11,303 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-7954e221-c1f9-42a4-995c-7af862c05822-pub-subnet1 2018-10-22 16:31:11,303 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-7954e221-c1f9-42a4-995c-7af862c05822-pub-subnet1 2018-10-22 16:31:13,807 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-7954e221-c1f9-42a4-995c-7af862c05822-pub-net1 2018-10-22 16:31:15,722 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8bacae00-1ce4-48f6-92ea-be6b09096410 2018-10-22 16:31:15,906 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:31:16,225 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-3a19b546-46ac-402-proj 2018-10-22 16:31:16,473 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-3a19b546-46ac-402-proj-role 2018-10-22 16:31:16,677 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-3a19b546-46ac-402-user 2018-10-22 16:31:18,232 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-8853a95e-c9ba-4a8-proj 2018-10-22 16:31:19,383 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-8853a95e-c9ba-4a8-user 2018-10-22 16:31:19,608 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-8853a95e-c9ba-4a8-proj-role 2018-10-22 16:31:19,704 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-8853a95e-c9ba-4a8-proj-role to project CreateRouterSuccessTests-8853a95e-c9ba-4a8-proj 2018-10-22 16:31:20,472 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-82c5bb5b-4ba5-40ac-bbba-0af0252248bf-pub-net1 2018-10-22 16:31:21,312 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-82c5bb5b-4ba5-40ac-bbba-0af0252248bf-pub-subnet1 2018-10-22 16:31:23,589 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-82c5bb5b-4ba5-40ac-bbba-0af0252248bf-pub-router 2018-10-22 16:31:26,460 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-82c5bb5b-4ba5-40ac-bbba-0af0252248bf-pub-router 2018-10-22 16:31:26,460 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-82c5bb5b-4ba5-40ac-bbba-0af0252248bf-pub-router 2018-10-22 16:31:27,608 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-82c5bb5b-4ba5-40ac-bbba-0af0252248bf-pub-subnet1 2018-10-22 16:31:27,609 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-82c5bb5b-4ba5-40ac-bbba-0af0252248bf-pub-subnet1 2018-10-22 16:31:29,741 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-82c5bb5b-4ba5-40ac-bbba-0af0252248bf-pub-net1 2018-10-22 16:31:31,602 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-8853a95e-c9ba-4a8-proj 2018-10-22 16:31:31,810 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-8853a95e-c9ba-4a8-proj-role 2018-10-22 16:31:32,017 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-8853a95e-c9ba-4a8-user 2018-10-22 16:31:33,575 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-38c9a332-9308-474-proj 2018-10-22 16:31:34,565 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-38c9a332-9308-474-user 2018-10-22 16:31:34,766 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-38c9a332-9308-474-proj-role 2018-10-22 16:31:34,961 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-38c9a332-9308-474-proj-role to project CreateRouterNegativeTests-38c9a332-9308-474-proj 2018-10-22 16:31:35,778 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-9738fd9d-ceeb-42b1-9fab-2ac6cee8bbda-pub-net1 2018-10-22 16:31:36,776 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-9738fd9d-ceeb-42b1-9fab-2ac6cee8bbda-pub-subnet1 2018-10-22 16:31:39,447 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-9738fd9d-ceeb-42b1-9fab-2ac6cee8bbda-pub-router 2018-10-22 16:31:40,812 - OpenStackNetwork - INFO - Retrieved port CreateRouterNegativeTests-9738fd9d-ceeb-42b1-9fab-2ac6cee8bbda-port1 for router - CreateRouterNegativeTests-9738fd9d-ceeb-42b1-9fab-2ac6cee8bbda-pub-router 2018-10-22 16:31:41,430 - OpenStackNetwork - INFO - Removing router CreateRouterNegativeTests-9738fd9d-ceeb-42b1-9fab-2ac6cee8bbda-pub-router 2018-10-22 16:31:41,430 - neutron_utils - INFO - Deleting router with name - CreateRouterNegativeTests-9738fd9d-ceeb-42b1-9fab-2ac6cee8bbda-pub-router 2018-10-22 16:31:42,647 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-9738fd9d-ceeb-42b1-9fab-2ac6cee8bbda-pub-subnet1 2018-10-22 16:31:42,647 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-9738fd9d-ceeb-42b1-9fab-2ac6cee8bbda-pub-subnet1 2018-10-22 16:31:44,689 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-9738fd9d-ceeb-42b1-9fab-2ac6cee8bbda-pub-net1 2018-10-22 16:31:46,503 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-38c9a332-9308-474-proj 2018-10-22 16:31:46,724 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-38c9a332-9308-474-proj-role 2018-10-22 16:31:46,928 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-38c9a332-9308-474-user 2018-10-22 16:31:48,347 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-a17cc738-65aa-499-proj 2018-10-22 16:31:49,344 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-a17cc738-65aa-499-user 2018-10-22 16:31:49,538 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-a17cc738-65aa-499-proj-role 2018-10-22 16:31:49,632 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-a17cc738-65aa-499-proj-role to project CreateRouterNegativeTests-a17cc738-65aa-499-proj 2018-10-22 16:31:51,525 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-a17cc738-65aa-499-proj 2018-10-22 16:31:51,811 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-a17cc738-65aa-499-proj-role 2018-10-22 16:31:52,003 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-a17cc738-65aa-499-user 2018-10-22 16:31:53,472 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-db716eb1-df65-49f-proj 2018-10-22 16:31:54,521 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-db716eb1-df65-49f-user 2018-10-22 16:31:54,711 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-db716eb1-df65-49f-proj-role 2018-10-22 16:31:54,802 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-db716eb1-df65-49f-proj-role to project CreateRouterNegativeTests-db716eb1-df65-49f-proj 2018-10-22 16:31:55,274 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-db716eb1-df65-49f-proj 2018-10-22 16:31:55,475 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-db716eb1-df65-49f-proj-role 2018-10-22 16:31:55,676 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-db716eb1-df65-49f-user 2018-10-22 16:31:57,071 - keystone_utils - INFO - Created project with name - CreateQoSTests-834ab8d8-f71f-470-proj 2018-10-22 16:31:58,167 - keystone_utils - INFO - Created user with name - CreateQoSTests-834ab8d8-f71f-470-user 2018-10-22 16:31:58,364 - keystone_utils - INFO - Created role with name - CreateQoSTests-834ab8d8-f71f-470-proj-role 2018-10-22 16:31:58,382 - keystone_utils - INFO - Granting role CreateQoSTests-834ab8d8-f71f-470-proj-role to project CreateQoSTests-834ab8d8-f71f-470-proj 2018-10-22 16:31:59,390 - create_qos - INFO - Created qos with name - CreateQoSTests-c1882d9c-6cbe-4b8d-8ada-206122097c21 2018-10-22 16:31:59,581 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-c1882d9c-6cbe-4b8d-8ada-206122097c21 2018-10-22 16:32:00,053 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-c1882d9c-6cbe-4b8d-8ada-206122097c21 2018-10-22 16:32:00,782 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-834ab8d8-f71f-470-proj 2018-10-22 16:32:00,984 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-834ab8d8-f71f-470-proj-role 2018-10-22 16:32:01,190 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-834ab8d8-f71f-470-user 2018-10-22 16:32:02,712 - keystone_utils - INFO - Created project with name - CreateQoSTests-ecd0ac1d-92cb-4ca-proj 2018-10-22 16:32:03,767 - keystone_utils - INFO - Created user with name - CreateQoSTests-ecd0ac1d-92cb-4ca-user 2018-10-22 16:32:03,966 - keystone_utils - INFO - Created role with name - CreateQoSTests-ecd0ac1d-92cb-4ca-proj-role 2018-10-22 16:32:04,057 - keystone_utils - INFO - Granting role CreateQoSTests-ecd0ac1d-92cb-4ca-proj-role to project CreateQoSTests-ecd0ac1d-92cb-4ca-proj 2018-10-22 16:32:05,055 - create_qos - INFO - Created qos with name - CreateQoSTests-e884ddd5-deb5-4238-b3cb-aa062771a237 2018-10-22 16:32:05,782 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-e884ddd5-deb5-4238-b3cb-aa062771a237 2018-10-22 16:32:06,445 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-ecd0ac1d-92cb-4ca-proj 2018-10-22 16:32:06,639 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-ecd0ac1d-92cb-4ca-proj-role 2018-10-22 16:32:06,833 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-ecd0ac1d-92cb-4ca-user 2018-10-22 16:32:08,155 - keystone_utils - INFO - Created project with name - CreateQoSTests-09605462-c3f6-4f0-proj 2018-10-22 16:32:09,230 - keystone_utils - INFO - Created user with name - CreateQoSTests-09605462-c3f6-4f0-user 2018-10-22 16:32:09,424 - keystone_utils - INFO - Created role with name - CreateQoSTests-09605462-c3f6-4f0-proj-role 2018-10-22 16:32:09,444 - keystone_utils - INFO - Granting role CreateQoSTests-09605462-c3f6-4f0-proj-role to project CreateQoSTests-09605462-c3f6-4f0-proj 2018-10-22 16:32:10,449 - create_qos - INFO - Created qos with name - CreateQoSTests-2b4c6c27-ab39-430d-a904-5589266d4126 2018-10-22 16:32:11,260 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-2b4c6c27-ab39-430d-a904-5589266d4126 2018-10-22 16:32:11,966 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-09605462-c3f6-4f0-proj 2018-10-22 16:32:12,163 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-09605462-c3f6-4f0-proj-role 2018-10-22 16:32:12,354 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-09605462-c3f6-4f0-user 2018-10-22 16:32:13,808 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-12c34a86-d34d-48e-proj 2018-10-22 16:32:14,867 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-12c34a86-d34d-48e-user 2018-10-22 16:32:15,068 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-12c34a86-d34d-48e-proj-role 2018-10-22 16:32:15,087 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-12c34a86-d34d-48e-proj-role to project CreateSimpleVolumeTypeSuccessTests-12c34a86-d34d-48e-proj 2018-10-22 16:32:16,070 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-60c08abb-9744-43b6-8a3f-0adb5878686d 2018-10-22 16:32:16,606 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-60c08abb-9744-43b6-8a3f-0adb5878686d 2018-10-22 16:32:16,987 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-60c08abb-9744-43b6-8a3f-0adb5878686d 2018-10-22 16:32:17,586 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-12c34a86-d34d-48e-proj 2018-10-22 16:32:17,786 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-12c34a86-d34d-48e-proj-role 2018-10-22 16:32:18,006 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-12c34a86-d34d-48e-user 2018-10-22 16:32:19,394 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-dd97036a-933a-434-proj 2018-10-22 16:32:20,520 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-dd97036a-933a-434-user 2018-10-22 16:32:20,724 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-dd97036a-933a-434-proj-role 2018-10-22 16:32:20,806 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-dd97036a-933a-434-proj-role to project CreateSimpleVolumeTypeSuccessTests-dd97036a-933a-434-proj 2018-10-22 16:32:21,748 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-44e5b6cf-8178-4893-9265-fb907e20b124 2018-10-22 16:32:23,293 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-44e5b6cf-8178-4893-9265-fb907e20b124 2018-10-22 16:32:24,021 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-dd97036a-933a-434-proj 2018-10-22 16:32:24,229 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-dd97036a-933a-434-proj-role 2018-10-22 16:32:24,356 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-dd97036a-933a-434-user 2018-10-22 16:32:25,837 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-e5e2f2c8-ccef-417-proj 2018-10-22 16:32:26,873 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-e5e2f2c8-ccef-417-user 2018-10-22 16:32:27,071 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-e5e2f2c8-ccef-417-proj-role 2018-10-22 16:32:27,157 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-e5e2f2c8-ccef-417-proj-role to project CreateSimpleVolumeTypeSuccessTests-e5e2f2c8-ccef-417-proj 2018-10-22 16:32:28,131 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-212fd63a-4a41-455d-a21a-ff156faf0374 2018-10-22 16:32:29,204 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-212fd63a-4a41-455d-a21a-ff156faf0374 2018-10-22 16:32:29,808 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-e5e2f2c8-ccef-417-proj 2018-10-22 16:32:30,020 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-e5e2f2c8-ccef-417-proj-role 2018-10-22 16:32:30,217 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-e5e2f2c8-ccef-417-user 2018-10-22 16:32:31,697 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-4986ab1f-a356-445-proj 2018-10-22 16:32:32,939 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-4986ab1f-a356-445-user 2018-10-22 16:32:33,125 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-4986ab1f-a356-445-proj-role 2018-10-22 16:32:33,146 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-4986ab1f-a356-445-proj-role to project CreateVolumeTypeComplexTests-4986ab1f-a356-445-proj 2018-10-22 16:32:34,144 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-f3b3513b-3e85-4bb5-a145-c77e041968d0-qos-spec 2018-10-22 16:32:35,215 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-f3b3513b-3e85-4bb5-a145-c77e041968d0-vol_type 2018-10-22 16:32:35,734 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-f3b3513b-3e85-4bb5-a145-c77e041968d0-vol_type 2018-10-22 16:32:35,946 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-f3b3513b-3e85-4bb5-a145-c77e041968d0-qos-spec 2018-10-22 16:32:36,566 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-4986ab1f-a356-445-proj 2018-10-22 16:32:36,781 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-4986ab1f-a356-445-proj-role 2018-10-22 16:32:36,997 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-4986ab1f-a356-445-user 2018-10-22 16:32:38,520 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-525043c6-b4ca-46f-proj 2018-10-22 16:32:39,574 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-525043c6-b4ca-46f-user 2018-10-22 16:32:39,772 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-525043c6-b4ca-46f-proj-role 2018-10-22 16:32:39,862 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-525043c6-b4ca-46f-proj-role to project CreateVolumeTypeComplexTests-525043c6-b4ca-46f-proj 2018-10-22 16:32:40,857 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-6d498c1a-f672-4298-af99-eb7008e9cc8a-qos-spec 2018-10-22 16:32:42,072 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-6d498c1a-f672-4298-af99-eb7008e9cc8a-vol_type 2018-10-22 16:32:42,759 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-6d498c1a-f672-4298-af99-eb7008e9cc8a-vol_type 2018-10-22 16:32:42,952 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-6d498c1a-f672-4298-af99-eb7008e9cc8a-qos-spec 2018-10-22 16:32:43,649 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-525043c6-b4ca-46f-proj 2018-10-22 16:32:43,871 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-525043c6-b4ca-46f-proj-role 2018-10-22 16:32:44,076 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-525043c6-b4ca-46f-user 2018-10-22 16:32:45,502 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-3b1533e5-196a-4be-proj 2018-10-22 16:32:46,490 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-3b1533e5-196a-4be-user 2018-10-22 16:32:46,682 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-3b1533e5-196a-4be-proj-role 2018-10-22 16:32:46,773 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-3b1533e5-196a-4be-proj-role to project CreateVolumeTypeComplexTests-3b1533e5-196a-4be-proj 2018-10-22 16:32:47,749 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-da6abb4e-3df3-4450-8de3-359ca35d849d-qos-spec 2018-10-22 16:32:49,269 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-da6abb4e-3df3-4450-8de3-359ca35d849d-vol_type 2018-10-22 16:32:49,915 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-da6abb4e-3df3-4450-8de3-359ca35d849d-vol_type 2018-10-22 16:32:50,156 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-da6abb4e-3df3-4450-8de3-359ca35d849d-qos-spec 2018-10-22 16:32:50,691 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-3b1533e5-196a-4be-proj 2018-10-22 16:32:50,901 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-3b1533e5-196a-4be-proj-role 2018-10-22 16:32:51,107 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-3b1533e5-196a-4be-user 2018-10-22 16:32:52,544 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-8d3d97c6-025a-499-proj 2018-10-22 16:32:53,527 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-8d3d97c6-025a-499-user 2018-10-22 16:32:53,724 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-8d3d97c6-025a-499-proj-role 2018-10-22 16:32:53,812 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-8d3d97c6-025a-499-proj-role to project CreateSimpleVolumeSuccessTests-8d3d97c6-025a-499-proj 2018-10-22 16:32:56,133 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-21274b0e-a887-454e-8009-a2aef06c40d4 2018-10-22 16:32:59,246 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-21274b0e-a887-454e-8009-a2aef06c40d4 2018-10-22 16:32:59,811 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-21274b0e-a887-454e-8009-a2aef06c40d4 2018-10-22 16:33:03,544 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-21274b0e-a887-454e-8009-a2aef06c40d4 2018-10-22 16:33:04,229 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-8d3d97c6-025a-499-proj 2018-10-22 16:33:04,415 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-8d3d97c6-025a-499-proj-role 2018-10-22 16:33:04,616 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-8d3d97c6-025a-499-user 2018-10-22 16:33:06,017 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-63634dce-599c-447-proj 2018-10-22 16:33:07,065 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-63634dce-599c-447-user 2018-10-22 16:33:07,266 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-63634dce-599c-447-proj-role 2018-10-22 16:33:07,352 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-63634dce-599c-447-proj-role to project CreateSimpleVolumeSuccessTests-63634dce-599c-447-proj 2018-10-22 16:33:09,132 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-66540378-ed51-4deb-8451-e1ee80e51e53 2018-10-22 16:33:09,345 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-66540378-ed51-4deb-8451-e1ee80e51e53 2018-10-22 16:33:10,298 - create_volume - INFO - Did not create volume due to cleanup mode 2018-10-22 16:33:10,347 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-66540378-ed51-4deb-8451-e1ee80e51e53 2018-10-22 16:33:13,655 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-66540378-ed51-4deb-8451-e1ee80e51e53 2018-10-22 16:33:14,153 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-63634dce-599c-447-proj 2018-10-22 16:33:14,349 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-63634dce-599c-447-proj-role 2018-10-22 16:33:14,573 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-63634dce-599c-447-user 2018-10-22 16:33:16,005 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-a2cd856e-27f1-41f-proj 2018-10-22 16:33:17,119 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-a2cd856e-27f1-41f-user 2018-10-22 16:33:17,314 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-a2cd856e-27f1-41f-proj-role 2018-10-22 16:33:17,400 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-a2cd856e-27f1-41f-proj-role to project CreateSimpleVolumeSuccessTests-a2cd856e-27f1-41f-proj 2018-10-22 16:33:19,190 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-ac9b2337-d502-4d46-8816-7d9d2318416f 2018-10-22 16:33:22,586 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-ac9b2337-d502-4d46-8816-7d9d2318416f 2018-10-22 16:33:23,068 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-ac9b2337-d502-4d46-8816-7d9d2318416f 2018-10-22 16:33:26,394 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-ac9b2337-d502-4d46-8816-7d9d2318416f 2018-10-22 16:33:27,096 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-a2cd856e-27f1-41f-proj 2018-10-22 16:33:27,295 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-a2cd856e-27f1-41f-proj-role 2018-10-22 16:33:27,490 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-a2cd856e-27f1-41f-user 2018-10-22 16:33:28,916 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-c1c969ba-66ac-42c-proj 2018-10-22 16:33:29,969 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-c1c969ba-66ac-42c-user 2018-10-22 16:33:30,155 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-c1c969ba-66ac-42c-proj-role 2018-10-22 16:33:30,247 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-c1c969ba-66ac-42c-proj-role to project CreateSimpleVolumeFailureTests-c1c969ba-66ac-42c-proj 2018-10-22 16:33:31,852 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-c1c969ba-66ac-42c-proj 2018-10-22 16:33:32,050 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-c1c969ba-66ac-42c-proj-role 2018-10-22 16:33:32,243 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-c1c969ba-66ac-42c-user 2018-10-22 16:33:33,664 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-a6397ae4-c2d3-446-proj 2018-10-22 16:33:34,846 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-a6397ae4-c2d3-446-user 2018-10-22 16:33:34,975 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-a6397ae4-c2d3-446-proj-role 2018-10-22 16:33:34,993 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-a6397ae4-c2d3-446-proj-role to project CreateSimpleVolumeFailureTests-a6397ae4-c2d3-446-proj 2018-10-22 16:33:36,402 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-a6397ae4-c2d3-446-proj 2018-10-22 16:33:36,608 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-a6397ae4-c2d3-446-proj-role 2018-10-22 16:33:36,801 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-a6397ae4-c2d3-446-user 2018-10-22 16:33:38,227 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-25b2b7bb-4dcb-438-proj 2018-10-22 16:33:39,286 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-25b2b7bb-4dcb-438-user 2018-10-22 16:33:39,478 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-25b2b7bb-4dcb-438-proj-role 2018-10-22 16:33:39,568 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-25b2b7bb-4dcb-438-proj-role to project CreateSimpleVolumeFailureTests-25b2b7bb-4dcb-438-proj 2018-10-22 16:33:41,004 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-25b2b7bb-4dcb-438-proj 2018-10-22 16:33:41,239 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-25b2b7bb-4dcb-438-proj-role 2018-10-22 16:33:41,447 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-25b2b7bb-4dcb-438-user 2018-10-22 16:33:42,843 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-456b3785-4fbd-4ae-proj 2018-10-22 16:33:43,981 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-456b3785-4fbd-4ae-user 2018-10-22 16:33:44,185 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-456b3785-4fbd-4ae-proj-role 2018-10-22 16:33:44,275 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-456b3785-4fbd-4ae-proj-role to project CreateVolumeWithTypeTests-456b3785-4fbd-4ae-proj 2018-10-22 16:33:45,316 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-c453d432-0cd7-4471-b6fa-8046ed91fee1-vol-type 2018-10-22 16:33:46,158 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-c453d432-0cd7-4471-b6fa-8046ed91fee1-vol-type 2018-10-22 16:33:46,831 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-456b3785-4fbd-4ae-proj 2018-10-22 16:33:47,039 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-456b3785-4fbd-4ae-proj-role 2018-10-22 16:33:47,245 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-456b3785-4fbd-4ae-user 2018-10-22 16:33:48,586 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-bc9134c7-7d6d-4e3-proj 2018-10-22 16:33:49,706 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-bc9134c7-7d6d-4e3-user 2018-10-22 16:33:49,897 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-bc9134c7-7d6d-4e3-proj-role 2018-10-22 16:33:49,986 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-bc9134c7-7d6d-4e3-proj-role to project CreateVolumeWithTypeTests-bc9134c7-7d6d-4e3-proj 2018-10-22 16:33:50,974 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-f8aa7453-784e-4f5f-8fb4-be337b19b527-vol-type 2018-10-22 16:33:52,289 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-f8aa7453-784e-4f5f-8fb4-be337b19b527-vol 2018-10-22 16:33:52,482 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-f8aa7453-784e-4f5f-8fb4-be337b19b527-vol 2018-10-22 16:33:52,691 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-f8aa7453-784e-4f5f-8fb4-be337b19b527-vol 2018-10-22 16:33:56,306 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-f8aa7453-784e-4f5f-8fb4-be337b19b527-vol 2018-10-22 16:33:56,306 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-f8aa7453-784e-4f5f-8fb4-be337b19b527-vol-type 2018-10-22 16:33:57,030 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-bc9134c7-7d6d-4e3-proj 2018-10-22 16:33:57,230 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-bc9134c7-7d6d-4e3-proj-role 2018-10-22 16:33:57,427 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-bc9134c7-7d6d-4e3-user 2018-10-22 16:33:58,859 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-e6493159-f26f-417-proj 2018-10-22 16:33:59,975 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-e6493159-f26f-417-user 2018-10-22 16:34:00,167 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-e6493159-f26f-417-proj-role 2018-10-22 16:34:00,187 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-e6493159-f26f-417-proj-role to project CreateVolumeWithImageTests-e6493159-f26f-417-proj 2018-10-22 16:34:03,654 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-1772f7ec-5f3d-4216-907f-6667d9c9bb4a-image 2018-10-22 16:34:03,674 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-1772f7ec-5f3d-4216-907f-6667d9c9bb4a-image 2018-10-22 16:34:04,599 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-1772f7ec-5f3d-4216-907f-6667d9c9bb4a-image 2018-10-22 16:34:06,387 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-e6493159-f26f-417-proj 2018-10-22 16:34:06,628 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-e6493159-f26f-417-proj-role 2018-10-22 16:34:06,819 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-e6493159-f26f-417-user 2018-10-22 16:34:08,281 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-97abaf37-4f98-405-proj 2018-10-22 16:34:09,493 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-97abaf37-4f98-405-user 2018-10-22 16:34:09,700 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-97abaf37-4f98-405-proj-role 2018-10-22 16:34:09,791 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-97abaf37-4f98-405-proj-role to project CreateVolumeWithImageTests-97abaf37-4f98-405-proj 2018-10-22 16:34:13,147 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-9edfb757-305f-4635-85c0-b1b54a0a4713-image 2018-10-22 16:34:13,322 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-9edfb757-305f-4635-85c0-b1b54a0a4713-image 2018-10-22 16:34:15,587 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-9edfb757-305f-4635-85c0-b1b54a0a4713-vol 2018-10-22 16:34:22,210 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-9edfb757-305f-4635-85c0-b1b54a0a4713-vol 2018-10-22 16:34:23,173 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-9edfb757-305f-4635-85c0-b1b54a0a4713-vol 2018-10-22 16:34:26,651 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-9edfb757-305f-4635-85c0-b1b54a0a4713-vol 2018-10-22 16:34:26,652 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-9edfb757-305f-4635-85c0-b1b54a0a4713-image 2018-10-22 16:34:28,868 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-97abaf37-4f98-405-proj 2018-10-22 16:34:29,068 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-97abaf37-4f98-405-proj-role 2018-10-22 16:34:29,282 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-97abaf37-4f98-405-user 2018-10-22 16:34:30,819 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-942857a5-568e-493-proj 2018-10-22 16:34:31,850 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-942857a5-568e-493-user 2018-10-22 16:34:32,045 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-942857a5-568e-493-proj-role 2018-10-22 16:34:32,130 - keystone_utils - INFO - Granting role SimpleHealthCheck-942857a5-568e-493-proj-role to project SimpleHealthCheck-942857a5-568e-493-proj 2018-10-22 16:34:34,921 - create_image - INFO - Created image with name - SimpleHealthCheck-0cadeb46-3b74-4da9-b0ed-1c9bbcad0514-image 2018-10-22 16:34:35,090 - create_image - INFO - Image is now active with name - SimpleHealthCheck-0cadeb46-3b74-4da9-b0ed-1c9bbcad0514-image 2018-10-22 16:34:35,727 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-0cadeb46-3b74-4da9-b0ed-1c9bbcad0514-priv-net 2018-10-22 16:34:36,844 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-0cadeb46-3b74-4da9-b0ed-1c9bbcad0514-priv-subnet 2018-10-22 16:34:42,533 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-0cadeb46-3b74-4da9-b0ed-1c9bbcad0514-priv-net 2018-10-22 16:34:44,247 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-0cadeb46-3b74-4da9-b0ed-1c9bbcad0514-inst 2018-10-22 16:34:46,275 - create_instance - INFO - Created instance with name - SimpleHealthCheck-0cadeb46-3b74-4da9-b0ed-1c9bbcad0514-inst 2018-10-22 16:34:54,076 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:34:55,022 - create_instance_tests - INFO - Looking for IP 10.55.0.6 in the console log 2018-10-22 16:34:56,546 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-22 16:34:56,546 - create_instance - INFO - Deleting Port with ID - dfcab6af-3f80-45ea-ad0c-0a83052f923c 2018-10-22 16:34:56,546 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-0cadeb46-3b74-4da9-b0ed-1c9bbcad0514port-1 2018-10-22 16:34:57,382 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-0cadeb46-3b74-4da9-b0ed-1c9bbcad0514-inst 2018-10-22 16:34:57,594 - create_instance - INFO - Checking deletion status 2018-10-22 16:35:04,113 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-0cadeb46-3b74-4da9-b0ed-1c9bbcad0514-inst 2018-10-22 16:35:04,114 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-0cadeb46-3b74-4da9-b0ed-1c9bbcad0514-priv-subnet 2018-10-22 16:35:04,114 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-0cadeb46-3b74-4da9-b0ed-1c9bbcad0514-priv-subnet 2018-10-22 16:35:06,560 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-0cadeb46-3b74-4da9-b0ed-1c9bbcad0514-priv-net 2018-10-22 16:35:08,061 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-0cadeb46-3b74-4da9-b0ed-1c9bbcad0514-image 2018-10-22 16:35:10,335 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59718963-eee9-4e60-a4e3-c9bea322d30c 2018-10-22 16:35:10,586 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:35:10,919 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-942857a5-568e-493-proj 2018-10-22 16:35:11,140 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-942857a5-568e-493-proj-role 2018-10-22 16:35:11,349 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-942857a5-568e-493-user 2018-10-22 16:35:12,796 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-f56540bf-badc-490-proj 2018-10-22 16:35:13,867 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-f56540bf-badc-490-user 2018-10-22 16:35:14,077 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-f56540bf-badc-490-proj-role 2018-10-22 16:35:14,247 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-f56540bf-badc-490-proj-role to project CreateInstanceTwoNetTests-f56540bf-badc-490-proj 2018-10-22 16:35:17,710 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-7c6985fd-1d54-4d2a-9aa6-b2267b570678 2018-10-22 16:35:17,870 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-7c6985fd-1d54-4d2a-9aa6-b2267b570678 2018-10-22 16:35:18,493 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-net1 2018-10-22 16:35:19,610 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-subnet1 2018-10-22 16:35:21,367 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-net2 2018-10-22 16:35:22,052 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-subnet2 2018-10-22 16:35:24,407 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-pub-router 2018-10-22 16:35:25,683 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-router-port1 for router - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-pub-router 2018-10-22 16:35:27,334 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-net1 2018-10-22 16:35:28,459 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-router-port1 for router - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-pub-router 2018-10-22 16:35:28,459 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-pub-router 2018-10-22 16:35:30,705 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-router-port2 for router - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-pub-router 2018-10-22 16:35:31,864 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-net2 2018-10-22 16:35:32,800 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-router-port2 for router - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-pub-router 2018-10-22 16:35:32,800 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-pub-router 2018-10-22 16:35:36,135 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-sec-grp... 2018-10-22 16:35:36,135 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-sec-grp 2018-10-22 16:35:36,665 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a1094f0-cfa5-4416-84cd-d160a9f49f9a 2018-10-22 16:35:36,878 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a1094f0-cfa5-4416-84cd-d160a9f49f9a 2018-10-22 16:35:37,054 - neutron_utils - INFO - Retrieving security group with ID - 6a1094f0-cfa5-4416-84cd-d160a9f49f9a 2018-10-22 16:35:37,250 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a1094f0-cfa5-4416-84cd-d160a9f49f9a 2018-10-22 16:35:37,433 - neutron_utils - INFO - Retrieving security group with ID - 6a1094f0-cfa5-4416-84cd-d160a9f49f9a 2018-10-22 16:35:37,652 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a1094f0-cfa5-4416-84cd-d160a9f49f9a 2018-10-22 16:35:37,817 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-sec-grp 2018-10-22 16:35:37,891 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a1094f0-cfa5-4416-84cd-d160a9f49f9a 2018-10-22 16:35:38,265 - neutron_utils - INFO - Retrieving security group with ID - 6a1094f0-cfa5-4416-84cd-d160a9f49f9a 2018-10-22 16:35:38,319 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a1094f0-cfa5-4416-84cd-d160a9f49f9a 2018-10-22 16:35:42,564 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-net1 2018-10-22 16:35:44,213 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-inst1 2018-10-22 16:35:46,213 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-inst1 2018-10-22 16:35:53,619 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:35:58,438 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-net2 2018-10-22 16:36:00,004 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-inst2 2018-10-22 16:36:02,443 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-inst2 2018-10-22 16:36:13,535 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:36:14,784 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-10-22 16:36:16,396 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-22 16:36:16,396 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-10-22 16:36:18,091 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-22 16:36:36,928 - create_instance - INFO - Deleting Port with ID - 9c7b6eec-a833-4f58-bf8f-c07ca9b623ec 2018-10-22 16:36:36,928 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-vm1-port 2018-10-22 16:36:37,429 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-inst1 2018-10-22 16:36:37,804 - create_instance - INFO - Checking deletion status 2018-10-22 16:36:51,165 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-inst1 2018-10-22 16:36:51,166 - create_instance - INFO - Deleting Port with ID - 5107b93f-ebf2-41c7-afd8-0a66eb0fdaed 2018-10-22 16:36:51,166 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-vm2-port 2018-10-22 16:36:51,797 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-inst2 2018-10-22 16:36:51,947 - create_instance - INFO - Checking deletion status 2018-10-22 16:37:02,051 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-inst2 2018-10-22 16:37:02,103 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-pub-router and port CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-router-port1 2018-10-22 16:37:02,103 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-pub-router 2018-10-22 16:37:03,278 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-pub-router and port CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-router-port2 2018-10-22 16:37:03,278 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-pub-router 2018-10-22 16:37:04,298 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-pub-router 2018-10-22 16:37:04,298 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-pub-router 2018-10-22 16:37:04,787 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-subnet1 2018-10-22 16:37:04,787 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-subnet1 2018-10-22 16:37:07,345 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-net1 2018-10-22 16:37:08,610 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-subnet2 2018-10-22 16:37:08,611 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-subnet2 2018-10-22 16:37:11,099 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-net2 2018-10-22 16:37:12,792 - neutron_utils - INFO - Deleting security group rule with ID - 7d178b9e-bcf7-4b0e-b7af-34fb08d40b90 2018-10-22 16:37:13,069 - neutron_utils - INFO - Deleting security group rule with ID - ab2d9521-9f36-410d-8e31-37e664c6af5f 2018-10-22 16:37:13,326 - neutron_utils - INFO - Deleting security group rule with ID - f5fb3a23-ad06-45ac-8b6e-7e2c54e5def1 2018-10-22 16:37:13,589 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-a09a7f2b-d002-4e33-a219-847a020af3d8-sec-grp 2018-10-22 16:37:13,935 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-7c6985fd-1d54-4d2a-9aa6-b2267b570678 2018-10-22 16:37:16,367 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2ac9d9be-0e8f-40df-a1ad-2c517439c15f 2018-10-22 16:37:16,550 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:37:16,900 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-f56540bf-badc-490-proj 2018-10-22 16:37:17,338 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-f56540bf-badc-490-proj-role 2018-10-22 16:37:17,542 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-f56540bf-badc-490-user 2018-10-22 16:37:19,011 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-ed1ec31c-8053-490-proj 2018-10-22 16:37:20,136 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-ed1ec31c-8053-490-user 2018-10-22 16:37:20,337 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-ed1ec31c-8053-490-proj-role 2018-10-22 16:37:20,425 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-ed1ec31c-8053-490-proj-role to project CreateInstanceSimpleTests-ed1ec31c-8053-490-proj 2018-10-22 16:37:23,608 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-2adf657d-b2a1-47b7-b1ee-85214e579a47-image 2018-10-22 16:37:23,775 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-2adf657d-b2a1-47b7-b1ee-85214e579a47-image 2018-10-22 16:37:25,162 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-2adf657d-b2a1-47b7-b1ee-85214e579a47-pub-net 2018-10-22 16:37:26,190 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-2adf657d-b2a1-47b7-b1ee-85214e579a47-pub-subnet 2018-10-22 16:37:31,628 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-2adf657d-b2a1-47b7-b1ee-85214e579a47-pub-net 2018-10-22 16:37:33,514 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-2adf657d-b2a1-47b7-b1ee-85214e579a47-inst 2018-10-22 16:37:35,973 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-2adf657d-b2a1-47b7-b1ee-85214e579a47-inst 2018-10-22 16:37:43,767 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:37:49,544 - create_instance - INFO - Deleting Port with ID - 7c0e0ce5-bfb4-426c-b200-a2fd0161729b 2018-10-22 16:37:49,544 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-2adf657d-b2a1-47b7-b1ee-85214e579a47-port 2018-10-22 16:37:50,149 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-2adf657d-b2a1-47b7-b1ee-85214e579a47-inst 2018-10-22 16:37:50,331 - create_instance - INFO - Checking deletion status 2018-10-22 16:37:53,882 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-2adf657d-b2a1-47b7-b1ee-85214e579a47-inst 2018-10-22 16:37:53,941 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-2adf657d-b2a1-47b7-b1ee-85214e579a47-pub-subnet 2018-10-22 16:37:53,942 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-2adf657d-b2a1-47b7-b1ee-85214e579a47-pub-subnet 2018-10-22 16:37:56,309 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-2adf657d-b2a1-47b7-b1ee-85214e579a47-pub-net 2018-10-22 16:37:57,671 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-2adf657d-b2a1-47b7-b1ee-85214e579a47-image 2018-10-22 16:37:59,137 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-ed1ec31c-8053-490-proj 2018-10-22 16:37:59,389 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-ed1ec31c-8053-490-proj-role 2018-10-22 16:37:59,583 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-ed1ec31c-8053-490-user 2018-10-22 16:38:01,109 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-4943b9ab-9f2d-4c5-proj 2018-10-22 16:38:02,388 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-4943b9ab-9f2d-4c5-user 2018-10-22 16:38:02,598 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-4943b9ab-9f2d-4c5-proj-role 2018-10-22 16:38:02,689 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-4943b9ab-9f2d-4c5-proj-role to project CreateInstanceSimpleTests-4943b9ab-9f2d-4c5-proj 2018-10-22 16:38:05,524 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-7682ef76-6e8c-4270-9ad4-b23ad282c688-image 2018-10-22 16:38:05,697 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-7682ef76-6e8c-4270-9ad4-b23ad282c688-image 2018-10-22 16:38:07,045 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-7682ef76-6e8c-4270-9ad4-b23ad282c688-pub-net 2018-10-22 16:38:08,214 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-7682ef76-6e8c-4270-9ad4-b23ad282c688-pub-subnet 2018-10-22 16:38:12,987 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-7682ef76-6e8c-4270-9ad4-b23ad282c688-pub-net 2018-10-22 16:38:14,709 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-7682ef76-6e8c-4270-9ad4-b23ad282c688-inst 2018-10-22 16:38:16,839 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-7682ef76-6e8c-4270-9ad4-b23ad282c688-inst 2018-10-22 16:38:24,244 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:38:33,288 - create_instance - INFO - Deleting Port with ID - 8aac8c86-4283-44d0-80ef-5a0274ac6e45 2018-10-22 16:38:33,288 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-7682ef76-6e8c-4270-9ad4-b23ad282c688-port 2018-10-22 16:38:33,790 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-7682ef76-6e8c-4270-9ad4-b23ad282c688-inst 2018-10-22 16:38:33,834 - create_instance - WARNING - Instance already deleted - Instance 94158c46-a733-40cd-9232-2cdc4d097f6d could not be found. (HTTP 404) (Request-ID: req-a7be576a-b66a-463e-bd22-8e65fc2b5da5) 2018-10-22 16:38:33,835 - create_instance - INFO - Checking deletion status 2018-10-22 16:38:33,883 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-7682ef76-6e8c-4270-9ad4-b23ad282c688-inst 2018-10-22 16:38:33,923 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-7682ef76-6e8c-4270-9ad4-b23ad282c688-pub-subnet 2018-10-22 16:38:33,924 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-7682ef76-6e8c-4270-9ad4-b23ad282c688-pub-subnet 2018-10-22 16:38:36,348 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-7682ef76-6e8c-4270-9ad4-b23ad282c688-pub-net 2018-10-22 16:38:38,091 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-7682ef76-6e8c-4270-9ad4-b23ad282c688-image 2018-10-22 16:38:40,415 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d8a5bb2c-a63f-45fe-9e1d-3fc1158309ed 2018-10-22 16:38:40,609 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:38:40,995 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-4943b9ab-9f2d-4c5-proj 2018-10-22 16:38:41,267 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-4943b9ab-9f2d-4c5-proj-role 2018-10-22 16:38:41,475 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-4943b9ab-9f2d-4c5-user 2018-10-22 16:38:42,921 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-fe96d804-7d86-48c-proj 2018-10-22 16:38:44,065 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-fe96d804-7d86-48c-user 2018-10-22 16:38:44,294 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-fe96d804-7d86-48c-proj-role 2018-10-22 16:38:44,313 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-fe96d804-7d86-48c-proj-role to project CreateInstancePortManipulationTests-fe96d804-7d86-48c-proj 2018-10-22 16:38:47,586 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-d6f306aa-d9e9-42bb-aa09-0a9794216490-image 2018-10-22 16:38:47,743 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-d6f306aa-d9e9-42bb-aa09-0a9794216490-image 2018-10-22 16:38:48,317 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-d6f306aa-d9e9-42bb-aa09-0a9794216490-pub-net 2018-10-22 16:38:49,535 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-d6f306aa-d9e9-42bb-aa09-0a9794216490-pub-subnet 2018-10-22 16:38:54,951 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-d6f306aa-d9e9-42bb-aa09-0a9794216490-pub-net 2018-10-22 16:38:56,656 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-d6f306aa-d9e9-42bb-aa09-0a9794216490-inst 2018-10-22 16:38:58,629 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-d6f306aa-d9e9-42bb-aa09-0a9794216490-inst 2018-10-22 16:39:06,062 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:39:07,351 - create_instance - INFO - Deleting Port with ID - e0b8c3ea-6a03-4c4b-a3e5-2496f800fb1c 2018-10-22 16:39:07,351 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-d6f306aa-d9e9-42bb-aa09-0a9794216490port-1 2018-10-22 16:39:07,976 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-d6f306aa-d9e9-42bb-aa09-0a9794216490-inst 2018-10-22 16:39:08,157 - create_instance - INFO - Checking deletion status 2018-10-22 16:39:14,826 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-d6f306aa-d9e9-42bb-aa09-0a9794216490-inst 2018-10-22 16:39:14,882 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-d6f306aa-d9e9-42bb-aa09-0a9794216490-pub-subnet 2018-10-22 16:39:14,882 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-d6f306aa-d9e9-42bb-aa09-0a9794216490-pub-subnet 2018-10-22 16:39:17,308 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-d6f306aa-d9e9-42bb-aa09-0a9794216490-pub-net 2018-10-22 16:39:18,658 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-d6f306aa-d9e9-42bb-aa09-0a9794216490-image 2018-10-22 16:39:21,006 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10eaea86-de3d-4cd6-abcc-0e796c9c3a3c 2018-10-22 16:39:21,172 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:39:21,528 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-fe96d804-7d86-48c-proj 2018-10-22 16:39:21,783 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-fe96d804-7d86-48c-proj-role 2018-10-22 16:39:21,987 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-fe96d804-7d86-48c-user 2018-10-22 16:39:23,478 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-2e6a3606-307f-499-proj 2018-10-22 16:39:24,562 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-2e6a3606-307f-499-user 2018-10-22 16:39:24,778 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-2e6a3606-307f-499-proj-role 2018-10-22 16:39:24,869 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-2e6a3606-307f-499-proj-role to project CreateInstancePortManipulationTests-2e6a3606-307f-499-proj 2018-10-22 16:39:28,216 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-1a1b680b-731d-4f39-a65a-91fb50f181c6-image 2018-10-22 16:39:28,372 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-1a1b680b-731d-4f39-a65a-91fb50f181c6-image 2018-10-22 16:39:29,005 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-1a1b680b-731d-4f39-a65a-91fb50f181c6-pub-net 2018-10-22 16:39:29,970 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-1a1b680b-731d-4f39-a65a-91fb50f181c6-pub-subnet 2018-10-22 16:39:35,746 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-1a1b680b-731d-4f39-a65a-91fb50f181c6-pub-net 2018-10-22 16:39:35,983 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-1a1b680b-731d-4f39-a65a-91fb50f181c6-pub-subnet 2018-10-22 16:39:35,983 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-1a1b680b-731d-4f39-a65a-91fb50f181c6-pub-subnet 2018-10-22 16:39:38,395 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-1a1b680b-731d-4f39-a65a-91fb50f181c6-pub-net 2018-10-22 16:39:39,853 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-1a1b680b-731d-4f39-a65a-91fb50f181c6-image 2018-10-22 16:39:41,695 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - be82e875-c12b-423e-92d9-faf3abea74e3 2018-10-22 16:39:41,882 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:39:42,219 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-2e6a3606-307f-499-proj 2018-10-22 16:39:42,500 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-2e6a3606-307f-499-proj-role 2018-10-22 16:39:42,691 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-2e6a3606-307f-499-user 2018-10-22 16:39:44,334 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-88bd9b37-657c-496-proj 2018-10-22 16:39:45,395 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-88bd9b37-657c-496-user 2018-10-22 16:39:45,593 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-88bd9b37-657c-496-proj-role 2018-10-22 16:39:45,684 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-88bd9b37-657c-496-proj-role to project CreateInstancePortManipulationTests-88bd9b37-657c-496-proj 2018-10-22 16:39:49,358 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-564824c5-5da4-41b0-8588-f1a4d4165079-image 2018-10-22 16:39:49,515 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-564824c5-5da4-41b0-8588-f1a4d4165079-image 2018-10-22 16:39:50,152 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-564824c5-5da4-41b0-8588-f1a4d4165079-pub-net 2018-10-22 16:39:51,302 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-564824c5-5da4-41b0-8588-f1a4d4165079-pub-subnet 2018-10-22 16:39:57,081 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-564824c5-5da4-41b0-8588-f1a4d4165079-pub-net 2018-10-22 16:39:57,149 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-564824c5-5da4-41b0-8588-f1a4d4165079-pub-subnet 2018-10-22 16:39:57,149 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-564824c5-5da4-41b0-8588-f1a4d4165079-pub-subnet 2018-10-22 16:39:59,381 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-564824c5-5da4-41b0-8588-f1a4d4165079-pub-net 2018-10-22 16:40:01,049 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-564824c5-5da4-41b0-8588-f1a4d4165079-image 2018-10-22 16:40:02,501 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 923464a9-e69a-4b23-af53-3b3b4772b693 2018-10-22 16:40:02,668 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:40:03,019 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-88bd9b37-657c-496-proj 2018-10-22 16:40:03,278 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-88bd9b37-657c-496-proj-role 2018-10-22 16:40:03,550 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-88bd9b37-657c-496-user 2018-10-22 16:40:05,233 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-cf1e9d97-ccad-423-proj 2018-10-22 16:40:06,323 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-cf1e9d97-ccad-423-user 2018-10-22 16:40:06,532 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-cf1e9d97-ccad-423-proj-role 2018-10-22 16:40:06,553 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-cf1e9d97-ccad-423-proj-role to project CreateInstancePortManipulationTests-cf1e9d97-ccad-423-proj 2018-10-22 16:40:09,882 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-4abe9316-d7cd-4e98-b875-c64e6e8735b5-image 2018-10-22 16:40:10,050 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-4abe9316-d7cd-4e98-b875-c64e6e8735b5-image 2018-10-22 16:40:10,682 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-4abe9316-d7cd-4e98-b875-c64e6e8735b5-pub-net 2018-10-22 16:40:11,790 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-4abe9316-d7cd-4e98-b875-c64e6e8735b5-pub-subnet 2018-10-22 16:40:17,535 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-4abe9316-d7cd-4e98-b875-c64e6e8735b5-pub-net 2018-10-22 16:40:18,158 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4abe9316-d7cd-4e98-b875-c64e6e8735b5-pub-subnet 2018-10-22 16:40:18,158 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4abe9316-d7cd-4e98-b875-c64e6e8735b5-pub-subnet 2018-10-22 16:40:20,534 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-4abe9316-d7cd-4e98-b875-c64e6e8735b5-pub-net 2018-10-22 16:40:21,874 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-4abe9316-d7cd-4e98-b875-c64e6e8735b5-image 2018-10-22 16:40:23,867 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 783621c6-dcfb-46aa-aab3-f25b0d2688ae 2018-10-22 16:40:24,048 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:40:24,527 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-cf1e9d97-ccad-423-proj 2018-10-22 16:40:24,805 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-cf1e9d97-ccad-423-proj-role 2018-10-22 16:40:25,004 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-cf1e9d97-ccad-423-user 2018-10-22 16:40:26,485 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-474c4d99-e11d-443-proj 2018-10-22 16:40:27,550 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-474c4d99-e11d-443-user 2018-10-22 16:40:27,802 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-474c4d99-e11d-443-proj-role 2018-10-22 16:40:27,900 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-474c4d99-e11d-443-proj-role to project CreateInstancePortManipulationTests-474c4d99-e11d-443-proj 2018-10-22 16:40:31,561 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-b37dd506-749d-4e31-a6f1-7463ad022d53-image 2018-10-22 16:40:31,725 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-b37dd506-749d-4e31-a6f1-7463ad022d53-image 2018-10-22 16:40:32,354 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-b37dd506-749d-4e31-a6f1-7463ad022d53-pub-net 2018-10-22 16:40:33,339 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-b37dd506-749d-4e31-a6f1-7463ad022d53-pub-subnet 2018-10-22 16:40:39,052 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-b37dd506-749d-4e31-a6f1-7463ad022d53-pub-net 2018-10-22 16:40:39,250 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b37dd506-749d-4e31-a6f1-7463ad022d53-pub-subnet 2018-10-22 16:40:39,250 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b37dd506-749d-4e31-a6f1-7463ad022d53-pub-subnet 2018-10-22 16:40:41,556 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-b37dd506-749d-4e31-a6f1-7463ad022d53-pub-net 2018-10-22 16:40:42,937 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-b37dd506-749d-4e31-a6f1-7463ad022d53-image 2018-10-22 16:40:44,898 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 28f6eed4-9433-4e56-b2ba-9e91d596b04c 2018-10-22 16:40:45,066 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:40:45,433 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-474c4d99-e11d-443-proj 2018-10-22 16:40:45,692 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-474c4d99-e11d-443-proj-role 2018-10-22 16:40:45,937 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-474c4d99-e11d-443-user 2018-10-22 16:40:47,359 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-3e6f5334-9b2a-46b-proj 2018-10-22 16:40:48,504 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-3e6f5334-9b2a-46b-user 2018-10-22 16:40:48,706 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-3e6f5334-9b2a-46b-proj-role 2018-10-22 16:40:48,790 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-3e6f5334-9b2a-46b-proj-role to project CreateInstancePortManipulationTests-3e6f5334-9b2a-46b-proj 2018-10-22 16:40:52,529 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-a538d14a-32a7-4a62-8cd8-1417ad492e68-image 2018-10-22 16:40:52,694 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-a538d14a-32a7-4a62-8cd8-1417ad492e68-image 2018-10-22 16:40:53,322 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-a538d14a-32a7-4a62-8cd8-1417ad492e68-pub-net 2018-10-22 16:40:54,378 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-a538d14a-32a7-4a62-8cd8-1417ad492e68-pub-subnet 2018-10-22 16:40:59,840 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-a538d14a-32a7-4a62-8cd8-1417ad492e68-pub-net 2018-10-22 16:41:01,921 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-a538d14a-32a7-4a62-8cd8-1417ad492e68-inst 2018-10-22 16:41:04,417 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-a538d14a-32a7-4a62-8cd8-1417ad492e68-inst 2018-10-22 16:41:11,821 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:41:13,762 - create_instance - INFO - Deleting Port with ID - 026e4a04-94c7-4247-a009-52cf8621e6ce 2018-10-22 16:41:13,762 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-a538d14a-32a7-4a62-8cd8-1417ad492e68port-1 2018-10-22 16:41:14,178 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-a538d14a-32a7-4a62-8cd8-1417ad492e68-inst 2018-10-22 16:41:14,558 - create_instance - INFO - Checking deletion status 2018-10-22 16:41:18,095 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-a538d14a-32a7-4a62-8cd8-1417ad492e68-inst 2018-10-22 16:41:18,145 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a538d14a-32a7-4a62-8cd8-1417ad492e68-pub-subnet 2018-10-22 16:41:18,145 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a538d14a-32a7-4a62-8cd8-1417ad492e68-pub-subnet 2018-10-22 16:41:20,454 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-a538d14a-32a7-4a62-8cd8-1417ad492e68-pub-net 2018-10-22 16:41:22,144 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-a538d14a-32a7-4a62-8cd8-1417ad492e68-image 2018-10-22 16:41:23,834 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43dc8373-e654-4e33-bfbf-6157c55866be 2018-10-22 16:41:24,016 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:41:24,339 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-3e6f5334-9b2a-46b-proj 2018-10-22 16:41:24,613 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-3e6f5334-9b2a-46b-proj-role 2018-10-22 16:41:24,816 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-3e6f5334-9b2a-46b-user 2018-10-22 16:41:26,233 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-7f3a7719-8b20-426-proj 2018-10-22 16:41:27,420 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-7f3a7719-8b20-426-user 2018-10-22 16:41:27,641 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-7f3a7719-8b20-426-proj-role 2018-10-22 16:41:27,729 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-7f3a7719-8b20-426-proj-role to project CreateInstancePortManipulationTests-7f3a7719-8b20-426-proj 2018-10-22 16:41:30,456 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-c3f69bd4-2e6b-4ddc-8ecf-61f8200242f7-image 2018-10-22 16:41:30,623 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-c3f69bd4-2e6b-4ddc-8ecf-61f8200242f7-image 2018-10-22 16:41:31,232 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-c3f69bd4-2e6b-4ddc-8ecf-61f8200242f7-pub-net 2018-10-22 16:41:32,298 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-c3f69bd4-2e6b-4ddc-8ecf-61f8200242f7-pub-subnet 2018-10-22 16:41:37,944 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-c3f69bd4-2e6b-4ddc-8ecf-61f8200242f7-pub-net 2018-10-22 16:41:39,478 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-c3f69bd4-2e6b-4ddc-8ecf-61f8200242f7-inst 2018-10-22 16:41:41,974 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-c3f69bd4-2e6b-4ddc-8ecf-61f8200242f7-inst 2018-10-22 16:41:49,502 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:41:51,119 - create_instance - INFO - Deleting Port with ID - 670bbade-311a-437a-bfd3-7e2cff575a6e 2018-10-22 16:41:51,119 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-c3f69bd4-2e6b-4ddc-8ecf-61f8200242f7port-1 2018-10-22 16:41:51,596 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-c3f69bd4-2e6b-4ddc-8ecf-61f8200242f7-inst 2018-10-22 16:41:51,797 - create_instance - INFO - Checking deletion status 2018-10-22 16:41:55,103 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-c3f69bd4-2e6b-4ddc-8ecf-61f8200242f7-inst 2018-10-22 16:41:55,145 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c3f69bd4-2e6b-4ddc-8ecf-61f8200242f7-pub-subnet 2018-10-22 16:41:55,145 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c3f69bd4-2e6b-4ddc-8ecf-61f8200242f7-pub-subnet 2018-10-22 16:41:57,618 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-c3f69bd4-2e6b-4ddc-8ecf-61f8200242f7-pub-net 2018-10-22 16:41:58,832 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-c3f69bd4-2e6b-4ddc-8ecf-61f8200242f7-image 2018-10-22 16:42:01,691 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 319d84fb-ccd3-4334-a8b5-90c587b36b8b 2018-10-22 16:42:01,870 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:42:02,198 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-7f3a7719-8b20-426-proj 2018-10-22 16:42:02,536 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-7f3a7719-8b20-426-proj-role 2018-10-22 16:42:02,767 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-7f3a7719-8b20-426-user 2018-10-22 16:42:04,227 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-1073a0cb-c633-4b4-proj 2018-10-22 16:42:05,377 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-1073a0cb-c633-4b4-user 2018-10-22 16:42:05,580 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-1073a0cb-c633-4b4-proj-role 2018-10-22 16:42:05,600 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-1073a0cb-c633-4b4-proj-role to project CreateInstancePortManipulationTests-1073a0cb-c633-4b4-proj 2018-10-22 16:42:08,132 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-28398cf6-c82c-46d6-96c0-7b2a323ee604-image 2018-10-22 16:42:08,291 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-28398cf6-c82c-46d6-96c0-7b2a323ee604-image 2018-10-22 16:42:08,989 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-28398cf6-c82c-46d6-96c0-7b2a323ee604-pub-net 2018-10-22 16:42:09,838 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-28398cf6-c82c-46d6-96c0-7b2a323ee604-pub-subnet 2018-10-22 16:42:15,678 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-28398cf6-c82c-46d6-96c0-7b2a323ee604-pub-net 2018-10-22 16:42:17,461 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-28398cf6-c82c-46d6-96c0-7b2a323ee604-inst 2018-10-22 16:42:19,494 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-28398cf6-c82c-46d6-96c0-7b2a323ee604-inst 2018-10-22 16:42:26,474 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:42:27,608 - create_instance - INFO - Deleting Port with ID - e285becc-6b27-4ecd-9e71-7ccbc2e5f9e6 2018-10-22 16:42:27,608 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-28398cf6-c82c-46d6-96c0-7b2a323ee604port-1 2018-10-22 16:42:28,099 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-28398cf6-c82c-46d6-96c0-7b2a323ee604-inst 2018-10-22 16:42:28,240 - create_instance - INFO - Checking deletion status 2018-10-22 16:42:31,696 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-28398cf6-c82c-46d6-96c0-7b2a323ee604-inst 2018-10-22 16:42:31,750 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-28398cf6-c82c-46d6-96c0-7b2a323ee604-pub-subnet 2018-10-22 16:42:31,751 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-28398cf6-c82c-46d6-96c0-7b2a323ee604-pub-subnet 2018-10-22 16:42:34,244 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-28398cf6-c82c-46d6-96c0-7b2a323ee604-pub-net 2018-10-22 16:42:35,680 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-28398cf6-c82c-46d6-96c0-7b2a323ee604-image 2018-10-22 16:42:38,225 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5e2aa184-b4ae-40c2-80b8-904fdae3a491 2018-10-22 16:42:38,423 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:42:38,761 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-1073a0cb-c633-4b4-proj 2018-10-22 16:42:39,152 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-1073a0cb-c633-4b4-proj-role 2018-10-22 16:42:39,354 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-1073a0cb-c633-4b4-user 2018-10-22 16:42:40,910 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-770abf61-8d55-459-proj 2018-10-22 16:42:42,083 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-770abf61-8d55-459-user 2018-10-22 16:42:42,299 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-770abf61-8d55-459-proj-role 2018-10-22 16:42:42,393 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-770abf61-8d55-459-proj-role to project CreateInstancePortManipulationTests-770abf61-8d55-459-proj 2018-10-22 16:42:45,659 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-2a340456-1553-48e6-a3c0-a9729911d981-image 2018-10-22 16:42:45,817 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-2a340456-1553-48e6-a3c0-a9729911d981-image 2018-10-22 16:42:46,453 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-2a340456-1553-48e6-a3c0-a9729911d981-pub-net 2018-10-22 16:42:47,471 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-2a340456-1553-48e6-a3c0-a9729911d981-pub-subnet 2018-10-22 16:42:53,092 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-2a340456-1553-48e6-a3c0-a9729911d981-pub-net 2018-10-22 16:42:55,232 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-2a340456-1553-48e6-a3c0-a9729911d981-inst 2018-10-22 16:42:57,113 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-2a340456-1553-48e6-a3c0-a9729911d981-inst 2018-10-22 16:43:04,458 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:43:05,417 - create_instance - INFO - Deleting Port with ID - ba2317bb-1480-4da6-9627-3773ac0886a0 2018-10-22 16:43:05,418 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-2a340456-1553-48e6-a3c0-a9729911d981port-1 2018-10-22 16:43:05,949 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-2a340456-1553-48e6-a3c0-a9729911d981-inst 2018-10-22 16:43:06,138 - create_instance - INFO - Checking deletion status 2018-10-22 16:43:09,288 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-2a340456-1553-48e6-a3c0-a9729911d981-inst 2018-10-22 16:43:09,349 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2a340456-1553-48e6-a3c0-a9729911d981-pub-subnet 2018-10-22 16:43:09,349 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2a340456-1553-48e6-a3c0-a9729911d981-pub-subnet 2018-10-22 16:43:11,671 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-2a340456-1553-48e6-a3c0-a9729911d981-pub-net 2018-10-22 16:43:13,318 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-2a340456-1553-48e6-a3c0-a9729911d981-image 2018-10-22 16:43:15,378 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3a9108e-130e-4e7d-8588-ba8869bcabd9 2018-10-22 16:43:15,570 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:43:15,905 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-770abf61-8d55-459-proj 2018-10-22 16:43:16,273 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-770abf61-8d55-459-proj-role 2018-10-22 16:43:16,480 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-770abf61-8d55-459-user 2018-10-22 16:43:17,958 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-919573ae-948a-47b-proj 2018-10-22 16:43:19,217 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-919573ae-948a-47b-user 2018-10-22 16:43:19,425 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-919573ae-948a-47b-proj-role 2018-10-22 16:43:19,450 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-919573ae-948a-47b-proj-role to project CreateInstancePortManipulationTests-919573ae-948a-47b-proj 2018-10-22 16:43:22,451 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4-image 2018-10-22 16:43:22,680 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4-image 2018-10-22 16:43:23,376 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4-pub-net 2018-10-22 16:43:24,376 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4-pub-subnet 2018-10-22 16:43:27,032 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4net2 2018-10-22 16:43:27,849 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4-subnet1 2018-10-22 16:43:28,632 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4-subnet2 2018-10-22 16:43:33,718 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4net2 2018-10-22 16:43:35,651 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4-inst 2018-10-22 16:43:38,156 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4-inst 2018-10-22 16:43:45,374 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:43:46,482 - create_instance - INFO - Deleting Port with ID - 012f2e69-0807-4b0b-a311-61411dc6bc5f 2018-10-22 16:43:46,482 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4port-1 2018-10-22 16:43:47,004 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4-inst 2018-10-22 16:43:47,492 - create_instance - INFO - Checking deletion status 2018-10-22 16:43:50,965 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4-inst 2018-10-22 16:43:51,020 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4-pub-subnet 2018-10-22 16:43:51,020 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4-pub-subnet 2018-10-22 16:43:53,504 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4-pub-net 2018-10-22 16:43:54,722 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4-subnet1 2018-10-22 16:43:54,723 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4-subnet1 2018-10-22 16:43:57,181 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4-subnet2 2018-10-22 16:43:57,182 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4-subnet2 2018-10-22 16:43:59,580 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4net2 2018-10-22 16:44:01,022 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-79e1e5f4-21f4-405e-a7d4-abd26ffcb2f4-image 2018-10-22 16:44:03,582 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4695a4a5-064e-4a9c-af1b-37676365f522 2018-10-22 16:44:03,764 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:44:04,245 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-919573ae-948a-47b-proj 2018-10-22 16:44:04,452 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-919573ae-948a-47b-proj-role 2018-10-22 16:44:04,647 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-919573ae-948a-47b-user 2018-10-22 16:44:06,259 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-989f45b9-31a6-4a4-proj 2018-10-22 16:44:07,406 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-989f45b9-31a6-4a4-user 2018-10-22 16:44:07,544 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-989f45b9-31a6-4a4-proj-role 2018-10-22 16:44:07,638 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-989f45b9-31a6-4a4-proj-role to project InstanceSecurityGroupTests-989f45b9-31a6-4a4-proj 2018-10-22 16:44:10,701 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-image 2018-10-22 16:44:10,870 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-image 2018-10-22 16:44:11,491 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-pub-net 2018-10-22 16:44:12,474 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-pub-subnet 2018-10-22 16:44:17,505 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-pub-net 2018-10-22 16:44:19,124 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-inst 2018-10-22 16:44:21,330 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-inst 2018-10-22 16:44:28,952 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:44:31,149 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-name... 2018-10-22 16:44:31,149 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-name 2018-10-22 16:44:31,783 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c5c97299-9440-441f-990e-ce9d5e797ce2 2018-10-22 16:44:31,944 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c5c97299-9440-441f-990e-ce9d5e797ce2 2018-10-22 16:44:32,119 - neutron_utils - INFO - Retrieving security group with ID - c5c97299-9440-441f-990e-ce9d5e797ce2 2018-10-22 16:44:32,320 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c5c97299-9440-441f-990e-ce9d5e797ce2 2018-10-22 16:44:32,495 - neutron_utils - INFO - Retrieving security group with ID - c5c97299-9440-441f-990e-ce9d5e797ce2 2018-10-22 16:44:32,688 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c5c97299-9440-441f-990e-ce9d5e797ce2 2018-10-22 16:44:32,909 - neutron_utils - INFO - Retrieving security group with ID - c5c97299-9440-441f-990e-ce9d5e797ce2 2018-10-22 16:44:32,958 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c5c97299-9440-441f-990e-ce9d5e797ce2 2018-10-22 16:44:33,125 - neutron_utils - INFO - Deleting security group rule with ID - 254674c7-8961-407a-a821-d1128b52ebed 2018-10-22 16:44:33,233 - neutron_utils - INFO - Deleting security group rule with ID - 359b0696-e828-4d79-ba2c-54f8e41fb8d8 2018-10-22 16:44:33,473 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-name 2018-10-22 16:44:36,653 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:44:39,558 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-name] - Security group InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-name is not found for project 330c2321840a40b79d9d1a58e8ca86ca (HTTP 404) (Request-ID: req-5baf38b1-a1b4-4d14-b869-716bd26cdf12) 2018-10-22 16:44:39,559 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-name is not found for project 330c2321840a40b79d9d1a58e8ca86ca (HTTP 404) (Request-ID: req-5baf38b1-a1b4-4d14-b869-716bd26cdf12) 2018-10-22 16:44:41,414 - create_instance - INFO - Deleting Port with ID - 3b3c16b5-0e83-453d-8ce6-9422d7ad0ac1 2018-10-22 16:44:41,414 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-port 2018-10-22 16:44:41,848 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-inst 2018-10-22 16:44:42,130 - create_instance - INFO - Checking deletion status 2018-10-22 16:44:45,297 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-inst 2018-10-22 16:44:45,342 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-pub-subnet 2018-10-22 16:44:45,342 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-pub-subnet 2018-10-22 16:44:47,792 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-pub-net 2018-10-22 16:44:49,189 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-8e842a5a-51b7-4651-878a-e7006aa3712f-image 2018-10-22 16:44:52,098 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea03fb99-3c6d-4da5-9a7f-ca1bc541f7b5 2018-10-22 16:44:52,283 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:44:52,767 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-989f45b9-31a6-4a4-proj 2018-10-22 16:44:53,033 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-989f45b9-31a6-4a4-proj-role 2018-10-22 16:44:53,229 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-989f45b9-31a6-4a4-user 2018-10-22 16:44:54,654 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-6f2ff1d6-f253-40e-proj 2018-10-22 16:44:55,826 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-6f2ff1d6-f253-40e-user 2018-10-22 16:44:56,035 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-6f2ff1d6-f253-40e-proj-role 2018-10-22 16:44:56,053 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-6f2ff1d6-f253-40e-proj-role to project InstanceSecurityGroupTests-6f2ff1d6-f253-40e-proj 2018-10-22 16:44:59,236 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-4ec50c6f-a45b-4584-88e8-001b1a45dc76-image 2018-10-22 16:44:59,397 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-4ec50c6f-a45b-4584-88e8-001b1a45dc76-image 2018-10-22 16:45:00,035 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-4ec50c6f-a45b-4584-88e8-001b1a45dc76-pub-net 2018-10-22 16:45:01,270 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-4ec50c6f-a45b-4584-88e8-001b1a45dc76-pub-subnet 2018-10-22 16:45:04,274 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-4ec50c6f-a45b-4584-88e8-001b1a45dc76-name... 2018-10-22 16:45:04,274 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-4ec50c6f-a45b-4584-88e8-001b1a45dc76-name 2018-10-22 16:45:04,660 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6570fc5e-fec4-41ef-8e91-3e5cd52761f2 2018-10-22 16:45:04,818 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6570fc5e-fec4-41ef-8e91-3e5cd52761f2 2018-10-22 16:45:05,039 - neutron_utils - INFO - Retrieving security group with ID - 6570fc5e-fec4-41ef-8e91-3e5cd52761f2 2018-10-22 16:45:05,111 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6570fc5e-fec4-41ef-8e91-3e5cd52761f2 2018-10-22 16:45:05,143 - neutron_utils - INFO - Retrieving security group with ID - 6570fc5e-fec4-41ef-8e91-3e5cd52761f2 2018-10-22 16:45:05,342 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6570fc5e-fec4-41ef-8e91-3e5cd52761f2 2018-10-22 16:45:05,503 - neutron_utils - INFO - Retrieving security group with ID - 6570fc5e-fec4-41ef-8e91-3e5cd52761f2 2018-10-22 16:45:05,553 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6570fc5e-fec4-41ef-8e91-3e5cd52761f2 2018-10-22 16:45:09,502 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-4ec50c6f-a45b-4584-88e8-001b1a45dc76-pub-net 2018-10-22 16:45:11,348 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-4ec50c6f-a45b-4584-88e8-001b1a45dc76-inst 2018-10-22 16:45:13,871 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-4ec50c6f-a45b-4584-88e8-001b1a45dc76-inst 2018-10-22 16:45:21,304 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:45:23,219 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:45:28,258 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:45:31,458 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-4ec50c6f-a45b-4584-88e8-001b1a45dc76-name] already added to VM [InstanceSecurityGroupTests-4ec50c6f-a45b-4584-88e8-001b1a45dc76-inst] 2018-10-22 16:45:32,982 - create_instance - INFO - Deleting Port with ID - 4b8aae33-6cf7-4807-80d5-f5fa06d3c9f0 2018-10-22 16:45:32,982 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-4ec50c6f-a45b-4584-88e8-001b1a45dc76-port 2018-10-22 16:45:33,617 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-4ec50c6f-a45b-4584-88e8-001b1a45dc76-inst 2018-10-22 16:45:33,763 - create_instance - INFO - Checking deletion status 2018-10-22 16:45:43,579 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-4ec50c6f-a45b-4584-88e8-001b1a45dc76-inst 2018-10-22 16:45:43,580 - neutron_utils - INFO - Deleting security group rule with ID - 1eab7385-babc-49c7-8305-ae08576a448e 2018-10-22 16:45:43,863 - neutron_utils - INFO - Deleting security group rule with ID - 07fdf359-4e6f-4fd4-9a48-39d2cc3c2569 2018-10-22 16:45:43,981 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-4ec50c6f-a45b-4584-88e8-001b1a45dc76-name 2018-10-22 16:45:44,318 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-4ec50c6f-a45b-4584-88e8-001b1a45dc76-pub-subnet 2018-10-22 16:45:44,318 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-4ec50c6f-a45b-4584-88e8-001b1a45dc76-pub-subnet 2018-10-22 16:45:46,648 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-4ec50c6f-a45b-4584-88e8-001b1a45dc76-pub-net 2018-10-22 16:45:47,838 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-4ec50c6f-a45b-4584-88e8-001b1a45dc76-image 2018-10-22 16:45:50,326 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - deeb6068-5810-4764-a52d-dfb3da983dfa 2018-10-22 16:45:50,510 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:45:51,094 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-6f2ff1d6-f253-40e-proj 2018-10-22 16:45:51,369 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-6f2ff1d6-f253-40e-proj-role 2018-10-22 16:45:51,562 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-6f2ff1d6-f253-40e-user 2018-10-22 16:45:53,019 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-311beaee-90b6-46a-proj 2018-10-22 16:45:54,185 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-311beaee-90b6-46a-user 2018-10-22 16:45:54,467 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-311beaee-90b6-46a-proj-role 2018-10-22 16:45:54,487 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-311beaee-90b6-46a-proj-role to project InstanceSecurityGroupTests-311beaee-90b6-46a-proj 2018-10-22 16:45:57,496 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-74ff80b9-56e1-4e5c-ad07-35cce3db908e-image 2018-10-22 16:45:57,516 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-74ff80b9-56e1-4e5c-ad07-35cce3db908e-image 2018-10-22 16:45:58,136 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-74ff80b9-56e1-4e5c-ad07-35cce3db908e-pub-net 2018-10-22 16:45:59,490 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-74ff80b9-56e1-4e5c-ad07-35cce3db908e-pub-subnet 2018-10-22 16:46:05,033 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-74ff80b9-56e1-4e5c-ad07-35cce3db908e-pub-net 2018-10-22 16:46:06,830 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-74ff80b9-56e1-4e5c-ad07-35cce3db908e-inst 2018-10-22 16:46:08,738 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-74ff80b9-56e1-4e5c-ad07-35cce3db908e-inst 2018-10-22 16:46:16,308 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:46:17,908 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-74ff80b9-56e1-4e5c-ad07-35cce3db908e-name... 2018-10-22 16:46:17,908 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-74ff80b9-56e1-4e5c-ad07-35cce3db908e-name 2018-10-22 16:46:18,294 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f89faf1-745d-4ae3-b214-ca3e28a43243 2018-10-22 16:46:18,475 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f89faf1-745d-4ae3-b214-ca3e28a43243 2018-10-22 16:46:18,659 - neutron_utils - INFO - Retrieving security group with ID - 8f89faf1-745d-4ae3-b214-ca3e28a43243 2018-10-22 16:46:18,855 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f89faf1-745d-4ae3-b214-ca3e28a43243 2018-10-22 16:46:19,024 - neutron_utils - INFO - Retrieving security group with ID - 8f89faf1-745d-4ae3-b214-ca3e28a43243 2018-10-22 16:46:19,220 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f89faf1-745d-4ae3-b214-ca3e28a43243 2018-10-22 16:46:19,378 - neutron_utils - INFO - Retrieving security group with ID - 8f89faf1-745d-4ae3-b214-ca3e28a43243 2018-10-22 16:46:19,430 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f89faf1-745d-4ae3-b214-ca3e28a43243 2018-10-22 16:46:22,134 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:46:27,075 - create_instance - INFO - Deleting Port with ID - 13907983-051b-4449-b474-abca8f60f3fb 2018-10-22 16:46:27,075 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-74ff80b9-56e1-4e5c-ad07-35cce3db908e-port 2018-10-22 16:46:27,645 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-74ff80b9-56e1-4e5c-ad07-35cce3db908e-inst 2018-10-22 16:46:27,996 - create_instance - INFO - Checking deletion status 2018-10-22 16:46:31,147 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-74ff80b9-56e1-4e5c-ad07-35cce3db908e-inst 2018-10-22 16:46:31,149 - neutron_utils - INFO - Deleting security group rule with ID - 7e27fccd-a8ee-4572-a19a-2bba93dc0cb9 2018-10-22 16:46:31,262 - neutron_utils - INFO - Deleting security group rule with ID - b483b118-1636-476f-9b7a-268bc5c8e9f9 2018-10-22 16:46:31,572 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-74ff80b9-56e1-4e5c-ad07-35cce3db908e-name 2018-10-22 16:46:32,061 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-74ff80b9-56e1-4e5c-ad07-35cce3db908e-pub-subnet 2018-10-22 16:46:32,062 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-74ff80b9-56e1-4e5c-ad07-35cce3db908e-pub-subnet 2018-10-22 16:46:34,374 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-74ff80b9-56e1-4e5c-ad07-35cce3db908e-pub-net 2018-10-22 16:46:35,800 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-74ff80b9-56e1-4e5c-ad07-35cce3db908e-image 2018-10-22 16:46:37,746 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4bdde41f-e8e4-42c2-944e-b0ac9784bcaf 2018-10-22 16:46:37,929 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:46:38,318 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-311beaee-90b6-46a-proj 2018-10-22 16:46:38,547 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-311beaee-90b6-46a-proj-role 2018-10-22 16:46:38,747 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-311beaee-90b6-46a-user 2018-10-22 16:46:40,311 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-28e87dd4-bd3c-4d2-proj 2018-10-22 16:46:41,311 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-28e87dd4-bd3c-4d2-user 2018-10-22 16:46:41,532 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-28e87dd4-bd3c-4d2-proj-role 2018-10-22 16:46:41,621 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-28e87dd4-bd3c-4d2-proj-role to project InstanceSecurityGroupTests-28e87dd4-bd3c-4d2-proj 2018-10-22 16:46:44,366 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-1fcee7fc-89f2-4ef3-b12b-db4b3c3558ab-image 2018-10-22 16:46:44,523 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-1fcee7fc-89f2-4ef3-b12b-db4b3c3558ab-image 2018-10-22 16:46:45,151 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-1fcee7fc-89f2-4ef3-b12b-db4b3c3558ab-pub-net 2018-10-22 16:46:46,192 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-1fcee7fc-89f2-4ef3-b12b-db4b3c3558ab-pub-subnet 2018-10-22 16:46:48,533 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-1fcee7fc-89f2-4ef3-b12b-db4b3c3558ab-name... 2018-10-22 16:46:48,533 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-1fcee7fc-89f2-4ef3-b12b-db4b3c3558ab-name 2018-10-22 16:46:48,923 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c6a8947-7df0-409f-aedd-f1066df650a5 2018-10-22 16:46:49,092 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c6a8947-7df0-409f-aedd-f1066df650a5 2018-10-22 16:46:49,270 - neutron_utils - INFO - Retrieving security group with ID - 8c6a8947-7df0-409f-aedd-f1066df650a5 2018-10-22 16:46:49,351 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c6a8947-7df0-409f-aedd-f1066df650a5 2018-10-22 16:46:49,549 - neutron_utils - INFO - Retrieving security group with ID - 8c6a8947-7df0-409f-aedd-f1066df650a5 2018-10-22 16:46:49,732 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c6a8947-7df0-409f-aedd-f1066df650a5 2018-10-22 16:46:49,908 - neutron_utils - INFO - Retrieving security group with ID - 8c6a8947-7df0-409f-aedd-f1066df650a5 2018-10-22 16:46:50,114 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c6a8947-7df0-409f-aedd-f1066df650a5 2018-10-22 16:46:53,496 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-1fcee7fc-89f2-4ef3-b12b-db4b3c3558ab-pub-net 2018-10-22 16:46:55,194 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-1fcee7fc-89f2-4ef3-b12b-db4b3c3558ab-inst 2018-10-22 16:46:57,660 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-1fcee7fc-89f2-4ef3-b12b-db4b3c3558ab-inst 2018-10-22 16:47:05,209 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:47:06,921 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:47:10,687 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:47:14,930 - create_instance - INFO - Deleting Port with ID - 506e9469-a63d-45c9-8b12-d56927a9a4a9 2018-10-22 16:47:14,931 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-1fcee7fc-89f2-4ef3-b12b-db4b3c3558ab-port 2018-10-22 16:47:15,357 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-1fcee7fc-89f2-4ef3-b12b-db4b3c3558ab-inst 2018-10-22 16:47:15,564 - create_instance - INFO - Checking deletion status 2018-10-22 16:47:21,961 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-1fcee7fc-89f2-4ef3-b12b-db4b3c3558ab-inst 2018-10-22 16:47:21,962 - neutron_utils - INFO - Deleting security group rule with ID - 0e44a8d9-bd6d-459c-b418-8d6d260dd566 2018-10-22 16:47:22,203 - neutron_utils - INFO - Deleting security group rule with ID - ec9d02ed-8711-4c5e-98bc-b076b8e0244f 2018-10-22 16:47:22,456 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-1fcee7fc-89f2-4ef3-b12b-db4b3c3558ab-name 2018-10-22 16:47:22,911 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-1fcee7fc-89f2-4ef3-b12b-db4b3c3558ab-pub-subnet 2018-10-22 16:47:22,911 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-1fcee7fc-89f2-4ef3-b12b-db4b3c3558ab-pub-subnet 2018-10-22 16:47:25,358 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-1fcee7fc-89f2-4ef3-b12b-db4b3c3558ab-pub-net 2018-10-22 16:47:26,710 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-1fcee7fc-89f2-4ef3-b12b-db4b3c3558ab-image 2018-10-22 16:47:28,002 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3693c7fc-8be8-4bb9-8cfa-8225d0e47a58 2018-10-22 16:47:28,179 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:47:28,544 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-28e87dd4-bd3c-4d2-proj 2018-10-22 16:47:28,801 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-28e87dd4-bd3c-4d2-proj-role 2018-10-22 16:47:29,007 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-28e87dd4-bd3c-4d2-user 2018-10-22 16:47:30,496 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-b159efaf-88f6-408-proj 2018-10-22 16:47:31,652 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-b159efaf-88f6-408-user 2018-10-22 16:47:31,784 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-b159efaf-88f6-408-proj-role 2018-10-22 16:47:31,876 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-b159efaf-88f6-408-proj-role to project InstanceSecurityGroupTests-b159efaf-88f6-408-proj 2018-10-22 16:47:36,165 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-3d24b884-f965-4f3f-bcca-d4cf102b7a86-image 2018-10-22 16:47:36,184 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-3d24b884-f965-4f3f-bcca-d4cf102b7a86-image 2018-10-22 16:47:36,814 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-3d24b884-f965-4f3f-bcca-d4cf102b7a86-pub-net 2018-10-22 16:47:37,725 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-3d24b884-f965-4f3f-bcca-d4cf102b7a86-pub-subnet 2018-10-22 16:47:40,177 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-3d24b884-f965-4f3f-bcca-d4cf102b7a86-name... 2018-10-22 16:47:40,177 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-3d24b884-f965-4f3f-bcca-d4cf102b7a86-name 2018-10-22 16:47:40,617 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 639db835-8592-417c-9984-eed9efa15ef7 2018-10-22 16:47:40,802 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 639db835-8592-417c-9984-eed9efa15ef7 2018-10-22 16:47:40,836 - neutron_utils - INFO - Retrieving security group with ID - 639db835-8592-417c-9984-eed9efa15ef7 2018-10-22 16:47:40,949 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 639db835-8592-417c-9984-eed9efa15ef7 2018-10-22 16:47:41,149 - neutron_utils - INFO - Retrieving security group with ID - 639db835-8592-417c-9984-eed9efa15ef7 2018-10-22 16:47:41,353 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 639db835-8592-417c-9984-eed9efa15ef7 2018-10-22 16:47:41,518 - neutron_utils - INFO - Retrieving security group with ID - 639db835-8592-417c-9984-eed9efa15ef7 2018-10-22 16:47:41,721 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 639db835-8592-417c-9984-eed9efa15ef7 2018-10-22 16:47:45,836 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-3d24b884-f965-4f3f-bcca-d4cf102b7a86-pub-net 2018-10-22 16:47:47,594 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-3d24b884-f965-4f3f-bcca-d4cf102b7a86-inst 2018-10-22 16:47:49,633 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-3d24b884-f965-4f3f-bcca-d4cf102b7a86-inst 2018-10-22 16:47:57,309 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:48:00,828 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:48:03,868 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-3d24b884-f965-4f3f-bcca-d4cf102b7a86-name not associated with the instance 43702e65-fefc-4e3f-8d31-5ee47ea4f490 (HTTP 404) (Request-ID: req-8828eb11-51fe-4ae4-a930-cac85163d038) 2018-10-22 16:48:05,741 - create_instance - INFO - Deleting Port with ID - d2eb59f3-b130-47f7-920d-96439069d22f 2018-10-22 16:48:05,741 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-3d24b884-f965-4f3f-bcca-d4cf102b7a86-port 2018-10-22 16:48:06,388 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-3d24b884-f965-4f3f-bcca-d4cf102b7a86-inst 2018-10-22 16:48:06,546 - create_instance - INFO - Checking deletion status 2018-10-22 16:48:13,425 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-3d24b884-f965-4f3f-bcca-d4cf102b7a86-inst 2018-10-22 16:48:13,425 - neutron_utils - INFO - Deleting security group rule with ID - 27e78176-9f55-4d03-9e93-81cef76035ac 2018-10-22 16:48:13,655 - neutron_utils - INFO - Deleting security group rule with ID - 29384ec8-13aa-489c-86da-126393a3b354 2018-10-22 16:48:13,779 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-3d24b884-f965-4f3f-bcca-d4cf102b7a86-name 2018-10-22 16:48:14,151 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-3d24b884-f965-4f3f-bcca-d4cf102b7a86-pub-subnet 2018-10-22 16:48:14,151 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-3d24b884-f965-4f3f-bcca-d4cf102b7a86-pub-subnet 2018-10-22 16:48:16,563 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-3d24b884-f965-4f3f-bcca-d4cf102b7a86-pub-net 2018-10-22 16:48:18,191 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-3d24b884-f965-4f3f-bcca-d4cf102b7a86-image 2018-10-22 16:48:19,911 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8a4d14bb-f2a7-49a9-ab4f-9266eec7c3a4 2018-10-22 16:48:20,086 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:48:20,432 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-b159efaf-88f6-408-proj 2018-10-22 16:48:20,686 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-b159efaf-88f6-408-proj-role 2018-10-22 16:48:20,900 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-b159efaf-88f6-408-user 2018-10-22 16:48:22,508 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-cf230cbf-bd64-4e0-proj 2018-10-22 16:48:23,583 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-cf230cbf-bd64-4e0-user 2018-10-22 16:48:23,802 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-cf230cbf-bd64-4e0-proj-role 2018-10-22 16:48:23,893 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-cf230cbf-bd64-4e0-proj-role to project CreateInstanceOnComputeHost-cf230cbf-bd64-4e0-proj 2018-10-22 16:48:24,698 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98-priv-net 2018-10-22 16:48:25,516 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98-priv-subnet 2018-10-22 16:48:30,155 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98-image 2018-10-22 16:48:30,321 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98-image 2018-10-22 16:48:34,093 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98-priv-net 2018-10-22 16:48:35,519 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-22 16:48:37,716 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-22 16:48:45,099 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:48:51,943 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98-priv-net 2018-10-22 16:48:53,778 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-22 16:48:55,752 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-22 16:49:02,755 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:49:05,826 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:49:07,851 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:49:09,642 - create_instance - INFO - Deleting Port with ID - dd835a39-2096-40f8-9417-69050d5b1790 2018-10-22 16:49:09,642 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98port-1 2018-10-22 16:49:10,326 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-22 16:49:10,506 - create_instance - INFO - Checking deletion status 2018-10-22 16:49:13,672 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-22 16:49:13,673 - create_instance - INFO - Deleting Port with ID - 1924a427-7ed2-43bb-a769-7b97fcd3b0b3 2018-10-22 16:49:13,673 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98port-2 2018-10-22 16:49:14,548 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-22 16:49:14,702 - create_instance - INFO - Checking deletion status 2018-10-22 16:49:18,002 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-22 16:49:18,073 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98-priv-subnet 2018-10-22 16:49:18,073 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98-priv-subnet 2018-10-22 16:49:20,352 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98-priv-net 2018-10-22 16:49:22,033 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-a4ad74be-6005-4dc0-87a5-80f514f7af98-image 2018-10-22 16:49:23,946 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-cf230cbf-bd64-4e0-proj 2018-10-22 16:49:24,194 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-cf230cbf-bd64-4e0-proj-role 2018-10-22 16:49:24,401 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-cf230cbf-bd64-4e0-user 2018-10-22 16:49:25,867 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-30726ea0-8237-4bb-proj 2018-10-22 16:49:27,030 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-30726ea0-8237-4bb-user 2018-10-22 16:49:27,244 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-30726ea0-8237-4bb-proj-role 2018-10-22 16:49:27,330 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-30726ea0-8237-4bb-proj-role to project CreateInstanceFromThreePartImage-30726ea0-8237-4bb-proj 2018-10-22 16:49:27,464 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-10-22 16:49:29,967 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-1bf5bf93-df92-4b44-a8b7-e65f2be146ef 2018-10-22 16:49:30,136 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-1bf5bf93-df92-4b44-a8b7-e65f2be146ef 2018-10-22 16:49:31,465 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-1bf5bf93-df92-4b44-a8b7-e65f2be146ef-pub-net 2018-10-22 16:49:32,975 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-1bf5bf93-df92-4b44-a8b7-e65f2be146ef-pub-subnet 2018-10-22 16:49:37,708 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-1bf5bf93-df92-4b44-a8b7-e65f2be146ef-pub-net 2018-10-22 16:49:39,496 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-1bf5bf93-df92-4b44-a8b7-e65f2be146ef-inst 2018-10-22 16:49:41,951 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-1bf5bf93-df92-4b44-a8b7-e65f2be146ef-inst 2018-10-22 16:49:49,140 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:49:50,442 - create_instance - INFO - Deleting Port with ID - 80c6ed5d-e771-4200-b7dd-10587382d11c 2018-10-22 16:49:50,442 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-1bf5bf93-df92-4b44-a8b7-e65f2be146ef-port 2018-10-22 16:49:51,185 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-1bf5bf93-df92-4b44-a8b7-e65f2be146ef-inst 2018-10-22 16:49:51,499 - create_instance - INFO - Checking deletion status 2018-10-22 16:49:58,077 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-1bf5bf93-df92-4b44-a8b7-e65f2be146ef-inst 2018-10-22 16:49:58,121 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-1bf5bf93-df92-4b44-a8b7-e65f2be146ef-pub-subnet 2018-10-22 16:49:58,121 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-1bf5bf93-df92-4b44-a8b7-e65f2be146ef-pub-subnet 2018-10-22 16:50:00,456 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-1bf5bf93-df92-4b44-a8b7-e65f2be146ef-pub-net 2018-10-22 16:50:01,974 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-1bf5bf93-df92-4b44-a8b7-e65f2be146ef 2018-10-22 16:50:04,041 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c8d82cf2-62fc-4b9f-9956-c83536829750 2018-10-22 16:50:04,208 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:50:04,583 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-30726ea0-8237-4bb-proj 2018-10-22 16:50:04,816 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-30726ea0-8237-4bb-proj-role 2018-10-22 16:50:05,001 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-30726ea0-8237-4bb-user 2018-10-22 16:50:06,402 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-073fc619-7128-488-proj 2018-10-22 16:50:07,539 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-073fc619-7128-488-user 2018-10-22 16:50:07,743 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-073fc619-7128-488-proj-role 2018-10-22 16:50:07,827 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-073fc619-7128-488-proj-role to project CreateInstanceVolumeTests-073fc619-7128-488-proj 2018-10-22 16:50:11,336 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-image 2018-10-22 16:50:11,358 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-image 2018-10-22 16:50:12,690 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-pub-net 2018-10-22 16:50:13,808 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-pub-subnet 2018-10-22 16:50:16,277 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-1 2018-10-22 16:50:19,718 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-1 2018-10-22 16:50:20,909 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-2 2018-10-22 16:50:21,113 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-2 2018-10-22 16:50:24,770 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-pub-net 2018-10-22 16:50:26,311 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-inst 2018-10-22 16:50:28,582 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-inst 2018-10-22 16:50:36,239 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:50:38,308 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:50:43,625 - create_instance - INFO - Deleting Port with ID - c91c0542-267a-438b-9663-e129b69f5a9b 2018-10-22 16:50:43,626 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-port 2018-10-22 16:50:49,444 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-inst 2018-10-22 16:50:49,581 - create_instance - INFO - Checking deletion status 2018-10-22 16:50:52,752 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-inst 2018-10-22 16:50:52,791 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-pub-subnet 2018-10-22 16:50:52,791 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-pub-subnet 2018-10-22 16:50:55,093 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-pub-net 2018-10-22 16:50:56,543 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-2 2018-10-22 16:51:00,138 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-2 2018-10-22 16:51:00,343 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-1 2018-10-22 16:51:03,807 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-1 2018-10-22 16:51:03,808 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-431f39b4-c1d7-40d5-bc41-b5962df44be7-image 2018-10-22 16:51:05,556 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7b2a1ac5-b80e-4313-9e03-6595635a8805 2018-10-22 16:51:05,897 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:51:06,412 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-073fc619-7128-488-proj 2018-10-22 16:51:06,690 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-073fc619-7128-488-proj-role 2018-10-22 16:51:06,895 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-073fc619-7128-488-user 2018-10-22 16:51:08,419 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-f6356f88-c42a-41a-proj 2018-10-22 16:51:09,562 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-f6356f88-c42a-41a-user 2018-10-22 16:51:09,759 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-f6356f88-c42a-41a-proj-role 2018-10-22 16:51:09,848 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-f6356f88-c42a-41a-proj-role to project CreateInstanceVolumeTests-f6356f88-c42a-41a-proj 2018-10-22 16:51:12,643 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-image 2018-10-22 16:51:12,812 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-image 2018-10-22 16:51:14,143 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-pub-net 2018-10-22 16:51:15,393 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-pub-subnet 2018-10-22 16:51:17,640 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-1 2018-10-22 16:51:21,087 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-1 2018-10-22 16:51:22,294 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-2 2018-10-22 16:51:22,499 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-2 2018-10-22 16:51:26,061 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-pub-net 2018-10-22 16:51:27,169 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-inst 2018-10-22 16:51:29,307 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-inst 2018-10-22 16:51:36,449 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:51:38,948 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:51:42,925 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:51:48,632 - create_instance - INFO - Deleting Port with ID - a63b72fb-5850-48c7-8895-f7dd8584e0a2 2018-10-22 16:51:48,633 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-port 2018-10-22 16:51:57,961 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-inst 2018-10-22 16:51:58,114 - create_instance - INFO - Checking deletion status 2018-10-22 16:52:01,415 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-inst 2018-10-22 16:52:01,510 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-pub-subnet 2018-10-22 16:52:01,510 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-pub-subnet 2018-10-22 16:52:04,008 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-pub-net 2018-10-22 16:52:05,524 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-2 2018-10-22 16:52:09,010 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-2 2018-10-22 16:52:09,212 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-1 2018-10-22 16:52:12,676 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-1 2018-10-22 16:52:12,677 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-e790f233-4a43-4cd7-8582-f54d94857f7b-image 2018-10-22 16:52:14,678 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 80fccd6f-5622-4537-b49f-5f093055aba6 2018-10-22 16:52:14,859 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:52:15,180 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-f6356f88-c42a-41a-proj 2018-10-22 16:52:15,441 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-f6356f88-c42a-41a-proj-role 2018-10-22 16:52:15,636 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-f6356f88-c42a-41a-user 2018-10-22 16:52:17,071 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-559a782c-f89f-496-proj 2018-10-22 16:52:18,642 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-559a782c-f89f-496-proj 2018-10-22 16:52:18,702 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-559a782c-f89f-496-user 2018-10-22 16:52:18,897 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-559a782c-f89f-496-proj-role 2018-10-22 16:52:18,986 - keystone_utils - INFO - Granting role CreateStackSuccessTests-559a782c-f89f-496-proj-role to project CreateStackSuccessTests-559a782c-f89f-496-proj 2018-10-22 16:52:21,851 - create_image - INFO - Created image with name - CreateStackSuccessTests-33e21555-8858-47e5-867f-dfb2356ea6bc-image 2018-10-22 16:52:22,019 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-33e21555-8858-47e5-867f-dfb2356ea6bc-image 2018-10-22 16:52:27,992 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-33e21555-8858-47e5-867f-dfb2356ea6bc-stack 2018-10-22 16:52:46,611 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-33e21555-8858-47e5-867f-dfb2356ea6bc-stack 2018-10-22 16:53:02,469 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-33e21555-8858-47e5-867f-dfb2356ea6bc-stack 2018-10-22 16:53:02,671 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-33e21555-8858-47e5-867f-dfb2356ea6bc-image 2018-10-22 16:53:04,738 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3ed87c4c-5149-4023-abe7-95c5ed107d05 2018-10-22 16:53:04,914 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:53:05,330 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-559a782c-f89f-496-proj 2018-10-22 16:53:05,613 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-559a782c-f89f-496-proj-role 2018-10-22 16:53:05,821 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-559a782c-f89f-496-user 2018-10-22 16:53:07,299 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-6303d86e-a588-469-proj 2018-10-22 16:53:08,824 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-6303d86e-a588-469-proj 2018-10-22 16:53:08,955 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-6303d86e-a588-469-user 2018-10-22 16:53:09,238 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-6303d86e-a588-469-proj-role 2018-10-22 16:53:09,321 - keystone_utils - INFO - Granting role CreateStackSuccessTests-6303d86e-a588-469-proj-role to project CreateStackSuccessTests-6303d86e-a588-469-proj 2018-10-22 16:53:12,090 - create_image - INFO - Created image with name - CreateStackSuccessTests-02557f3c-3334-43b1-b705-af40fd8defe3-image 2018-10-22 16:53:12,261 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-02557f3c-3334-43b1-b705-af40fd8defe3-image 2018-10-22 16:53:16,552 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-02557f3c-3334-43b1-b705-af40fd8defe3-stack 2018-10-22 16:53:33,335 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-02557f3c-3334-43b1-b705-af40fd8defe3-stack 2018-10-22 16:53:34,991 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-02557f3c-3334-43b1-b705-af40fd8defe3-stack 2018-10-22 16:53:34,992 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-02557f3c-3334-43b1-b705-af40fd8defe3-stack 2018-10-22 16:53:34,992 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-02557f3c-3334-43b1-b705-af40fd8defe3-stack 2018-10-22 16:53:44,805 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-02557f3c-3334-43b1-b705-af40fd8defe3-stack 2018-10-22 16:53:44,860 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-02557f3c-3334-43b1-b705-af40fd8defe3-image 2018-10-22 16:53:47,062 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 16779bd7-caad-418d-aaf0-50dbadd7d407 2018-10-22 16:53:47,230 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:53:47,579 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-6303d86e-a588-469-proj 2018-10-22 16:53:47,858 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-6303d86e-a588-469-proj-role 2018-10-22 16:53:48,066 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-6303d86e-a588-469-user 2018-10-22 16:53:49,491 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-9477fed6-15fb-4bf-proj 2018-10-22 16:53:51,166 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-9477fed6-15fb-4bf-proj 2018-10-22 16:53:51,315 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-9477fed6-15fb-4bf-user 2018-10-22 16:53:51,520 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-9477fed6-15fb-4bf-proj-role 2018-10-22 16:53:51,541 - keystone_utils - INFO - Granting role CreateStackSuccessTests-9477fed6-15fb-4bf-proj-role to project CreateStackSuccessTests-9477fed6-15fb-4bf-proj 2018-10-22 16:53:54,098 - create_image - INFO - Created image with name - CreateStackSuccessTests-e853b3e7-8ca0-4876-8c0f-2e9be4a1cb34-image 2018-10-22 16:53:54,259 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-e853b3e7-8ca0-4876-8c0f-2e9be4a1cb34-image 2018-10-22 16:53:58,430 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-e853b3e7-8ca0-4876-8c0f-2e9be4a1cb34-stack 2018-10-22 16:53:58,431 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-10-22 16:53:58,800 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-10-22 16:53:58,800 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-e853b3e7-8ca0-4876-8c0f-2e9be4a1cb34-stack 2018-10-22 16:54:08,755 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-e853b3e7-8ca0-4876-8c0f-2e9be4a1cb34-stack 2018-10-22 16:54:08,811 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-e853b3e7-8ca0-4876-8c0f-2e9be4a1cb34-image 2018-10-22 16:54:10,975 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 495e387e-c126-4970-b633-75902812588b 2018-10-22 16:54:11,149 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:54:11,849 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-9477fed6-15fb-4bf-proj 2018-10-22 16:54:12,243 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-9477fed6-15fb-4bf-proj-role 2018-10-22 16:54:12,524 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-9477fed6-15fb-4bf-user 2018-10-22 16:54:14,017 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-2233a09a-e365-443-proj 2018-10-22 16:54:15,635 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-2233a09a-e365-443-proj 2018-10-22 16:54:15,698 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-2233a09a-e365-443-user 2018-10-22 16:54:15,885 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-2233a09a-e365-443-proj-role 2018-10-22 16:54:15,976 - keystone_utils - INFO - Granting role CreateStackSuccessTests-2233a09a-e365-443-proj-role to project CreateStackSuccessTests-2233a09a-e365-443-proj 2018-10-22 16:54:19,047 - create_image - INFO - Created image with name - CreateStackSuccessTests-2e231597-e5ec-4a1e-ba1f-a7cec82da480-image 2018-10-22 16:54:19,205 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-2e231597-e5ec-4a1e-ba1f-a7cec82da480-image 2018-10-22 16:54:23,173 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-2e231597-e5ec-4a1e-ba1f-a7cec82da480-stack 2018-10-22 16:54:40,559 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-2e231597-e5ec-4a1e-ba1f-a7cec82da480-stack 2018-10-22 16:54:41,360 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-2e231597-e5ec-4a1e-ba1f-a7cec82da480-stack 2018-10-22 16:54:54,467 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-2e231597-e5ec-4a1e-ba1f-a7cec82da480-stack 2018-10-22 16:54:54,522 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-2e231597-e5ec-4a1e-ba1f-a7cec82da480-image 2018-10-22 16:54:56,845 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17b6eb76-4c06-4d0b-bdf3-b4919b373ee0 2018-10-22 16:54:57,030 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:54:57,361 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-2233a09a-e365-443-proj 2018-10-22 16:54:57,655 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-2233a09a-e365-443-proj-role 2018-10-22 16:54:57,868 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-2233a09a-e365-443-user 2018-10-22 16:54:59,322 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-51450c9d-7078-42c-proj 2018-10-22 16:55:00,940 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-51450c9d-7078-42c-proj 2018-10-22 16:55:01,103 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-51450c9d-7078-42c-user 2018-10-22 16:55:01,298 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-51450c9d-7078-42c-proj-role 2018-10-22 16:55:01,316 - keystone_utils - INFO - Granting role CreateStackSuccessTests-51450c9d-7078-42c-proj-role to project CreateStackSuccessTests-51450c9d-7078-42c-proj 2018-10-22 16:55:04,604 - create_image - INFO - Created image with name - CreateStackSuccessTests-a5a6f65d-3968-4af4-9ade-a028bffb2789-image 2018-10-22 16:55:04,881 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-a5a6f65d-3968-4af4-9ade-a028bffb2789-image 2018-10-22 16:55:09,325 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-a5a6f65d-3968-4af4-9ade-a028bffb2789-stack 2018-10-22 16:55:26,117 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-a5a6f65d-3968-4af4-9ade-a028bffb2789-stack 2018-10-22 16:55:27,726 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-a5a6f65d-3968-4af4-9ade-a028bffb2789-stack 2018-10-22 16:55:28,101 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-a5a6f65d-3968-4af4-9ade-a028bffb2789-stack 2018-10-22 16:55:37,597 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-a5a6f65d-3968-4af4-9ade-a028bffb2789-stack 2018-10-22 16:55:37,806 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-a5a6f65d-3968-4af4-9ade-a028bffb2789-image 2018-10-22 16:55:40,149 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c7350d2-b994-4fa6-a65a-59cf26582e43 2018-10-22 16:55:40,323 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:55:40,641 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-51450c9d-7078-42c-proj 2018-10-22 16:55:41,088 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-51450c9d-7078-42c-proj-role 2018-10-22 16:55:41,282 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-51450c9d-7078-42c-user 2018-10-22 16:55:42,747 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-54967e0e-19fa-434-proj 2018-10-22 16:55:44,222 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-54967e0e-19fa-434-proj 2018-10-22 16:55:44,360 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-54967e0e-19fa-434-user 2018-10-22 16:55:44,575 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-54967e0e-19fa-434-proj-role 2018-10-22 16:55:44,669 - keystone_utils - INFO - Granting role CreateStackSuccessTests-54967e0e-19fa-434-proj-role to project CreateStackSuccessTests-54967e0e-19fa-434-proj 2018-10-22 16:55:48,976 - create_image - INFO - Created image with name - CreateStackSuccessTests-d34ef93c-ffa2-4745-9d93-b00b10c85c4d-image 2018-10-22 16:55:48,996 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-d34ef93c-ffa2-4745-9d93-b00b10c85c4d-image 2018-10-22 16:55:53,295 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-d34ef93c-ffa2-4745-9d93-b00b10c85c4d-stack 2018-10-22 16:56:10,560 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-d34ef93c-ffa2-4745-9d93-b00b10c85c4d-stack 2018-10-22 16:56:14,464 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-d34ef93c-ffa2-4745-9d93-b00b10c85c4d-stack 2018-10-22 16:56:24,755 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-d34ef93c-ffa2-4745-9d93-b00b10c85c4d-stack 2018-10-22 16:56:24,966 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-d34ef93c-ffa2-4745-9d93-b00b10c85c4d-image 2018-10-22 16:56:26,220 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dabcbc51-c038-417d-b0fd-77574c598cff 2018-10-22 16:56:26,403 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:56:26,749 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-54967e0e-19fa-434-proj 2018-10-22 16:56:27,169 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-54967e0e-19fa-434-proj-role 2018-10-22 16:56:27,370 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-54967e0e-19fa-434-user 2018-10-22 16:56:28,784 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-ad72017b-76b0-4fd-proj 2018-10-22 16:56:30,273 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-ad72017b-76b0-4fd-proj 2018-10-22 16:56:30,428 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-ad72017b-76b0-4fd-user 2018-10-22 16:56:30,627 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-ad72017b-76b0-4fd-proj-role 2018-10-22 16:56:30,718 - keystone_utils - INFO - Granting role CreateStackSuccessTests-ad72017b-76b0-4fd-proj-role to project CreateStackSuccessTests-ad72017b-76b0-4fd-proj 2018-10-22 16:56:33,876 - create_image - INFO - Created image with name - CreateStackSuccessTests-e1d32f94-5a01-43a1-b8b4-b2e7881ba520-image 2018-10-22 16:56:34,036 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-e1d32f94-5a01-43a1-b8b4-b2e7881ba520-image 2018-10-22 16:56:38,352 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-e1d32f94-5a01-43a1-b8b4-b2e7881ba520-stack 2018-10-22 16:56:55,345 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-e1d32f94-5a01-43a1-b8b4-b2e7881ba520-stack 2018-10-22 16:57:01,442 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-e1d32f94-5a01-43a1-b8b4-b2e7881ba520-inst 2018-10-22 16:57:10,283 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-e1d32f94-5a01-43a1-b8b4-b2e7881ba520-stack 2018-10-22 16:57:20,236 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-e1d32f94-5a01-43a1-b8b4-b2e7881ba520-stack 2018-10-22 16:57:20,294 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-e1d32f94-5a01-43a1-b8b4-b2e7881ba520-image 2018-10-22 16:57:21,914 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c6d8830b-5891-4e0e-9e42-ba2cee8ea4c8 2018-10-22 16:57:22,100 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:57:22,469 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-ad72017b-76b0-4fd-proj 2018-10-22 16:57:22,751 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-ad72017b-76b0-4fd-proj-role 2018-10-22 16:57:22,950 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-ad72017b-76b0-4fd-user 2018-10-22 16:57:24,442 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-b16ff74b-3d07-45e-proj 2018-10-22 16:57:25,910 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-b16ff74b-3d07-45e-proj 2018-10-22 16:57:26,507 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-b16ff74b-3d07-45e-proj 2018-10-22 16:57:26,643 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-b16ff74b-3d07-45e-user 2018-10-22 16:57:26,850 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-b16ff74b-3d07-45e-proj-role 2018-10-22 16:57:26,933 - keystone_utils - INFO - Granting role CreateStackVolumeTests-b16ff74b-3d07-45e-proj-role to project CreateStackVolumeTests-b16ff74b-3d07-45e-proj 2018-10-22 16:57:29,634 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-3a13b893-665a-4d62-8bfd-cb0425dd6a5c-stack 2018-10-22 16:57:33,482 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-3a13b893-665a-4d62-8bfd-cb0425dd6a5c-stack 2018-10-22 16:57:35,044 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-3a13b893-665a-4d62-8bfd-cb0425dd6a5c-stack 2018-10-22 16:57:38,368 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-3a13b893-665a-4d62-8bfd-cb0425dd6a5c-stack 2018-10-22 16:57:39,065 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-b16ff74b-3d07-45e-proj 2018-10-22 16:57:39,285 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-b16ff74b-3d07-45e-proj-role 2018-10-22 16:57:39,481 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-b16ff74b-3d07-45e-user 2018-10-22 16:57:40,903 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-7381a829-b09b-4a0-proj 2018-10-22 16:57:42,535 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-7381a829-b09b-4a0-proj 2018-10-22 16:57:42,989 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-7381a829-b09b-4a0-proj 2018-10-22 16:57:43,128 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-7381a829-b09b-4a0-user 2018-10-22 16:57:43,245 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-7381a829-b09b-4a0-proj-role 2018-10-22 16:57:43,334 - keystone_utils - INFO - Granting role CreateStackVolumeTests-7381a829-b09b-4a0-proj-role to project CreateStackVolumeTests-7381a829-b09b-4a0-proj 2018-10-22 16:57:46,203 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-b8a4bdb7-d1cd-4bf1-b0d3-c88026600dc3-stack 2018-10-22 16:57:49,659 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-b8a4bdb7-d1cd-4bf1-b0d3-c88026600dc3-stack 2018-10-22 16:57:51,665 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-b8a4bdb7-d1cd-4bf1-b0d3-c88026600dc3-stack 2018-10-22 16:57:55,458 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-b8a4bdb7-d1cd-4bf1-b0d3-c88026600dc3-stack 2018-10-22 16:57:55,977 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-7381a829-b09b-4a0-proj 2018-10-22 16:57:56,212 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-7381a829-b09b-4a0-proj-role 2018-10-22 16:57:56,403 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-7381a829-b09b-4a0-user 2018-10-22 16:57:57,813 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-8e3ae92d-4e50-470-proj 2018-10-22 16:57:59,364 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-8e3ae92d-4e50-470-proj 2018-10-22 16:57:59,797 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-8e3ae92d-4e50-470-proj 2018-10-22 16:57:59,924 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-8e3ae92d-4e50-470-user 2018-10-22 16:58:00,125 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-8e3ae92d-4e50-470-proj-role 2018-10-22 16:58:00,209 - keystone_utils - INFO - Granting role CreateStackFlavorTests-8e3ae92d-4e50-470-proj-role to project CreateStackFlavorTests-8e3ae92d-4e50-470-proj 2018-10-22 16:58:02,921 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-5c96bf50-9324-41fc-b673-cb6cb02e8612-stack 2018-10-22 16:58:03,291 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-5c96bf50-9324-41fc-b673-cb6cb02e8612-stack 2018-10-22 16:58:04,592 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-5c96bf50-9324-41fc-b673-cb6cb02e8612-stack-flavor-mswsrgzs5t4z 2018-10-22 16:58:04,592 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-5c96bf50-9324-41fc-b673-cb6cb02e8612-stack 2018-10-22 16:58:05,397 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-5c96bf50-9324-41fc-b673-cb6cb02e8612-stack 2018-10-22 16:58:05,987 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-8e3ae92d-4e50-470-proj 2018-10-22 16:58:06,265 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-8e3ae92d-4e50-470-proj-role 2018-10-22 16:58:06,468 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-8e3ae92d-4e50-470-user 2018-10-22 16:58:07,831 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-2eece5dd-ca27-499-proj 2018-10-22 16:58:09,532 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-2eece5dd-ca27-499-proj 2018-10-22 16:58:09,642 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-2eece5dd-ca27-499-user 2018-10-22 16:58:09,856 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-2eece5dd-ca27-499-proj-role 2018-10-22 16:58:09,937 - keystone_utils - INFO - Granting role CreateStackKeypairTests-2eece5dd-ca27-499-proj-role to project CreateStackKeypairTests-2eece5dd-ca27-499-proj 2018-10-22 16:58:12,441 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-86af2c21-e434-4aa8-8de9-de8e2ddd1156-stack 2018-10-22 16:58:16,197 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-86af2c21-e434-4aa8-8de9-de8e2ddd1156-stack 2018-10-22 16:58:17,938 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-86af2c21-e434-4aa8-8de9-de8e2ddd1156-stack 2018-10-22 16:58:21,722 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-86af2c21-e434-4aa8-8de9-de8e2ddd1156-stack 2018-10-22 16:58:22,413 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-2eece5dd-ca27-499-proj 2018-10-22 16:58:22,692 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-2eece5dd-ca27-499-proj-role 2018-10-22 16:58:22,884 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-2eece5dd-ca27-499-user 2018-10-22 16:58:24,316 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-57720e49-d17f-473-proj 2018-10-22 16:58:25,769 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-57720e49-d17f-473-proj 2018-10-22 16:58:25,912 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-57720e49-d17f-473-user 2018-10-22 16:58:26,118 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-57720e49-d17f-473-proj-role 2018-10-22 16:58:26,204 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-57720e49-d17f-473-proj-role to project CreateStackSecurityGroupTests-57720e49-d17f-473-proj 2018-10-22 16:58:28,990 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6d781098-7993-48a2-8b91-123d755f8312-stack 2018-10-22 16:58:32,589 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6d781098-7993-48a2-8b91-123d755f8312-stack 2018-10-22 16:58:32,954 - neutron_utils - INFO - Retrieving security group with ID - 30e98abd-c65b-4e35-baf7-05d9682a09be 2018-10-22 16:58:33,160 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 30e98abd-c65b-4e35-baf7-05d9682a09be 2018-10-22 16:58:33,330 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 30e98abd-c65b-4e35-baf7-05d9682a09be 2018-10-22 16:58:34,273 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 30e98abd-c65b-4e35-baf7-05d9682a09be 2018-10-22 16:58:34,460 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 30e98abd-c65b-4e35-baf7-05d9682a09be 2018-10-22 16:58:34,641 - neutron_utils - INFO - Retrieving security group with ID - 30e98abd-c65b-4e35-baf7-05d9682a09be 2018-10-22 16:58:34,844 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 30e98abd-c65b-4e35-baf7-05d9682a09be 2018-10-22 16:58:34,876 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6d781098-7993-48a2-8b91-123d755f8312-stack 2018-10-22 16:58:38,526 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-6d781098-7993-48a2-8b91-123d755f8312-stack 2018-10-22 16:58:38,982 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 16c0b80d-69b4-466c-bc16-ced7747bc6ad 2018-10-22 16:58:39,161 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:58:39,495 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-57720e49-d17f-473-proj 2018-10-22 16:58:39,758 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-57720e49-d17f-473-proj-role 2018-10-22 16:58:39,977 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-57720e49-d17f-473-user 2018-10-22 16:58:41,364 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-1fe154e9-a93a-46b-proj 2018-10-22 16:58:42,887 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-1fe154e9-a93a-46b-proj 2018-10-22 16:58:43,019 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-1fe154e9-a93a-46b-user 2018-10-22 16:58:43,208 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-1fe154e9-a93a-46b-proj-role 2018-10-22 16:58:43,230 - keystone_utils - INFO - Granting role CreateStackNegativeTests-1fe154e9-a93a-46b-proj-role to project CreateStackNegativeTests-1fe154e9-a93a-46b-proj 2018-10-22 16:58:44,484 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-1fe154e9-a93a-46b-proj 2018-10-22 16:58:44,684 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-1fe154e9-a93a-46b-proj-role 2018-10-22 16:58:44,892 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-1fe154e9-a93a-46b-user 2018-10-22 16:58:46,406 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-288bf7ad-1de4-4e8-proj 2018-10-22 16:58:47,937 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-288bf7ad-1de4-4e8-proj 2018-10-22 16:58:48,067 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-288bf7ad-1de4-4e8-user 2018-10-22 16:58:48,263 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-288bf7ad-1de4-4e8-proj-role 2018-10-22 16:58:48,366 - keystone_utils - INFO - Granting role CreateStackNegativeTests-288bf7ad-1de4-4e8-proj-role to project CreateStackNegativeTests-288bf7ad-1de4-4e8-proj 2018-10-22 16:58:50,062 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-288bf7ad-1de4-4e8-proj 2018-10-22 16:58:50,354 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-288bf7ad-1de4-4e8-proj-role 2018-10-22 16:58:50,546 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-288bf7ad-1de4-4e8-user 2018-10-22 16:58:51,969 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-7dca363a-9ae8-493-proj 2018-10-22 16:58:53,113 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-7dca363a-9ae8-493-user 2018-10-22 16:58:53,311 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-7dca363a-9ae8-493-proj-role 2018-10-22 16:58:53,402 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-7dca363a-9ae8-493-proj-role to project CreateInstanceSingleNetworkTests-7dca363a-9ae8-493-proj 2018-10-22 16:58:56,243 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-image 2018-10-22 16:58:56,402 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-image 2018-10-22 16:58:56,978 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-pub-net 2018-10-22 16:58:57,997 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-pub-subnet 2018-10-22 16:59:00,800 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-pub-router 2018-10-22 16:59:02,957 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-pub-router 2018-10-22 16:59:06,677 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-kp... 2018-10-22 16:59:06,677 - OpenStackKeypair - INFO - Creating new keypair 2018-10-22 16:59:06,753 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-kp 2018-10-22 16:59:06,809 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25.pub 2018-10-22 16:59:06,809 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25 2018-10-22 16:59:07,456 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-sec-grp... 2018-10-22 16:59:07,456 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-sec-grp 2018-10-22 16:59:07,821 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4be8aba2-9e7e-4caf-8cc9-085c21ef2715 2018-10-22 16:59:07,999 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4be8aba2-9e7e-4caf-8cc9-085c21ef2715 2018-10-22 16:59:08,180 - neutron_utils - INFO - Retrieving security group with ID - 4be8aba2-9e7e-4caf-8cc9-085c21ef2715 2018-10-22 16:59:08,373 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4be8aba2-9e7e-4caf-8cc9-085c21ef2715 2018-10-22 16:59:08,571 - neutron_utils - INFO - Retrieving security group with ID - 4be8aba2-9e7e-4caf-8cc9-085c21ef2715 2018-10-22 16:59:08,773 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4be8aba2-9e7e-4caf-8cc9-085c21ef2715 2018-10-22 16:59:08,801 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-sec-grp 2018-10-22 16:59:09,085 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4be8aba2-9e7e-4caf-8cc9-085c21ef2715 2018-10-22 16:59:09,443 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-sec-grp 2018-10-22 16:59:09,571 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4be8aba2-9e7e-4caf-8cc9-085c21ef2715 2018-10-22 16:59:10,067 - neutron_utils - INFO - Retrieving security group with ID - 4be8aba2-9e7e-4caf-8cc9-085c21ef2715 2018-10-22 16:59:10,118 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4be8aba2-9e7e-4caf-8cc9-085c21ef2715 2018-10-22 16:59:14,223 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-pub-net 2018-10-22 16:59:15,826 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-inst 2018-10-22 16:59:18,360 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-inst 2018-10-22 16:59:25,847 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:59:28,648 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:59:29,700 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-22 16:59:31,697 - create_instance - INFO - Created floating IP 172.30.9.204 via router - CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-pub-router 2018-10-22 16:59:32,014 - create_instance - INFO - VM is - ACTIVE 2018-10-22 16:59:34,948 - create_instance - INFO - Deleting Floating IP - 172.30.9.204 2018-10-22 16:59:35,485 - create_instance - INFO - Deleting Port with ID - d41a0773-326e-4716-9c72-e717649584d2 2018-10-22 16:59:35,485 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25port-1 2018-10-22 16:59:36,194 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-inst 2018-10-22 16:59:36,367 - create_instance - INFO - Checking deletion status 2018-10-22 16:59:42,962 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-inst 2018-10-22 16:59:42,999 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25.pub] 2018-10-22 16:59:42,999 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25] 2018-10-22 16:59:43,037 - neutron_utils - INFO - Deleting security group rule with ID - 271c79ce-cfd0-4560-a329-387345aa8d82 2018-10-22 16:59:43,354 - neutron_utils - INFO - Deleting security group rule with ID - e061b3d9-5e4c-41ee-8b97-7fbfa43d02a5 2018-10-22 16:59:43,463 - neutron_utils - INFO - Deleting security group rule with ID - c82a6f3a-9501-4f51-b019-556acbdb9df4 2018-10-22 16:59:43,581 - neutron_utils - INFO - Deleting security group rule with ID - 902d558e-cc2e-41da-8633-a742f8d949de 2018-10-22 16:59:43,690 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-sec-grp 2018-10-22 16:59:44,008 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-pub-router and subnet CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-pub-subnet 2018-10-22 16:59:44,008 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-pub-router 2018-10-22 16:59:45,338 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-pub-router 2018-10-22 16:59:45,338 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-pub-router 2018-10-22 16:59:46,630 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-pub-subnet 2018-10-22 16:59:46,630 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-pub-subnet 2018-10-22 16:59:49,305 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-pub-net 2018-10-22 16:59:50,698 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-c37ececb-ef0b-42fb-be9c-38d809644c25-image 2018-10-22 16:59:51,871 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 70152384-b828-41c0-8d7b-9aaf7dea2808 2018-10-22 16:59:52,143 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 16:59:52,485 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-7dca363a-9ae8-493-proj 2018-10-22 16:59:52,697 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-7dca363a-9ae8-493-proj-role 2018-10-22 16:59:52,915 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-7dca363a-9ae8-493-user 2018-10-22 16:59:54,370 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-fdf93abd-8d8b-4a5-proj 2018-10-22 16:59:55,370 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-fdf93abd-8d8b-4a5-user 2018-10-22 16:59:55,615 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-fdf93abd-8d8b-4a5-proj-role 2018-10-22 16:59:55,698 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-fdf93abd-8d8b-4a5-proj-role to project CreateInstanceSingleNetworkTests-fdf93abd-8d8b-4a5-proj 2018-10-22 16:59:59,821 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-image 2018-10-22 16:59:59,981 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-image 2018-10-22 17:00:00,795 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-pub-net 2018-10-22 17:00:01,841 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-pub-subnet 2018-10-22 17:00:04,585 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-pub-router 2018-10-22 17:00:06,628 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-pub-router 2018-10-22 17:00:10,813 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-kp... 2018-10-22 17:00:10,813 - OpenStackKeypair - INFO - Creating new keypair 2018-10-22 17:00:10,882 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-kp 2018-10-22 17:00:10,954 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470.pub 2018-10-22 17:00:10,955 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470 2018-10-22 17:00:11,685 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-sec-grp... 2018-10-22 17:00:11,685 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-sec-grp 2018-10-22 17:00:12,070 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b90aab32-f61b-47bf-bf99-17b4eecf6aa8 2018-10-22 17:00:12,253 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b90aab32-f61b-47bf-bf99-17b4eecf6aa8 2018-10-22 17:00:12,281 - neutron_utils - INFO - Retrieving security group with ID - b90aab32-f61b-47bf-bf99-17b4eecf6aa8 2018-10-22 17:00:12,363 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b90aab32-f61b-47bf-bf99-17b4eecf6aa8 2018-10-22 17:00:12,395 - neutron_utils - INFO - Retrieving security group with ID - b90aab32-f61b-47bf-bf99-17b4eecf6aa8 2018-10-22 17:00:12,598 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b90aab32-f61b-47bf-bf99-17b4eecf6aa8 2018-10-22 17:00:12,766 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-sec-grp 2018-10-22 17:00:12,986 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b90aab32-f61b-47bf-bf99-17b4eecf6aa8 2018-10-22 17:00:13,347 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-sec-grp 2018-10-22 17:00:13,559 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b90aab32-f61b-47bf-bf99-17b4eecf6aa8 2018-10-22 17:00:13,940 - neutron_utils - INFO - Retrieving security group with ID - b90aab32-f61b-47bf-bf99-17b4eecf6aa8 2018-10-22 17:00:14,133 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b90aab32-f61b-47bf-bf99-17b4eecf6aa8 2018-10-22 17:00:18,556 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-pub-net 2018-10-22 17:00:20,248 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-inst 2018-10-22 17:00:23,800 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-inst 2018-10-22 17:00:31,140 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:00:33,314 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:00:36,832 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:00:37,504 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-22 17:00:39,623 - create_instance - INFO - Created floating IP 172.30.9.220 via router - CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-pub-router 2018-10-22 17:00:40,388 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:00:41,283 - create_instance_tests - INFO - Looking for IP 10.55.1.9 in the console log 2018-10-22 17:01:31,608 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-22 17:01:32,577 - create_instance - INFO - Checking if VM is active 2018-10-22 17:01:33,049 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:03:41,039 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:05:51,343 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:05:54,347 - create_instance - ERROR - Timeout attempting to connect with VM via SSH 2018-10-22 17:05:54,347 - create_instance - INFO - Deleting Floating IP - 172.30.9.220 2018-10-22 17:05:55,206 - create_instance - INFO - Deleting Port with ID - fc8047d1-05b9-4648-a249-38d21c4f60d7 2018-10-22 17:05:55,206 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470port-1 2018-10-22 17:05:56,051 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-inst 2018-10-22 17:05:56,515 - create_instance - INFO - Checking deletion status 2018-10-22 17:05:59,815 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-inst 2018-10-22 17:05:59,993 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470.pub] 2018-10-22 17:05:59,993 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470] 2018-10-22 17:06:00,169 - neutron_utils - INFO - Deleting security group rule with ID - 7f3e3e87-a3f0-43d8-a7ff-5f60985de959 2018-10-22 17:06:00,441 - neutron_utils - INFO - Deleting security group rule with ID - f6e68449-1632-479a-9edf-9b169979bd45 2018-10-22 17:06:00,711 - neutron_utils - INFO - Deleting security group rule with ID - c8d1a404-9874-497d-be12-93b6dad8bc0e 2018-10-22 17:06:00,959 - neutron_utils - INFO - Deleting security group rule with ID - fb4d47f2-e66b-4c78-a608-21e5f4921343 2018-10-22 17:06:01,079 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-sec-grp 2018-10-22 17:06:01,377 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-pub-router and subnet CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-pub-subnet 2018-10-22 17:06:01,378 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-pub-router 2018-10-22 17:06:02,640 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-pub-router 2018-10-22 17:06:02,640 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-pub-router 2018-10-22 17:06:03,965 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-pub-subnet 2018-10-22 17:06:03,965 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-pub-subnet 2018-10-22 17:06:06,386 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-pub-net 2018-10-22 17:06:08,105 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-2201ae7c-431a-4057-b436-3f701bf24470-image 2018-10-22 17:06:10,522 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38a0cb6c-2807-44f0-bfe2-6779161b1351 2018-10-22 17:06:10,719 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 17:06:11,040 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-fdf93abd-8d8b-4a5-proj 2018-10-22 17:06:11,295 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-fdf93abd-8d8b-4a5-proj-role 2018-10-22 17:06:11,515 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-fdf93abd-8d8b-4a5-user 2018-10-22 17:06:13,124 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-efeed69a-81af-485-proj 2018-10-22 17:06:14,328 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-efeed69a-81af-485-user 2018-10-22 17:06:14,545 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-efeed69a-81af-485-proj-role 2018-10-22 17:06:14,631 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-efeed69a-81af-485-proj-role to project CreateInstanceSingleNetworkTests-efeed69a-81af-485-proj 2018-10-22 17:06:19,602 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-image 2018-10-22 17:06:20,241 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-image 2018-10-22 17:06:20,882 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-pub-net 2018-10-22 17:06:22,054 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-pub-subnet 2018-10-22 17:06:24,914 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-pub-router 2018-10-22 17:06:26,837 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-pub-router 2018-10-22 17:06:31,527 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-kp... 2018-10-22 17:06:31,527 - OpenStackKeypair - INFO - Creating new keypair 2018-10-22 17:06:31,577 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-kp 2018-10-22 17:06:31,655 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263.pub 2018-10-22 17:06:31,655 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263 2018-10-22 17:06:32,470 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-sec-grp... 2018-10-22 17:06:32,471 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-sec-grp 2018-10-22 17:06:32,868 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ae9e3021-909b-4e23-83c1-704228b35a5c 2018-10-22 17:06:33,039 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ae9e3021-909b-4e23-83c1-704228b35a5c 2018-10-22 17:06:33,070 - neutron_utils - INFO - Retrieving security group with ID - ae9e3021-909b-4e23-83c1-704228b35a5c 2018-10-22 17:06:33,271 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ae9e3021-909b-4e23-83c1-704228b35a5c 2018-10-22 17:06:33,300 - neutron_utils - INFO - Retrieving security group with ID - ae9e3021-909b-4e23-83c1-704228b35a5c 2018-10-22 17:06:33,355 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ae9e3021-909b-4e23-83c1-704228b35a5c 2018-10-22 17:06:33,536 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-sec-grp 2018-10-22 17:06:33,680 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ae9e3021-909b-4e23-83c1-704228b35a5c 2018-10-22 17:06:34,215 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-sec-grp 2018-10-22 17:06:34,430 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ae9e3021-909b-4e23-83c1-704228b35a5c 2018-10-22 17:06:34,802 - neutron_utils - INFO - Retrieving security group with ID - ae9e3021-909b-4e23-83c1-704228b35a5c 2018-10-22 17:06:34,998 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ae9e3021-909b-4e23-83c1-704228b35a5c 2018-10-22 17:06:38,626 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-pub-net 2018-10-22 17:06:39,917 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-inst 2018-10-22 17:06:43,484 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-inst 2018-10-22 17:06:51,054 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:06:52,915 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:06:55,939 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:06:57,091 - create_instance_tests - INFO - Looking for IP 10.55.1.6 in the console log 2018-10-22 17:07:51,537 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-22 17:07:52,906 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:07:53,589 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-22 17:07:55,501 - create_instance - INFO - Created floating IP 172.30.9.220 via router - CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-pub-router 2018-10-22 17:07:55,501 - create_instance - INFO - Checking if VM is active 2018-10-22 17:07:55,828 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:10:03,759 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:12:14,063 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:12:17,067 - create_instance - ERROR - Timeout attempting to connect with VM via SSH 2018-10-22 17:12:17,067 - create_instance - INFO - Deleting Floating IP - 172.30.9.220 2018-10-22 17:12:17,942 - create_instance - INFO - Deleting Port with ID - e91e94bf-69d0-46c8-82c9-a7176ae7ace9 2018-10-22 17:12:17,943 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263port-1 2018-10-22 17:12:18,697 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-inst 2018-10-22 17:12:19,000 - create_instance - INFO - Checking deletion status 2018-10-22 17:12:22,451 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-inst 2018-10-22 17:12:22,628 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263.pub] 2018-10-22 17:12:22,629 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263] 2018-10-22 17:12:22,815 - neutron_utils - INFO - Deleting security group rule with ID - de1fec96-938e-4d1d-b6c9-0aa635f68a78 2018-10-22 17:12:23,079 - neutron_utils - INFO - Deleting security group rule with ID - 2ae0a381-a3e1-46a7-85b4-95a8874f6d78 2018-10-22 17:12:23,407 - neutron_utils - INFO - Deleting security group rule with ID - 55d68d76-e67c-4744-8058-013cc29bc985 2018-10-22 17:12:23,656 - neutron_utils - INFO - Deleting security group rule with ID - 39bc89cf-03b1-4c74-bb1d-f47d9c7c7a03 2018-10-22 17:12:23,913 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-sec-grp 2018-10-22 17:12:24,114 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-pub-router and subnet CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-pub-subnet 2018-10-22 17:12:24,114 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-pub-router 2018-10-22 17:12:25,416 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-pub-router 2018-10-22 17:12:25,416 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-pub-router 2018-10-22 17:12:26,801 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-pub-subnet 2018-10-22 17:12:26,801 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-pub-subnet 2018-10-22 17:12:29,296 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-pub-net 2018-10-22 17:12:30,470 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-24139b10-417a-4ccf-9b64-7c838ca50263-image 2018-10-22 17:12:32,469 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59e2adb7-521e-40e3-bc3e-4c70afe28d83 2018-10-22 17:12:32,635 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 17:12:32,960 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-efeed69a-81af-485-proj 2018-10-22 17:12:33,236 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-efeed69a-81af-485-proj-role 2018-10-22 17:12:33,439 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-efeed69a-81af-485-user 2018-10-22 17:12:34,968 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-49d17f54-3c52-40a-proj 2018-10-22 17:12:36,298 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-49d17f54-3c52-40a-user 2018-10-22 17:12:36,538 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-49d17f54-3c52-40a-proj-role 2018-10-22 17:12:36,558 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-49d17f54-3c52-40a-proj-role to project CreateInstanceSingleNetworkTests-49d17f54-3c52-40a-proj 2018-10-22 17:12:40,519 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-image 2018-10-22 17:12:40,675 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-image 2018-10-22 17:12:41,251 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-pub-net 2018-10-22 17:12:42,357 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-pub-subnet 2018-10-22 17:12:45,035 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-pub-router 2018-10-22 17:12:47,192 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-pub-router 2018-10-22 17:12:51,213 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-kp... 2018-10-22 17:12:51,213 - OpenStackKeypair - INFO - Creating new keypair 2018-10-22 17:12:51,308 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-kp 2018-10-22 17:12:51,366 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2.pub 2018-10-22 17:12:51,367 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2 2018-10-22 17:12:51,992 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-sec-grp... 2018-10-22 17:12:51,992 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-sec-grp 2018-10-22 17:12:52,395 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 788be7a0-6ba6-4bcd-b64c-ea1aada97b7a 2018-10-22 17:12:52,570 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 788be7a0-6ba6-4bcd-b64c-ea1aada97b7a 2018-10-22 17:12:52,733 - neutron_utils - INFO - Retrieving security group with ID - 788be7a0-6ba6-4bcd-b64c-ea1aada97b7a 2018-10-22 17:12:52,943 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 788be7a0-6ba6-4bcd-b64c-ea1aada97b7a 2018-10-22 17:12:53,123 - neutron_utils - INFO - Retrieving security group with ID - 788be7a0-6ba6-4bcd-b64c-ea1aada97b7a 2018-10-22 17:12:53,325 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 788be7a0-6ba6-4bcd-b64c-ea1aada97b7a 2018-10-22 17:12:53,380 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-sec-grp 2018-10-22 17:12:53,666 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 788be7a0-6ba6-4bcd-b64c-ea1aada97b7a 2018-10-22 17:12:54,024 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-sec-grp 2018-10-22 17:12:54,154 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 788be7a0-6ba6-4bcd-b64c-ea1aada97b7a 2018-10-22 17:12:54,520 - neutron_utils - INFO - Retrieving security group with ID - 788be7a0-6ba6-4bcd-b64c-ea1aada97b7a 2018-10-22 17:12:54,715 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 788be7a0-6ba6-4bcd-b64c-ea1aada97b7a 2018-10-22 17:12:58,216 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-pub-net 2018-10-22 17:13:00,019 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-inst 2018-10-22 17:13:03,595 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-inst 2018-10-22 17:13:11,589 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:13:13,072 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:13:16,611 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:13:17,803 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-22 17:13:19,545 - create_instance - INFO - Created floating IP 172.30.9.220 via router - CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-pub-router 2018-10-22 17:13:19,865 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:13:20,957 - create_instance_tests - INFO - Looking for IP 10.55.1.9 in the console log 2018-10-22 17:13:22,523 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-22 17:13:23,647 - create_instance - INFO - Checking if VM is active 2018-10-22 17:13:24,043 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:15:32,207 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:17:42,511 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:17:45,515 - create_instance - ERROR - Timeout attempting to connect with VM via SSH 2018-10-22 17:17:45,515 - create_instance - INFO - Deleting Floating IP - 172.30.9.220 2018-10-22 17:17:46,247 - create_instance - INFO - Deleting Port with ID - 01ea8720-5837-403a-9af8-9c159bb3398b 2018-10-22 17:17:46,247 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2port-1 2018-10-22 17:17:46,715 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-inst 2018-10-22 17:17:46,889 - create_instance - INFO - Checking deletion status 2018-10-22 17:17:50,206 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-inst 2018-10-22 17:17:50,244 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2.pub] 2018-10-22 17:17:50,244 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2] 2018-10-22 17:17:50,377 - neutron_utils - INFO - Deleting security group rule with ID - e8341a1e-8367-43d0-84a7-edf34a437a8a 2018-10-22 17:17:50,498 - neutron_utils - INFO - Deleting security group rule with ID - e34a7ca2-82e2-4f4b-a96b-1bb98aefceb9 2018-10-22 17:17:50,759 - neutron_utils - INFO - Deleting security group rule with ID - 94d98930-310b-4196-95f2-723f6094200d 2018-10-22 17:17:51,016 - neutron_utils - INFO - Deleting security group rule with ID - 7638ce21-38d8-4cce-8d99-195648fd463d 2018-10-22 17:17:51,263 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-sec-grp 2018-10-22 17:17:51,557 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-pub-router and subnet CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-pub-subnet 2018-10-22 17:17:51,557 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-pub-router 2018-10-22 17:17:52,854 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-pub-router 2018-10-22 17:17:52,854 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-pub-router 2018-10-22 17:17:54,153 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-pub-subnet 2018-10-22 17:17:54,153 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-pub-subnet 2018-10-22 17:17:56,613 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-pub-net 2018-10-22 17:17:57,993 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-06562a76-c235-4c8f-abc3-ce6abcae51f2-image 2018-10-22 17:17:59,768 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b42d43db-4c87-48b7-b0e5-baba46bd3775 2018-10-22 17:17:59,942 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 17:18:00,326 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-49d17f54-3c52-40a-proj 2018-10-22 17:18:00,595 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-49d17f54-3c52-40a-proj-role 2018-10-22 17:18:00,801 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-49d17f54-3c52-40a-user 2018-10-22 17:18:02,256 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-5cccb228-90ba-428-proj 2018-10-22 17:18:03,268 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-5cccb228-90ba-428-user 2018-10-22 17:18:03,484 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-5cccb228-90ba-428-proj-role 2018-10-22 17:18:03,577 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-5cccb228-90ba-428-proj-role to project CreateInstanceSingleNetworkTests-5cccb228-90ba-428-proj 2018-10-22 17:18:06,977 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-image 2018-10-22 17:18:07,513 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-image 2018-10-22 17:18:08,141 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-pub-net 2018-10-22 17:18:09,399 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-pub-subnet 2018-10-22 17:18:12,014 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-pub-router 2018-10-22 17:18:14,109 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-pub-router 2018-10-22 17:18:17,574 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-kp... 2018-10-22 17:18:17,574 - OpenStackKeypair - INFO - Creating new keypair 2018-10-22 17:18:17,684 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-kp 2018-10-22 17:18:17,768 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08.pub 2018-10-22 17:18:17,768 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08 2018-10-22 17:18:18,398 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-sec-grp... 2018-10-22 17:18:18,398 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-sec-grp 2018-10-22 17:18:18,791 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d09e550-0a75-4b81-acd0-415bc36eaf28 2018-10-22 17:18:18,958 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d09e550-0a75-4b81-acd0-415bc36eaf28 2018-10-22 17:18:19,136 - neutron_utils - INFO - Retrieving security group with ID - 8d09e550-0a75-4b81-acd0-415bc36eaf28 2018-10-22 17:18:19,334 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d09e550-0a75-4b81-acd0-415bc36eaf28 2018-10-22 17:18:19,372 - neutron_utils - INFO - Retrieving security group with ID - 8d09e550-0a75-4b81-acd0-415bc36eaf28 2018-10-22 17:18:19,579 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d09e550-0a75-4b81-acd0-415bc36eaf28 2018-10-22 17:18:19,751 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-sec-grp 2018-10-22 17:18:20,022 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d09e550-0a75-4b81-acd0-415bc36eaf28 2018-10-22 17:18:20,382 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-sec-grp 2018-10-22 17:18:20,520 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d09e550-0a75-4b81-acd0-415bc36eaf28 2018-10-22 17:18:20,718 - neutron_utils - INFO - Retrieving security group with ID - 8d09e550-0a75-4b81-acd0-415bc36eaf28 2018-10-22 17:18:20,908 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d09e550-0a75-4b81-acd0-415bc36eaf28 2018-10-22 17:18:24,877 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-pub-net 2018-10-22 17:18:26,472 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-inst 2018-10-22 17:18:29,328 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-inst 2018-10-22 17:18:36,887 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:18:40,334 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:18:41,320 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-22 17:18:43,276 - create_instance - INFO - Created floating IP 172.30.9.204 via router - CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-pub-router 2018-10-22 17:18:43,978 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:18:44,821 - create_instance_tests - INFO - Looking for IP 10.55.1.12 in the console log 2018-10-22 17:18:46,404 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-22 17:18:47,369 - create_instance - INFO - Checking if VM is active 2018-10-22 17:18:47,691 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:20:55,791 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:23:06,095 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:23:09,098 - create_instance - ERROR - Timeout attempting to connect with VM via SSH 2018-10-22 17:23:09,099 - create_instance - INFO - Deleting Floating IP - 172.30.9.204 2018-10-22 17:23:09,915 - create_instance - INFO - Deleting Port with ID - c7cb3701-a881-445e-9c2d-3f131bd41581 2018-10-22 17:23:09,915 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08port-1 2018-10-22 17:23:10,404 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-inst 2018-10-22 17:23:10,608 - create_instance - INFO - Checking deletion status 2018-10-22 17:23:14,144 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-inst 2018-10-22 17:23:14,185 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08.pub] 2018-10-22 17:23:14,185 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08] 2018-10-22 17:23:14,228 - neutron_utils - INFO - Deleting security group rule with ID - a62fb413-bdbb-4a00-95e2-5b5df43a5a72 2018-10-22 17:23:14,354 - neutron_utils - INFO - Deleting security group rule with ID - a87ac98a-e48d-4800-b10b-f0d682511823 2018-10-22 17:23:14,607 - neutron_utils - INFO - Deleting security group rule with ID - 8bb47332-5992-4c87-ad1e-fe9bf34d3e78 2018-10-22 17:23:14,887 - neutron_utils - INFO - Deleting security group rule with ID - 258b6a91-00ec-48dd-a0db-adf765c89be3 2018-10-22 17:23:15,145 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-sec-grp 2018-10-22 17:23:15,549 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-pub-router and subnet CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-pub-subnet 2018-10-22 17:23:15,549 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-pub-router 2018-10-22 17:23:16,815 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-pub-router 2018-10-22 17:23:16,816 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-pub-router 2018-10-22 17:23:18,126 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-pub-subnet 2018-10-22 17:23:18,126 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-pub-subnet 2018-10-22 17:23:20,584 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-pub-net 2018-10-22 17:23:22,290 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-b63a4061-bdfd-44d2-a864-ce8a250fed08-image 2018-10-22 17:23:23,592 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a5174559-103b-41d0-badf-8fcdd2099ee3 2018-10-22 17:23:23,774 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 17:23:24,116 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-5cccb228-90ba-428-proj 2018-10-22 17:23:24,379 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-5cccb228-90ba-428-proj-role 2018-10-22 17:23:24,575 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-5cccb228-90ba-428-user 2018-10-22 17:23:26,011 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-13e21054-3194-4b6-proj 2018-10-22 17:23:27,154 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-13e21054-3194-4b6-user 2018-10-22 17:23:27,352 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-13e21054-3194-4b6-proj-role 2018-10-22 17:23:27,441 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-13e21054-3194-4b6-proj-role to project CreateInstanceSingleNetworkTests-13e21054-3194-4b6-proj 2018-10-22 17:23:30,894 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-image 2018-10-22 17:23:31,059 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-image 2018-10-22 17:23:31,689 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-pub-net 2018-10-22 17:23:32,912 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-pub-subnet 2018-10-22 17:23:35,881 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-pub-router 2018-10-22 17:23:38,001 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-pub-router 2018-10-22 17:23:41,765 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-kp... 2018-10-22 17:23:41,766 - OpenStackKeypair - INFO - Creating new keypair 2018-10-22 17:23:41,806 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-kp 2018-10-22 17:23:41,881 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15.pub 2018-10-22 17:23:41,881 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15 2018-10-22 17:23:42,530 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-sec-grp... 2018-10-22 17:23:42,530 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-sec-grp 2018-10-22 17:23:42,927 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e30be9ae-fb0a-4a04-ac28-f0d84b230848 2018-10-22 17:23:43,095 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e30be9ae-fb0a-4a04-ac28-f0d84b230848 2018-10-22 17:23:43,273 - neutron_utils - INFO - Retrieving security group with ID - e30be9ae-fb0a-4a04-ac28-f0d84b230848 2018-10-22 17:23:43,464 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e30be9ae-fb0a-4a04-ac28-f0d84b230848 2018-10-22 17:23:43,492 - neutron_utils - INFO - Retrieving security group with ID - e30be9ae-fb0a-4a04-ac28-f0d84b230848 2018-10-22 17:23:43,709 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e30be9ae-fb0a-4a04-ac28-f0d84b230848 2018-10-22 17:23:43,888 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-sec-grp 2018-10-22 17:23:44,176 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e30be9ae-fb0a-4a04-ac28-f0d84b230848 2018-10-22 17:23:44,515 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-sec-grp 2018-10-22 17:23:44,806 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e30be9ae-fb0a-4a04-ac28-f0d84b230848 2018-10-22 17:23:45,185 - neutron_utils - INFO - Retrieving security group with ID - e30be9ae-fb0a-4a04-ac28-f0d84b230848 2018-10-22 17:23:45,392 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e30be9ae-fb0a-4a04-ac28-f0d84b230848 2018-10-22 17:23:49,100 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-pub-net 2018-10-22 17:23:50,860 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-inst 2018-10-22 17:23:54,327 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-inst 2018-10-22 17:24:01,960 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:24:03,819 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:24:06,958 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:24:13,965 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-inst 2018-10-22 17:24:15,383 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:24:16,337 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-22 17:24:18,038 - create_instance - INFO - Created floating IP 172.30.9.220 via router - CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-pub-router 2018-10-22 17:24:18,038 - create_instance - INFO - Checking if VM is active 2018-10-22 17:24:18,513 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:26:26,927 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:28:37,103 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:28:40,105 - create_instance - ERROR - Timeout attempting to connect with VM via SSH 2018-10-22 17:28:40,105 - create_instance - INFO - Deleting Port with ID - ccbc1d2e-242c-4fef-b5f0-8faacd8296b6 2018-10-22 17:28:40,105 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15port-1 2018-10-22 17:28:40,789 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-inst 2018-10-22 17:28:40,959 - create_instance - INFO - Checking deletion status 2018-10-22 17:28:47,696 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-inst 2018-10-22 17:28:47,697 - create_instance - INFO - Deleting Floating IP - 172.30.9.220 2018-10-22 17:28:48,199 - create_instance - INFO - Deleting Port with ID - ccbc1d2e-242c-4fef-b5f0-8faacd8296b6 2018-10-22 17:28:48,199 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15port-1 2018-10-22 17:28:48,256 - create_instance_tests - ERROR - Unexpected exception cleaning VM instance with message - Port ccbc1d2e-242c-4fef-b5f0-8faacd8296b6 could not be found. Neutron server returns request_ids: ['req-5f716470-b513-4e78-9bec-47f1663f29e8'] 2018-10-22 17:28:48,444 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15.pub] 2018-10-22 17:28:48,445 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15] 2018-10-22 17:28:48,644 - neutron_utils - INFO - Deleting security group rule with ID - 60831b5d-ef67-4b44-9a9a-a4283470fcf6 2018-10-22 17:28:48,898 - neutron_utils - INFO - Deleting security group rule with ID - b82e8ed4-8404-42b6-a5a6-33e76ffdfe61 2018-10-22 17:28:49,147 - neutron_utils - INFO - Deleting security group rule with ID - 17e05e75-f1e2-4ad8-8395-f2bfc6ea840c 2018-10-22 17:28:49,409 - neutron_utils - INFO - Deleting security group rule with ID - d3b5ea5c-e60a-4d35-93b4-056dd6a86afc 2018-10-22 17:28:49,668 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-sec-grp 2018-10-22 17:28:49,959 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-pub-router and subnet CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-pub-subnet 2018-10-22 17:28:49,959 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-pub-router 2018-10-22 17:28:51,268 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-pub-router 2018-10-22 17:28:51,268 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-pub-router 2018-10-22 17:28:52,589 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-pub-subnet 2018-10-22 17:28:52,589 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-pub-subnet 2018-10-22 17:28:55,040 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-pub-net 2018-10-22 17:28:56,333 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-28054a8f-0ea9-4ef2-86c7-1842bec96f15-image 2018-10-22 17:28:57,912 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 814a0097-2596-47d0-a31d-8e502d94afe4 2018-10-22 17:28:58,093 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 17:28:58,391 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-13e21054-3194-4b6-proj 2018-10-22 17:28:58,625 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-13e21054-3194-4b6-proj-role 2018-10-22 17:28:58,829 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-13e21054-3194-4b6-user 2018-10-22 17:29:00,347 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-d98dbd19-184c-472-proj 2018-10-22 17:29:01,485 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-d98dbd19-184c-472-user 2018-10-22 17:29:01,688 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-d98dbd19-184c-472-proj-role 2018-10-22 17:29:01,779 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-d98dbd19-184c-472-proj-role to project CreateInstanceSingleNetworkTests-d98dbd19-184c-472-proj 2018-10-22 17:29:04,227 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-image 2018-10-22 17:29:04,386 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-image 2018-10-22 17:29:05,010 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-pub-net 2018-10-22 17:29:06,156 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-pub-subnet 2018-10-22 17:29:09,126 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-pub-router 2018-10-22 17:29:10,942 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-pub-router 2018-10-22 17:29:14,235 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-kp... 2018-10-22 17:29:14,235 - OpenStackKeypair - INFO - Creating new keypair 2018-10-22 17:29:14,250 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-kp 2018-10-22 17:29:14,314 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7.pub 2018-10-22 17:29:14,315 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7 2018-10-22 17:29:14,958 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-sec-grp... 2018-10-22 17:29:14,958 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-sec-grp 2018-10-22 17:29:15,324 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7e66c9-29e0-405d-abae-b4748f5b9711 2018-10-22 17:29:15,512 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7e66c9-29e0-405d-abae-b4748f5b9711 2018-10-22 17:29:15,695 - neutron_utils - INFO - Retrieving security group with ID - ea7e66c9-29e0-405d-abae-b4748f5b9711 2018-10-22 17:29:15,881 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7e66c9-29e0-405d-abae-b4748f5b9711 2018-10-22 17:29:16,059 - neutron_utils - INFO - Retrieving security group with ID - ea7e66c9-29e0-405d-abae-b4748f5b9711 2018-10-22 17:29:16,115 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7e66c9-29e0-405d-abae-b4748f5b9711 2018-10-22 17:29:16,294 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-sec-grp 2018-10-22 17:29:16,577 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7e66c9-29e0-405d-abae-b4748f5b9711 2018-10-22 17:29:16,916 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-sec-grp 2018-10-22 17:29:17,047 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7e66c9-29e0-405d-abae-b4748f5b9711 2018-10-22 17:29:17,259 - neutron_utils - INFO - Retrieving security group with ID - ea7e66c9-29e0-405d-abae-b4748f5b9711 2018-10-22 17:29:17,460 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7e66c9-29e0-405d-abae-b4748f5b9711 2018-10-22 17:29:21,231 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-pub-net 2018-10-22 17:29:22,989 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-inst 2018-10-22 17:29:26,097 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-inst 2018-10-22 17:29:33,622 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:29:35,352 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:29:39,127 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:29:40,213 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-22 17:29:42,116 - create_instance - INFO - Created floating IP 172.30.9.220 via router - CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-pub-router 2018-10-22 17:29:42,766 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:29:43,633 - create_instance_tests - INFO - Looking for IP 10.55.1.11 in the console log 2018-10-22 17:30:33,156 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-22 17:30:34,127 - create_instance - INFO - Checking if VM is active 2018-10-22 17:30:34,621 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:32:42,863 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:34:53,167 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:34:56,171 - create_instance - ERROR - Timeout attempting to connect with VM via SSH 2018-10-22 17:34:56,171 - create_instance - INFO - Deleting Floating IP - 172.30.9.220 2018-10-22 17:34:57,054 - create_instance - INFO - Deleting Port with ID - 81602828-287e-45f4-a1c5-a34b69afc9a9 2018-10-22 17:34:57,054 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7port-1 2018-10-22 17:34:57,657 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-inst 2018-10-22 17:34:58,009 - create_instance - INFO - Checking deletion status 2018-10-22 17:35:01,448 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-inst 2018-10-22 17:35:01,618 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7.pub] 2018-10-22 17:35:01,618 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7] 2018-10-22 17:35:01,811 - neutron_utils - INFO - Deleting security group rule with ID - 8b65b37e-10f2-440e-8906-5382012cea95 2018-10-22 17:35:02,072 - neutron_utils - INFO - Deleting security group rule with ID - 615cf312-23f8-497a-9360-7bcab7ec1ea6 2018-10-22 17:35:02,318 - neutron_utils - INFO - Deleting security group rule with ID - 76047349-a87b-4392-9c22-02520f16b648 2018-10-22 17:35:02,582 - neutron_utils - INFO - Deleting security group rule with ID - 51c41f59-1e13-453a-a2a9-c2aa68d6010d 2018-10-22 17:35:02,880 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-sec-grp 2018-10-22 17:35:03,188 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-pub-router and subnet CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-pub-subnet 2018-10-22 17:35:03,188 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-pub-router 2018-10-22 17:35:04,704 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-pub-router 2018-10-22 17:35:04,705 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-pub-router 2018-10-22 17:35:06,032 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-pub-subnet 2018-10-22 17:35:06,032 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-pub-subnet 2018-10-22 17:35:08,460 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-pub-net 2018-10-22 17:35:09,939 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-376304a4-cd1d-4a47-9f09-049a5e1f51d7-image 2018-10-22 17:35:12,258 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e51d1552-6cf2-4381-b939-1b930f7071b4 2018-10-22 17:35:12,439 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 17:35:12,793 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-d98dbd19-184c-472-proj 2018-10-22 17:35:13,040 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-d98dbd19-184c-472-proj-role 2018-10-22 17:35:13,266 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-d98dbd19-184c-472-user 2018-10-22 17:35:14,718 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-e8fae117-8fd3-4b1-proj 2018-10-22 17:35:16,330 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-e8fae117-8fd3-4b1-proj 2018-10-22 17:35:16,913 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-e8fae117-8fd3-4b1-proj 2018-10-22 17:35:17,040 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-e8fae117-8fd3-4b1-user 2018-10-22 17:35:17,234 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-e8fae117-8fd3-4b1-proj-role 2018-10-22 17:35:17,327 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-e8fae117-8fd3-4b1-proj-role to project CreateStackFloatingIpTests-e8fae117-8fd3-4b1-proj 2018-10-22 17:35:20,890 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-d328cda8-ccba-4cad-b8e4-8eb0831532bb-image 2018-10-22 17:35:21,060 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-d328cda8-ccba-4cad-b8e4-8eb0831532bb-image 2018-10-22 17:35:25,330 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-d328cda8-ccba-4cad-b8e4-8eb0831532bb-stack 2018-10-22 17:35:46,610 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-d328cda8-ccba-4cad-b8e4-8eb0831532bb-stack 2018-10-22 17:35:53,376 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-d328cda8-ccba-4cad-b8e4-8eb0831532bb-inst2 2018-10-22 17:35:58,434 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-d328cda8-ccba-4cad-b8e4-8eb0831532bb-inst1 2018-10-22 17:36:01,324 - create_instance - INFO - Checking if VM is active 2018-10-22 17:36:01,829 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:38:10,287 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:40:20,591 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:40:23,595 - create_instance - ERROR - Timeout attempting to connect with VM via SSH 2018-10-22 17:40:23,613 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-d328cda8-ccba-4cad-b8e4-8eb0831532bb-stack 2018-10-22 17:40:34,397 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-d328cda8-ccba-4cad-b8e4-8eb0831532bb-stack 2018-10-22 17:40:34,776 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-d328cda8-ccba-4cad-b8e4-8eb0831532bb-image 2018-10-22 17:40:36,610 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2651b7bb-0dd6-4e19-8d7b-29acfa26f6d1 2018-10-22 17:40:36,785 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 17:40:37,096 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-e8fae117-8fd3-4b1-proj 2018-10-22 17:40:37,355 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-e8fae117-8fd3-4b1-proj-role 2018-10-22 17:40:37,557 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-e8fae117-8fd3-4b1-user 2018-10-22 17:40:38,989 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-28cec15f-fca4-4f6-proj 2018-10-22 17:40:40,537 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-28cec15f-fca4-4f6-proj 2018-10-22 17:40:41,115 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-28cec15f-fca4-4f6-proj 2018-10-22 17:40:41,255 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-28cec15f-fca4-4f6-user 2018-10-22 17:40:41,450 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-28cec15f-fca4-4f6-proj-role 2018-10-22 17:40:41,538 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-28cec15f-fca4-4f6-proj-role to project CreateStackFloatingIpTests-28cec15f-fca4-4f6-proj 2018-10-22 17:40:44,361 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-0a02b7fe-bd5d-4f59-a4d9-dd0e0926bd59-image 2018-10-22 17:40:44,531 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-0a02b7fe-bd5d-4f59-a4d9-dd0e0926bd59-image 2018-10-22 17:40:49,220 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-0a02b7fe-bd5d-4f59-a4d9-dd0e0926bd59-stack 2018-10-22 17:41:10,151 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-0a02b7fe-bd5d-4f59-a4d9-dd0e0926bd59-stack 2018-10-22 17:41:10,815 - create_stack - INFO - Found stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-0a02b7fe-bd5d-4f59-a4d9-dd0e0926bd59-stack 2018-10-22 17:41:20,943 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-0a02b7fe-bd5d-4f59-a4d9-dd0e0926bd59-inst1 2018-10-22 17:41:26,308 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-0a02b7fe-bd5d-4f59-a4d9-dd0e0926bd59-inst2 2018-10-22 17:41:27,780 - create_instance - INFO - Checking if VM is active 2018-10-22 17:41:28,385 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:43:36,815 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:45:46,991 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:45:49,995 - create_instance - ERROR - Timeout attempting to connect with VM via SSH 2018-10-22 17:45:49,995 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-0a02b7fe-bd5d-4f59-a4d9-dd0e0926bd59-stack 2018-10-22 17:46:04,305 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-0a02b7fe-bd5d-4f59-a4d9-dd0e0926bd59-stack 2018-10-22 17:46:04,522 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-0a02b7fe-bd5d-4f59-a4d9-dd0e0926bd59-image 2018-10-22 17:46:06,502 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af0f6131-9b1a-486f-b1ec-dcfdbdb5e5af 2018-10-22 17:46:06,684 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 17:46:07,025 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-28cec15f-fca4-4f6-proj 2018-10-22 17:46:07,406 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-28cec15f-fca4-4f6-proj-role 2018-10-22 17:46:07,643 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-28cec15f-fca4-4f6-user 2018-10-22 17:46:09,085 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-6087a7c9-9a8f-48c-proj 2018-10-22 17:46:10,252 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-6087a7c9-9a8f-48c-user 2018-10-22 17:46:10,378 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-6087a7c9-9a8f-48c-proj-role 2018-10-22 17:46:10,469 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-6087a7c9-9a8f-48c-proj-role to project AnsibleProvisioningTests-6087a7c9-9a8f-48c-proj 2018-10-22 17:46:18,857 - create_image - INFO - Created image with name - AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5--image 2018-10-22 17:46:19,017 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5--image 2018-10-22 17:46:19,634 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-pub-net 2018-10-22 17:46:20,716 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-pub-subnet 2018-10-22 17:46:23,315 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-pub-router 2018-10-22 17:46:25,644 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-pub-router 2018-10-22 17:46:29,431 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-kp... 2018-10-22 17:46:29,431 - OpenStackKeypair - INFO - Creating new keypair 2018-10-22 17:46:29,455 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-kp 2018-10-22 17:46:29,536 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5.pub 2018-10-22 17:46:29,536 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5 2018-10-22 17:46:30,298 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-sec-grp... 2018-10-22 17:46:30,298 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-sec-grp 2018-10-22 17:46:30,661 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02143ec0-8eb0-4810-a873-feab1e797b73 2018-10-22 17:46:30,838 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02143ec0-8eb0-4810-a873-feab1e797b73 2018-10-22 17:46:31,110 - neutron_utils - INFO - Retrieving security group with ID - 02143ec0-8eb0-4810-a873-feab1e797b73 2018-10-22 17:46:31,288 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02143ec0-8eb0-4810-a873-feab1e797b73 2018-10-22 17:46:31,470 - neutron_utils - INFO - Retrieving security group with ID - 02143ec0-8eb0-4810-a873-feab1e797b73 2018-10-22 17:46:31,670 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02143ec0-8eb0-4810-a873-feab1e797b73 2018-10-22 17:46:31,845 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-sec-grp 2018-10-22 17:46:32,071 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02143ec0-8eb0-4810-a873-feab1e797b73 2018-10-22 17:46:32,427 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-sec-grp 2018-10-22 17:46:32,701 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02143ec0-8eb0-4810-a873-feab1e797b73 2018-10-22 17:46:33,241 - neutron_utils - INFO - Retrieving security group with ID - 02143ec0-8eb0-4810-a873-feab1e797b73 2018-10-22 17:46:33,428 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02143ec0-8eb0-4810-a873-feab1e797b73 2018-10-22 17:46:37,216 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-pub-net 2018-10-22 17:46:38,906 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-inst 2018-10-22 17:46:41,352 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-inst 2018-10-22 17:48:07,922 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:48:09,796 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:48:10,608 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-22 17:48:12,646 - create_instance - INFO - Created floating IP 172.30.9.220 via router - AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-pub-router 2018-10-22 17:48:12,646 - create_instance_tests - INFO - Looking for IP 10.55.1.8 in the console log 2018-10-22 17:48:14,357 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-22 17:48:14,990 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:48:17,712 - create_instance - INFO - Checking if VM is active 2018-10-22 17:48:18,099 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:50:26,415 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:52:36,591 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:52:39,595 - create_instance - ERROR - Timeout attempting to connect with VM via SSH 2018-10-22 17:52:39,602 - create_instance - INFO - Deleting Floating IP - 172.30.9.220 2018-10-22 17:52:40,400 - create_instance - INFO - Deleting Port with ID - 5e71d130-6956-4d0d-8d90-b223ab16f16b 2018-10-22 17:52:40,400 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-port-1 2018-10-22 17:52:41,466 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-inst 2018-10-22 17:52:41,781 - create_instance - INFO - Checking deletion status 2018-10-22 17:52:45,984 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-inst 2018-10-22 17:52:45,985 - neutron_utils - INFO - Deleting security group rule with ID - c3efc603-7709-4158-9c8f-34961df0a1bb 2018-10-22 17:52:46,263 - neutron_utils - INFO - Deleting security group rule with ID - 7b3f1e67-63f9-45c7-9ceb-a55a557e0636 2018-10-22 17:52:46,506 - neutron_utils - INFO - Deleting security group rule with ID - 55f36bfb-73d1-47e9-8ec8-c229f1374913 2018-10-22 17:52:46,759 - neutron_utils - INFO - Deleting security group rule with ID - 7ca739ee-a6a2-4aa8-a36c-af02e5abd1fe 2018-10-22 17:52:47,441 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-sec-grp 2018-10-22 17:52:48,322 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5.pub] 2018-10-22 17:52:48,322 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5] 2018-10-22 17:52:48,531 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-pub-router and subnet AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-pub-subnet 2018-10-22 17:52:48,532 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-pub-router 2018-10-22 17:52:50,224 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-pub-router 2018-10-22 17:52:50,224 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-pub-router 2018-10-22 17:52:51,915 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-pub-subnet 2018-10-22 17:52:51,915 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-pub-subnet 2018-10-22 17:52:54,795 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5-pub-net 2018-10-22 17:52:56,167 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-ed59ce04-0e29-4795-ab10-a30fe96259f5--image 2018-10-22 17:52:58,215 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 58160b62-8b15-44cb-bc22-a51777eeec23 2018-10-22 17:52:58,788 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 17:52:59,120 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-6087a7c9-9a8f-48c-proj 2018-10-22 17:52:59,364 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-6087a7c9-9a8f-48c-proj-role 2018-10-22 17:52:59,565 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-6087a7c9-9a8f-48c-user 2018-10-22 17:53:01,007 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-da239d2e-c239-49f-proj 2018-10-22 17:53:02,282 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-da239d2e-c239-49f-user 2018-10-22 17:53:02,492 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-da239d2e-c239-49f-proj-role 2018-10-22 17:53:02,578 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-da239d2e-c239-49f-proj-role to project AnsibleProvisioningTests-da239d2e-c239-49f-proj 2018-10-22 17:53:10,538 - create_image - INFO - Created image with name - AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94--image 2018-10-22 17:53:10,706 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94--image 2018-10-22 17:53:11,330 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-pub-net 2018-10-22 17:53:13,524 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-pub-subnet 2018-10-22 17:53:17,484 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-pub-router 2018-10-22 17:53:20,101 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-pub-router 2018-10-22 17:53:24,797 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-kp... 2018-10-22 17:53:24,797 - OpenStackKeypair - INFO - Creating new keypair 2018-10-22 17:53:24,844 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-kp 2018-10-22 17:53:24,911 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94.pub 2018-10-22 17:53:24,911 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94 2018-10-22 17:53:25,540 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-sec-grp... 2018-10-22 17:53:25,540 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-sec-grp 2018-10-22 17:53:25,918 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c816f198-01d1-4ad6-9c78-a80de6fb69e2 2018-10-22 17:53:26,085 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c816f198-01d1-4ad6-9c78-a80de6fb69e2 2018-10-22 17:53:26,626 - neutron_utils - INFO - Retrieving security group with ID - c816f198-01d1-4ad6-9c78-a80de6fb69e2 2018-10-22 17:53:27,202 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c816f198-01d1-4ad6-9c78-a80de6fb69e2 2018-10-22 17:53:27,379 - neutron_utils - INFO - Retrieving security group with ID - c816f198-01d1-4ad6-9c78-a80de6fb69e2 2018-10-22 17:53:27,610 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c816f198-01d1-4ad6-9c78-a80de6fb69e2 2018-10-22 17:53:27,661 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-sec-grp 2018-10-22 17:53:27,934 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c816f198-01d1-4ad6-9c78-a80de6fb69e2 2018-10-22 17:53:28,146 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-sec-grp 2018-10-22 17:53:28,421 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c816f198-01d1-4ad6-9c78-a80de6fb69e2 2018-10-22 17:53:28,894 - neutron_utils - INFO - Retrieving security group with ID - c816f198-01d1-4ad6-9c78-a80de6fb69e2 2018-10-22 17:53:29,473 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c816f198-01d1-4ad6-9c78-a80de6fb69e2 2018-10-22 17:53:33,910 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-pub-net 2018-10-22 17:53:35,898 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-inst 2018-10-22 17:53:38,758 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-inst 2018-10-22 17:55:25,759 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:55:28,108 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:55:28,938 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-22 17:55:30,616 - create_instance - INFO - Created floating IP 172.30.9.220 via router - AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-pub-router 2018-10-22 17:55:30,616 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2018-10-22 17:55:32,002 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-22 17:55:32,322 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:55:34,894 - create_instance - INFO - Checking if VM is active 2018-10-22 17:55:35,208 - create_instance - INFO - VM is - ACTIVE 2018-10-22 17:57:43,151 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:59:53,327 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-10-22 17:59:56,331 - create_instance - ERROR - Timeout attempting to connect with VM via SSH 2018-10-22 17:59:56,331 - create_instance - INFO - Deleting Floating IP - 172.30.9.220 2018-10-22 17:59:57,206 - create_instance - INFO - Deleting Port with ID - 8e99fb87-8b1e-4ce9-84fc-3bc46004ac4f 2018-10-22 17:59:57,206 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-port-1 2018-10-22 17:59:57,988 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-inst 2018-10-22 17:59:58,285 - create_instance - INFO - Checking deletion status 2018-10-22 18:00:02,186 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-inst 2018-10-22 18:00:02,187 - neutron_utils - INFO - Deleting security group rule with ID - 625a1a4d-308e-45c9-95ef-cebe62cf6687 2018-10-22 18:00:02,460 - neutron_utils - INFO - Deleting security group rule with ID - e2e62c50-bf61-4bbf-95b2-d230c46214fa 2018-10-22 18:00:02,727 - neutron_utils - INFO - Deleting security group rule with ID - 5c043ccf-93ba-42c7-a599-3687e23168e0 2018-10-22 18:00:03,153 - neutron_utils - INFO - Deleting security group rule with ID - 7862ba9a-1f47-491c-9f97-3a033f8f6950 2018-10-22 18:00:03,443 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-sec-grp 2018-10-22 18:00:04,015 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94.pub] 2018-10-22 18:00:04,016 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94] 2018-10-22 18:00:04,212 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-pub-router and subnet AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-pub-subnet 2018-10-22 18:00:04,212 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-pub-router 2018-10-22 18:00:05,512 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-pub-router 2018-10-22 18:00:05,512 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-pub-router 2018-10-22 18:00:06,838 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-pub-subnet 2018-10-22 18:00:06,838 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-pub-subnet 2018-10-22 18:00:09,329 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94-pub-net 2018-10-22 18:00:10,717 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-19bcefe1-3874-4bf6-92b3-19a883276f94--image 2018-10-22 18:00:12,330 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 690236fe-f71f-4936-9415-0631c279416e 2018-10-22 18:00:12,498 - neutron_utils - INFO - Deleting security group with name - default 2018-10-22 18:00:12,836 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-da239d2e-c239-49f-proj 2018-10-22 18:00:13,083 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-da239d2e-c239-49f-proj-role 2018-10-22 18:00:13,303 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-da239d2e-c239-49f-user 2018-10-22 18:00:13,732 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 18:00:13,733 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 98:04 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-10-22 18:00:16,111 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-10-22 18:00:16,164 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-10-22 18:00:17,793 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 18:00:19,724 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 18:00:22,151 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-22 18:00:21.839 11513 INFO rally.deployment.engine [-] Deployment 205bb9e1-5e8e-4b55-8db3-b6516c92f0a1 | Starting: Destroy cloud and free allocated resources. 2018-10-22 18:00:21.927 11513 INFO rally.deployment.engine [-] Deployment 205bb9e1-5e8e-4b55-8db3-b6516c92f0a1 | Completed: Destroy cloud and free allocated resources. 2018-10-22 18:00:21.953 11513 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=21db4a11-3e0c-4220-9ddb-e3528d86cade) for deployment 'opnfv-rally'. 2018-10-22 18:00:21.970 11513 INFO rally.api [-] Deleting verification (UUID=6f24db84-3a70-40ff-9549-7cb2247e14ca). 2018-10-22 18:00:22.020 11513 INFO rally.api [-] Verification has been successfully deleted! 2018-10-22 18:00:22.020 11513 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=21db4a11-3e0c-4220-9ddb-e3528d86cade). 2018-10-22 18:00:22.023 11513 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-22 18:00:24,448 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 18:00:24.167 11516 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e7cda36a-e67f-433c-b5fa-534d06b6cbfb) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e7cda36a-e67f-433c-b5fa-534d06b6cbfb | 2018-10-22T18:00:24 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e7cda36a-e67f-433c-b5fa-534d06b6cbfb ~/.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-10-22 18:00:27,763 - 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-10-22 18:00:27,764 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-22 18:00:30,053 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-22 18:00:29.781 11522 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=21db4a11-3e0c-4220-9ddb-e3528d86cade). 2018-10-22 18:00:29.910 11522 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-22 18:00:33,483 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-22 18:00:32.047 11525 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-22 18:00:32.212 11525 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-22 18:00:33.311 11525 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c15a3325-0701-4f33-95ce-903e4f231a55) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c15a3325-0701-4f33-95ce-903e4f231a55) as the default verifier for the future CLI operations. 2018-10-22 18:00:36,268 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-10-22 18:00:46,814 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-22 18:00:45.786 11544 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c15a3325-0701-4f33-95ce-903e4f231a55) for deployment 'opnfv-rally' (UUID=e7cda36a-e67f-433c-b5fa-534d06b6cbfb). 2018-10-22 18:00:46.642 11544 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-22 18:00:46.644 11544 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c15a3325-0701-4f33-95ce-903e4f231a55) has been successfully configured for deployment 'opnfv-rally' (UUID=e7cda36a-e67f-433c-b5fa-534d06b6cbfb)! 2018-10-22 18:00:50,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c15a3325-0701-4f33-95ce-903e4f231a55/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-10-22 18:00:50,164 - 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-10-22 18:00:52,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:00:52.248 11553 INFO rally.api [-] Starting verification (UUID=b32b6485-2469-4b38-812e-15c09577bb53) for deployment 'opnfv-rally' (UUID=e7cda36a-e67f-433c-b5fa-534d06b6cbfb) by verifier 'opnfv-tempest' (UUID=c15a3325-0701-4f33-95ce-903e4f231a55). 2018-10-22 18:02:45,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: b32b6485-2469-4b38-812e-15c09577bb53 2018-10-22 18:02:45,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b32b6485-2469-4b38-812e-15c09577bb53']'. 2018-10-22 18:02:46,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-22 18:02:46,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-22 18:02:46,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 18:02:46,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b32b6485-2469-4b38-812e-15c09577bb53 | 2018-10-22 18:02:46,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-22 18:02:46,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-22 18:00:52 | 2018-10-22 18:02:46,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-22 18:02:45 | 2018-10-22 18:02:46,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:53 | 2018-10-22 18:02:46,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-22 18:02:46,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-22 18:02:46,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c15a3325-0701-4f33-95ce-903e4f231a55) | 2018-10-22 18:02:46,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-22 18:02:46,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e7cda36a-e67f-433c-b5fa-534d06b6cbfb) | 2018-10-22 18:02:46,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-10-22 18:02:46,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 101.782 | 2018-10-22 18:02:46,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-10-22 18:02:46,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-10-22 18:02:46,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-22 18:02:46,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-22 18:02:46,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-10-22 18:02:46,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 18:02:46,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-22 18:02:46,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-22 18:02:47,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2018-10-22 18:02:47,168 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 18:02:47,168 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:11 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-10-22 18:02:50,888 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-10-22 18:02:50,889 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:42 | FAIL | | vping_userdata | functest | smoke | 09:13 | FAIL | | tempest_smoke_serial | functest | smoke | 14:55 | FAIL | | rally_sanity | functest | smoke | 24:48 | PASS | | refstack_defcore | functest | smoke | 16:47 | FAIL | | patrole | functest | smoke | 02:51 | FAIL | | odl | functest | smoke | 00:21 | PASS | | snaps_smoke | functest | smoke | 98:04 | FAIL | | neutron_trunk | functest | smoke | 02:11 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-10-22 18:02:50,899 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-10-22 18:02:54,303 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-301 | | 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-10-22 18:02:54,308 - 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=rF2YY3Hy3tuqsBDUcAYBjNEAr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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.6 export OS_REGION_NAME=regionOne 2018-10-22 18:02:54,308 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-22 18:02:54,310 - 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-10-22 18:02:54,332 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-10-22 18:02:54,359 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-10-22 18:07:23,328 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-10-22 18:07:23,466 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 18:07:23,466 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:29 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-10-22 18:07:23,500 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-10-22 18:07:25,384 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-10-22 18:07:26,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:07:26,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:07:26,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:07:26,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:07:26,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:07:26,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:07:26,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:07:26,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:07:26,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:07:26,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:07:26,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:07:26,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:07:26,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:07:26,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:07:26,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:07:26,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:07:26,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:07:26,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:07:26,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:07:26,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:07:26,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:07:26,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:07:26,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:07:26,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:07:26,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:07:26,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:07:26,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:07:26,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:07:26,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:07:26,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:07:26,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:07:26,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:07:26,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:07:26,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:07:26,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:07:26,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:07:26,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:07:26,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:07:26,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:07:26,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:07:26,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:07:26,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:07:26,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:07:26,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:07:26,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:07:26,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:07:26,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:07:26,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:07:26,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-22 18:07:26,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:07:26,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:07:26,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:07:26,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:07:26,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:07:26,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:07:26,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:07:26,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:07:26,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:07:26,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:07:26,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:07:26,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:07:26,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:07:26,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:07:26,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:07:26,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:07:26,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:07:26,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:07:26,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:07:26,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:07:26,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:07:26,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:07:26,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:07:26,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:07:26,918 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-10-22 18:07:26,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:07:26,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:07:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9692e7a2-ad9d-49e6-b409-680bd640e450 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:07:26,930 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9692e7a2-ad9d-49e6-b409-680bd640e450 2018-10-22 18:07:26,931 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:07:27,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:07:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["1w-cX-UFQ0qt2KYCfH2kUA"], "issued_at": "2018-10-22T18:07:27.000000Z"}} 2018-10-22 18:07:27,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}92e376206381169fa309db01e60731f24ee786f6" 2018-10-22 18:07:27,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:07:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5485295d-fc06-494b-97a5-1f9bb46d7d13 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:07:27,492 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5485295d-fc06-494b-97a5-1f9bb46d7d13 2018-10-22 18:07:27,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.6:35357 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-22 18:07:27,503 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 18:07: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://192.30.9.6: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.6:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 18:07:27,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.6:35357/v3/projects? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e376206381169fa309db01e60731f24ee786f6" 2018-10-22 18:07:27,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:07:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4032795d-97d2-4bb4-9fe3-cbade7ee071d Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"links": {"self": "http://192.30.9.6:35357/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://192.30.9.6:35357/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://192.30.9.6:35357/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 18:07:27,586 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.6:35357/v3/projects used request id req-4032795d-97d2-4bb4-9fe3-cbade7ee071d 2018-10-22 18:07:27,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:07:27,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:07:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a6ca7ec-1827-47db-a8dd-989deb2008a0 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:07:27,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7a6ca7ec-1827-47db-a8dd-989deb2008a0 2018-10-22 18:07:27,594 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:07:27,973 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:07:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["lxGsu1AgQtqqpBM-Q6scFg"], "issued_at": "2018-10-22T18:07:27.000000Z"}} 2018-10-22 18:07:27,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/quotas/8ba7a6acf87944158b12f697f8414be6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:28,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-3dacbe2c-4a03-4eeb-a95d-bb400b67bb08 Date: Mon, 22 Oct 2018 18:07:28 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-10-22 18:07:28,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/quotas/8ba7a6acf87944158b12f697f8414be6 used request id req-3dacbe2c-4a03-4eeb-a95d-bb400b67bb08 2018-10-22 18:07:28,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:07:28,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:07:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f782bb4-6ee6-40f6-8796-c0262d6999f6 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:07:28,146 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2f782bb4-6ee6-40f6-8796-c0262d6999f6 2018-10-22 18:07:28,147 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:07:28,523 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:07:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["JlLstH6qT4ORf59OK9LDvw"], "issued_at": "2018-10-22T18:07:28.000000Z"}} 2018-10-22 18:07:28,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}463a8e259f7baaaf07cd73aa849a3346646c615c" 2018-10-22 18:07:28,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-79c73e6f-d132-4cff-8611-3d9e01c08459 x-compute-request-id: req-79c73e6f-d132-4cff-8611-3d9e01c08459 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-10-22 18:07:28,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-quota-class-sets/default used request id req-79c73e6f-d132-4cff-8611-3d9e01c08459 2018-10-22 18:07:28,693 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-10-22 18:07:28,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/quotas/8ba7a6acf87944158b12f697f8414be6 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"quota": {"subnet": -1, "router": -1, "network": -1, "port": -1}}' 2018-10-22 18:07:28,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 198 X-Openstack-Request-Id: req-e5e9d987-68c7-4357-bcca-1931e0294e7a Date: Mon, 22 Oct 2018 18:07:28 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-10-22 18:07:28,934 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/quotas/8ba7a6acf87944158b12f697f8414be6 used request id req-e5e9d987-68c7-4357-bcca-1931e0294e7a 2018-10-22 18:07:28,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:07:28,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:07:28,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:07:28,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:07:28,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:07:28,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:07:28,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:07:28,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:07:28,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:07:28,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:07:28,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:07:28,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:07:28,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:07:28,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:07:28,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:07:28,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:07:28,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:07:28,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:07:28,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:07:28,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:07:28,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:07:28,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:07:28,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:07:28,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:07:28,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:07:28,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:07:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82a27a49-0888-48f3-8254-f03db380971a 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:07:28,946 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-82a27a49-0888-48f3-8254-f03db380971a 2018-10-22 18:07:28,947 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:07:29,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:07:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["31aUEWwPR72XXDcdJ16wBw"], "issued_at": "2018-10-22T18:07:29.000000Z"}} 2018-10-22 18:07:29,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91826c966d323fa8158f453c3946be448edbaf68" 2018-10-22 18:07:29,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:07:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97a6159e-8025-4f3e-8f29-55c840d1361e x-compute-request-id: req-97a6159e-8025-4f3e-8f29-55c840d1361e Content-Encoding: gzip Content-Length: 277 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 18:07:29,492 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail used request id req-97a6159e-8025-4f3e-8f29-55c840d1361e 2018-10-22 18:07:29,492 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-10-22 18:07:29,493 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-10-22 18:07:29,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22: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}463a8e259f7baaaf07cd73aa849a3346646c615c" -d '{"quota_class_set": {"instances": -1}}' 2018-10-22 18:07:29,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:07:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d80a5450-d127-4ebe-b2a9-7997ea208450 x-compute-request-id: req-d80a5450-d127-4ebe-b2a9-7997ea208450 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-10-22 18:07:29,559 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.22:8774/v2.1/os-quota-class-sets/default used request id req-d80a5450-d127-4ebe-b2a9-7997ea208450 2018-10-22 18:07:29,559 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-10-22 18:07:29,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:29,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 477 X-Openstack-Request-Id: req-d8dd477a-8eb0-4686-80e2-2b020d48278e Date: Mon, 22 Oct 2018 18:07:29 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-10-22T15:11:09Z", "floating_network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "fixed_ip_address": null, "floating_ip_address": "172.30.9.217", "revision_number": 1, "port_id": null, "id": "e329fa2c-d94a-4ee3-9942-ede29d6347a2", "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:56Z", "project_id": "31084a99e53d4c71b55d73ba3b37035f"}]} 2018-10-22 18:07:29,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-d8dd477a-8eb0-4686-80e2-2b020d48278e 2018-10-22 18:07:29,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/e329fa2c-d94a-4ee3-9942-ede29d6347a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:30,211 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6a935d54-f107-4304-9454-e62b9bebe8ad Content-Length: 0 Date: Mon, 22 Oct 2018 18:07:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:07:30,211 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/e329fa2c-d94a-4ee3-9942-ede29d6347a2 used request id req-6a935d54-f107-4304-9454-e62b9bebe8ad 2018-10-22 18:07:30,211 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-10-22 18:07:30,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:30,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 17670 X-Openstack-Request-Id: req-2eabc7c7-7d46-4f17-951e-5b6fea6c762d Date: Mon, 22 Oct 2018 18:07:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:01:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6f0b01fe-f639-471b-900a-522fe527792d","ip_address":"192.168.120.2"}],"id":"023121e2-485a-4242-89de-24fe5228e911","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:81:47:7b","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b05f24ec-49ab-48c0-928b-cd11e139f2b8","name":"","admin_state_up":true,"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:06:48Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.214"}],"id":"08ab1f00-5c10-4e48-b659-c99211f38ade","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f1:25:15","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"cd60626f-ea1d-46c1-83f2-3d5072a3d542","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T15:06:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:56:41Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.215"}],"id":"228586ec-5e3f-4fac-9149-cf58973a9a6f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c5:5b:84","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3710c3aa-615c-4a2b-884a-bd7c738fd546","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T15:56:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:58:32Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.209"}],"id":"25eb3612-c8f4-4d1a-ab7a-b44c896f1a6f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3d:69:2a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"205cc7e5-f4a4-453e-90c0-781a04a5551e","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T14:58:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:09:25Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.207"}],"id":"328c948f-5b31-423a-be61-6d4ea07f81b1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:97:cb:1b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"134b2b94-36ab-489c-87ba-a2d6224cd974","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T15:09:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T16:31:24Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.200"}],"id":"40fbce40-daab-4ccf-8211-a242c73f5846","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f4:4e:27","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"eb15c10a-eecd-415c-af49-4b875d9f7e28","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T16:31:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:26:53Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.211"}],"id":"4268dcbd-fdf7-4ab8-916c-b41997ffbc15","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fa:da:1b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"cbc27846-024c-4248-b3d4-0bd835f3bb03","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T15:26:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:59:37Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.205"}],"id":"4545505b-9fd2-4eac-8628-e2eb08528492","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:eb:54:a4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"658f7ff9-520e-4ca0-a580-75b2426e350a","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T14:59:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:01:17Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6f0b01fe-f639-471b-900a-522fe527792d","ip_address":"192.168.120.11"}],"id":"5455c572-069e-415f-8db1-89c9c9610ca0","security_groups":["482c5b57-2593-4806-b6b1-e014b4522eeb"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:17:5a:3e","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"DOWN","binding:host_id":"","description":"","tags":[],"trunk_details":{"trunk_id":"ccab81fe-ee46-4e7a-a61f-7c15e025da22","sub_ports":[]},"device_id":"","name":"","admin_state_up":true,"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:09:24Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.202"}],"id":"64152cac-b33c-4bd5-b6ef-16701372d7e6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e9:09:8d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"9fbd1630-31b6-4356-9030-91b6483f11e8","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T15:09:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:22:23Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.210"}],"id":"779fc8b3-5f6f-4c4a-93ec-49eda76cbba4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:73:81:c8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"2170e1a9-ada3-46d7-b0db-756035343cf5","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T15:22:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T14:59:44Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.203"}],"id":"88bf64ef-ff19-4a86-9142-6dadf391588b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:64:ae:7e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"ec150990-43ee-45d2-be88-9982779f8e70","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T14:59:44Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:06:47Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.213"}],"id":"8c950fba-f18b-4d37-9e10-c6a12d5bb6a7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c0:71:5d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"54d23e55-a674-4dd4-a1d6-bb531d2602b3","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T15:06:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:01:14Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6f0b01fe-f639-471b-900a-522fe527792d","ip_address":"192.168.120.6"}],"id":"979aa0f1-08a9-4385-af92-2b05498cd388","security_groups":["482c5b57-2593-4806-b6b1-e014b4522eeb"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9b:f8:98","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"DOWN","binding:host_id":"","description":"","tags":[],"trunk_details":{"trunk_id":"b8d375de-208e-451a-84de-fcec66fc0c07","sub_ports":[]},"device_id":"","name":"","admin_state_up":true,"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:06:45Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.201"}],"id":"9d58569a-66f2-41c1-9529-5783bb666900","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:14:7e:a2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"34ba56e4-293f-4ee8-a0e2-b0134a0848ee","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T15:06:45Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T16:29:13Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.206"}],"id":"a8ed4240-c829-45e3-8d6a-00bffd00e178","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c8:72:1e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"10d5fa3c-c3c2-4a29-8f92-c67b9ddab68a","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T16:29:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:01:03Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6f0b01fe-f639-471b-900a-522fe527792d","ip_address":"192.168.120.3"}],"id":"b601a7db-d3c3-4a1c-9206-e08834d74f48","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:7b:c5","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b05f24ec-49ab-48c0-928b-cd11e139f2b8","name":"","admin_state_up":true,"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:26:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.219"}],"id":"bbca8974-3497-4ad9-8b82-bf3ab0b06afc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f0:54:fc","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"edb8e9e4-a8e4-46a9-b25c-b3e39f97a812","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T15:26:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T16:03:15Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.218"}],"id":"d154d0af-634b-4704-8379-9341088ae3b6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a7:0a:b3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"36ba6ae2-4986-4767-ae9d-13905d88db65","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T16:03:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:35:17Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.208"}],"id":"d1777747-83ef-4c7a-8a5b-3c151fc2b7d0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ab:f0:37","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"9b2c9cfa-82b3-47b3-9bb5-90b3848dffba","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T15:35:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:01:04Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6f0b01fe-f639-471b-900a-522fe527792d","ip_address":"192.168.120.4"}],"id":"f31478ec-4691-42ae-8d8e-d79022356d34","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:39:cf","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b05f24ec-49ab-48c0-928b-cd11e139f2b8","name":"","admin_state_up":true,"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:29:28Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.212"}],"id":"f4c87e88-fcd2-4c47-b583-638ecbbe8e1a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:51:53:9d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f0b6b85a-1942-4166-9603-f8fecad10b87","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T15:29:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T15:26:51Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.216"}],"id":"f896f930-3638-45f5-943a-73a50e1742d9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:31:73:61","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1bf659c3-9250-414e-8614-0d95fe1c3d1e","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T15:26:50Z","binding:vnic_type":"normal"}]} 2018-10-22 18:07:30,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports used request id req-2eabc7c7-7d46-4f17-951e-5b6fea6c762d 2018-10-22 18:07:30,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:30,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11272 X-Openstack-Request-Id: req-f14444e0-61d1-42c5-9f95-cc23a7e81f30 Date: Mon, 22 Oct 2018 18:07:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "d91469db0d184ef68b6ec791b7adec7c", "created_at": "2018-10-22T16:29:13Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T16:29:14Z", "revision_number": 2, "routes": [], "project_id": "d91469db0d184ef68b6ec791b7adec7c", "id": "10d5fa3c-c3c2-4a29-8f92-c67b9ddab68a", "name": "CreateRouterSuccessTests-fd8c034e-9d66-4721-9a67-9aedce2bc270-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T15:09:26Z", "revision_number": 2, "routes": [], "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "134b2b94-36ab-489c-87ba-a2d6224cd974", "name": "vping_ssh-router_51ec0041-9c62-4cba-b91e-88fa68339f33"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "eaa3a590d6f54b2a96b2f8ae954d5217", "created_at": "2018-10-22T15:26:50Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-22T15:26:51Z", "revision_number": 2, "routes": [], "project_id": "eaa3a590d6f54b2a96b2f8ae954d5217", "id": "1bf659c3-9250-414e-8614-0d95fe1c3d1e", "name": "tempest-FloatingIPTestJSON-router-1799589610"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:58:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:58:33Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "205cc7e5-f4a4-453e-90c0-781a04a5551e", "name": "NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "185de36f4f854cfb9b9308cfcabde296", "created_at": "2018-10-22T15:22:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T15:22:24Z", "revision_number": 2, "routes": [], "project_id": "185de36f4f854cfb9b9308cfcabde296", "id": "2170e1a9-ada3-46d7-b0db-756035343cf5", "name": "tempest-ServersTestBootFromVolume-1053931526-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T15:06:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T15:06:45Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "34ba56e4-293f-4ee8-a0e2-b0134a0848ee", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "576fb5a0fa25412a99a696841001e911", "created_at": "2018-10-22T16:03:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T16:03:15Z", "revision_number": 2, "routes": [], "project_id": "576fb5a0fa25412a99a696841001e911", "id": "36ba6ae2-4986-4767-ae9d-13905d88db65", "name": "tempest-ServerActionsTestJSON-711487359-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "4b7c653006484ab08624ac3bf96816df", "created_at": "2018-10-22T15:56:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T15:56:41Z", "revision_number": 2, "routes": [], "project_id": "4b7c653006484ab08624ac3bf96816df", "id": "3710c3aa-615c-4a2b-884a-bd7c738fd546", "name": "c_rally_19916aaa_Plx6yzS9"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T15:06:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T15:06:47Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "54d23e55-a674-4dd4-a1d6-bb531d2602b3", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:59:37Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "658f7ff9-520e-4ca0-a580-75b2426e350a", "name": "NeutronUtilsRouterTests-1b687d64-695f-40cf-abec-c8e889c0788f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "cab2e93c35df4502b38efa7214741018", "created_at": "2018-10-22T15:35:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T15:35:17Z", "revision_number": 2, "routes": [], "project_id": "cab2e93c35df4502b38efa7214741018", "id": "9b2c9cfa-82b3-47b3-9bb5-90b3848dffba", "name": "tempest-TestServerMultinode-97342230-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T15:09:24Z", "revision_number": 2, "routes": [], "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "9fbd1630-31b6-4356-9030-91b6483f11e8", "name": "vping_ssh-router_51ec0041-9c62-4cba-b91e-88fa68339f33"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "eaa3a590d6f54b2a96b2f8ae954d5217", "created_at": "2018-10-22T15:26:52Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-22T15:26:53Z", "revision_number": 2, "routes": [], "project_id": "eaa3a590d6f54b2a96b2f8ae954d5217", "id": "cbc27846-024c-4248-b3d4-0bd835f3bb03", "name": "tempest-FloatingIPTestJSON-router-1799589610"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T15:06:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T15:06:48Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "cd60626f-ea1d-46c1-83f2-3d5072a3d542", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "2b289a7675164102bcc6bcae5267b22f", "created_at": "2018-10-22T16:31:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T16:31:24Z", "revision_number": 2, "routes": [], "project_id": "2b289a7675164102bcc6bcae5267b22f", "id": "eb15c10a-eecd-415c-af49-4b875d9f7e28", "name": "CreateRouterSuccessTests-82c5bb5b-4ba5-40ac-bbba-0af0252248bf-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T14:59:44Z", "revision_number": 2, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "ec150990-43ee-45d2-be88-9982779f8e70", "name": "NeutronUtilsRouterTests-7097e23e-904f-431e-ab56-af7aad467c51-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "eaa3a590d6f54b2a96b2f8ae954d5217", "created_at": "2018-10-22T15:26:51Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-22T15:26:52Z", "revision_number": 2, "routes": [], "project_id": "eaa3a590d6f54b2a96b2f8ae954d5217", "id": "edb8e9e4-a8e4-46a9-b25c-b3e39f97a812", "name": "tempest-FloatingIPTestJSON-router-1799589610"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "3f59502d9e2049239d74ba86beddb3b2", "created_at": "2018-10-22T15:29:28Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-22T15:29:28Z", "revision_number": 2, "routes": [], "project_id": "3f59502d9e2049239d74ba86beddb3b2", "id": "f0b6b85a-1942-4166-9603-f8fecad10b87", "name": "tempest-RoutersIpV6Test-router-220539501"}]} 2018-10-22 18:07:30,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers used request id req-f14444e0-61d1-42c5-9f95-cc23a7e81f30 2018-10-22 18:07:30,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/10d5fa3c-c3c2-4a29-8f92-c67b9ddab68a -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:07:31,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-c9add9a0-fece-4a3c-873a-ccb99ca2778d Date: Mon, 22 Oct 2018 18:07:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d91469db0d184ef68b6ec791b7adec7c", "created_at": "2018-10-22T16:29:13Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:07:31Z", "revision_number": 5, "routes": [], "project_id": "d91469db0d184ef68b6ec791b7adec7c", "id": "10d5fa3c-c3c2-4a29-8f92-c67b9ddab68a", "name": "CreateRouterSuccessTests-fd8c034e-9d66-4721-9a67-9aedce2bc270-pub-router"}} 2018-10-22 18:07:31,778 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/10d5fa3c-c3c2-4a29-8f92-c67b9ddab68a used request id req-c9add9a0-fece-4a3c-873a-ccb99ca2778d 2018-10-22 18:07:31,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/10d5fa3c-c3c2-4a29-8f92-c67b9ddab68a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:32,234 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-423ed791-2c2d-4f12-93bf-fe27efec6321 Content-Length: 0 Date: Mon, 22 Oct 2018 18:07:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:07:32,234 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/10d5fa3c-c3c2-4a29-8f92-c67b9ddab68a used request id req-423ed791-2c2d-4f12-93bf-fe27efec6321 2018-10-22 18:07:32,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/134b2b94-36ab-489c-87ba-a2d6224cd974 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:07:33,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 462 X-Openstack-Request-Id: req-cd30ab55-2e24-49fc-be29-9e0e3c318533 Date: Mon, 22 Oct 2018 18:07:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:07:32Z", "revision_number": 5, "routes": [], "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "134b2b94-36ab-489c-87ba-a2d6224cd974", "name": "vping_ssh-router_51ec0041-9c62-4cba-b91e-88fa68339f33"}} 2018-10-22 18:07:33,229 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/134b2b94-36ab-489c-87ba-a2d6224cd974 used request id req-cd30ab55-2e24-49fc-be29-9e0e3c318533 2018-10-22 18:07:33,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/134b2b94-36ab-489c-87ba-a2d6224cd974 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:33,682 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9ba041be-6fda-490e-9548-57542e466d12 Content-Length: 0 Date: Mon, 22 Oct 2018 18:07:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:07:33,682 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/134b2b94-36ab-489c-87ba-a2d6224cd974 used request id req-9ba041be-6fda-490e-9548-57542e466d12 2018-10-22 18:07:33,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/1bf659c3-9250-414e-8614-0d95fe1c3d1e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:07:34,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 454 X-Openstack-Request-Id: req-bd82b477-1039-4394-95f6-670a005d706d Date: Mon, 22 Oct 2018 18:07:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "eaa3a590d6f54b2a96b2f8ae954d5217", "created_at": "2018-10-22T15:26:50Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-22T18:07:34Z", "revision_number": 5, "routes": [], "project_id": "eaa3a590d6f54b2a96b2f8ae954d5217", "id": "1bf659c3-9250-414e-8614-0d95fe1c3d1e", "name": "tempest-FloatingIPTestJSON-router-1799589610"}} 2018-10-22 18:07:34,721 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/1bf659c3-9250-414e-8614-0d95fe1c3d1e used request id req-bd82b477-1039-4394-95f6-670a005d706d 2018-10-22 18:07:34,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/1bf659c3-9250-414e-8614-0d95fe1c3d1e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:35,273 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6141d75a-1e40-4c48-af59-cacb35c367f9 Content-Length: 0 Date: Mon, 22 Oct 2018 18:07:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:07:35,273 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/1bf659c3-9250-414e-8614-0d95fe1c3d1e used request id req-6141d75a-1e40-4c48-af59-cacb35c367f9 2018-10-22 18:07:35,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/205cc7e5-f4a4-453e-90c0-781a04a5551e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:07:36,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-5c79cb53-4e49-4899-9ad3-dfe1a43ce8c4 Date: Mon, 22 Oct 2018 18:07:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:58:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:07:35Z", "revision_number": 5, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "205cc7e5-f4a4-453e-90c0-781a04a5551e", "name": "NeutronUtilsRouterTests-4aefaacc-a454-4501-8b6e-b7ce2cf4683a-pub-router"}} 2018-10-22 18:07:36,168 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/205cc7e5-f4a4-453e-90c0-781a04a5551e used request id req-5c79cb53-4e49-4899-9ad3-dfe1a43ce8c4 2018-10-22 18:07:36,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/205cc7e5-f4a4-453e-90c0-781a04a5551e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:36,575 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e920a5c6-265e-4730-ac8e-aa645e6d3695 Content-Length: 0 Date: Mon, 22 Oct 2018 18:07:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:07:36,575 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/205cc7e5-f4a4-453e-90c0-781a04a5551e used request id req-e920a5c6-265e-4730-ac8e-aa645e6d3695 2018-10-22 18:07:36,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/2170e1a9-ada3-46d7-b0db-756035343cf5 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:07:37,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 460 X-Openstack-Request-Id: req-87f3a7bb-4a99-41dd-86c8-a17cc9291843 Date: Mon, 22 Oct 2018 18:07:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "185de36f4f854cfb9b9308cfcabde296", "created_at": "2018-10-22T15:22:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:07:37Z", "revision_number": 5, "routes": [], "project_id": "185de36f4f854cfb9b9308cfcabde296", "id": "2170e1a9-ada3-46d7-b0db-756035343cf5", "name": "tempest-ServersTestBootFromVolume-1053931526-router"}} 2018-10-22 18:07:37,663 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/2170e1a9-ada3-46d7-b0db-756035343cf5 used request id req-87f3a7bb-4a99-41dd-86c8-a17cc9291843 2018-10-22 18:07:37,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/2170e1a9-ada3-46d7-b0db-756035343cf5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:38,083 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-331269fa-4df2-4174-8990-1d88d852cbd3 Content-Length: 0 Date: Mon, 22 Oct 2018 18:07:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:07:38,083 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/2170e1a9-ada3-46d7-b0db-756035343cf5 used request id req-331269fa-4df2-4174-8990-1d88d852cbd3 2018-10-22 18:07:38,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/34ba56e4-293f-4ee8-a0e2-b0134a0848ee -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:07:38,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 420 X-Openstack-Request-Id: req-0e6ba88d-e91b-4771-89b4-326991edb9e2 Date: Mon, 22 Oct 2018 18:07:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T15:06:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:07:38Z", "revision_number": 5, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "34ba56e4-293f-4ee8-a0e2-b0134a0848ee", "name": "mgmt_router"}} 2018-10-22 18:07:38,928 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/34ba56e4-293f-4ee8-a0e2-b0134a0848ee used request id req-0e6ba88d-e91b-4771-89b4-326991edb9e2 2018-10-22 18:07:38,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/34ba56e4-293f-4ee8-a0e2-b0134a0848ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:39,514 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-51b4d676-314a-4b61-826c-6c8afc3b0b31 Content-Length: 0 Date: Mon, 22 Oct 2018 18:07:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:07:39,514 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/34ba56e4-293f-4ee8-a0e2-b0134a0848ee used request id req-51b4d676-314a-4b61-826c-6c8afc3b0b31 2018-10-22 18:07:39,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/36ba6ae2-4986-4767-ae9d-13905d88db65 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:07:40,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 455 X-Openstack-Request-Id: req-51067d98-b83b-497e-8393-25e22d4705e1 Date: Mon, 22 Oct 2018 18:07:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "576fb5a0fa25412a99a696841001e911", "created_at": "2018-10-22T16:03:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:07:39Z", "revision_number": 5, "routes": [], "project_id": "576fb5a0fa25412a99a696841001e911", "id": "36ba6ae2-4986-4767-ae9d-13905d88db65", "name": "tempest-ServerActionsTestJSON-711487359-router"}} 2018-10-22 18:07:40,489 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/36ba6ae2-4986-4767-ae9d-13905d88db65 used request id req-51067d98-b83b-497e-8393-25e22d4705e1 2018-10-22 18:07:40,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/36ba6ae2-4986-4767-ae9d-13905d88db65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:40,779 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ea860409-9389-4996-821e-195d2e68b432 Content-Length: 0 Date: Mon, 22 Oct 2018 18:07:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:07:40,779 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/36ba6ae2-4986-4767-ae9d-13905d88db65 used request id req-ea860409-9389-4996-821e-195d2e68b432 2018-10-22 18:07:40,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/3710c3aa-615c-4a2b-884a-bd7c738fd546 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:07:41,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-8030d9ac-701b-448f-9dcd-f81e1fa8ef4d Date: Mon, 22 Oct 2018 18:07:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4b7c653006484ab08624ac3bf96816df", "created_at": "2018-10-22T15:56:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:07:41Z", "revision_number": 5, "routes": [], "project_id": "4b7c653006484ab08624ac3bf96816df", "id": "3710c3aa-615c-4a2b-884a-bd7c738fd546", "name": "c_rally_19916aaa_Plx6yzS9"}} 2018-10-22 18:07:41,818 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3710c3aa-615c-4a2b-884a-bd7c738fd546 used request id req-8030d9ac-701b-448f-9dcd-f81e1fa8ef4d 2018-10-22 18:07:41,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/3710c3aa-615c-4a2b-884a-bd7c738fd546 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:42,309 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c64a68bb-b462-4029-a64c-f1c7d3c8ccf6 Content-Length: 0 Date: Mon, 22 Oct 2018 18:07:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:07:42,309 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/3710c3aa-615c-4a2b-884a-bd7c738fd546 used request id req-c64a68bb-b462-4029-a64c-f1c7d3c8ccf6 2018-10-22 18:07:42,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/54d23e55-a674-4dd4-a1d6-bb531d2602b3 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:07:43,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 420 X-Openstack-Request-Id: req-7318b955-6ff7-4f38-b91e-39af2352d712 Date: Mon, 22 Oct 2018 18:07:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T15:06:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:07:42Z", "revision_number": 5, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "54d23e55-a674-4dd4-a1d6-bb531d2602b3", "name": "mgmt_router"}} 2018-10-22 18:07:43,019 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/54d23e55-a674-4dd4-a1d6-bb531d2602b3 used request id req-7318b955-6ff7-4f38-b91e-39af2352d712 2018-10-22 18:07:43,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/54d23e55-a674-4dd4-a1d6-bb531d2602b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:43,298 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-07f3e919-7bd8-4f6e-aa1f-11ca25ef29c8 Content-Length: 0 Date: Mon, 22 Oct 2018 18:07:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:07:43,298 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/54d23e55-a674-4dd4-a1d6-bb531d2602b3 used request id req-07f3e919-7bd8-4f6e-aa1f-11ca25ef29c8 2018-10-22 18:07:43,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/658f7ff9-520e-4ca0-a580-75b2426e350a -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:07:44,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-f0e42795-fa9f-4c25-93f9-cd747a867e40 Date: Mon, 22 Oct 2018 18:07:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:07:43Z", "revision_number": 5, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "658f7ff9-520e-4ca0-a580-75b2426e350a", "name": "NeutronUtilsRouterTests-1b687d64-695f-40cf-abec-c8e889c0788f-pub-router"}} 2018-10-22 18:07:44,165 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/658f7ff9-520e-4ca0-a580-75b2426e350a used request id req-f0e42795-fa9f-4c25-93f9-cd747a867e40 2018-10-22 18:07:44,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/658f7ff9-520e-4ca0-a580-75b2426e350a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:44,616 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3c48e221-feb2-4362-a804-a5851ca71c6b Content-Length: 0 Date: Mon, 22 Oct 2018 18:07:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:07:44,616 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/658f7ff9-520e-4ca0-a580-75b2426e350a used request id req-3c48e221-feb2-4362-a804-a5851ca71c6b 2018-10-22 18:07:44,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/9b2c9cfa-82b3-47b3-9bb5-90b3848dffba -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:07:45,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 452 X-Openstack-Request-Id: req-120f01a4-3d44-4fca-a9b1-c898665d19da Date: Mon, 22 Oct 2018 18:07:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "cab2e93c35df4502b38efa7214741018", "created_at": "2018-10-22T15:35:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:07:45Z", "revision_number": 5, "routes": [], "project_id": "cab2e93c35df4502b38efa7214741018", "id": "9b2c9cfa-82b3-47b3-9bb5-90b3848dffba", "name": "tempest-TestServerMultinode-97342230-router"}} 2018-10-22 18:07:45,630 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/9b2c9cfa-82b3-47b3-9bb5-90b3848dffba used request id req-120f01a4-3d44-4fca-a9b1-c898665d19da 2018-10-22 18:07:45,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/9b2c9cfa-82b3-47b3-9bb5-90b3848dffba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:45,926 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d911d7cd-0cf5-4d7f-8737-06ae27768e14 Content-Length: 0 Date: Mon, 22 Oct 2018 18:07:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:07:45,927 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/9b2c9cfa-82b3-47b3-9bb5-90b3848dffba used request id req-d911d7cd-0cf5-4d7f-8737-06ae27768e14 2018-10-22 18:07:45,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/9fbd1630-31b6-4356-9030-91b6483f11e8 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:07:46,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 462 X-Openstack-Request-Id: req-ef5e9118-44b6-4c50-877e-9df75349063c Date: Mon, 22 Oct 2018 18:07:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "31084a99e53d4c71b55d73ba3b37035f", "created_at": "2018-10-22T15:09:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:07:46Z", "revision_number": 5, "routes": [], "project_id": "31084a99e53d4c71b55d73ba3b37035f", "id": "9fbd1630-31b6-4356-9030-91b6483f11e8", "name": "vping_ssh-router_51ec0041-9c62-4cba-b91e-88fa68339f33"}} 2018-10-22 18:07:46,798 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/9fbd1630-31b6-4356-9030-91b6483f11e8 used request id req-ef5e9118-44b6-4c50-877e-9df75349063c 2018-10-22 18:07:46,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/9fbd1630-31b6-4356-9030-91b6483f11e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:47,214 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-445d481a-680b-4401-a7e0-09ac75e76ef6 Content-Length: 0 Date: Mon, 22 Oct 2018 18:07:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:07:47,214 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/9fbd1630-31b6-4356-9030-91b6483f11e8 used request id req-445d481a-680b-4401-a7e0-09ac75e76ef6 2018-10-22 18:07:47,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/cbc27846-024c-4248-b3d4-0bd835f3bb03 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:07:48,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 454 X-Openstack-Request-Id: req-87f8c879-a6cb-4950-ae5f-b7f6cdb2703f Date: Mon, 22 Oct 2018 18:07:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "eaa3a590d6f54b2a96b2f8ae954d5217", "created_at": "2018-10-22T15:26:52Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-22T18:07:47Z", "revision_number": 5, "routes": [], "project_id": "eaa3a590d6f54b2a96b2f8ae954d5217", "id": "cbc27846-024c-4248-b3d4-0bd835f3bb03", "name": "tempest-FloatingIPTestJSON-router-1799589610"}} 2018-10-22 18:07:48,234 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/cbc27846-024c-4248-b3d4-0bd835f3bb03 used request id req-87f8c879-a6cb-4950-ae5f-b7f6cdb2703f 2018-10-22 18:07:48,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/cbc27846-024c-4248-b3d4-0bd835f3bb03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:48,626 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6f6e718e-c5d8-4361-b0ee-135afc6812b1 Content-Length: 0 Date: Mon, 22 Oct 2018 18:07:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:07:48,626 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/cbc27846-024c-4248-b3d4-0bd835f3bb03 used request id req-6f6e718e-c5d8-4361-b0ee-135afc6812b1 2018-10-22 18:07:48,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/cd60626f-ea1d-46c1-83f2-3d5072a3d542 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:07:49,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 420 X-Openstack-Request-Id: req-fc6e5f4a-ee21-4ddc-83a3-7e96332b0a98 Date: Mon, 22 Oct 2018 18:07:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T15:06:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:07:49Z", "revision_number": 5, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "cd60626f-ea1d-46c1-83f2-3d5072a3d542", "name": "mgmt_router"}} 2018-10-22 18:07:49,478 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/cd60626f-ea1d-46c1-83f2-3d5072a3d542 used request id req-fc6e5f4a-ee21-4ddc-83a3-7e96332b0a98 2018-10-22 18:07:49,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/cd60626f-ea1d-46c1-83f2-3d5072a3d542 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:49,909 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ac6dcf0c-aac2-4ae7-ba71-677fdf3386bc Content-Length: 0 Date: Mon, 22 Oct 2018 18:07:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:07:49,909 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/cd60626f-ea1d-46c1-83f2-3d5072a3d542 used request id req-ac6dcf0c-aac2-4ae7-ba71-677fdf3386bc 2018-10-22 18:07:49,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/eb15c10a-eecd-415c-af49-4b875d9f7e28 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:07:50,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-1d379f5d-f8ef-428b-9fe5-b579b6d05c17 Date: Mon, 22 Oct 2018 18:07:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "2b289a7675164102bcc6bcae5267b22f", "created_at": "2018-10-22T16:31:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:07:50Z", "revision_number": 5, "routes": [], "project_id": "2b289a7675164102bcc6bcae5267b22f", "id": "eb15c10a-eecd-415c-af49-4b875d9f7e28", "name": "CreateRouterSuccessTests-82c5bb5b-4ba5-40ac-bbba-0af0252248bf-pub-router"}} 2018-10-22 18:07:50,914 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/eb15c10a-eecd-415c-af49-4b875d9f7e28 used request id req-1d379f5d-f8ef-428b-9fe5-b579b6d05c17 2018-10-22 18:07:50,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/eb15c10a-eecd-415c-af49-4b875d9f7e28 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:51,202 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2504350f-a299-4158-a536-083dcd621ad4 Content-Length: 0 Date: Mon, 22 Oct 2018 18:07:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:07:51,202 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/eb15c10a-eecd-415c-af49-4b875d9f7e28 used request id req-2504350f-a299-4158-a536-083dcd621ad4 2018-10-22 18:07:51,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/ec150990-43ee-45d2-be88-9982779f8e70 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:07:51,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-997388fa-343a-46f8-88c4-abcdacd18305 Date: Mon, 22 Oct 2018 18:07:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8e9a3444377442da8b38ad768127d234", "created_at": "2018-10-22T14:59:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:07:51Z", "revision_number": 5, "routes": [], "project_id": "8e9a3444377442da8b38ad768127d234", "id": "ec150990-43ee-45d2-be88-9982779f8e70", "name": "NeutronUtilsRouterTests-7097e23e-904f-431e-ab56-af7aad467c51-pub-router"}} 2018-10-22 18:07:51,897 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ec150990-43ee-45d2-be88-9982779f8e70 used request id req-997388fa-343a-46f8-88c4-abcdacd18305 2018-10-22 18:07:51,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/ec150990-43ee-45d2-be88-9982779f8e70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:52,567 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d896f530-bbd0-423e-a571-9d3f307f4382 Content-Length: 0 Date: Mon, 22 Oct 2018 18:07:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:07:52,567 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/ec150990-43ee-45d2-be88-9982779f8e70 used request id req-d896f530-bbd0-423e-a571-9d3f307f4382 2018-10-22 18:07:52,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/edb8e9e4-a8e4-46a9-b25c-b3e39f97a812 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:07:53,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 454 X-Openstack-Request-Id: req-62e3d2d3-97a8-45d1-b2ed-c3fa73238c7c Date: Mon, 22 Oct 2018 18:07:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "eaa3a590d6f54b2a96b2f8ae954d5217", "created_at": "2018-10-22T15:26:51Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-22T18:07:53Z", "revision_number": 5, "routes": [], "project_id": "eaa3a590d6f54b2a96b2f8ae954d5217", "id": "edb8e9e4-a8e4-46a9-b25c-b3e39f97a812", "name": "tempest-FloatingIPTestJSON-router-1799589610"}} 2018-10-22 18:07:53,381 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/edb8e9e4-a8e4-46a9-b25c-b3e39f97a812 used request id req-62e3d2d3-97a8-45d1-b2ed-c3fa73238c7c 2018-10-22 18:07:53,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/edb8e9e4-a8e4-46a9-b25c-b3e39f97a812 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:53,837 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ac5a426f-db23-4f37-a9f3-62b1349bc109 Content-Length: 0 Date: Mon, 22 Oct 2018 18:07:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:07:53,837 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/edb8e9e4-a8e4-46a9-b25c-b3e39f97a812 used request id req-ac5a426f-db23-4f37-a9f3-62b1349bc109 2018-10-22 18:07:53,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/f0b6b85a-1942-4166-9603-f8fecad10b87 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:07:54,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 450 X-Openstack-Request-Id: req-d4e6aafe-3d8e-4914-b6d6-c4a27af183ab Date: Mon, 22 Oct 2018 18:07:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3f59502d9e2049239d74ba86beddb3b2", "created_at": "2018-10-22T15:29:28Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-22T18:07:54Z", "revision_number": 5, "routes": [], "project_id": "3f59502d9e2049239d74ba86beddb3b2", "id": "f0b6b85a-1942-4166-9603-f8fecad10b87", "name": "tempest-RoutersIpV6Test-router-220539501"}} 2018-10-22 18:07:54,570 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f0b6b85a-1942-4166-9603-f8fecad10b87 used request id req-d4e6aafe-3d8e-4914-b6d6-c4a27af183ab 2018-10-22 18:07:54,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/f0b6b85a-1942-4166-9603-f8fecad10b87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" 2018-10-22 18:07:54,842 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-97999334-fb83-44c7-8c09-9e3a23418bc9 Content-Length: 0 Date: Mon, 22 Oct 2018 18:07:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:07:54,842 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/f0b6b85a-1942-4166-9603-f8fecad10b87 used request id req-97999334-fb83-44c7-8c09-9e3a23418bc9 2018-10-22 18:07:54,917 - 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-10-22 18:07:54,917 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-10-22 18:07:54,917 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-10-22 18:07:55,001 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-10-22 18:07:55,004 - paramiko.transport - DEBUG - starting thread (client mode): 0x6c1bab50L 2018-10-22 18:07:55,005 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:07:55,027 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:07:55,027 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:07:55,032 - 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-10-22 18:07:55,032 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:07:55,032 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:07:55,032 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:07:55,032 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:07:55,032 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:07:55,041 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:07:55,042 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:07:55,068 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.105: a2d1ec4bebed047ce2b4a215eed33ed6 2018-10-22 18:07:55,069 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:07:55,081 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:07:55,109 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:07:55,134 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:07:55,266 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:07:55,266 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:07:55,305 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:07:55,305 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:07:55,339 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:00,074 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:00,076 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:00,078 - paramiko.transport - DEBUG - starting thread (client mode): 0x68f1d750L 2018-10-22 18:08:00,078 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:00,084 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:00,084 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:00,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-10-22 18:08:00,086 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:00,087 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:00,087 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:00,087 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:00,087 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:00,092 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:00,093 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:00,094 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 97d60aef74c92d1a490708e4347a9319 2018-10-22 18:08:00,094 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:00,132 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:00,143 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:00,159 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:00,224 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:00,224 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:00,263 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:00,264 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:00,271 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:00,302 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:00,303 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:00,304 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:00,305 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:00,305 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:00,345 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:00,398 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:00,399 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:00,400 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:00,401 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:00,401 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:00,442 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:00,472 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:00,474 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:00,475 - paramiko.transport - DEBUG - starting thread (client mode): 0x68f91910L 2018-10-22 18:08:00,475 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:00,480 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:00,480 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:00,482 - 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-10-22 18:08:00,482 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:00,483 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:00,483 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:00,483 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:00,483 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:00,488 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:00,488 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:00,491 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 72a2a096ecf65e8ab28c1111a8608e40 2018-10-22 18:08:00,492 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:00,527 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:00,538 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:00,556 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:00,623 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:00,623 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:00,662 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:00,663 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:00,667 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:00,700 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:00,701 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:00,702 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:00,703 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:00,703 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:00,743 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:00,796 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:00,798 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:00,798 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:00,799 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:00,800 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:00,840 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:00,871 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:00,872 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:00,874 - paramiko.transport - DEBUG - starting thread (client mode): 0x68fb20d0L 2018-10-22 18:08:00,875 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:00,879 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:00,879 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:00,882 - 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-10-22 18:08:00,882 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:00,882 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:00,882 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:00,882 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:00,883 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:00,887 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:00,888 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:00,890 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 4919741302bf2e19f38a46a66750bfe8 2018-10-22 18:08:00,891 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:00,927 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:00,938 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:00,955 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:01,031 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:01,032 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:01,071 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:01,072 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:01,092 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:01,123 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:01,124 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:01,125 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:01,126 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:01,126 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:01,167 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:01,220 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:01,222 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:01,222 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:01,223 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:01,223 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:01,264 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:01,293 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:01,295 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:01,296 - paramiko.transport - DEBUG - starting thread (client mode): 0x68e8e990L 2018-10-22 18:08:01,297 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:01,302 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:01,302 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:01,304 - 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-10-22 18:08:01,304 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:01,304 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:01,304 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:01,305 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:01,305 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:01,309 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:01,310 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:01,312 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 9edadb84fe4f197718547dde2ff2c713 2018-10-22 18:08:01,313 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:01,349 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:01,359 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:01,377 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:01,447 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:01,447 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:01,486 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:01,487 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:01,496 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:01,538 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:01,539 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:01,540 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:01,541 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:01,541 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:01,581 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:01,628 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:01,629 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:01,630 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:01,630 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:01,631 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:01,671 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:01,698 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:01,700 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:01,701 - paramiko.transport - DEBUG - starting thread (client mode): 0x68e96590L 2018-10-22 18:08:01,702 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:01,707 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:01,707 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:01,710 - 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-10-22 18:08:01,710 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:01,710 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:01,710 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:01,710 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:01,710 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:01,715 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:01,715 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:01,717 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 46ec2732988c0182ab443fb6c02e39be 2018-10-22 18:08:01,718 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:01,755 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:01,766 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:01,782 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:01,851 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:01,851 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:01,890 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:01,891 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:01,901 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:01,931 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:01,932 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:01,933 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:01,934 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:01,934 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:01,975 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:02,017 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:02,019 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:02,019 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:02,020 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:02,020 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:02,061 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:02,089 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:02,090 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:02,091 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:02,092 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:02,092 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:02,098 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:06,746 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:06,747 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:06,749 - paramiko.transport - DEBUG - starting thread (client mode): 0x68f1dd10L 2018-10-22 18:08:06,749 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:06,756 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:06,756 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:06,758 - 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-10-22 18:08:06,759 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:06,759 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:06,759 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:06,759 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:06,759 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:06,764 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:06,764 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:06,781 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 97d60aef74c92d1a490708e4347a9319 2018-10-22 18:08:06,782 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:06,804 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:06,816 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:06,846 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:06,901 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:06,901 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:06,940 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:06,941 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:06,951 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:06,986 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:06,987 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:06,988 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:06,989 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:06,989 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:07,030 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:07,067 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:07,069 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:07,069 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:07,070 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:07,070 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:07,111 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:07,145 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:07,146 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:07,148 - paramiko.transport - DEBUG - starting thread (client mode): 0x68eaf190L 2018-10-22 18:08:07,148 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:07,154 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:07,155 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:07,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-10-22 18:08:07,158 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:07,158 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:07,158 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:07,159 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:07,159 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:07,163 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:07,164 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:07,180 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 72a2a096ecf65e8ab28c1111a8608e40 2018-10-22 18:08:07,181 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:07,203 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:07,216 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:07,245 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:07,314 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:07,314 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:07,353 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:07,354 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:07,366 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:07,403 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:07,404 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:07,405 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:07,406 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:07,406 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:07,447 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:07,486 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:07,488 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:07,488 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:07,489 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:07,489 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:07,531 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:07,563 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:07,565 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:07,567 - paramiko.transport - DEBUG - starting thread (client mode): 0x68e96950L 2018-10-22 18:08:07,567 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:07,573 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:07,573 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:07,577 - 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-10-22 18:08:07,577 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:07,577 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:07,578 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:07,578 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:07,578 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:07,582 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:07,583 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:07,599 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 4919741302bf2e19f38a46a66750bfe8 2018-10-22 18:08:07,599 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:07,622 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:07,634 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:07,664 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:07,736 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:07,736 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:07,775 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:07,776 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:07,784 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:07,821 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:07,822 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:07,823 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:07,824 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:07,824 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:07,865 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:07,903 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:07,905 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:07,906 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:07,906 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:07,907 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:07,947 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:07,979 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:07,981 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:07,982 - paramiko.transport - DEBUG - starting thread (client mode): 0x68eb1d50L 2018-10-22 18:08:07,983 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:07,987 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:07,987 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:07,989 - 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-10-22 18:08:07,989 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:07,989 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:07,989 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:07,990 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:07,990 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:07,994 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:07,995 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:07,999 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 9edadb84fe4f197718547dde2ff2c713 2018-10-22 18:08:07,999 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:08,034 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:08,044 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:08,064 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:08,121 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:08,121 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:08,160 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:08,161 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:08,167 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:08,195 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:08,197 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:08,197 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:08,198 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:08,198 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:08,239 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:08,270 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:08,272 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:08,272 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:08,273 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:08,274 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:08,314 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:08,341 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:08,342 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:08,344 - paramiko.transport - DEBUG - starting thread (client mode): 0x68eb9d90L 2018-10-22 18:08:08,345 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:08,349 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:08,349 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:08,351 - 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-10-22 18:08:08,351 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:08,351 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:08,351 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:08,352 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:08,352 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:08,356 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:08,357 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:08,360 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 46ec2732988c0182ab443fb6c02e39be 2018-10-22 18:08:08,361 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:08,396 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:08,406 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:08,425 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:08,486 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:08,486 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:08,526 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:08,527 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:08,530 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:08,560 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:08,561 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:08,562 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:08,563 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:08,563 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:08,604 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:08,638 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:08,639 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:08,640 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:08,641 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:08,641 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:08,682 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:08,709 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:08,709 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:08:08,710 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:08,711 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:08:08,711 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:08:08,714 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:08:08,769 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-22 18:08:08,770 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:08:08,771 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:08:08,772 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:08:08,772 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:08:08,775 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:08:08,832 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-22 18:08:08,833 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:08:08,834 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:08:08,835 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:08:08,835 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:08:08,839 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:08:08,892 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-22 18:08:08,893 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:08:08,894 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:08:08,894 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:08:08,895 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:08:08,897 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:08:09,004 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-22 18:08:09,005 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:08:09,005 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:08:09,006 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:08:09,006 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:08:09,009 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:08:09,113 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-22 18:08:09,113 - sdnvpn-results - INFO - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure 2018-10-22 18:08:09,114 - __name__ - INFO - Controller (ODL) list is ready 2018-10-22 18:08:09,114 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:08:09,116 - paramiko.transport - DEBUG - starting thread (client mode): 0x68fb2fd0L 2018-10-22 18:08:09,117 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:09,139 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:09,140 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:09,144 - 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-10-22 18:08:09,144 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:09,144 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:09,145 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:09,145 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:09,145 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:09,152 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:09,153 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:09,180 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.105: a2d1ec4bebed047ce2b4a215eed33ed6 2018-10-22 18:08:09,181 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:09,193 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:09,223 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:09,246 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:09,437 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:09,438 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:09,477 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:09,478 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:09,486 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:13,716 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:13,717 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:13,719 - paramiko.transport - DEBUG - starting thread (client mode): 0x68ec5cd0L 2018-10-22 18:08:13,719 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:13,727 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:13,727 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:13,730 - 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-10-22 18:08:13,730 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:13,730 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:13,730 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:13,731 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:13,731 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:13,736 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:13,736 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:13,751 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 97d60aef74c92d1a490708e4347a9319 2018-10-22 18:08:13,751 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:13,776 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:13,789 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:13,816 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:13,873 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:13,873 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:13,912 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:13,913 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:13,919 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:13,949 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:13,951 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:13,951 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:13,952 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:13,952 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:13,993 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:14,028 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:14,030 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:14,030 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:14,031 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:14,031 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:14,072 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:14,102 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:14,103 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:14,105 - paramiko.transport - DEBUG - starting thread (client mode): 0x68ed3b90L 2018-10-22 18:08:14,106 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:14,110 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:14,110 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:14,113 - 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-10-22 18:08:14,113 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:14,113 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:14,113 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:14,113 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:14,114 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:14,118 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:14,119 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:14,121 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 72a2a096ecf65e8ab28c1111a8608e40 2018-10-22 18:08:14,122 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:14,159 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:14,170 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:14,186 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:14,257 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:14,257 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:14,296 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:14,297 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:14,306 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:14,341 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:14,342 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:14,343 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:14,343 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:14,344 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:14,384 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:14,420 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:14,422 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:14,422 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:14,423 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:14,424 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:14,465 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:14,495 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:14,496 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:14,498 - paramiko.transport - DEBUG - starting thread (client mode): 0x68ee3b90L 2018-10-22 18:08:14,499 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:14,505 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:14,505 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:14,508 - 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-10-22 18:08:14,508 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:14,509 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:14,509 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:14,509 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:14,509 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:14,513 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:14,514 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:14,530 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 4919741302bf2e19f38a46a66750bfe8 2018-10-22 18:08:14,531 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:14,554 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:14,566 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:14,595 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:14,672 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:14,672 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:14,712 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:14,713 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:14,731 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:14,768 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:14,769 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:14,770 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:14,770 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:14,770 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:14,811 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:14,849 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:14,851 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:14,852 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:14,852 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:14,853 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:14,893 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:14,927 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:14,928 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:14,930 - paramiko.transport - DEBUG - starting thread (client mode): 0x68ee1550L 2018-10-22 18:08:14,931 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:14,935 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:14,935 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:14,936 - 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-10-22 18:08:14,937 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:14,937 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:14,937 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:14,937 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:14,937 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:14,942 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:14,942 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:14,946 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 9edadb84fe4f197718547dde2ff2c713 2018-10-22 18:08:14,947 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:14,981 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:14,992 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:15,011 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:15,068 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:15,068 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:15,107 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:15,108 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:15,114 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:15,144 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:15,145 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:15,146 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:15,147 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:15,147 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:15,187 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:15,218 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:15,219 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:15,220 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:15,221 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:15,221 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:15,261 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:15,288 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:15,290 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:15,292 - paramiko.transport - DEBUG - starting thread (client mode): 0x67e04650L 2018-10-22 18:08:15,292 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:15,296 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:15,296 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:15,298 - 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-10-22 18:08:15,298 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:15,298 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:15,299 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:15,299 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:15,299 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:15,303 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:15,304 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:15,308 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 46ec2732988c0182ab443fb6c02e39be 2018-10-22 18:08:15,308 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:15,343 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:15,353 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:15,373 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:15,433 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:15,433 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:15,473 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:15,474 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:15,478 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:15,507 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:15,508 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:15,508 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:15,510 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:15,510 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:15,550 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:15,583 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:15,584 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:15,585 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:15,586 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:15,586 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:15,626 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:15,654 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:15,655 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:15,656 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:15,657 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:15,657 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:15,662 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:19,628 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:19,630 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:19,632 - paramiko.transport - DEBUG - starting thread (client mode): 0x68ec5a10L 2018-10-22 18:08:19,632 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:19,637 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:19,638 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:19,640 - 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-10-22 18:08:19,641 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:19,641 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:19,641 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:19,641 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:19,641 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:19,646 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:19,646 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:19,647 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 97d60aef74c92d1a490708e4347a9319 2018-10-22 18:08:19,648 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:19,686 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:19,698 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:19,712 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:19,776 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:19,776 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:19,815 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:19,816 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:19,821 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:19,858 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:19,859 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:19,860 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:19,860 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:19,860 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:19,901 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:19,939 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:19,941 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:19,942 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:19,943 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:19,943 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:19,983 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:20,014 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:20,015 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:20,017 - paramiko.transport - DEBUG - starting thread (client mode): 0x67e0ae90L 2018-10-22 18:08:20,018 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:20,023 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:20,023 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:20,026 - 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-10-22 18:08:20,026 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:20,026 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:20,026 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:20,026 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:20,027 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:20,031 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:20,032 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:20,033 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 72a2a096ecf65e8ab28c1111a8608e40 2018-10-22 18:08:20,034 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:20,071 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:20,083 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:20,098 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:20,184 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:20,184 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:20,223 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:20,224 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:20,234 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:20,268 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:20,269 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:20,270 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:20,271 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:20,271 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:20,311 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:20,348 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:20,349 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:20,350 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:20,351 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:20,351 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:20,392 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:20,422 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:20,424 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:20,425 - paramiko.transport - DEBUG - starting thread (client mode): 0x67e16c10L 2018-10-22 18:08:20,426 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:20,432 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:20,432 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:20,435 - 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-10-22 18:08:20,435 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:20,435 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:20,435 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:20,435 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:20,436 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:20,440 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:20,441 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:20,441 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 4919741302bf2e19f38a46a66750bfe8 2018-10-22 18:08:20,442 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:20,480 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:20,491 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:20,506 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:20,591 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:20,591 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:20,630 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:20,631 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:20,641 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:20,677 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:20,678 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:20,679 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:20,680 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:20,680 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:20,720 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:20,757 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:20,759 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:20,760 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:20,760 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:20,760 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:20,802 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:20,834 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:20,835 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:20,838 - paramiko.transport - DEBUG - starting thread (client mode): 0x67e14b90L 2018-10-22 18:08:20,838 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:20,842 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:20,843 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:20,845 - 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-10-22 18:08:20,845 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:20,845 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:20,845 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:20,845 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:20,846 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:20,850 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:20,850 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:20,853 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 9edadb84fe4f197718547dde2ff2c713 2018-10-22 18:08:20,854 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:20,889 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:20,901 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:20,919 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:20,978 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:20,978 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:21,017 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:21,018 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:21,022 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:21,052 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:21,053 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:21,054 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:21,055 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:21,055 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:21,095 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:21,128 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:21,129 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:21,130 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:21,131 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:21,131 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:21,171 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:21,197 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:21,199 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:21,201 - paramiko.transport - DEBUG - starting thread (client mode): 0x67e27910L 2018-10-22 18:08:21,202 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:08:21,206 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:08:21,206 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:08:21,208 - 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-10-22 18:08:21,208 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:08:21,208 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:08:21,208 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:08:21,209 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:08:21,209 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:08:21,213 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:08:21,214 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:08:21,217 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 46ec2732988c0182ab443fb6c02e39be 2018-10-22 18:08:21,218 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:08:21,253 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:08:21,264 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:08:21,282 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:08:21,345 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:08:21,345 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:08:21,384 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:08:21,385 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:08:21,388 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:08:21,417 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:08:21,418 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:08:21,419 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:08:21,420 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:08:21,420 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:08:21,461 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:08:21,491 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:08:21,493 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:08:21,493 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:08:21,494 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:08:21,494 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:08:21,535 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:08:21,561 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:08:21,563 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:08:21,563 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:08:21,565 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:08:21,565 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:08:21,569 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:08:21,618 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-22 18:08:21,619 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-22 18:08:21,620 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:08:21,621 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-22 18:08:21,621 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-22 18:08:21,662 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-22 18:08:21,703 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-22 18:08:21,704 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:08:21,705 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-22 18:08:21,706 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:08:21,706 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:08:21,709 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:08:21,755 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-22 18:08:21,756 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-22 18:08:21,757 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:08:21,758 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-22 18:08:21,758 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-22 18:08:21,799 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-22 18:08:21,838 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-22 18:08:21,839 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:08:21,840 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-22 18:08:21,841 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:08:21,841 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:08:21,843 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:08:21,886 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-22 18:08:21,887 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-22 18:08:21,889 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:08:21,889 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-22 18:08:21,889 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-22 18:08:21,930 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-22 18:08:21,969 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-22 18:08:21,970 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:08:21,971 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-22 18:08:21,971 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:08:21,971 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:08:21,975 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:08:22,016 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-22 18:08:22,017 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-22 18:08:22,018 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:08:22,018 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-22 18:08:22,019 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-22 18:08:22,059 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-22 18:08:22,094 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-22 18:08:22,095 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:08:22,096 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-22 18:08:22,097 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:08:22,097 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:08:22,101 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:08:22,147 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-22 18:08:22,148 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-22 18:08:22,149 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:08:22,150 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-22 18:08:22,150 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-22 18:08:22,190 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-22 18:08:22,226 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-22 18:08:22,227 - 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-10-22 18:08:22,227 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-22 18:08:22,227 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-10-22 18:08:22,227 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-22 18:08:22,228 - 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-10-22 18:08:22,228 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-10-22 18:08:22,228 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-10-22 18:08:22,229 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-10-22 18:08:22,305 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-10-22 18:08:22,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:08:22,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:08:22,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:08:22,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:08:22,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:08:22,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:08:22,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:08:22,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:08:22,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:08:22,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:08:22,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:08:22,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:08:22,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:08:22,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:08:22,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:08:22,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:08:22,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:08:22,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:08:22,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:08:22,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:08:22,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:08:22,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:08:22,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:08:22,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:08:22,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:08:22,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:08:22,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:08:22,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:08:22,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:08:22,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:08:22,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:08:22,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:08:22,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:08:22,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:08:22,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:08:22,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:08:22,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:08:22,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:08:22,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:08:22,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:08:22,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:08:22,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:08:22,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:08:22,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:08:22,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:08:22,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:08:22,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:08:22,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:08:22,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-22 18:08:22,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:08:22,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:08:22,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:08:22,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:08:22,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:08:22,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:08:22,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:08:22,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:08:22,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:08:22,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:08:22,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:08:22,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:08:22,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:08:22,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:08:22,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:08:22,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:08:22,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:08:22,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:08:22,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:08:22,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:08:22,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:08:22,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:08:22,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:08:22,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:08:22,314 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-22 18:08:22,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:08:22,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16c2e746-df2e-4f9b-a296-993f250c546c 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:08:22,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-16c2e746-df2e-4f9b-a296-993f250c546c 2018-10-22 18:08:22,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:08:22,827 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:08:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["Ew4T40I6S9GinCAPSYD7Gg"], "issued_at": "2018-10-22T18:08:22.000000Z"}} 2018-10-22 18:08:22,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}830bff77f0c10563a124607ccde0b11a4b140141" 2018-10-22 18:08:23,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-eee093e6-fb43-41e9-8cae-327e6347941e Date: Mon, 22 Oct 2018 18:08:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-22 18:08:23,410 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-eee093e6-fb43-41e9-8cae-327e6347941e 2018-10-22 18:08:23,411 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-22 18:08:23,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}830bff77f0c10563a124607ccde0b11a4b140141" 2018-10-22 18:08:23,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e82f51fe-9bde-472e-b9ef-8217be322b6a Date: Mon, 22 Oct 2018 18:08:23 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-10-22 18:08:23,568 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-e82f51fe-9bde-472e-b9ef-8217be322b6a 2018-10-22 18:08:23,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}830bff77f0c10563a124607ccde0b11a4b140141" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-22 18:08:23,797 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/49824c89-ac25-4309-bdad-4df0a672c944 X-Openstack-Request-Id: req-edf17915-393d-44c9-9b21-acf76ed63e5d Date: Mon, 22 Oct 2018 18:08:23 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T18:08:23Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T18:08:23Z", "visibility": "public", "locations": [], "self": "/v2/images/49824c89-ac25-4309-bdad-4df0a672c944", "min_disk": 0, "protected": false, "id": "49824c89-ac25-4309-bdad-4df0a672c944", "file": "/v2/images/49824c89-ac25-4309-bdad-4df0a672c944/file", "checksum": null, "owner": "8ba7a6acf87944158b12f697f8414be6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 18:08:23,797 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-edf17915-393d-44c9-9b21-acf76ed63e5d 2018-10-22 18:08:23,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/49824c89-ac25-4309-bdad-4df0a672c944/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}830bff77f0c10563a124607ccde0b11a4b140141" -d '' 2018-10-22 18:08:24,651 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8c02aceb-1da6-434f-8bec-289d6360853f Date: Mon, 22 Oct 2018 18:08:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:08:24,652 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/49824c89-ac25-4309-bdad-4df0a672c944/file used request id req-8c02aceb-1da6-434f-8bec-289d6360853f 2018-10-22 18:08:24,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:08:24,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:08:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9af85fe2-36a2-4c13-b643-ba098dcb7028 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:08:24,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9af85fe2-36a2-4c13-b643-ba098dcb7028 2018-10-22 18:08:24,661 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:08:25,044 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:08:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["cTIOjvobToK5ICTTRQjXhw"], "issued_at": "2018-10-22T18:08:25.000000Z"}} 2018-10-22 18:08:25,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" 2018-10-22 18:08:25,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1373 X-Openstack-Request-Id: req-56a00960-0c9c-4a31-a9d0-9c79c3707e02 Date: Mon, 22 Oct 2018 18:08:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","subnets":["6f0b01fe-f639-471b-900a-522fe527792d"],"description":"","tags":[],"updated_at":"2018-10-22T18:01:01Z","provider:segmentation_id":92,"name":"tempest-test-network--1913911896","admin_state_up":true,"tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:00Z","provider:network_type":"vxlan"}]} 2018-10-22 18:08:25,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-56a00960-0c9c-4a31-a9d0-9c79c3707e02 2018-10-22 18:08:25,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" 2018-10-22 18:08:25,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1228 X-Openstack-Request-Id: req-427a573f-eb7e-46db-9a70-a159d0331fba Date: Mon, 22 Oct 2018 18:08:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:01Z","dns_nameservers":[],"updated_at":"2018-10-22T18:01:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.14"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/28","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","id":"6f0b01fe-f639-471b-900a-522fe527792d","subnetpool_id":null,"name":""},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-22 18:08:25,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-427a573f-eb7e-46db-9a70-a159d0331fba 2018-10-22 18:08:25,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" 2018-10-22 18:08:25,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-eee9ab7f-5007-4101-929d-34fe15773efb Date: Mon, 22 Oct 2018 18:08:25 GMT RESP BODY: {"routers": []} 2018-10-22 18:08:25,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers used request id req-eee9ab7f-5007-4101-929d-34fe15773efb 2018-10-22 18:08:25,677 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-10-22 18:08:25,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" -d '{"network": {"name": "sdnvpn-8-1", "admin_state_up": true}}' 2018-10-22 18:08:25,913 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-c3559535-58be-425f-b25b-916f7d7df2f5 Date: Mon, 22 Oct 2018 18:08:25 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"af35edac-b1f2-4a46-a632-53a0c8ac6752","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:08:25Z","is_default":false,"provider:segmentation_id":55,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:08:25Z","mtu":1450}} 2018-10-22 18:08:25,913 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-c3559535-58be-425f-b25b-916f7d7df2f5 2018-10-22 18:08:25,913 - sdnvpn.lib.openstack_utils - DEBUG - Network 'af35edac-b1f2-4a46-a632-53a0c8ac6752' created successfully 2018-10-22 18:08:25,913 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-22 18:08:25,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" -d '{"subnets": [{"ip_version": 4, "network_id": "af35edac-b1f2-4a46-a632-53a0c8ac6752", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-1-subnet"}]}' 2018-10-22 18:08:26,662 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-69c2d2ee-857f-41ed-b97e-9b8dd36f1c5f Date: Mon, 22 Oct 2018 18:08:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af35edac-b1f2-4a46-a632-53a0c8ac6752","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:08:26Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:08:26Z","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":"8ba7a6acf87944158b12f697f8414be6","id":"3b268aa1-e986-4570-baf7-e062d4870cf2","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-10-22 18:08:26,663 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-69c2d2ee-857f-41ed-b97e-9b8dd36f1c5f 2018-10-22 18:08:26,663 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '3b268aa1-e986-4570-baf7-e062d4870cf2' created successfully 2018-10-22 18:08:26,663 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-22 18:08:26,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" -d '{"router": {"name": "sdnvpn-8-1-router", "admin_state_up": true}}' 2018-10-22 18:08:26,965 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-10bd7a41-8b9d-4a3c-922f-48775eadaa97 Date: Mon, 22 Oct 2018 18:08:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:08:26Z", "revision_number": 0, "routes": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "bf766da8-adec-48fb-88b3-6f306ff07686", "name": "sdnvpn-8-1-router"}} 2018-10-22 18:08:26,965 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-10bd7a41-8b9d-4a3c-922f-48775eadaa97 2018-10-22 18:08:26,966 - sdnvpn.lib.openstack_utils - DEBUG - Router 'bf766da8-adec-48fb-88b3-6f306ff07686' created successfully 2018-10-22 18:08:26,966 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-22 18:08:26,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/bf766da8-adec-48fb-88b3-6f306ff07686/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" -d '{"subnet_id": "3b268aa1-e986-4570-baf7-e062d4870cf2"}' 2018-10-22 18:08:28,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7addc5a1-43c7-47ce-8f41-3fbaed56fad7 Date: Mon, 22 Oct 2018 18:08:28 GMT RESP BODY: {"network_id": "af35edac-b1f2-4a46-a632-53a0c8ac6752", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "subnet_id": "3b268aa1-e986-4570-baf7-e062d4870cf2", "subnet_ids": ["3b268aa1-e986-4570-baf7-e062d4870cf2"], "port_id": "d71a72b2-2c04-4175-9129-756e08ad4596", "id": "bf766da8-adec-48fb-88b3-6f306ff07686"} 2018-10-22 18:08:28,472 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/bf766da8-adec-48fb-88b3-6f306ff07686/add_router_interface used request id req-7addc5a1-43c7-47ce-8f41-3fbaed56fad7 2018-10-22 18:08:28,472 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-22 18:08:28,472 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-22 18:08:28,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" 2018-10-22 18:08:28,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2029 X-Openstack-Request-Id: req-8ffae9d2-6ee9-499b-9cdb-42b0ad209e33 Date: Mon, 22 Oct 2018 18:08:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"af35edac-b1f2-4a46-a632-53a0c8ac6752","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["3b268aa1-e986-4570-baf7-e062d4870cf2"],"description":"","tags":[],"updated_at":"2018-10-22T18:08:26Z","provider:segmentation_id":55,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:08:25Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","subnets":["6f0b01fe-f639-471b-900a-522fe527792d"],"description":"","tags":[],"updated_at":"2018-10-22T18:01:01Z","provider:segmentation_id":92,"name":"tempest-test-network--1913911896","admin_state_up":true,"tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:00Z","provider:network_type":"vxlan"}]} 2018-10-22 18:08:28,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-8ffae9d2-6ee9-499b-9cdb-42b0ad209e33 2018-10-22 18:08:28,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/bf766da8-adec-48fb-88b3-6f306ff07686 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" -d '{"router": {"external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f"}}}' 2018-10-22 18:08:29,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-16fe19a0-c52d-4aab-a1c2-272a756c836c Date: Mon, 22 Oct 2018 18:08:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:08:29Z", "revision_number": 3, "routes": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "bf766da8-adec-48fb-88b3-6f306ff07686", "name": "sdnvpn-8-1-router"}} 2018-10-22 18:08:29,926 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/bf766da8-adec-48fb-88b3-6f306ff07686 used request id req-16fe19a0-c52d-4aab-a1c2-272a756c836c 2018-10-22 18:08:29,926 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-22 18:08:29,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" 2018-10-22 18:08:30,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2029 X-Openstack-Request-Id: req-776d0eb9-38df-4757-9cce-dee5cb50f043 Date: Mon, 22 Oct 2018 18:08:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"af35edac-b1f2-4a46-a632-53a0c8ac6752","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["3b268aa1-e986-4570-baf7-e062d4870cf2"],"description":"","tags":[],"updated_at":"2018-10-22T18:08:26Z","provider:segmentation_id":55,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:08:25Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","subnets":["6f0b01fe-f639-471b-900a-522fe527792d"],"description":"","tags":[],"updated_at":"2018-10-22T18:01:01Z","provider:segmentation_id":92,"name":"tempest-test-network--1913911896","admin_state_up":true,"tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:00Z","provider:network_type":"vxlan"}]} 2018-10-22 18:08:30,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-776d0eb9-38df-4757-9cce-dee5cb50f043 2018-10-22 18:08:30,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" 2018-10-22 18:08:30,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1857 X-Openstack-Request-Id: req-63a2623c-0f60-4d9c-aa29-6bf04df7d3da Date: Mon, 22 Oct 2018 18:08:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af35edac-b1f2-4a46-a632-53a0c8ac6752","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:08:26Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:08:26Z","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":"8ba7a6acf87944158b12f697f8414be6","id":"3b268aa1-e986-4570-baf7-e062d4870cf2","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:01Z","dns_nameservers":[],"updated_at":"2018-10-22T18:01:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.14"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/28","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","id":"6f0b01fe-f639-471b-900a-522fe527792d","subnetpool_id":null,"name":""},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-22 18:08:30,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-63a2623c-0f60-4d9c-aa29-6bf04df7d3da 2018-10-22 18:08:30,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" 2018-10-22 18:08:30,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-03fbdeac-a565-4459-8b39-ce9e2d5c5bf9 Date: Mon, 22 Oct 2018 18:08:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:08:29Z", "revision_number": 3, "routes": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "bf766da8-adec-48fb-88b3-6f306ff07686", "name": "sdnvpn-8-1-router"}]} 2018-10-22 18:08:30,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers used request id req-03fbdeac-a565-4459-8b39-ce9e2d5c5bf9 2018-10-22 18:08:30,458 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-10-22 18:08:30,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" -d '{"network": {"name": "sdnvpn-8-2", "admin_state_up": true}}' 2018-10-22 18:08:30,703 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-3f37aa9a-5cab-4a69-914a-2340df5c0a18 Date: Mon, 22 Oct 2018 18:08: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":"d664e95a-ed15-4c5d-b2c1-8cd5ddb66000","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:08:30Z","is_default":false,"provider:segmentation_id":102,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:08:30Z","mtu":1450}} 2018-10-22 18:08:30,703 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-3f37aa9a-5cab-4a69-914a-2340df5c0a18 2018-10-22 18:08:30,704 - sdnvpn.lib.openstack_utils - DEBUG - Network 'd664e95a-ed15-4c5d-b2c1-8cd5ddb66000' created successfully 2018-10-22 18:08:30,704 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-22 18:08:30,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" -d '{"subnets": [{"ip_version": 4, "network_id": "d664e95a-ed15-4c5d-b2c1-8cd5ddb66000", "cidr": "10.10.20.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-2-subnet"}]}' 2018-10-22 18:08:31,496 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-72be266b-3311-46f3-9483-b07f181e1a4a Date: Mon, 22 Oct 2018 18:08:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d664e95a-ed15-4c5d-b2c1-8cd5ddb66000","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:08:31Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:08:31Z","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":"8ba7a6acf87944158b12f697f8414be6","id":"12140a2a-10af-491e-a48c-37b09e321490","subnetpool_id":null,"name":"sdnvpn-8-2-subnet"}]} 2018-10-22 18:08:31,496 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-72be266b-3311-46f3-9483-b07f181e1a4a 2018-10-22 18:08:31,496 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '12140a2a-10af-491e-a48c-37b09e321490' created successfully 2018-10-22 18:08:31,497 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-22 18:08:31,497 - sdnvpn.lib.openstack_utils - DEBUG - Router 'bf766da8-adec-48fb-88b3-6f306ff07686' created successfully 2018-10-22 18:08:31,497 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-22 18:08:31,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/bf766da8-adec-48fb-88b3-6f306ff07686/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" -d '{"subnet_id": "12140a2a-10af-491e-a48c-37b09e321490"}' 2018-10-22 18:08:33,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7e415e1c-ca53-4aba-834c-fc82036f043b Date: Mon, 22 Oct 2018 18:08:33 GMT RESP BODY: {"network_id": "d664e95a-ed15-4c5d-b2c1-8cd5ddb66000", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "subnet_id": "12140a2a-10af-491e-a48c-37b09e321490", "subnet_ids": ["12140a2a-10af-491e-a48c-37b09e321490"], "port_id": "ab4161ca-1ecf-4420-8c67-403686e4881e", "id": "bf766da8-adec-48fb-88b3-6f306ff07686"} 2018-10-22 18:08:33,044 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/bf766da8-adec-48fb-88b3-6f306ff07686/add_router_interface used request id req-7e415e1c-ca53-4aba-834c-fc82036f043b 2018-10-22 18:08:33,044 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-22 18:08:33,044 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-22 18:08:33,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" 2018-10-22 18:08:33,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2686 X-Openstack-Request-Id: req-c7882fc9-8145-47c2-a908-a748678cd7b0 Date: Mon, 22 Oct 2018 18:08:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"af35edac-b1f2-4a46-a632-53a0c8ac6752","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["3b268aa1-e986-4570-baf7-e062d4870cf2"],"description":"","tags":[],"updated_at":"2018-10-22T18:08:26Z","provider:segmentation_id":55,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:08:25Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","subnets":["6f0b01fe-f639-471b-900a-522fe527792d"],"description":"","tags":[],"updated_at":"2018-10-22T18:01:01Z","provider:segmentation_id":92,"name":"tempest-test-network--1913911896","admin_state_up":true,"tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d664e95a-ed15-4c5d-b2c1-8cd5ddb66000","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["12140a2a-10af-491e-a48c-37b09e321490"],"description":"","tags":[],"updated_at":"2018-10-22T18:08:31Z","provider:segmentation_id":102,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:08:30Z","provider:network_type":"vxlan"}]} 2018-10-22 18:08:33,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-c7882fc9-8145-47c2-a908-a748678cd7b0 2018-10-22 18:08:33,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/bf766da8-adec-48fb-88b3-6f306ff07686 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" -d '{"router": {"external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f"}}}' 2018-10-22 18:08:34,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-5fbcd44c-2302-4d96-8139-903c38303f7d Date: Mon, 22 Oct 2018 18:08:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:08:33Z", "revision_number": 5, "routes": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "bf766da8-adec-48fb-88b3-6f306ff07686", "name": "sdnvpn-8-1-router"}} 2018-10-22 18:08:34,048 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/bf766da8-adec-48fb-88b3-6f306ff07686 used request id req-5fbcd44c-2302-4d96-8139-903c38303f7d 2018-10-22 18:08:34,049 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-22 18:08:34,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" 2018-10-22 18:08:34,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11197 X-Openstack-Request-Id: req-448143d5-0cde-41f3-a4a8-614b3244fe4f Date: Mon, 22 Oct 2018 18:08:34 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "updated_at": "2018-10-22T18:01:06Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "9fc44f04-2cd7-4100-9543-8571d2da7285", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "f5e8b3f0-29af-49f0-94fb-39a2d07d2cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "58c66846-fedf-4b66-b4e6-ffd6961123a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}], "revision_number": 3, "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "name": "tempest-secgroup--969560917"}, {"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "updated_at": "2018-10-22T18:04:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "c522c5d9-59c1-4a83-941f-8ae7551e78b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "1a013dff-72ac-41fc-9e59-265dff844960", "remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "406eb29d-a577-4eee-a2dd-70816b1f5888", "remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "8d4ddaeb-a7b3-4aed-91b7-115087d4fcb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}], "revision_number": 4, "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "55730c75-de7b-4a88-af62-c3f888487961", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "updated_at": "2018-10-22T14:58:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "67e51c9b-e362-42bd-a305-439e546f173e", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "90643a86-0f62-4588-9a8c-68cea1343ff6", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "name": "default"}]} 2018-10-22 18:08:34,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-448143d5-0cde-41f3-a4a8-614b3244fe4f 2018-10-22 18:08:34,264 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-10-22 18:08:34,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" -d '{"security_group": {"name": "sdnvpn-sg", "description": "Security group for SDNVPN test cases"}}' 2018-10-22 18:08:34,797 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1377 X-Openstack-Request-Id: req-c338e9cd-13d2-4793-a023-03d02d4ee00b Date: Mon, 22 Oct 2018 18:08:34 GMT RESP BODY: {"security_group": {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "updated_at": "2018-10-22T18:08:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "7028de3f-e565-496f-b597-ca46bbca438c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "982034b0-0ac6-4711-ae91-f2bb976a3b46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 2, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "82fd1622-3826-4da5-909e-15968132dad8", "name": "sdnvpn-sg"}} 2018-10-22 18:08:34,797 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-c338e9cd-13d2-4793-a023-03d02d4ee00b 2018-10-22 18:08:34,798 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=82fd1622-3826-4da5-909e-15968132dad8 created successfully. 2018-10-22 18:08:34,798 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-10-22 18:08:34,798 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-10-22 18:08:34,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" -d '{"security_group_rule": {"direction": "ingress", "protocol": "icmp", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:08:35,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-350dc280-676e-454a-89c5-029723cf6e06 Date: Mon, 22 Oct 2018 18:08:35 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "6bc10a09-c2a7-464a-ad78-c70bbbf6ee4a"}} 2018-10-22 18:08:35,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-350dc280-676e-454a-89c5-029723cf6e06 2018-10-22 18:08:35,008 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-10-22 18:08:35,009 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-22 18:08:35,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" -d '{"security_group_rule": {"port_range_min": "22", "direction": "ingress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:08:35,325 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-a30131c7-dc17-4f10-ba6c-fc4ed605544a Date: Mon, 22 Oct 2018 18:08:35 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": 22, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:35Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "0e25d5d7-5b4c-49b5-88b5-324f10154a10"}} 2018-10-22 18:08:35,325 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-a30131c7-dc17-4f10-ba6c-fc4ed605544a 2018-10-22 18:08:35,325 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-22 18:08:35,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" -d '{"security_group_rule": {"port_range_min": "22", "direction": "egress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:08:35,677 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 506 X-Openstack-Request-Id: req-f9254674-2ee2-4b36-abcb-92c7e895ec6f Date: Mon, 22 Oct 2018 18:08:35 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-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": 22, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:35Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "8b050586-2b9f-4633-a718-7d1d30acbcf3"}} 2018-10-22 18:08:35,678 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-f9254674-2ee2-4b36-abcb-92c7e895ec6f 2018-10-22 18:08:35,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" 2018-10-22 18:08:35,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11757 X-Openstack-Request-Id: req-fd6fca50-0c56-4725-8809-0ee59f6fa9d6 Date: Mon, 22 Oct 2018 18:08:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": 22, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:35Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "0e25d5d7-5b4c-49b5-88b5-324f10154a10"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a"}, {"remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "1a013dff-72ac-41fc-9e59-265dff844960"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d"}, {"remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "406eb29d-a577-4eee-a2dd-70816b1f5888"}, {"remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961"}, {"remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "45761236-05cb-4509-8544-b7f57edc0051"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "port_range_min": null, "revision_number": 0, "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "58c66846-fedf-4b66-b4e6-ffd6961123a2"}, {"remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "67e51c9b-e362-42bd-a305-439e546f173e"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "6bc10a09-c2a7-464a-ad78-c70bbbf6ee4a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "7028de3f-e565-496f-b597-ca46bbca438c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3"}, {"remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "8922276a-b526-4eb4-b86d-18ba88b155c0"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": 22, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:35Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "8b050586-2b9f-4633-a718-7d1d30acbcf3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "8d4ddaeb-a7b3-4aed-91b7-115087d4fcb0"}, {"remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "90643a86-0f62-4588-9a8c-68cea1343ff6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "982034b0-0ac6-4711-ae91-f2bb976a3b46"}, {"remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "port_range_min": 22, "revision_number": 0, "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "9fc44f04-2cd7-4100-9543-8571d2da7285"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "c522c5d9-59c1-4a83-941f-8ae7551e78b7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "port_range_min": null, "revision_number": 0, "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "f5e8b3f0-29af-49f0-94fb-39a2d07d2cd8"}]} 2018-10-22 18:08:35,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-fd6fca50-0c56-4725-8809-0ee59f6fa9d6 2018-10-22 18:08:35,712 - sdnvpn_test_utils - INFO - This rule exists for security group: 82fd1622-3826-4da5-909e-15968132dad8 2018-10-22 18:08:35,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" 2018-10-22 18:08:35,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11757 X-Openstack-Request-Id: req-021fcdc6-63e8-42ed-b989-1c41f51135f2 Date: Mon, 22 Oct 2018 18:08:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": 22, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:35Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "0e25d5d7-5b4c-49b5-88b5-324f10154a10"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a"}, {"remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "1a013dff-72ac-41fc-9e59-265dff844960"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d"}, {"remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "406eb29d-a577-4eee-a2dd-70816b1f5888"}, {"remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961"}, {"remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "45761236-05cb-4509-8544-b7f57edc0051"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "port_range_min": null, "revision_number": 0, "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "58c66846-fedf-4b66-b4e6-ffd6961123a2"}, {"remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "67e51c9b-e362-42bd-a305-439e546f173e"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "6bc10a09-c2a7-464a-ad78-c70bbbf6ee4a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "7028de3f-e565-496f-b597-ca46bbca438c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3"}, {"remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "8922276a-b526-4eb4-b86d-18ba88b155c0"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": 22, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:35Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "8b050586-2b9f-4633-a718-7d1d30acbcf3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "8d4ddaeb-a7b3-4aed-91b7-115087d4fcb0"}, {"remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "90643a86-0f62-4588-9a8c-68cea1343ff6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "982034b0-0ac6-4711-ae91-f2bb976a3b46"}, {"remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "port_range_min": 22, "revision_number": 0, "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "9fc44f04-2cd7-4100-9543-8571d2da7285"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "c522c5d9-59c1-4a83-941f-8ae7551e78b7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "port_range_min": null, "revision_number": 0, "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "f5e8b3f0-29af-49f0-94fb-39a2d07d2cd8"}]} 2018-10-22 18:08:35,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-021fcdc6-63e8-42ed-b989-1c41f51135f2 2018-10-22 18:08:35,747 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-22 18:08:35,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" -d '{"security_group_rule": {"port_range_min": 80, "direction": "ingress", "protocol": "tcp", "port_range_max": 80, "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:08:35,940 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-738b4ea4-5a3f-4119-9d84-dda94ff798cb Date: Mon, 22 Oct 2018 18:08:35 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": 80, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:35Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "57707afa-8faf-4113-8c8c-30963caf5615"}} 2018-10-22 18:08:35,941 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-738b4ea4-5a3f-4119-9d84-dda94ff798cb 2018-10-22 18:08:35,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:08:35,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d3ec731-9e30-4cca-aafa-b7351e941f86 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:08:35,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9d3ec731-9e30-4cca-aafa-b7351e941f86 2018-10-22 18:08:35,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:08:36,317 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:08:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["p25cPn7pQyawFvI7cP1AqA"], "issued_at": "2018-10-22T18:08:36.000000Z"}} 2018-10-22 18:08:36,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55c054f62e10dc2b431e061ae08e7399171ed86d" 2018-10-22 18:08:36,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:08: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-9a82cb83-b9f0-4633-8604-d22b3f3ad573 x-compute-request-id: req-9a82cb83-b9f0-4633-8604-d22b3f3ad573 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 197}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-22 18:08:36,492 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-9a82cb83-b9f0-4633-8604-d22b3f3ad573 2018-10-22 18:08:36,493 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-10-22 18:08:36,494 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-2'... 2018-10-22 18:08:36,494 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-2 flavor=m1.tiny image=49824c89-ac25-4309-bdad-4df0a672c944 network=d664e95a-ed15-4c5d-b2c1-8cd5ddb66000 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-22 18:08:36,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:08:36,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:08:36,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:08:36,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:08:36,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:08:36,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:08:36,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:08:36,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:08:36,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:08:36,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:08:36,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:08:36,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:08:36,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:08:36,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:08:36,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:08:36,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:08:36,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:08:36,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:08:36,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:08:36,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:08:36,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:08:36,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:08:36,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:08:36,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:08:36,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:08:36,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:08:36,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:08:36,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:08:36,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:08:36,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:08:36,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:08:36,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:08:36,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:08:36,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:08:36,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:08:36,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:08:36,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:08:36,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:08:36,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:08:36,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:08:36,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:08:36,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:08:36,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:08:36,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:08:36,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:08:36,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:08:36,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:08:36,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:08:36,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:08:36,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57f2b891-5203-4da4-974f-6437a36ea08f 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:08:36,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-57f2b891-5203-4da4-974f-6437a36ea08f 2018-10-22 18:08:36,511 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:08:36,890 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:08:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["hi0jW5ziT8-a0diBJKC3_w"], "issued_at": "2018-10-22T18:08:36.000000Z"}} 2018-10-22 18:08:36,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b1e3f6461da74f62320e2c858c6d8206d291fab" 2018-10-22 18:08:37,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:08: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-4033c9bc-b2e4-446c-9457-6a612f04d758 x-compute-request-id: req-4033c9bc-b2e4-446c-9457-6a612f04d758 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:08:37,074 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-4033c9bc-b2e4-446c-9457-6a612f04d758 2018-10-22 18:08:37,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b1e3f6461da74f62320e2c858c6d8206d291fab" 2018-10-22 18:08:37,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:08:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af2126e6-c774-4e75-b272-98491b048a6e x-compute-request-id: req-af2126e6-c774-4e75-b272-98491b048a6e Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:08:37,099 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-af2126e6-c774-4e75-b272-98491b048a6e 2018-10-22 18:08:37,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b1e3f6461da74f62320e2c858c6d8206d291fab" -d '{"server": {"name": "sdnvpn-8-2", "imageRef": "49824c89-ac25-4309-bdad-4df0a672c944", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d664e95a-ed15-4c5d-b2c1-8cd5ddb66000"}]}}' 2018-10-22 18:08:39,174 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:08:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2ad98bb4-9242-412c-9131-4f8e2d7b578b x-compute-request-id: req-2ad98bb4-9242-412c-9131-4f8e2d7b578b Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0e440b24-6888-4c96-9c33-2e191e32507e", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0e440b24-6888-4c96-9c33-2e191e32507e", "rel": "bookmark"}], "adminPass": "2AkBK7cKtkqZ"}} 2018-10-22 18:08:39,175 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-2ad98bb4-9242-412c-9131-4f8e2d7b578b 2018-10-22 18:08:39,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:08:39,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:08:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79864d62-1e5c-401f-97a4-bbc090f71725 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:08:39,182 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-79864d62-1e5c-401f-97a4-bbc090f71725 2018-10-22 18:08:39,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:08:39,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:08:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["CiGbBVmPSw-U-4ou_wy3zw"], "issued_at": "2018-10-22T18:08:39.000000Z"}} 2018-10-22 18:08:39,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e08f37f6cb033e94b165f6427f703168ed2edd68" 2018-10-22 18:08:40,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:08:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab178c16-6fe9-4240-b58b-415817ab1395 x-compute-request-id: req-ab178c16-6fe9-4240-b58b-415817ab1395 Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0e440b24-6888-4c96-9c33-2e191e32507e", "rel": "bookmark"}], "image": {"id": "49824c89-ac25-4309-bdad-4df0a672c944", "links": [{"href": "http://172.30.9.22:8774/images/49824c89-ac25-4309-bdad-4df0a672c944", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "0e440b24-6888-4c96-9c33-2e191e32507e", "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:08: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": "sdnvpn-8-2", "created": "2018-10-22T18:08:39Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:08:40,150 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e used request id req-ab178c16-6fe9-4240-b58b-415817ab1395 2018-10-22 18:08:43,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e08f37f6cb033e94b165f6427f703168ed2edd68" 2018-10-22 18:08:43,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-1ca05ca9-b98a-434e-a57c-2eb48ac3f236 x-compute-request-id: req-1ca05ca9-b98a-434e-a57c-2eb48ac3f236 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.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0e440b24-6888-4c96-9c33-2e191e32507e", "rel": "bookmark"}], "image": {"id": "49824c89-ac25-4309-bdad-4df0a672c944", "links": [{"href": "http://172.30.9.22:8774/images/49824c89-ac25-4309-bdad-4df0a672c944", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000125", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "0e440b24-6888-4c96-9c33-2e191e32507e", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:08:40Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-8-2", "created": "2018-10-22T18:08:39Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:08:43,957 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e used request id req-1ca05ca9-b98a-434e-a57c-2eb48ac3f236 2018-10-22 18:08:46,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e08f37f6cb033e94b165f6427f703168ed2edd68" 2018-10-22 18:08:47,563 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:08:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e1ad144-a683-4a45-b752-82509c373dc6 x-compute-request-id: req-6e1ad144-a683-4a45-b752-82509c373dc6 Content-Encoding: gzip Content-Length: 780 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:49:6d:aa", "version": 4, "addr": "10.10.20.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0e440b24-6888-4c96-9c33-2e191e32507e", "rel": "bookmark"}], "image": {"id": "49824c89-ac25-4309-bdad-4df0a672c944", "links": [{"href": "http://172.30.9.22:8774/images/49824c89-ac25-4309-bdad-4df0a672c944", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000125", "OS-SRV-USG:launched_at": "2018-10-22T18:08:43.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "0e440b24-6888-4c96-9c33-2e191e32507e", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:08:44Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-8-2", "created": "2018-10-22T18:08:39Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:08:47,563 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e used request id req-6e1ad144-a683-4a45-b752-82509c373dc6 2018-10-22 18:08:47,566 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b1e3f6461da74f62320e2c858c6d8206d291fab" 2018-10-22 18:08:48,005 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-fe717524-7e3e-484d-888f-dbe9ead1d403 x-compute-request-id: req-fe717524-7e3e-484d-888f-dbe9ead1d403 Content-Encoding: gzip Content-Length: 780 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:49:6d:aa", "version": 4, "addr": "10.10.20.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0e440b24-6888-4c96-9c33-2e191e32507e", "rel": "bookmark"}], "image": {"id": "49824c89-ac25-4309-bdad-4df0a672c944", "links": [{"href": "http://172.30.9.22:8774/images/49824c89-ac25-4309-bdad-4df0a672c944", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000125", "OS-SRV-USG:launched_at": "2018-10-22T18:08:43.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "0e440b24-6888-4c96-9c33-2e191e32507e", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:08:44Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-8-2", "created": "2018-10-22T18:08:39Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:08:48,006 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e used request id req-fe717524-7e3e-484d-888f-dbe9ead1d403 2018-10-22 18:08:48,006 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-2' booted successfully. IP='10.10.20.5'. 2018-10-22 18:08:48,006 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-2' to security group 'sdnvpn-sg'... 2018-10-22 18:08:48,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55c054f62e10dc2b431e061ae08e7399171ed86d" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:08:49,641 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:08:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-be6f7509-b280-4f14-9d0b-c1ef7d5882ef x-compute-request-id: req-be6f7509-b280-4f14-9d0b-c1ef7d5882ef Content-Length: 0 Content-Type: application/json 2018-10-22 18:08:49,642 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e/action used request id req-be6f7509-b280-4f14-9d0b-c1ef7d5882ef 2018-10-22 18:08:49,642 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-1'... 2018-10-22 18:08:49,642 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-1 flavor=m1.tiny image=49824c89-ac25-4309-bdad-4df0a672c944 network=af35edac-b1f2-4a46-a632-53a0c8ac6752 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.20.5 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-10-22 18:08:49,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:08:49,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:08:49,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:08:49,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:08:49,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:08:49,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:08:49,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:08:49,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:08:49,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:08:49,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:08:49,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:08:49,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:08:49,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:08:49,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:08:49,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:08:49,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:08:49,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:08:49,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:08:49,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:08:49,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:08:49,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:08:49,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:08:49,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:08:49,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:08:49,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:08:49,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:08:49,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:08:49,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:08:49,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:08:49,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:08:49,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:08:49,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:08:49,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:08:49,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:08:49,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:08:49,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:08:49,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:08:49,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:08:49,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:08:49,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:08:49,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:08:49,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:08:49,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:08:49,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:08:49,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:08:49,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:08:49,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:08:49,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:08:49,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:08:49,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:08:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f46e51e3-fcfd-4345-b066-e277a6fa5ace 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:08:49,659 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f46e51e3-fcfd-4345-b066-e277a6fa5ace 2018-10-22 18:08:49,659 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:08:50,041 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:08:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["SfaGiXqORiOVGYDQzb8VKw"], "issued_at": "2018-10-22T18:08:50.000000Z"}} 2018-10-22 18:08:50,044 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b8c7905bc3ef41cfba9dc25e242ff2c8aa9bce" 2018-10-22 18:08:50,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:08:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f37ccd44-614e-4b5c-96dd-382a9c06c180 x-compute-request-id: req-f37ccd44-614e-4b5c-96dd-382a9c06c180 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:08:50,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f37ccd44-614e-4b5c-96dd-382a9c06c180 2018-10-22 18:08:50,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b8c7905bc3ef41cfba9dc25e242ff2c8aa9bce" 2018-10-22 18:08:50,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:08:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-538f3268-3510-4e4f-991f-5cf8080a703e x-compute-request-id: req-538f3268-3510-4e4f-991f-5cf8080a703e Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:08:50,625 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-538f3268-3510-4e4f-991f-5cf8080a703e 2018-10-22 18:08:50,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b8c7905bc3ef41cfba9dc25e242ff2c8aa9bce" -d '{"server": {"name": "sdnvpn-8-1", "imageRef": "49824c89-ac25-4309-bdad-4df0a672c944", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4yMC41CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "af35edac-b1f2-4a46-a632-53a0c8ac6752"}], "config_drive": true}}' 2018-10-22 18:08:52,253 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:08:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ccb7775a-e7a2-4187-8cfb-f4c94066a7e8 x-compute-request-id: req-ccb7775a-e7a2-4187-8cfb-f4c94066a7e8 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "58cc1ac5-3588-4058-80ca-87de73118a9f", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/58cc1ac5-3588-4058-80ca-87de73118a9f", "rel": "bookmark"}], "adminPass": "MPA4rH3Vdwf2"}} 2018-10-22 18:08:52,253 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-ccb7775a-e7a2-4187-8cfb-f4c94066a7e8 2018-10-22 18:08:52,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:08:52,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:08:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08810ca4-0f23-4526-9cfc-abdb092ca08c 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:08:52,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-08810ca4-0f23-4526-9cfc-abdb092ca08c 2018-10-22 18:08:52,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:08:52,638 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:08:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["PB4cgTxJQWuSJOwEcZalng"], "issued_at": "2018-10-22T18:08:52.000000Z"}} 2018-10-22 18:08:52,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66cc7c42d23859495917bb27ee1ae253e931e7cf" 2018-10-22 18:08:53,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-05b44e06-5887-4a66-9fca-893d18708447 x-compute-request-id: req-05b44e06-5887-4a66-9fca-893d18708447 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.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/58cc1ac5-3588-4058-80ca-87de73118a9f", "rel": "bookmark"}], "image": {"id": "49824c89-ac25-4309-bdad-4df0a672c944", "links": [{"href": "http://172.30.9.22:8774/images/49824c89-ac25-4309-bdad-4df0a672c944", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "58cc1ac5-3588-4058-80ca-87de73118a9f", "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:08: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": "sdnvpn-8-1", "created": "2018-10-22T18:08:52Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:08:53,146 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f used request id req-05b44e06-5887-4a66-9fca-893d18708447 2018-10-22 18:08:56,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66cc7c42d23859495917bb27ee1ae253e931e7cf" 2018-10-22 18:08:56,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:08:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-265fd75b-a09c-42f1-8afd-3d19e821c49f x-compute-request-id: req-265fd75b-a09c-42f1-8afd-3d19e821c49f 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.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/58cc1ac5-3588-4058-80ca-87de73118a9f", "rel": "bookmark"}], "image": {"id": "49824c89-ac25-4309-bdad-4df0a672c944", "links": [{"href": "http://172.30.9.22:8774/images/49824c89-ac25-4309-bdad-4df0a672c944", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000128", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "58cc1ac5-3588-4058-80ca-87de73118a9f", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:08:54Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-8-1", "created": "2018-10-22T18:08:52Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:08:56,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f used request id req-265fd75b-a09c-42f1-8afd-3d19e821c49f 2018-10-22 18:09:00,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66cc7c42d23859495917bb27ee1ae253e931e7cf" 2018-10-22 18:09:00,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-f640c2eb-2d6d-4c78-b23a-5b8b4a5369ab x-compute-request-id: req-f640c2eb-2d6d-4c78-b23a-5b8b4a5369ab Content-Encoding: gzip Content-Length: 779 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:30:72:6a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/58cc1ac5-3588-4058-80ca-87de73118a9f", "rel": "bookmark"}], "image": {"id": "49824c89-ac25-4309-bdad-4df0a672c944", "links": [{"href": "http://172.30.9.22:8774/images/49824c89-ac25-4309-bdad-4df0a672c944", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000128", "OS-SRV-USG:launched_at": "2018-10-22T18:08:57.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "58cc1ac5-3588-4058-80ca-87de73118a9f", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:08:58Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-8-1", "created": "2018-10-22T18:08:52Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:09:00,649 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f used request id req-f640c2eb-2d6d-4c78-b23a-5b8b4a5369ab 2018-10-22 18:09:00,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b8c7905bc3ef41cfba9dc25e242ff2c8aa9bce" 2018-10-22 18:09:01,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-71982dbd-d65b-46d8-b2f8-6f9f2f2ad533 x-compute-request-id: req-71982dbd-d65b-46d8-b2f8-6f9f2f2ad533 Content-Encoding: gzip Content-Length: 779 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:30:72:6a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/58cc1ac5-3588-4058-80ca-87de73118a9f", "rel": "bookmark"}], "image": {"id": "49824c89-ac25-4309-bdad-4df0a672c944", "links": [{"href": "http://172.30.9.22:8774/images/49824c89-ac25-4309-bdad-4df0a672c944", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000128", "OS-SRV-USG:launched_at": "2018-10-22T18:08:57.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "58cc1ac5-3588-4058-80ca-87de73118a9f", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:08:58Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-8-1", "created": "2018-10-22T18:08:52Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:09:01,410 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f used request id req-71982dbd-d65b-46d8-b2f8-6f9f2f2ad533 2018-10-22 18:09:01,410 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-1' booted successfully. IP='10.10.10.8'. 2018-10-22 18:09:01,411 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-1' to security group 'sdnvpn-sg'... 2018-10-22 18:09:01,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55c054f62e10dc2b431e061ae08e7399171ed86d" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:09:02,980 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:09:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0ed06cfb-9255-4791-b457-13ee4b49d9f3 x-compute-request-id: req-0ed06cfb-9255-4791-b457-13ee4b49d9f3 Content-Length: 0 Content-Type: application/json 2018-10-22 18:09:02,981 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f/action used request id req-0ed06cfb-9255-4791-b457-13ee4b49d9f3 2018-10-22 18:09:02,981 - sdnvpn_test_utils - INFO - Waiting for instance 0e440b24-6888-4c96-9c33-2e191e32507e to boot up 2018-10-22 18:09:02,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b1e3f6461da74f62320e2c858c6d8206d291fab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:09:04,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:09: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-f49318b5-d64b-4c1a-94ba-6ddb72a9afc2 x-compute-request-id: req-f49318b5-d64b-4c1a-94ba-6ddb72a9afc2 Content-Encoding: gzip Content-Length: 11361 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 490135930 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134224] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135905] pid_max: default: 32768 minimum: 301\n[ 0.136813] ACPI: Core revision 20150930\n[ 0.138205] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139534] Security Framework initialized\n[ 0.140360] Yama: becoming mindful.\n[ 0.141098] AppArmor: AppArmor initialized\n[ 0.141976] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143341] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144644] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145874] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147280] Initializing cgroup subsys io\n[ 0.148107] Initializing cgroup subsys memory\n[ 0.148981] Initializing cgroup subsys devices\n[ 0.149876] Initializing cgroup subsys freezer\n[ 0.150760] Initializing cgroup subsys net_cls\n[ 0.151642] Initializing cgroup subsys perf_event\n[ 0.152566] Initializing cgroup subsys net_prio\n[ 0.153470] Initializing cgroup subsys hugetlb\n[ 0.154349] Initializing cgroup subsys pids\n[ 0.155231] CPU: Physical Processor ID: 0\n[ 0.156753] mce: CPU supports 10 MCE banks\n[ 0.157626] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158644] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170575] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177007] ftrace: allocating 31920 entries in 125 pages\n[ 0.203428] smpboot: Max logical packages: 1\n[ 0.204296] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205674] x2apic enabled\n[ 0.206495] Switched APIC routing to physical x2apic.\n[ 0.208255] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209401] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211430] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213234] KVM setup paravirtual spinlock\n[ 0.214548] x86: Booted up 1 node, 1 CPUs\n[ 0.215370] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216776] devtmpfs: initialized\n[ 0.218502] evm: security.selinux\n[ 0.219211] evm: security.SMACK64\n[ 0.219915] evm: security.SMACK64EXEC\n[ 0.220674] evm: security.SMACK64TRANSMUTE\n[ 0.221493] evm: security.SMACK64MMAP\n[ 0.222250] evm: security.ima\n[ 0.222908] evm: security.capability\n[ 0.223721] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225603] pinctrl core: initialized pinctrl subsystem\n[ 0.226725] RTC time: 18:08:43, date: 10/22/18\n[ 0.227695] NET: Registered protocol family 16\n[ 0.228682] cpuidle: using governor ladder\n[ 0.229516] cpuidle: using governor menu\n[ 0.230317] PCCT header not found.\n[ 0.231084] ACPI: bus type PCI registered\n[ 0.231902] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233164] PCI: Using configuration type 1 for base access\n[ 0.234932] ACPI: Added _OSI(Module Device)\n[ 0.235801] ACPI: Added _OSI(Processor Device)\n[ 0.236680] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237597] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239736] ACPI: Interpreter enabled\n[ 0.240536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242418] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246163] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248035] ACPI: (supports S0 S5)\n[ 0.248754] ACPI: Using IOAPIC for interrupt routing\n[ 0.249844] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254131] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255400] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256621] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258887] acpiphp: Slot [3] registered\n[ 0.259731] acpiphp: Slot [4] registered\n[ 0.260538] acpiphp: Slot [5] registered\n[ 0.261347] acpiphp: Slot [6] registered\n[ 0.262149] acpiphp: Slot [7] registered\n[ 0.262962] acpiphp: Slot [8] registered\n[ 0.263772] acpiphp: Slot [9] registered\n[ 0.264586] acpiphp: Slot [10] registered\n[ 0.265408] acpiphp: Slot [11] registered\n[ 0.266226] acpiphp: Slot [12] registered\n[ 0.267056] acpiphp: Slot [13] registered\n[ 0.267878] acpiphp: Slot [14] registered\n[ 0.268701] acpiphp: Slot [15] registered\n[ 0.279620] acpiphp: Slot [16] registered\n[ 0.280445] acpiphp: Slot [17] registered\n[ 0.281261] acpiphp: Slot [18] registered\n[ 0.282081] acpiphp: Slot [19] registered\n[ 0.282901] acpiphp: Slot [20] registered\n[ 0.283727] acpiphp: Slot [21] registered\n[ 0.284551] acpiphp: Slot [22] registered\n[ 0.285375] acpiphp: Slot [23] registered\n[ 0.286195] acpiphp: Slot [24] registered\n[ 0.287019] acpiphp: Slot [25] registered\n[ 0.287848] acpiphp: Slot [26] registered\n[ 0.288670] acpiphp: Slot [27] registered\n[ 0.289494] acpiphp: Slot [28] registered\n[ 0.290314] acpiphp: Slot [29] registered\n[ 0.291131] acpiphp: Slot [30] registered\n[ 0.291962] acpiphp: Slot [31] registered\n[ 0.292784] PCI host bridge to bus 0000:00\n[ 0.293602] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294828] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298994] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305230] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306531] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309072] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315564] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317035] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362496] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364030] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365507] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369651] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370816] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371958] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373513] vgaarb: loaded\n[ 0.374118] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375266] SCSI subsystem initialized\n[ 0.376093] ACPI: bus type USB registered\n[ 0.376922] usbcore: registered new interface driver usbfs\n[ 0.377962] usbcore: registered new interface driver hub\n[ 0.378976] usbcore: registered new device driver usb\n[ 0.380048] PCI: Using ACPI for IRQ routing\n[ 0.381081] NetLabel: Initializing\n[ 0.381814] NetLabel: domain hash size = 128\n[ 0.382675] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383634] NetLabel: unlabeled traffic allowed by default\n[ 0.384748] clocksource: Switched to clocksource kvm-clock\n[ 0.390165] AppArmor: AppArmor Filesystem Enabled\n[ 0.391143] pnp: PnP ACPI init\n[ 0.392061] pnp: PnP ACPI: found 5 devices\n[ 0.398434] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400155] NET: Registered protocol family 2\n[ 0.401128] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402412] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403586] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404764] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405850] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407023] NET: Registered protocol family 1\n[ 0.407895] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409007] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423909] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438138] Trying to unpack rootfs image as initramfs...\n[ 0.487561] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501450] Scanning for low memory corruption every 60 seconds\n[ 0.503209] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504402] audit: initializing netlink subsys (disabled)\n[ 0.505539] audit: type=2000 audit(1540231724.673:1): initialized\n[ 0.506899] Initialise system trusted keyring\n[ 0.507855] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509055] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511057] zbud: loaded\n[ 0.511784] VFS: Disk quotas dquot_6.6.0\n[ 0.512625] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514220] fuse init (API version 7.23)\n[ 0.515171] Key type big_key registered\n[ 0.516034] Allocating IMA MOK and blacklist keyrings.\n[ 0.517202] Key type asymmetric registered\n[ 0.518061] Asymmetric key parser 'x509' registered\n[ 0.519062] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520968] io scheduler noop registered\n[ 0.521808] io scheduler deadline registered (default)\n[ 0.522989] io scheduler cfq registered\n[ 0.524103] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525595] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527510] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529471] ACPI: Power Button [PWRF]\n[ 0.530651] GHES: HEST is not enabled!\n[ 0.545600] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580125] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607670] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.610401] Linux agpgart interface v0.103\n[ 0.612584] brd: module loaded\n[ 0.613912] loop: module loaded\n[ 0.619587] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621124] GPT:90111 != 2097151\n[ 0.621839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622993] GPT:90111 != 2097151\n[ 0.623704] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624720] vda: vda1 vda15\n[ 0.626485] scsi host0: ata_piix\n[ 0.627267] scsi host1: ata_piix\n[ 0.628009] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629298] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.630816] libphy: Fixed MDIO Bus: probed\n[ 0.631679] tun: Universal TUN/TAP device driver, 1.6\n[ 0.632681] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.634974] PPP generic driver version 2.4.2\n[ 0.635987] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637260] ehci-pci: EHCI PCI platform driver\n[ 0.638181] ehci-platform: EHCI generic platform driver\n[ 0.639217] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640404] ohci-pci: OHCI PCI platform driver\n[ 0.641324] ohci-platform: OHCI generic platform driver\n[ 0.642366] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657053] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659634] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661868] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663150] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664635] usb usb1: Product: UHCI Host Controller\n[ 0.665619] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667820] hub 1-0:1.0: USB hub found\n[ 0.668631] hub 1-0:1.0: 2 ports detected\n[ 0.669583] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671738] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672759] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673837] mousedev: PS/2 mouse device common for all mice\n[ 0.675186] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677130] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678240] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679465] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680696] i2c /dev entries driver\n[ 0.681491] device-mapper: uevent: version 1.0.3\n[ 0.682463] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684136] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685477] NET: Registered protocol family 10\n[ 0.686489] NET: Registered protocol family 17\n[ 0.687405] Key type dns_resolver registered\n[ 0.688345] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689482] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691275] registered taskstats version 1\n[ 0.692100] Loading compiled-in X.509 certificates\n[ 0.693532] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695353] zswap: loaded using pool lzo/zbud\n[ 0.697181] Key type trusted registered\n[ 0.698700] Key type encrypted registered\n[ 0.699516] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700584] ima: No TPM chip found, activating TPM-bypass!\n[ 0.701931] evm: HMAC attrs: 0x1\n[ 0.703396] Magic number: 6:652:140\n[ 0.704321] block ram5: hash matches\n[ 0.705238] acpi device:11: hash matches\n[ 0.706294] rtc_cmos 00:00: setting system clock to 2018-10-22 18:08:44 UTC (1540231724)\n[ 0.708246] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709627] EDD information not available.\n[ 0.789748] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801877] Write protecting the kernel read-only data: 14336k\n[ 0.803724] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805855] 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.850341] 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 select for 10.10.20.5...\nLease of 10.10.20.5 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 1.25. iid=i-00000122\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDve1csDHVLbn9mVmXhv3REcSSPlT0RRhe+GW3H4lxExK/VYpdfo+9KOQYLYZyj49qjLnKtPS5q99YWLxXhUn6P57fG+ywOxvszz3NOfkyssC990BAJLSCuEopA5WLiUiKAyVmpO05xqDgmLy8rtV8zqI2eSIBzWMT17WqYoQvWoGOTqHe8wc/PxOTaHEOYP5p212pCrZUTpP5Cin9rCCTs03DogUmKpdBR2xO3Di/I3+8fE39vvOWq/PLtxLONCGvedgrosuX7zFVmyTtUvan00f2+idUcGQlTeVdYACh+kH/+AwnvDvij2TsRof9b6Di0Hp7jTZbHJs9Lwv7Z2xQL root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIaprPJ7FQPPAuHsk48NzqDSh6WlCX5eJwav2CQmZYfV6uR45NVrwFnCEsfvRSV19u461aB3AMH5bHNFOtV5oVuAtgBPLeyCQpeqOiKJfDNm3Jm3+v04DrSb1Qd5UtCPtOjXBOzewDHp+L+xz4zg+Tv4YUoY6PmZt4oaj3IFajSdAAAAFQDI70DT7Pi7O7Ml2YkoRuYnFqTtZQAAAIAg+Ol8PMHkXHk4WOCx/VCjFlyAkplOm/PXmI5WyyUGbVdsq7wmqobDhTe3QfTnYMdKwi0BI9k7Odq8lliDEr4ZnZknJ0Ms0o2SbZLgr+hZzVCYYsnZGSDlGsfr9oymwKxrnEfBW4uQNpWwTvgkwUuMYf8IUdXjDqhMH7x8v7dWgQAAAIEAg31ogsw6w+9VDulZ4tCFgVko8CecEmQXsnHDkbqxk8nO6CawBY9Ye1M7fghHjmeNBdQi/o2pTSMvdYBWOB1whMjp0XsLq9oM5efoNLLnZkZxG4sMvJV/rqLaPBYGo7P/kGBsZZtaOmOxzmaFMn9ErVTqg796Jy8p2pZx2DtCT8o= 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.5,24,fe80::f816:3eff:fe49:6daa/64,\nip-route:default via 10.10.20.1 dev eth0 \nip-route:10.10.20.0/24 dev eth0 src 10.10.20.5 \nip-route:169.254.169.254 via 10.10.20.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-00000122\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-8-2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.38 ===\n/dev/root resized successfully [took 1.72s]\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:49:6D:AA \n inet addr:10.10.20.5 Bcast:10.10.20.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe49:6daa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70 errors:0 dropped:5 overruns:0 frame:0\n TX packets:108 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8707 (8.5 KiB) TX bytes:9690 (9.4 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.20.1 0.0.0.0 UG 0 0 0 eth0\n10.10.20.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.20.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.20.1\nPING 10.10.20.1 (10.10.20.1): 56 data bytes\n64 bytes from 10.10.20.1: seq=0 ttl=64 time=0.198 ms\n64 bytes from 10.10.20.1: seq=1 ttl=64 time=0.561 ms\n64 bytes from 10.10.20.1: seq=2 ttl=64 time=0.158 ms\n64 bytes from 10.10.20.1: seq=3 ttl=64 time=0.225 ms\n64 bytes from 10.10.20.1: seq=4 ttl=64 time=0.197 ms\n\n--- 10.10.20.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.158/0.267/0.561 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n64 bytes from 8.8.8.8: seq=0 ttl=122 time=5.212 ms\n64 bytes from 8.8.8.8: seq=1 ttl=122 time=5.104 ms\n64 bytes from 8.8.8.8: seq=2 ttl=122 time=4.854 ms\n64 bytes from 8.8.8.8: seq=3 ttl=122 time=4.738 ms\n64 bytes from 8.8.8.8: seq=4 ttl=122 time=4.921 ms\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 4.738/4.965/5.212 ms\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n64 bytes from 8.8.4.4: seq=0 ttl=122 time=5.604 ms\n64 bytes from 8.8.4.4: seq=1 ttl=122 time=5.694 ms\n64 bytes from 8.8.4.4: seq=2 ttl=122 time=5.670 ms\n64 bytes from 8.8.4.4: seq=3 ttl=122 time=5.892 ms\n64 bytes from 8.8.4.4: seq=4 ttl=122 time=5.540 ms\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 5.540/5.680/5.892 ms\n### uname -a\nLinux sdnvpn-8-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.141469] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.141471] usb 1-1: Product: QEMU USB Tablet\n[ 1.141472] usb 1-1: Manufacturer: QEMU\n[ 1.141472] usb 1-1: SerialNumber: 42\n[ 1.332664] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.344664] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.500817] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.500820] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.493272] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.973906] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:08:45 cirros kern.info kernel: [ 0.805855] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 22 19:08:45 cirros kern.info kernel: [ 0.817821] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 22 19:08:45 cirros kern.info kernel: [ 0.817822] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 22 19:08:45 cirros kern.info kernel: [ 0.819484] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 22 19:08:45 cirros kern.info kernel: [ 0.822414] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 22 19:08:45 cirros kern.info kernel: [ 0.824362] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 22 19:08:45 cirros kern.info kernel: [ 0.847906] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 22 19:08:45 cirros kern.info kernel: [ 0.848761] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 22 19:08:45 cirros kern.notice kernel: [ 0.850341] random: blkid urandom read with 2 bits of entropy available\nOct 22 19:08:45 cirros kern.info kernel: [ 0.851935] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 22 19:08:45 cirros kern.info kernel: [ 0.929903] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 22 19:08:45 cirros kern.info kernel: [ 0.980771] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 22 19:08:45 cirros kern.info kernel: [ 1.141467] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 22 19:08:45 cirros kern.info kernel: [ 1.141469] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 22 19:08:45 cirros kern.info kernel: [ 1.141471] usb 1-1: Product: QEMU USB Tablet\nOct 22 19:08:45 cirros kern.info kernel: [ 1.141472] usb 1-1: Manufacturer: QEMU\nOct 22 19:08:45 cirros kern.info kernel: [ 1.141472] usb 1-1: SerialNumber: 42\nOct 22 19:08:45 cirros kern.info kernel: [ 1.332664] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 22 19:08:45 cirros kern.info kernel: [ 1.344664] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 22 19:08:45 cirros kern.info kernel: [ 1.500817] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nOct 22 19:08:45 cirros kern.info kernel: [ 1.500820] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:08:46 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:08:47 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:08:47 cirros kern.info kernel: [ 3.493272] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:08:47 cirros kern.info kernel: [ 3.973906] 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-8-2 login: "} 2018-10-22 18:09:04,060 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e/action used request id req-f49318b5-d64b-4c1a-94ba-6ddb72a9afc2 2018-10-22 18:09:06,096 - sdnvpn_test_utils - INFO - Waiting for instance 58cc1ac5-3588-4058-80ca-87de73118a9f to boot up 2018-10-22 18:09:06,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b8c7905bc3ef41cfba9dc25e242ff2c8aa9bce" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:09:07,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:09: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-64ae2096-2f3c-4f75-9ff6-d0843eff7f81 x-compute-request-id: req-64ae2096-2f3c-4f75-9ff6-d0843eff7f81 Content-Encoding: gzip Content-Length: 8121 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 515695598 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127587] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129200] pid_max: default: 32768 minimum: 301\n[ 0.130067] ACPI: Core revision 20150930\n[ 0.131427] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132693] Security Framework initialized\n[ 0.133485] Yama: becoming mindful.\n[ 0.134194] AppArmor: AppArmor initialized\n[ 0.135040] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136331] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137569] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138742] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140091] Initializing cgroup subsys io\n[ 0.140881] Initializing cgroup subsys memory\n[ 0.141710] Initializing cgroup subsys devices\n[ 0.142563] Initializing cgroup subsys freezer\n[ 0.143419] Initializing cgroup subsys net_cls\n[ 0.144258] Initializing cgroup subsys perf_event\n[ 0.145148] Initializing cgroup subsys net_prio\n[ 0.146004] Initializing cgroup subsys hugetlb\n[ 0.146853] Initializing cgroup subsys pids\n[ 0.147698] CPU: Physical Processor ID: 0\n[ 0.149168] mce: CPU supports 10 MCE banks\n[ 0.149992] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150971] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161886] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168310] ftrace: allocating 31920 entries in 125 pages\n[ 0.194485] smpboot: Max logical packages: 1\n[ 0.195347] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196659] x2apic enabled\n[ 0.197452] Switched APIC routing to physical x2apic.\n[ 0.199180] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200265] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202204] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203941] KVM setup paravirtual spinlock\n[ 0.205209] x86: Booted up 1 node, 1 CPUs\n[ 0.205995] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207349] devtmpfs: initialized\n[ 0.209047] evm: security.selinux\n[ 0.209727] evm: security.SMACK64\n[ 0.210404] evm: security.SMACK64EXEC\n[ 0.211133] evm: security.SMACK64TRANSMUTE\n[ 0.211919] evm: security.SMACK64MMAP\n[ 0.212639] evm: security.ima\n[ 0.213269] evm: security.capability\n[ 0.214072] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215877] pinctrl core: initialized pinctrl subsystem\n[ 0.216940] RTC time: 18:08:57, date: 10/22/18\n[ 0.217881] NET: Registered protocol family 16\n[ 0.218823] cpuidle: using governor ladder\n[ 0.219619] cpuidle: using governor menu\n[ 0.220385] PCCT header not found.\n[ 0.221115] ACPI: bus type PCI registered\n[ 0.221901] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223110] PCI: Using configuration type 1 for base access\n[ 0.224833] ACPI: Added _OSI(Module Device)\n[ 0.225647] ACPI: Added _OSI(Processor Device)\n[ 0.226491] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227368] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229449] ACPI: Interpreter enabled\n[ 0.230199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232010] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233794] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237395] ACPI: (supports S0 S5)\n[ 0.238085] ACPI: Using IOAPIC for interrupt routing\n[ 0.239109] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243270] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244465] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247775] acpiphp: Slot [3] registered\n[ 0.248556] acpiphp: Slot [4] registered\n[ 0.249333] acpiphp: Slot [5] registered\n[ 0.250109] acpiphp: Slot [6] registered\n[ 0.250881] acpiphp: Slot [7] registered\n[ 0.251658] acpiphp: Slot [8] registered\n[ 0.252441] acpiphp: Slot [9] registered\n[ 0.253215] acpiphp: Slot [10] registered\n[ 0.254000] acpiphp: Slot [11] registered\n[ 0.254784] acpiphp: Slot [12] registered\n[ 0.255582] acpiphp: Slot [13] registered\n[ 0.256378] acpiphp: Slot [14] registered\n[ 0.257168] acpiphp: Slot [15] registered\n[ 0.268079] acpiphp: Slot [16] registered\n[ 0.268874] acpiphp: Slot [17] registered\n[ 0.269662] acpiphp: Slot [18] registered\n[ 0.270454] acpiphp: Slot [19] registered\n[ 0.271244] acpiphp: Slot [20] registered\n[ 0.272033] acpiphp: Slot [21] registered\n[ 0.272830] acpiphp: Slot [22] registered\n[ 0.273618] acpiphp: Slot [23] registered\n[ 0.274413] acpiphp: Slot [24] registered\n[ 0.275206] acpiphp: Slot [25] registered\n[ 0.275994] acpiphp: Slot [26] registered\n[ 0.276777] acpiphp: Slot [27] registered\n[ 0.277573] acpiphp: Slot [28] registered\n[ 0.278370] acpiphp: Slot [29] registered\n[ 0.279161] acpiphp: Slot [30] registered\n[ 0.279950] acpiphp: Slot [31] registered\n[ 0.280732] PCI host bridge to bus 0000:00\n[ 0.281521] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282708] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283885] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285291] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286702] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292961] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294200] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295341] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296576] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302913] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304304] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349946] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351413] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352809] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355565] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356789] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357925] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360521] vgaarb: loaded\n[ 0.361112] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362224] SCSI subsystem initialized\n[ 0.363026] ACPI: bus type USB registered\n[ 0.363834] usbcore: registered new interface driver usbfs\n[ 0.364837] usbcore: registered new interface driver hub\n[ 0.365809] usbcore: registered new device driver usb\n[ 0.366845] PCI: Using ACPI for IRQ routing\n[ 0.367843] NetLabel: Initializing\n[ 0.368535] NetLabel: domain hash size = 128\n[ 0.369390] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370328] NetLabel: unlabeled traffic allowed by default\n[ 0.371402] clocksource: Switched to clocksource kvm-clock\n[ 0.376766] AppArmor: AppArmor Filesystem Enabled\n[ 0.377699] pnp: PnP ACPI init\n[ 0.378586] pnp: PnP ACPI: found 5 devices\n[ 0.384927] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386595] NET: Registered protocol family 2\n[ 0.387537] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388777] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389919] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393246] NET: Registered protocol family 1\n[ 0.394093] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395163] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396213] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410214] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424497] Trying to unpack rootfs image as initramfs...\n[ 0.474059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487885] Scanning for low memory corruption every 60 seconds\n[ 0.489463] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490823] audit: initializing netlink subsys (disabled)\n[ 0.492074] audit: type=2000 audit(1540231738.725:1): initialized\n[ 0.493632] Initialise system trusted keyring\n[ 0.494726] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496146] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498376] zbud: loaded\n[ 0.499227] VFS: Disk quotas dquot_6.6.0\n[ 0.500288] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502107] fuse init (API version 7.23)\n[ 0.503146] Key type big_key registered\n[ 0.504104] Allocating IMA MOK and blacklist keyrings.\n[ 0.505388] Key type asymmetric registered\n[ 0.506353] Asymmetric key parser 'x509' registered\n[ 0.507491] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509233] io scheduler noop registered\n[ 0.510170] io scheduler deadline registered (default)\n[ 0.511342] io scheduler cfq registered\n[ 0.512326] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513521] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515029] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516763] ACPI: Power Button [PWRF]\n[ 0.518111] GHES: HEST is not enabled!\n[ 0.532028] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560839] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564839] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588781] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590896] Linux agpgart interface v0.103\n[ 0.592898] brd: module loaded\n[ 0.594059] loop: module loaded\n[ 0.598638] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600072] GPT:90111 != 2097151\n[ 0.600735] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601799] GPT:90111 != 2097151\n[ 0.602459] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603402] vda: vda1 vda15\n[ 0.604836] scsi host0: ata_piix\n[ 0.605552] scsi host1: ata_piix\n[ 0.606245] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607438] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608858] libphy: Fixed MDIO Bus: probed\n[ 0.609658] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610583] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612689] PPP generic driver version 2.4.2\n[ 0.613562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614788] ehci-pci: EHCI PCI platform driver\n[ 0.615646] ehci-platform: EHCI generic platform driver\n[ 0.616611] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617705] ohci-pci: OHCI PCI platform driver\n[ 0.618551] ohci-platform: OHCI generic platform driver\n[ 0.619520] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633816] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634784] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636206] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637211] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638303] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639496] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640883] usb usb1: Product: UHCI Host Controller\n[ 0.641790] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642904] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643843] hub 1-0:1.0: USB hub found\n[ 0.644604] hub 1-0:1.0: 2 ports detected\n[ 0.645486] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647573] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648501] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649495] mousedev: PS/2 mouse device common for all mice\n[ 0.650707] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652524] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653594] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654759] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655932] i2c /dev entries driver\n[ 0.656677] device-mapper: uevent: version 1.0.3\n[ 0.657595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659183] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660449] NET: Registered protocol family 10\n[ 0.661416] NET: Registered protocol family 17\n[ 0.662277] Key type dns_resolver registered\n[ 0.663184] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664256] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665955] registered taskstats version 1\n[ 0.666765] Loading compiled-in X.509 certificates\n[ 0.668182] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669989] zswap: loaded using pool lzo/zbud\n[ 0.671317] Key type trusted registered\n[ 0.672862] Key type encrypted registered\n[ 0.673667] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674658] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675669] evm: HMAC attrs: 0x1\n[ 0.676583] Magic number: 6:652:140\n[ 0.677328] block ram5: hash matches\n[ 0.678065] acpi device:11: hash matches\n[ 0.678894] rtc_cmos 00:00: setting system clock to 2018-10-22 18:08:58 UTC (1540231738)\n[ 0.680466] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681560] EDD information not available.\n[ 0.763961] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775740] ata1.00: configured for MWDMA2\n[ 0.776926] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779063] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780264] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781480] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.783301] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784796] Write protecting the kernel read-only data: 14336k\n[ 0.786329] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788104] 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.844846] 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.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... done.\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\"\nTop of dropbear init script\nStarting dropbear 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.85s]\n"} 2018-10-22 18:09:07,178 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f/action used request id req-64ae2096-2f3c-4f75-9ff6-d0843eff7f81 2018-10-22 18:09:09,181 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-22 18:09:39,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b8c7905bc3ef41cfba9dc25e242ff2c8aa9bce" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:09:40,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:09:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1fda8c1-3683-4988-9532-390f000375d3 x-compute-request-id: req-b1fda8c1-3683-4988-9532-390f000375d3 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 515695598 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127587] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129200] pid_max: default: 32768 minimum: 301\n[ 0.130067] ACPI: Core revision 20150930\n[ 0.131427] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132693] Security Framework initialized\n[ 0.133485] Yama: becoming mindful.\n[ 0.134194] AppArmor: AppArmor initialized\n[ 0.135040] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136331] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137569] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138742] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140091] Initializing cgroup subsys io\n[ 0.140881] Initializing cgroup subsys memory\n[ 0.141710] Initializing cgroup subsys devices\n[ 0.142563] Initializing cgroup subsys freezer\n[ 0.143419] Initializing cgroup subsys net_cls\n[ 0.144258] Initializing cgroup subsys perf_event\n[ 0.145148] Initializing cgroup subsys net_prio\n[ 0.146004] Initializing cgroup subsys hugetlb\n[ 0.146853] Initializing cgroup subsys pids\n[ 0.147698] CPU: Physical Processor ID: 0\n[ 0.149168] mce: CPU supports 10 MCE banks\n[ 0.149992] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150971] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161886] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168310] ftrace: allocating 31920 entries in 125 pages\n[ 0.194485] smpboot: Max logical packages: 1\n[ 0.195347] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196659] x2apic enabled\n[ 0.197452] Switched APIC routing to physical x2apic.\n[ 0.199180] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200265] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202204] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203941] KVM setup paravirtual spinlock\n[ 0.205209] x86: Booted up 1 node, 1 CPUs\n[ 0.205995] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207349] devtmpfs: initialized\n[ 0.209047] evm: security.selinux\n[ 0.209727] evm: security.SMACK64\n[ 0.210404] evm: security.SMACK64EXEC\n[ 0.211133] evm: security.SMACK64TRANSMUTE\n[ 0.211919] evm: security.SMACK64MMAP\n[ 0.212639] evm: security.ima\n[ 0.213269] evm: security.capability\n[ 0.214072] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215877] pinctrl core: initialized pinctrl subsystem\n[ 0.216940] RTC time: 18:08:57, date: 10/22/18\n[ 0.217881] NET: Registered protocol family 16\n[ 0.218823] cpuidle: using governor ladder\n[ 0.219619] cpuidle: using governor menu\n[ 0.220385] PCCT header not found.\n[ 0.221115] ACPI: bus type PCI registered\n[ 0.221901] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223110] PCI: Using configuration type 1 for base access\n[ 0.224833] ACPI: Added _OSI(Module Device)\n[ 0.225647] ACPI: Added _OSI(Processor Device)\n[ 0.226491] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227368] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229449] ACPI: Interpreter enabled\n[ 0.230199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232010] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233794] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237395] ACPI: (supports S0 S5)\n[ 0.238085] ACPI: Using IOAPIC for interrupt routing\n[ 0.239109] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243270] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244465] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247775] acpiphp: Slot [3] registered\n[ 0.248556] acpiphp: Slot [4] registered\n[ 0.249333] acpiphp: Slot [5] registered\n[ 0.250109] acpiphp: Slot [6] registered\n[ 0.250881] acpiphp: Slot [7] registered\n[ 0.251658] acpiphp: Slot [8] registered\n[ 0.252441] acpiphp: Slot [9] registered\n[ 0.253215] acpiphp: Slot [10] registered\n[ 0.254000] acpiphp: Slot [11] registered\n[ 0.254784] acpiphp: Slot [12] registered\n[ 0.255582] acpiphp: Slot [13] registered\n[ 0.256378] acpiphp: Slot [14] registered\n[ 0.257168] acpiphp: Slot [15] registered\n[ 0.268079] acpiphp: Slot [16] registered\n[ 0.268874] acpiphp: Slot [17] registered\n[ 0.269662] acpiphp: Slot [18] registered\n[ 0.270454] acpiphp: Slot [19] registered\n[ 0.271244] acpiphp: Slot [20] registered\n[ 0.272033] acpiphp: Slot [21] registered\n[ 0.272830] acpiphp: Slot [22] registered\n[ 0.273618] acpiphp: Slot [23] registered\n[ 0.274413] acpiphp: Slot [24] registered\n[ 0.275206] acpiphp: Slot [25] registered\n[ 0.275994] acpiphp: Slot [26] registered\n[ 0.276777] acpiphp: Slot [27] registered\n[ 0.277573] acpiphp: Slot [28] registered\n[ 0.278370] acpiphp: Slot [29] registered\n[ 0.279161] acpiphp: Slot [30] registered\n[ 0.279950] acpiphp: Slot [31] registered\n[ 0.280732] PCI host bridge to bus 0000:00\n[ 0.281521] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282708] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283885] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285291] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286702] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292961] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294200] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295341] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296576] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302913] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304304] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349946] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351413] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352809] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355565] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356789] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357925] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360521] vgaarb: loaded\n[ 0.361112] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362224] SCSI subsystem initialized\n[ 0.363026] ACPI: bus type USB registered\n[ 0.363834] usbcore: registered new interface driver usbfs\n[ 0.364837] usbcore: registered new interface driver hub\n[ 0.365809] usbcore: registered new device driver usb\n[ 0.366845] PCI: Using ACPI for IRQ routing\n[ 0.367843] NetLabel: Initializing\n[ 0.368535] NetLabel: domain hash size = 128\n[ 0.369390] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370328] NetLabel: unlabeled traffic allowed by default\n[ 0.371402] clocksource: Switched to clocksource kvm-clock\n[ 0.376766] AppArmor: AppArmor Filesystem Enabled\n[ 0.377699] pnp: PnP ACPI init\n[ 0.378586] pnp: PnP ACPI: found 5 devices\n[ 0.384927] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386595] NET: Registered protocol family 2\n[ 0.387537] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388777] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389919] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393246] NET: Registered protocol family 1\n[ 0.394093] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395163] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396213] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410214] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424497] Trying to unpack rootfs image as initramfs...\n[ 0.474059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487885] Scanning for low memory corruption every 60 seconds\n[ 0.489463] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490823] audit: initializing netlink subsys (disabled)\n[ 0.492074] audit: type=2000 audit(1540231738.725:1): initialized\n[ 0.493632] Initialise system trusted keyring\n[ 0.494726] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496146] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498376] zbud: loaded\n[ 0.499227] VFS: Disk quotas dquot_6.6.0\n[ 0.500288] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502107] fuse init (API version 7.23)\n[ 0.503146] Key type big_key registered\n[ 0.504104] Allocating IMA MOK and blacklist keyrings.\n[ 0.505388] Key type asymmetric registered\n[ 0.506353] Asymmetric key parser 'x509' registered\n[ 0.507491] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509233] io scheduler noop registered\n[ 0.510170] io scheduler deadline registered (default)\n[ 0.511342] io scheduler cfq registered\n[ 0.512326] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513521] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515029] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516763] ACPI: Power Button [PWRF]\n[ 0.518111] GHES: HEST is not enabled!\n[ 0.532028] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560839] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564839] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588781] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590896] Linux agpgart interface v0.103\n[ 0.592898] brd: module loaded\n[ 0.594059] loop: module loaded\n[ 0.598638] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600072] GPT:90111 != 2097151\n[ 0.600735] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601799] GPT:90111 != 2097151\n[ 0.602459] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603402] vda: vda1 vda15\n[ 0.604836] scsi host0: ata_piix\n[ 0.605552] scsi host1: ata_piix\n[ 0.606245] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607438] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608858] libphy: Fixed MDIO Bus: probed\n[ 0.609658] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610583] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612689] PPP generic driver version 2.4.2\n[ 0.613562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614788] ehci-pci: EHCI PCI platform driver\n[ 0.615646] ehci-platform: EHCI generic platform driver\n[ 0.616611] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617705] ohci-pci: OHCI PCI platform driver\n[ 0.618551] ohci-platform: OHCI generic platform driver\n[ 0.619520] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633816] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634784] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636206] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637211] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638303] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639496] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640883] usb usb1: Product: UHCI Host Controller\n[ 0.641790] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642904] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643843] hub 1-0:1.0: USB hub found\n[ 0.644604] hub 1-0:1.0: 2 ports detected\n[ 0.645486] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647573] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648501] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649495] mousedev: PS/2 mouse device common for all mice\n[ 0.650707] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652524] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653594] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654759] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655932] i2c /dev entries driver\n[ 0.656677] device-mapper: uevent: version 1.0.3\n[ 0.657595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659183] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660449] NET: Registered protocol family 10\n[ 0.661416] NET: Registered protocol family 17\n[ 0.662277] Key type dns_resolver registered\n[ 0.663184] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664256] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665955] registered taskstats version 1\n[ 0.666765] Loading compiled-in X.509 certificates\n[ 0.668182] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669989] zswap: loaded using pool lzo/zbud\n[ 0.671317] Key type trusted registered\n[ 0.672862] Key type encrypted registered\n[ 0.673667] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674658] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675669] evm: HMAC attrs: 0x1\n[ 0.676583] Magic number: 6:652:140\n[ 0.677328] block ram5: hash matches\n[ 0.678065] acpi device:11: hash matches\n[ 0.678894] rtc_cmos 00:00: setting system clock to 2018-10-22 18:08:58 UTC (1540231738)\n[ 0.680466] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681560] EDD information not available.\n[ 0.763961] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775740] ata1.00: configured for MWDMA2\n[ 0.776926] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779063] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780264] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781480] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.783301] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784796] Write protecting the kernel read-only data: 14336k\n[ 0.786329] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788104] 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.844846] 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.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... done.\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\"\nTop of dropbear init script\nStarting dropbear 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.85s]\nping 10.10.20.5 OK\nping 10.10.20.5 OK\nping 10.10.20.5 OK\n"} 2018-10-22 18:09:40,272 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f/action used request id req-b1fda8c1-3683-4988-9532-390f000375d3 2018-10-22 18:09:40,273 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-8-1' (10.10.10.8) to 'sdnvpn-8-2' (10.10.20.5). -->Expected result: can ping. 2018-10-22 18:09:40,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b8c7905bc3ef41cfba9dc25e242ff2c8aa9bce" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:09:41,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:09: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-61bc2d00-5324-451e-90bb-df07d4896150 x-compute-request-id: req-61bc2d00-5324-451e-90bb-df07d4896150 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 515695598 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127587] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129200] pid_max: default: 32768 minimum: 301\n[ 0.130067] ACPI: Core revision 20150930\n[ 0.131427] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132693] Security Framework initialized\n[ 0.133485] Yama: becoming mindful.\n[ 0.134194] AppArmor: AppArmor initialized\n[ 0.135040] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136331] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137569] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138742] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140091] Initializing cgroup subsys io\n[ 0.140881] Initializing cgroup subsys memory\n[ 0.141710] Initializing cgroup subsys devices\n[ 0.142563] Initializing cgroup subsys freezer\n[ 0.143419] Initializing cgroup subsys net_cls\n[ 0.144258] Initializing cgroup subsys perf_event\n[ 0.145148] Initializing cgroup subsys net_prio\n[ 0.146004] Initializing cgroup subsys hugetlb\n[ 0.146853] Initializing cgroup subsys pids\n[ 0.147698] CPU: Physical Processor ID: 0\n[ 0.149168] mce: CPU supports 10 MCE banks\n[ 0.149992] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150971] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161886] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168310] ftrace: allocating 31920 entries in 125 pages\n[ 0.194485] smpboot: Max logical packages: 1\n[ 0.195347] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196659] x2apic enabled\n[ 0.197452] Switched APIC routing to physical x2apic.\n[ 0.199180] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200265] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202204] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203941] KVM setup paravirtual spinlock\n[ 0.205209] x86: Booted up 1 node, 1 CPUs\n[ 0.205995] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207349] devtmpfs: initialized\n[ 0.209047] evm: security.selinux\n[ 0.209727] evm: security.SMACK64\n[ 0.210404] evm: security.SMACK64EXEC\n[ 0.211133] evm: security.SMACK64TRANSMUTE\n[ 0.211919] evm: security.SMACK64MMAP\n[ 0.212639] evm: security.ima\n[ 0.213269] evm: security.capability\n[ 0.214072] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215877] pinctrl core: initialized pinctrl subsystem\n[ 0.216940] RTC time: 18:08:57, date: 10/22/18\n[ 0.217881] NET: Registered protocol family 16\n[ 0.218823] cpuidle: using governor ladder\n[ 0.219619] cpuidle: using governor menu\n[ 0.220385] PCCT header not found.\n[ 0.221115] ACPI: bus type PCI registered\n[ 0.221901] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223110] PCI: Using configuration type 1 for base access\n[ 0.224833] ACPI: Added _OSI(Module Device)\n[ 0.225647] ACPI: Added _OSI(Processor Device)\n[ 0.226491] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227368] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229449] ACPI: Interpreter enabled\n[ 0.230199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232010] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233794] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237395] ACPI: (supports S0 S5)\n[ 0.238085] ACPI: Using IOAPIC for interrupt routing\n[ 0.239109] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243270] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244465] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247775] acpiphp: Slot [3] registered\n[ 0.248556] acpiphp: Slot [4] registered\n[ 0.249333] acpiphp: Slot [5] registered\n[ 0.250109] acpiphp: Slot [6] registered\n[ 0.250881] acpiphp: Slot [7] registered\n[ 0.251658] acpiphp: Slot [8] registered\n[ 0.252441] acpiphp: Slot [9] registered\n[ 0.253215] acpiphp: Slot [10] registered\n[ 0.254000] acpiphp: Slot [11] registered\n[ 0.254784] acpiphp: Slot [12] registered\n[ 0.255582] acpiphp: Slot [13] registered\n[ 0.256378] acpiphp: Slot [14] registered\n[ 0.257168] acpiphp: Slot [15] registered\n[ 0.268079] acpiphp: Slot [16] registered\n[ 0.268874] acpiphp: Slot [17] registered\n[ 0.269662] acpiphp: Slot [18] registered\n[ 0.270454] acpiphp: Slot [19] registered\n[ 0.271244] acpiphp: Slot [20] registered\n[ 0.272033] acpiphp: Slot [21] registered\n[ 0.272830] acpiphp: Slot [22] registered\n[ 0.273618] acpiphp: Slot [23] registered\n[ 0.274413] acpiphp: Slot [24] registered\n[ 0.275206] acpiphp: Slot [25] registered\n[ 0.275994] acpiphp: Slot [26] registered\n[ 0.276777] acpiphp: Slot [27] registered\n[ 0.277573] acpiphp: Slot [28] registered\n[ 0.278370] acpiphp: Slot [29] registered\n[ 0.279161] acpiphp: Slot [30] registered\n[ 0.279950] acpiphp: Slot [31] registered\n[ 0.280732] PCI host bridge to bus 0000:00\n[ 0.281521] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282708] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283885] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285291] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286702] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292961] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294200] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295341] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296576] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302913] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304304] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349946] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351413] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352809] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355565] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356789] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357925] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360521] vgaarb: loaded\n[ 0.361112] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362224] SCSI subsystem initialized\n[ 0.363026] ACPI: bus type USB registered\n[ 0.363834] usbcore: registered new interface driver usbfs\n[ 0.364837] usbcore: registered new interface driver hub\n[ 0.365809] usbcore: registered new device driver usb\n[ 0.366845] PCI: Using ACPI for IRQ routing\n[ 0.367843] NetLabel: Initializing\n[ 0.368535] NetLabel: domain hash size = 128\n[ 0.369390] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370328] NetLabel: unlabeled traffic allowed by default\n[ 0.371402] clocksource: Switched to clocksource kvm-clock\n[ 0.376766] AppArmor: AppArmor Filesystem Enabled\n[ 0.377699] pnp: PnP ACPI init\n[ 0.378586] pnp: PnP ACPI: found 5 devices\n[ 0.384927] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386595] NET: Registered protocol family 2\n[ 0.387537] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388777] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389919] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393246] NET: Registered protocol family 1\n[ 0.394093] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395163] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396213] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410214] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424497] Trying to unpack rootfs image as initramfs...\n[ 0.474059] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487885] Scanning for low memory corruption every 60 seconds\n[ 0.489463] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490823] audit: initializing netlink subsys (disabled)\n[ 0.492074] audit: type=2000 audit(1540231738.725:1): initialized\n[ 0.493632] Initialise system trusted keyring\n[ 0.494726] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496146] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498376] zbud: loaded\n[ 0.499227] VFS: Disk quotas dquot_6.6.0\n[ 0.500288] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502107] fuse init (API version 7.23)\n[ 0.503146] Key type big_key registered\n[ 0.504104] Allocating IMA MOK and blacklist keyrings.\n[ 0.505388] Key type asymmetric registered\n[ 0.506353] Asymmetric key parser 'x509' registered\n[ 0.507491] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509233] io scheduler noop registered\n[ 0.510170] io scheduler deadline registered (default)\n[ 0.511342] io scheduler cfq registered\n[ 0.512326] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513521] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515029] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516763] ACPI: Power Button [PWRF]\n[ 0.518111] GHES: HEST is not enabled!\n[ 0.532028] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560839] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564839] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588781] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590896] Linux agpgart interface v0.103\n[ 0.592898] brd: module loaded\n[ 0.594059] loop: module loaded\n[ 0.598638] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600072] GPT:90111 != 2097151\n[ 0.600735] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601799] GPT:90111 != 2097151\n[ 0.602459] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603402] vda: vda1 vda15\n[ 0.604836] scsi host0: ata_piix\n[ 0.605552] scsi host1: ata_piix\n[ 0.606245] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607438] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608858] libphy: Fixed MDIO Bus: probed\n[ 0.609658] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610583] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612689] PPP generic driver version 2.4.2\n[ 0.613562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614788] ehci-pci: EHCI PCI platform driver\n[ 0.615646] ehci-platform: EHCI generic platform driver\n[ 0.616611] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617705] ohci-pci: OHCI PCI platform driver\n[ 0.618551] ohci-platform: OHCI generic platform driver\n[ 0.619520] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633816] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634784] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636206] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637211] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638303] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639496] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640883] usb usb1: Product: UHCI Host Controller\n[ 0.641790] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642904] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643843] hub 1-0:1.0: USB hub found\n[ 0.644604] hub 1-0:1.0: 2 ports detected\n[ 0.645486] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647573] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648501] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649495] mousedev: PS/2 mouse device common for all mice\n[ 0.650707] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652524] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653594] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654759] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655932] i2c /dev entries driver\n[ 0.656677] device-mapper: uevent: version 1.0.3\n[ 0.657595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659183] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660449] NET: Registered protocol family 10\n[ 0.661416] NET: Registered protocol family 17\n[ 0.662277] Key type dns_resolver registered\n[ 0.663184] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664256] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665955] registered taskstats version 1\n[ 0.666765] Loading compiled-in X.509 certificates\n[ 0.668182] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669989] zswap: loaded using pool lzo/zbud\n[ 0.671317] Key type trusted registered\n[ 0.672862] Key type encrypted registered\n[ 0.673667] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674658] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675669] evm: HMAC attrs: 0x1\n[ 0.676583] Magic number: 6:652:140\n[ 0.677328] block ram5: hash matches\n[ 0.678065] acpi device:11: hash matches\n[ 0.678894] rtc_cmos 00:00: setting system clock to 2018-10-22 18:08:58 UTC (1540231738)\n[ 0.680466] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681560] EDD information not available.\n[ 0.763961] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775740] ata1.00: configured for MWDMA2\n[ 0.776926] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779063] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780264] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781480] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.783301] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784796] Write protecting the kernel read-only data: 14336k\n[ 0.786329] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788104] 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.844846] 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.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... done.\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\"\nTop of dropbear init script\nStarting dropbear 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.85s]\nping 10.10.20.5 OK\nping 10.10.20.5 OK\nping 10.10.20.5 OK\n"} 2018-10-22 18:09:41,351 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f/action used request id req-61bc2d00-5324-451e-90bb-df07d4896150 2018-10-22 18:09:41,352 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-8-1' can ping 'sdnvpn-8-2' 2018-10-22 18:09:41,353 - sdnvpn-results - INFO - Assign a Floating IP to sdnvpn-8-1 2018-10-22 18:09:41,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" 2018-10-22 18:09:41,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2686 X-Openstack-Request-Id: req-4bb30436-f5bc-4cba-9449-7da65fbf915c Date: Mon, 22 Oct 2018 18:09:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"af35edac-b1f2-4a46-a632-53a0c8ac6752","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["3b268aa1-e986-4570-baf7-e062d4870cf2"],"description":"","tags":[],"updated_at":"2018-10-22T18:08:26Z","provider:segmentation_id":55,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:08:25Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","subnets":["6f0b01fe-f639-471b-900a-522fe527792d"],"description":"","tags":[],"updated_at":"2018-10-22T18:01:01Z","provider:segmentation_id":92,"name":"tempest-test-network--1913911896","admin_state_up":true,"tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d664e95a-ed15-4c5d-b2c1-8cd5ddb66000","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["12140a2a-10af-491e-a48c-37b09e321490"],"description":"","tags":[],"updated_at":"2018-10-22T18:08:31Z","provider:segmentation_id":102,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:08:30Z","provider:network_type":"vxlan"}]} 2018-10-22 18:09:41,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-4bb30436-f5bc-4cba-9449-7da65fbf915c 2018-10-22 18:09:41,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" -d '{"floatingip": {"floating_network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f"}}' 2018-10-22 18:09:43,000 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-71c00ee1-9e67-447e-904e-97c15edea16c Date: Mon, 22 Oct 2018 18:09:42 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-22T18:09:42Z", "floating_network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": null, "id": "e5008db4-af70-4403-8e05-e256922515e0", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:09:42Z", "project_id": "8ba7a6acf87944158b12f697f8414be6"}} 2018-10-22 18:09:43,000 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-71c00ee1-9e67-447e-904e-97c15edea16c 2018-10-22 18:09:43,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55c054f62e10dc2b431e061ae08e7399171ed86d" -d '{"addFloatingIp": {"address": "172.30.9.200"}}' 2018-10-22 18:09:45,323 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:09: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-9fca53f0-631b-4f93-875e-64860a895279 x-compute-request-id: req-9fca53f0-631b-4f93-875e-64860a895279 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-10-22 18:09:45,323 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f/action used request id req-9fca53f0-631b-4f93-875e-64860a895279 2018-10-22 18:09:45,323 - sdnvpn-results - INFO - Ping sdnvpn-8-1 via Floating IP 2018-10-22 18:09:45,323 - sdnvpn-results - DEBUG - Ping IP 172.30.9.200 2018-10-22 18:09:45,324 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.200 -c 10' 2018-10-22 18:10:04,337 - functest.utils.functest_utils - ERROR - The command 'ping 172.30.9.200 -c 10' failed. 2018-10-22 18:10:04,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55c054f62e10dc2b431e061ae08e7399171ed86d" -d '{"forceDelete": null}' 2018-10-22 18:10:04,569 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:10:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-417de123-7ea9-4b18-aaab-07767bd88988 x-compute-request-id: req-417de123-7ea9-4b18-aaab-07767bd88988 Content-Length: 0 Content-Type: application/json 2018-10-22 18:10:04,569 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/58cc1ac5-3588-4058-80ca-87de73118a9f/action used request id req-417de123-7ea9-4b18-aaab-07767bd88988 2018-10-22 18:10:04,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55c054f62e10dc2b431e061ae08e7399171ed86d" -d '{"forceDelete": null}' 2018-10-22 18:10:04,811 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:10:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2cee8629-dbb4-4b69-baa3-42089c7632f0 x-compute-request-id: req-2cee8629-dbb4-4b69-baa3-42089c7632f0 Content-Length: 0 Content-Type: application/json 2018-10-22 18:10:04,812 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/0e440b24-6888-4c96-9c33-2e191e32507e/action used request id req-2cee8629-dbb4-4b69-baa3-42089c7632f0 2018-10-22 18:10:04,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/49824c89-ac25-4309-bdad-4df0a672c944 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}830bff77f0c10563a124607ccde0b11a4b140141" 2018-10-22 18:10:05,915 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f985a51a-ee2e-4d80-ae87-01a9009538d9 Date: Mon, 22 Oct 2018 18:10:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:10:05,915 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/49824c89-ac25-4309-bdad-4df0a672c944 used request id req-f985a51a-ee2e-4d80-ae87-01a9009538d9 2018-10-22 18:10:05,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/e5008db4-af70-4403-8e05-e256922515e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" 2018-10-22 18:10:06,641 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a68be602-0f8c-41e6-8841-0ec4073531a5 Content-Length: 0 Date: Mon, 22 Oct 2018 18:10:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:10:06,641 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/e5008db4-af70-4403-8e05-e256922515e0 used request id req-a68be602-0f8c-41e6-8841-0ec4073531a5 2018-10-22 18:10:06,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/bf766da8-adec-48fb-88b3-6f306ff07686/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" -d '{"subnet_id": "3b268aa1-e986-4570-baf7-e062d4870cf2"}' 2018-10-22 18:10:07,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ecc98184-2426-4c73-9776-d8d334217a09 Date: Mon, 22 Oct 2018 18:10:07 GMT RESP BODY: {"network_id": "af35edac-b1f2-4a46-a632-53a0c8ac6752", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "subnet_id": "3b268aa1-e986-4570-baf7-e062d4870cf2", "subnet_ids": ["3b268aa1-e986-4570-baf7-e062d4870cf2"], "port_id": "d71a72b2-2c04-4175-9129-756e08ad4596", "id": "bf766da8-adec-48fb-88b3-6f306ff07686"} 2018-10-22 18:10:07,899 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/bf766da8-adec-48fb-88b3-6f306ff07686/remove_router_interface used request id req-ecc98184-2426-4c73-9776-d8d334217a09 2018-10-22 18:10:07,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/bf766da8-adec-48fb-88b3-6f306ff07686/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" -d '{"subnet_id": "12140a2a-10af-491e-a48c-37b09e321490"}' 2018-10-22 18:10:09,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-993162ad-f827-4c5a-b79e-6d06c1064be7 Date: Mon, 22 Oct 2018 18:10:09 GMT RESP BODY: {"network_id": "d664e95a-ed15-4c5d-b2c1-8cd5ddb66000", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "subnet_id": "12140a2a-10af-491e-a48c-37b09e321490", "subnet_ids": ["12140a2a-10af-491e-a48c-37b09e321490"], "port_id": "ab4161ca-1ecf-4420-8c67-403686e4881e", "id": "bf766da8-adec-48fb-88b3-6f306ff07686"} 2018-10-22 18:10:09,097 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/bf766da8-adec-48fb-88b3-6f306ff07686/remove_router_interface used request id req-993162ad-f827-4c5a-b79e-6d06c1064be7 2018-10-22 18:10:09,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/bf766da8-adec-48fb-88b3-6f306ff07686 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:10:09,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-149c4d3a-f762-4f38-9e0d-0160aa654490 Date: Mon, 22 Oct 2018 18:10:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:10:09Z", "revision_number": 10, "routes": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "bf766da8-adec-48fb-88b3-6f306ff07686", "name": "sdnvpn-8-1-router"}} 2018-10-22 18:10:09,984 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/bf766da8-adec-48fb-88b3-6f306ff07686 used request id req-149c4d3a-f762-4f38-9e0d-0160aa654490 2018-10-22 18:10:09,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/3b268aa1-e986-4570-baf7-e062d4870cf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" 2018-10-22 18:10:12,056 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cd1cab0e-f8ac-4f21-979f-627448dc9623 Date: Mon, 22 Oct 2018 18:10:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:10:12,056 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/3b268aa1-e986-4570-baf7-e062d4870cf2 used request id req-cd1cab0e-f8ac-4f21-979f-627448dc9623 2018-10-22 18:10:12,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/12140a2a-10af-491e-a48c-37b09e321490 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" 2018-10-22 18:10:14,166 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a0d02673-d08a-4871-bafe-7d05ea326021 Date: Mon, 22 Oct 2018 18:10:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:10:14,166 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/12140a2a-10af-491e-a48c-37b09e321490 used request id req-a0d02673-d08a-4871-bafe-7d05ea326021 2018-10-22 18:10:14,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/bf766da8-adec-48fb-88b3-6f306ff07686 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" 2018-10-22 18:10:14,817 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-92ce2737-fe86-4adc-b19f-f4329b91a344 Content-Length: 0 Date: Mon, 22 Oct 2018 18:10:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:10:14,817 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/bf766da8-adec-48fb-88b3-6f306ff07686 used request id req-92ce2737-fe86-4adc-b19f-f4329b91a344 2018-10-22 18:10:14,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/af35edac-b1f2-4a46-a632-53a0c8ac6752 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" 2018-10-22 18:10:15,877 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ab96e97a-212c-4b7b-88bb-2097c8bb2017 Date: Mon, 22 Oct 2018 18:10:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:10:15,877 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/af35edac-b1f2-4a46-a632-53a0c8ac6752 used request id req-ab96e97a-212c-4b7b-88bb-2097c8bb2017 2018-10-22 18:10:15,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/d664e95a-ed15-4c5d-b2c1-8cd5ddb66000 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f805ccd9dd1a824818193fbbeec3d4e3e61d7af" 2018-10-22 18:10:16,635 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a30b2792-08e0-416e-ab84-ded958b63880 Date: Mon, 22 Oct 2018 18:10:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:10:16,635 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/d664e95a-ed15-4c5d-b2c1-8cd5ddb66000 used request id req-a30b2792-08e0-416e-ab84-ded958b63880 2018-10-22 18:10:16,635 - 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 | +----------------------------------------------------------------------------------------+ | FAIL | Ping IP 172.30.9.200 | +========================================================================================+ 2018-10-22 18:10:16,635 - sdnvpn-results - INFO - One or more subtests have failed. 2018-10-22 18:10:16,636 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-10-22 18:10:16,636 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence': {'status': 'FAIL', '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.200': 'FAIL'}]} 2018-10-22 18:10:16,636 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-10-22 18:10:16,637 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-10-22 18:10:16,637 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-10-22 18:10:16,726 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-10-22 18:10:16,729 - paramiko.transport - DEBUG - starting thread (client mode): 0x674d2a10L 2018-10-22 18:10:16,729 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:10:16,753 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:10:16,754 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:10:16,757 - 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-10-22 18:10:16,758 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:10:16,758 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:10:16,758 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:10:16,758 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:10:16,759 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:10:16,765 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:10:16,766 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:10:16,793 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.105: a2d1ec4bebed047ce2b4a215eed33ed6 2018-10-22 18:10:16,794 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:10:16,806 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:10:16,842 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:10:16,858 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:10:17,040 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:10:17,040 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:10:17,079 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:10:17,079 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:10:17,101 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:10:21,832 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:10:21,833 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:10:21,835 - paramiko.transport - DEBUG - starting thread (client mode): 0x674d2710L 2018-10-22 18:10:21,836 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:10:21,841 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:10:21,841 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:10:21,844 - 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-10-22 18:10:21,844 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:10:21,844 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:10:21,844 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:10:21,845 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:10:21,845 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:10:21,849 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:10:21,850 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:10:21,851 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 97d60aef74c92d1a490708e4347a9319 2018-10-22 18:10:21,852 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:10:21,889 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:10:21,902 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:10:21,916 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:10:21,986 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:10:21,986 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:10:22,025 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:10:22,026 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:10:22,035 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:10:22,069 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:10:22,070 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:10:22,071 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:10:22,072 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:10:22,072 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:10:22,112 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:10:22,149 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:10:22,150 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:10:22,151 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:10:22,152 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:10:22,152 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:10:22,193 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:10:22,224 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:10:22,225 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:10:22,227 - paramiko.transport - DEBUG - starting thread (client mode): 0x674d1810L 2018-10-22 18:10:22,228 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:10:22,232 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:10:22,232 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:10:22,235 - 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-10-22 18:10:22,235 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:10:22,235 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:10:22,236 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:10:22,236 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:10:22,236 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:10:22,241 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:10:22,241 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:10:22,243 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 72a2a096ecf65e8ab28c1111a8608e40 2018-10-22 18:10:22,243 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:10:22,281 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:10:22,293 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:10:22,308 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:10:22,381 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:10:22,381 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:10:22,420 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:10:22,421 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:10:22,427 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:10:22,465 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:10:22,465 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:10:22,467 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:10:22,467 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:10:22,467 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:10:22,508 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:10:22,547 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:10:22,548 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:10:22,549 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:10:22,550 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:10:22,550 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:10:22,592 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:10:22,627 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:10:22,628 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:10:22,630 - paramiko.transport - DEBUG - starting thread (client mode): 0x6752c950L 2018-10-22 18:10:22,630 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:10:22,636 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:10:22,636 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:10:22,639 - 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-10-22 18:10:22,640 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:10:22,640 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:10:22,640 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:10:22,640 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:10:22,640 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:10:22,645 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:10:22,645 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:10:22,662 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 4919741302bf2e19f38a46a66750bfe8 2018-10-22 18:10:22,663 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:10:22,685 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:10:22,697 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:10:22,727 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:10:22,784 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:10:22,784 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:10:22,823 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:10:22,824 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:10:22,831 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:10:22,866 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:10:22,867 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:10:22,868 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:10:22,869 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:10:22,869 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:10:22,910 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:10:22,945 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:10:22,947 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:10:22,948 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:10:22,949 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:10:22,949 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:10:22,990 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:10:23,020 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:10:23,022 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:10:23,023 - paramiko.transport - DEBUG - starting thread (client mode): 0x674d29d0L 2018-10-22 18:10:23,024 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:10:23,028 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:10:23,029 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:10:23,030 - 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-10-22 18:10:23,031 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:10:23,031 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:10:23,031 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:10:23,031 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:10:23,032 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:10:23,036 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:10:23,036 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:10:23,039 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 9edadb84fe4f197718547dde2ff2c713 2018-10-22 18:10:23,040 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:10:23,076 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:10:23,087 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:10:23,105 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:10:23,169 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:10:23,169 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:10:23,208 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:10:23,209 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:10:23,215 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:10:23,244 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:10:23,245 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:10:23,246 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:10:23,247 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:10:23,247 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:10:23,288 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:10:23,318 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:10:23,320 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:10:23,320 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:10:23,321 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:10:23,321 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:10:23,361 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:10:23,388 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:10:23,389 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:10:23,391 - paramiko.transport - DEBUG - starting thread (client mode): 0x677ee550L 2018-10-22 18:10:23,392 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:10:23,397 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:10:23,397 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:10:23,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-10-22 18:10:23,399 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:10:23,400 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:10:23,400 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:10:23,400 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:10:23,400 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:10:23,405 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:10:23,405 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:10:23,407 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 46ec2732988c0182ab443fb6c02e39be 2018-10-22 18:10:23,408 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:10:23,444 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:10:23,455 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:10:23,472 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:10:23,537 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:10:23,537 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:10:23,577 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:10:23,577 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:10:23,582 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:10:23,611 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:10:23,612 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:10:23,613 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:10:23,613 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:10:23,613 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:10:23,654 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:10:23,686 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:10:23,687 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:10:23,688 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:10:23,689 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:10:23,689 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:10:23,729 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:10:23,756 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:10:23,756 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:10:23,757 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:10:23,758 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:10:23,759 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:10:23,767 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:10:27,680 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:10:27,681 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:10:27,683 - paramiko.transport - DEBUG - starting thread (client mode): 0x674d2e90L 2018-10-22 18:10:27,684 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:10:27,691 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:10:27,691 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:10:27,694 - 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-10-22 18:10:27,694 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:10:27,694 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:10:27,694 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:10:27,694 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:10:27,695 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:10:27,699 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:10:27,700 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:10:27,715 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 97d60aef74c92d1a490708e4347a9319 2018-10-22 18:10:27,716 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:10:27,740 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:10:27,753 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:10:27,781 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:10:27,861 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:10:27,861 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:10:27,900 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:10:27,901 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:10:27,918 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:10:27,953 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:10:27,954 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:10:27,955 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:10:27,956 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:10:27,956 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:10:27,996 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:10:28,032 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:10:28,034 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:10:28,035 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:10:28,035 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:10:28,036 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:10:28,076 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:10:28,107 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:10:28,108 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:10:28,111 - paramiko.transport - DEBUG - starting thread (client mode): 0x6752ae10L 2018-10-22 18:10:28,111 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:10:28,117 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:10:28,117 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:10:28,120 - 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-10-22 18:10:28,120 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:10:28,120 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:10:28,120 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:10:28,121 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:10:28,121 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:10:28,125 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:10:28,126 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:10:28,143 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 72a2a096ecf65e8ab28c1111a8608e40 2018-10-22 18:10:28,143 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:10:28,166 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:10:28,178 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:10:28,208 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:10:28,268 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:10:28,268 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:10:28,307 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:10:28,308 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:10:28,313 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:10:28,349 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:10:28,350 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:10:28,351 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:10:28,352 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:10:28,352 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:10:28,393 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:10:28,430 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:10:28,432 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:10:28,432 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:10:28,433 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:10:28,434 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:10:28,474 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:10:28,507 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:10:28,509 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:10:28,511 - paramiko.transport - DEBUG - starting thread (client mode): 0x67542950L 2018-10-22 18:10:28,511 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:10:28,517 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:10:28,517 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:10:28,520 - 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-10-22 18:10:28,520 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:10:28,520 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:10:28,520 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:10:28,520 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:10:28,520 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:10:28,525 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:10:28,525 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:10:28,527 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 4919741302bf2e19f38a46a66750bfe8 2018-10-22 18:10:28,527 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:10:28,565 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:10:28,576 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:10:28,591 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:10:28,660 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:10:28,660 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:10:28,700 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:10:28,700 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:10:28,710 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:10:28,749 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:10:28,750 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:10:28,750 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:10:28,752 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:10:28,752 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:10:28,793 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:10:28,832 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:10:28,834 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:10:28,834 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:10:28,835 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:10:28,835 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:10:28,876 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:10:28,908 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:10:28,910 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:10:28,912 - paramiko.transport - DEBUG - starting thread (client mode): 0x6754c810L 2018-10-22 18:10:28,912 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:10:28,916 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:10:28,917 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:10:28,918 - 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-10-22 18:10:28,918 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:10:28,919 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:10:28,919 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:10:28,919 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:10:28,919 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:10:28,923 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:10:28,924 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:10:28,928 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 9edadb84fe4f197718547dde2ff2c713 2018-10-22 18:10:28,929 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:10:28,964 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:10:28,974 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:10:28,993 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:10:29,050 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:10:29,050 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:10:29,089 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:10:29,090 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:10:29,096 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:10:29,125 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:10:29,126 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:10:29,127 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:10:29,128 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:10:29,128 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:10:29,169 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:10:29,200 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:10:29,202 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:10:29,203 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:10:29,203 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:10:29,204 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:10:29,244 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:10:29,270 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:10:29,272 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:10:29,274 - paramiko.transport - DEBUG - starting thread (client mode): 0x6753e590L 2018-10-22 18:10:29,274 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:10:29,279 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:10:29,279 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:10:29,281 - 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-10-22 18:10:29,281 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:10:29,282 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:10:29,282 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:10:29,282 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:10:29,282 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:10:29,286 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:10:29,287 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:10:29,290 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 46ec2732988c0182ab443fb6c02e39be 2018-10-22 18:10:29,290 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:10:29,326 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:10:29,337 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:10:29,355 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:10:29,425 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:10:29,425 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:10:29,464 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:10:29,465 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:10:29,473 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:10:29,502 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:10:29,503 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:10:29,504 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:10:29,505 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:10:29,505 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:10:29,545 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:10:29,576 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:10:29,578 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:10:29,578 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:10:29,579 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:10:29,579 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:10:29,620 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:10:29,648 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:10:29,649 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:10:29,651 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:10:29,651 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:10:29,651 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:10:29,655 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:10:29,711 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-22 18:10:29,712 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:10:29,712 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:10:29,713 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:10:29,714 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:10:29,718 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:10:29,773 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-22 18:10:29,774 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:10:29,776 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:10:29,776 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:10:29,776 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:10:29,778 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:10:29,829 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-22 18:10:29,831 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:10:29,831 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:10:29,832 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:10:29,832 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:10:29,835 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:10:29,883 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-22 18:10:29,884 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:10:29,885 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:10:29,886 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:10:29,886 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:10:29,889 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:10:29,936 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-22 18:10:29,937 - sdnvpn-results - INFO - Verify that OpenDaylight can start/communicate with zrpcd/Quagga 2018-10-22 18:10:29,937 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:10:29,938 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-10-22 18:10:29,938 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-10-22 18:10:29,939 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-22 18:10:29,940 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-22 18:10:29,940 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-22 18:10:29,943 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-22 18:10:29,996 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-22 18:10:29,997 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-10-22 18:10:29,998 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-22 18:10:29,999 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-22 18:10:29,999 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-22 18:10:30,000 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-22 18:10:30,002 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-22 18:10:30,056 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-22 18:10:30,056 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-10-22 18:10:30,057 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-22 18:10:30,057 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-22 18:10:30,059 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-22 18:10:30,059 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-22 18:10:30,061 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-22 18:10:30,114 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-22 18:10:30,114 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-10-22 18:10:30,119 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-22 18:10:30,163 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-22 18:10:30,163 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-22 18:10:30,163 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-22 18:10:30,166 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-22 18:10:30,208 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-22 18:10:30,209 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-22 18:10:30,209 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-22 18:10:30,210 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-22 18:10:30,210 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-22 18:10:30,251 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-22 18:10:30,287 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-22 18:10:30,288 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-22 18:10:30,288 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-22 18:10:30,290 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-22 18:10:30,290 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-22 18:10:30,330 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-22 18:10:30,358 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-10-22 18:10:30,359 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-10-22 18:10:30,361 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-10-22 18:10:30,362 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-10-22 18:10:30,365 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-10-22 18:10:30,367 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-22 18:10:30,368 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-22 18:10:30,368 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-22 18:10:30,370 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-22 18:10:30,415 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-22 18:10:30,416 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-22 18:10:30,417 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-22 18:10:30,418 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-22 18:10:30,418 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-22 18:10:30,459 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-22 18:10:30,500 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-22 18:10:30,502 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-22 18:10:30,502 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-22 18:10:30,503 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-22 18:10:30,503 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-22 18:10:30,544 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-22 18:10:30,577 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-10-22 18:10:30,578 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-10-22 18:10:30,579 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-10-22 18:10:30,580 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-10-22 18:10:30,584 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-10-22 18:10:30,586 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-0 2018-10-22 18:10:30,586 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-22 18:10:30,587 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-22 18:10:30,587 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-22 18:10:30,590 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-22 18:10:30,590 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-22 18:10:30,591 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-10-22 18:10:30,591 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-10-22 18:10:30,592 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-10-22 18:10:30,629 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-22 18:10:30,630 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.31 2018-10-22 18:10:30,631 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-22 18:10:30,632 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-22 18:10:30,632 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-22 18:10:30,632 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-22 18:10:30,673 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-22 18:10:32,570 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-22 18:10:32,572 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-22 18:10:32,572 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-22 18:10:32,573 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-22 18:10:32,573 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-22 18:10:32,613 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-22 18:10:33,293 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-22 18:10:33,294 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-22 18:10:38,298 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-10-22 18:10:38,299 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-22 18:10:38,300 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-22 18:10:38,300 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-22 18:10:38,302 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-22 18:10:38,350 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-22 18:10:38,351 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-10-22 18:10:38,352 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-22 18:10:38,352 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-10-22 18:10:51,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:10:51,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:10:51,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:10:51,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:10:51,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:10:51,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:10:51,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:10:51,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:10:51,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:10:51,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:10:51,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:10:51,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:10:51,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:10:51,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:10:51,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:10:51,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:10:51,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:10:51,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:10:51,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:10:51,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:10:51,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:10:51,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:10:51,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:10:51,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:10:51,010 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-22 18:10:51,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:10:51,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:10:51,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:10:51,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:10:51,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:10:51,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:10:51,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:10:51,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:10:51,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:10:51,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:10:51,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:10:51,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:10:51,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:10:51,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:10:51,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:10:51,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:10:51,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:10:51,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:10:51,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:10:51,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:10:51,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:10:51,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:10:51,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:10:51,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:10:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:10:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:10:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:10:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:10:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:10:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:10:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:10:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:10:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:10:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:10:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:10:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:10:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:10:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:10:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:10:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:10:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:10:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:10:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:10:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:10:51,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:10:51,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:10:51,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:10:51,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:10:51,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-22 18:10:51,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:10:51,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:10:51,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:10:51,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:10:51,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:10:51,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:10:51,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:10:51,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:10:51,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:10:51,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:10:51,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:10:51,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:10:51,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:10:51,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:10:51,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:10:51,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:10:51,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:10:51,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:10:51,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:10:51,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:10:51,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:10:51,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:10:51,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:10:51,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:10:51,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:10:51,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:10:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-849735d4-9234-4016-bc5d-e17cdb0d0aee 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:10:51,036 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-849735d4-9234-4016-bc5d-e17cdb0d0aee 2018-10-22 18:10:51,037 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:10:51,430 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:10:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["r-T0y_jKRBe3ZbytAm_8AA"], "issued_at": "2018-10-22T18:10:51.000000Z"}} 2018-10-22 18:10:51,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f4d2dd294aaea80f67608c99c2c679902a80716" 2018-10-22 18:10:51,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:10: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-3ce04c53-8359-48d9-aafc-f51ebda6fe07 x-compute-request-id: req-3ce04c53-8359-48d9-aafc-f51ebda6fe07 Content-Encoding: gzip Content-Length: 277 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 18:10:51,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail used request id req-3ce04c53-8359-48d9-aafc-f51ebda6fe07 2018-10-22 18:10:51,617 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-10-22 18:10:51,620 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f4d2dd294aaea80f67608c99c2c679902a80716" -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-10-22 18:10:51,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:10: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-3819b217-dcee-4b28-a9ef-9d4a85454943 x-compute-request-id: req-3819b217-dcee-4b28-a9ef-9d4a85454943 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:10:51,669 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-3819b217-dcee-4b28-a9ef-9d4a85454943 2018-10-22 18:10:51,669 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=fc95b764-3ea3-4c31-810a-cca3ea1addc3 created successfully. 2018-10-22 18:10:51,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:10:51,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:10:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4520cc9b-4ec6-4ad6-ad77-40f86ae866f5 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:10:51,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4520cc9b-4ec6-4ad6-ad77-40f86ae866f5 2018-10-22 18:10:51,677 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:10:52,046 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:10:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["kQKixzrxTXKIlGV2nodfHw"], "issued_at": "2018-10-22T18:10:52.000000Z"}} 2018-10-22 18:10:52,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:10:52,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14544 X-Openstack-Request-Id: req-24f1e04b-4599-475c-a132-7ecd46dc6205 Date: Mon, 22 Oct 2018 18:10:52 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "updated_at": "2018-10-22T18:01:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "58c66846-fedf-4b66-b4e6-ffd6961123a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "9fc44f04-2cd7-4100-9543-8571d2da7285", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "f5e8b3f0-29af-49f0-94fb-39a2d07d2cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}], "revision_number": 3, "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "name": "tempest-secgroup--969560917"}, {"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "updated_at": "2018-10-22T18:04:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "1a013dff-72ac-41fc-9e59-265dff844960", "remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "406eb29d-a577-4eee-a2dd-70816b1f5888", "remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "8d4ddaeb-a7b3-4aed-91b7-115087d4fcb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "c522c5d9-59c1-4a83-941f-8ae7551e78b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}], "revision_number": 4, "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "55730c75-de7b-4a88-af62-c3f888487961", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "updated_at": "2018-10-22T18:08:35Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "0e25d5d7-5b4c-49b5-88b5-324f10154a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "57707afa-8faf-4113-8c8c-30963caf5615", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "6bc10a09-c2a7-464a-ad78-c70bbbf6ee4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "7028de3f-e565-496f-b597-ca46bbca438c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "8b050586-2b9f-4633-a718-7d1d30acbcf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "982034b0-0ac6-4711-ae91-f2bb976a3b46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 6, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "82fd1622-3826-4da5-909e-15968132dad8", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "updated_at": "2018-10-22T14:58:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "67e51c9b-e362-42bd-a305-439e546f173e", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "90643a86-0f62-4588-9a8c-68cea1343ff6", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "name": "default"}]} 2018-10-22 18:10:52,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-24f1e04b-4599-475c-a132-7ecd46dc6205 2018-10-22 18:10:52,253 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-22 18:10:52,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:10:52,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12241 X-Openstack-Request-Id: req-2d631ef1-d4b5-47f0-a6d1-a56735336ffa Date: Mon, 22 Oct 2018 18:10:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": 22, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:35Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "0e25d5d7-5b4c-49b5-88b5-324f10154a10"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a"}, {"remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "1a013dff-72ac-41fc-9e59-265dff844960"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d"}, {"remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "406eb29d-a577-4eee-a2dd-70816b1f5888"}, {"remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961"}, {"remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "45761236-05cb-4509-8544-b7f57edc0051"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": 80, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:35Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "57707afa-8faf-4113-8c8c-30963caf5615"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "port_range_min": null, "revision_number": 0, "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "58c66846-fedf-4b66-b4e6-ffd6961123a2"}, {"remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "67e51c9b-e362-42bd-a305-439e546f173e"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "6bc10a09-c2a7-464a-ad78-c70bbbf6ee4a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "7028de3f-e565-496f-b597-ca46bbca438c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3"}, {"remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "8922276a-b526-4eb4-b86d-18ba88b155c0"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": 22, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:35Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "8b050586-2b9f-4633-a718-7d1d30acbcf3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "8d4ddaeb-a7b3-4aed-91b7-115087d4fcb0"}, {"remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "90643a86-0f62-4588-9a8c-68cea1343ff6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "982034b0-0ac6-4711-ae91-f2bb976a3b46"}, {"remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "port_range_min": 22, "revision_number": 0, "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "9fc44f04-2cd7-4100-9543-8571d2da7285"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "c522c5d9-59c1-4a83-941f-8ae7551e78b7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "port_range_min": null, "revision_number": 0, "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "f5e8b3f0-29af-49f0-94fb-39a2d07d2cd8"}]} 2018-10-22 18:10:52,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-2d631ef1-d4b5-47f0-a6d1-a56735336ffa 2018-10-22 18:10:52,442 - sdnvpn_test_utils - INFO - This rule exists for security group: 82fd1622-3826-4da5-909e-15968132dad8 2018-10-22 18:10:52,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:10:52,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12241 X-Openstack-Request-Id: req-a00059b5-7a5b-45d6-8b5c-7919bb76733b Date: Mon, 22 Oct 2018 18:10:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": 22, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:35Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "0e25d5d7-5b4c-49b5-88b5-324f10154a10"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a"}, {"remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "1a013dff-72ac-41fc-9e59-265dff844960"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d"}, {"remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "406eb29d-a577-4eee-a2dd-70816b1f5888"}, {"remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961"}, {"remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "45761236-05cb-4509-8544-b7f57edc0051"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": 80, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:35Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "57707afa-8faf-4113-8c8c-30963caf5615"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "port_range_min": null, "revision_number": 0, "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "58c66846-fedf-4b66-b4e6-ffd6961123a2"}, {"remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "67e51c9b-e362-42bd-a305-439e546f173e"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "6bc10a09-c2a7-464a-ad78-c70bbbf6ee4a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "7028de3f-e565-496f-b597-ca46bbca438c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3"}, {"remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "8922276a-b526-4eb4-b86d-18ba88b155c0"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": 22, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:35Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "8b050586-2b9f-4633-a718-7d1d30acbcf3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "8d4ddaeb-a7b3-4aed-91b7-115087d4fcb0"}, {"remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "90643a86-0f62-4588-9a8c-68cea1343ff6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "982034b0-0ac6-4711-ae91-f2bb976a3b46"}, {"remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "port_range_min": 22, "revision_number": 0, "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "9fc44f04-2cd7-4100-9543-8571d2da7285"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "c522c5d9-59c1-4a83-941f-8ae7551e78b7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "port_range_min": null, "revision_number": 0, "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "f5e8b3f0-29af-49f0-94fb-39a2d07d2cd8"}]} 2018-10-22 18:10:52,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-a00059b5-7a5b-45d6-8b5c-7919bb76733b 2018-10-22 18:10:52,622 - sdnvpn_test_utils - INFO - This rule exists for security group: 82fd1622-3826-4da5-909e-15968132dad8 2018-10-22 18:10:52,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:10:52,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12241 X-Openstack-Request-Id: req-8b340a9b-14f2-474d-bbd1-366498e5431e Date: Mon, 22 Oct 2018 18:10:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": 22, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:35Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "0e25d5d7-5b4c-49b5-88b5-324f10154a10"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a"}, {"remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "1a013dff-72ac-41fc-9e59-265dff844960"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d"}, {"remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "406eb29d-a577-4eee-a2dd-70816b1f5888"}, {"remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961"}, {"remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "45761236-05cb-4509-8544-b7f57edc0051"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": 80, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:35Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "57707afa-8faf-4113-8c8c-30963caf5615"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "port_range_min": null, "revision_number": 0, "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "58c66846-fedf-4b66-b4e6-ffd6961123a2"}, {"remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "67e51c9b-e362-42bd-a305-439e546f173e"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "6bc10a09-c2a7-464a-ad78-c70bbbf6ee4a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "7028de3f-e565-496f-b597-ca46bbca438c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3"}, {"remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "8922276a-b526-4eb4-b86d-18ba88b155c0"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": 22, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:35Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "8b050586-2b9f-4633-a718-7d1d30acbcf3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "8d4ddaeb-a7b3-4aed-91b7-115087d4fcb0"}, {"remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "project_id": "", "id": "90643a86-0f62-4588-9a8c-68cea1343ff6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": null, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "982034b0-0ac6-4711-ae91-f2bb976a3b46"}, {"remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "port_range_min": 22, "revision_number": 0, "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "9fc44f04-2cd7-4100-9543-8571d2da7285"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "port_range_min": null, "revision_number": 0, "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "port_range_min": null, "revision_number": 0, "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "c522c5d9-59c1-4a83-941f-8ae7551e78b7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "port_range_min": null, "revision_number": 0, "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "f5e8b3f0-29af-49f0-94fb-39a2d07d2cd8"}]} 2018-10-22 18:10:52,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-8b340a9b-14f2-474d-bbd1-366498e5431e 2018-10-22 18:10:52,794 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-22 18:10:52,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}e04303d329c1a23bf15aeac07a88963cfd4846e9" -d '{"security_group_rule": {"port_range_min": 179, "direction": "ingress", "protocol": "tcp", "port_range_max": 179, "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:10:53,259 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-ca9f9a76-0c5d-47cf-a889-409ccf837aee Date: Mon, 22 Oct 2018 18:10:53 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 179, "updated_at": "2018-10-22T18:10:53Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "port_range_min": 179, "revision_number": 0, "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:10:53Z", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "1de7278a-53c8-4b5c-a5c8-689d979f74a2"}} 2018-10-22 18:10:53,259 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-ca9f9a76-0c5d-47cf-a889-409ccf837aee 2018-10-22 18:10:53,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:10:53,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1373 X-Openstack-Request-Id: req-4d10ef26-4082-46e3-835c-e7c9bc5905af Date: Mon, 22 Oct 2018 18:10:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","subnets":["6f0b01fe-f639-471b-900a-522fe527792d"],"description":"","tags":[],"updated_at":"2018-10-22T18:01:01Z","provider:segmentation_id":92,"name":"tempest-test-network--1913911896","admin_state_up":true,"tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:00Z","provider:network_type":"vxlan"}]} 2018-10-22 18:10:53,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-4d10ef26-4082-46e3-835c-e7c9bc5905af 2018-10-22 18:10:53,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:10:53,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1228 X-Openstack-Request-Id: req-5f0d32c6-2dc1-480e-9f14-bba7b3463602 Date: Mon, 22 Oct 2018 18:10:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:01Z","dns_nameservers":[],"updated_at":"2018-10-22T18:01:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.14"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/28","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","id":"6f0b01fe-f639-471b-900a-522fe527792d","subnetpool_id":null,"name":""},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-22 18:10:53,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-5f0d32c6-2dc1-480e-9f14-bba7b3463602 2018-10-22 18:10:53,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:10:53,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c199d61b-ea72-49eb-bbaa-f9e7fcaa6c05 Date: Mon, 22 Oct 2018 18:10:53 GMT RESP BODY: {"routers": []} 2018-10-22 18:10:53,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers used request id req-c199d61b-ea72-49eb-bbaa-f9e7fcaa6c05 2018-10-22 18:10:53,751 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-10-22 18:10:53,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" -d '{"network": {"name": "sdnvpn-3-1-net", "admin_state_up": true}}' 2018-10-22 18:10:54,147 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-1012218f-1d65-4d42-acfd-991cbca75fcc Date: Mon, 22 Oct 2018 18:10: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":"4dd22a34-fac9-4bcf-b000-f1a24cc9b118","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:10:54Z","is_default":false,"provider:segmentation_id":67,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:10:53Z","mtu":1450}} 2018-10-22 18:10:54,147 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-1012218f-1d65-4d42-acfd-991cbca75fcc 2018-10-22 18:10:54,147 - sdnvpn.lib.openstack_utils - DEBUG - Network '4dd22a34-fac9-4bcf-b000-f1a24cc9b118' created successfully 2018-10-22 18:10:54,148 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-22 18:10:54,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" -d '{"subnets": [{"ip_version": 4, "network_id": "4dd22a34-fac9-4bcf-b000-f1a24cc9b118", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-1-subnet"}]}' 2018-10-22 18:10:54,709 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-07b9497a-1d00-4c59-896a-c057470ef211 Date: Mon, 22 Oct 2018 18:10:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4dd22a34-fac9-4bcf-b000-f1a24cc9b118","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:10:54Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:10:54Z","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":"8ba7a6acf87944158b12f697f8414be6","id":"80c6c00f-28c2-4612-a6df-637d7038a9ce","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2018-10-22 18:10:54,709 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-07b9497a-1d00-4c59-896a-c057470ef211 2018-10-22 18:10:54,710 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '80c6c00f-28c2-4612-a6df-637d7038a9ce' created successfully 2018-10-22 18:10:54,710 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-22 18:10:54,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" -d '{"router": {"name": "sdnvpn-3-1-router", "admin_state_up": true}}' 2018-10-22 18:10:55,018 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-20bf2fe1-f979-4e01-a1ef-18d7af57301c Date: Mon, 22 Oct 2018 18:10:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:10:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:10:54Z", "revision_number": 0, "routes": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "752d793a-cea7-427b-9726-d41aa50a36af", "name": "sdnvpn-3-1-router"}} 2018-10-22 18:10:55,018 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-20bf2fe1-f979-4e01-a1ef-18d7af57301c 2018-10-22 18:10:55,019 - sdnvpn.lib.openstack_utils - DEBUG - Router '752d793a-cea7-427b-9726-d41aa50a36af' created successfully 2018-10-22 18:10:55,019 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-22 18:10:55,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/752d793a-cea7-427b-9726-d41aa50a36af/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" -d '{"subnet_id": "80c6c00f-28c2-4612-a6df-637d7038a9ce"}' 2018-10-22 18:10:56,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2f78c04e-ed76-4451-9da6-9e6e8eb50785 Date: Mon, 22 Oct 2018 18:10:56 GMT RESP BODY: {"network_id": "4dd22a34-fac9-4bcf-b000-f1a24cc9b118", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "subnet_id": "80c6c00f-28c2-4612-a6df-637d7038a9ce", "subnet_ids": ["80c6c00f-28c2-4612-a6df-637d7038a9ce"], "port_id": "1455efb5-4e92-4bfb-ac82-2806ce50f74b", "id": "752d793a-cea7-427b-9726-d41aa50a36af"} 2018-10-22 18:10:56,787 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/752d793a-cea7-427b-9726-d41aa50a36af/add_router_interface used request id req-2f78c04e-ed76-4451-9da6-9e6e8eb50785 2018-10-22 18:10:56,787 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-22 18:10:56,788 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-22 18:10:56,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:10:57,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2033 X-Openstack-Request-Id: req-dd0908ce-12cc-4e87-8b8f-ee55f2d7a4b8 Date: Mon, 22 Oct 2018 18:10:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4dd22a34-fac9-4bcf-b000-f1a24cc9b118","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["80c6c00f-28c2-4612-a6df-637d7038a9ce"],"description":"","tags":[],"updated_at":"2018-10-22T18:10:54Z","provider:segmentation_id":67,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:10:53Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","subnets":["6f0b01fe-f639-471b-900a-522fe527792d"],"description":"","tags":[],"updated_at":"2018-10-22T18:01:01Z","provider:segmentation_id":92,"name":"tempest-test-network--1913911896","admin_state_up":true,"tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:00Z","provider:network_type":"vxlan"}]} 2018-10-22 18:10:57,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-dd0908ce-12cc-4e87-8b8f-ee55f2d7a4b8 2018-10-22 18:10:57,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/752d793a-cea7-427b-9726-d41aa50a36af -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" -d '{"router": {"external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f"}}}' 2018-10-22 18:10:58,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-5b505e30-11e6-4a56-b144-539fb6a6a125 Date: Mon, 22 Oct 2018 18:10:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:10:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:10:58Z", "revision_number": 4, "routes": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "752d793a-cea7-427b-9726-d41aa50a36af", "name": "sdnvpn-3-1-router"}} 2018-10-22 18:10:58,883 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/752d793a-cea7-427b-9726-d41aa50a36af used request id req-5b505e30-11e6-4a56-b144-539fb6a6a125 2018-10-22 18:10:58,883 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-22 18:10:58,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:10:59,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2033 X-Openstack-Request-Id: req-9a3be078-0413-41fd-80b1-d319f46e1646 Date: Mon, 22 Oct 2018 18:10:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4dd22a34-fac9-4bcf-b000-f1a24cc9b118","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["80c6c00f-28c2-4612-a6df-637d7038a9ce"],"description":"","tags":[],"updated_at":"2018-10-22T18:10:54Z","provider:segmentation_id":67,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:10:53Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","subnets":["6f0b01fe-f639-471b-900a-522fe527792d"],"description":"","tags":[],"updated_at":"2018-10-22T18:01:01Z","provider:segmentation_id":92,"name":"tempest-test-network--1913911896","admin_state_up":true,"tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:00Z","provider:network_type":"vxlan"}]} 2018-10-22 18:10:59,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-9a3be078-0413-41fd-80b1-d319f46e1646 2018-10-22 18:10:59,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:10:59,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1857 X-Openstack-Request-Id: req-d0b30655-a5c4-4c60-91a9-d17ae2c0561e Date: Mon, 22 Oct 2018 18:10:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:01Z","dns_nameservers":[],"updated_at":"2018-10-22T18:01:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.14"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/28","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","id":"6f0b01fe-f639-471b-900a-522fe527792d","subnetpool_id":null,"name":""},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4dd22a34-fac9-4bcf-b000-f1a24cc9b118","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:10:54Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:10:54Z","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":"8ba7a6acf87944158b12f697f8414be6","id":"80c6c00f-28c2-4612-a6df-637d7038a9ce","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-22 18:10:59,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-d0b30655-a5c4-4c60-91a9-d17ae2c0561e 2018-10-22 18:10:59,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:10:59,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-262c4e26-6492-4518-bbc9-89b1431facdc Date: Mon, 22 Oct 2018 18:10:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:10:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:10:58Z", "revision_number": 4, "routes": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "752d793a-cea7-427b-9726-d41aa50a36af", "name": "sdnvpn-3-1-router"}]} 2018-10-22 18:10:59,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers used request id req-262c4e26-6492-4518-bbc9-89b1431facdc 2018-10-22 18:10:59,245 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-10-22 18:10:59,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" -d '{"network": {"name": "sdnvpn-3-2-quagga-net", "admin_state_up": true}}' 2018-10-22 18:10:59,638 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-66836aab-a570-42a7-93ee-fbb752f796bb Date: Mon, 22 Oct 2018 18:10:59 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3ca57c19-0a30-4b2c-b99b-f08fe1b5afac","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:10:59Z","is_default":false,"provider:segmentation_id":43,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:10:59Z","mtu":1450}} 2018-10-22 18:10:59,638 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-66836aab-a570-42a7-93ee-fbb752f796bb 2018-10-22 18:10:59,638 - sdnvpn.lib.openstack_utils - DEBUG - Network '3ca57c19-0a30-4b2c-b99b-f08fe1b5afac' created successfully 2018-10-22 18:10:59,638 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-22 18:10:59,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" -d '{"subnets": [{"ip_version": 4, "network_id": "3ca57c19-0a30-4b2c-b99b-f08fe1b5afac", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-2-quagga-subnet"}]}' 2018-10-22 18:11:00,106 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-7cebfe6a-d82c-4f94-bbeb-afd5019f9a4d Date: Mon, 22 Oct 2018 18:11:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3ca57c19-0a30-4b2c-b99b-f08fe1b5afac","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:10:59Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:10:59Z","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":"8ba7a6acf87944158b12f697f8414be6","id":"ad5d62dd-2a94-4f3a-a63e-54cd71b2cfa3","subnetpool_id":null,"name":"sdnvpn-3-2-quagga-subnet"}]} 2018-10-22 18:11:00,106 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-7cebfe6a-d82c-4f94-bbeb-afd5019f9a4d 2018-10-22 18:11:00,107 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'ad5d62dd-2a94-4f3a-a63e-54cd71b2cfa3' created successfully 2018-10-22 18:11:00,107 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-22 18:11:00,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" -d '{"router": {"name": "sdnvpn-3-2-quagga-router", "admin_state_up": true}}' 2018-10-22 18:11:00,413 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-c92e1ae3-cfe8-4a95-91f3-d716ca376bad Date: Mon, 22 Oct 2018 18:11:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:11:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:11:00Z", "revision_number": 0, "routes": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "c4971a93-c1af-4bb9-8930-a2134ab36a1a", "name": "sdnvpn-3-2-quagga-router"}} 2018-10-22 18:11:00,413 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-c92e1ae3-cfe8-4a95-91f3-d716ca376bad 2018-10-22 18:11:00,414 - sdnvpn.lib.openstack_utils - DEBUG - Router 'c4971a93-c1af-4bb9-8930-a2134ab36a1a' created successfully 2018-10-22 18:11:00,414 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-22 18:11:00,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/c4971a93-c1af-4bb9-8930-a2134ab36a1a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" -d '{"subnet_id": "ad5d62dd-2a94-4f3a-a63e-54cd71b2cfa3"}' 2018-10-22 18:11:01,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-238eaf83-ad95-4fee-8e85-8ea5c3d55475 Date: Mon, 22 Oct 2018 18:11:01 GMT RESP BODY: {"network_id": "3ca57c19-0a30-4b2c-b99b-f08fe1b5afac", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "subnet_id": "ad5d62dd-2a94-4f3a-a63e-54cd71b2cfa3", "subnet_ids": ["ad5d62dd-2a94-4f3a-a63e-54cd71b2cfa3"], "port_id": "2b228fff-d1b7-4b10-b96d-397bb267dac3", "id": "c4971a93-c1af-4bb9-8930-a2134ab36a1a"} 2018-10-22 18:11:01,702 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c4971a93-c1af-4bb9-8930-a2134ab36a1a/add_router_interface used request id req-238eaf83-ad95-4fee-8e85-8ea5c3d55475 2018-10-22 18:11:01,703 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-22 18:11:01,703 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-22 18:11:01,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:11:01,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2700 X-Openstack-Request-Id: req-357fafed-d338-42b9-b935-c99f0f9659ad Date: Mon, 22 Oct 2018 18:11:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3ca57c19-0a30-4b2c-b99b-f08fe1b5afac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["ad5d62dd-2a94-4f3a-a63e-54cd71b2cfa3"],"description":"","tags":[],"updated_at":"2018-10-22T18:10:59Z","provider:segmentation_id":43,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:10:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4dd22a34-fac9-4bcf-b000-f1a24cc9b118","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["80c6c00f-28c2-4612-a6df-637d7038a9ce"],"description":"","tags":[],"updated_at":"2018-10-22T18:10:54Z","provider:segmentation_id":67,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:10:53Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","subnets":["6f0b01fe-f639-471b-900a-522fe527792d"],"description":"","tags":[],"updated_at":"2018-10-22T18:01:01Z","provider:segmentation_id":92,"name":"tempest-test-network--1913911896","admin_state_up":true,"tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:00Z","provider:network_type":"vxlan"}]} 2018-10-22 18:11:01,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-357fafed-d338-42b9-b935-c99f0f9659ad 2018-10-22 18:11:01,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/c4971a93-c1af-4bb9-8930-a2134ab36a1a -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" -d '{"router": {"external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f"}}}' 2018-10-22 18:11:03,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-c4e9a820-52cd-4c99-a69d-e2811dd60e87 Date: Mon, 22 Oct 2018 18:11:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:11:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:11:02Z", "revision_number": 3, "routes": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "c4971a93-c1af-4bb9-8930-a2134ab36a1a", "name": "sdnvpn-3-2-quagga-router"}} 2018-10-22 18:11:03,096 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c4971a93-c1af-4bb9-8930-a2134ab36a1a used request id req-c4e9a820-52cd-4c99-a69d-e2811dd60e87 2018-10-22 18:11:03,096 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-22 18:11:03,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:11:03,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:11:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55632791-e99f-4fbd-b255-f95b4d74b88a 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:11:03,103 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-55632791-e99f-4fbd-b255-f95b4d74b88a 2018-10-22 18:11:03,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:11:03,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:11:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["_0RUCxksTRSTjl9Kd5f4Qg"], "issued_at": "2018-10-22T18:11:03.000000Z"}} 2018-10-22 18:11:03,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8ec8bdae938d494ff577502966b4d66183a19332" 2018-10-22 18:11:03,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-853e1c62-f008-45cf-b6d4-c84ae080c106 Date: Mon, 22 Oct 2018 18:11:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-22 18:11:03,660 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-853e1c62-f008-45cf-b6d4-c84ae080c106 2018-10-22 18:11:03,660 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-10-22 18:11:03,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8ec8bdae938d494ff577502966b4d66183a19332" 2018-10-22 18:11:03,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2ba51c4c-0474-441b-9c3e-f661c2bff4c7 Date: Mon, 22 Oct 2018 18:11:03 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-10-22 18:11:03,904 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-2ba51c4c-0474-441b-9c3e-f661c2bff4c7 2018-10-22 18:11:03,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8ec8bdae938d494ff577502966b4d66183a19332" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-10-22 18:11:04,530 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59 X-Openstack-Request-Id: req-081fb91b-d44d-45d8-b9b6-ea3a64a3071a Date: Mon, 22 Oct 2018 18:11:04 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-10-22T18:11:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T18:11:04Z", "visibility": "public", "locations": [], "self": "/v2/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "min_disk": 0, "protected": false, "id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "file": "/v2/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59/file", "checksum": null, "owner": "8ba7a6acf87944158b12f697f8414be6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 18:11:04,530 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-081fb91b-d44d-45d8-b9b6-ea3a64a3071a 2018-10-22 18:11:04,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8ec8bdae938d494ff577502966b4d66183a19332" -d '' 2018-10-22 18:11:15,200 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b6cc9cb7-9033-45b1-9ea3-8181d88b83f6 Date: Mon, 22 Oct 2018 18:11:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:11:15,200 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59/file used request id req-b6cc9cb7-9033-45b1-9ea3-8181d88b83f6 2018-10-22 18:11:15,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:11:15,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2700 X-Openstack-Request-Id: req-5ce47d81-8713-4c18-afa3-f07fecd399ff Date: Mon, 22 Oct 2018 18:11:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3ca57c19-0a30-4b2c-b99b-f08fe1b5afac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["ad5d62dd-2a94-4f3a-a63e-54cd71b2cfa3"],"description":"","tags":[],"updated_at":"2018-10-22T18:10:59Z","provider:segmentation_id":43,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:10:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4dd22a34-fac9-4bcf-b000-f1a24cc9b118","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["80c6c00f-28c2-4612-a6df-637d7038a9ce"],"description":"","tags":[],"updated_at":"2018-10-22T18:10:54Z","provider:segmentation_id":67,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:10:53Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","subnets":["6f0b01fe-f639-471b-900a-522fe527792d"],"description":"","tags":[],"updated_at":"2018-10-22T18:01:01Z","provider:segmentation_id":92,"name":"tempest-test-network--1913911896","admin_state_up":true,"tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:00Z","provider:network_type":"vxlan"}]} 2018-10-22 18:11:15,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-5ce47d81-8713-4c18-afa3-f07fecd399ff 2018-10-22 18:11:15,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" -d '{"floatingip": {"floating_network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f"}}' 2018-10-22 18:11:17,210 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-cd9d120e-0caa-4f19-be05-f7de2cbc074a Date: Mon, 22 Oct 2018 18:11:17 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-22T18:11:16Z", "floating_network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": null, "id": "d150ce9a-c47b-49fa-944a-6bbf3562bb37", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:11:16Z", "project_id": "8ba7a6acf87944158b12f697f8414be6"}} 2018-10-22 18:11:17,210 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-cd9d120e-0caa-4f19-be05-f7de2cbc074a 2018-10-22 18:11:17,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:11:17,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2700 X-Openstack-Request-Id: req-915ba4b0-72d3-46d4-b049-96626753a108 Date: Mon, 22 Oct 2018 18:11:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3ca57c19-0a30-4b2c-b99b-f08fe1b5afac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["ad5d62dd-2a94-4f3a-a63e-54cd71b2cfa3"],"description":"","tags":[],"updated_at":"2018-10-22T18:10:59Z","provider:segmentation_id":43,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:10:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4dd22a34-fac9-4bcf-b000-f1a24cc9b118","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["80c6c00f-28c2-4612-a6df-637d7038a9ce"],"description":"","tags":[],"updated_at":"2018-10-22T18:10:54Z","provider:segmentation_id":67,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:10:53Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","subnets":["6f0b01fe-f639-471b-900a-522fe527792d"],"description":"","tags":[],"updated_at":"2018-10-22T18:01:01Z","provider:segmentation_id":92,"name":"tempest-test-network--1913911896","admin_state_up":true,"tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:00Z","provider:network_type":"vxlan"}]} 2018-10-22 18:11:17,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-915ba4b0-72d3-46d4-b049-96626753a108 2018-10-22 18:11:17,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" -d '{"floatingip": {"floating_network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f"}}' 2018-10-22 18:11:18,521 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-50eda41d-e773-493b-9051-b1f8f2c8003a Date: Mon, 22 Oct 2018 18:11:18 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-22T18:11:17Z", "floating_network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": null, "id": "56061534-95e9-48c9-99ba-1d3db6bf6f98", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:11:17Z", "project_id": "8ba7a6acf87944158b12f697f8414be6"}} 2018-10-22 18:11:18,521 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-50eda41d-e773-493b-9051-b1f8f2c8003a 2018-10-22 18:11:18,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:11:18,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:11:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09a60fe3-59ea-4918-9817-7b94727741bb 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:11:18,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-09a60fe3-59ea-4918-9817-7b94727741bb 2018-10-22 18:11:18,530 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:11:18,908 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:11:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["YfjBg78ARTKDuulW5ukEhg"], "issued_at": "2018-10-22T18:11:18.000000Z"}} 2018-10-22 18:11:18,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3859f6448225a3f1433946deb6460ce370d6d99" 2018-10-22 18:11:19,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:11: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-7888250d-eb54-4bc6-8d21-a1d8cddaa876 x-compute-request-id: req-7888250d-eb54-4bc6-8d21-a1d8cddaa876 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 197}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-22 18:11:19,101 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-7888250d-eb54-4bc6-8d21-a1d8cddaa876 2018-10-22 18:11:19,103 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-22 18:11:19,104 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-22 18:11:19,105 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-22 18:11:19,107 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-22 18:11:19,142 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-22 18:11:19,144 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-22 18:11:19,148 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-3-2-quagga'... 2018-10-22 18:11:19,149 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-3-2-quagga flavor=m1.custom image=e23591c2-75d7-4f13-a41e-fcf8087f8b59 network=3ca57c19-0a30-4b2c-b99b-f08fe1b5afac secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.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.31 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-10-22 18:11:19,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:11:19,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:11:19,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:11:19,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:11:19,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:11:19,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:11:19,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:11:19,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:11:19,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:11:19,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:11:19,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:11:19,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:11:19,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:11:19,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:11:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:11:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:11:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:11:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:11:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:11:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:11:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:11:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:11:19,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:11:19,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:11:19,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:11:19,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:11:19,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:11:19,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:11:19,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:11:19,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:11:19,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:11:19,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:11:19,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:11:19,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:11:19,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:11:19,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:11:19,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:11:19,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:11:19,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:11:19,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:11:19,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:11:19,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:11:19,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:11:19,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:11:19,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:11:19,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:11:19,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:11:19,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:11:19,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:11:19,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:11:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7efd2bb-ccbe-4a35-b28f-f27a5c5fd916 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:11:19,166 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c7efd2bb-ccbe-4a35-b28f-f27a5c5fd916 2018-10-22 18:11:19,167 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:11:19,546 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:11:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["EEkjZ9XtR3WWZ_6bD0o_uA"], "issued_at": "2018-10-22T18:11:19.000000Z"}} 2018-10-22 18:11:19,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}862a84b01e37f6cc76a256cc73a822e8cf11348d" 2018-10-22 18:11:19,719 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:11: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-1f872fa2-a6f9-400d-ad73-9748f4ab3347 x-compute-request-id: req-1f872fa2-a6f9-400d-ad73-9748f4ab3347 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}, {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}], "name": "m1.custom"}]} 2018-10-22 18:11:19,719 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-1f872fa2-a6f9-400d-ad73-9748f4ab3347 2018-10-22 18:11:19,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}862a84b01e37f6cc76a256cc73a822e8cf11348d" 2018-10-22 18:11:19,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:11: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-9726cb4e-c193-408c-aaad-eadc933eab28 x-compute-request-id: req-9726cb4e-c193-408c-aaad-eadc933eab28 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:11:19,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3 used request id req-9726cb4e-c193-408c-aaad-eadc933eab28 2018-10-22 18:11:19,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}862a84b01e37f6cc76a256cc73a822e8cf11348d" -d '{"server": {"name": "sdnvpn-3-2-quagga", "imageRef": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "user_data": "IyEgL2Jpbi9iYXNoCgpzZXQgLXhlCgojIGNoYW5nZSB0aGUgcGFzc3dvcmQgYmVjYXVzZSB0aGlzIHNjcmlwdCBpcyBydW4gb24gYSBwYXNzd29yZGxlc3MgY2xvdWQtaW1hZ2UKZWNobyAndWJ1bnR1Om9wbmZ2JyB8IGNocGFzc3dkCgojIFdhaXQgZm9yIGEgZmxvYXRpbmcgSVAKIyBhcyBhIHdvcmthcm91bmQgdG8gTkFUIGJyZWFrYWdlCnNsZWVwIDIwCgojIFZhcmlhYmxlcyB0byBiZSBmaWxsZWQgaW4gd2l0aCBweXRob24KTkVJR0hCT1JfSVA9MTcyLjMwLjkuMzEKT1dOX0lQPTE3Mi4zMC45LjIwMgojIGRpcmVjdGx5IGFjY2VzcyB0aGUgaW5zdGFuY2UgZnJvbSB0aGUgZXh0ZXJuYWwgbmV0IHdpdGhvdXQgTkFUCkVYVF9ORVRfTUFTSz0yNAoKaWYgW1sgJChnZXRlbnQgaG9zdHMgfCBhd2sgJ3twcmludCAkMn0nKSAhPSAqIiQoY2F0IC9ldGMvaG9zdG5hbWUgfCBhd2sgJ3twcmludCAkMX0nKSIqIF1dCnRoZW4gCmVjaG8gIjEyNy4wLjEuMSAkKGNhdCAvZXRjL2hvc3RuYW1lIHwgYXdrICd7cHJpbnQgJDF9JykiIHwgdGVlIC1hIC9ldGMvaG9zdHMKZmkKCnF1YWdnYV9pbnQ9JycKZm9yIG5ldF9pbnQgaW4gJChuZXRzdGF0IC1pYSB8IGF3ayAnTlI+MntwcmludCAkMX0nKTsKZG8KaWYgWyAteiAiJChpZmNvbmZpZyB8IGdyZXAgJG5ldF9pbnQpIiBdCnRoZW4KcXVhZ2dhX2ludD0kbmV0X2ludApicmVhawpmaQpkb25lCmlmIFsgLXogIiRxdWFnZ2FfaW50IiBdCnRoZW4KZWNobyAnTm8gYXZhaWxhYmxlIG5ldHdvcmsgaW50ZXJmYWNlJwpmaQoKaXAgbGluayBzZXQgJHF1YWdnYV9pbnQgdXAKaXAgYWRkciBhZGQgJE9XTl9JUC8kRVhUX05FVF9NQVNLIGRldiAkcXVhZ2dhX2ludAoKWkVCUkFfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS96ZWJyYS5jb25mIgpEQUVNT05TX0ZJTEVfTE9DQVRJT049Ii9ldGMvcXVhZ2dhL2RhZW1vbnMiCkJHUERfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS9iZ3BkLmNvbmYiCkJHUERfTE9HX0ZJTEU9Ii92YXIvbG9nL2JncGQubG9nIgoKIyBRdWFnZ2EgaXMgYWxyZWFkeSBpbnN0YWxsZWQgdG8gcnVuIGFzIHdlbGwgaW4gc2V0dXBzIHdpdGhvdXQgaW5ldAojIGRucyBmaXgKIyBlY2hvICJuYW1lc2VydmVyIDguOC44LjgiID4gL2V0Yy9yZXNvbHZjb25mL3Jlc29sdi5jb25mLmQvaGVhZAojIHJlc29sdmNvbmYgLXUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCB1cGRhdGUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCBpbnN0YWxsIHF1YWdnYSAteQoKdG91Y2ggJEJHUERfTE9HX0ZJTEUKY2hvd24gcXVhZ2dhOnF1YWdnYSAkQkdQRF9MT0dfRklMRQoKY2hvd24gcXVhZ2dhOnF1YWdnYSAkREFFTU9OU19GSUxFX0xPQ0FUSU9OCmNhdCA8PENBVEVPRiA+ICREQUVNT05TX0ZJTEVfTE9DQVRJT04KemVicmE9eWVzCmJncGQ9eWVzCm9zcGZkPW5vCm9zcGY2ZD1ubwpyaXBkPW5vCnJpcG5nZD1ubwppc2lzZD1ubwpiYWJlbGQ9bm8KQ0FURU9GCgp0b3VjaCAkWkVCUkFfQ09ORklHX0xPQ0FUSU9OCmNob3duIHF1YWdnYTpxdWFnZ2EgJFpFQlJBX0NPTkZJR19MT0NBVElPTgoKY2F0IDw8Q0FURU9GID4gJEJHUERfQ09ORklHX0xPQ0FUSU9OCiEgLSotIGJncCAtKi0KCmhvc3RuYW1lIGJncGQKcGFzc3dvcmQgc2RuY2JncGMKCnJvdXRlciBiZ3AgMjAwCiBiZ3Agcm91dGVyLWlkICR7T1dOX0lQfQogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gcmVtb3RlLWFzIDEwMAogbm8gbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIQogYWRkcmVzcy1mYW1pbHkgdnBudjQgdW5pY2FzdAogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIGV4aXQtYWRkcmVzcy1mYW1pbHkKIQpsaW5lIHZ0eQogZXhlYy10aW1lb3V0IDAgMAohCmRlYnVnIGJncCBldmVudHMKZGVidWcgYmdwICB1cGRhdGVzCmxvZyBmaWxlICR7QkdQRF9MT0dfRklMRX0KZW5kCkNBVEVPRgpjaG93biBxdWFnZ2E6cXVhZ2dhICRCR1BEX0NPTkZJR19MT0NBVElPTgpzZXJ2aWNlIHF1YWdnYSByZXN0YXJ0CnBncmVwIGJncGQKcGdyZXAgemVicmEK", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.11.5", "uuid": "3ca57c19-0a30-4b2c-b99b-f08fe1b5afac"}], "config_drive": true}}' 2018-10-22 18:11:21,589 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:11: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-3981fe41-3383-45e9-baf7-c37ee42cd0e8 x-compute-request-id: req-3981fe41-3383-45e9-baf7-c37ee42cd0e8 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "adminPass": "NCaAPmnryX39"}} 2018-10-22 18:11:21,589 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-3981fe41-3383-45e9-baf7-c37ee42cd0e8 2018-10-22 18:11:21,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:11:21,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aadf3c9b-c224-42d6-8170-e390c1e736c4 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:11:21,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-aadf3c9b-c224-42d6-8170-e390c1e736c4 2018-10-22 18:11:21,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:11:21,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:11:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["tzgK5JsYTX2uvGy8lS5HFQ"], "issued_at": "2018-10-22T18:11:21.000000Z"}} 2018-10-22 18:11:21,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:11:22,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:11: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-b7b7c2b1-e858-466a-9a9c-229287b2befc x-compute-request-id: req-b7b7c2b1-e858-466a-9a9c-229287b2befc Content-Encoding: gzip Content-Length: 627 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:22Z", "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-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:11:22,476 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-b7b7c2b1-e858-466a-9a9c-229287b2befc 2018-10-22 18:11:25,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:11:26,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:11: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-2e9cd2b0-0028-444a-aeb2-ade8580674e3 x-compute-request-id: req-2e9cd2b0-0028-444a-aeb2-ade8580674e3 Content-Encoding: gzip Content-Length: 717 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:11:26,163 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-2e9cd2b0-0028-444a-aeb2-ade8580674e3 2018-10-22 18:11:29,169 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:11:29,934 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:11: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-647f1a90-d63a-401d-8c31-19925488d3a1 x-compute-request-id: req-647f1a90-d63a-401d-8c31-19925488d3a1 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:11:29,934 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-647f1a90-d63a-401d-8c31-19925488d3a1 2018-10-22 18:11:32,941 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:11:33,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:11: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-293ee76c-026a-4d55-823f-96ad3d1c1788 x-compute-request-id: req-293ee76c-026a-4d55-823f-96ad3d1c1788 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:11:33,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-293ee76c-026a-4d55-823f-96ad3d1c1788 2018-10-22 18:11:36,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:11:37,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:11: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-ab1902ee-6748-43ba-a5a5-cb309233bb5f x-compute-request-id: req-ab1902ee-6748-43ba-a5a5-cb309233bb5f Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:11:37,381 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-ab1902ee-6748-43ba-a5a5-cb309233bb5f 2018-10-22 18:11:40,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:11:40,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:11: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-89a0992d-0710-4bd7-af8b-443c506ef9eb x-compute-request-id: req-89a0992d-0710-4bd7-af8b-443c506ef9eb Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:11:40,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-89a0992d-0710-4bd7-af8b-443c506ef9eb 2018-10-22 18:11:43,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:11:44,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:11: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-037f1cf1-eac4-41a1-8826-8686ef4efd8a x-compute-request-id: req-037f1cf1-eac4-41a1-8826-8686ef4efd8a Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:11:44,785 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-037f1cf1-eac4-41a1-8826-8686ef4efd8a 2018-10-22 18:11:47,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:11:48,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:11: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-c19c661a-8842-49f6-9d0a-262c988d3833 x-compute-request-id: req-c19c661a-8842-49f6-9d0a-262c988d3833 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:11:48,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-c19c661a-8842-49f6-9d0a-262c988d3833 2018-10-22 18:11:51,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:11:52,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:11: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-d13456e9-8286-4133-9d0d-06d1bef18b4d x-compute-request-id: req-d13456e9-8286-4133-9d0d-06d1bef18b4d Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:11:52,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-d13456e9-8286-4133-9d0d-06d1bef18b4d 2018-10-22 18:11:55,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:11:55,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:11: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-582df1b9-5b4a-440d-acd7-fe0a8d99b5b7 x-compute-request-id: req-582df1b9-5b4a-440d-acd7-fe0a8d99b5b7 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:11:55,776 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-582df1b9-5b4a-440d-acd7-fe0a8d99b5b7 2018-10-22 18:11:58,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:11:59,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:11: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-f0c5cc7c-0463-449a-9bac-a44041bdf9f9 x-compute-request-id: req-f0c5cc7c-0463-449a-9bac-a44041bdf9f9 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:11:59,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-f0c5cc7c-0463-449a-9bac-a44041bdf9f9 2018-10-22 18:12:02,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:12:03,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:12: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-7d1edf8d-82dc-42fc-9071-1d55174e9109 x-compute-request-id: req-7d1edf8d-82dc-42fc-9071-1d55174e9109 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:12:03,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-7d1edf8d-82dc-42fc-9071-1d55174e9109 2018-10-22 18:12:06,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:12:06,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:12:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f980405-5ffe-4f49-8377-93931a54ffe5 x-compute-request-id: req-3f980405-5ffe-4f49-8377-93931a54ffe5 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:12:06,923 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-3f980405-5ffe-4f49-8377-93931a54ffe5 2018-10-22 18:12:09,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:12:10,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:12: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-1fd39e12-f726-4785-84bc-71444aeccac0 x-compute-request-id: req-1fd39e12-f726-4785-84bc-71444aeccac0 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:12:10,927 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-1fd39e12-f726-4785-84bc-71444aeccac0 2018-10-22 18:12:13,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:12:14,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:12: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-fb489a24-01ba-42c3-82bb-3e7eb271f1e4 x-compute-request-id: req-fb489a24-01ba-42c3-82bb-3e7eb271f1e4 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:12:14,531 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-fb489a24-01ba-42c3-82bb-3e7eb271f1e4 2018-10-22 18:12:17,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:12:18,038 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:12:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dec12fc7-9d43-4153-8390-d146ac100197 x-compute-request-id: req-dec12fc7-9d43-4153-8390-d146ac100197 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:12:18,039 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-dec12fc7-9d43-4153-8390-d146ac100197 2018-10-22 18:12:21,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:12:21,673 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:12: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-15d5b036-df8b-4365-bcc9-7a76a0b3c3d7 x-compute-request-id: req-15d5b036-df8b-4365-bcc9-7a76a0b3c3d7 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:12:21,673 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-15d5b036-df8b-4365-bcc9-7a76a0b3c3d7 2018-10-22 18:12:24,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:12:25,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:12: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-394d0a01-1111-4b95-bbd6-d7cde68eee7e x-compute-request-id: req-394d0a01-1111-4b95-bbd6-d7cde68eee7e Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:12:25,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-394d0a01-1111-4b95-bbd6-d7cde68eee7e 2018-10-22 18:12:28,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:12:28,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:12: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-2f1c5803-41f8-4aa9-9b04-28f9da0d54c4 x-compute-request-id: req-2f1c5803-41f8-4aa9-9b04-28f9da0d54c4 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:12:28,886 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-2f1c5803-41f8-4aa9-9b04-28f9da0d54c4 2018-10-22 18:12:31,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:12:32,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:12:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b428c76d-1ade-4e74-b4f0-752840325aec x-compute-request-id: req-b428c76d-1ade-4e74-b4f0-752840325aec Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:12:32,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-b428c76d-1ade-4e74-b4f0-752840325aec 2018-10-22 18:12:35,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:12:35,784 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:12:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ad2818c-7e7f-46d5-ae4c-3d94f73feec2 x-compute-request-id: req-0ad2818c-7e7f-46d5-ae4c-3d94f73feec2 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:12:35,785 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-0ad2818c-7e7f-46d5-ae4c-3d94f73feec2 2018-10-22 18:12:38,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:12:39,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:12:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce01cb7d-658f-45e8-a9e9-2ed81a072d98 x-compute-request-id: req-ce01cb7d-658f-45e8-a9e9-2ed81a072d98 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:12:39,277 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-ce01cb7d-658f-45e8-a9e9-2ed81a072d98 2018-10-22 18:12:42,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:12:42,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:12:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-609afb20-6242-4989-bb60-a7ccece8dd18 x-compute-request-id: req-609afb20-6242-4989-bb60-a7ccece8dd18 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:12:42,907 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-609afb20-6242-4989-bb60-a7ccece8dd18 2018-10-22 18:12:45,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:12:46,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:12:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9698ae62-98c9-4aac-a1b0-52fd5598c5a2 x-compute-request-id: req-9698ae62-98c9-4aac-a1b0-52fd5598c5a2 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:12:46,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-9698ae62-98c9-4aac-a1b0-52fd5598c5a2 2018-10-22 18:12:49,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:12:49,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:12:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0571820d-976c-4f6d-b06c-00b402c7a739 x-compute-request-id: req-0571820d-976c-4f6d-b06c-00b402c7a739 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:12:49,856 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-0571820d-976c-4f6d-b06c-00b402c7a739 2018-10-22 18:12:52,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:12:53,629 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:12: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-8f30d204-c87d-4d5a-9ffc-85aed180a0d1 x-compute-request-id: req-8f30d204-c87d-4d5a-9ffc-85aed180a0d1 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:12:53,629 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-8f30d204-c87d-4d5a-9ffc-85aed180a0d1 2018-10-22 18:12:56,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:12:57,666 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:12:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c348b987-9123-4e6e-827a-92eeb95477d0 x-compute-request-id: req-c348b987-9123-4e6e-827a-92eeb95477d0 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:12:57,666 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-c348b987-9123-4e6e-827a-92eeb95477d0 2018-10-22 18:13:00,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:13:01,291 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:13: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-26427a4b-482d-4c7a-9e28-1433154fa70e x-compute-request-id: req-26427a4b-482d-4c7a-9e28-1433154fa70e Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:13:01,291 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-26427a4b-482d-4c7a-9e28-1433154fa70e 2018-10-22 18:13:04,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:13:04,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:13: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-27cdda33-48a4-4c65-b291-f492956de442 x-compute-request-id: req-27cdda33-48a4-4c65-b291-f492956de442 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:13:04,741 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-27cdda33-48a4-4c65-b291-f492956de442 2018-10-22 18:13:07,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:13:08,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:13:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f34bcd2f-40dc-42e2-bc30-dfcd7a1a1cc3 x-compute-request-id: req-f34bcd2f-40dc-42e2-bc30-dfcd7a1a1cc3 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:13:08,225 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-f34bcd2f-40dc-42e2-bc30-dfcd7a1a1cc3 2018-10-22 18:13:11,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:13:12,037 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:13:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-318d7604-f9ed-4baf-8fa1-1677a969f0f7 x-compute-request-id: req-318d7604-f9ed-4baf-8fa1-1677a969f0f7 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:13:12,037 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-318d7604-f9ed-4baf-8fa1-1677a969f0f7 2018-10-22 18:13:15,043 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:13:15,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:13:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-efa8d6db-7ef0-4570-bfb6-34ba9ba5743c x-compute-request-id: req-efa8d6db-7ef0-4570-bfb6-34ba9ba5743c Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:13:15,487 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-efa8d6db-7ef0-4570-bfb6-34ba9ba5743c 2018-10-22 18:13:18,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:13:18,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:13:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c327a41b-8d49-4a4d-84dd-87c19491ce49 x-compute-request-id: req-c327a41b-8d49-4a4d-84dd-87c19491ce49 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:13:18,952 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-c327a41b-8d49-4a4d-84dd-87c19491ce49 2018-10-22 18:13:21,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:13:22,779 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:13:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2fe3f79-479f-4508-8bd0-7ee181180f27 x-compute-request-id: req-e2fe3f79-479f-4508-8bd0-7ee181180f27 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:13:22,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-e2fe3f79-479f-4508-8bd0-7ee181180f27 2018-10-22 18:13:25,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:13:26,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:13:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b9c8e05-87de-4cbc-b50c-fb45e2a2fc87 x-compute-request-id: req-2b9c8e05-87de-4cbc-b50c-fb45e2a2fc87 Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:13:26,423 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-2b9c8e05-87de-4cbc-b50c-fb45e2a2fc87 2018-10-22 18:13:29,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:13:30,273 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:13:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3d2468c-0023-4421-b8a4-7057cbdefd4e x-compute-request-id: req-b3d2468c-0023-4421-b8a4-7057cbdefd4e Content-Encoding: gzip Content-Length: 789 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:11:23Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:13:30,273 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-b3d2468c-0023-4421-b8a4-7057cbdefd4e 2018-10-22 18:13:33,279 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb859ff6eb9dc6f1b0267044e948816b0bc4049e" 2018-10-22 18:13:33,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:13: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-6c8ac7d5-56c8-44fc-955d-9195028dbfc7 x-compute-request-id: req-6c8ac7d5-56c8-44fc-955d-9195028dbfc7 Content-Encoding: gzip Content-Length: 795 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": "2018-10-22T18:13:31.000000", "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:13:32Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:13:33,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-6c8ac7d5-56c8-44fc-955d-9195028dbfc7 2018-10-22 18:13:33,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}862a84b01e37f6cc76a256cc73a822e8cf11348d" 2018-10-22 18:13:34,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:13: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-db398395-175a-47ab-8bc0-f16b787f53dd x-compute-request-id: req-db398395-175a-47ab-8bc0-f16b787f53dd Content-Encoding: gzip Content-Length: 795 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:9e:25:50", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "rel": "bookmark"}], "image": {"id": "e23591c2-75d7-4f13-a41e-fcf8087f8b59", "links": [{"href": "http://172.30.9.22:8774/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": "2018-10-22T18:13:31.000000", "flavor": {"id": "fc95b764-3ea3-4c31-810a-cca3ea1addc3", "links": [{"href": "http://172.30.9.22:8774/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3", "rel": "bookmark"}]}, "id": "96cc80e9-4893-4d05-bc16-dc6b84bfcb07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:13:32Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-3-2-quagga", "created": "2018-10-22T18:11:21Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:13:34,345 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07 used request id req-db398395-175a-47ab-8bc0-f16b787f53dd 2018-10-22 18:13:34,345 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-3-2-quagga' booted successfully. IP='10.10.11.5'. 2018-10-22 18:13:34,345 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-3-2-quagga' to security group '82fd1622-3826-4da5-909e-15968132dad8'... 2018-10-22 18:13:34,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3859f6448225a3f1433946deb6460ce370d6d99" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:13:35,948 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:13:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-24d41f9e-636a-4eb3-8c52-c1a865e8cccb x-compute-request-id: req-24d41f9e-636a-4eb3-8c52-c1a865e8cccb Content-Length: 0 Content-Type: application/json 2018-10-22 18:13:35,948 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07/action used request id req-24d41f9e-636a-4eb3-8c52-c1a865e8cccb 2018-10-22 18:13:35,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3859f6448225a3f1433946deb6460ce370d6d99" -d '{"addFloatingIp": {"address": "172.30.9.201"}}' 2018-10-22 18:13:38,241 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:13: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-1905295a-aaff-469c-83c9-a17d44f76feb x-compute-request-id: req-1905295a-aaff-469c-83c9-a17d44f76feb 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-10-22 18:13:38,241 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07/action used request id req-1905295a-aaff-469c-83c9-a17d44f76feb 2018-10-22 18:13:38,242 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-22 18:13:38,243 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-22 18:13:38,243 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-22 18:13:38,245 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-22 18:13:38,416 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-22 18:13:38,417 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-22 18:13:38,418 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-22 18:13:38,419 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-22 18:13:38,419 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-22 18:13:38,460 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-22 18:13:38,546 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-22 18:13:38,546 - sdnvpn_test_utils - INFO - Waiting for cloud init of instance: sdnvpn-3-2-quagga 2018-10-22 18:13:38,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}862a84b01e37f6cc76a256cc73a822e8cf11348d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:13:38,552 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-22 18:13:39,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:13: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-187597e0-6a4a-43d1-aff2-738a91cdabe4 x-compute-request-id: req-187597e0-6a4a-43d1-aff2-738a91cdabe4 Content-Encoding: gzip Content-Length: 10610 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 600734427 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.141753] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.143942] pid_max: default: 32768 minimum: 301\n[ 0.145129] ACPI: Core revision 20150930\n[ 0.146759] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148467] Security Framework initialized\n[ 0.149553] Yama: becoming mindful.\n[ 0.150478] AppArmor: AppArmor initialized\n[ 0.151571] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.153450] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155510] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.157136] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.158952] Initializing cgroup subsys io\n[ 0.159992] Initializing cgroup subsys memory\n[ 0.161132] Initializing cgroup subsys devices\n[ 0.162339] Initializing cgroup subsys freezer\n[ 0.163493] Initializing cgroup subsys net_cls\n[ 0.164650] Initializing cgroup subsys perf_event\n[ 0.165859] Initializing cgroup subsys net_prio\n[ 0.166985] Initializing cgroup subsys hugetlb\n[ 0.168095] Initializing cgroup subsys pids\n[ 0.169234] CPU: Physical Processor ID: 0\n[ 0.170989] mce: CPU supports 10 MCE banks\n[ 0.172071] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.173405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185599] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.192331] ftrace: allocating 32123 entries in 126 pages\n[ 0.218904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220551] smpboot: Max logical packages: 1\n[ 0.221831] x2apic enabled\n[ 0.222804] Switched APIC routing to physical x2apic.\n[ 0.224890] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226374] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.228887] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231152] KVM setup paravirtual spinlock\n[ 0.232644] x86: Booted up 1 node, 1 CPUs\n[ 0.233727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235466] devtmpfs: initialized\n[ 0.238046] evm: security.selinux\n[ 0.238929] evm: security.SMACK64\n[ 0.239803] evm: security.SMACK64EXEC\n[ 0.240748] evm: security.SMACK64TRANSMUTE\n[ 0.241779] evm: security.SMACK64MMAP\n[ 0.242718] evm: security.ima\n[ 0.243572] evm: security.capability\n[ 0.244566] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246932] pinctrl core: initialized pinctrl subsystem\n[ 0.248304] RTC time: 18:13:31, date: 10/22/18\n[ 0.249485] NET: Registered protocol family 16\n[ 0.250690] cpuidle: using governor ladder\n[ 0.251729] cpuidle: using governor menu\n[ 0.252727] PCCT header not found.\n[ 0.253495] ACPI: bus type PCI registered\n[ 0.254293] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255519] PCI: Using configuration type 1 for base access\n[ 0.257674] ACPI: Added _OSI(Module Device)\n[ 0.258502] ACPI: Added _OSI(Processor Device)\n[ 0.259352] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260232] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262421] ACPI: Interpreter enabled\n[ 0.263183] ACPI: (supports S0 S5)\n[ 0.263878] ACPI: Using IOAPIC for interrupt routing\n[ 0.264796] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267826] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268932] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270118] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271278] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273561] acpiphp: Slot [3] registered\n[ 0.274344] acpiphp: Slot [4] registered\n[ 0.275115] acpiphp: Slot [5] registered\n[ 0.275899] acpiphp: Slot [6] registered\n[ 0.276678] acpiphp: Slot [7] registered\n[ 0.277450] acpiphp: Slot [8] registered\n[ 0.278225] acpiphp: Slot [9] registered\n[ 0.279003] acpiphp: Slot [10] registered\n[ 0.279803] acpiphp: Slot [11] registered\n[ 0.280595] acpiphp: Slot [12] registered\n[ 0.281391] acpiphp: Slot [13] registered\n[ 0.282175] acpiphp: Slot [14] registered\n[ 0.293010] acpiphp: Slot [15] registered\n[ 0.293803] acpiphp: Slot [16] registered\n[ 0.294591] acpiphp: Slot [17] registered\n[ 0.295376] acpiphp: Slot [18] registered\n[ 0.296158] acpiphp: Slot [19] registered\n[ 0.296944] acpiphp: Slot [20] registered\n[ 0.297739] acpiphp: Slot [21] registered\n[ 0.298528] acpiphp: Slot [22] registered\n[ 0.299316] acpiphp: Slot [23] registered\n[ 0.300097] acpiphp: Slot [24] registered\n[ 0.300889] acpiphp: Slot [25] registered\n[ 0.301677] acpiphp: Slot [26] registered\n[ 0.302470] acpiphp: Slot [27] registered\n[ 0.303254] acpiphp: Slot [28] registered\n[ 0.304044] acpiphp: Slot [29] registered\n[ 0.304833] acpiphp: Slot [30] registered\n[ 0.305619] acpiphp: Slot [31] registered\n[ 0.306401] PCI host bridge to bus 0000:00\n[ 0.307190] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308369] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310946] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312355] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318667] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319903] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321053] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322280] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377527] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378959] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380371] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382973] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385483] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387005] vgaarb: loaded\n[ 0.387597] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388719] SCSI subsystem initialized\n[ 0.389520] ACPI: bus type USB registered\n[ 0.390325] usbcore: registered new interface driver usbfs\n[ 0.391340] usbcore: registered new interface driver hub\n[ 0.392325] usbcore: registered new device driver usb\n[ 0.393348] PCI: Using ACPI for IRQ routing\n[ 0.394362] NetLabel: Initializing\n[ 0.395061] NetLabel: domain hash size = 128\n[ 0.395901] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396839] NetLabel: unlabeled traffic allowed by default\n[ 0.397911] amd_nb: Cannot enumerate AMD northbridges\n[ 0.398865] clocksource: Switched to clocksource kvm-clock\n[ 0.404258] AppArmor: AppArmor Filesystem Enabled\n[ 0.405205] pnp: PnP ACPI init\n[ 0.406098] pnp: PnP ACPI: found 5 devices\n[ 0.412146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413850] NET: Registered protocol family 2\n[ 0.414788] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416044] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417214] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418371] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419444] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.420606] NET: Registered protocol family 1\n[ 0.421457] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422528] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423589] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437616] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451948] Trying to unpack rootfs image as initramfs...\n[ 1.736870] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.752470] Scanning for low memory corruption every 60 seconds\n[ 1.753774] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.754910] audit: initializing netlink subsys (disabled)\n[ 1.755926] audit: type=2000 audit(1540232013.452:1): initialized\n[ 1.757216] Initialise system trusted keyring\n[ 1.758131] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.759282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.761244] zbud: loaded\n[ 1.761945] VFS: Disk quotas dquot_6.6.0\n[ 1.762753] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.764139] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.765362] fuse init (API version 7.23)\n[ 1.766219] Key type big_key registered\n[ 1.767011] Allocating IMA MOK and blacklist keyrings.\n[ 1.768103] Key type asymmetric registered\n[ 1.768925] Asymmetric key parser 'x509' registered\n[ 1.769876] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.771320] io scheduler noop registered\n[ 1.772099] io scheduler deadline registered (default)\n[ 1.773073] io scheduler cfq registered\n[ 1.773897] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.774934] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.776176] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.777597] ACPI: Power Button [PWRF]\n[ 1.778431] GHES: HEST is not enabled!\n[ 1.792280] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.821576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.824088] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.848197] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.850252] Linux agpgart interface v0.103\n[ 1.852233] brd: module loaded\n[ 1.853482] loop: module loaded\n[ 1.855046] vda: vda1\n[ 1.856410] scsi host0: ata_piix\n[ 1.857129] scsi host1: ata_piix\n[ 1.857827] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.859030] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.860457] libphy: Fixed MDIO Bus: probed\n[ 1.861260] tun: Universal TUN/TAP device driver, 1.6\n[ 1.862196] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.864351] PPP generic driver version 2.4.2\n[ 1.865323] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.866463] ehci-pci: EHCI PCI platform driver\n[ 1.867324] ehci-platform: EHCI generic platform driver\n[ 1.868298] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.869401] ohci-pci: OHCI PCI platform driver\n[ 1.870251] ohci-platform: OHCI generic platform driver\n[ 1.871229] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.885605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.886603] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.888032] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.889053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.890161] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.891374] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.892782] usb usb1: Product: UHCI Host Controller\n[ 1.893697] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.894816] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.895825] hub 1-0:1.0: USB hub found\n[ 1.896596] hub 1-0:1.0: 2 ports detected\n[ 1.897478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.899592] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.900553] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.901564] mousedev: PS/2 mouse device common for all mice\n[ 1.902809] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.904643] rtc_cmos 00:00: RTC can wake from S4\n[ 1.905727] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.906917] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.908093] i2c /dev entries driver\n[ 1.908840] device-mapper: uevent: version 1.0.3\n[ 1.909765] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.911383] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.912640] NET: Registered protocol family 10\n[ 1.913641] NET: Registered protocol family 17\n[ 1.914513] Key type dns_resolver registered\n[ 1.915450] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.916516] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.918224] registered taskstats version 1\n[ 1.919060] Loading compiled-in X.509 certificates\n[ 1.920480] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.922289] zswap: loaded using pool lzo/zbud\n[ 1.924062] Key type trusted registered\n[ 1.926285] Key type encrypted registered\n[ 1.927110] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.928130] ima: No TPM chip found, activating TPM-bypass!\n[ 1.929158] evm: HMAC attrs: 0x1\n[ 1.930096] Magic number: 6:755:241\n[ 1.930942] rtc_cmos 00:00: setting system clock to 2018-10-22 18:13:33 UTC (1540232013)\n[ 1.932526] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.933630] EDD information not available.\n[ 2.015452] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.016857] ata1.00: configured for MWDMA2\n[ 2.018067] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.020357] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.021548] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.033049] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.034927] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.036439] Write protecting the kernel read-only data: 14336k\n[ 2.037948] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.039636] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.048250] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.049997] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052003] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053840] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.055646] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.057455] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.059304] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.061044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062777] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.065058] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092025] virtio_net virtio0 ens3: renamed from eth0\n[ 2.100623] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.102773] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.128075] AVX2 version of gcm_enc/dec engaged.\n[ 2.128987] AES CTR mode by8 optimization enabled\n[ 2.131310] FDC 0 is a S82078B\n[ 2.206904] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.367474] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.368688] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.369939] usb 1-1: Product: QEMU USB Tablet\n[ 2.370782] usb 1-1: Manufacturer: QEMU\n[ 2.371546] usb 1-1: SerialNumber: 42\n[ 2.379428] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.386932] usbcore: registered new interface driver usbhid\n[ 2.388015] usbhid: USB HID core driver\n[ 2.389755] 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.391948] 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.751143] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.366974] md: linear personality registered for level -1\n[ 3.369822] md: multipath personality registered for level -4\n[ 3.372725] md: raid0 personality registered for level 0\n[ 3.375887] md: raid1 personality registered for level 1\n[ 3.446871] raid6: sse2x1 gen() 11376 MB/s\n[ 3.514868] raid6: sse2x1 xor() 8788 MB/s\n[ 3.582871] raid6: sse2x2 gen() 14339 MB/s\n[ 3.650870] raid6: sse2x2 xor() 9686 MB/s\n[ 3.718870] raid6: sse2x4 gen() 16483 MB/s\n[ 3.786867] raid6: sse2x4 xor() 11583 MB/s\n[ 3.854869] raid6: avx2x1 gen() 21917 MB/s\n[ 3.922868] raid6: avx2x2 gen() 25546 MB/s\n[ 3.990869] raid6: avx2x4 gen() 29403 MB/s\n[ 3.991705] raid6: using algorithm avx2x4 gen() 29403 MB/s\n[ 3.992708] raid6: using avx2x2 recovery algorithm\n[ 3.994930] xor: automatically using best checksumming function:\n[ 4.034867] avx : 34735.000 MB/sec\n[ 4.036917] async_tx: api initialized (async)\n[ 4.046144] md: raid6 personality registered for level 6\n[ 4.047189] md: raid5 personality registered for level 5\n[ 4.048174] md: raid4 personality registered for level 4\n[ 4.052648] 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.077245] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.106665] 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.194084] 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.197268] systemd[1]: Detected virtualization kvm.\n[ 4.198197] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.201477] systemd[1]: Set hostname to .\n[ 4.205202] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.206299] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.314257] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.316559] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.318587] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.320312] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.322309] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.324165] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.326383] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.328539] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.330809] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.332697] 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.335350] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.337907] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.340052] 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.343055] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.345148] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.348462] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.350540] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.354414] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.357141] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] [ 4.361754] Loading iSCSI transport class v2.0-870.\nReached target Slices.\n[ 4.363487] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.367702] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.[ 4.371393] iscsi: registered transport (tcp)\n\n[ 4.373333] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.377378] 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.386616] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.391434] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.399347] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.404694] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 4.407701] EXT4-fs (vda1): re-mounted. Opts: (null)\n\n[ 4.410824] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.417820] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.422440] systemd[1]: Starting Journal Service...\n[ 4.423643] iscsi: registered transport (iser)\n Starting Journal Service...\n[ 4.429164] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.431356] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.433820] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.441759] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.449778] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.453387] 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.463186] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.466371] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.468995] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.473758] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\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 Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\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 Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\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 Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\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] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting 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 Commit a transient machine-id on disk.\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] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.064818] cloud-init[455]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 22 Oct 2018 18:13:37 +0000. Up 5.37 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"} 2018-10-22 18:13:39,624 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07/action used request id req-187597e0-6a4a-43d1-aff2-738a91cdabe4 2018-10-22 18:14:09,659 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}862a84b01e37f6cc76a256cc73a822e8cf11348d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:14:10,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47a4ff59-9ccd-4bb5-b28b-a7b62eb5f6a7 x-compute-request-id: req-47a4ff59-9ccd-4bb5-b28b-a7b62eb5f6a7 Content-Encoding: gzip Content-Length: 14989 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 600734427 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.141753] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.143942] pid_max: default: 32768 minimum: 301\n[ 0.145129] ACPI: Core revision 20150930\n[ 0.146759] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148467] Security Framework initialized\n[ 0.149553] Yama: becoming mindful.\n[ 0.150478] AppArmor: AppArmor initialized\n[ 0.151571] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.153450] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155510] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.157136] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.158952] Initializing cgroup subsys io\n[ 0.159992] Initializing cgroup subsys memory\n[ 0.161132] Initializing cgroup subsys devices\n[ 0.162339] Initializing cgroup subsys freezer\n[ 0.163493] Initializing cgroup subsys net_cls\n[ 0.164650] Initializing cgroup subsys perf_event\n[ 0.165859] Initializing cgroup subsys net_prio\n[ 0.166985] Initializing cgroup subsys hugetlb\n[ 0.168095] Initializing cgroup subsys pids\n[ 0.169234] CPU: Physical Processor ID: 0\n[ 0.170989] mce: CPU supports 10 MCE banks\n[ 0.172071] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.173405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185599] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.192331] ftrace: allocating 32123 entries in 126 pages\n[ 0.218904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220551] smpboot: Max logical packages: 1\n[ 0.221831] x2apic enabled\n[ 0.222804] Switched APIC routing to physical x2apic.\n[ 0.224890] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226374] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.228887] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231152] KVM setup paravirtual spinlock\n[ 0.232644] x86: Booted up 1 node, 1 CPUs\n[ 0.233727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235466] devtmpfs: initialized\n[ 0.238046] evm: security.selinux\n[ 0.238929] evm: security.SMACK64\n[ 0.239803] evm: security.SMACK64EXEC\n[ 0.240748] evm: security.SMACK64TRANSMUTE\n[ 0.241779] evm: security.SMACK64MMAP\n[ 0.242718] evm: security.ima\n[ 0.243572] evm: security.capability\n[ 0.244566] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246932] pinctrl core: initialized pinctrl subsystem\n[ 0.248304] RTC time: 18:13:31, date: 10/22/18\n[ 0.249485] NET: Registered protocol family 16\n[ 0.250690] cpuidle: using governor ladder\n[ 0.251729] cpuidle: using governor menu\n[ 0.252727] PCCT header not found.\n[ 0.253495] ACPI: bus type PCI registered\n[ 0.254293] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255519] PCI: Using configuration type 1 for base access\n[ 0.257674] ACPI: Added _OSI(Module Device)\n[ 0.258502] ACPI: Added _OSI(Processor Device)\n[ 0.259352] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260232] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262421] ACPI: Interpreter enabled\n[ 0.263183] ACPI: (supports S0 S5)\n[ 0.263878] ACPI: Using IOAPIC for interrupt routing\n[ 0.264796] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267826] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268932] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270118] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271278] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273561] acpiphp: Slot [3] registered\n[ 0.274344] acpiphp: Slot [4] registered\n[ 0.275115] acpiphp: Slot [5] registered\n[ 0.275899] acpiphp: Slot [6] registered\n[ 0.276678] acpiphp: Slot [7] registered\n[ 0.277450] acpiphp: Slot [8] registered\n[ 0.278225] acpiphp: Slot [9] registered\n[ 0.279003] acpiphp: Slot [10] registered\n[ 0.279803] acpiphp: Slot [11] registered\n[ 0.280595] acpiphp: Slot [12] registered\n[ 0.281391] acpiphp: Slot [13] registered\n[ 0.282175] acpiphp: Slot [14] registered\n[ 0.293010] acpiphp: Slot [15] registered\n[ 0.293803] acpiphp: Slot [16] registered\n[ 0.294591] acpiphp: Slot [17] registered\n[ 0.295376] acpiphp: Slot [18] registered\n[ 0.296158] acpiphp: Slot [19] registered\n[ 0.296944] acpiphp: Slot [20] registered\n[ 0.297739] acpiphp: Slot [21] registered\n[ 0.298528] acpiphp: Slot [22] registered\n[ 0.299316] acpiphp: Slot [23] registered\n[ 0.300097] acpiphp: Slot [24] registered\n[ 0.300889] acpiphp: Slot [25] registered\n[ 0.301677] acpiphp: Slot [26] registered\n[ 0.302470] acpiphp: Slot [27] registered\n[ 0.303254] acpiphp: Slot [28] registered\n[ 0.304044] acpiphp: Slot [29] registered\n[ 0.304833] acpiphp: Slot [30] registered\n[ 0.305619] acpiphp: Slot [31] registered\n[ 0.306401] PCI host bridge to bus 0000:00\n[ 0.307190] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308369] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310946] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312355] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318667] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319903] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321053] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322280] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377527] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378959] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380371] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382973] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385483] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387005] vgaarb: loaded\n[ 0.387597] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388719] SCSI subsystem initialized\n[ 0.389520] ACPI: bus type USB registered\n[ 0.390325] usbcore: registered new interface driver usbfs\n[ 0.391340] usbcore: registered new interface driver hub\n[ 0.392325] usbcore: registered new device driver usb\n[ 0.393348] PCI: Using ACPI for IRQ routing\n[ 0.394362] NetLabel: Initializing\n[ 0.395061] NetLabel: domain hash size = 128\n[ 0.395901] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396839] NetLabel: unlabeled traffic allowed by default\n[ 0.397911] amd_nb: Cannot enumerate AMD northbridges\n[ 0.398865] clocksource: Switched to clocksource kvm-clock\n[ 0.404258] AppArmor: AppArmor Filesystem Enabled\n[ 0.405205] pnp: PnP ACPI init\n[ 0.406098] pnp: PnP ACPI: found 5 devices\n[ 0.412146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413850] NET: Registered protocol family 2\n[ 0.414788] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416044] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417214] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.418371] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419444] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.420606] NET: Registered protocol family 1\n[ 0.421457] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422528] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423589] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437616] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451948] Trying to unpack rootfs image as initramfs...\n[ 1.736870] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.752470] Scanning for low memory corruption every 60 seconds\n[ 1.753774] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.754910] audit: initializing netlink subsys (disabled)\n[ 1.755926] audit: type=2000 audit(1540232013.452:1): initialized\n[ 1.757216] Initialise system trusted keyring\n[ 1.758131] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.759282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.761244] zbud: loaded\n[ 1.761945] VFS: Disk quotas dquot_6.6.0\n[ 1.762753] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.764139] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.765362] fuse init (API version 7.23)\n[ 1.766219] Key type big_key registered\n[ 1.767011] Allocating IMA MOK and blacklist keyrings.\n[ 1.768103] Key type asymmetric registered\n[ 1.768925] Asymmetric key parser 'x509' registered\n[ 1.769876] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.771320] io scheduler noop registered\n[ 1.772099] io scheduler deadline registered (default)\n[ 1.773073] io scheduler cfq registered\n[ 1.773897] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.774934] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.776176] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.777597] ACPI: Power Button [PWRF]\n[ 1.778431] GHES: HEST is not enabled!\n[ 1.792280] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.821576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.824088] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.848197] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.850252] Linux agpgart interface v0.103\n[ 1.852233] brd: module loaded\n[ 1.853482] loop: module loaded\n[ 1.855046] vda: vda1\n[ 1.856410] scsi host0: ata_piix\n[ 1.857129] scsi host1: ata_piix\n[ 1.857827] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.859030] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.860457] libphy: Fixed MDIO Bus: probed\n[ 1.861260] tun: Universal TUN/TAP device driver, 1.6\n[ 1.862196] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.864351] PPP generic driver version 2.4.2\n[ 1.865323] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.866463] ehci-pci: EHCI PCI platform driver\n[ 1.867324] ehci-platform: EHCI generic platform driver\n[ 1.868298] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.869401] ohci-pci: OHCI PCI platform driver\n[ 1.870251] ohci-platform: OHCI generic platform driver\n[ 1.871229] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.885605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.886603] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.888032] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.889053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.890161] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.891374] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.892782] usb usb1: Product: UHCI Host Controller\n[ 1.893697] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.894816] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.895825] hub 1-0:1.0: USB hub found\n[ 1.896596] hub 1-0:1.0: 2 ports detected\n[ 1.897478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.899592] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.900553] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.901564] mousedev: PS/2 mouse device common for all mice\n[ 1.902809] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.904643] rtc_cmos 00:00: RTC can wake from S4\n[ 1.905727] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.906917] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.908093] i2c /dev entries driver\n[ 1.908840] device-mapper: uevent: version 1.0.3\n[ 1.909765] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.911383] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.912640] NET: Registered protocol family 10\n[ 1.913641] NET: Registered protocol family 17\n[ 1.914513] Key type dns_resolver registered\n[ 1.915450] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.916516] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.918224] registered taskstats version 1\n[ 1.919060] Loading compiled-in X.509 certificates\n[ 1.920480] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.922289] zswap: loaded using pool lzo/zbud\n[ 1.924062] Key type trusted registered\n[ 1.926285] Key type encrypted registered\n[ 1.927110] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.928130] ima: No TPM chip found, activating TPM-bypass!\n[ 1.929158] evm: HMAC attrs: 0x1\n[ 1.930096] Magic number: 6:755:241\n[ 1.930942] rtc_cmos 00:00: setting system clock to 2018-10-22 18:13:33 UTC (1540232013)\n[ 1.932526] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.933630] EDD information not available.\n[ 2.015452] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.016857] ata1.00: configured for MWDMA2\n[ 2.018067] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.020357] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.021548] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.033049] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.034927] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.036439] Write protecting the kernel read-only data: 14336k\n[ 2.037948] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.039636] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.048250] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.049997] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052003] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053840] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.055646] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.057455] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.059304] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.061044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062777] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.065058] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.092025] virtio_net virtio0 ens3: renamed from eth0\n[ 2.100623] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.102773] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.128075] AVX2 version of gcm_enc/dec engaged.\n[ 2.128987] AES CTR mode by8 optimization enabled\n[ 2.131310] FDC 0 is a S82078B\n[ 2.206904] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.367474] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.368688] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.369939] usb 1-1: Product: QEMU USB Tablet\n[ 2.370782] usb 1-1: Manufacturer: QEMU\n[ 2.371546] usb 1-1: SerialNumber: 42\n[ 2.379428] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.386932] usbcore: registered new interface driver usbhid\n[ 2.388015] usbhid: USB HID core driver\n[ 2.389755] 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.391948] 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.751143] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.366974] md: linear personality registered for level -1\n[ 3.369822] md: multipath personality registered for level -4\n[ 3.372725] md: raid0 personality registered for level 0\n[ 3.375887] md: raid1 personality registered for level 1\n[ 3.446871] raid6: sse2x1 gen() 11376 MB/s\n[ 3.514868] raid6: sse2x1 xor() 8788 MB/s\n[ 3.582871] raid6: sse2x2 gen() 14339 MB/s\n[ 3.650870] raid6: sse2x2 xor() 9686 MB/s\n[ 3.718870] raid6: sse2x4 gen() 16483 MB/s\n[ 3.786867] raid6: sse2x4 xor() 11583 MB/s\n[ 3.854869] raid6: avx2x1 gen() 21917 MB/s\n[ 3.922868] raid6: avx2x2 gen() 25546 MB/s\n[ 3.990869] raid6: avx2x4 gen() 29403 MB/s\n[ 3.991705] raid6: using algorithm avx2x4 gen() 29403 MB/s\n[ 3.992708] raid6: using avx2x2 recovery algorithm\n[ 3.994930] xor: automatically using best checksumming function:\n[ 4.034867] avx : 34735.000 MB/sec\n[ 4.036917] async_tx: api initialized (async)\n[ 4.046144] md: raid6 personality registered for level 6\n[ 4.047189] md: raid5 personality registered for level 5\n[ 4.048174] md: raid4 personality registered for level 4\n[ 4.052648] 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.077245] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.106665] 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.194084] 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.197268] systemd[1]: Detected virtualization kvm.\n[ 4.198197] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.201477] systemd[1]: Set hostname to .\n[ 4.205202] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.206299] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.314257] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.316559] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.318587] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.320312] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.322309] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.324165] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.326383] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.328539] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.330809] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.332697] 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.335350] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.337907] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.340052] 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.343055] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.345148] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.348462] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.350540] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.354414] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.357141] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] [ 4.361754] Loading iSCSI transport class v2.0-870.\nReached target Slices.\n[ 4.363487] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.367702] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.[ 4.371393] iscsi: registered transport (tcp)\n\n[ 4.373333] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.377378] 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.386616] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.391434] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.399347] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.404694] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 4.407701] EXT4-fs (vda1): re-mounted. Opts: (null)\n\n[ 4.410824] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.417820] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.422440] systemd[1]: Starting Journal Service...\n[ 4.423643] iscsi: registered transport (iser)\n Starting Journal Service...\n[ 4.429164] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.431356] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.433820] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.441759] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.449778] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.453387] 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.463186] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.466371] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.468995] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.473758] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\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 Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\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 Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\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 Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\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] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting 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 Commit a transient machine-id on disk.\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] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.064818] cloud-init[455]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 22 Oct 2018 18:13:37 +0000. Up 5.37 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[ 7.956389] cloud-init[1040]: Cloud-init v. 0.7.9 running 'init' at Mon, 22 Oct 2018 18:13:38 +0000. Up 7.04 seconds.\n[ 7.958525] cloud-init[1040]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 7.964476] cloud-init[1040]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 7.968113] cloud-init[1040]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 7.972096] cloud-init[1040]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 7.976094] cloud-init[1040]: ci-info: | ens6 | False | . | . | . | 52:54:00:1f:d5:19 |\n[ 7.984117] cloud-init[1040]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 7.985871] cloud-init[1040]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 7.987578] cloud-init[1040]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:9e:25:50 |\n[ 7.993309] cloud-init[1040]: ci-info: | ens3 | True | fe80::f816:3eff:fe9e:2550/64 | . | link | fa:16:3e:9e:25:50 |\n[ 7.995012] cloud-init[1040]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.000269] cloud-init[1040]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.001849] cloud-init[1040]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.004094] cloud-init[1040]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.008106] cloud-init[1040]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.012111] cloud-init[1040]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.013685] cloud-init[1040]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.020095] cloud-init[1040]: ci-info: | 2 | 169.254.169.254 | 10.10.11.4 | 255.255.255.255 | ens3 | UGH |\n[ 8.021703] cloud-init[1040]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.023271] cloud-init[1040]: Generating public/private rsa key pair.\n[ 8.026396] cloud-init[1040]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\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 Network is Online.\n[ 8.031681] cloud-init[1040]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.034383] cloud-init[1040]: The key fingerprint is:\n[[0;32m OK [0m] Reached target System Initialization.\n[ 8.037139] cloud-init[1040]: SHA256:zUwrBGbwtkH5cCcjanMhQ8D7G+OdfEYV/l2ESSaUhKw root@sdnvpn-3-2-quagga\n[ 8.038912] cloud-init[1040]: [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.The key's randomart image is:\n[ 8.045608] cloud-init[1040]: +---[RSA 2048]----+\n[ 8.046345] cloud-init[1040]: | ..oo.=. . ++ooo |\n[ 8.047065] cloud-init[1040]: | . o==.+ = .oo .|\n[ 8.047787] cloud-init\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.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.[1040]: | . ++*.*.. . |\n[ 8.052636] cloud-init[1040]: | . +..+E=o. .|\n[ 8.053348] cloud-init[1040]: | o o. S.=. . . |\n[ 8.054065] cloud-init[1040]: | + .. . . |\n[ 8.054788] cloud-init[1040]: | . * o |\n[ 8.055513] cloud-init[1040]: | o + o |\n[[0;32m OK [0m] Reached target Paths.\n\n[ 8.057107] cloud-init Starting LXD - unix socket.\n Starting Socket activation for snappy daemon.\n[1040]: | o |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.061418] cloud-init[1040]: +----[SHA256]-----+\n[ 8.062354] cloud-init[1040]: Generating public/private dsa key pair.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.065354] cloud-init[1040]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.068775] cloud-init[1040]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.073037] cloud-init[1040]: The key fingerprint is:\n[ 8.075751] cloud-init[1040]: SHA256:lH7v/6Rii/uJ5CQY/9I9fT563JKirwfTegkN2djBmkA root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n Starting Login to default iSCSI targets...\n[ 8.080547] cloud-init[1040]: The key's randomart image is:\n[ 8.081348] cloud-init[1040]: +---[DSA 1024]----+\n[ 8.082075] cloud-init[1040]: | .E . |\n[ 8.082802] cloud-init[1040]: | .. o |\n[ 8.083519] cloud-init[1040]: | o. B . |\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n\n[ 8.088242] cloud-init[1040]: | o * o |\n[ 8.090071] cloud-init[1040]: | . S .+ |\n[ 8.092211] cloud-init[1040]: | + .+.o | Starting Accounts Service...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n[ 8.096478] cloud-init[1040]: | . o.o*.o..o|\n[ 8.099042] [[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Pollinate to seed the pseudo random number generator...\n Starting LSB: Record successful boot for GRUB...\n Starting Login Service...\n Starting System Logging Service...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[1040]: | .*o+X.+*o|\n[ 8.152129] cloud-init[1040]: Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n| .OX*B==+|\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started System Logging Service.\n[ 8.184999] cloud-init[1040]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[ 8.222441] cloud-init[1040]: Generating public/private ecdsa key pair.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 8.246605] cloud-init[1040]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.269963] cloud-init[1040]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.285939] [[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...cloud-init[1040]: The key fingerprint is:\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[ 8.301856] cloud-init[1040]: \n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: daemon to balance interrupts for SMP systems...\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Permit User Sessions.\nSHA256:VDKstQH7jMbJVJ9tMHJ1NFPwvmbvDUJXKbEIG2eDEvY root@sdnvpn-3-2-quagga\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 LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[ 8.375105] cloud-init[1040]: The key's randomart image is:[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n\n[[0;32m OK [0m] Reached target Login Prompts.\n[ 8.393771] cloud-init[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Set console scheme.\n[1040]: +---[ECDSA 256]---+\n[ 8.415472] cloud-init[1040]: | .=*o*=.o*o.|\n[ 8.424807] cloud-init[1040]: | .+=O*=o.o+.|\n[ 8.431007] cloud-init[1040]: | oooEo.oo .o|\n[ 8.438259] cloud-init[1040]: | +.*. . .o |\n[ 8.442616] cloud-init[1040]: | * S . . .|\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.447816] cloud-init[1040]: | . . . .|\n[ 8.452081] cloud-init[1040]: | . .+ |\n[ 8.456114] cloud-init[1040]: | .o.o|\n[ 8.464086] cloud-init[1040]: | .+|\n[ 8.465271] cloud-init[1040]: +----[SHA256]-----+\n[ 8.468090] cloud-init[1040]: Generating public/private ed25519 key pair.\n[ 8.472085] cloud-init[1040]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.476077] cloud-init[1040]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.481590] cloud-init[1040]: The key fingerprint is:\n[ 8.485631] cloud-init[1040]: SHA256:I/jDDyaS0a248BBSEpmS1u4rGgqtYg9s1H8G03ybSiE root@sdnvpn-3-2-quagga\n[ 8.489758] cloud-init[1040]: The key's randomart image is:\n[ 8.492115] cloud-init[1040]: +--[ED25519 256]--+\n[ 8.494776] cloud-init[1040]: |.+. |\n[ 8.497702] cloud-init[1040]: |=o . |\n[ 8.500303] cloud-init[1040]: |+ o |\n[ 8.502902] cloud-init[1040]: | o.o oo |\n[ 8.506044] cloud-init[1040]: |o.o.oEo+S. |\n[ 8.508721] cloud-init[1040]: |+o =.++.o.o |\n[ 8.511137] cloud-init[1040]: |=+= +.*+ o |\n[ 8.515485] cloud-init[1040]: |=O.+ o++. |\n[ 8.520097] cloud-init[1040]: |B =. .. |\n[ 8.523320] cloud-init[1040]: +----[SHA256]-----+\n[ 8.743599] cloud-init[1143]: Generating locales (this might take a while)...\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 9.347806] cloud-init[1143]: en_US.UTF-8... done\n[ 9.349540] cloud-init[1143]: Generation complete.\n[ 9.872460] cloud-init[1143]: Cloud-init v. 0.7.9 running 'modules:config' at Mon, 22 Oct 2018 18:13:40 +0000. Up 8.68 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.174980] cloud-init[1411]: + chpasswd\n[ 10.176339] cloud-init[1411]: + echo ubuntu:opnfv\n[ 10.218787] cloud-init[1411]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: [ 30.220676] cloud-init[1411]: + NEIGHBOR_IP=172.30.9.31\n[ 30.222043] cloud-init[1411]: + OWN_IP=172.30.9.202\n[ 30.223120] cloud-init[1411]: + EXT_NET_MASK=24\n[ 30.225597] cloud-init[1411]: ++ awk '{print $2}'\n[ 30.226889] cloud-init[1411]: ++ getent hosts\n[ 30.230629] cloud-init[1411]: ++ awk '{print $1}'\n[ 30.233033] cloud-init[1411]: ++ cat /etc/hostname\n[ 30.235787] cloud-init[1411]: + [[ localhost\n[ 30.237225] cloud-init[1411]: ip6-localhost != *\\s\\d\\n\\v\\p\\n\\-\\3\\-\\2\\-\\q\\u\\a\\g\\g\\a* ]]\n[ 30.241283] cloud-init[1411]: + tee -a /etc/hosts\n[ 30.242978] cloud-init[1411]: ++ awk '{print $1}'\n[ 30.245089] cloud-init[1411]: ++ cat /etc/hostname\n[ 30.248030] cloud-init[1411]: + echo '127.0.1.1 sdnvpn-3-2-quagga'\n[ 30.251063] cloud-init[1411]: 127.0.1.1 sdnvpn-3-2-quagga\n[ 30.252610] cloud-init[1411]: + quagga_int=\n[ 30.253950] cloud-init[1411]: ++ awk 'NR>2{print $1}'\n[ 30.265090] cloud-init[1411]: ++ netstat -ia\n[ 30.269890] cloud-init[1411]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 30.272028] cloud-init[1411]: ++ grep ens3\n[ 30.274425] cloud-init[1411]: ++ ifconfig\n[ 30.275365] cloud-init[1411]: + '[' -z 'ens3 Link encap:Ethernet HWaddr fa:16:3e:9e:25:50 ' ']'\n[ 30.279514] cloud-init[1411]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 30.282715] cloud-init[1411]: ++ grep ens6\n[ 30.293055] cloud-init[1411]: ++ ifconfig\n[ 30.296044] cloud-init[1411]: + '[' -z '' ']'\n[ 30.297060] cloud-init[1411]: + quagga_int=ens6\n[ 30.300037] cloud-init[1411]: + break\n[ 30.300948] cloud-init[1411]: + '[' -z ens6 ']'\n[ 30.303978] cloud-init[1411]: + ip link set ens6 up\n[ 30.305677] cloud-init[1411]: + ip addr add 172.30.9.202/24 dev ens6\n[ 30.307113] cloud-init[1411]: + ZEBRA_CONFIG_LOCATION=/etc/quagga/zebra.conf\n[ 30.309569] cloud-init[1411]: + DAEMONS_FILE_LOCATION=/etc/quagga/daemons\n[ 30.311165] cloud-init[1411]: + BGPD_CONFIG_LOCATION=/etc/quagga/bgpd.conf\n[ 30.312881] cloud-init[1411]: + BGPD_LOG_FILE=/var/log/bgpd.log\n[ 30.314605] cloud-init[1411]: + touch /var/log/bgpd.log\n[ 30.316261] cloud-init[1411]: + chown quagga:quagga /var/log/bgpd.log\n[ 30.319810] cloud-init[1411]: + chown quagga:quagga /etc/quagga/daemons\n[ 30.321715] cloud-init[1411]: + cat\n[ 30.323007] cloud-init[1411]: + touch /etc/quagga/zebra.conf\n[ 30.324823] cloud-init[1411]: + chown quagga:quagga /etc/quagga/zebra.conf\n[ 30.327214] cloud-init[1411]: + cat\n[ 30.332353] cloud-init[1411]: + chown quagga:quagga /etc/quagga/bgpd.conf\n[ 30.334690] cloud-init[1411]: + service quagga restart\n[ 30.338340] cloud-init[1411]: + pgrep bgpd\n[ 30.344084] cloud-init[1411]: 1510\n[ 30.345679] cloud-init[1411]: + pgrep zebra\n[ 30.348044] cloud-init[1411]: 1506\nci-info: no authorized ssh keys fingerprints found for user ubuntu.\n<14>Oct 22 18:14:02 ec2: \n<14>Oct 22 18:14:02 ec2: #############################################################\n<14>Oct 22 18:14:02 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Oct 22 18:14:02 ec2: 1024 SHA256:lH7v/6Rii/uJ5CQY/9I9fT563JKirwfTegkN2djBmkA root@sdnvpn-3-2-quagga (DSA)\n<14>Oct 22 18:14:02 ec2: 256 SHA256:VDKstQH7jMbJVJ9tMHJ1NFPwvmbvDUJXKbEIG2eDEvY root@sdnvpn-3-2-quagga (ECDSA)\n<14>Oct 22 18:14:02 ec2: 256 SHA256:I/jDDyaS0a248BBSEpmS1u4rGgqtYg9s1H8G03ybSiE root@sdnvpn-3-2-quagga (ED25519)\n<14>Oct 22 18:14:02 ec2: 2048 SHA256:zUwrBGbwtkH5cCcjanMhQ8D7G+OdfEYV/l2ESSaUhKw root@sdnvpn-3-2-quagga (RSA)\n<14>Oct 22 18:14:02 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Oct 22 18:14:02 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEhYXUKsZMS5G93jNE1TU2+IdmLkYB3ISgy/ndrJYGErU+skuFKg/yYw4R4fpYHhLyBtKU0k0iwDIQTwbiXF3XA= root@sdnvpn-3-2-quagga\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPLrwH9n8XlvQwRVJ1e0O3g0RnLv4XNw+Dw9UWfErsm3 root@sdnvpn-3-2-quagga\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHfRVhAROZLO+Z8EmrJqiQEnt5NMp+jvN2NJdQUmSmcQOJIACTvKGViFhUACF/xJBykRZxsnpfxxK85JYEbtXa2O52PMMd9IKkdKar8crE3eeZplnky4XlJkJ8hcgAUlIX72sZ5PhIdci2LaeAoaf8HIjCgHExg4l/dPe7h0cqC4rX6Zmn3bCkus40OugPb6UqE/9qREVpB9Pz5l7tNb3iWfTRDfKcZq/q/gwXPCoFBHoPKhgYo+qtVRQykZGQ/ZDahkTdlC5jp5QKwLnvezokE1rD5mfxQUPDAOwD6gayJfqyfIGiTCB4i0ukMvJa2AWWdZuOP2SlfryPcsWNR7Ll root@sdnvpn-3-2-quagga\n-----END SSH HOST KEY KEYS-----\n[ 30.391944] cloud-init[1411]: Cloud-init v. 0.7.9 running 'modules:final' at Mon, 22 Oct 2018 18:13:41 +0000. Up 10.10 seconds.\n[ 30.394393] cloud-init[1411]: ci-info: no authorized ssh keys fingerprints found for user ubuntu.\n[ 30.400289] cloud-init[1411]: Cloud-init v. 0.7.9 finished at Mon, 22 Oct 2018 18:14:02 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 30.38 seconds\n"} 2018-10-22 18:14:10,746 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07/action used request id req-47a4ff59-9ccd-4bb5-b28b-a7b62eb5f6a7 2018-10-22 18:14:10,748 - sdnvpn_test_utils - INFO - Finished waiting for cloud init of instance sdnvpn-3-2-quagga result was True 2018-10-22 18:14:10,749 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-10-22 18:14:10,749 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-10-22 18:14:10,750 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-10-22 18:14:10,752 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-10-22 18:14:11,483 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-10-22 18:14:11,484 - 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.31: client: JAVA_HOME not set; results may vary  2018-10-22 18:14:11,485 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-10-22 18:14:11,485 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-10-22 18:14:11,487 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-10-22 18:14:11,487 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-10-22 18:14:11,528 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-10-22 18:14:12,192 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-10-22 18:14:12,193 - 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 2 seconds Read thread: off Write thread: off  2018-10-22 18:14:12,193 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-10-22 18:14:12,193 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2018-10-22 18:14:12,193 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2018-10-22 18:14:13,195 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-10-22 18:14:13,196 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-10-22 18:14:13,196 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-10-22 18:14:13,199 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-10-22 18:14:13,897 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-10-22 18:14:13,898 - 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:00 Last read00:00:00, 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.31 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.31, Local port: 36751 Foreign host: 172.30.9.202, Foreign port: 179 Nexthop: 172.30.9.31 Nexthop global: :: Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off  2018-10-22 18:14:13,898 - sdnvpn-quagga - INFO - Opens sent/received: 1 1 2018-10-22 18:14:13,899 - sdnvpn-quagga - INFO - Peering state: BGP state = Established, up for 00:00:00 2018-10-22 18:14:13,899 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-10-22 18:14:14,900 - sdnvpn-quagga - INFO - Quagga peered with OpenDaylight 2018-10-22 18:14:14,901 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-22 18:14:14,902 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-22 18:14:14,902 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-22 18:14:14,906 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-22 18:14:14,982 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-22 18:14:14,983 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-22 18:14:14,984 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-22 18:14:14,985 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-22 18:14:14,985 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-22 18:14:15,026 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-22 18:14:15,134 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-22 18:14:15,135 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-22 18:14:15,136 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-22 18:14:15,136 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-22 18:14:15,137 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-22 18:14:15,177 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-22 18:14:15,314 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-22 18:14:15,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3859f6448225a3f1433946deb6460ce370d6d99" 2018-10-22 18:14:15,319 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-22 18:14:15,378 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:14:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c4081f2c-a98b-4444-b37c-94611c6d8b74 x-compute-request-id: req-c4081f2c-a98b-4444-b37c-94611c6d8b74 Content-Length: 0 Content-Type: application/json 2018-10-22 18:14:15,378 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/fc95b764-3ea3-4c31-810a-cca3ea1addc3 used request id req-c4081f2c-a98b-4444-b37c-94611c6d8b74 2018-10-22 18:14:15,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3859f6448225a3f1433946deb6460ce370d6d99" -d '{"forceDelete": null}' 2018-10-22 18:14:15,731 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:14:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0962dbee-ccb2-4ff1-b700-ab3dda3ece86 x-compute-request-id: req-0962dbee-ccb2-4ff1-b700-ab3dda3ece86 Content-Length: 0 Content-Type: application/json 2018-10-22 18:14:15,731 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/96cc80e9-4893-4d05-bc16-dc6b84bfcb07/action used request id req-0962dbee-ccb2-4ff1-b700-ab3dda3ece86 2018-10-22 18:14:15,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8ec8bdae938d494ff577502966b4d66183a19332" 2018-10-22 18:14:17,639 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-89d91bd2-682b-4e8e-b338-12de840360a7 Date: Mon, 22 Oct 2018 18:14:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:14:17,639 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/e23591c2-75d7-4f13-a41e-fcf8087f8b59 used request id req-89d91bd2-682b-4e8e-b338-12de840360a7 2018-10-22 18:14:17,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/d150ce9a-c47b-49fa-944a-6bbf3562bb37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:14:18,588 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7b4ab1aa-cafb-48ac-bd30-170be27a65b6 Content-Length: 0 Date: Mon, 22 Oct 2018 18:14:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:14:18,588 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/d150ce9a-c47b-49fa-944a-6bbf3562bb37 used request id req-7b4ab1aa-cafb-48ac-bd30-170be27a65b6 2018-10-22 18:14:18,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/56061534-95e9-48c9-99ba-1d3db6bf6f98 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:14:19,214 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-42f08f6b-ae60-4ad3-acc8-cf7cd9187ec9 Content-Length: 0 Date: Mon, 22 Oct 2018 18:14:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:14:19,214 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/56061534-95e9-48c9-99ba-1d3db6bf6f98 used request id req-42f08f6b-ae60-4ad3-acc8-cf7cd9187ec9 2018-10-22 18:14:19,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/752d793a-cea7-427b-9726-d41aa50a36af/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" -d '{"subnet_id": "80c6c00f-28c2-4612-a6df-637d7038a9ce"}' 2018-10-22 18:14:20,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4f77276e-9f5d-44b0-b514-712a5a85c791 Date: Mon, 22 Oct 2018 18:14:20 GMT RESP BODY: {"network_id": "4dd22a34-fac9-4bcf-b000-f1a24cc9b118", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "subnet_id": "80c6c00f-28c2-4612-a6df-637d7038a9ce", "subnet_ids": ["80c6c00f-28c2-4612-a6df-637d7038a9ce"], "port_id": "1455efb5-4e92-4bfb-ac82-2806ce50f74b", "id": "752d793a-cea7-427b-9726-d41aa50a36af"} 2018-10-22 18:14:20,437 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/752d793a-cea7-427b-9726-d41aa50a36af/remove_router_interface used request id req-4f77276e-9f5d-44b0-b514-712a5a85c791 2018-10-22 18:14:20,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/c4971a93-c1af-4bb9-8930-a2134ab36a1a/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" -d '{"subnet_id": "ad5d62dd-2a94-4f3a-a63e-54cd71b2cfa3"}' 2018-10-22 18:14:21,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-efeae381-d189-49a8-9685-184a804f6c70 Date: Mon, 22 Oct 2018 18:14:21 GMT RESP BODY: {"network_id": "3ca57c19-0a30-4b2c-b99b-f08fe1b5afac", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "subnet_id": "ad5d62dd-2a94-4f3a-a63e-54cd71b2cfa3", "subnet_ids": ["ad5d62dd-2a94-4f3a-a63e-54cd71b2cfa3"], "port_id": "2b228fff-d1b7-4b10-b96d-397bb267dac3", "id": "c4971a93-c1af-4bb9-8930-a2134ab36a1a"} 2018-10-22 18:14:21,552 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c4971a93-c1af-4bb9-8930-a2134ab36a1a/remove_router_interface used request id req-efeae381-d189-49a8-9685-184a804f6c70 2018-10-22 18:14:21,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/752d793a-cea7-427b-9726-d41aa50a36af -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:14:22,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-e1c46003-bd97-4695-b53a-5e9867b5169c Date: Mon, 22 Oct 2018 18:14:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:10:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:14:22Z", "revision_number": 8, "routes": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "752d793a-cea7-427b-9726-d41aa50a36af", "name": "sdnvpn-3-1-router"}} 2018-10-22 18:14:22,541 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/752d793a-cea7-427b-9726-d41aa50a36af used request id req-e1c46003-bd97-4695-b53a-5e9867b5169c 2018-10-22 18:14:22,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/c4971a93-c1af-4bb9-8930-a2134ab36a1a -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:14:23,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-0038f3e0-3d80-4a3a-bdc5-3e0b47c5f573 Date: Mon, 22 Oct 2018 18:14:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:11:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:14:23Z", "revision_number": 7, "routes": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "c4971a93-c1af-4bb9-8930-a2134ab36a1a", "name": "sdnvpn-3-2-quagga-router"}} 2018-10-22 18:14:23,567 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c4971a93-c1af-4bb9-8930-a2134ab36a1a used request id req-0038f3e0-3d80-4a3a-bdc5-3e0b47c5f573 2018-10-22 18:14:23,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/80c6c00f-28c2-4612-a6df-637d7038a9ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:14:25,747 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-87a81006-6d62-4701-af9d-1ed39f9cdd62 Date: Mon, 22 Oct 2018 18:14:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:14:25,747 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/80c6c00f-28c2-4612-a6df-637d7038a9ce used request id req-87a81006-6d62-4701-af9d-1ed39f9cdd62 2018-10-22 18:14:25,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/ad5d62dd-2a94-4f3a-a63e-54cd71b2cfa3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:14:27,851 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-736e75ab-8002-479f-a3fc-5a105230a254 Date: Mon, 22 Oct 2018 18:14:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:14:27,851 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/ad5d62dd-2a94-4f3a-a63e-54cd71b2cfa3 used request id req-736e75ab-8002-479f-a3fc-5a105230a254 2018-10-22 18:14:27,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/752d793a-cea7-427b-9726-d41aa50a36af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:14:28,170 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9afd49a3-d1f4-4119-b2d9-e3dd025e3d6b Content-Length: 0 Date: Mon, 22 Oct 2018 18:14:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:14:28,170 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/752d793a-cea7-427b-9726-d41aa50a36af used request id req-9afd49a3-d1f4-4119-b2d9-e3dd025e3d6b 2018-10-22 18:14:28,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/c4971a93-c1af-4bb9-8930-a2134ab36a1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:14:28,745 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-26f0c751-8c53-410e-8d79-f1601720c5c9 Content-Length: 0 Date: Mon, 22 Oct 2018 18:14:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:14:28,745 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/c4971a93-c1af-4bb9-8930-a2134ab36a1a used request id req-26f0c751-8c53-410e-8d79-f1601720c5c9 2018-10-22 18:14:28,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/4dd22a34-fac9-4bcf-b000-f1a24cc9b118 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:14:29,460 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5bf4acab-bd77-4563-b50e-005e1e06a11a Date: Mon, 22 Oct 2018 18:14:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:14:29,460 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/4dd22a34-fac9-4bcf-b000-f1a24cc9b118 used request id req-5bf4acab-bd77-4563-b50e-005e1e06a11a 2018-10-22 18:14:29,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/3ca57c19-0a30-4b2c-b99b-f08fe1b5afac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04303d329c1a23bf15aeac07a88963cfd4846e9" 2018-10-22 18:14:30,312 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bde916dc-329e-474d-8442-7cf704d53723 Date: Mon, 22 Oct 2018 18:14:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:14:30,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/3ca57c19-0a30-4b2c-b99b-f08fe1b5afac used request id req-bde916dc-329e-474d-8442-7cf704d53723 2018-10-22 18:14:30,312 - 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-10-22 18:14:30,312 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-22 18:14:30,313 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-10-22 18:14:30,313 - 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-10-22 18:14:30,313 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-10-22 18:14:30,313 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-10-22 18:14:30,314 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-10-22 18:14:30,401 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-10-22 18:14:30,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:14:30,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:14:30,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:14:30,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:14:30,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:14:30,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:14:30,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:14:30,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:14:30,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:14:30,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:14:30,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:14:30,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:14:30,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:14:30,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:14:30,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:14:30,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:14:30,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:14:30,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:14:30,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:14:30,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:14:30,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:14:30,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:14:30,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:14:30,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:14:30,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:14:30,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:14:30,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:14:30,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:14:30,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:14:30,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:14:30,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:14:30,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:14:30,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:14:30,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:14:30,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:14:30,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:14:30,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:14:30,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:14:30,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:14:30,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:14:30,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:14:30,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:14:30,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:14:30,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:14:30,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:14:30,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:14:30,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:14:30,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:14:30,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-22 18:14:30,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:14:30,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:14:30,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:14:30,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:14:30,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:14:30,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:14:30,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:14:30,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:14:30,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:14:30,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:14:30,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:14:30,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:14:30,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:14:30,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:14:30,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:14:30,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:14:30,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:14:30,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:14:30,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:14:30,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:14:30,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:14:30,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:14:30,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:14:30,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:14:30,411 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-22 18:14:30,412 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-10-22 18:14:30,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:14:30,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4764edc-bdfe-4dfc-bbe3-4ddfa816fac7 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:14:30,523 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b4764edc-bdfe-4dfc-bbe3-4ddfa816fac7 2018-10-22 18:14:30,524 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:14:30,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:14:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["MW5HNLs6QNifrJRYwWbjaw"], "issued_at": "2018-10-22T18:14:30.000000Z"}} 2018-10-22 18:14:30,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ffa98cb32e0846f0693bb6e1e2d6eb2f43fd829f" 2018-10-22 18:14:31,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-9436a9c3-806f-4b30-a570-563dcdf82891 Date: Mon, 22 Oct 2018 18:14:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-22 18:14:31,085 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-9436a9c3-806f-4b30-a570-563dcdf82891 2018-10-22 18:14:31,085 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-22 18:14:31,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ffa98cb32e0846f0693bb6e1e2d6eb2f43fd829f" 2018-10-22 18:14:31,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e54422bd-19cc-44e1-8b70-887f79b7de02 Date: Mon, 22 Oct 2018 18:14:31 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-10-22 18:14:31,234 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-e54422bd-19cc-44e1-8b70-887f79b7de02 2018-10-22 18:14:31,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ffa98cb32e0846f0693bb6e1e2d6eb2f43fd829f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-22 18:14:31,839 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/3556acc2-79d0-48ce-b331-57a22c671b6a X-Openstack-Request-Id: req-544c13e6-3922-4653-8b78-06ce7af27dc0 Date: Mon, 22 Oct 2018 18:14:31 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T18:14:31Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T18:14:31Z", "visibility": "public", "locations": [], "self": "/v2/images/3556acc2-79d0-48ce-b331-57a22c671b6a", "min_disk": 0, "protected": false, "id": "3556acc2-79d0-48ce-b331-57a22c671b6a", "file": "/v2/images/3556acc2-79d0-48ce-b331-57a22c671b6a/file", "checksum": null, "owner": "8ba7a6acf87944158b12f697f8414be6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 18:14:31,840 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-544c13e6-3922-4653-8b78-06ce7af27dc0 2018-10-22 18:14:31,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/3556acc2-79d0-48ce-b331-57a22c671b6a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ffa98cb32e0846f0693bb6e1e2d6eb2f43fd829f" -d '' 2018-10-22 18:14:33,645 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-332aba27-8fc7-44ed-b206-df2907df707e Date: Mon, 22 Oct 2018 18:14:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:14:33,646 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/3556acc2-79d0-48ce-b331-57a22c671b6a/file used request id req-332aba27-8fc7-44ed-b206-df2907df707e 2018-10-22 18:14:33,646 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-1-net 2018-10-22 18:14:33,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:14:33,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfdd9b97-1be0-4fc9-8617-19961265b580 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:14:33,654 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bfdd9b97-1be0-4fc9-8617-19961265b580 2018-10-22 18:14:33,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:14:34,037 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:14:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["hZ6Qgzf4TXibOuM1Npmr1w"], "issued_at": "2018-10-22T18:14:34.000000Z"}} 2018-10-22 18:14:34,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176e3ce74b0965988abd4348b4708b71d4ed79a4" -d '{"network": {"name": "sdnvpn-2-1-net", "admin_state_up": true}}' 2018-10-22 18:14:34,464 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-de389442-ffef-421c-aa8e-be1c00a8e923 Date: Mon, 22 Oct 2018 18:14: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":"913f2c3a-3dc9-496d-bc21-11ea1a20af3a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:14:34Z","is_default":false,"provider:segmentation_id":51,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:14:34Z","mtu":1450}} 2018-10-22 18:14:34,464 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-de389442-ffef-421c-aa8e-be1c00a8e923 2018-10-22 18:14:34,464 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-1a-subnet in network 913f2c3a-3dc9-496d-bc21-11ea1a20af3a with cidr 10.10.10.0/24 2018-10-22 18:14:34,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176e3ce74b0965988abd4348b4708b71d4ed79a4" -d '{"subnets": [{"ip_version": 4, "network_id": "913f2c3a-3dc9-496d-bc21-11ea1a20af3a", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-1a-subnet"}]}' 2018-10-22 18:14:34,955 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-8400e7a2-8a81-4741-9b9b-91601a52ac03 Date: Mon, 22 Oct 2018 18:14:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"913f2c3a-3dc9-496d-bc21-11ea1a20af3a","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:14:34Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:14:34Z","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":"8ba7a6acf87944158b12f697f8414be6","id":"3dad1642-7ae3-4d6a-a531-ed0327f184f7","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"}]} 2018-10-22 18:14:34,955 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-8400e7a2-8a81-4741-9b9b-91601a52ac03 2018-10-22 18:14:34,955 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-2-net 2018-10-22 18:14:34,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176e3ce74b0965988abd4348b4708b71d4ed79a4" -d '{"network": {"name": "sdnvpn-2-2-net", "admin_state_up": true}}' 2018-10-22 18:14:35,332 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-c282b8c5-8c0f-4724-9c10-485e5f7fb619 Date: Mon, 22 Oct 2018 18:14: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":"7516a6ec-9495-4fdb-b7b6-d28405abfb62","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:14:35Z","is_default":false,"provider:segmentation_id":89,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:14:35Z","mtu":1450}} 2018-10-22 18:14:35,332 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-c282b8c5-8c0f-4724-9c10-485e5f7fb619 2018-10-22 18:14:35,333 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-2b-subnet in network 7516a6ec-9495-4fdb-b7b6-d28405abfb62 with cidr 10.10.10.0/24 2018-10-22 18:14:35,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176e3ce74b0965988abd4348b4708b71d4ed79a4" -d '{"subnets": [{"ip_version": 4, "network_id": "7516a6ec-9495-4fdb-b7b6-d28405abfb62", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-2b-subnet"}]}' 2018-10-22 18:14:36,074 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-5b1af5a0-924d-472b-be05-52a7b88e32b6 Date: Mon, 22 Oct 2018 18:14:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7516a6ec-9495-4fdb-b7b6-d28405abfb62","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:14:35Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:14: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":"8ba7a6acf87944158b12f697f8414be6","id":"f465124b-44a5-4294-be37-c214fd57065e","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"}]} 2018-10-22 18:14:36,075 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-5b1af5a0-924d-472b-be05-52a7b88e32b6 2018-10-22 18:14:36,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176e3ce74b0965988abd4348b4708b71d4ed79a4" 2018-10-22 18:14:36,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15042 X-Openstack-Request-Id: req-c18facfb-8d44-4223-ae89-2231e6946a08 Date: Mon, 22 Oct 2018 18:14:36 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "updated_at": "2018-10-22T18:01:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "58c66846-fedf-4b66-b4e6-ffd6961123a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "9fc44f04-2cd7-4100-9543-8571d2da7285", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "f5e8b3f0-29af-49f0-94fb-39a2d07d2cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}], "revision_number": 3, "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "name": "tempest-secgroup--969560917"}, {"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "updated_at": "2018-10-22T18:04:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "1a013dff-72ac-41fc-9e59-265dff844960", "remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "406eb29d-a577-4eee-a2dd-70816b1f5888", "remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "8d4ddaeb-a7b3-4aed-91b7-115087d4fcb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "c522c5d9-59c1-4a83-941f-8ae7551e78b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}], "revision_number": 4, "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "55730c75-de7b-4a88-af62-c3f888487961", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "updated_at": "2018-10-22T18:10:53Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "0e25d5d7-5b4c-49b5-88b5-324f10154a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-22T18:10:53Z", "revision_number": 0, "id": "1de7278a-53c8-4b5c-a5c8-689d979f74a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:10:53Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 179, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "57707afa-8faf-4113-8c8c-30963caf5615", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "6bc10a09-c2a7-464a-ad78-c70bbbf6ee4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "7028de3f-e565-496f-b597-ca46bbca438c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "8b050586-2b9f-4633-a718-7d1d30acbcf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "982034b0-0ac6-4711-ae91-f2bb976a3b46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 7, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "82fd1622-3826-4da5-909e-15968132dad8", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "updated_at": "2018-10-22T14:58:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "67e51c9b-e362-42bd-a305-439e546f173e", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "90643a86-0f62-4588-9a8c-68cea1343ff6", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "name": "default"}]} 2018-10-22 18:14:36,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-c18facfb-8d44-4223-ae89-2231e6946a08 2018-10-22 18:14:36,166 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-22 18:14:36,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:14:36,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-979322c3-394d-40c5-b806-37caabb6905e 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:14:36,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-979322c3-394d-40c5-b806-37caabb6905e 2018-10-22 18:14:36,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:14:36,558 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:14:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["_mKIOHYbSdOFeXg0rKaKhA"], "issued_at": "2018-10-22T18:14:36.000000Z"}} 2018-10-22 18:14:36,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa3217fcacb61371dacfec70d9c018690717e1d8" 2018-10-22 18:14:36,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14: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-6d21ffb4-891c-4ea5-acb5-21274ea927d6 x-compute-request-id: req-6d21ffb4-891c-4ea5-acb5-21274ea927d6 Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 197}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10169, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-22 18:14:36,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-6d21ffb4-891c-4ea5-acb5-21274ea927d6 2018-10-22 18:14:36,736 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-10-22 18:14:36,736 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-2'... 2018-10-22 18:14:36,736 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-2 flavor=m1.tiny image=3556acc2-79d0-48ce-b331-57a22c671b6a network=913f2c3a-3dc9-496d-bc21-11ea1a20af3a secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.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-10-22 18:14:36,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:14:36,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:14:36,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:14:36,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:14:36,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:14:36,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:14:36,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:14:36,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:14:36,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:14:36,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:14:36,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:14:36,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:14:36,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:14:36,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:14:36,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:14:36,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:14:36,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:14:36,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:14:36,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:14:36,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:14:36,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:14:36,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:14:36,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:14:36,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:14:36,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:14:36,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:14:36,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:14:36,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:14:36,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:14:36,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:14:36,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:14:36,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:14:36,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:14:36,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:14:36,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:14:36,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:14:36,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:14:36,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:14:36,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:14:36,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:14:36,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:14:36,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:14:36,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:14:36,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:14:36,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:14:36,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:14:36,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:14:36,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:14:36,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:14:36,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b1065f1-7570-46b2-a961-195e41eccf6c 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:14:36,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0b1065f1-7570-46b2-a961-195e41eccf6c 2018-10-22 18:14:36,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:14:37,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:14:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["5cLMCzWbRDGJuiMWiI9tjA"], "issued_at": "2018-10-22T18:14:37.000000Z"}} 2018-10-22 18:14:37,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" 2018-10-22 18:14:37,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a8db1c2-684b-44d8-961c-0b3c5a536c81 x-compute-request-id: req-8a8db1c2-684b-44d8-961c-0b3c5a536c81 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:14:37,352 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-8a8db1c2-684b-44d8-961c-0b3c5a536c81 2018-10-22 18:14:37,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" 2018-10-22 18:14:37,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b80e6556-5b71-4d21-948b-ea2cbd3a69f0 x-compute-request-id: req-b80e6556-5b71-4d21-948b-ea2cbd3a69f0 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:14:37,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-b80e6556-5b71-4d21-948b-ea2cbd3a69f0 2018-10-22 18:14:37,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"server": {"name": "sdnvpn-2-2", "imageRef": "3556acc2-79d0-48ce-b331-57a22c671b6a", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCg==", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.10.12", "uuid": "913f2c3a-3dc9-496d-bc21-11ea1a20af3a"}], "config_drive": true}}' 2018-10-22 18:14:39,311 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:14:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1839f38d-9297-4a04-9484-d23043c44335 x-compute-request-id: req-1839f38d-9297-4a04-9484-d23043c44335 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07", "rel": "bookmark"}], "adminPass": "pRvUrUrxC2ck"}} 2018-10-22 18:14:39,312 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-1839f38d-9297-4a04-9484-d23043c44335 2018-10-22 18:14:39,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:14:39,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a46164e6-15e2-4a6c-bce8-00be001c63e6 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:14:39,319 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a46164e6-15e2-4a6c-bce8-00be001c63e6 2018-10-22 18:14:39,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:14:39,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:14:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["Bv4Fvo5NQaODPeO_5UZUGg"], "issued_at": "2018-10-22T18:14:39.000000Z"}} 2018-10-22 18:14:39,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c612b98755fb7d1a91ac6eef77d24413cd6df2" 2018-10-22 18:14:40,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14: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-6b2bd704-af9e-49c4-8c17-18d367199eb9 x-compute-request-id: req-6b2bd704-af9e-49c4-8c17-18d367199eb9 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.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07", "rel": "bookmark"}], "image": {"id": "3556acc2-79d0-48ce-b331-57a22c671b6a", "links": [{"href": "http://172.30.9.22:8774/images/3556acc2-79d0-48ce-b331-57a22c671b6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07", "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:14: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": "sdnvpn-2-2", "created": "2018-10-22T18:14:39Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:14:40,372 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07 used request id req-6b2bd704-af9e-49c4-8c17-18d367199eb9 2018-10-22 18:14:43,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c612b98755fb7d1a91ac6eef77d24413cd6df2" 2018-10-22 18:14:44,121 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-beb51d03-f84e-4ee1-842b-2fd7fdc478df x-compute-request-id: req-beb51d03-f84e-4ee1-842b-2fd7fdc478df 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.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07", "rel": "bookmark"}], "image": {"id": "3556acc2-79d0-48ce-b331-57a22c671b6a", "links": [{"href": "http://172.30.9.22:8774/images/3556acc2-79d0-48ce-b331-57a22c671b6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:14:41Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2-2", "created": "2018-10-22T18:14:39Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:14:44,121 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07 used request id req-beb51d03-f84e-4ee1-842b-2fd7fdc478df 2018-10-22 18:14:47,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c612b98755fb7d1a91ac6eef77d24413cd6df2" 2018-10-22 18:14:47,871 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9434713-97a2-4366-9521-80e5df924007 x-compute-request-id: req-f9434713-97a2-4366-9521-80e5df924007 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:bc:28", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07", "rel": "bookmark"}], "image": {"id": "3556acc2-79d0-48ce-b331-57a22c671b6a", "links": [{"href": "http://172.30.9.22:8774/images/3556acc2-79d0-48ce-b331-57a22c671b6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:14:41Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2-2", "created": "2018-10-22T18:14:39Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:14:47,872 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07 used request id req-f9434713-97a2-4366-9521-80e5df924007 2018-10-22 18:14:50,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c612b98755fb7d1a91ac6eef77d24413cd6df2" 2018-10-22 18:14:51,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14: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-9eec1893-d3f4-489b-ab9d-c058bb3436e0 x-compute-request-id: req-9eec1893-d3f4-489b-ab9d-c058bb3436e0 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:36:bc:28", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07", "rel": "bookmark"}], "image": {"id": "3556acc2-79d0-48ce-b331-57a22c671b6a", "links": [{"href": "http://172.30.9.22:8774/images/3556acc2-79d0-48ce-b331-57a22c671b6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012e", "OS-SRV-USG:launched_at": "2018-10-22T18:14:46.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:14:47Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2-2", "created": "2018-10-22T18:14:39Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:14:51,480 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07 used request id req-9eec1893-d3f4-489b-ab9d-c058bb3436e0 2018-10-22 18:14:51,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" 2018-10-22 18:14:52,193 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14: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-c7f0f576-68f6-4386-9412-e22fb62cc3c1 x-compute-request-id: req-c7f0f576-68f6-4386-9412-e22fb62cc3c1 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:36:bc:28", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07", "rel": "bookmark"}], "image": {"id": "3556acc2-79d0-48ce-b331-57a22c671b6a", "links": [{"href": "http://172.30.9.22:8774/images/3556acc2-79d0-48ce-b331-57a22c671b6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012e", "OS-SRV-USG:launched_at": "2018-10-22T18:14:46.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:14:47Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2-2", "created": "2018-10-22T18:14:39Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:14:52,193 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07 used request id req-c7f0f576-68f6-4386-9412-e22fb62cc3c1 2018-10-22 18:14:52,194 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-2' booted successfully. IP='10.10.10.12'. 2018-10-22 18:14:52,194 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-2' to security group 'sdnvpn-sg'... 2018-10-22 18:14:52,197 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa3217fcacb61371dacfec70d9c018690717e1d8" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:14:53,649 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:14: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-214f869c-8264-4ae1-a30d-c43af828397f x-compute-request-id: req-214f869c-8264-4ae1-a30d-c43af828397f Content-Length: 0 Content-Type: application/json 2018-10-22 18:14:53,649 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-214f869c-8264-4ae1-a30d-c43af828397f 2018-10-22 18:14:53,649 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-4'... 2018-10-22 18:14:53,650 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-4 flavor=m1.tiny image=3556acc2-79d0-48ce-b331-57a22c671b6a network=7516a6ec-9495-4fdb-b7b6-d28405abfb62 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.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-10-22 18:14:53,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:14:53,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:14:53,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:14:53,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:14:53,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:14:53,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:14:53,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:14:53,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:14:53,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:14:53,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:14:53,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:14:53,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:14:53,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:14:53,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:14:53,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:14:53,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:14:53,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:14:53,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:14:53,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:14:53,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:14:53,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:14:53,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:14:53,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:14:53,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:14:53,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:14:53,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:14:53,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:14:53,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:14:53,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:14:53,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:14:53,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:14:53,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:14:53,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:14:53,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:14:53,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:14:53,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:14:53,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:14:53,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:14:53,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:14:53,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:14:53,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:14:53,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:14:53,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:14:53,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:14:53,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:14:53,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:14:53,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:14:53,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:14:53,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:14:53,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40cbe6f4-13c4-4b4f-a0d4-7d819102357a 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:14:53,668 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-40cbe6f4-13c4-4b4f-a0d4-7d819102357a 2018-10-22 18:14:53,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:14:54,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:14:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["Jolj_wVES_KjCsXX04Oayg"], "issued_at": "2018-10-22T18:14:54.000000Z"}} 2018-10-22 18:14:54,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec11f6bbaa6e470773d7efbda3482afcc0df288" 2018-10-22 18:14:54,228 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14: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-05a9a78a-438d-4923-9ff2-a9ddba56789f x-compute-request-id: req-05a9a78a-438d-4923-9ff2-a9ddba56789f Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:14:54,228 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-05a9a78a-438d-4923-9ff2-a9ddba56789f 2018-10-22 18:14:54,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec11f6bbaa6e470773d7efbda3482afcc0df288" 2018-10-22 18:14:54,250 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14: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-d82e4309-4d7d-436e-b0fa-fee6a629ab53 x-compute-request-id: req-d82e4309-4d7d-436e-b0fa-fee6a629ab53 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:14:54,250 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-d82e4309-4d7d-436e-b0fa-fee6a629ab53 2018-10-22 18:14:54,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec11f6bbaa6e470773d7efbda3482afcc0df288" -d '{"server": {"name": "sdnvpn-2-4", "imageRef": "3556acc2-79d0-48ce-b331-57a22c671b6a", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "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": "7516a6ec-9495-4fdb-b7b6-d28405abfb62"}], "config_drive": true}}' 2018-10-22 18:14:56,086 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:14: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-bf0c144e-aa04-4c4d-944c-c5e8fbc6aac0 x-compute-request-id: req-bf0c144e-aa04-4c4d-944c-c5e8fbc6aac0 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5ebf3820-7eae-4e78-ad4a-e22fde571f64", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64", "rel": "bookmark"}], "adminPass": "NDp4j6QLXVYo"}} 2018-10-22 18:14:56,086 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-bf0c144e-aa04-4c4d-944c-c5e8fbc6aac0 2018-10-22 18:14:56,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:14:56,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b94298c-f571-408b-abb4-bf3a349db50e 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:14:56,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9b94298c-f571-408b-abb4-bf3a349db50e 2018-10-22 18:14:56,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:14:56,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:14:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["2R9GhcI_RJGSH4f92nDvig"], "issued_at": "2018-10-22T18:14:56.000000Z"}} 2018-10-22 18:14:56,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea85a2adfa772cbc3f520b7aea97d922401b4d4" 2018-10-22 18:14:56,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14: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-01671112-710e-4bad-b4fd-026ca8b08a53 x-compute-request-id: req-01671112-710e-4bad-b4fd-026ca8b08a53 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.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64", "rel": "bookmark"}], "image": {"id": "3556acc2-79d0-48ce-b331-57a22c671b6a", "links": [{"href": "http://172.30.9.22:8774/images/3556acc2-79d0-48ce-b331-57a22c671b6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "5ebf3820-7eae-4e78-ad4a-e22fde571f64", "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:14:56Z", "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-10-22T18:14:56Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:14:56,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64 used request id req-01671112-710e-4bad-b4fd-026ca8b08a53 2018-10-22 18:14:59,975 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea85a2adfa772cbc3f520b7aea97d922401b4d4" 2018-10-22 18:15:00,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:14: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-cb304aa6-fcca-439e-ab87-805ac6ff1754 x-compute-request-id: req-cb304aa6-fcca-439e-ab87-805ac6ff1754 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:e7:25", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64", "rel": "bookmark"}], "image": {"id": "3556acc2-79d0-48ce-b331-57a22c671b6a", "links": [{"href": "http://172.30.9.22:8774/images/3556acc2-79d0-48ce-b331-57a22c671b6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000131", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "5ebf3820-7eae-4e78-ad4a-e22fde571f64", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:14:57Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2-4", "created": "2018-10-22T18:14:56Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:15:00,433 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64 used request id req-cb304aa6-fcca-439e-ab87-805ac6ff1754 2018-10-22 18:15:03,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea85a2adfa772cbc3f520b7aea97d922401b4d4" 2018-10-22 18:15:04,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15: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-1e3fcc9d-25de-4675-8610-fde76252bcf2 x-compute-request-id: req-1e3fcc9d-25de-4675-8610-fde76252bcf2 Content-Encoding: gzip Content-Length: 786 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:4c:e7:25", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64", "rel": "bookmark"}], "image": {"id": "3556acc2-79d0-48ce-b331-57a22c671b6a", "links": [{"href": "http://172.30.9.22:8774/images/3556acc2-79d0-48ce-b331-57a22c671b6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000131", "OS-SRV-USG:launched_at": "2018-10-22T18:15:00.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "5ebf3820-7eae-4e78-ad4a-e22fde571f64", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:15:00Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2-4", "created": "2018-10-22T18:14:56Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:15:04,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64 used request id req-1e3fcc9d-25de-4675-8610-fde76252bcf2 2018-10-22 18:15:04,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec11f6bbaa6e470773d7efbda3482afcc0df288" 2018-10-22 18:15:04,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b523f746-0c60-4e62-abb6-2dfc7d9aa5fd x-compute-request-id: req-b523f746-0c60-4e62-abb6-2dfc7d9aa5fd Content-Encoding: gzip Content-Length: 786 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:4c:e7:25", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64", "rel": "bookmark"}], "image": {"id": "3556acc2-79d0-48ce-b331-57a22c671b6a", "links": [{"href": "http://172.30.9.22:8774/images/3556acc2-79d0-48ce-b331-57a22c671b6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000131", "OS-SRV-USG:launched_at": "2018-10-22T18:15:00.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "5ebf3820-7eae-4e78-ad4a-e22fde571f64", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:15:00Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2-4", "created": "2018-10-22T18:14:56Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:15:04,619 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64 used request id req-b523f746-0c60-4e62-abb6-2dfc7d9aa5fd 2018-10-22 18:15:04,620 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-4' booted successfully. IP='10.10.10.12'. 2018-10-22 18:15:04,620 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-4' to security group 'sdnvpn-sg'... 2018-10-22 18:15:04,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa3217fcacb61371dacfec70d9c018690717e1d8" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:15:06,122 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:15:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-407e9281-6e30-4e60-abda-d17753e210a7 x-compute-request-id: req-407e9281-6e30-4e60-abda-d17753e210a7 Content-Length: 0 Content-Type: application/json 2018-10-22 18:15:06,122 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64/action used request id req-407e9281-6e30-4e60-abda-d17753e210a7 2018-10-22 18:15:06,123 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-1'... 2018-10-22 18:15:06,123 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-1 flavor=m1.tiny image=3556acc2-79d0-48ce-b331-57a22c671b6a network=913f2c3a-3dc9-496d-bc21-11ea1a20af3a secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.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-10-22 18:15:06,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:15:06,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:15:06,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:15:06,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:15:06,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:15:06,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:15:06,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:15:06,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:15:06,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:15:06,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:15:06,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:15:06,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:15:06,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:15:06,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:15:06,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:15:06,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:15:06,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:15:06,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:15:06,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:15:06,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:15:06,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:15:06,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:15:06,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:15:06,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:15:06,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:15:06,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:15:06,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:15:06,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:15:06,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:15:06,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:15:06,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:15:06,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:15:06,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:15:06,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:15:06,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:15:06,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:15:06,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:15:06,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:15:06,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:15:06,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:15:06,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:15:06,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:15:06,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:15:06,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:15:06,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:15:06,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:15:06,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:15:06,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:15:06,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:15:06,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea3760db-fe35-4e43-b905-d6af0198c9c6 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:15:06,143 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ea3760db-fe35-4e43-b905-d6af0198c9c6 2018-10-22 18:15:06,144 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:15:06,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:15:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["qzH6Hmj3S4mx-Yn2ozJFpw"], "issued_at": "2018-10-22T18:15:06.000000Z"}} 2018-10-22 18:15:06,527 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18e1f0ae84c3319f699777655f8ec3dd702851dd" 2018-10-22 18:15:06,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15: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-b704e7e1-1236-4a32-9f9d-e0a3b06dcb4d x-compute-request-id: req-b704e7e1-1236-4a32-9f9d-e0a3b06dcb4d Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:15:06,702 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-b704e7e1-1236-4a32-9f9d-e0a3b06dcb4d 2018-10-22 18:15:06,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18e1f0ae84c3319f699777655f8ec3dd702851dd" 2018-10-22 18:15:06,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15: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-cafe0294-3d82-40b4-9b48-25eb9ca4c5c4 x-compute-request-id: req-cafe0294-3d82-40b4-9b48-25eb9ca4c5c4 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:15:06,731 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-cafe0294-3d82-40b4-9b48-25eb9ca4c5c4 2018-10-22 18:15:06,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18e1f0ae84c3319f699777655f8ec3dd702851dd" -d '{"server": {"name": "sdnvpn-2-1", "imageRef": "3556acc2-79d0-48ce-b331-57a22c671b6a", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "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": "913f2c3a-3dc9-496d-bc21-11ea1a20af3a"}], "config_drive": true}}' 2018-10-22 18:15:08,790 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:15: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-137cc244-bdd2-40e3-bf4b-b4a20dc96874 x-compute-request-id: req-137cc244-bdd2-40e3-bf4b-b4a20dc96874 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "518b6deb-1ba4-4f0b-b972-889b7252b72b", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b", "rel": "bookmark"}], "adminPass": "DDs32kwA9Hew"}} 2018-10-22 18:15:08,790 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-137cc244-bdd2-40e3-bf4b-b4a20dc96874 2018-10-22 18:15:08,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:15:08,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc83eeb9-261a-492a-b2ed-0818445e1036 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:15:08,798 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bc83eeb9-261a-492a-b2ed-0818445e1036 2018-10-22 18:15:08,799 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:15:09,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:15:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["UrBFXgWtQL-qYbfPvHFSbw"], "issued_at": "2018-10-22T18:15:09.000000Z"}} 2018-10-22 18:15:09,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a290873582a9f2c6052e2ddfbef3a35ad00705" 2018-10-22 18:15:09,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15: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-bf00d520-4657-417c-aba7-9822155972a7 x-compute-request-id: req-bf00d520-4657-417c-aba7-9822155972a7 Content-Encoding: gzip Content-Length: 629 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b", "rel": "bookmark"}], "image": {"id": "3556acc2-79d0-48ce-b331-57a22c671b6a", "links": [{"href": "http://172.30.9.22:8774/images/3556acc2-79d0-48ce-b331-57a22c671b6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000134", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "518b6deb-1ba4-4f0b-b972-889b7252b72b", "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:15: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-2-1", "created": "2018-10-22T18:15:08Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:15:09,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b used request id req-bf00d520-4657-417c-aba7-9822155972a7 2018-10-22 18:15:12,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a290873582a9f2c6052e2ddfbef3a35ad00705" 2018-10-22 18:15:13,673 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15: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-f0b5ec23-954e-498a-9f07-9a25cb81f1ae x-compute-request-id: req-f0b5ec23-954e-498a-9f07-9a25cb81f1ae Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:79:54", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b", "rel": "bookmark"}], "image": {"id": "3556acc2-79d0-48ce-b331-57a22c671b6a", "links": [{"href": "http://172.30.9.22:8774/images/3556acc2-79d0-48ce-b331-57a22c671b6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000134", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "518b6deb-1ba4-4f0b-b972-889b7252b72b", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:15:09Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2-1", "created": "2018-10-22T18:15:08Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:15:13,673 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b used request id req-f0b5ec23-954e-498a-9f07-9a25cb81f1ae 2018-10-22 18:15:16,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a290873582a9f2c6052e2ddfbef3a35ad00705" 2018-10-22 18:15:17,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15: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-a5fbb1e2-b442-4088-aa4c-f00330f2ca0c x-compute-request-id: req-a5fbb1e2-b442-4088-aa4c-f00330f2ca0c 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:52:79:54", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b", "rel": "bookmark"}], "image": {"id": "3556acc2-79d0-48ce-b331-57a22c671b6a", "links": [{"href": "http://172.30.9.22:8774/images/3556acc2-79d0-48ce-b331-57a22c671b6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000134", "OS-SRV-USG:launched_at": "2018-10-22T18:15:12.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "518b6deb-1ba4-4f0b-b972-889b7252b72b", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:15:12Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2-1", "created": "2018-10-22T18:15:08Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:15:17,856 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b used request id req-a5fbb1e2-b442-4088-aa4c-f00330f2ca0c 2018-10-22 18:15:17,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18e1f0ae84c3319f699777655f8ec3dd702851dd" 2018-10-22 18:15:18,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15: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-69c6a499-62f0-4563-b87c-504a88841222 x-compute-request-id: req-69c6a499-62f0-4563-b87c-504a88841222 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:52:79:54", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b", "rel": "bookmark"}], "image": {"id": "3556acc2-79d0-48ce-b331-57a22c671b6a", "links": [{"href": "http://172.30.9.22:8774/images/3556acc2-79d0-48ce-b331-57a22c671b6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000134", "OS-SRV-USG:launched_at": "2018-10-22T18:15:12.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "518b6deb-1ba4-4f0b-b972-889b7252b72b", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:15:12Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2-1", "created": "2018-10-22T18:15:08Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:15:18,578 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b used request id req-69c6a499-62f0-4563-b87c-504a88841222 2018-10-22 18:15:18,579 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-1' booted successfully. IP='10.10.10.11'. 2018-10-22 18:15:18,579 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-1' to security group 'sdnvpn-sg'... 2018-10-22 18:15:18,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa3217fcacb61371dacfec70d9c018690717e1d8" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:15:20,256 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:15: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-76564d4c-ee1e-48cc-bff4-2b21a2fef7f9 x-compute-request-id: req-76564d4c-ee1e-48cc-bff4-2b21a2fef7f9 Content-Length: 0 Content-Type: application/json 2018-10-22 18:15:20,257 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b/action used request id req-76564d4c-ee1e-48cc-bff4-2b21a2fef7f9 2018-10-22 18:15:20,257 - sdnvpn-results - INFO - Create VPN1 with eRT=iRT 2018-10-22 18:15:20,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176e3ce74b0965988abd4348b4708b71d4ed79a4" -d '{"bgpvpn": {"route_targets": "55:55", "import_targets": "55:55", "export_targets": "55:55", "name": "sdnvpn-1-964205", "route_distinguishers": "111:111"}}' 2018-10-22 18:15:20,586 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-0a48273a-d222-4afe-89db-50771e7ee13d Date: Mon, 22 Oct 2018 18:15:20 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "ec09f579-8d9f-43e5-848c-76d8d11e49b8", "name": "sdnvpn-1-964205", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "import_targets": ["55:55"], "networks": [], "route_targets": ["55:55"], "project_id": "8ba7a6acf87944158b12f697f8414be6", "type": "l3"}} 2018-10-22 18:15:20,587 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns used request id req-0a48273a-d222-4afe-89db-50771e7ee13d 2018-10-22 18:15:20,587 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-964205', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'8ba7a6acf87944158b12f697f8414be6', u'route_targets': [u'55:55'], u'project_id': u'8ba7a6acf87944158b12f697f8414be6', u'type': u'l3', u'id': u'ec09f579-8d9f-43e5-848c-76d8d11e49b8'}} 2018-10-22 18:15:20,587 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-1-net' to the VPN. 2018-10-22 18:15:20,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/ec09f579-8d9f-43e5-848c-76d8d11e49b8/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176e3ce74b0965988abd4348b4708b71d4ed79a4" -d '{"network_association": {"network_id": "913f2c3a-3dc9-496d-bc21-11ea1a20af3a"}}' 2018-10-22 18:15:21,064 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-0939ff9a-8da8-49c4-bff3-13b8099a93cc Date: Mon, 22 Oct 2018 18:15:21 GMT RESP BODY: {"network_association": {"network_id": "913f2c3a-3dc9-496d-bc21-11ea1a20af3a", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "68b37e17-df13-4bc5-8d33-4b6bdf33fdba"}} 2018-10-22 18:15:21,064 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/ec09f579-8d9f-43e5-848c-76d8d11e49b8/network_associations used request id req-0939ff9a-8da8-49c4-bff3-13b8099a93cc 2018-10-22 18:15:21,065 - sdnvpn_test_utils - INFO - Waiting for instance ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07 to boot up 2018-10-22 18:15:21,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:15:22,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15: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-51d8d573-981f-4e5d-bf32-56525f0608e0 x-compute-request-id: req-51d8d573-981f-4e5d-bf32-56525f0608e0 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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-10-22 18:15:22,237 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-51d8d573-981f-4e5d-bf32-56525f0608e0 2018-10-22 18:15:24,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:15:25,323 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15: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-ff18a41b-d7f1-40c6-9410-e343be7ed9fb x-compute-request-id: req-ff18a41b-d7f1-40c6-9410-e343be7ed9fb Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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-10-22 18:15:25,324 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-ff18a41b-d7f1-40c6-9410-e343be7ed9fb 2018-10-22 18:15:27,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:15:28,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15: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-511e0b64-65d4-4f60-aeea-0bac038152a1 x-compute-request-id: req-511e0b64-65d4-4f60-aeea-0bac038152a1 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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-10-22 18:15:28,411 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-511e0b64-65d4-4f60-aeea-0bac038152a1 2018-10-22 18:15:30,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:15:31,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15: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-71640ac2-76b5-4815-968c-d2adca0e902e x-compute-request-id: req-71640ac2-76b5-4815-968c-d2adca0e902e Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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-10-22 18:15:31,501 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-71640ac2-76b5-4815-968c-d2adca0e902e 2018-10-22 18:15:33,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:15:34,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15: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-d2a0c254-fd55-43d1-afbf-eed590b581d0 x-compute-request-id: req-d2a0c254-fd55-43d1-afbf-eed590b581d0 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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-10-22 18:15:34,602 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-d2a0c254-fd55-43d1-afbf-eed590b581d0 2018-10-22 18:15:36,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:15:37,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15: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-574d9ec7-cf9d-415f-af1b-7410f25ec7fa x-compute-request-id: req-574d9ec7-cf9d-415f-af1b-7410f25ec7fa Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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-10-22 18:15:37,698 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-574d9ec7-cf9d-415f-af1b-7410f25ec7fa 2018-10-22 18:15:39,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:15:40,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15: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-9f65ea23-04d7-4988-aa3f-c1cb4b1d831a x-compute-request-id: req-9f65ea23-04d7-4988-aa3f-c1cb4b1d831a Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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-10-22 18:15:40,787 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-9f65ea23-04d7-4988-aa3f-c1cb4b1d831a 2018-10-22 18:15:42,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:15:43,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15: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-9caf36ba-2b01-4df9-86f5-d53096484041 x-compute-request-id: req-9caf36ba-2b01-4df9-86f5-d53096484041 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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-10-22 18:15:43,877 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-9caf36ba-2b01-4df9-86f5-d53096484041 2018-10-22 18:15:45,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:15:46,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15: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-f20ed6e7-7bfe-40db-b92d-ec4b300716c0 x-compute-request-id: req-f20ed6e7-7bfe-40db-b92d-ec4b300716c0 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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-10-22 18:15:46,967 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-f20ed6e7-7bfe-40db-b92d-ec4b300716c0 2018-10-22 18:15:48,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:15:50,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15: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-0c67311b-1907-4bf4-8e66-6ecdd9d96743 x-compute-request-id: req-0c67311b-1907-4bf4-8e66-6ecdd9d96743 Content-Encoding: gzip Content-Length: 8000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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: "} 2018-10-22 18:15:50,059 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-0c67311b-1907-4bf4-8e66-6ecdd9d96743 2018-10-22 18:15:52,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:15:53,144 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15: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-8ea7a076-d9f8-4f63-a59e-686364c3cc5c x-compute-request-id: req-8ea7a076-d9f8-4f63-a59e-686364c3cc5c Content-Encoding: gzip Content-Length: 9563 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIj/rJCJt2Q3P/OMUwSsu/4wLuJFLTzXBFUxsCjFaK+xRO0frhadPBltv9C5iXAUAwK2nM9djK5MFrnG+wSVLTSWur9nUB3Y1ukV44ohuEZUoWLmsICMiawfu+kaaxS8S7VESQRNjpBt/BhzpN7FVuYNm+usRmVobO7P5zql6qcE0eNk7TTWsG0HgRcAu9y/KxGczKOy93kTjl2G9o6ilnlWvmrPpL3xPBN/HyK6t6ymB7+S1ci92U+MpB0Xg8p3Rn7XYQMnHpDMxmBYbgoVbjZnJ54EnMOZpLs2bSlq47QQCdMdT1d4BeyCxI20PlR5whNFIpwYcL+ou1tlIp5SEL root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPQwWyvOBsXNt9UhO4xCehiUD0EwiOIkEytn90x7Ky/1/2O1N8X9hX57qveDaR4rHQ+gtAHSg2DjDznxvv1IM9+9og598CAEVwUQJR2oleulnEphpk2JrSUpJ3nqx24VyRTAzhuNHhpz/gd5n97pVuLR6HR/DMvFJEF0b+cmBWJNAAAAFQDhXeaNVPNtS6OwVW68CvRzX4RIUQAAAIEA0e7XuxiNFYmdK1QtQlawudgg2eUVVZZL4d7xbMYzElJoggVwUBEztuRUWb2ct0+T2zQBE649Y3DpHDCBid/D4x9rd+vkhcVYOcq8n09gIdfBSBYmJntrFXYqx42L/NEIMtFPp5gH+BF9KHYrcHcPknbApC//6KVvzssa0zOKorYAAACBAOv38EVEM+ezHDg9UJKqOkcoWNZ9ZH8iZ0+CqmXSABt4BQjKJglWlZeF9UJlmXyS2jq5dpHVhJpqCUK1csN6xToKGrYwxlUJp1Ll7FbfUU9PM489LjqwQLt+BJH3vwvwjp48esYhbr9MxwD2j5v3NG5h4p70eQZu1erSo+uZE+KI 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:fe36:bc28/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: ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.47 ===\n/dev/root resized successfully [took 1.98s]\n"} 2018-10-22 18:15:53,145 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-8ea7a076-d9f8-4f63-a59e-686364c3cc5c 2018-10-22 18:15:55,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:15:56,234 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15: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-aa2b1a98-2d20-469e-b328-9625985472d4 x-compute-request-id: req-aa2b1a98-2d20-469e-b328-9625985472d4 Content-Encoding: gzip Content-Length: 10144 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIj/rJCJt2Q3P/OMUwSsu/4wLuJFLTzXBFUxsCjFaK+xRO0frhadPBltv9C5iXAUAwK2nM9djK5MFrnG+wSVLTSWur9nUB3Y1ukV44ohuEZUoWLmsICMiawfu+kaaxS8S7VESQRNjpBt/BhzpN7FVuYNm+usRmVobO7P5zql6qcE0eNk7TTWsG0HgRcAu9y/KxGczKOy93kTjl2G9o6ilnlWvmrPpL3xPBN/HyK6t6ymB7+S1ci92U+MpB0Xg8p3Rn7XYQMnHpDMxmBYbgoVbjZnJ54EnMOZpLs2bSlq47QQCdMdT1d4BeyCxI20PlR5whNFIpwYcL+ou1tlIp5SEL root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPQwWyvOBsXNt9UhO4xCehiUD0EwiOIkEytn90x7Ky/1/2O1N8X9hX57qveDaR4rHQ+gtAHSg2DjDznxvv1IM9+9og598CAEVwUQJR2oleulnEphpk2JrSUpJ3nqx24VyRTAzhuNHhpz/gd5n97pVuLR6HR/DMvFJEF0b+cmBWJNAAAAFQDhXeaNVPNtS6OwVW68CvRzX4RIUQAAAIEA0e7XuxiNFYmdK1QtQlawudgg2eUVVZZL4d7xbMYzElJoggVwUBEztuRUWb2ct0+T2zQBE649Y3DpHDCBid/D4x9rd+vkhcVYOcq8n09gIdfBSBYmJntrFXYqx42L/NEIMtFPp5gH+BF9KHYrcHcPknbApC//6KVvzssa0zOKorYAAACBAOv38EVEM+ezHDg9UJKqOkcoWNZ9ZH8iZ0+CqmXSABt4BQjKJglWlZeF9UJlmXyS2jq5dpHVhJpqCUK1csN6xToKGrYwxlUJp1Ll7FbfUU9PM489LjqwQLt+BJH3vwvwjp48esYhbr9MxwD2j5v3NG5h4p70eQZu1erSo+uZE+KI 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:fe36:bc28/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: ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.47 ===\n/dev/root resized successfully [took 1.98s]\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:36:BC:28 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe36:bc28/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:154 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271580 (265.2 KiB) TX bytes:12839 (12.5 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-10-22 18:15:56,235 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-aa2b1a98-2d20-469e-b328-9625985472d4 2018-10-22 18:15:58,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:15:59,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:15:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0785a994-d0aa-4f8c-b682-59abd4517c61 x-compute-request-id: req-0785a994-d0aa-4f8c-b682-59abd4517c61 Content-Encoding: gzip Content-Length: 10144 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIj/rJCJt2Q3P/OMUwSsu/4wLuJFLTzXBFUxsCjFaK+xRO0frhadPBltv9C5iXAUAwK2nM9djK5MFrnG+wSVLTSWur9nUB3Y1ukV44ohuEZUoWLmsICMiawfu+kaaxS8S7VESQRNjpBt/BhzpN7FVuYNm+usRmVobO7P5zql6qcE0eNk7TTWsG0HgRcAu9y/KxGczKOy93kTjl2G9o6ilnlWvmrPpL3xPBN/HyK6t6ymB7+S1ci92U+MpB0Xg8p3Rn7XYQMnHpDMxmBYbgoVbjZnJ54EnMOZpLs2bSlq47QQCdMdT1d4BeyCxI20PlR5whNFIpwYcL+ou1tlIp5SEL root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPQwWyvOBsXNt9UhO4xCehiUD0EwiOIkEytn90x7Ky/1/2O1N8X9hX57qveDaR4rHQ+gtAHSg2DjDznxvv1IM9+9og598CAEVwUQJR2oleulnEphpk2JrSUpJ3nqx24VyRTAzhuNHhpz/gd5n97pVuLR6HR/DMvFJEF0b+cmBWJNAAAAFQDhXeaNVPNtS6OwVW68CvRzX4RIUQAAAIEA0e7XuxiNFYmdK1QtQlawudgg2eUVVZZL4d7xbMYzElJoggVwUBEztuRUWb2ct0+T2zQBE649Y3DpHDCBid/D4x9rd+vkhcVYOcq8n09gIdfBSBYmJntrFXYqx42L/NEIMtFPp5gH+BF9KHYrcHcPknbApC//6KVvzssa0zOKorYAAACBAOv38EVEM+ezHDg9UJKqOkcoWNZ9ZH8iZ0+CqmXSABt4BQjKJglWlZeF9UJlmXyS2jq5dpHVhJpqCUK1csN6xToKGrYwxlUJp1Ll7FbfUU9PM489LjqwQLt+BJH3vwvwjp48esYhbr9MxwD2j5v3NG5h4p70eQZu1erSo+uZE+KI 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:fe36:bc28/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: ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.47 ===\n/dev/root resized successfully [took 1.98s]\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:36:BC:28 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe36:bc28/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:154 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271580 (265.2 KiB) TX bytes:12839 (12.5 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-10-22 18:15:59,335 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-0785a994-d0aa-4f8c-b682-59abd4517c61 2018-10-22 18:16:01,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:16:02,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:16: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-7dd034d7-da07-4a00-bc7b-4b11be2f2ffb x-compute-request-id: req-7dd034d7-da07-4a00-bc7b-4b11be2f2ffb Content-Encoding: gzip Content-Length: 10144 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIj/rJCJt2Q3P/OMUwSsu/4wLuJFLTzXBFUxsCjFaK+xRO0frhadPBltv9C5iXAUAwK2nM9djK5MFrnG+wSVLTSWur9nUB3Y1ukV44ohuEZUoWLmsICMiawfu+kaaxS8S7VESQRNjpBt/BhzpN7FVuYNm+usRmVobO7P5zql6qcE0eNk7TTWsG0HgRcAu9y/KxGczKOy93kTjl2G9o6ilnlWvmrPpL3xPBN/HyK6t6ymB7+S1ci92U+MpB0Xg8p3Rn7XYQMnHpDMxmBYbgoVbjZnJ54EnMOZpLs2bSlq47QQCdMdT1d4BeyCxI20PlR5whNFIpwYcL+ou1tlIp5SEL root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPQwWyvOBsXNt9UhO4xCehiUD0EwiOIkEytn90x7Ky/1/2O1N8X9hX57qveDaR4rHQ+gtAHSg2DjDznxvv1IM9+9og598CAEVwUQJR2oleulnEphpk2JrSUpJ3nqx24VyRTAzhuNHhpz/gd5n97pVuLR6HR/DMvFJEF0b+cmBWJNAAAAFQDhXeaNVPNtS6OwVW68CvRzX4RIUQAAAIEA0e7XuxiNFYmdK1QtQlawudgg2eUVVZZL4d7xbMYzElJoggVwUBEztuRUWb2ct0+T2zQBE649Y3DpHDCBid/D4x9rd+vkhcVYOcq8n09gIdfBSBYmJntrFXYqx42L/NEIMtFPp5gH+BF9KHYrcHcPknbApC//6KVvzssa0zOKorYAAACBAOv38EVEM+ezHDg9UJKqOkcoWNZ9ZH8iZ0+CqmXSABt4BQjKJglWlZeF9UJlmXyS2jq5dpHVhJpqCUK1csN6xToKGrYwxlUJp1Ll7FbfUU9PM489LjqwQLt+BJH3vwvwjp48esYhbr9MxwD2j5v3NG5h4p70eQZu1erSo+uZE+KI 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:fe36:bc28/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: ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.47 ===\n/dev/root resized successfully [took 1.98s]\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:36:BC:28 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe36:bc28/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:154 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271580 (265.2 KiB) TX bytes:12839 (12.5 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-10-22 18:16:02,432 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-7dd034d7-da07-4a00-bc7b-4b11be2f2ffb 2018-10-22 18:16:04,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:16:05,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:16: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-b287233b-4e49-4087-931d-9c71a929a2f5 x-compute-request-id: req-b287233b-4e49-4087-931d-9c71a929a2f5 Content-Encoding: gzip Content-Length: 10144 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIj/rJCJt2Q3P/OMUwSsu/4wLuJFLTzXBFUxsCjFaK+xRO0frhadPBltv9C5iXAUAwK2nM9djK5MFrnG+wSVLTSWur9nUB3Y1ukV44ohuEZUoWLmsICMiawfu+kaaxS8S7VESQRNjpBt/BhzpN7FVuYNm+usRmVobO7P5zql6qcE0eNk7TTWsG0HgRcAu9y/KxGczKOy93kTjl2G9o6ilnlWvmrPpL3xPBN/HyK6t6ymB7+S1ci92U+MpB0Xg8p3Rn7XYQMnHpDMxmBYbgoVbjZnJ54EnMOZpLs2bSlq47QQCdMdT1d4BeyCxI20PlR5whNFIpwYcL+ou1tlIp5SEL root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPQwWyvOBsXNt9UhO4xCehiUD0EwiOIkEytn90x7Ky/1/2O1N8X9hX57qveDaR4rHQ+gtAHSg2DjDznxvv1IM9+9og598CAEVwUQJR2oleulnEphpk2JrSUpJ3nqx24VyRTAzhuNHhpz/gd5n97pVuLR6HR/DMvFJEF0b+cmBWJNAAAAFQDhXeaNVPNtS6OwVW68CvRzX4RIUQAAAIEA0e7XuxiNFYmdK1QtQlawudgg2eUVVZZL4d7xbMYzElJoggVwUBEztuRUWb2ct0+T2zQBE649Y3DpHDCBid/D4x9rd+vkhcVYOcq8n09gIdfBSBYmJntrFXYqx42L/NEIMtFPp5gH+BF9KHYrcHcPknbApC//6KVvzssa0zOKorYAAACBAOv38EVEM+ezHDg9UJKqOkcoWNZ9ZH8iZ0+CqmXSABt4BQjKJglWlZeF9UJlmXyS2jq5dpHVhJpqCUK1csN6xToKGrYwxlUJp1Ll7FbfUU9PM489LjqwQLt+BJH3vwvwjp48esYhbr9MxwD2j5v3NG5h4p70eQZu1erSo+uZE+KI 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:fe36:bc28/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: ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.47 ===\n/dev/root resized successfully [took 1.98s]\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:36:BC:28 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe36:bc28/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:154 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271580 (265.2 KiB) TX bytes:12839 (12.5 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-10-22 18:16:05,524 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-b287233b-4e49-4087-931d-9c71a929a2f5 2018-10-22 18:16:07,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:16:08,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:16: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-24c68a36-3cf4-48d1-b5a6-06a654442e07 x-compute-request-id: req-24c68a36-3cf4-48d1-b5a6-06a654442e07 Content-Encoding: gzip Content-Length: 10217 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIj/rJCJt2Q3P/OMUwSsu/4wLuJFLTzXBFUxsCjFaK+xRO0frhadPBltv9C5iXAUAwK2nM9djK5MFrnG+wSVLTSWur9nUB3Y1ukV44ohuEZUoWLmsICMiawfu+kaaxS8S7VESQRNjpBt/BhzpN7FVuYNm+usRmVobO7P5zql6qcE0eNk7TTWsG0HgRcAu9y/KxGczKOy93kTjl2G9o6ilnlWvmrPpL3xPBN/HyK6t6ymB7+S1ci92U+MpB0Xg8p3Rn7XYQMnHpDMxmBYbgoVbjZnJ54EnMOZpLs2bSlq47QQCdMdT1d4BeyCxI20PlR5whNFIpwYcL+ou1tlIp5SEL root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPQwWyvOBsXNt9UhO4xCehiUD0EwiOIkEytn90x7Ky/1/2O1N8X9hX57qveDaR4rHQ+gtAHSg2DjDznxvv1IM9+9og598CAEVwUQJR2oleulnEphpk2JrSUpJ3nqx24VyRTAzhuNHhpz/gd5n97pVuLR6HR/DMvFJEF0b+cmBWJNAAAAFQDhXeaNVPNtS6OwVW68CvRzX4RIUQAAAIEA0e7XuxiNFYmdK1QtQlawudgg2eUVVZZL4d7xbMYzElJoggVwUBEztuRUWb2ct0+T2zQBE649Y3DpHDCBid/D4x9rd+vkhcVYOcq8n09gIdfBSBYmJntrFXYqx42L/NEIMtFPp5gH+BF9KHYrcHcPknbApC//6KVvzssa0zOKorYAAACBAOv38EVEM+ezHDg9UJKqOkcoWNZ9ZH8iZ0+CqmXSABt4BQjKJglWlZeF9UJlmXyS2jq5dpHVhJpqCUK1csN6xToKGrYwxlUJp1Ll7FbfUU9PM489LjqwQLt+BJH3vwvwjp48esYhbr9MxwD2j5v3NG5h4p70eQZu1erSo+uZE+KI 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:fe36:bc28/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: ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.47 ===\n/dev/root resized successfully [took 1.98s]\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:36:BC:28 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe36:bc28/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:154 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271580 (265.2 KiB) TX bytes:12839 (12.5 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-10-22 18:16:08,620 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-24c68a36-3cf4-48d1-b5a6-06a654442e07 2018-10-22 18:16:10,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:16:11,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:16: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-49f0a020-f153-4fe9-b837-aa17fc49b8fc x-compute-request-id: req-49f0a020-f153-4fe9-b837-aa17fc49b8fc Content-Encoding: gzip Content-Length: 10217 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIj/rJCJt2Q3P/OMUwSsu/4wLuJFLTzXBFUxsCjFaK+xRO0frhadPBltv9C5iXAUAwK2nM9djK5MFrnG+wSVLTSWur9nUB3Y1ukV44ohuEZUoWLmsICMiawfu+kaaxS8S7VESQRNjpBt/BhzpN7FVuYNm+usRmVobO7P5zql6qcE0eNk7TTWsG0HgRcAu9y/KxGczKOy93kTjl2G9o6ilnlWvmrPpL3xPBN/HyK6t6ymB7+S1ci92U+MpB0Xg8p3Rn7XYQMnHpDMxmBYbgoVbjZnJ54EnMOZpLs2bSlq47QQCdMdT1d4BeyCxI20PlR5whNFIpwYcL+ou1tlIp5SEL root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPQwWyvOBsXNt9UhO4xCehiUD0EwiOIkEytn90x7Ky/1/2O1N8X9hX57qveDaR4rHQ+gtAHSg2DjDznxvv1IM9+9og598CAEVwUQJR2oleulnEphpk2JrSUpJ3nqx24VyRTAzhuNHhpz/gd5n97pVuLR6HR/DMvFJEF0b+cmBWJNAAAAFQDhXeaNVPNtS6OwVW68CvRzX4RIUQAAAIEA0e7XuxiNFYmdK1QtQlawudgg2eUVVZZL4d7xbMYzElJoggVwUBEztuRUWb2ct0+T2zQBE649Y3DpHDCBid/D4x9rd+vkhcVYOcq8n09gIdfBSBYmJntrFXYqx42L/NEIMtFPp5gH+BF9KHYrcHcPknbApC//6KVvzssa0zOKorYAAACBAOv38EVEM+ezHDg9UJKqOkcoWNZ9ZH8iZ0+CqmXSABt4BQjKJglWlZeF9UJlmXyS2jq5dpHVhJpqCUK1csN6xToKGrYwxlUJp1Ll7FbfUU9PM489LjqwQLt+BJH3vwvwjp48esYhbr9MxwD2j5v3NG5h4p70eQZu1erSo+uZE+KI 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:fe36:bc28/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: ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.47 ===\n/dev/root resized successfully [took 1.98s]\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:36:BC:28 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe36:bc28/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:154 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271580 (265.2 KiB) TX bytes:12839 (12.5 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-10-22 18:16:11,721 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-49f0a020-f153-4fe9-b837-aa17fc49b8fc 2018-10-22 18:16:13,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:16:14,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:16: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-0d435801-6b29-461b-89db-ecf813305c1f x-compute-request-id: req-0d435801-6b29-461b-89db-ecf813305c1f Content-Encoding: gzip Content-Length: 10217 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIj/rJCJt2Q3P/OMUwSsu/4wLuJFLTzXBFUxsCjFaK+xRO0frhadPBltv9C5iXAUAwK2nM9djK5MFrnG+wSVLTSWur9nUB3Y1ukV44ohuEZUoWLmsICMiawfu+kaaxS8S7VESQRNjpBt/BhzpN7FVuYNm+usRmVobO7P5zql6qcE0eNk7TTWsG0HgRcAu9y/KxGczKOy93kTjl2G9o6ilnlWvmrPpL3xPBN/HyK6t6ymB7+S1ci92U+MpB0Xg8p3Rn7XYQMnHpDMxmBYbgoVbjZnJ54EnMOZpLs2bSlq47QQCdMdT1d4BeyCxI20PlR5whNFIpwYcL+ou1tlIp5SEL root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPQwWyvOBsXNt9UhO4xCehiUD0EwiOIkEytn90x7Ky/1/2O1N8X9hX57qveDaR4rHQ+gtAHSg2DjDznxvv1IM9+9og598CAEVwUQJR2oleulnEphpk2JrSUpJ3nqx24VyRTAzhuNHhpz/gd5n97pVuLR6HR/DMvFJEF0b+cmBWJNAAAAFQDhXeaNVPNtS6OwVW68CvRzX4RIUQAAAIEA0e7XuxiNFYmdK1QtQlawudgg2eUVVZZL4d7xbMYzElJoggVwUBEztuRUWb2ct0+T2zQBE649Y3DpHDCBid/D4x9rd+vkhcVYOcq8n09gIdfBSBYmJntrFXYqx42L/NEIMtFPp5gH+BF9KHYrcHcPknbApC//6KVvzssa0zOKorYAAACBAOv38EVEM+ezHDg9UJKqOkcoWNZ9ZH8iZ0+CqmXSABt4BQjKJglWlZeF9UJlmXyS2jq5dpHVhJpqCUK1csN6xToKGrYwxlUJp1Ll7FbfUU9PM489LjqwQLt+BJH3vwvwjp48esYhbr9MxwD2j5v3NG5h4p70eQZu1erSo+uZE+KI 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:fe36:bc28/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: ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.47 ===\n/dev/root resized successfully [took 1.98s]\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:36:BC:28 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe36:bc28/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:154 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271580 (265.2 KiB) TX bytes:12839 (12.5 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-10-22 18:16:14,811 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-0d435801-6b29-461b-89db-ecf813305c1f 2018-10-22 18:16:16,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:16:17,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:16: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-90de42da-3c0c-4ffb-9597-f668f1ce6178 x-compute-request-id: req-90de42da-3c0c-4ffb-9597-f668f1ce6178 Content-Encoding: gzip Content-Length: 10217 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIj/rJCJt2Q3P/OMUwSsu/4wLuJFLTzXBFUxsCjFaK+xRO0frhadPBltv9C5iXAUAwK2nM9djK5MFrnG+wSVLTSWur9nUB3Y1ukV44ohuEZUoWLmsICMiawfu+kaaxS8S7VESQRNjpBt/BhzpN7FVuYNm+usRmVobO7P5zql6qcE0eNk7TTWsG0HgRcAu9y/KxGczKOy93kTjl2G9o6ilnlWvmrPpL3xPBN/HyK6t6ymB7+S1ci92U+MpB0Xg8p3Rn7XYQMnHpDMxmBYbgoVbjZnJ54EnMOZpLs2bSlq47QQCdMdT1d4BeyCxI20PlR5whNFIpwYcL+ou1tlIp5SEL root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPQwWyvOBsXNt9UhO4xCehiUD0EwiOIkEytn90x7Ky/1/2O1N8X9hX57qveDaR4rHQ+gtAHSg2DjDznxvv1IM9+9og598CAEVwUQJR2oleulnEphpk2JrSUpJ3nqx24VyRTAzhuNHhpz/gd5n97pVuLR6HR/DMvFJEF0b+cmBWJNAAAAFQDhXeaNVPNtS6OwVW68CvRzX4RIUQAAAIEA0e7XuxiNFYmdK1QtQlawudgg2eUVVZZL4d7xbMYzElJoggVwUBEztuRUWb2ct0+T2zQBE649Y3DpHDCBid/D4x9rd+vkhcVYOcq8n09gIdfBSBYmJntrFXYqx42L/NEIMtFPp5gH+BF9KHYrcHcPknbApC//6KVvzssa0zOKorYAAACBAOv38EVEM+ezHDg9UJKqOkcoWNZ9ZH8iZ0+CqmXSABt4BQjKJglWlZeF9UJlmXyS2jq5dpHVhJpqCUK1csN6xToKGrYwxlUJp1Ll7FbfUU9PM489LjqwQLt+BJH3vwvwjp48esYhbr9MxwD2j5v3NG5h4p70eQZu1erSo+uZE+KI 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:fe36:bc28/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: ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.47 ===\n/dev/root resized successfully [took 1.98s]\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:36:BC:28 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe36:bc28/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:154 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271580 (265.2 KiB) TX bytes:12839 (12.5 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-10-22 18:16:17,901 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-90de42da-3c0c-4ffb-9597-f668f1ce6178 2018-10-22 18:16:19,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:16:21,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:16: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-35c89225-94c3-4575-8b10-9f26c4585443 x-compute-request-id: req-35c89225-94c3-4575-8b10-9f26c4585443 Content-Encoding: gzip Content-Length: 10217 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIj/rJCJt2Q3P/OMUwSsu/4wLuJFLTzXBFUxsCjFaK+xRO0frhadPBltv9C5iXAUAwK2nM9djK5MFrnG+wSVLTSWur9nUB3Y1ukV44ohuEZUoWLmsICMiawfu+kaaxS8S7VESQRNjpBt/BhzpN7FVuYNm+usRmVobO7P5zql6qcE0eNk7TTWsG0HgRcAu9y/KxGczKOy93kTjl2G9o6ilnlWvmrPpL3xPBN/HyK6t6ymB7+S1ci92U+MpB0Xg8p3Rn7XYQMnHpDMxmBYbgoVbjZnJ54EnMOZpLs2bSlq47QQCdMdT1d4BeyCxI20PlR5whNFIpwYcL+ou1tlIp5SEL root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPQwWyvOBsXNt9UhO4xCehiUD0EwiOIkEytn90x7Ky/1/2O1N8X9hX57qveDaR4rHQ+gtAHSg2DjDznxvv1IM9+9og598CAEVwUQJR2oleulnEphpk2JrSUpJ3nqx24VyRTAzhuNHhpz/gd5n97pVuLR6HR/DMvFJEF0b+cmBWJNAAAAFQDhXeaNVPNtS6OwVW68CvRzX4RIUQAAAIEA0e7XuxiNFYmdK1QtQlawudgg2eUVVZZL4d7xbMYzElJoggVwUBEztuRUWb2ct0+T2zQBE649Y3DpHDCBid/D4x9rd+vkhcVYOcq8n09gIdfBSBYmJntrFXYqx42L/NEIMtFPp5gH+BF9KHYrcHcPknbApC//6KVvzssa0zOKorYAAACBAOv38EVEM+ezHDg9UJKqOkcoWNZ9ZH8iZ0+CqmXSABt4BQjKJglWlZeF9UJlmXyS2jq5dpHVhJpqCUK1csN6xToKGrYwxlUJp1Ll7FbfUU9PM489LjqwQLt+BJH3vwvwjp48esYhbr9MxwD2j5v3NG5h4p70eQZu1erSo+uZE+KI 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:fe36:bc28/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: ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.47 ===\n/dev/root resized successfully [took 1.98s]\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:36:BC:28 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe36:bc28/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:154 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271580 (265.2 KiB) TX bytes:12839 (12.5 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-10-22 18:16:21,046 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-35c89225-94c3-4575-8b10-9f26c4585443 2018-10-22 18:16:23,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:16:24,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:16:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b2a5de0-5c41-43c9-9893-1594e9b5591b x-compute-request-id: req-4b2a5de0-5c41-43c9-9893-1594e9b5591b Content-Encoding: gzip Content-Length: 10236 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIj/rJCJt2Q3P/OMUwSsu/4wLuJFLTzXBFUxsCjFaK+xRO0frhadPBltv9C5iXAUAwK2nM9djK5MFrnG+wSVLTSWur9nUB3Y1ukV44ohuEZUoWLmsICMiawfu+kaaxS8S7VESQRNjpBt/BhzpN7FVuYNm+usRmVobO7P5zql6qcE0eNk7TTWsG0HgRcAu9y/KxGczKOy93kTjl2G9o6ilnlWvmrPpL3xPBN/HyK6t6ymB7+S1ci92U+MpB0Xg8p3Rn7XYQMnHpDMxmBYbgoVbjZnJ54EnMOZpLs2bSlq47QQCdMdT1d4BeyCxI20PlR5whNFIpwYcL+ou1tlIp5SEL root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPQwWyvOBsXNt9UhO4xCehiUD0EwiOIkEytn90x7Ky/1/2O1N8X9hX57qveDaR4rHQ+gtAHSg2DjDznxvv1IM9+9og598CAEVwUQJR2oleulnEphpk2JrSUpJ3nqx24VyRTAzhuNHhpz/gd5n97pVuLR6HR/DMvFJEF0b+cmBWJNAAAAFQDhXeaNVPNtS6OwVW68CvRzX4RIUQAAAIEA0e7XuxiNFYmdK1QtQlawudgg2eUVVZZL4d7xbMYzElJoggVwUBEztuRUWb2ct0+T2zQBE649Y3DpHDCBid/D4x9rd+vkhcVYOcq8n09gIdfBSBYmJntrFXYqx42L/NEIMtFPp5gH+BF9KHYrcHcPknbApC//6KVvzssa0zOKorYAAACBAOv38EVEM+ezHDg9UJKqOkcoWNZ9ZH8iZ0+CqmXSABt4BQjKJglWlZeF9UJlmXyS2jq5dpHVhJpqCUK1csN6xToKGrYwxlUJp1Ll7FbfUU9PM489LjqwQLt+BJH3vwvwjp48esYhbr9MxwD2j5v3NG5h4p70eQZu1erSo+uZE+KI 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:fe36:bc28/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: ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.47 ===\n/dev/root resized successfully [took 1.98s]\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:36:BC:28 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe36:bc28/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:154 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271580 (265.2 KiB) TX bytes:12839 (12.5 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-10-22 18:16:24,145 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-4b2a5de0-5c41-43c9-9893-1594e9b5591b 2018-10-22 18:16:26,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:16:27,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:16: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-22d252ce-efe4-474e-bdd7-9222bb7cc385 x-compute-request-id: req-22d252ce-efe4-474e-bdd7-9222bb7cc385 Content-Encoding: gzip Content-Length: 10236 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIj/rJCJt2Q3P/OMUwSsu/4wLuJFLTzXBFUxsCjFaK+xRO0frhadPBltv9C5iXAUAwK2nM9djK5MFrnG+wSVLTSWur9nUB3Y1ukV44ohuEZUoWLmsICMiawfu+kaaxS8S7VESQRNjpBt/BhzpN7FVuYNm+usRmVobO7P5zql6qcE0eNk7TTWsG0HgRcAu9y/KxGczKOy93kTjl2G9o6ilnlWvmrPpL3xPBN/HyK6t6ymB7+S1ci92U+MpB0Xg8p3Rn7XYQMnHpDMxmBYbgoVbjZnJ54EnMOZpLs2bSlq47QQCdMdT1d4BeyCxI20PlR5whNFIpwYcL+ou1tlIp5SEL root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPQwWyvOBsXNt9UhO4xCehiUD0EwiOIkEytn90x7Ky/1/2O1N8X9hX57qveDaR4rHQ+gtAHSg2DjDznxvv1IM9+9og598CAEVwUQJR2oleulnEphpk2JrSUpJ3nqx24VyRTAzhuNHhpz/gd5n97pVuLR6HR/DMvFJEF0b+cmBWJNAAAAFQDhXeaNVPNtS6OwVW68CvRzX4RIUQAAAIEA0e7XuxiNFYmdK1QtQlawudgg2eUVVZZL4d7xbMYzElJoggVwUBEztuRUWb2ct0+T2zQBE649Y3DpHDCBid/D4x9rd+vkhcVYOcq8n09gIdfBSBYmJntrFXYqx42L/NEIMtFPp5gH+BF9KHYrcHcPknbApC//6KVvzssa0zOKorYAAACBAOv38EVEM+ezHDg9UJKqOkcoWNZ9ZH8iZ0+CqmXSABt4BQjKJglWlZeF9UJlmXyS2jq5dpHVhJpqCUK1csN6xToKGrYwxlUJp1Ll7FbfUU9PM489LjqwQLt+BJH3vwvwjp48esYhbr9MxwD2j5v3NG5h4p70eQZu1erSo+uZE+KI 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:fe36:bc28/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: ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.47 ===\n/dev/root resized successfully [took 1.98s]\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:36:BC:28 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe36:bc28/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:154 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271580 (265.2 KiB) TX bytes:12839 (12.5 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-10-22 18:16:27,240 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-22d252ce-efe4-474e-bdd7-9222bb7cc385 2018-10-22 18:16:29,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:16:30,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:16: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-66b0a03c-ce22-44a2-a10a-0d88fc807185 x-compute-request-id: req-66b0a03c-ce22-44a2-a10a-0d88fc807185 Content-Encoding: gzip Content-Length: 10236 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIj/rJCJt2Q3P/OMUwSsu/4wLuJFLTzXBFUxsCjFaK+xRO0frhadPBltv9C5iXAUAwK2nM9djK5MFrnG+wSVLTSWur9nUB3Y1ukV44ohuEZUoWLmsICMiawfu+kaaxS8S7VESQRNjpBt/BhzpN7FVuYNm+usRmVobO7P5zql6qcE0eNk7TTWsG0HgRcAu9y/KxGczKOy93kTjl2G9o6ilnlWvmrPpL3xPBN/HyK6t6ymB7+S1ci92U+MpB0Xg8p3Rn7XYQMnHpDMxmBYbgoVbjZnJ54EnMOZpLs2bSlq47QQCdMdT1d4BeyCxI20PlR5whNFIpwYcL+ou1tlIp5SEL root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPQwWyvOBsXNt9UhO4xCehiUD0EwiOIkEytn90x7Ky/1/2O1N8X9hX57qveDaR4rHQ+gtAHSg2DjDznxvv1IM9+9og598CAEVwUQJR2oleulnEphpk2JrSUpJ3nqx24VyRTAzhuNHhpz/gd5n97pVuLR6HR/DMvFJEF0b+cmBWJNAAAAFQDhXeaNVPNtS6OwVW68CvRzX4RIUQAAAIEA0e7XuxiNFYmdK1QtQlawudgg2eUVVZZL4d7xbMYzElJoggVwUBEztuRUWb2ct0+T2zQBE649Y3DpHDCBid/D4x9rd+vkhcVYOcq8n09gIdfBSBYmJntrFXYqx42L/NEIMtFPp5gH+BF9KHYrcHcPknbApC//6KVvzssa0zOKorYAAACBAOv38EVEM+ezHDg9UJKqOkcoWNZ9ZH8iZ0+CqmXSABt4BQjKJglWlZeF9UJlmXyS2jq5dpHVhJpqCUK1csN6xToKGrYwxlUJp1Ll7FbfUU9PM489LjqwQLt+BJH3vwvwjp48esYhbr9MxwD2j5v3NG5h4p70eQZu1erSo+uZE+KI 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:fe36:bc28/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: ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.47 ===\n/dev/root resized successfully [took 1.98s]\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:36:BC:28 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe36:bc28/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:154 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271580 (265.2 KiB) TX bytes:12839 (12.5 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-10-22 18:16:30,331 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-66b0a03c-ce22-44a2-a10a-0d88fc807185 2018-10-22 18:16:32,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:16:33,425 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:16: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-6ad41867-f9ed-421f-82d2-d1b60bc51f9b x-compute-request-id: req-6ad41867-f9ed-421f-82d2-d1b60bc51f9b Content-Encoding: gzip Content-Length: 10236 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIj/rJCJt2Q3P/OMUwSsu/4wLuJFLTzXBFUxsCjFaK+xRO0frhadPBltv9C5iXAUAwK2nM9djK5MFrnG+wSVLTSWur9nUB3Y1ukV44ohuEZUoWLmsICMiawfu+kaaxS8S7VESQRNjpBt/BhzpN7FVuYNm+usRmVobO7P5zql6qcE0eNk7TTWsG0HgRcAu9y/KxGczKOy93kTjl2G9o6ilnlWvmrPpL3xPBN/HyK6t6ymB7+S1ci92U+MpB0Xg8p3Rn7XYQMnHpDMxmBYbgoVbjZnJ54EnMOZpLs2bSlq47QQCdMdT1d4BeyCxI20PlR5whNFIpwYcL+ou1tlIp5SEL root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPQwWyvOBsXNt9UhO4xCehiUD0EwiOIkEytn90x7Ky/1/2O1N8X9hX57qveDaR4rHQ+gtAHSg2DjDznxvv1IM9+9og598CAEVwUQJR2oleulnEphpk2JrSUpJ3nqx24VyRTAzhuNHhpz/gd5n97pVuLR6HR/DMvFJEF0b+cmBWJNAAAAFQDhXeaNVPNtS6OwVW68CvRzX4RIUQAAAIEA0e7XuxiNFYmdK1QtQlawudgg2eUVVZZL4d7xbMYzElJoggVwUBEztuRUWb2ct0+T2zQBE649Y3DpHDCBid/D4x9rd+vkhcVYOcq8n09gIdfBSBYmJntrFXYqx42L/NEIMtFPp5gH+BF9KHYrcHcPknbApC//6KVvzssa0zOKorYAAACBAOv38EVEM+ezHDg9UJKqOkcoWNZ9ZH8iZ0+CqmXSABt4BQjKJglWlZeF9UJlmXyS2jq5dpHVhJpqCUK1csN6xToKGrYwxlUJp1Ll7FbfUU9PM489LjqwQLt+BJH3vwvwjp48esYhbr9MxwD2j5v3NG5h4p70eQZu1erSo+uZE+KI 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:fe36:bc28/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: ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.47 ===\n/dev/root resized successfully [took 1.98s]\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:36:BC:28 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe36:bc28/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:154 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271580 (265.2 KiB) TX bytes:12839 (12.5 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-10-22 18:16:33,426 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-6ad41867-f9ed-421f-82d2-d1b60bc51f9b 2018-10-22 18:16:35,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29cb400bc90f781cced0ab2e2b6a6b183fbb9a7a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:16:36,522 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:16: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-a2c8bcdb-8f74-4ef5-81e6-6497589da356 x-compute-request-id: req-a2c8bcdb-8f74-4ef5-81e6-6497589da356 Content-Encoding: gzip Content-Length: 11148 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530988920 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136644] pid_max: default: 32768 minimum: 301\n[ 0.137575] ACPI: Core revision 20150930\n[ 0.138995] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140372] Security Framework initialized\n[ 0.141199] Yama: becoming mindful.\n[ 0.141944] AppArmor: AppArmor initialized\n[ 0.142845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145615] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146860] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148342] Initializing cgroup subsys io\n[ 0.149170] Initializing cgroup subsys memory\n[ 0.150101] Initializing cgroup subsys devices\n[ 0.151027] Initializing cgroup subsys freezer\n[ 0.151931] Initializing cgroup subsys net_cls\n[ 0.152836] Initializing cgroup subsys perf_event\n[ 0.153754] Initializing cgroup subsys net_prio\n[ 0.154693] Initializing cgroup subsys hugetlb\n[ 0.155579] Initializing cgroup subsys pids\n[ 0.156471] CPU: Physical Processor ID: 0\n[ 0.158077] mce: CPU supports 10 MCE banks\n[ 0.159010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172401] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178953] ftrace: allocating 31920 entries in 125 pages\n[ 0.204954] smpboot: Max logical packages: 1\n[ 0.205841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207235] x2apic enabled\n[ 0.208074] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214985] KVM setup paravirtual spinlock\n[ 0.216317] x86: Booted up 1 node, 1 CPUs\n[ 0.217171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218690] devtmpfs: initialized\n[ 0.220406] evm: security.selinux\n[ 0.221131] evm: security.SMACK64\n[ 0.221843] evm: security.SMACK64EXEC\n[ 0.222610] evm: security.SMACK64TRANSMUTE\n[ 0.223451] evm: security.SMACK64MMAP\n[ 0.224224] evm: security.ima\n[ 0.224899] evm: security.capability\n[ 0.225757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227733] pinctrl core: initialized pinctrl subsystem\n[ 0.228966] RTC time: 18:14:46, date: 10/22/18\n[ 0.230007] NET: Registered protocol family 16\n[ 0.231020] cpuidle: using governor ladder\n[ 0.231881] cpuidle: using governor menu\n[ 0.232703] PCCT header not found.\n[ 0.233529] ACPI: bus type PCI registered\n[ 0.234404] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235677] PCI: Using configuration type 1 for base access\n[ 0.237447] ACPI: Added _OSI(Module Device)\n[ 0.238401] ACPI: Added _OSI(Processor Device)\n[ 0.239320] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242422] ACPI: Interpreter enabled\n[ 0.243230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251034] ACPI: (supports S0 S5)\n[ 0.251767] ACPI: Using IOAPIC for interrupt routing\n[ 0.252873] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259797] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262136] acpiphp: Slot [3] registered\n[ 0.262968] acpiphp: Slot [4] registered\n[ 0.263783] acpiphp: Slot [5] registered\n[ 0.264601] acpiphp: Slot [6] registered\n[ 0.265412] acpiphp: Slot [7] registered\n[ 0.266277] acpiphp: Slot [8] registered\n[ 0.267132] acpiphp: Slot [9] registered\n[ 0.267965] acpiphp: Slot [10] registered\n[ 0.268854] acpiphp: Slot [11] registered\n[ 0.269713] acpiphp: Slot [12] registered\n[ 0.270573] acpiphp: Slot [13] registered\n[ 0.271431] acpiphp: Slot [14] registered\n[ 0.272292] acpiphp: Slot [15] registered\n[ 0.283069] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284750] acpiphp: Slot [18] registered\n[ 0.285588] acpiphp: Slot [19] registered\n[ 0.286432] acpiphp: Slot [20] registered\n[ 0.287304] acpiphp: Slot [21] registered\n[ 0.288163] acpiphp: Slot [22] registered\n[ 0.289015] acpiphp: Slot [23] registered\n[ 0.289872] acpiphp: Slot [24] registered\n[ 0.290715] acpiphp: Slot [25] registered\n[ 0.291555] acpiphp: Slot [26] registered\n[ 0.292392] acpiphp: Slot [27] registered\n[ 0.293226] acpiphp: Slot [28] registered\n[ 0.294061] acpiphp: Slot [29] registered\n[ 0.294891] acpiphp: Slot [30] registered\n[ 0.295733] acpiphp: Slot [31] registered\n[ 0.296564] PCI host bridge to bus 0000:00\n[ 0.297391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312987] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319351] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320821] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366205] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367719] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372023] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377299] vgaarb: loaded\n[ 0.377912] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379072] SCSI subsystem initialized\n[ 0.379906] ACPI: bus type USB registered\n[ 0.380738] usbcore: registered new interface driver usbfs\n[ 0.381793] usbcore: registered new interface driver hub\n[ 0.382823] usbcore: registered new device driver usb\n[ 0.383903] PCI: Using ACPI for IRQ routing\n[ 0.384947] NetLabel: Initializing\n[ 0.385679] NetLabel: domain hash size = 128\n[ 0.386555] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387534] NetLabel: unlabeled traffic allowed by default\n[ 0.388653] clocksource: Switched to clocksource kvm-clock\n[ 0.394197] AppArmor: AppArmor Filesystem Enabled\n[ 0.395184] pnp: PnP ACPI init\n[ 0.396102] pnp: PnP ACPI: found 5 devices\n[ 0.402483] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404233] NET: Registered protocol family 2\n[ 0.405210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406509] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408897] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411198] NET: Registered protocol family 1\n[ 0.412078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413209] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414307] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442658] Trying to unpack rootfs image as initramfs...\n[ 0.492752] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506683] Scanning for low memory corruption every 60 seconds\n[ 0.508139] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509405] audit: initializing netlink subsys (disabled)\n[ 0.510531] audit: type=2000 audit(1540232087.325:1): initialized\n[ 0.511948] Initialise system trusted keyring\n[ 0.512949] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514254] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516418] zbud: loaded\n[ 0.517201] VFS: Disk quotas dquot_6.6.0\n[ 0.518089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519741] fuse init (API version 7.23)\n[ 0.520762] Key type big_key registered\n[ 0.521682] Allocating IMA MOK and blacklist keyrings.\n[ 0.523280] Key type asymmetric registered\n[ 0.524170] Asymmetric key parser 'x509' registered\n[ 0.525212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526823] io scheduler noop registered\n[ 0.527682] io scheduler deadline registered (default)\n[ 0.528776] io scheduler cfq registered\n[ 0.529673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530781] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532150] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533714] ACPI: Power Button [PWRF]\n[ 0.534595] GHES: HEST is not enabled!\n[ 0.549796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578999] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605475] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607623] Linux agpgart interface v0.103\n[ 0.609687] brd: module loaded\n[ 0.610877] loop: module loaded\n[ 0.615412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616876] GPT:90111 != 2097151\n[ 0.617573] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618660] GPT:90111 != 2097151\n[ 0.619333] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620292] vda: vda1 vda15\n[ 0.621678] scsi host0: ata_piix\n[ 0.622410] scsi host1: ata_piix\n[ 0.623122] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625774] libphy: Fixed MDIO Bus: probed\n[ 0.626610] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629656] PPP generic driver version 2.4.2\n[ 0.630542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631783] ehci-pci: EHCI PCI platform driver\n[ 0.632650] ehci-platform: EHCI generic platform driver\n[ 0.633638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634756] ohci-pci: OHCI PCI platform driver\n[ 0.635616] ohci-platform: OHCI generic platform driver\n[ 0.636598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650903] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651902] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653460] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658227] usb usb1: Product: UHCI Host Controller\n[ 0.659155] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661331] hub 1-0:1.0: USB hub found\n[ 0.662103] hub 1-0:1.0: 2 ports detected\n[ 0.663004] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666081] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667126] mousedev: PS/2 mouse device common for all mice\n[ 0.668365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670197] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673747] i2c /dev entries driver\n[ 0.674509] device-mapper: uevent: version 1.0.3\n[ 0.675451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677272] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678544] NET: Registered protocol family 10\n[ 0.679531] NET: Registered protocol family 17\n[ 0.680429] Key type dns_resolver registered\n[ 0.681364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684236] registered taskstats version 1\n[ 0.685073] Loading compiled-in X.509 certificates\n[ 0.686510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688344] zswap: loaded using pool lzo/zbud\n[ 0.689706] Key type trusted registered\n[ 0.691278] Key type encrypted registered\n[ 0.692114] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693158] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694194] evm: HMAC attrs: 0x1\n[ 0.695176] Magic number: 6:755:241\n[ 0.696033] rtc_cmos 00:00: setting system clock to 2018-10-22 18:14:47 UTC (1540232087)\n[ 0.697631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698744] EDD information not available.\n[ 0.781357] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782823] ata1.00: configured for MWDMA2\n[ 0.784010] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796809] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798051] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799286] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802678] Write protecting the kernel read-only data: 14336k\n[ 0.804236] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806037] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.520742] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIj/rJCJt2Q3P/OMUwSsu/4wLuJFLTzXBFUxsCjFaK+xRO0frhadPBltv9C5iXAUAwK2nM9djK5MFrnG+wSVLTSWur9nUB3Y1ukV44ohuEZUoWLmsICMiawfu+kaaxS8S7VESQRNjpBt/BhzpN7FVuYNm+usRmVobO7P5zql6qcE0eNk7TTWsG0HgRcAu9y/KxGczKOy93kTjl2G9o6ilnlWvmrPpL3xPBN/HyK6t6ymB7+S1ci92U+MpB0Xg8p3Rn7XYQMnHpDMxmBYbgoVbjZnJ54EnMOZpLs2bSlq47QQCdMdT1d4BeyCxI20PlR5whNFIpwYcL+ou1tlIp5SEL root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPQwWyvOBsXNt9UhO4xCehiUD0EwiOIkEytn90x7Ky/1/2O1N8X9hX57qveDaR4rHQ+gtAHSg2DjDznxvv1IM9+9og598CAEVwUQJR2oleulnEphpk2JrSUpJ3nqx24VyRTAzhuNHhpz/gd5n97pVuLR6HR/DMvFJEF0b+cmBWJNAAAAFQDhXeaNVPNtS6OwVW68CvRzX4RIUQAAAIEA0e7XuxiNFYmdK1QtQlawudgg2eUVVZZL4d7xbMYzElJoggVwUBEztuRUWb2ct0+T2zQBE649Y3DpHDCBid/D4x9rd+vkhcVYOcq8n09gIdfBSBYmJntrFXYqx42L/NEIMtFPp5gH+BF9KHYrcHcPknbApC//6KVvzssa0zOKorYAAACBAOv38EVEM+ezHDg9UJKqOkcoWNZ9ZH8iZ0+CqmXSABt4BQjKJglWlZeF9UJlmXyS2jq5dpHVhJpqCUK1csN6xToKGrYwxlUJp1Ll7FbfUU9PM489LjqwQLt+BJH3vwvwjp48esYhbr9MxwD2j5v3NG5h4p70eQZu1erSo+uZE+KI 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:fe36:bc28/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: ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.47 ===\n/dev/root resized successfully [took 1.98s]\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:36:BC:28 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe36:bc28/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:154 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271580 (265.2 KiB) TX bytes:12839 (12.5 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.133209] usb 1-1: SerialNumber: 42\n[ 1.413160] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.502825] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.504694] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.504696] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 1.520742] random: dd urandom read with 13 bits of entropy available\n[ 1.561990] ISO 9660 Extensions: Microsoft Joliet Level 3\n[ 1.563623] ISO 9660 Extensions: RRIP_1991A\n[ 62.578409] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 62.902544] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:16:29 cirros authpriv.info dropbear[640]: Exit (cirros): Exited normally\nOct 22 19:16:30 cirros authpriv.info dropbear[643]: Child connection from 10.10.10.11:44792\nOct 22 19:16:30 cirros authpriv.notice dropbear[643]: 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:44792\nOct 22 19:16:30 cirros authpriv.info dropbear[643]: Exit (cirros): Exited normally\nOct 22 19:16:30 cirros authpriv.info dropbear[646]: Child connection from 10.10.10.11:44794\nOct 22 19:16:30 cirros authpriv.notice dropbear[646]: 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:44794\nOct 22 19:16:30 cirros authpriv.info dropbear[646]: Exit (cirros): Exited normally\nOct 22 19:16:31 cirros authpriv.info dropbear[649]: Child connection from 10.10.10.11:44796\nOct 22 19:16:31 cirros authpriv.notice dropbear[649]: 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:44796\nOct 22 19:16:31 cirros authpriv.info dropbear[649]: Exit (cirros): Exited normally\nOct 22 19:16:31 cirros authpriv.info dropbear[652]: Child connection from 10.10.10.11:44798\nOct 22 19:16:31 cirros authpriv.notice dropbear[652]: 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:44798\nOct 22 19:16:31 cirros authpriv.info dropbear[652]: Exit (cirros): Exited normally\nOct 22 19:16:32 cirros authpriv.info dropbear[655]: Child connection from 10.10.10.11:44800\nOct 22 19:16:32 cirros authpriv.notice dropbear[655]: 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:44800\nOct 22 19:16:32 cirros authpriv.info dropbear[655]: Exit (cirros): Exited normally\nOct 22 19:16:32 cirros authpriv.info dropbear[658]: Child connection from 10.10.10.11:44802\nOct 22 19:16:32 cirros authpriv.notice dropbear[658]: 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:44802\nOct 22 19:16:32 cirros authpriv.info dropbear[658]: Exit (cirros): Exited normally\nOct 22 19:16:33 cirros authpriv.info dropbear[661]: Child connection from 10.10.10.11:44804\nOct 22 19:16:33 cirros authpriv.notice dropbear[661]: 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:44804\nOct 22 19:16:33 cirros authpriv.info dropbear[661]: Exit (cirros): Exited normally\nOct 22 19:16:33 cirros authpriv.info dropbear[664]: Child connection from 10.10.10.11:44806\nOct 22 19:16:33 cirros authpriv.notice dropbear[664]: 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:44806\nOct 22 19:16:33 cirros authpriv.info dropbear[664]: 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-10-22 18:16:36,523 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-a2c8bcdb-8f74-4ef5-81e6-6497589da356 2018-10-22 18:16:38,558 - sdnvpn_test_utils - INFO - Waiting for instance 518b6deb-1ba4-4f0b-b972-889b7252b72b to boot up 2018-10-22 18:16:38,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18e1f0ae84c3319f699777655f8ec3dd702851dd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:16:39,689 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:16:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d58f976-b995-4607-92f7-5c942a86c1fb x-compute-request-id: req-7d58f976-b995-4607-92f7-5c942a86c1fb Content-Encoding: gzip Content-Length: 8155 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528161222 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.144697] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146723] pid_max: default: 32768 minimum: 301\n[ 0.147844] ACPI: Core revision 20150930\n[ 0.149385] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150964] Security Framework initialized\n[ 0.151970] Yama: becoming mindful.\n[ 0.152852] AppArmor: AppArmor initialized\n[ 0.153883] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155519] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157100] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160279] Initializing cgroup subsys io\n[ 0.161264] Initializing cgroup subsys memory\n[ 0.162313] Initializing cgroup subsys devices\n[ 0.163392] Initializing cgroup subsys freezer\n[ 0.164468] Initializing cgroup subsys net_cls\n[ 0.165531] Initializing cgroup subsys perf_event\n[ 0.166645] Initializing cgroup subsys net_prio\n[ 0.167741] Initializing cgroup subsys hugetlb\n[ 0.168811] Initializing cgroup subsys pids\n[ 0.169894] CPU: Physical Processor ID: 0\n[ 0.171428] mce: CPU supports 10 MCE banks\n[ 0.172281] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.173274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191733] ftrace: allocating 31920 entries in 125 pages\n[ 0.218227] smpboot: Max logical packages: 1\n[ 0.219081] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220432] x2apic enabled\n[ 0.221233] Switched APIC routing to physical x2apic.\n[ 0.222968] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224078] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226069] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227854] KVM setup paravirtual spinlock\n[ 0.229139] x86: Booted up 1 node, 1 CPUs\n[ 0.229943] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231316] devtmpfs: initialized\n[ 0.233027] evm: security.selinux\n[ 0.233724] evm: security.SMACK64\n[ 0.234410] evm: security.SMACK64EXEC\n[ 0.235145] evm: security.SMACK64TRANSMUTE\n[ 0.235956] evm: security.SMACK64MMAP\n[ 0.236698] evm: security.ima\n[ 0.237333] evm: security.capability\n[ 0.238134] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239968] pinctrl core: initialized pinctrl subsystem\n[ 0.241068] RTC time: 18:15:12, date: 10/22/18\n[ 0.242013] NET: Registered protocol family 16\n[ 0.242982] cpuidle: using governor ladder\n[ 0.243794] cpuidle: using governor menu\n[ 0.244576] PCCT header not found.\n[ 0.245327] ACPI: bus type PCI registered\n[ 0.246127] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247361] PCI: Using configuration type 1 for base access\n[ 0.249103] ACPI: Added _OSI(Module Device)\n[ 0.249955] ACPI: Added _OSI(Processor Device)\n[ 0.250816] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.251717] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253821] ACPI: Interpreter enabled\n[ 0.254591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260093] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261927] ACPI: (supports S0 S5)\n[ 0.262630] ACPI: Using IOAPIC for interrupt routing\n[ 0.263580] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267796] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269019] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270203] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272488] acpiphp: Slot [3] registered\n[ 0.273283] acpiphp: Slot [4] registered\n[ 0.274078] acpiphp: Slot [5] registered\n[ 0.274878] acpiphp: Slot [6] registered\n[ 0.275670] acpiphp: Slot [7] registered\n[ 0.276468] acpiphp: Slot [8] registered\n[ 0.277258] acpiphp: Slot [9] registered\n[ 0.278058] acpiphp: Slot [10] registered\n[ 0.278865] acpiphp: Slot [11] registered\n[ 0.279681] acpiphp: Slot [12] registered\n[ 0.280492] acpiphp: Slot [13] registered\n[ 0.281292] acpiphp: Slot [14] registered\n[ 0.282100] acpiphp: Slot [15] registered\n[ 0.293110] acpiphp: Slot [16] registered\n[ 0.293936] acpiphp: Slot [17] registered\n[ 0.294745] acpiphp: Slot [18] registered\n[ 0.295550] acpiphp: Slot [19] registered\n[ 0.296354] acpiphp: Slot [20] registered\n[ 0.297164] acpiphp: Slot [21] registered\n[ 0.298129] acpiphp: Slot [22] registered\n[ 0.299109] acpiphp: Slot [23] registered\n[ 0.300094] acpiphp: Slot [24] registered\n[ 0.301085] acpiphp: Slot [25] registered\n[ 0.302070] acpiphp: Slot [26] registered\n[ 0.303061] acpiphp: Slot [27] registered\n[ 0.304066] acpiphp: Slot [28] registered\n[ 0.305085] acpiphp: Slot [29] registered\n[ 0.306102] acpiphp: Slot [30] registered\n[ 0.307178] acpiphp: Slot [31] registered\n[ 0.308219] PCI host bridge to bus 0000:00\n[ 0.309244] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310845] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312425] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314303] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316165] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322734] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324408] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325923] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327590] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334793] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336220] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384708] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387579] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389003] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391414] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392679] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393822] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394875] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396419] vgaarb: loaded\n[ 0.397015] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398137] SCSI subsystem initialized\n[ 0.398947] ACPI: bus type USB registered\n[ 0.399753] usbcore: registered new interface driver usbfs\n[ 0.400777] usbcore: registered new interface driver hub\n[ 0.401772] usbcore: registered new device driver usb\n[ 0.402816] PCI: Using ACPI for IRQ routing\n[ 0.403829] NetLabel: Initializing\n[ 0.404535] NetLabel: domain hash size = 128\n[ 0.405379] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406314] NetLabel: unlabeled traffic allowed by default\n[ 0.407398] clocksource: Switched to clocksource kvm-clock\n[ 0.412782] AppArmor: AppArmor Filesystem Enabled\n[ 0.413732] pnp: PnP ACPI init\n[ 0.414646] pnp: PnP ACPI: found 5 devices\n[ 0.421005] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422712] NET: Registered protocol family 2\n[ 0.423659] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.424925] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426075] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427213] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428286] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429441] NET: Registered protocol family 1\n[ 0.430292] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446451] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.460868] Trying to unpack rootfs image as initramfs...\n[ 0.511252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525164] Scanning for low memory corruption every 60 seconds\n[ 0.527064] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528755] audit: initializing netlink subsys (disabled)\n[ 0.530297] audit: type=2000 audit(1540232113.060:1): initialized\n[ 0.532174] Initialise system trusted keyring\n[ 0.533513] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535291] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537804] zbud: loaded\n[ 0.538725] VFS: Disk quotas dquot_6.6.0\n[ 0.539809] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541966] fuse init (API version 7.23)\n[ 0.543223] Key type big_key registered\n[ 0.544354] Allocating IMA MOK and blacklist keyrings.\n[ 0.545943] Key type asymmetric registered\n[ 0.547122] Asymmetric key parser 'x509' registered\n[ 0.548519] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551016] io scheduler noop registered\n[ 0.552108] io scheduler deadline registered (default)\n[ 0.553864] io scheduler cfq registered\n[ 0.555303] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.557241] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559568] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.570213] ACPI: Power Button [PWRF]\n[ 0.571915] GHES: HEST is not enabled!\n[ 0.586656] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615581] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.618072] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641907] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644139] Linux agpgart interface v0.103\n[ 0.646327] brd: module loaded\n[ 0.647636] loop: module loaded\n[ 0.652763] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.654354] GPT:90111 != 2097151\n[ 0.655079] GPT:Alternate GPT header not at the end of the disk.\n[ 0.656253] GPT:90111 != 2097151\n[ 0.656998] GPT: Use GNU Parted to correct GPT errors.\n[ 0.658034] vda: vda1 vda15\n[ 0.659532] scsi host0: ata_piix\n[ 0.660363] scsi host1: ata_piix\n[ 0.661138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.662470] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664026] libphy: Fixed MDIO Bus: probed\n[ 0.664909] tun: Universal TUN/TAP device driver, 1.6\n[ 0.665918] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668122] PPP generic driver version 2.4.2\n[ 0.669075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670452] ehci-pci: EHCI PCI platform driver\n[ 0.671377] ehci-platform: EHCI generic platform driver\n[ 0.672447] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673678] ohci-pci: OHCI PCI platform driver\n[ 0.674620] ohci-platform: OHCI generic platform driver\n[ 0.675725] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.690330] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691437] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693004] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.694089] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.695284] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696769] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698391] usb usb1: Product: UHCI Host Controller\n[ 0.699504] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.700957] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702095] hub 1-0:1.0: USB hub found\n[ 0.703000] hub 1-0:1.0: 2 ports detected\n[ 0.704053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.706489] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.707640] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.708857] mousedev: PS/2 mouse device common for all mice\n[ 0.710281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.712276] rtc_cmos 00:00: RTC can wake from S4\n[ 0.713478] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.714784] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716143] i2c /dev entries driver\n[ 0.716972] device-mapper: uevent: version 1.0.3\n[ 0.718032] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719813] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721231] NET: Registered protocol family 10\n[ 0.722330] NET: Registered protocol family 17\n[ 0.723304] Key type dns_resolver registered\n[ 0.724342] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725555] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727497] registered taskstats version 1\n[ 0.728381] Loading compiled-in X.509 certificates\n[ 0.729914] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.731949] zswap: loaded using pool lzo/zbud\n[ 0.733447] Key type trusted registered\n[ 0.735076] Key type encrypted registered\n[ 0.735994] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737121] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738272] evm: HMAC attrs: 0x1\n[ 0.739281] Magic number: 6:308:292\n[ 0.740151] tty tty25: hash matches\n[ 0.741032] rtc_cmos 00:00: setting system clock to 2018-10-22 18:15:13 UTC (1540232113)\n[ 0.742802] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.744010] EDD information not available.\n[ 0.820081] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821667] ata1.00: configured for MWDMA2\n[ 0.833771] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.836327] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.837820] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839256] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843093] Write protecting the kernel read-only data: 14336k\n[ 0.844887] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846960] 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.348826] 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.04s]\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\n"} 2018-10-22 18:16:39,690 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b/action used request id req-7d58f976-b995-4607-92f7-5c942a86c1fb 2018-10-22 18:16:41,694 - sdnvpn_test_utils - INFO - Waiting for instance 5ebf3820-7eae-4e78-ad4a-e22fde571f64 to boot up 2018-10-22 18:16:41,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec11f6bbaa6e470773d7efbda3482afcc0df288" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:16:42,774 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:16: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-bfc9f9f4-90c8-4760-b1ce-db6303e38800 x-compute-request-id: req-bfc9f9f4-90c8-4760-b1ce-db6303e38800 Content-Encoding: gzip Content-Length: 8124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517736465 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148256] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149866] pid_max: default: 32768 minimum: 301\n[ 0.150739] ACPI: Core revision 20150930\n[ 0.152106] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153385] Security Framework initialized\n[ 0.154174] Yama: becoming mindful.\n[ 0.154889] AppArmor: AppArmor initialized\n[ 0.155746] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157049] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158293] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159469] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160838] Initializing cgroup subsys io\n[ 0.161632] Initializing cgroup subsys memory\n[ 0.162471] Initializing cgroup subsys devices\n[ 0.163327] Initializing cgroup subsys freezer\n[ 0.164178] Initializing cgroup subsys net_cls\n[ 0.165037] Initializing cgroup subsys perf_event\n[ 0.165928] Initializing cgroup subsys net_prio\n[ 0.166793] Initializing cgroup subsys hugetlb\n[ 0.167654] Initializing cgroup subsys pids\n[ 0.168514] CPU: Physical Processor ID: 0\n[ 0.170001] mce: CPU supports 10 MCE banks\n[ 0.170837] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171817] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182683] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189361] ftrace: allocating 31920 entries in 125 pages\n[ 0.216926] smpboot: Max logical packages: 1\n[ 0.217764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219081] x2apic enabled\n[ 0.219885] Switched APIC routing to physical x2apic.\n[ 0.221614] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222718] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226425] KVM setup paravirtual spinlock\n[ 0.227735] x86: Booted up 1 node, 1 CPUs\n[ 0.228525] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229882] devtmpfs: initialized\n[ 0.231592] evm: security.selinux\n[ 0.232278] evm: security.SMACK64\n[ 0.232950] evm: security.SMACK64EXEC\n[ 0.233678] evm: security.SMACK64TRANSMUTE\n[ 0.234465] evm: security.SMACK64MMAP\n[ 0.235186] evm: security.ima\n[ 0.235819] evm: security.capability\n[ 0.236616] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238421] pinctrl core: initialized pinctrl subsystem\n[ 0.239488] RTC time: 18:15:00, date: 10/22/18\n[ 0.240437] NET: Registered protocol family 16\n[ 0.241389] cpuidle: using governor ladder\n[ 0.242181] cpuidle: using governor menu\n[ 0.242946] PCCT header not found.\n[ 0.243677] ACPI: bus type PCI registered\n[ 0.244458] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245666] PCI: Using configuration type 1 for base access\n[ 0.247401] ACPI: Added _OSI(Module Device)\n[ 0.248235] ACPI: Added _OSI(Processor Device)\n[ 0.249093] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249979] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252072] ACPI: Interpreter enabled\n[ 0.252893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260219] ACPI: (supports S0 S5)\n[ 0.260919] ACPI: Using IOAPIC for interrupt routing\n[ 0.261959] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265176] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267562] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268753] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270964] acpiphp: Slot [3] registered\n[ 0.271768] acpiphp: Slot [4] registered\n[ 0.272568] acpiphp: Slot [5] registered\n[ 0.273360] acpiphp: Slot [6] registered\n[ 0.274148] acpiphp: Slot [7] registered\n[ 0.274947] acpiphp: Slot [8] registered\n[ 0.275744] acpiphp: Slot [9] registered\n[ 0.276539] acpiphp: Slot [10] registered\n[ 0.277344] acpiphp: Slot [11] registered\n[ 0.278153] acpiphp: Slot [12] registered\n[ 0.278966] acpiphp: Slot [13] registered\n[ 0.279776] acpiphp: Slot [14] registered\n[ 0.280582] acpiphp: Slot [15] registered\n[ 0.291699] acpiphp: Slot [16] registered\n[ 0.292525] acpiphp: Slot [17] registered\n[ 0.293330] acpiphp: Slot [18] registered\n[ 0.294129] acpiphp: Slot [19] registered\n[ 0.294933] acpiphp: Slot [20] registered\n[ 0.295768] acpiphp: Slot [21] registered\n[ 0.296582] acpiphp: Slot [22] registered\n[ 0.297390] acpiphp: Slot [23] registered\n[ 0.298194] acpiphp: Slot [24] registered\n[ 0.299000] acpiphp: Slot [25] registered\n[ 0.299812] acpiphp: Slot [26] registered\n[ 0.300620] acpiphp: Slot [27] registered\n[ 0.301429] acpiphp: Slot [28] registered\n[ 0.302238] acpiphp: Slot [29] registered\n[ 0.303042] acpiphp: Slot [30] registered\n[ 0.303856] acpiphp: Slot [31] registered\n[ 0.304662] PCI host bridge to bus 0000:00\n[ 0.305468] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307878] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310764] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316980] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319423] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320823] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328619] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374124] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375592] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377011] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378421] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379802] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381055] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382543] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383584] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385198] vgaarb: loaded\n[ 0.385868] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387364] SCSI subsystem initialized\n[ 0.388263] ACPI: bus type USB registered\n[ 0.389471] usbcore: registered new interface driver usbfs\n[ 0.391038] usbcore: registered new interface driver hub\n[ 0.392564] usbcore: registered new device driver usb\n[ 0.394106] PCI: Using ACPI for IRQ routing\n[ 0.395539] NetLabel: Initializing\n[ 0.396577] NetLabel: domain hash size = 128\n[ 0.397867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399295] NetLabel: unlabeled traffic allowed by default\n[ 0.400927] clocksource: Switched to clocksource kvm-clock\n[ 0.407007] AppArmor: AppArmor Filesystem Enabled\n[ 0.408432] pnp: PnP ACPI init\n[ 0.409649] pnp: PnP ACPI: found 5 devices\n[ 0.416438] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.418992] NET: Registered protocol family 2\n[ 0.420348] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.422288] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424076] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.425847] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427485] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429256] NET: Registered protocol family 1\n[ 0.430530] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433793] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448507] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463386] Trying to unpack rootfs image as initramfs...\n[ 0.514296] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528777] Scanning for low memory corruption every 60 seconds\n[ 0.530665] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.532425] audit: initializing netlink subsys (disabled)\n[ 0.533983] audit: type=2000 audit(1540232100.921:1): initialized\n[ 0.535885] Initialise system trusted keyring\n[ 0.537245] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539015] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.541608] zbud: loaded\n[ 0.542549] VFS: Disk quotas dquot_6.6.0\n[ 0.543730] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545903] fuse init (API version 7.23)\n[ 0.547246] Key type big_key registered\n[ 0.548402] Allocating IMA MOK and blacklist keyrings.\n[ 0.550038] Key type asymmetric registered\n[ 0.551253] Asymmetric key parser 'x509' registered\n[ 0.552680] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555243] io scheduler noop registered\n[ 0.556407] io scheduler deadline registered (default)\n[ 0.557900] io scheduler cfq registered\n[ 0.559104] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.560684] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.562607] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564768] ACPI: Power Button [PWRF]\n[ 0.565956] GHES: HEST is not enabled!\n[ 0.586338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615878] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.618878] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.642442] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645324] Linux agpgart interface v0.103\n[ 0.647803] brd: module loaded\n[ 0.649368] loop: module loaded\n[ 0.654093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655814] GPT:90111 != 2097151\n[ 0.656639] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658017] GPT:90111 != 2097151\n[ 0.658796] GPT: Use GNU Parted to correct GPT errors.\n[ 0.659964] vda: vda1 vda15\n[ 0.661556] scsi host0: ata_piix\n[ 0.662430] scsi host1: ata_piix\n[ 0.663241] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664660] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666298] libphy: Fixed MDIO Bus: probed\n[ 0.667221] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668355] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670695] PPP generic driver version 2.4.2\n[ 0.671798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673207] ehci-pci: EHCI PCI platform driver\n[ 0.674201] ehci-platform: EHCI generic platform driver\n[ 0.675367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.676725] ohci-pci: OHCI PCI platform driver\n[ 0.677804] ohci-platform: OHCI generic platform driver\n[ 0.678972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.693663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.694839] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698529] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.700366] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.702448] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.704739] usb usb1: Product: UHCI Host Controller\n[ 0.706381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.709899] hub 1-0:1.0: USB hub found\n[ 0.711093] hub 1-0:1.0: 2 ports detected\n[ 0.712459] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.715683] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717207] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.718428] mousedev: PS/2 mouse device common for all mice\n[ 0.719886] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.722078] rtc_cmos 00:00: RTC can wake from S4\n[ 0.723349] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.724739] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.726192] i2c /dev entries driver\n[ 0.727091] device-mapper: uevent: version 1.0.3\n[ 0.728181] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730127] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.731646] NET: Registered protocol family 10\n[ 0.732782] NET: Registered protocol family 17\n[ 0.733849] Key type dns_resolver registered\n[ 0.734944] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736232] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738403] registered taskstats version 1\n[ 0.739383] Loading compiled-in X.509 certificates\n[ 0.741007] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.743263] zswap: loaded using pool lzo/zbud\n[ 0.744809] Key type trusted registered\n[ 0.746497] Key type encrypted registered\n[ 0.747475] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.748765] ima: No TPM chip found, activating TPM-bypass!\n[ 0.750518] evm: HMAC attrs: 0x1\n[ 0.751572] Magic number: 6:308:292\n[ 0.752474] tty tty25: hash matches\n[ 0.753448] rtc_cmos 00:00: setting system clock to 2018-10-22 18:15:01 UTC (1540232101)\n[ 0.755409] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.756751] EDD information not available.\n[ 0.821465] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823204] ata1.00: configured for MWDMA2\n[ 0.834899] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837662] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.839153] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.840651] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.842676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.844451] Write protecting the kernel read-only data: 14336k\n[ 0.846204] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.848290] 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.53\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.740976] 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.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 2.24s]\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-10-22 18:16:42,775 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64/action used request id req-bfc9f9f4-90c8-4760-b1ce-db6303e38800 2018-10-22 18:16:44,778 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-22 18:17:14,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18e1f0ae84c3319f699777655f8ec3dd702851dd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:17:15,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:17: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-77b6d8b3-8753-4aca-b7da-7e513d2f2dce x-compute-request-id: req-77b6d8b3-8753-4aca-b7da-7e513d2f2dce Content-Encoding: gzip Content-Length: 8198 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528161222 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.144697] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146723] pid_max: default: 32768 minimum: 301\n[ 0.147844] ACPI: Core revision 20150930\n[ 0.149385] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150964] Security Framework initialized\n[ 0.151970] Yama: becoming mindful.\n[ 0.152852] AppArmor: AppArmor initialized\n[ 0.153883] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155519] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157100] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160279] Initializing cgroup subsys io\n[ 0.161264] Initializing cgroup subsys memory\n[ 0.162313] Initializing cgroup subsys devices\n[ 0.163392] Initializing cgroup subsys freezer\n[ 0.164468] Initializing cgroup subsys net_cls\n[ 0.165531] Initializing cgroup subsys perf_event\n[ 0.166645] Initializing cgroup subsys net_prio\n[ 0.167741] Initializing cgroup subsys hugetlb\n[ 0.168811] Initializing cgroup subsys pids\n[ 0.169894] CPU: Physical Processor ID: 0\n[ 0.171428] mce: CPU supports 10 MCE banks\n[ 0.172281] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.173274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191733] ftrace: allocating 31920 entries in 125 pages\n[ 0.218227] smpboot: Max logical packages: 1\n[ 0.219081] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220432] x2apic enabled\n[ 0.221233] Switched APIC routing to physical x2apic.\n[ 0.222968] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224078] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226069] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227854] KVM setup paravirtual spinlock\n[ 0.229139] x86: Booted up 1 node, 1 CPUs\n[ 0.229943] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231316] devtmpfs: initialized\n[ 0.233027] evm: security.selinux\n[ 0.233724] evm: security.SMACK64\n[ 0.234410] evm: security.SMACK64EXEC\n[ 0.235145] evm: security.SMACK64TRANSMUTE\n[ 0.235956] evm: security.SMACK64MMAP\n[ 0.236698] evm: security.ima\n[ 0.237333] evm: security.capability\n[ 0.238134] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239968] pinctrl core: initialized pinctrl subsystem\n[ 0.241068] RTC time: 18:15:12, date: 10/22/18\n[ 0.242013] NET: Registered protocol family 16\n[ 0.242982] cpuidle: using governor ladder\n[ 0.243794] cpuidle: using governor menu\n[ 0.244576] PCCT header not found.\n[ 0.245327] ACPI: bus type PCI registered\n[ 0.246127] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247361] PCI: Using configuration type 1 for base access\n[ 0.249103] ACPI: Added _OSI(Module Device)\n[ 0.249955] ACPI: Added _OSI(Processor Device)\n[ 0.250816] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.251717] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253821] ACPI: Interpreter enabled\n[ 0.254591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260093] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261927] ACPI: (supports S0 S5)\n[ 0.262630] ACPI: Using IOAPIC for interrupt routing\n[ 0.263580] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267796] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269019] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270203] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272488] acpiphp: Slot [3] registered\n[ 0.273283] acpiphp: Slot [4] registered\n[ 0.274078] acpiphp: Slot [5] registered\n[ 0.274878] acpiphp: Slot [6] registered\n[ 0.275670] acpiphp: Slot [7] registered\n[ 0.276468] acpiphp: Slot [8] registered\n[ 0.277258] acpiphp: Slot [9] registered\n[ 0.278058] acpiphp: Slot [10] registered\n[ 0.278865] acpiphp: Slot [11] registered\n[ 0.279681] acpiphp: Slot [12] registered\n[ 0.280492] acpiphp: Slot [13] registered\n[ 0.281292] acpiphp: Slot [14] registered\n[ 0.282100] acpiphp: Slot [15] registered\n[ 0.293110] acpiphp: Slot [16] registered\n[ 0.293936] acpiphp: Slot [17] registered\n[ 0.294745] acpiphp: Slot [18] registered\n[ 0.295550] acpiphp: Slot [19] registered\n[ 0.296354] acpiphp: Slot [20] registered\n[ 0.297164] acpiphp: Slot [21] registered\n[ 0.298129] acpiphp: Slot [22] registered\n[ 0.299109] acpiphp: Slot [23] registered\n[ 0.300094] acpiphp: Slot [24] registered\n[ 0.301085] acpiphp: Slot [25] registered\n[ 0.302070] acpiphp: Slot [26] registered\n[ 0.303061] acpiphp: Slot [27] registered\n[ 0.304066] acpiphp: Slot [28] registered\n[ 0.305085] acpiphp: Slot [29] registered\n[ 0.306102] acpiphp: Slot [30] registered\n[ 0.307178] acpiphp: Slot [31] registered\n[ 0.308219] PCI host bridge to bus 0000:00\n[ 0.309244] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310845] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312425] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314303] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316165] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322734] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324408] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325923] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327590] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334793] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336220] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384708] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387579] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389003] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391414] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392679] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393822] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394875] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396419] vgaarb: loaded\n[ 0.397015] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398137] SCSI subsystem initialized\n[ 0.398947] ACPI: bus type USB registered\n[ 0.399753] usbcore: registered new interface driver usbfs\n[ 0.400777] usbcore: registered new interface driver hub\n[ 0.401772] usbcore: registered new device driver usb\n[ 0.402816] PCI: Using ACPI for IRQ routing\n[ 0.403829] NetLabel: Initializing\n[ 0.404535] NetLabel: domain hash size = 128\n[ 0.405379] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406314] NetLabel: unlabeled traffic allowed by default\n[ 0.407398] clocksource: Switched to clocksource kvm-clock\n[ 0.412782] AppArmor: AppArmor Filesystem Enabled\n[ 0.413732] pnp: PnP ACPI init\n[ 0.414646] pnp: PnP ACPI: found 5 devices\n[ 0.421005] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422712] NET: Registered protocol family 2\n[ 0.423659] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.424925] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426075] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427213] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428286] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429441] NET: Registered protocol family 1\n[ 0.430292] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446451] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.460868] Trying to unpack rootfs image as initramfs...\n[ 0.511252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525164] Scanning for low memory corruption every 60 seconds\n[ 0.527064] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528755] audit: initializing netlink subsys (disabled)\n[ 0.530297] audit: type=2000 audit(1540232113.060:1): initialized\n[ 0.532174] Initialise system trusted keyring\n[ 0.533513] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535291] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537804] zbud: loaded\n[ 0.538725] VFS: Disk quotas dquot_6.6.0\n[ 0.539809] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541966] fuse init (API version 7.23)\n[ 0.543223] Key type big_key registered\n[ 0.544354] Allocating IMA MOK and blacklist keyrings.\n[ 0.545943] Key type asymmetric registered\n[ 0.547122] Asymmetric key parser 'x509' registered\n[ 0.548519] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551016] io scheduler noop registered\n[ 0.552108] io scheduler deadline registered (default)\n[ 0.553864] io scheduler cfq registered\n[ 0.555303] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.557241] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559568] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.570213] ACPI: Power Button [PWRF]\n[ 0.571915] GHES: HEST is not enabled!\n[ 0.586656] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615581] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.618072] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641907] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644139] Linux agpgart interface v0.103\n[ 0.646327] brd: module loaded\n[ 0.647636] loop: module loaded\n[ 0.652763] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.654354] GPT:90111 != 2097151\n[ 0.655079] GPT:Alternate GPT header not at the end of the disk.\n[ 0.656253] GPT:90111 != 2097151\n[ 0.656998] GPT: Use GNU Parted to correct GPT errors.\n[ 0.658034] vda: vda1 vda15\n[ 0.659532] scsi host0: ata_piix\n[ 0.660363] scsi host1: ata_piix\n[ 0.661138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.662470] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664026] libphy: Fixed MDIO Bus: probed\n[ 0.664909] tun: Universal TUN/TAP device driver, 1.6\n[ 0.665918] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668122] PPP generic driver version 2.4.2\n[ 0.669075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670452] ehci-pci: EHCI PCI platform driver\n[ 0.671377] ehci-platform: EHCI generic platform driver\n[ 0.672447] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673678] ohci-pci: OHCI PCI platform driver\n[ 0.674620] ohci-platform: OHCI generic platform driver\n[ 0.675725] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.690330] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691437] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693004] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.694089] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.695284] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696769] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698391] usb usb1: Product: UHCI Host Controller\n[ 0.699504] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.700957] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702095] hub 1-0:1.0: USB hub found\n[ 0.703000] hub 1-0:1.0: 2 ports detected\n[ 0.704053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.706489] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.707640] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.708857] mousedev: PS/2 mouse device common for all mice\n[ 0.710281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.712276] rtc_cmos 00:00: RTC can wake from S4\n[ 0.713478] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.714784] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716143] i2c /dev entries driver\n[ 0.716972] device-mapper: uevent: version 1.0.3\n[ 0.718032] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719813] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721231] NET: Registered protocol family 10\n[ 0.722330] NET: Registered protocol family 17\n[ 0.723304] Key type dns_resolver registered\n[ 0.724342] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725555] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727497] registered taskstats version 1\n[ 0.728381] Loading compiled-in X.509 certificates\n[ 0.729914] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.731949] zswap: loaded using pool lzo/zbud\n[ 0.733447] Key type trusted registered\n[ 0.735076] Key type encrypted registered\n[ 0.735994] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737121] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738272] evm: HMAC attrs: 0x1\n[ 0.739281] Magic number: 6:308:292\n[ 0.740151] tty tty25: hash matches\n[ 0.741032] rtc_cmos 00:00: setting system clock to 2018-10-22 18:15:13 UTC (1540232113)\n[ 0.742802] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.744010] EDD information not available.\n[ 0.820081] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821667] ata1.00: configured for MWDMA2\n[ 0.833771] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.836327] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.837820] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839256] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843093] Write protecting the kernel read-only data: 14336k\n[ 0.844887] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846960] 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.348826] 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.04s]\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\n[ 121.640091] random: nonblocking pool is initialized\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-10-22 18:17:15,876 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b/action used request id req-77b6d8b3-8753-4aca-b7da-7e513d2f2dce 2018-10-22 18:17:15,878 - 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-10-22 18:17:15,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18e1f0ae84c3319f699777655f8ec3dd702851dd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:17:16,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:17: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-3b6c3c0a-0f02-40cc-bab9-213e6c4d8c1e x-compute-request-id: req-3b6c3c0a-0f02-40cc-bab9-213e6c4d8c1e Content-Encoding: gzip Content-Length: 8199 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528161222 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.144697] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146723] pid_max: default: 32768 minimum: 301\n[ 0.147844] ACPI: Core revision 20150930\n[ 0.149385] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150964] Security Framework initialized\n[ 0.151970] Yama: becoming mindful.\n[ 0.152852] AppArmor: AppArmor initialized\n[ 0.153883] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155519] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157100] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160279] Initializing cgroup subsys io\n[ 0.161264] Initializing cgroup subsys memory\n[ 0.162313] Initializing cgroup subsys devices\n[ 0.163392] Initializing cgroup subsys freezer\n[ 0.164468] Initializing cgroup subsys net_cls\n[ 0.165531] Initializing cgroup subsys perf_event\n[ 0.166645] Initializing cgroup subsys net_prio\n[ 0.167741] Initializing cgroup subsys hugetlb\n[ 0.168811] Initializing cgroup subsys pids\n[ 0.169894] CPU: Physical Processor ID: 0\n[ 0.171428] mce: CPU supports 10 MCE banks\n[ 0.172281] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.173274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191733] ftrace: allocating 31920 entries in 125 pages\n[ 0.218227] smpboot: Max logical packages: 1\n[ 0.219081] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220432] x2apic enabled\n[ 0.221233] Switched APIC routing to physical x2apic.\n[ 0.222968] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224078] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226069] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227854] KVM setup paravirtual spinlock\n[ 0.229139] x86: Booted up 1 node, 1 CPUs\n[ 0.229943] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231316] devtmpfs: initialized\n[ 0.233027] evm: security.selinux\n[ 0.233724] evm: security.SMACK64\n[ 0.234410] evm: security.SMACK64EXEC\n[ 0.235145] evm: security.SMACK64TRANSMUTE\n[ 0.235956] evm: security.SMACK64MMAP\n[ 0.236698] evm: security.ima\n[ 0.237333] evm: security.capability\n[ 0.238134] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239968] pinctrl core: initialized pinctrl subsystem\n[ 0.241068] RTC time: 18:15:12, date: 10/22/18\n[ 0.242013] NET: Registered protocol family 16\n[ 0.242982] cpuidle: using governor ladder\n[ 0.243794] cpuidle: using governor menu\n[ 0.244576] PCCT header not found.\n[ 0.245327] ACPI: bus type PCI registered\n[ 0.246127] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247361] PCI: Using configuration type 1 for base access\n[ 0.249103] ACPI: Added _OSI(Module Device)\n[ 0.249955] ACPI: Added _OSI(Processor Device)\n[ 0.250816] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.251717] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253821] ACPI: Interpreter enabled\n[ 0.254591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260093] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261927] ACPI: (supports S0 S5)\n[ 0.262630] ACPI: Using IOAPIC for interrupt routing\n[ 0.263580] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267796] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269019] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270203] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272488] acpiphp: Slot [3] registered\n[ 0.273283] acpiphp: Slot [4] registered\n[ 0.274078] acpiphp: Slot [5] registered\n[ 0.274878] acpiphp: Slot [6] registered\n[ 0.275670] acpiphp: Slot [7] registered\n[ 0.276468] acpiphp: Slot [8] registered\n[ 0.277258] acpiphp: Slot [9] registered\n[ 0.278058] acpiphp: Slot [10] registered\n[ 0.278865] acpiphp: Slot [11] registered\n[ 0.279681] acpiphp: Slot [12] registered\n[ 0.280492] acpiphp: Slot [13] registered\n[ 0.281292] acpiphp: Slot [14] registered\n[ 0.282100] acpiphp: Slot [15] registered\n[ 0.293110] acpiphp: Slot [16] registered\n[ 0.293936] acpiphp: Slot [17] registered\n[ 0.294745] acpiphp: Slot [18] registered\n[ 0.295550] acpiphp: Slot [19] registered\n[ 0.296354] acpiphp: Slot [20] registered\n[ 0.297164] acpiphp: Slot [21] registered\n[ 0.298129] acpiphp: Slot [22] registered\n[ 0.299109] acpiphp: Slot [23] registered\n[ 0.300094] acpiphp: Slot [24] registered\n[ 0.301085] acpiphp: Slot [25] registered\n[ 0.302070] acpiphp: Slot [26] registered\n[ 0.303061] acpiphp: Slot [27] registered\n[ 0.304066] acpiphp: Slot [28] registered\n[ 0.305085] acpiphp: Slot [29] registered\n[ 0.306102] acpiphp: Slot [30] registered\n[ 0.307178] acpiphp: Slot [31] registered\n[ 0.308219] PCI host bridge to bus 0000:00\n[ 0.309244] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310845] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312425] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314303] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316165] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322734] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324408] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325923] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327590] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334793] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336220] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384708] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387579] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389003] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391414] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392679] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393822] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394875] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396419] vgaarb: loaded\n[ 0.397015] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398137] SCSI subsystem initialized\n[ 0.398947] ACPI: bus type USB registered\n[ 0.399753] usbcore: registered new interface driver usbfs\n[ 0.400777] usbcore: registered new interface driver hub\n[ 0.401772] usbcore: registered new device driver usb\n[ 0.402816] PCI: Using ACPI for IRQ routing\n[ 0.403829] NetLabel: Initializing\n[ 0.404535] NetLabel: domain hash size = 128\n[ 0.405379] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406314] NetLabel: unlabeled traffic allowed by default\n[ 0.407398] clocksource: Switched to clocksource kvm-clock\n[ 0.412782] AppArmor: AppArmor Filesystem Enabled\n[ 0.413732] pnp: PnP ACPI init\n[ 0.414646] pnp: PnP ACPI: found 5 devices\n[ 0.421005] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422712] NET: Registered protocol family 2\n[ 0.423659] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.424925] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426075] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427213] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428286] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429441] NET: Registered protocol family 1\n[ 0.430292] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446451] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.460868] Trying to unpack rootfs image as initramfs...\n[ 0.511252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525164] Scanning for low memory corruption every 60 seconds\n[ 0.527064] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528755] audit: initializing netlink subsys (disabled)\n[ 0.530297] audit: type=2000 audit(1540232113.060:1): initialized\n[ 0.532174] Initialise system trusted keyring\n[ 0.533513] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535291] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537804] zbud: loaded\n[ 0.538725] VFS: Disk quotas dquot_6.6.0\n[ 0.539809] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541966] fuse init (API version 7.23)\n[ 0.543223] Key type big_key registered\n[ 0.544354] Allocating IMA MOK and blacklist keyrings.\n[ 0.545943] Key type asymmetric registered\n[ 0.547122] Asymmetric key parser 'x509' registered\n[ 0.548519] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551016] io scheduler noop registered\n[ 0.552108] io scheduler deadline registered (default)\n[ 0.553864] io scheduler cfq registered\n[ 0.555303] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.557241] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559568] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.570213] ACPI: Power Button [PWRF]\n[ 0.571915] GHES: HEST is not enabled!\n[ 0.586656] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615581] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.618072] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641907] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644139] Linux agpgart interface v0.103\n[ 0.646327] brd: module loaded\n[ 0.647636] loop: module loaded\n[ 0.652763] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.654354] GPT:90111 != 2097151\n[ 0.655079] GPT:Alternate GPT header not at the end of the disk.\n[ 0.656253] GPT:90111 != 2097151\n[ 0.656998] GPT: Use GNU Parted to correct GPT errors.\n[ 0.658034] vda: vda1 vda15\n[ 0.659532] scsi host0: ata_piix\n[ 0.660363] scsi host1: ata_piix\n[ 0.661138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.662470] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664026] libphy: Fixed MDIO Bus: probed\n[ 0.664909] tun: Universal TUN/TAP device driver, 1.6\n[ 0.665918] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668122] PPP generic driver version 2.4.2\n[ 0.669075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670452] ehci-pci: EHCI PCI platform driver\n[ 0.671377] ehci-platform: EHCI generic platform driver\n[ 0.672447] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673678] ohci-pci: OHCI PCI platform driver\n[ 0.674620] ohci-platform: OHCI generic platform driver\n[ 0.675725] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.690330] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691437] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693004] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.694089] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.695284] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696769] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698391] usb usb1: Product: UHCI Host Controller\n[ 0.699504] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.700957] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.702095] hub 1-0:1.0: USB hub found\n[ 0.703000] hub 1-0:1.0: 2 ports detected\n[ 0.704053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.706489] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.707640] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.708857] mousedev: PS/2 mouse device common for all mice\n[ 0.710281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.712276] rtc_cmos 00:00: RTC can wake from S4\n[ 0.713478] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.714784] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716143] i2c /dev entries driver\n[ 0.716972] device-mapper: uevent: version 1.0.3\n[ 0.718032] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719813] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721231] NET: Registered protocol family 10\n[ 0.722330] NET: Registered protocol family 17\n[ 0.723304] Key type dns_resolver registered\n[ 0.724342] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725555] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727497] registered taskstats version 1\n[ 0.728381] Loading compiled-in X.509 certificates\n[ 0.729914] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.731949] zswap: loaded using pool lzo/zbud\n[ 0.733447] Key type trusted registered\n[ 0.735076] Key type encrypted registered\n[ 0.735994] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737121] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738272] evm: HMAC attrs: 0x1\n[ 0.739281] Magic number: 6:308:292\n[ 0.740151] tty tty25: hash matches\n[ 0.741032] rtc_cmos 00:00: setting system clock to 2018-10-22 18:15:13 UTC (1540232113)\n[ 0.742802] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.744010] EDD information not available.\n[ 0.820081] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821667] ata1.00: configured for MWDMA2\n[ 0.833771] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.836327] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.837820] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.839256] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.841315] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.843093] Write protecting the kernel read-only data: 14336k\n[ 0.844887] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846960] 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.348826] 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.04s]\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\n[ 121.640091] random: nonblocking pool is initialized\n10.10.10.12 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-10-22 18:17:16,950 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b/action used request id req-3b6c3c0a-0f02-40cc-bab9-213e6c4d8c1e 2018-10-22 18:17:16,951 - sdnvpn-results - DEBUG - [PASS] [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] 2018-10-22 18:17:16,952 - sdnvpn-results - INFO - Create VPN2 with eRT=iRT 2018-10-22 18:17:16,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176e3ce74b0965988abd4348b4708b71d4ed79a4" -d '{"bgpvpn": {"route_targets": "88:88", "import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-2-632513", "route_distinguishers": "222:222"}}' 2018-10-22 18:17:17,317 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-171e5bde-0ff4-4b26-9202-47551084a9b4 Date: Mon, 22 Oct 2018 18:17:17 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "091b878a-8b24-4a85-a75e-be4b60bb4f82", "name": "sdnvpn-2-632513", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "import_targets": ["88:88"], "networks": [], "route_targets": ["88:88"], "project_id": "8ba7a6acf87944158b12f697f8414be6", "type": "l3"}} 2018-10-22 18:17:17,317 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns used request id req-171e5bde-0ff4-4b26-9202-47551084a9b4 2018-10-22 18:17:17,318 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-632513', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'8ba7a6acf87944158b12f697f8414be6', u'route_targets': [u'88:88'], u'project_id': u'8ba7a6acf87944158b12f697f8414be6', u'type': u'l3', u'id': u'091b878a-8b24-4a85-a75e-be4b60bb4f82'}} 2018-10-22 18:17:17,318 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-2-net' to the VPN2. 2018-10-22 18:17:17,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/091b878a-8b24-4a85-a75e-be4b60bb4f82/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176e3ce74b0965988abd4348b4708b71d4ed79a4" -d '{"network_association": {"network_id": "7516a6ec-9495-4fdb-b7b6-d28405abfb62"}}' 2018-10-22 18:17:18,114 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-43327aad-1ed9-4ab4-9646-4801afb94fa1 Date: Mon, 22 Oct 2018 18:17:18 GMT RESP BODY: {"network_association": {"network_id": "7516a6ec-9495-4fdb-b7b6-d28405abfb62", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "001a00af-15f3-479f-96ef-865f579a0b60"}} 2018-10-22 18:17:18,114 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/091b878a-8b24-4a85-a75e-be4b60bb4f82/network_associations used request id req-43327aad-1ed9-4ab4-9646-4801afb94fa1 2018-10-22 18:17:18,114 - sdnvpn_test_utils - DEBUG - Waiting for network ec09f579-8d9f-43e5-848c-76d8d11e49b8 to associate with BGPVPN 913f2c3a-3dc9-496d-bc21-11ea1a20af3a 2018-10-22 18:17:18,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/ec09f579-8d9f-43e5-848c-76d8d11e49b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176e3ce74b0965988abd4348b4708b71d4ed79a4" 2018-10-22 18:17:18,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-f6142dfe-efe5-4317-98de-cb15c6877688 Date: Mon, 22 Oct 2018 18:17:18 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "ec09f579-8d9f-43e5-848c-76d8d11e49b8", "name": "sdnvpn-1-964205", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "import_targets": ["55:55"], "networks": ["913f2c3a-3dc9-496d-bc21-11ea1a20af3a"], "route_targets": ["55:55"], "project_id": "8ba7a6acf87944158b12f697f8414be6", "type": "l3"}} 2018-10-22 18:17:18,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/ec09f579-8d9f-43e5-848c-76d8d11e49b8 used request id req-f6142dfe-efe5-4317-98de-cb15c6877688 2018-10-22 18:17:19,440 - sdnvpn_test_utils - DEBUG - Waiting for network 091b878a-8b24-4a85-a75e-be4b60bb4f82 to associate with BGPVPN 7516a6ec-9495-4fdb-b7b6-d28405abfb62 2018-10-22 18:17:19,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/091b878a-8b24-4a85-a75e-be4b60bb4f82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176e3ce74b0965988abd4348b4708b71d4ed79a4" 2018-10-22 18:17:19,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-275a5224-7758-45d2-b35f-ab20f0781726 Date: Mon, 22 Oct 2018 18:17:19 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "091b878a-8b24-4a85-a75e-be4b60bb4f82", "name": "sdnvpn-2-632513", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "import_targets": ["88:88"], "networks": ["7516a6ec-9495-4fdb-b7b6-d28405abfb62"], "route_targets": ["88:88"], "project_id": "8ba7a6acf87944158b12f697f8414be6", "type": "l3"}} 2018-10-22 18:17:19,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/091b878a-8b24-4a85-a75e-be4b60bb4f82 used request id req-275a5224-7758-45d2-b35f-ab20f0781726 2018-10-22 18:17:20,823 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-22 18:17:50,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec11f6bbaa6e470773d7efbda3482afcc0df288" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:17:51,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:17: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-9e86575a-3730-4dd5-b184-872ae257a20a x-compute-request-id: req-9e86575a-3730-4dd5-b184-872ae257a20a Content-Encoding: gzip Content-Length: 8130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517736465 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148256] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149866] pid_max: default: 32768 minimum: 301\n[ 0.150739] ACPI: Core revision 20150930\n[ 0.152106] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153385] Security Framework initialized\n[ 0.154174] Yama: becoming mindful.\n[ 0.154889] AppArmor: AppArmor initialized\n[ 0.155746] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157049] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158293] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159469] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160838] Initializing cgroup subsys io\n[ 0.161632] Initializing cgroup subsys memory\n[ 0.162471] Initializing cgroup subsys devices\n[ 0.163327] Initializing cgroup subsys freezer\n[ 0.164178] Initializing cgroup subsys net_cls\n[ 0.165037] Initializing cgroup subsys perf_event\n[ 0.165928] Initializing cgroup subsys net_prio\n[ 0.166793] Initializing cgroup subsys hugetlb\n[ 0.167654] Initializing cgroup subsys pids\n[ 0.168514] CPU: Physical Processor ID: 0\n[ 0.170001] mce: CPU supports 10 MCE banks\n[ 0.170837] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171817] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182683] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189361] ftrace: allocating 31920 entries in 125 pages\n[ 0.216926] smpboot: Max logical packages: 1\n[ 0.217764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219081] x2apic enabled\n[ 0.219885] Switched APIC routing to physical x2apic.\n[ 0.221614] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222718] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226425] KVM setup paravirtual spinlock\n[ 0.227735] x86: Booted up 1 node, 1 CPUs\n[ 0.228525] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229882] devtmpfs: initialized\n[ 0.231592] evm: security.selinux\n[ 0.232278] evm: security.SMACK64\n[ 0.232950] evm: security.SMACK64EXEC\n[ 0.233678] evm: security.SMACK64TRANSMUTE\n[ 0.234465] evm: security.SMACK64MMAP\n[ 0.235186] evm: security.ima\n[ 0.235819] evm: security.capability\n[ 0.236616] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238421] pinctrl core: initialized pinctrl subsystem\n[ 0.239488] RTC time: 18:15:00, date: 10/22/18\n[ 0.240437] NET: Registered protocol family 16\n[ 0.241389] cpuidle: using governor ladder\n[ 0.242181] cpuidle: using governor menu\n[ 0.242946] PCCT header not found.\n[ 0.243677] ACPI: bus type PCI registered\n[ 0.244458] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245666] PCI: Using configuration type 1 for base access\n[ 0.247401] ACPI: Added _OSI(Module Device)\n[ 0.248235] ACPI: Added _OSI(Processor Device)\n[ 0.249093] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249979] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252072] ACPI: Interpreter enabled\n[ 0.252893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260219] ACPI: (supports S0 S5)\n[ 0.260919] ACPI: Using IOAPIC for interrupt routing\n[ 0.261959] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265176] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267562] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268753] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270964] acpiphp: Slot [3] registered\n[ 0.271768] acpiphp: Slot [4] registered\n[ 0.272568] acpiphp: Slot [5] registered\n[ 0.273360] acpiphp: Slot [6] registered\n[ 0.274148] acpiphp: Slot [7] registered\n[ 0.274947] acpiphp: Slot [8] registered\n[ 0.275744] acpiphp: Slot [9] registered\n[ 0.276539] acpiphp: Slot [10] registered\n[ 0.277344] acpiphp: Slot [11] registered\n[ 0.278153] acpiphp: Slot [12] registered\n[ 0.278966] acpiphp: Slot [13] registered\n[ 0.279776] acpiphp: Slot [14] registered\n[ 0.280582] acpiphp: Slot [15] registered\n[ 0.291699] acpiphp: Slot [16] registered\n[ 0.292525] acpiphp: Slot [17] registered\n[ 0.293330] acpiphp: Slot [18] registered\n[ 0.294129] acpiphp: Slot [19] registered\n[ 0.294933] acpiphp: Slot [20] registered\n[ 0.295768] acpiphp: Slot [21] registered\n[ 0.296582] acpiphp: Slot [22] registered\n[ 0.297390] acpiphp: Slot [23] registered\n[ 0.298194] acpiphp: Slot [24] registered\n[ 0.299000] acpiphp: Slot [25] registered\n[ 0.299812] acpiphp: Slot [26] registered\n[ 0.300620] acpiphp: Slot [27] registered\n[ 0.301429] acpiphp: Slot [28] registered\n[ 0.302238] acpiphp: Slot [29] registered\n[ 0.303042] acpiphp: Slot [30] registered\n[ 0.303856] acpiphp: Slot [31] registered\n[ 0.304662] PCI host bridge to bus 0000:00\n[ 0.305468] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307878] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310764] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316980] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319423] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320823] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328619] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374124] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375592] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377011] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378421] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379802] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381055] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382543] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383584] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385198] vgaarb: loaded\n[ 0.385868] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387364] SCSI subsystem initialized\n[ 0.388263] ACPI: bus type USB registered\n[ 0.389471] usbcore: registered new interface driver usbfs\n[ 0.391038] usbcore: registered new interface driver hub\n[ 0.392564] usbcore: registered new device driver usb\n[ 0.394106] PCI: Using ACPI for IRQ routing\n[ 0.395539] NetLabel: Initializing\n[ 0.396577] NetLabel: domain hash size = 128\n[ 0.397867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399295] NetLabel: unlabeled traffic allowed by default\n[ 0.400927] clocksource: Switched to clocksource kvm-clock\n[ 0.407007] AppArmor: AppArmor Filesystem Enabled\n[ 0.408432] pnp: PnP ACPI init\n[ 0.409649] pnp: PnP ACPI: found 5 devices\n[ 0.416438] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.418992] NET: Registered protocol family 2\n[ 0.420348] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.422288] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424076] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.425847] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427485] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429256] NET: Registered protocol family 1\n[ 0.430530] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433793] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448507] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463386] Trying to unpack rootfs image as initramfs...\n[ 0.514296] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528777] Scanning for low memory corruption every 60 seconds\n[ 0.530665] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.532425] audit: initializing netlink subsys (disabled)\n[ 0.533983] audit: type=2000 audit(1540232100.921:1): initialized\n[ 0.535885] Initialise system trusted keyring\n[ 0.537245] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539015] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.541608] zbud: loaded\n[ 0.542549] VFS: Disk quotas dquot_6.6.0\n[ 0.543730] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545903] fuse init (API version 7.23)\n[ 0.547246] Key type big_key registered\n[ 0.548402] Allocating IMA MOK and blacklist keyrings.\n[ 0.550038] Key type asymmetric registered\n[ 0.551253] Asymmetric key parser 'x509' registered\n[ 0.552680] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555243] io scheduler noop registered\n[ 0.556407] io scheduler deadline registered (default)\n[ 0.557900] io scheduler cfq registered\n[ 0.559104] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.560684] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.562607] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564768] ACPI: Power Button [PWRF]\n[ 0.565956] GHES: HEST is not enabled!\n[ 0.586338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615878] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.618878] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.642442] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645324] Linux agpgart interface v0.103\n[ 0.647803] brd: module loaded\n[ 0.649368] loop: module loaded\n[ 0.654093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655814] GPT:90111 != 2097151\n[ 0.656639] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658017] GPT:90111 != 2097151\n[ 0.658796] GPT: Use GNU Parted to correct GPT errors.\n[ 0.659964] vda: vda1 vda15\n[ 0.661556] scsi host0: ata_piix\n[ 0.662430] scsi host1: ata_piix\n[ 0.663241] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664660] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666298] libphy: Fixed MDIO Bus: probed\n[ 0.667221] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668355] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670695] PPP generic driver version 2.4.2\n[ 0.671798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673207] ehci-pci: EHCI PCI platform driver\n[ 0.674201] ehci-platform: EHCI generic platform driver\n[ 0.675367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.676725] ohci-pci: OHCI PCI platform driver\n[ 0.677804] ohci-platform: OHCI generic platform driver\n[ 0.678972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.693663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.694839] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698529] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.700366] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.702448] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.704739] usb usb1: Product: UHCI Host Controller\n[ 0.706381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.709899] hub 1-0:1.0: USB hub found\n[ 0.711093] hub 1-0:1.0: 2 ports detected\n[ 0.712459] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.715683] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717207] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.718428] mousedev: PS/2 mouse device common for all mice\n[ 0.719886] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.722078] rtc_cmos 00:00: RTC can wake from S4\n[ 0.723349] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.724739] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.726192] i2c /dev entries driver\n[ 0.727091] device-mapper: uevent: version 1.0.3\n[ 0.728181] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730127] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.731646] NET: Registered protocol family 10\n[ 0.732782] NET: Registered protocol family 17\n[ 0.733849] Key type dns_resolver registered\n[ 0.734944] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736232] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738403] registered taskstats version 1\n[ 0.739383] Loading compiled-in X.509 certificates\n[ 0.741007] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.743263] zswap: loaded using pool lzo/zbud\n[ 0.744809] Key type trusted registered\n[ 0.746497] Key type encrypted registered\n[ 0.747475] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.748765] ima: No TPM chip found, activating TPM-bypass!\n[ 0.750518] evm: HMAC attrs: 0x1\n[ 0.751572] Magic number: 6:308:292\n[ 0.752474] tty tty25: hash matches\n[ 0.753448] rtc_cmos 00:00: setting system clock to 2018-10-22 18:15:01 UTC (1540232101)\n[ 0.755409] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.756751] EDD information not available.\n[ 0.821465] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823204] ata1.00: configured for MWDMA2\n[ 0.834899] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837662] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.839153] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.840651] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.842676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.844451] Write protecting the kernel read-only data: 14336k\n[ 0.846204] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.848290] 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.53\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.740976] 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.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 2.24s]\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\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-10-22 18:17:51,932 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64/action used request id req-9e86575a-3730-4dd5-b184-872ae257a20a 2018-10-22 18:17:51,933 - 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-10-22 18:17:51,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec11f6bbaa6e470773d7efbda3482afcc0df288" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:17:53,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:17:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc1fd761-52b9-4736-9ee4-04852e1b57d5 x-compute-request-id: req-bc1fd761-52b9-4736-9ee4-04852e1b57d5 Content-Encoding: gzip Content-Length: 8130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517736465 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148256] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149866] pid_max: default: 32768 minimum: 301\n[ 0.150739] ACPI: Core revision 20150930\n[ 0.152106] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153385] Security Framework initialized\n[ 0.154174] Yama: becoming mindful.\n[ 0.154889] AppArmor: AppArmor initialized\n[ 0.155746] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157049] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158293] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159469] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160838] Initializing cgroup subsys io\n[ 0.161632] Initializing cgroup subsys memory\n[ 0.162471] Initializing cgroup subsys devices\n[ 0.163327] Initializing cgroup subsys freezer\n[ 0.164178] Initializing cgroup subsys net_cls\n[ 0.165037] Initializing cgroup subsys perf_event\n[ 0.165928] Initializing cgroup subsys net_prio\n[ 0.166793] Initializing cgroup subsys hugetlb\n[ 0.167654] Initializing cgroup subsys pids\n[ 0.168514] CPU: Physical Processor ID: 0\n[ 0.170001] mce: CPU supports 10 MCE banks\n[ 0.170837] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171817] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182683] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189361] ftrace: allocating 31920 entries in 125 pages\n[ 0.216926] smpboot: Max logical packages: 1\n[ 0.217764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219081] x2apic enabled\n[ 0.219885] Switched APIC routing to physical x2apic.\n[ 0.221614] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222718] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226425] KVM setup paravirtual spinlock\n[ 0.227735] x86: Booted up 1 node, 1 CPUs\n[ 0.228525] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229882] devtmpfs: initialized\n[ 0.231592] evm: security.selinux\n[ 0.232278] evm: security.SMACK64\n[ 0.232950] evm: security.SMACK64EXEC\n[ 0.233678] evm: security.SMACK64TRANSMUTE\n[ 0.234465] evm: security.SMACK64MMAP\n[ 0.235186] evm: security.ima\n[ 0.235819] evm: security.capability\n[ 0.236616] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238421] pinctrl core: initialized pinctrl subsystem\n[ 0.239488] RTC time: 18:15:00, date: 10/22/18\n[ 0.240437] NET: Registered protocol family 16\n[ 0.241389] cpuidle: using governor ladder\n[ 0.242181] cpuidle: using governor menu\n[ 0.242946] PCCT header not found.\n[ 0.243677] ACPI: bus type PCI registered\n[ 0.244458] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245666] PCI: Using configuration type 1 for base access\n[ 0.247401] ACPI: Added _OSI(Module Device)\n[ 0.248235] ACPI: Added _OSI(Processor Device)\n[ 0.249093] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249979] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252072] ACPI: Interpreter enabled\n[ 0.252893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260219] ACPI: (supports S0 S5)\n[ 0.260919] ACPI: Using IOAPIC for interrupt routing\n[ 0.261959] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265176] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267562] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268753] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270964] acpiphp: Slot [3] registered\n[ 0.271768] acpiphp: Slot [4] registered\n[ 0.272568] acpiphp: Slot [5] registered\n[ 0.273360] acpiphp: Slot [6] registered\n[ 0.274148] acpiphp: Slot [7] registered\n[ 0.274947] acpiphp: Slot [8] registered\n[ 0.275744] acpiphp: Slot [9] registered\n[ 0.276539] acpiphp: Slot [10] registered\n[ 0.277344] acpiphp: Slot [11] registered\n[ 0.278153] acpiphp: Slot [12] registered\n[ 0.278966] acpiphp: Slot [13] registered\n[ 0.279776] acpiphp: Slot [14] registered\n[ 0.280582] acpiphp: Slot [15] registered\n[ 0.291699] acpiphp: Slot [16] registered\n[ 0.292525] acpiphp: Slot [17] registered\n[ 0.293330] acpiphp: Slot [18] registered\n[ 0.294129] acpiphp: Slot [19] registered\n[ 0.294933] acpiphp: Slot [20] registered\n[ 0.295768] acpiphp: Slot [21] registered\n[ 0.296582] acpiphp: Slot [22] registered\n[ 0.297390] acpiphp: Slot [23] registered\n[ 0.298194] acpiphp: Slot [24] registered\n[ 0.299000] acpiphp: Slot [25] registered\n[ 0.299812] acpiphp: Slot [26] registered\n[ 0.300620] acpiphp: Slot [27] registered\n[ 0.301429] acpiphp: Slot [28] registered\n[ 0.302238] acpiphp: Slot [29] registered\n[ 0.303042] acpiphp: Slot [30] registered\n[ 0.303856] acpiphp: Slot [31] registered\n[ 0.304662] PCI host bridge to bus 0000:00\n[ 0.305468] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307878] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310764] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316980] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319423] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320823] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328619] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374124] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375592] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377011] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378421] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379802] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381055] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382543] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383584] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385198] vgaarb: loaded\n[ 0.385868] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387364] SCSI subsystem initialized\n[ 0.388263] ACPI: bus type USB registered\n[ 0.389471] usbcore: registered new interface driver usbfs\n[ 0.391038] usbcore: registered new interface driver hub\n[ 0.392564] usbcore: registered new device driver usb\n[ 0.394106] PCI: Using ACPI for IRQ routing\n[ 0.395539] NetLabel: Initializing\n[ 0.396577] NetLabel: domain hash size = 128\n[ 0.397867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399295] NetLabel: unlabeled traffic allowed by default\n[ 0.400927] clocksource: Switched to clocksource kvm-clock\n[ 0.407007] AppArmor: AppArmor Filesystem Enabled\n[ 0.408432] pnp: PnP ACPI init\n[ 0.409649] pnp: PnP ACPI: found 5 devices\n[ 0.416438] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.418992] NET: Registered protocol family 2\n[ 0.420348] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.422288] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424076] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.425847] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427485] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429256] NET: Registered protocol family 1\n[ 0.430530] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433793] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448507] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463386] Trying to unpack rootfs image as initramfs...\n[ 0.514296] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528777] Scanning for low memory corruption every 60 seconds\n[ 0.530665] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.532425] audit: initializing netlink subsys (disabled)\n[ 0.533983] audit: type=2000 audit(1540232100.921:1): initialized\n[ 0.535885] Initialise system trusted keyring\n[ 0.537245] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539015] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.541608] zbud: loaded\n[ 0.542549] VFS: Disk quotas dquot_6.6.0\n[ 0.543730] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545903] fuse init (API version 7.23)\n[ 0.547246] Key type big_key registered\n[ 0.548402] Allocating IMA MOK and blacklist keyrings.\n[ 0.550038] Key type asymmetric registered\n[ 0.551253] Asymmetric key parser 'x509' registered\n[ 0.552680] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555243] io scheduler noop registered\n[ 0.556407] io scheduler deadline registered (default)\n[ 0.557900] io scheduler cfq registered\n[ 0.559104] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.560684] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.562607] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564768] ACPI: Power Button [PWRF]\n[ 0.565956] GHES: HEST is not enabled!\n[ 0.586338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615878] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.618878] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.642442] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645324] Linux agpgart interface v0.103\n[ 0.647803] brd: module loaded\n[ 0.649368] loop: module loaded\n[ 0.654093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655814] GPT:90111 != 2097151\n[ 0.656639] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658017] GPT:90111 != 2097151\n[ 0.658796] GPT: Use GNU Parted to correct GPT errors.\n[ 0.659964] vda: vda1 vda15\n[ 0.661556] scsi host0: ata_piix\n[ 0.662430] scsi host1: ata_piix\n[ 0.663241] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664660] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666298] libphy: Fixed MDIO Bus: probed\n[ 0.667221] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668355] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670695] PPP generic driver version 2.4.2\n[ 0.671798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673207] ehci-pci: EHCI PCI platform driver\n[ 0.674201] ehci-platform: EHCI generic platform driver\n[ 0.675367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.676725] ohci-pci: OHCI PCI platform driver\n[ 0.677804] ohci-platform: OHCI generic platform driver\n[ 0.678972] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.693663] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.694839] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.696950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698529] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.700366] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.702448] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.704739] usb usb1: Product: UHCI Host Controller\n[ 0.706381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.709899] hub 1-0:1.0: USB hub found\n[ 0.711093] hub 1-0:1.0: 2 ports detected\n[ 0.712459] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.715683] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717207] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.718428] mousedev: PS/2 mouse device common for all mice\n[ 0.719886] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.722078] rtc_cmos 00:00: RTC can wake from S4\n[ 0.723349] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.724739] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.726192] i2c /dev entries driver\n[ 0.727091] device-mapper: uevent: version 1.0.3\n[ 0.728181] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730127] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.731646] NET: Registered protocol family 10\n[ 0.732782] NET: Registered protocol family 17\n[ 0.733849] Key type dns_resolver registered\n[ 0.734944] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736232] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738403] registered taskstats version 1\n[ 0.739383] Loading compiled-in X.509 certificates\n[ 0.741007] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.743263] zswap: loaded using pool lzo/zbud\n[ 0.744809] Key type trusted registered\n[ 0.746497] Key type encrypted registered\n[ 0.747475] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.748765] ima: No TPM chip found, activating TPM-bypass!\n[ 0.750518] evm: HMAC attrs: 0x1\n[ 0.751572] Magic number: 6:308:292\n[ 0.752474] tty tty25: hash matches\n[ 0.753448] rtc_cmos 00:00: setting system clock to 2018-10-22 18:15:01 UTC (1540232101)\n[ 0.755409] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.756751] EDD information not available.\n[ 0.821465] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.823204] ata1.00: configured for MWDMA2\n[ 0.834899] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.837662] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.839153] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.840651] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.842676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.844451] Write protecting the kernel read-only data: 14336k\n[ 0.846204] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.848290] 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.53\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.740976] 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.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 2.24s]\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\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-10-22 18:17:53,011 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64/action used request id req-bc1fd761-52b9-4736-9ee4-04852e1b57d5 2018-10-22 18:17:53,012 - sdnvpn-results - DEBUG - [PASS] [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] 2018-10-22 18:17:53,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa3217fcacb61371dacfec70d9c018690717e1d8" -d '{"forceDelete": null}' 2018-10-22 18:17:53,180 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:17: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-e7ae08f2-15ab-4e41-83b6-fccb0db40f2b x-compute-request-id: req-e7ae08f2-15ab-4e41-83b6-fccb0db40f2b Content-Length: 0 Content-Type: application/json 2018-10-22 18:17:53,180 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/518b6deb-1ba4-4f0b-b972-889b7252b72b/action used request id req-e7ae08f2-15ab-4e41-83b6-fccb0db40f2b 2018-10-22 18:17:53,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa3217fcacb61371dacfec70d9c018690717e1d8" -d '{"forceDelete": null}' 2018-10-22 18:17:53,384 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:17: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-609fa4db-61da-4dff-a86c-06e6d785806c x-compute-request-id: req-609fa4db-61da-4dff-a86c-06e6d785806c Content-Length: 0 Content-Type: application/json 2018-10-22 18:17:53,384 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff7ef0ee-0cca-44e1-a7f6-c4e52b1f9e07/action used request id req-609fa4db-61da-4dff-a86c-06e6d785806c 2018-10-22 18:17:53,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa3217fcacb61371dacfec70d9c018690717e1d8" -d '{"forceDelete": null}' 2018-10-22 18:17:53,581 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:17: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-be0b30c6-01fd-4067-a91d-693e7f69e3af x-compute-request-id: req-be0b30c6-01fd-4067-a91d-693e7f69e3af Content-Length: 0 Content-Type: application/json 2018-10-22 18:17:53,581 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5ebf3820-7eae-4e78-ad4a-e22fde571f64/action used request id req-be0b30c6-01fd-4067-a91d-693e7f69e3af 2018-10-22 18:17:53,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/3556acc2-79d0-48ce-b331-57a22c671b6a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ffa98cb32e0846f0693bb6e1e2d6eb2f43fd829f" 2018-10-22 18:17:55,471 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f71d956c-25cf-4329-80f4-247bbfb8f3a2 Date: Mon, 22 Oct 2018 18:17:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:17:55,472 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/3556acc2-79d0-48ce-b331-57a22c671b6a used request id req-f71d956c-25cf-4329-80f4-247bbfb8f3a2 2018-10-22 18:17:55,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/ec09f579-8d9f-43e5-848c-76d8d11e49b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176e3ce74b0965988abd4348b4708b71d4ed79a4" 2018-10-22 18:17:56,172 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e1df1aa7-2a4a-4845-8cb4-216db9e41231 Content-Length: 0 Date: Mon, 22 Oct 2018 18:17:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:17:56,172 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/ec09f579-8d9f-43e5-848c-76d8d11e49b8 used request id req-e1df1aa7-2a4a-4845-8cb4-216db9e41231 2018-10-22 18:17:56,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/091b878a-8b24-4a85-a75e-be4b60bb4f82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176e3ce74b0965988abd4348b4708b71d4ed79a4" 2018-10-22 18:17:56,690 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fe14d750-3964-4c40-855c-9343696a1677 Content-Length: 0 Date: Mon, 22 Oct 2018 18:17:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:17:56,690 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/091b878a-8b24-4a85-a75e-be4b60bb4f82 used request id req-fe14d750-3964-4c40-855c-9343696a1677 2018-10-22 18:17:56,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/3dad1642-7ae3-4d6a-a531-ed0327f184f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176e3ce74b0965988abd4348b4708b71d4ed79a4" 2018-10-22 18:17:58,936 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1a3d275b-ec40-4398-b6cf-2c32041fc051 Date: Mon, 22 Oct 2018 18:17:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:17:58,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/3dad1642-7ae3-4d6a-a531-ed0327f184f7 used request id req-1a3d275b-ec40-4398-b6cf-2c32041fc051 2018-10-22 18:17:58,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/f465124b-44a5-4294-be37-c214fd57065e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176e3ce74b0965988abd4348b4708b71d4ed79a4" 2018-10-22 18:18:01,070 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-49cc9dc7-fe84-4c34-88e3-07ce4e84cfe8 Date: Mon, 22 Oct 2018 18:18:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:18:01,071 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/f465124b-44a5-4294-be37-c214fd57065e used request id req-49cc9dc7-fe84-4c34-88e3-07ce4e84cfe8 2018-10-22 18:18:01,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/913f2c3a-3dc9-496d-bc21-11ea1a20af3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176e3ce74b0965988abd4348b4708b71d4ed79a4" 2018-10-22 18:18:01,937 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c2243160-93bb-4bf3-a7a8-2398c35e720e Date: Mon, 22 Oct 2018 18:18:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:18:01,937 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/913f2c3a-3dc9-496d-bc21-11ea1a20af3a used request id req-c2243160-93bb-4bf3-a7a8-2398c35e720e 2018-10-22 18:18:01,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/7516a6ec-9495-4fdb-b7b6-d28405abfb62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176e3ce74b0965988abd4348b4708b71d4ed79a4" 2018-10-22 18:18:02,607 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0e8f1efb-2244-4b95-a4d2-6f64e53aa52c Date: Mon, 22 Oct 2018 18:18:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:18:02,607 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/7516a6ec-9495-4fdb-b7b6-d28405abfb62 used request id req-0e8f1efb-2244-4b95-a4d2-6f64e53aa52c 2018-10-22 18:18:02,608 - 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-10-22 18:18:02,608 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-22 18:18:02,608 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-10-22 18:18:02,609 - 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-10-22 18:18:02,609 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-10-22 18:18:02,609 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-10-22 18:18:02,609 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-10-22 18:18:02,697 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-10-22 18:18:02,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:18:02,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:18:02,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:18:02,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:18:02,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:18:02,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:18:02,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:18:02,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:18:02,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:18:02,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:18:02,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:18:02,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:18:02,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:18:02,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:18:02,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:18:02,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:18:02,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:18:02,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:18:02,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:18:02,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:18:02,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:18:02,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:18:02,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:18:02,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:18:02,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:18:02,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:18:02,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:18:02,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:18:02,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:18:02,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:18:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:18:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:18:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:18:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:18:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:18:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:18:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:18:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:18:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:18:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:18:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:18:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:18:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:18:02,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:18:02,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:18:02,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:18:02,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:18:02,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:18:02,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-22 18:18:02,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:18:02,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:18:02,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:18:02,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:18:02,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:18:02,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:18:02,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:18:02,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:18:02,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:18:02,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:18:02,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:18:02,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:18:02,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:18:02,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:18:02,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:18:02,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:18:02,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:18:02,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:18:02,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:18:02,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:18:02,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:18:02,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:18:02,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:18:02,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:18:02,706 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-22 18:18:02,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:18:02,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bc4b21f-a9a5-45bd-abca-0f38975b5881 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:18:02,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0bc4b21f-a9a5-45bd-abca-0f38975b5881 2018-10-22 18:18:02,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:18:03,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:18:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["vFEf7repQLiD2UTlIvU_Lg"], "issued_at": "2018-10-22T18:18:03.000000Z"}} 2018-10-22 18:18:03,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ec2fddd1a330b86e9e0eeedaccd3ad3ebc6494a" 2018-10-22 18:18:03,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-ec305b9e-e8cb-4f1a-a311-d1f9356ab018 Date: Mon, 22 Oct 2018 18:18:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-22 18:18:03,646 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-ec305b9e-e8cb-4f1a-a311-d1f9356ab018 2018-10-22 18:18:03,647 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-22 18:18:03,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ec2fddd1a330b86e9e0eeedaccd3ad3ebc6494a" 2018-10-22 18:18:03,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c650dd08-7a42-4c3d-a44a-2da6d64036e6 Date: Mon, 22 Oct 2018 18:18:03 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-10-22 18:18:03,805 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-c650dd08-7a42-4c3d-a44a-2da6d64036e6 2018-10-22 18:18:03,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3ec2fddd1a330b86e9e0eeedaccd3ad3ebc6494a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-22 18:18:04,415 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/2e50d853-3b3f-443a-8652-dccb4db4bb96 X-Openstack-Request-Id: req-444f0ffa-e460-44b7-b413-5d3c082f5c50 Date: Mon, 22 Oct 2018 18:18:04 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T18:18:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T18:18:04Z", "visibility": "public", "locations": [], "self": "/v2/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "min_disk": 0, "protected": false, "id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "file": "/v2/images/2e50d853-3b3f-443a-8652-dccb4db4bb96/file", "checksum": null, "owner": "8ba7a6acf87944158b12f697f8414be6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 18:18:04,416 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-444f0ffa-e460-44b7-b413-5d3c082f5c50 2018-10-22 18:18:04,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/2e50d853-3b3f-443a-8652-dccb4db4bb96/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ec2fddd1a330b86e9e0eeedaccd3ad3ebc6494a" -d '' 2018-10-22 18:18:06,145 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-78ef74d2-f4a5-43d6-b54e-f024309dbb1f Date: Mon, 22 Oct 2018 18:18:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:18:06,146 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/2e50d853-3b3f-443a-8652-dccb4db4bb96/file used request id req-78ef74d2-f4a5-43d6-b54e-f024309dbb1f 2018-10-22 18:18:06,146 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-1-net 2018-10-22 18:18:06,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:18:06,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-766490f9-9562-49d2-9ebd-3e7bc7fa09f9 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:18:06,154 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-766490f9-9562-49d2-9ebd-3e7bc7fa09f9 2018-10-22 18:18:06,154 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:18:06,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:18:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["6E3G7VMwTCqp_SVxPHl4qw"], "issued_at": "2018-10-22T18:18:06.000000Z"}} 2018-10-22 18:18:06,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" -d '{"network": {"name": "sdnvpn-1-1-net", "admin_state_up": true}}' 2018-10-22 18:18:06,914 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-950133c2-f6a4-4793-90d2-3ebb85761845 Date: Mon, 22 Oct 2018 18:18:06 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fb02b3fd-e701-41b1-8fab-c19fde55c639","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:18:06Z","is_default":false,"provider:segmentation_id":93,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:18:06Z","mtu":1450}} 2018-10-22 18:18:06,914 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-950133c2-f6a4-4793-90d2-3ebb85761845 2018-10-22 18:18:06,915 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-1-subnet in network fb02b3fd-e701-41b1-8fab-c19fde55c639 with cidr 10.10.10.0/24 2018-10-22 18:18:06,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" -d '{"subnets": [{"ip_version": 4, "network_id": "fb02b3fd-e701-41b1-8fab-c19fde55c639", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-1-subnet"}]}' 2018-10-22 18:18:07,637 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-cf48753e-ffa3-40ba-9325-8676753ae779 Date: Mon, 22 Oct 2018 18:18:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb02b3fd-e701-41b1-8fab-c19fde55c639","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:18:07Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:18:07Z","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":"8ba7a6acf87944158b12f697f8414be6","id":"575374cd-d3c5-4183-9f1d-d41875d8fd82","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"}]} 2018-10-22 18:18:07,638 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-cf48753e-ffa3-40ba-9325-8676753ae779 2018-10-22 18:18:07,638 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-2-net 2018-10-22 18:18:07,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" -d '{"network": {"name": "sdnvpn-1-2-net", "admin_state_up": true}}' 2018-10-22 18:18:08,021 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-37e4b7e6-22eb-43af-8b33-b80d90b1666b Date: Mon, 22 Oct 2018 18:18: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":"cba249f0-d39c-4956-b943-8ac4d84700d6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:18:07Z","is_default":false,"provider:segmentation_id":38,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:18:07Z","mtu":1450}} 2018-10-22 18:18:08,021 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-37e4b7e6-22eb-43af-8b33-b80d90b1666b 2018-10-22 18:18:08,021 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-2-subnet in network cba249f0-d39c-4956-b943-8ac4d84700d6 with cidr 10.10.11.0/24 2018-10-22 18:18:08,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" -d '{"subnets": [{"ip_version": 4, "network_id": "cba249f0-d39c-4956-b943-8ac4d84700d6", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-2-subnet"}]}' 2018-10-22 18:18:08,638 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-9658c02e-c1bd-4845-a503-075b859f66eb Date: Mon, 22 Oct 2018 18:18:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cba249f0-d39c-4956-b943-8ac4d84700d6","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:18:08Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:18:08Z","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":"8ba7a6acf87944158b12f697f8414be6","id":"5b56ab3f-fe6a-4045-ab0d-1a424c121d15","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"}]} 2018-10-22 18:18:08,638 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-9658c02e-c1bd-4845-a503-075b859f66eb 2018-10-22 18:18:08,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" 2018-10-22 18:18:08,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15042 X-Openstack-Request-Id: req-4aa79891-93cd-4199-9148-06464f261d8d Date: Mon, 22 Oct 2018 18:18:08 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "updated_at": "2018-10-22T18:01:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "58c66846-fedf-4b66-b4e6-ffd6961123a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "9fc44f04-2cd7-4100-9543-8571d2da7285", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "f5e8b3f0-29af-49f0-94fb-39a2d07d2cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}], "revision_number": 3, "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "name": "tempest-secgroup--969560917"}, {"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "updated_at": "2018-10-22T18:04:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "1a013dff-72ac-41fc-9e59-265dff844960", "remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "406eb29d-a577-4eee-a2dd-70816b1f5888", "remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "8d4ddaeb-a7b3-4aed-91b7-115087d4fcb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "c522c5d9-59c1-4a83-941f-8ae7551e78b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}], "revision_number": 4, "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "55730c75-de7b-4a88-af62-c3f888487961", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "updated_at": "2018-10-22T18:10:53Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "0e25d5d7-5b4c-49b5-88b5-324f10154a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-22T18:10:53Z", "revision_number": 0, "id": "1de7278a-53c8-4b5c-a5c8-689d979f74a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:10:53Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 179, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "57707afa-8faf-4113-8c8c-30963caf5615", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "6bc10a09-c2a7-464a-ad78-c70bbbf6ee4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "7028de3f-e565-496f-b597-ca46bbca438c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "8b050586-2b9f-4633-a718-7d1d30acbcf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "982034b0-0ac6-4711-ae91-f2bb976a3b46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 7, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "82fd1622-3826-4da5-909e-15968132dad8", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "updated_at": "2018-10-22T14:58:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "67e51c9b-e362-42bd-a305-439e546f173e", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "90643a86-0f62-4588-9a8c-68cea1343ff6", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "name": "default"}]} 2018-10-22 18:18:08,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-4aa79891-93cd-4199-9148-06464f261d8d 2018-10-22 18:18:08,870 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-22 18:18:08,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:18:08,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57fdaf60-7d9c-419c-af73-8673ed642e13 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:18:08,879 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-57fdaf60-7d9c-419c-af73-8673ed642e13 2018-10-22 18:18:08,880 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:18:09,260 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:18:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["kZTp0gqwSSGYlvufQ8I2Dg"], "issued_at": "2018-10-22T18:18:09.000000Z"}} 2018-10-22 18:18:09,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b56de49a335a852702cc85af76061dfd25501c4" 2018-10-22 18:18:09,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06a48325-7f8f-486e-b0ee-1479a8508cbc x-compute-request-id: req-06a48325-7f8f-486e-b0ee-1479a8508cbc Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 197}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-22 18:18:09,455 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-06a48325-7f8f-486e-b0ee-1479a8508cbc 2018-10-22 18:18:09,456 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-10-22 18:18:09,457 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-2'... 2018-10-22 18:18:09,457 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-2 flavor=m1.tiny image=2e50d853-3b3f-443a-8652-dccb4db4bb96 network=fb02b3fd-e701-41b1-8fab-c19fde55c639 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-22 18:18:09,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:18:09,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:18:09,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:18:09,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:18:09,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:18:09,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:18:09,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:18:09,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:18:09,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:18:09,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:18:09,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:18:09,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:18:09,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:18:09,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:18:09,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:18:09,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:18:09,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:18:09,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:18:09,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:18:09,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:18:09,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:18:09,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:18:09,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:18:09,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:18:09,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:18:09,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:18:09,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:18:09,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:18:09,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:18:09,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:18:09,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:18:09,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:18:09,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:18:09,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:18:09,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:18:09,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:18:09,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:18:09,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:18:09,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:18:09,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:18:09,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:18:09,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:18:09,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:18:09,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:18:09,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:18:09,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:18:09,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:18:09,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:18:09,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:18:09,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b934701-bc55-4977-bda2-0a8921b01e63 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:18:09,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9b934701-bc55-4977-bda2-0a8921b01e63 2018-10-22 18:18:09,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:18:09,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:18:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["ibKMZHtFR6KA-lVUEwaeGQ"], "issued_at": "2018-10-22T18:18:09.000000Z"}} 2018-10-22 18:18:09,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" 2018-10-22 18:18:10,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06139251-ec6d-49ae-9073-08b3cdadaa4b x-compute-request-id: req-06139251-ec6d-49ae-9073-08b3cdadaa4b Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:18:10,025 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-06139251-ec6d-49ae-9073-08b3cdadaa4b 2018-10-22 18:18:10,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" 2018-10-22 18:18:10,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18: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-363491e1-627e-43eb-86e6-f9c2fc389f18 x-compute-request-id: req-363491e1-627e-43eb-86e6-f9c2fc389f18 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:18:10,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-363491e1-627e-43eb-86e6-f9c2fc389f18 2018-10-22 18:18:10,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" -d '{"server": {"name": "sdnvpn-1-2", "imageRef": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "fb02b3fd-e701-41b1-8fab-c19fde55c639"}]}}' 2018-10-22 18:18:12,463 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:18: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-bb44bed9-8e0e-4a4a-83ff-0441c0e50e72 x-compute-request-id: req-bb44bed9-8e0e-4a4a-83ff-0441c0e50e72 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f97cad5a-2bc2-461a-9f34-2da2f87afbc7", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7", "rel": "bookmark"}], "adminPass": "DZrBRC6z7dM7"}} 2018-10-22 18:18:12,463 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-bb44bed9-8e0e-4a4a-83ff-0441c0e50e72 2018-10-22 18:18:12,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:18:12,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d792b7e-2194-477b-9886-8d7395855986 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:18:12,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1d792b7e-2194-477b-9886-8d7395855986 2018-10-22 18:18:12,472 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:18:12,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:18:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["5RJZFybiT2qcA2jY_y9Ucg"], "issued_at": "2018-10-22T18:18:12.000000Z"}} 2018-10-22 18:18:12,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58d71d5d585026d57fa88c310940ee19a51fe5c" 2018-10-22 18:18:13,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18: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-fa9ce91d-4019-49a1-809a-6acd0af9374f x-compute-request-id: req-fa9ce91d-4019-49a1-809a-6acd0af9374f 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.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000137", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "f97cad5a-2bc2-461a-9f34-2da2f87afbc7", "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:18:13Z", "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-10-22T18:18:12Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:18:13,409 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7 used request id req-fa9ce91d-4019-49a1-809a-6acd0af9374f 2018-10-22 18:18:16,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58d71d5d585026d57fa88c310940ee19a51fe5c" 2018-10-22 18:18:17,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18: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-d61f791c-29fb-435a-b006-a13d7079fd7d x-compute-request-id: req-d61f791c-29fb-435a-b006-a13d7079fd7d Content-Encoding: gzip Content-Length: 774 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:eb:f3:f0", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000137", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "f97cad5a-2bc2-461a-9f34-2da2f87afbc7", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:18:13Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2", "created": "2018-10-22T18:18:12Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:18:17,286 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7 used request id req-d61f791c-29fb-435a-b006-a13d7079fd7d 2018-10-22 18:18:20,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58d71d5d585026d57fa88c310940ee19a51fe5c" 2018-10-22 18:18:21,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be8d49f4-08a5-4d4d-b513-e38f8e421839 x-compute-request-id: req-be8d49f4-08a5-4d4d-b513-e38f8e421839 Content-Encoding: gzip Content-Length: 777 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:eb:f3:f0", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000137", "OS-SRV-USG:launched_at": "2018-10-22T18:18:17.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "f97cad5a-2bc2-461a-9f34-2da2f87afbc7", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:18:18Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2", "created": "2018-10-22T18:18:12Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:18:21,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7 used request id req-be8d49f4-08a5-4d4d-b513-e38f8e421839 2018-10-22 18:18:21,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" 2018-10-22 18:18:21,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18: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-a328b637-0a20-4d34-911c-a348a7a52fa5 x-compute-request-id: req-a328b637-0a20-4d34-911c-a348a7a52fa5 Content-Encoding: gzip Content-Length: 777 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:eb:f3:f0", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000137", "OS-SRV-USG:launched_at": "2018-10-22T18:18:17.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "f97cad5a-2bc2-461a-9f34-2da2f87afbc7", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:18:18Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2", "created": "2018-10-22T18:18:12Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:18:21,716 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7 used request id req-a328b637-0a20-4d34-911c-a348a7a52fa5 2018-10-22 18:18:21,717 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-2' booted successfully. IP='10.10.10.10'. 2018-10-22 18:18:21,717 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-2' to security group 'sdnvpn-sg'... 2018-10-22 18:18:21,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b56de49a335a852702cc85af76061dfd25501c4" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:18:23,179 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:18: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-9fd3763a-051d-4207-abfd-1202a1111767 x-compute-request-id: req-9fd3763a-051d-4207-abfd-1202a1111767 Content-Length: 0 Content-Type: application/json 2018-10-22 18:18:23,180 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-9fd3763a-051d-4207-abfd-1202a1111767 2018-10-22 18:18:23,180 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-3'... 2018-10-22 18:18:23,180 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-3 flavor=m1.tiny image=2e50d853-3b3f-443a-8652-dccb4db4bb96 network=fb02b3fd-e701-41b1-8fab-c19fde55c639 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-22 18:18:23,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:18:23,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:18:23,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:18:23,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:18:23,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:18:23,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:18:23,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:18:23,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:18:23,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:18:23,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:18:23,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:18:23,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:18:23,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:18:23,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:18:23,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:18:23,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:18:23,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:18:23,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:18:23,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:18:23,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:18:23,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:18:23,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:18:23,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:18:23,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:18:23,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:18:23,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:18:23,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:18:23,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:18:23,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:18:23,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:18:23,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:18:23,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:18:23,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:18:23,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:18:23,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:18:23,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:18:23,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:18:23,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:18:23,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:18:23,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:18:23,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:18:23,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:18:23,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:18:23,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:18:23,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:18:23,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:18:23,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:18:23,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:18:23,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:18:23,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-beec99a7-ee9d-477d-9740-46a9c77f69c1 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:18:23,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-beec99a7-ee9d-477d-9740-46a9c77f69c1 2018-10-22 18:18:23,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:18:23,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:18:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["3PEXfxhNTniHdDpDeChoVw"], "issued_at": "2018-10-22T18:18:23.000000Z"}} 2018-10-22 18:18:23,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00079ba800ac141f331b33a84c60d9c840a11c81" 2018-10-22 18:18:23,772 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18: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-9bcd13c0-62b7-445f-b2d2-c4dae7a0f8b7 x-compute-request-id: req-9bcd13c0-62b7-445f-b2d2-c4dae7a0f8b7 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:18:23,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-9bcd13c0-62b7-445f-b2d2-c4dae7a0f8b7 2018-10-22 18:18:23,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00079ba800ac141f331b33a84c60d9c840a11c81" 2018-10-22 18:18:23,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18: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-8e4b4605-861d-4eba-96f4-56b4a8389a4a x-compute-request-id: req-8e4b4605-861d-4eba-96f4-56b4a8389a4a Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:18:23,795 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-8e4b4605-861d-4eba-96f4-56b4a8389a4a 2018-10-22 18:18:23,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00079ba800ac141f331b33a84c60d9c840a11c81" -d '{"server": {"name": "sdnvpn-1-3", "imageRef": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "fb02b3fd-e701-41b1-8fab-c19fde55c639"}]}}' 2018-10-22 18:18:25,120 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:18: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-6ce1bd81-585e-449e-9f64-55e7ddde0a9c x-compute-request-id: req-6ce1bd81-585e-449e-9f64-55e7ddde0a9c Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "83c75019-c358-4ac1-9356-330e8dc89e3e", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83c75019-c358-4ac1-9356-330e8dc89e3e", "rel": "bookmark"}], "adminPass": "ksUMGn4A4mvy"}} 2018-10-22 18:18:25,120 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-6ce1bd81-585e-449e-9f64-55e7ddde0a9c 2018-10-22 18:18:25,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:18:25,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e45c5fc2-22b2-49d5-96e0-fa1ae6664838 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:18:25,128 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e45c5fc2-22b2-49d5-96e0-fa1ae6664838 2018-10-22 18:18:25,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:18:25,510 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:18:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["DNhjUSRnRz-AEyrdUcJ3TQ"], "issued_at": "2018-10-22T18:18:25.000000Z"}} 2018-10-22 18:18:25,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f1075f6e512d3e22b19733c95933ff0a948e72" 2018-10-22 18:18:26,006 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18: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-37e44b37-8707-4012-ba0f-f805a5ce9570 x-compute-request-id: req-37e44b37-8707-4012-ba0f-f805a5ce9570 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83c75019-c358-4ac1-9356-330e8dc89e3e", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "83c75019-c358-4ac1-9356-330e8dc89e3e", "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:18:25Z", "hostId": "a0e44779f1b54d8b6d440c89c313180bfefb1346ffb6e408f47d5851", "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-3", "created": "2018-10-22T18:18:25Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:18:26,006 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e used request id req-37e44b37-8707-4012-ba0f-f805a5ce9570 2018-10-22 18:18:29,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f1075f6e512d3e22b19733c95933ff0a948e72" 2018-10-22 18:18:29,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18: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-ca0fe10d-c446-425c-a1f2-8acdd3a38777 x-compute-request-id: req-ca0fe10d-c446-425c-a1f2-8acdd3a38777 Content-Encoding: gzip Content-Length: 705 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83c75019-c358-4ac1-9356-330e8dc89e3e", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "83c75019-c358-4ac1-9356-330e8dc89e3e", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:18:25Z", "hostId": "a0e44779f1b54d8b6d440c89c313180bfefb1346ffb6e408f47d5851", "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-3", "created": "2018-10-22T18:18:25Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:18:29,722 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e used request id req-ca0fe10d-c446-425c-a1f2-8acdd3a38777 2018-10-22 18:18:32,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5f1075f6e512d3e22b19733c95933ff0a948e72" 2018-10-22 18:18:33,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18: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-95251726-ebe4-4ed4-9a6d-8e6d5ebb816b x-compute-request-id: req-95251726-ebe4-4ed4-9a6d-8e6d5ebb816b 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:ca:85:d4", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83c75019-c358-4ac1-9356-330e8dc89e3e", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": "2018-10-22T18:18:29.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "83c75019-c358-4ac1-9356-330e8dc89e3e", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:18:30Z", "hostId": "a0e44779f1b54d8b6d440c89c313180bfefb1346ffb6e408f47d5851", "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-3", "created": "2018-10-22T18:18:25Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:18:33,200 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e used request id req-95251726-ebe4-4ed4-9a6d-8e6d5ebb816b 2018-10-22 18:18:33,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00079ba800ac141f331b33a84c60d9c840a11c81" 2018-10-22 18:18:33,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18: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-24f2aaee-4ce1-49fe-b512-401e713b2d90 x-compute-request-id: req-24f2aaee-4ce1-49fe-b512-401e713b2d90 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:ca:85:d4", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83c75019-c358-4ac1-9356-330e8dc89e3e", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": "2018-10-22T18:18:29.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "83c75019-c358-4ac1-9356-330e8dc89e3e", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:18:30Z", "hostId": "a0e44779f1b54d8b6d440c89c313180bfefb1346ffb6e408f47d5851", "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-3", "created": "2018-10-22T18:18:25Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:18:33,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e used request id req-24f2aaee-4ce1-49fe-b512-401e713b2d90 2018-10-22 18:18:33,766 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-3' booted successfully. IP='10.10.10.6'. 2018-10-22 18:18:33,766 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-3' to security group 'sdnvpn-sg'... 2018-10-22 18:18:33,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b56de49a335a852702cc85af76061dfd25501c4" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:18:35,370 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:18: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-b280f4d4-9021-4066-b3bf-a467cd7200d6 x-compute-request-id: req-b280f4d4-9021-4066-b3bf-a467cd7200d6 Content-Length: 0 Content-Type: application/json 2018-10-22 18:18:35,371 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e/action used request id req-b280f4d4-9021-4066-b3bf-a467cd7200d6 2018-10-22 18:18:35,371 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-5'... 2018-10-22 18:18:35,371 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-5 flavor=m1.tiny image=2e50d853-3b3f-443a-8652-dccb4db4bb96 network=cba249f0-d39c-4956-b943-8ac4d84700d6 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-22 18:18:35,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:18:35,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:18:35,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:18:35,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:18:35,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:18:35,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:18:35,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:18:35,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:18:35,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:18:35,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:18:35,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:18:35,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:18:35,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:18:35,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:18:35,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:18:35,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:18:35,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:18:35,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:18:35,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:18:35,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:18:35,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:18:35,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:18:35,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:18:35,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:18:35,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:18:35,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:18:35,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:18:35,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:18:35,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:18:35,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:18:35,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:18:35,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:18:35,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:18:35,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:18:35,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:18:35,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:18:35,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:18:35,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:18:35,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:18:35,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:18:35,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:18:35,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:18:35,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:18:35,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:18:35,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:18:35,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:18:35,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:18:35,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:18:35,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:18:35,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d70ebf4a-de3c-4743-b849-d3ef3d576312 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:18:35,389 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d70ebf4a-de3c-4743-b849-d3ef3d576312 2018-10-22 18:18:35,390 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:18:35,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:18:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["VWyJYl3EQGuAABIGp1EYDQ"], "issued_at": "2018-10-22T18:18:35.000000Z"}} 2018-10-22 18:18:35,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" 2018-10-22 18:18:35,944 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18: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-cd071a24-884d-4249-b811-205579b55195 x-compute-request-id: req-cd071a24-884d-4249-b811-205579b55195 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:18:35,944 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-cd071a24-884d-4249-b811-205579b55195 2018-10-22 18:18:35,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" 2018-10-22 18:18:35,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18: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-af3c15b4-e450-4093-a54b-9de453efe0f9 x-compute-request-id: req-af3c15b4-e450-4093-a54b-9de453efe0f9 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:18:35,966 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-af3c15b4-e450-4093-a54b-9de453efe0f9 2018-10-22 18:18:35,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"server": {"name": "sdnvpn-1-5", "imageRef": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cba249f0-d39c-4956-b943-8ac4d84700d6"}]}}' 2018-10-22 18:18:38,060 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:18: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-818c5c15-84f4-4bed-ae21-0456b54fbdc7 x-compute-request-id: req-818c5c15-84f4-4bed-ae21-0456b54fbdc7 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d51d90cf-63f6-4ece-932d-e84bdef6cfbe", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe", "rel": "bookmark"}], "adminPass": "baKRaFh97Gep"}} 2018-10-22 18:18:38,060 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-818c5c15-84f4-4bed-ae21-0456b54fbdc7 2018-10-22 18:18:38,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:18:38,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f72da83f-7cea-47c7-9fd7-56820c0b76e0 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:18:38,068 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f72da83f-7cea-47c7-9fd7-56820c0b76e0 2018-10-22 18:18:38,068 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:18:38,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:18:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["IG6rzEsBR3OjqVpL9u4AeA"], "issued_at": "2018-10-22T18:18:38.000000Z"}} 2018-10-22 18:18:38,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}230e49b4e5effabeec58963afaa0499328fb6e87" 2018-10-22 18:18:38,926 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18: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-e62f3a8e-6f41-4753-898e-5814ee9862ad x-compute-request-id: req-e62f3a8e-6f41-4753-898e-5814ee9862ad 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.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "d51d90cf-63f6-4ece-932d-e84bdef6cfbe", "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:18:38Z", "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-5", "created": "2018-10-22T18:18:37Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:18:38,926 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe used request id req-e62f3a8e-6f41-4753-898e-5814ee9862ad 2018-10-22 18:18:41,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}230e49b4e5effabeec58963afaa0499328fb6e87" 2018-10-22 18:18:42,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4806e7dd-cf17-496e-b5c9-07b1bb0507bb x-compute-request-id: req-4806e7dd-cf17-496e-b5c9-07b1bb0507bb 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.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "d51d90cf-63f6-4ece-932d-e84bdef6cfbe", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:18:40Z", "hostId": "a0e44779f1b54d8b6d440c89c313180bfefb1346ffb6e408f47d5851", "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-5", "created": "2018-10-22T18:18:37Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:18:42,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe used request id req-4806e7dd-cf17-496e-b5c9-07b1bb0507bb 2018-10-22 18:18:45,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}230e49b4e5effabeec58963afaa0499328fb6e87" 2018-10-22 18:18:46,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f12ed958-f83e-4afe-a2fc-e86a6b1a746c x-compute-request-id: req-f12ed958-f83e-4afe-a2fc-e86a6b1a746c Content-Encoding: gzip Content-Length: 778 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:e9:43:f0", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": "2018-10-22T18:18:43.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "d51d90cf-63f6-4ece-932d-e84bdef6cfbe", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:18:43Z", "hostId": "a0e44779f1b54d8b6d440c89c313180bfefb1346ffb6e408f47d5851", "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-5", "created": "2018-10-22T18:18:37Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:18:46,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe used request id req-f12ed958-f83e-4afe-a2fc-e86a6b1a746c 2018-10-22 18:18:46,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" 2018-10-22 18:18:46,972 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18: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-427c074a-42fc-46ee-81cd-b1cb7db25859 x-compute-request-id: req-427c074a-42fc-46ee-81cd-b1cb7db25859 Content-Encoding: gzip Content-Length: 778 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:e9:43:f0", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": "2018-10-22T18:18:43.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "d51d90cf-63f6-4ece-932d-e84bdef6cfbe", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:18:43Z", "hostId": "a0e44779f1b54d8b6d440c89c313180bfefb1346ffb6e408f47d5851", "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-5", "created": "2018-10-22T18:18:37Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:18:46,972 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe used request id req-427c074a-42fc-46ee-81cd-b1cb7db25859 2018-10-22 18:18:46,973 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-5' booted successfully. IP='10.10.11.7'. 2018-10-22 18:18:46,973 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-5' to security group 'sdnvpn-sg'... 2018-10-22 18:18:46,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b56de49a335a852702cc85af76061dfd25501c4" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:18:48,445 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:18: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-03b61029-d639-4f77-806b-e4233240dea4 x-compute-request-id: req-03b61029-d639-4f77-806b-e4233240dea4 Content-Length: 0 Content-Type: application/json 2018-10-22 18:18:48,445 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-03b61029-d639-4f77-806b-e4233240dea4 2018-10-22 18:18:48,446 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-4'... 2018-10-22 18:18:48,446 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-4 flavor=m1.tiny image=2e50d853-3b3f-443a-8652-dccb4db4bb96 network=cba249f0-d39c-4956-b943-8ac4d84700d6 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.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-10-22 18:18:48,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:18:48,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:18:48,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:18:48,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:18:48,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:18:48,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:18:48,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:18:48,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:18:48,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:18:48,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:18:48,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:18:48,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:18:48,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:18:48,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:18:48,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:18:48,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:18:48,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:18:48,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:18:48,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:18:48,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:18:48,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:18:48,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:18:48,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:18:48,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:18:48,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:18:48,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:18:48,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:18:48,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:18:48,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:18:48,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:18:48,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:18:48,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:18:48,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:18:48,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:18:48,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:18:48,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:18:48,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:18:48,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:18:48,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:18:48,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:18:48,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:18:48,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:18:48,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:18:48,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:18:48,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:18:48,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:18:48,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:18:48,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:18:48,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:18:48,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0edd1384-0f47-4bcb-b1f8-17ddeca30a9a 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:18:48,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0edd1384-0f47-4bcb-b1f8-17ddeca30a9a 2018-10-22 18:18:48,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:18:48,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:18:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["W2TcCSivRq-YbDSIuiHGNA"], "issued_at": "2018-10-22T18:18:48.000000Z"}} 2018-10-22 18:18:48,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d117f00c65bb46a0e107eaedccb85dfd962725f9" 2018-10-22 18:18:48,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f535e163-a590-4b11-975c-4ee0f06bd3af x-compute-request-id: req-f535e163-a590-4b11-975c-4ee0f06bd3af Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:18:48,962 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f535e163-a590-4b11-975c-4ee0f06bd3af 2018-10-22 18:18:48,965 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d117f00c65bb46a0e107eaedccb85dfd962725f9" 2018-10-22 18:18:48,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52a51390-b727-48c5-ace5-5df3b458c7c3 x-compute-request-id: req-52a51390-b727-48c5-ace5-5df3b458c7c3 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:18:48,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-52a51390-b727-48c5-ace5-5df3b458c7c3 2018-10-22 18:18:48,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d117f00c65bb46a0e107eaedccb85dfd962725f9" -d '{"server": {"name": "sdnvpn-1-4", "imageRef": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS43CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cba249f0-d39c-4956-b943-8ac4d84700d6"}], "config_drive": true}}' 2018-10-22 18:18:50,737 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:18:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a789f1c0-ac5f-47eb-a1af-91219e49e419 x-compute-request-id: req-a789f1c0-ac5f-47eb-a1af-91219e49e419 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "979aaa42-5bff-4051-8763-6aa039894c02", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/979aaa42-5bff-4051-8763-6aa039894c02", "rel": "bookmark"}], "adminPass": "nw6zLQKseWCd"}} 2018-10-22 18:18:50,737 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-a789f1c0-ac5f-47eb-a1af-91219e49e419 2018-10-22 18:18:50,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:18:50,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25e3b736-125b-44e2-8e36-448160377b09 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:18:50,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-25e3b736-125b-44e2-8e36-448160377b09 2018-10-22 18:18:50,745 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:18:51,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:18:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["vhETekgLQnKu_VA7jvqUfA"], "issued_at": "2018-10-22T18:18:51.000000Z"}} 2018-10-22 18:18:51,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dd5a330796d7cf37ff0a61c919e42f13087e97b" 2018-10-22 18:18:51,664 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a304655-57e3-4bdf-b7fb-37d5f5a93fbd x-compute-request-id: req-8a304655-57e3-4bdf-b7fb-37d5f5a93fbd Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/979aaa42-5bff-4051-8763-6aa039894c02", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "979aaa42-5bff-4051-8763-6aa039894c02", "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:18:51Z", "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-4", "created": "2018-10-22T18:18:50Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:18:51,664 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02 used request id req-8a304655-57e3-4bdf-b7fb-37d5f5a93fbd 2018-10-22 18:18:54,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dd5a330796d7cf37ff0a61c919e42f13087e97b" 2018-10-22 18:18:55,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18: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-d1e1b128-f349-40f8-a77a-5807e5f8a520 x-compute-request-id: req-d1e1b128-f349-40f8-a77a-5807e5f8a520 Content-Encoding: gzip Content-Length: 780 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:43:8c:3b", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/979aaa42-5bff-4051-8763-6aa039894c02", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "979aaa42-5bff-4051-8763-6aa039894c02", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:18:51Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-4", "created": "2018-10-22T18:18:50Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:18:55,430 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02 used request id req-d1e1b128-f349-40f8-a77a-5807e5f8a520 2018-10-22 18:18:58,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dd5a330796d7cf37ff0a61c919e42f13087e97b" 2018-10-22 18:18:59,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18: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-9afb6689-86ba-4b8b-822f-a2258879ac8d x-compute-request-id: req-9afb6689-86ba-4b8b-822f-a2258879ac8d Content-Encoding: gzip Content-Length: 783 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:43:8c:3b", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/979aaa42-5bff-4051-8763-6aa039894c02", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": "2018-10-22T18:18:55.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "979aaa42-5bff-4051-8763-6aa039894c02", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:18:56Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-4", "created": "2018-10-22T18:18:50Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:18:59,027 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02 used request id req-9afb6689-86ba-4b8b-822f-a2258879ac8d 2018-10-22 18:18:59,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d117f00c65bb46a0e107eaedccb85dfd962725f9" 2018-10-22 18:18:59,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:18: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-2d1489a1-97b6-46de-9a98-f3d2505762f7 x-compute-request-id: req-2d1489a1-97b6-46de-9a98-f3d2505762f7 Content-Encoding: gzip Content-Length: 783 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:43:8c:3b", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/979aaa42-5bff-4051-8763-6aa039894c02", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": "2018-10-22T18:18:55.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "979aaa42-5bff-4051-8763-6aa039894c02", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:18:56Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-4", "created": "2018-10-22T18:18:50Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:18:59,720 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02 used request id req-2d1489a1-97b6-46de-9a98-f3d2505762f7 2018-10-22 18:18:59,720 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-4' booted successfully. IP='10.10.11.8'. 2018-10-22 18:18:59,721 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-4' to security group 'sdnvpn-sg'... 2018-10-22 18:18:59,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b56de49a335a852702cc85af76061dfd25501c4" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:19:01,104 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:18: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-188e119e-1c67-4bcc-82a6-27c09f6b8970 x-compute-request-id: req-188e119e-1c67-4bcc-82a6-27c09f6b8970 Content-Length: 0 Content-Type: application/json 2018-10-22 18:19:01,105 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02/action used request id req-188e119e-1c67-4bcc-82a6-27c09f6b8970 2018-10-22 18:19:01,105 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-1'... 2018-10-22 18:19:01,105 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-1 flavor=m1.tiny image=2e50d853-3b3f-443a-8652-dccb4db4bb96 network=fb02b3fd-e701-41b1-8fab-c19fde55c639 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.10 10.10.10.6 10.10.11.8 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-10-22 18:19:01,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:19:01,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:19:01,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:19:01,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:19:01,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:19:01,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:19:01,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:19:01,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:19:01,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:19:01,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:19:01,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:19:01,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:19:01,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:19:01,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:19:01,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:19:01,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:19:01,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:19:01,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:19:01,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:19:01,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:19:01,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:19:01,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:19:01,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:19:01,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:19:01,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:19:01,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:19:01,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:19:01,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:19:01,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:19:01,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:19:01,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:19:01,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:19:01,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:19:01,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:19:01,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:19:01,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:19:01,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:19:01,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:19:01,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:19:01,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:19:01,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:19:01,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:19:01,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:19:01,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:19:01,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:19:01,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:19:01,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:19:01,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:19:01,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:19:01,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3df0bf9-9dad-48a8-995d-6d4a53034667 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:19:01,124 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d3df0bf9-9dad-48a8-995d-6d4a53034667 2018-10-22 18:19:01,124 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:19:01,510 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:19:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["KH9W6XGHTfSxdV2oRU6ijw"], "issued_at": "2018-10-22T18:19:01.000000Z"}} 2018-10-22 18:19:01,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f230a879c3be379941b0b10ed438eb6873633f" 2018-10-22 18:19:01,673 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19: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-f7554070-0680-4e36-8cb3-adc72f1e50e4 x-compute-request-id: req-f7554070-0680-4e36-8cb3-adc72f1e50e4 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:19:01,673 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f7554070-0680-4e36-8cb3-adc72f1e50e4 2018-10-22 18:19:01,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f230a879c3be379941b0b10ed438eb6873633f" 2018-10-22 18:19:01,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19: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-34792a26-e59d-4f3c-8257-f59eb30e1e7d x-compute-request-id: req-34792a26-e59d-4f3c-8257-f59eb30e1e7d Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:19:01,696 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-34792a26-e59d-4f3c-8257-f59eb30e1e7d 2018-10-22 18:19:01,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f230a879c3be379941b0b10ed438eb6873633f" -d '{"server": {"name": "sdnvpn-1-1", "imageRef": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMCAxMC4xMC4xMC42IDEwLjEwLjExLjggMTAuMTAuMTEuNwp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "fb02b3fd-e701-41b1-8fab-c19fde55c639"}], "config_drive": true}}' 2018-10-22 18:19:03,564 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:19:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c51e0da4-4198-45ba-8f8a-2f2352162fa0 x-compute-request-id: req-c51e0da4-4198-45ba-8f8a-2f2352162fa0 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "56431a1a-3e72-459b-bd8f-5f4e0b5a50ee", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee", "rel": "bookmark"}], "adminPass": "7whZKm6NveDm"}} 2018-10-22 18:19:03,564 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-c51e0da4-4198-45ba-8f8a-2f2352162fa0 2018-10-22 18:19:03,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:19:03,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9aa57e46-aefd-45e1-b9b6-667e06a421ac 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:19:03,573 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9aa57e46-aefd-45e1-b9b6-667e06a421ac 2018-10-22 18:19:03,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:19:03,950 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:19:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["qUUqgCuNR9ewVbDfA0YKug"], "issued_at": "2018-10-22T18:19:03.000000Z"}} 2018-10-22 18:19:03,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c866b46257d5a3a8b3ba7ff53c0ac6e88f8cba37" 2018-10-22 18:19:04,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff709e3e-65ef-4e0b-80d7-a1bf92d4abd8 x-compute-request-id: req-ff709e3e-65ef-4e0b-80d7-a1bf92d4abd8 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "56431a1a-3e72-459b-bd8f-5f4e0b5a50ee", "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:19:03Z", "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-1", "created": "2018-10-22T18:19:03Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:19:04,495 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee used request id req-ff709e3e-65ef-4e0b-80d7-a1bf92d4abd8 2018-10-22 18:19:07,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c866b46257d5a3a8b3ba7ff53c0ac6e88f8cba37" 2018-10-22 18:19:07,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19: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-d0185482-e775-45c7-a7ab-c9e3d426874b x-compute-request-id: req-d0185482-e775-45c7-a7ab-c9e3d426874b Content-Encoding: gzip Content-Length: 780 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:cd:ee:85", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "56431a1a-3e72-459b-bd8f-5f4e0b5a50ee", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:19:04Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:19:03Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:19:07,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee used request id req-d0185482-e775-45c7-a7ab-c9e3d426874b 2018-10-22 18:19:10,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c866b46257d5a3a8b3ba7ff53c0ac6e88f8cba37" 2018-10-22 18:19:11,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19: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-f1a10795-9e38-4e0a-9c71-275f44602cb4 x-compute-request-id: req-f1a10795-9e38-4e0a-9c71-275f44602cb4 Content-Encoding: gzip Content-Length: 782 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:cd:ee:85", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": "2018-10-22T18:19:07.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "56431a1a-3e72-459b-bd8f-5f4e0b5a50ee", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:19:07Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:19:03Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:19:11,568 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee used request id req-f1a10795-9e38-4e0a-9c71-275f44602cb4 2018-10-22 18:19:11,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f230a879c3be379941b0b10ed438eb6873633f" 2018-10-22 18:19:12,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19: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-54fb5dbb-ffc4-480f-8bdb-3455313ddc94 x-compute-request-id: req-54fb5dbb-ffc4-480f-8bdb-3455313ddc94 Content-Encoding: gzip Content-Length: 782 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:cd:ee:85", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee", "rel": "bookmark"}], "image": {"id": "2e50d853-3b3f-443a-8652-dccb4db4bb96", "links": [{"href": "http://172.30.9.22:8774/images/2e50d853-3b3f-443a-8652-dccb4db4bb96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": "2018-10-22T18:19:07.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "56431a1a-3e72-459b-bd8f-5f4e0b5a50ee", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:19:07Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:19:03Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:19:12,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee used request id req-54fb5dbb-ffc4-480f-8bdb-3455313ddc94 2018-10-22 18:19:12,200 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-1' booted successfully. IP='10.10.10.11'. 2018-10-22 18:19:12,200 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-1' to security group 'sdnvpn-sg'... 2018-10-22 18:19:12,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b56de49a335a852702cc85af76061dfd25501c4" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:19:13,496 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:19: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-8eb97c81-b3be-48af-9466-36ec067f5553 x-compute-request-id: req-8eb97c81-b3be-48af-9466-36ec067f5553 Content-Length: 0 Content-Type: application/json 2018-10-22 18:19:13,496 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action used request id req-8eb97c81-b3be-48af-9466-36ec067f5553 2018-10-22 18:19:13,496 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-10-22 18:19:13,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-892068", "route_distinguishers": "11:11"}}' 2018-10-22 18:19:13,898 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-f3125e83-ff65-47a6-9852-470ea84e1879 Date: Mon, 22 Oct 2018 18:19:13 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "52a983cd-5751-4730-86bf-ab345c8ab55e", "name": "sdnvpn-892068", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "type": "l3"}} 2018-10-22 18:19:13,898 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns used request id req-f3125e83-ff65-47a6-9852-470ea84e1879 2018-10-22 18:19:13,899 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-892068', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'8ba7a6acf87944158b12f697f8414be6', u'route_targets': [], u'project_id': u'8ba7a6acf87944158b12f697f8414be6', u'type': u'l3', u'id': u'52a983cd-5751-4730-86bf-ab345c8ab55e'}} 2018-10-22 18:19:13,899 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-10-22 18:19:13,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/52a983cd-5751-4730-86bf-ab345c8ab55e/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" -d '{"network_association": {"network_id": "fb02b3fd-e701-41b1-8fab-c19fde55c639"}}' 2018-10-22 18:19:14,537 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-1f5eae09-b6b5-4670-8107-c699a65b7039 Date: Mon, 22 Oct 2018 18:19:14 GMT RESP BODY: {"network_association": {"network_id": "fb02b3fd-e701-41b1-8fab-c19fde55c639", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "3e8a6fa4-b4fc-4f67-ae72-f0fddd009d39"}} 2018-10-22 18:19:14,537 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/52a983cd-5751-4730-86bf-ab345c8ab55e/network_associations used request id req-1f5eae09-b6b5-4670-8107-c699a65b7039 2018-10-22 18:19:14,537 - sdnvpn_test_utils - INFO - Waiting for instance f97cad5a-2bc2-461a-9f34-2da2f87afbc7 to boot up 2018-10-22 18:19:14,540 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:19:15,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19: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-6bf477ee-a9e4-4536-a341-ca0768ff7a59 x-compute-request-id: req-6bf477ee-a9e4-4536-a341-ca0768ff7a59 Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513019237 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131754] pid_max: default: 32768 minimum: 301\n[ 0.132627] ACPI: Core revision 20150930\n[ 0.133992] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135278] Security Framework initialized\n[ 0.136075] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138946] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142731] Initializing cgroup subsys io\n[ 0.143525] Initializing cgroup subsys memory\n[ 0.144370] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146089] Initializing cgroup subsys net_cls\n[ 0.146941] Initializing cgroup subsys perf_event\n[ 0.147830] Initializing cgroup subsys net_prio\n[ 0.148692] Initializing cgroup subsys hugetlb\n[ 0.149546] Initializing cgroup subsys pids\n[ 0.150407] CPU: Physical Processor ID: 0\n[ 0.151886] mce: CPU supports 10 MCE banks\n[ 0.152715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170875] ftrace: allocating 31920 entries in 125 pages\n[ 0.197657] smpboot: Max logical packages: 1\n[ 0.198488] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199820] x2apic enabled\n[ 0.200620] Switched APIC routing to physical x2apic.\n[ 0.202364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203464] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205422] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207176] KVM setup paravirtual spinlock\n[ 0.208455] x86: Booted up 1 node, 1 CPUs\n[ 0.209250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212320] evm: security.selinux\n[ 0.213012] evm: security.SMACK64\n[ 0.213691] evm: security.SMACK64EXEC\n[ 0.214417] evm: security.SMACK64TRANSMUTE\n[ 0.215212] evm: security.SMACK64MMAP\n[ 0.215943] evm: security.ima\n[ 0.216572] evm: security.capability\n[ 0.217363] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219174] pinctrl core: initialized pinctrl subsystem\n[ 0.220249] RTC time: 18:18:17, date: 10/22/18\n[ 0.221194] NET: Registered protocol family 16\n[ 0.222147] cpuidle: using governor ladder\n[ 0.222952] cpuidle: using governor menu\n[ 0.223722] PCCT header not found.\n[ 0.224452] ACPI: bus type PCI registered\n[ 0.225248] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226471] PCI: Using configuration type 1 for base access\n[ 0.228202] ACPI: Added _OSI(Module Device)\n[ 0.229031] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230761] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232868] ACPI: Interpreter enabled\n[ 0.233620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240850] ACPI: (supports S0 S5)\n[ 0.241540] ACPI: Using IOAPIC for interrupt routing\n[ 0.242510] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246693] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247894] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251241] acpiphp: Slot [3] registered\n[ 0.252029] acpiphp: Slot [4] registered\n[ 0.252814] acpiphp: Slot [5] registered\n[ 0.253597] acpiphp: Slot [6] registered\n[ 0.254378] acpiphp: Slot [7] registered\n[ 0.255158] acpiphp: Slot [8] registered\n[ 0.255940] acpiphp: Slot [9] registered\n[ 0.256718] acpiphp: Slot [10] registered\n[ 0.257504] acpiphp: Slot [11] registered\n[ 0.258317] acpiphp: Slot [12] registered\n[ 0.259118] acpiphp: Slot [13] registered\n[ 0.259909] acpiphp: Slot [14] registered\n[ 0.260702] acpiphp: Slot [15] registered\n[ 0.271639] acpiphp: Slot [16] registered\n[ 0.272434] acpiphp: Slot [17] registered\n[ 0.273231] acpiphp: Slot [18] registered\n[ 0.274026] acpiphp: Slot [19] registered\n[ 0.274817] acpiphp: Slot [20] registered\n[ 0.275609] acpiphp: Slot [21] registered\n[ 0.276400] acpiphp: Slot [22] registered\n[ 0.277203] acpiphp: Slot [23] registered\n[ 0.278000] acpiphp: Slot [24] registered\n[ 0.278790] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280366] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281975] acpiphp: Slot [29] registered\n[ 0.282765] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284340] PCI host bridge to bus 0000:00\n[ 0.285136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288916] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290335] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296475] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298906] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354855] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356301] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357712] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359089] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360334] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361472] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362682] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364221] vgaarb: loaded\n[ 0.364827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365956] SCSI subsystem initialized\n[ 0.366772] ACPI: bus type USB registered\n[ 0.367579] usbcore: registered new interface driver usbfs\n[ 0.368604] usbcore: registered new interface driver hub\n[ 0.369609] usbcore: registered new device driver usb\n[ 0.370657] PCI: Using ACPI for IRQ routing\n[ 0.371674] NetLabel: Initializing\n[ 0.372380] NetLabel: domain hash size = 128\n[ 0.373227] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374181] NetLabel: unlabeled traffic allowed by default\n[ 0.375270] clocksource: Switched to clocksource kvm-clock\n[ 0.380682] AppArmor: AppArmor Filesystem Enabled\n[ 0.381636] pnp: PnP ACPI init\n[ 0.382540] pnp: PnP ACPI: found 5 devices\n[ 0.388907] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390593] NET: Registered protocol family 2\n[ 0.391544] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392804] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393953] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395096] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397318] NET: Registered protocol family 1\n[ 0.398179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399261] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414337] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428552] Trying to unpack rootfs image as initramfs...\n[ 0.478401] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492211] Scanning for low memory corruption every 60 seconds\n[ 0.493507] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494644] audit: initializing netlink subsys (disabled)\n[ 0.495663] audit: type=2000 audit(1540232298.511:1): initialized\n[ 0.496952] Initialise system trusted keyring\n[ 0.497869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499019] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500980] zbud: loaded\n[ 0.501679] VFS: Disk quotas dquot_6.6.0\n[ 0.502485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503980] fuse init (API version 7.23)\n[ 0.504871] Key type big_key registered\n[ 0.505664] Allocating IMA MOK and blacklist keyrings.\n[ 0.507117] Key type asymmetric registered\n[ 0.507958] Asymmetric key parser 'x509' registered\n[ 0.508903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510350] io scheduler noop registered\n[ 0.511145] io scheduler deadline registered (default)\n[ 0.512129] io scheduler cfq registered\n[ 0.512959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516686] ACPI: Power Button [PWRF]\n[ 0.517509] GHES: HEST is not enabled!\n[ 0.531176] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560771] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590139] Linux agpgart interface v0.103\n[ 0.592173] brd: module loaded\n[ 0.593353] loop: module loaded\n[ 0.598286] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599735] GPT:90111 != 2097151\n[ 0.600402] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601472] GPT:90111 != 2097151\n[ 0.602138] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603083] vda: vda1 vda15\n[ 0.604500] scsi host0: ata_piix\n[ 0.605231] scsi host1: ata_piix\n[ 0.605929] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607120] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608544] libphy: Fixed MDIO Bus: probed\n[ 0.609375] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610305] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612431] PPP generic driver version 2.4.2\n[ 0.613305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614518] ehci-pci: EHCI PCI platform driver\n[ 0.615381] ehci-platform: EHCI generic platform driver\n[ 0.616353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617450] ohci-pci: OHCI PCI platform driver\n[ 0.618302] ohci-platform: OHCI generic platform driver\n[ 0.619285] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635993] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639295] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640689] usb usb1: Product: UHCI Host Controller\n[ 0.641603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642716] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643656] hub 1-0:1.0: USB hub found\n[ 0.644419] hub 1-0:1.0: 2 ports detected\n[ 0.645303] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648320] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649320] mousedev: PS/2 mouse device common for all mice\n[ 0.650534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653403] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654581] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655758] i2c /dev entries driver\n[ 0.656505] device-mapper: uevent: version 1.0.3\n[ 0.657415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660263] NET: Registered protocol family 10\n[ 0.661229] NET: Registered protocol family 17\n[ 0.662096] Key type dns_resolver registered\n[ 0.663004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664085] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665795] registered taskstats version 1\n[ 0.666613] Loading compiled-in X.509 certificates\n[ 0.668041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669860] zswap: loaded using pool lzo/zbud\n[ 0.671195] Key type trusted registered\n[ 0.672744] Key type encrypted registered\n[ 0.673556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675582] evm: HMAC attrs: 0x1\n[ 0.676496] Magic number: 6:858:342\n[ 0.677328] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:18 UTC (1540232298)\n[ 0.678887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679997] EDD information not available.\n[ 0.768265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769783] Write protecting the kernel read-only data: 14336k\n[ 0.781664] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783433] 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.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.321009] 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-10-22 18:19:15,605 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-6bf477ee-a9e4-4536-a341-ca0768ff7a59 2018-10-22 18:19:17,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:19:18,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19: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-1ccfe5d1-2aa1-43e7-8a3b-fa69c2693aaa x-compute-request-id: req-1ccfe5d1-2aa1-43e7-8a3b-fa69c2693aaa Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513019237 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131754] pid_max: default: 32768 minimum: 301\n[ 0.132627] ACPI: Core revision 20150930\n[ 0.133992] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135278] Security Framework initialized\n[ 0.136075] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138946] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142731] Initializing cgroup subsys io\n[ 0.143525] Initializing cgroup subsys memory\n[ 0.144370] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146089] Initializing cgroup subsys net_cls\n[ 0.146941] Initializing cgroup subsys perf_event\n[ 0.147830] Initializing cgroup subsys net_prio\n[ 0.148692] Initializing cgroup subsys hugetlb\n[ 0.149546] Initializing cgroup subsys pids\n[ 0.150407] CPU: Physical Processor ID: 0\n[ 0.151886] mce: CPU supports 10 MCE banks\n[ 0.152715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170875] ftrace: allocating 31920 entries in 125 pages\n[ 0.197657] smpboot: Max logical packages: 1\n[ 0.198488] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199820] x2apic enabled\n[ 0.200620] Switched APIC routing to physical x2apic.\n[ 0.202364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203464] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205422] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207176] KVM setup paravirtual spinlock\n[ 0.208455] x86: Booted up 1 node, 1 CPUs\n[ 0.209250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212320] evm: security.selinux\n[ 0.213012] evm: security.SMACK64\n[ 0.213691] evm: security.SMACK64EXEC\n[ 0.214417] evm: security.SMACK64TRANSMUTE\n[ 0.215212] evm: security.SMACK64MMAP\n[ 0.215943] evm: security.ima\n[ 0.216572] evm: security.capability\n[ 0.217363] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219174] pinctrl core: initialized pinctrl subsystem\n[ 0.220249] RTC time: 18:18:17, date: 10/22/18\n[ 0.221194] NET: Registered protocol family 16\n[ 0.222147] cpuidle: using governor ladder\n[ 0.222952] cpuidle: using governor menu\n[ 0.223722] PCCT header not found.\n[ 0.224452] ACPI: bus type PCI registered\n[ 0.225248] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226471] PCI: Using configuration type 1 for base access\n[ 0.228202] ACPI: Added _OSI(Module Device)\n[ 0.229031] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230761] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232868] ACPI: Interpreter enabled\n[ 0.233620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240850] ACPI: (supports S0 S5)\n[ 0.241540] ACPI: Using IOAPIC for interrupt routing\n[ 0.242510] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246693] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247894] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251241] acpiphp: Slot [3] registered\n[ 0.252029] acpiphp: Slot [4] registered\n[ 0.252814] acpiphp: Slot [5] registered\n[ 0.253597] acpiphp: Slot [6] registered\n[ 0.254378] acpiphp: Slot [7] registered\n[ 0.255158] acpiphp: Slot [8] registered\n[ 0.255940] acpiphp: Slot [9] registered\n[ 0.256718] acpiphp: Slot [10] registered\n[ 0.257504] acpiphp: Slot [11] registered\n[ 0.258317] acpiphp: Slot [12] registered\n[ 0.259118] acpiphp: Slot [13] registered\n[ 0.259909] acpiphp: Slot [14] registered\n[ 0.260702] acpiphp: Slot [15] registered\n[ 0.271639] acpiphp: Slot [16] registered\n[ 0.272434] acpiphp: Slot [17] registered\n[ 0.273231] acpiphp: Slot [18] registered\n[ 0.274026] acpiphp: Slot [19] registered\n[ 0.274817] acpiphp: Slot [20] registered\n[ 0.275609] acpiphp: Slot [21] registered\n[ 0.276400] acpiphp: Slot [22] registered\n[ 0.277203] acpiphp: Slot [23] registered\n[ 0.278000] acpiphp: Slot [24] registered\n[ 0.278790] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280366] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281975] acpiphp: Slot [29] registered\n[ 0.282765] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284340] PCI host bridge to bus 0000:00\n[ 0.285136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288916] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290335] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296475] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298906] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354855] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356301] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357712] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359089] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360334] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361472] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362682] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364221] vgaarb: loaded\n[ 0.364827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365956] SCSI subsystem initialized\n[ 0.366772] ACPI: bus type USB registered\n[ 0.367579] usbcore: registered new interface driver usbfs\n[ 0.368604] usbcore: registered new interface driver hub\n[ 0.369609] usbcore: registered new device driver usb\n[ 0.370657] PCI: Using ACPI for IRQ routing\n[ 0.371674] NetLabel: Initializing\n[ 0.372380] NetLabel: domain hash size = 128\n[ 0.373227] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374181] NetLabel: unlabeled traffic allowed by default\n[ 0.375270] clocksource: Switched to clocksource kvm-clock\n[ 0.380682] AppArmor: AppArmor Filesystem Enabled\n[ 0.381636] pnp: PnP ACPI init\n[ 0.382540] pnp: PnP ACPI: found 5 devices\n[ 0.388907] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390593] NET: Registered protocol family 2\n[ 0.391544] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392804] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393953] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395096] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397318] NET: Registered protocol family 1\n[ 0.398179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399261] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414337] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428552] Trying to unpack rootfs image as initramfs...\n[ 0.478401] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492211] Scanning for low memory corruption every 60 seconds\n[ 0.493507] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494644] audit: initializing netlink subsys (disabled)\n[ 0.495663] audit: type=2000 audit(1540232298.511:1): initialized\n[ 0.496952] Initialise system trusted keyring\n[ 0.497869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499019] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500980] zbud: loaded\n[ 0.501679] VFS: Disk quotas dquot_6.6.0\n[ 0.502485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503980] fuse init (API version 7.23)\n[ 0.504871] Key type big_key registered\n[ 0.505664] Allocating IMA MOK and blacklist keyrings.\n[ 0.507117] Key type asymmetric registered\n[ 0.507958] Asymmetric key parser 'x509' registered\n[ 0.508903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510350] io scheduler noop registered\n[ 0.511145] io scheduler deadline registered (default)\n[ 0.512129] io scheduler cfq registered\n[ 0.512959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516686] ACPI: Power Button [PWRF]\n[ 0.517509] GHES: HEST is not enabled!\n[ 0.531176] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560771] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590139] Linux agpgart interface v0.103\n[ 0.592173] brd: module loaded\n[ 0.593353] loop: module loaded\n[ 0.598286] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599735] GPT:90111 != 2097151\n[ 0.600402] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601472] GPT:90111 != 2097151\n[ 0.602138] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603083] vda: vda1 vda15\n[ 0.604500] scsi host0: ata_piix\n[ 0.605231] scsi host1: ata_piix\n[ 0.605929] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607120] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608544] libphy: Fixed MDIO Bus: probed\n[ 0.609375] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610305] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612431] PPP generic driver version 2.4.2\n[ 0.613305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614518] ehci-pci: EHCI PCI platform driver\n[ 0.615381] ehci-platform: EHCI generic platform driver\n[ 0.616353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617450] ohci-pci: OHCI PCI platform driver\n[ 0.618302] ohci-platform: OHCI generic platform driver\n[ 0.619285] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635993] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639295] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640689] usb usb1: Product: UHCI Host Controller\n[ 0.641603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642716] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643656] hub 1-0:1.0: USB hub found\n[ 0.644419] hub 1-0:1.0: 2 ports detected\n[ 0.645303] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648320] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649320] mousedev: PS/2 mouse device common for all mice\n[ 0.650534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653403] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654581] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655758] i2c /dev entries driver\n[ 0.656505] device-mapper: uevent: version 1.0.3\n[ 0.657415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660263] NET: Registered protocol family 10\n[ 0.661229] NET: Registered protocol family 17\n[ 0.662096] Key type dns_resolver registered\n[ 0.663004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664085] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665795] registered taskstats version 1\n[ 0.666613] Loading compiled-in X.509 certificates\n[ 0.668041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669860] zswap: loaded using pool lzo/zbud\n[ 0.671195] Key type trusted registered\n[ 0.672744] Key type encrypted registered\n[ 0.673556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675582] evm: HMAC attrs: 0x1\n[ 0.676496] Magic number: 6:858:342\n[ 0.677328] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:18 UTC (1540232298)\n[ 0.678887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679997] EDD information not available.\n[ 0.768265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769783] Write protecting the kernel read-only data: 14336k\n[ 0.781664] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783433] 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.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.321009] 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-10-22 18:19:18,692 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-1ccfe5d1-2aa1-43e7-8a3b-fa69c2693aaa 2018-10-22 18:19:20,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:19:21,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19: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-b4c07287-715b-4625-84d5-fcaebc1ba678 x-compute-request-id: req-b4c07287-715b-4625-84d5-fcaebc1ba678 Content-Encoding: gzip Content-Length: 7929 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513019237 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131754] pid_max: default: 32768 minimum: 301\n[ 0.132627] ACPI: Core revision 20150930\n[ 0.133992] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135278] Security Framework initialized\n[ 0.136075] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138946] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142731] Initializing cgroup subsys io\n[ 0.143525] Initializing cgroup subsys memory\n[ 0.144370] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146089] Initializing cgroup subsys net_cls\n[ 0.146941] Initializing cgroup subsys perf_event\n[ 0.147830] Initializing cgroup subsys net_prio\n[ 0.148692] Initializing cgroup subsys hugetlb\n[ 0.149546] Initializing cgroup subsys pids\n[ 0.150407] CPU: Physical Processor ID: 0\n[ 0.151886] mce: CPU supports 10 MCE banks\n[ 0.152715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170875] ftrace: allocating 31920 entries in 125 pages\n[ 0.197657] smpboot: Max logical packages: 1\n[ 0.198488] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199820] x2apic enabled\n[ 0.200620] Switched APIC routing to physical x2apic.\n[ 0.202364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203464] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205422] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207176] KVM setup paravirtual spinlock\n[ 0.208455] x86: Booted up 1 node, 1 CPUs\n[ 0.209250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212320] evm: security.selinux\n[ 0.213012] evm: security.SMACK64\n[ 0.213691] evm: security.SMACK64EXEC\n[ 0.214417] evm: security.SMACK64TRANSMUTE\n[ 0.215212] evm: security.SMACK64MMAP\n[ 0.215943] evm: security.ima\n[ 0.216572] evm: security.capability\n[ 0.217363] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219174] pinctrl core: initialized pinctrl subsystem\n[ 0.220249] RTC time: 18:18:17, date: 10/22/18\n[ 0.221194] NET: Registered protocol family 16\n[ 0.222147] cpuidle: using governor ladder\n[ 0.222952] cpuidle: using governor menu\n[ 0.223722] PCCT header not found.\n[ 0.224452] ACPI: bus type PCI registered\n[ 0.225248] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226471] PCI: Using configuration type 1 for base access\n[ 0.228202] ACPI: Added _OSI(Module Device)\n[ 0.229031] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230761] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232868] ACPI: Interpreter enabled\n[ 0.233620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240850] ACPI: (supports S0 S5)\n[ 0.241540] ACPI: Using IOAPIC for interrupt routing\n[ 0.242510] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246693] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247894] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251241] acpiphp: Slot [3] registered\n[ 0.252029] acpiphp: Slot [4] registered\n[ 0.252814] acpiphp: Slot [5] registered\n[ 0.253597] acpiphp: Slot [6] registered\n[ 0.254378] acpiphp: Slot [7] registered\n[ 0.255158] acpiphp: Slot [8] registered\n[ 0.255940] acpiphp: Slot [9] registered\n[ 0.256718] acpiphp: Slot [10] registered\n[ 0.257504] acpiphp: Slot [11] registered\n[ 0.258317] acpiphp: Slot [12] registered\n[ 0.259118] acpiphp: Slot [13] registered\n[ 0.259909] acpiphp: Slot [14] registered\n[ 0.260702] acpiphp: Slot [15] registered\n[ 0.271639] acpiphp: Slot [16] registered\n[ 0.272434] acpiphp: Slot [17] registered\n[ 0.273231] acpiphp: Slot [18] registered\n[ 0.274026] acpiphp: Slot [19] registered\n[ 0.274817] acpiphp: Slot [20] registered\n[ 0.275609] acpiphp: Slot [21] registered\n[ 0.276400] acpiphp: Slot [22] registered\n[ 0.277203] acpiphp: Slot [23] registered\n[ 0.278000] acpiphp: Slot [24] registered\n[ 0.278790] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280366] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281975] acpiphp: Slot [29] registered\n[ 0.282765] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284340] PCI host bridge to bus 0000:00\n[ 0.285136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288916] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290335] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296475] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298906] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354855] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356301] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357712] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359089] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360334] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361472] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362682] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364221] vgaarb: loaded\n[ 0.364827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365956] SCSI subsystem initialized\n[ 0.366772] ACPI: bus type USB registered\n[ 0.367579] usbcore: registered new interface driver usbfs\n[ 0.368604] usbcore: registered new interface driver hub\n[ 0.369609] usbcore: registered new device driver usb\n[ 0.370657] PCI: Using ACPI for IRQ routing\n[ 0.371674] NetLabel: Initializing\n[ 0.372380] NetLabel: domain hash size = 128\n[ 0.373227] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374181] NetLabel: unlabeled traffic allowed by default\n[ 0.375270] clocksource: Switched to clocksource kvm-clock\n[ 0.380682] AppArmor: AppArmor Filesystem Enabled\n[ 0.381636] pnp: PnP ACPI init\n[ 0.382540] pnp: PnP ACPI: found 5 devices\n[ 0.388907] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390593] NET: Registered protocol family 2\n[ 0.391544] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392804] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393953] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395096] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397318] NET: Registered protocol family 1\n[ 0.398179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399261] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414337] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428552] Trying to unpack rootfs image as initramfs...\n[ 0.478401] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492211] Scanning for low memory corruption every 60 seconds\n[ 0.493507] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494644] audit: initializing netlink subsys (disabled)\n[ 0.495663] audit: type=2000 audit(1540232298.511:1): initialized\n[ 0.496952] Initialise system trusted keyring\n[ 0.497869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499019] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500980] zbud: loaded\n[ 0.501679] VFS: Disk quotas dquot_6.6.0\n[ 0.502485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503980] fuse init (API version 7.23)\n[ 0.504871] Key type big_key registered\n[ 0.505664] Allocating IMA MOK and blacklist keyrings.\n[ 0.507117] Key type asymmetric registered\n[ 0.507958] Asymmetric key parser 'x509' registered\n[ 0.508903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510350] io scheduler noop registered\n[ 0.511145] io scheduler deadline registered (default)\n[ 0.512129] io scheduler cfq registered\n[ 0.512959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516686] ACPI: Power Button [PWRF]\n[ 0.517509] GHES: HEST is not enabled!\n[ 0.531176] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560771] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590139] Linux agpgart interface v0.103\n[ 0.592173] brd: module loaded\n[ 0.593353] loop: module loaded\n[ 0.598286] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599735] GPT:90111 != 2097151\n[ 0.600402] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601472] GPT:90111 != 2097151\n[ 0.602138] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603083] vda: vda1 vda15\n[ 0.604500] scsi host0: ata_piix\n[ 0.605231] scsi host1: ata_piix\n[ 0.605929] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607120] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608544] libphy: Fixed MDIO Bus: probed\n[ 0.609375] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610305] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612431] PPP generic driver version 2.4.2\n[ 0.613305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614518] ehci-pci: EHCI PCI platform driver\n[ 0.615381] ehci-platform: EHCI generic platform driver\n[ 0.616353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617450] ohci-pci: OHCI PCI platform driver\n[ 0.618302] ohci-platform: OHCI generic platform driver\n[ 0.619285] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635993] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639295] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640689] usb usb1: Product: UHCI Host Controller\n[ 0.641603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642716] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643656] hub 1-0:1.0: USB hub found\n[ 0.644419] hub 1-0:1.0: 2 ports detected\n[ 0.645303] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648320] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649320] mousedev: PS/2 mouse device common for all mice\n[ 0.650534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653403] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654581] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655758] i2c /dev entries driver\n[ 0.656505] device-mapper: uevent: version 1.0.3\n[ 0.657415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660263] NET: Registered protocol family 10\n[ 0.661229] NET: Registered protocol family 17\n[ 0.662096] Key type dns_resolver registered\n[ 0.663004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664085] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665795] registered taskstats version 1\n[ 0.666613] Loading compiled-in X.509 certificates\n[ 0.668041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669860] zswap: loaded using pool lzo/zbud\n[ 0.671195] Key type trusted registered\n[ 0.672744] Key type encrypted registered\n[ 0.673556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675582] evm: HMAC attrs: 0x1\n[ 0.676496] Magic number: 6:858:342\n[ 0.677328] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:18 UTC (1540232298)\n[ 0.678887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679997] EDD information not available.\n[ 0.768265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769783] Write protecting the kernel read-only data: 14336k\n[ 0.781664] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783433] 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.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.321009] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-00000134\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-10-22 18:19:21,778 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-b4c07287-715b-4625-84d5-fcaebc1ba678 2018-10-22 18:19:23,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:19:24,914 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94362bb4-00d0-4442-989d-859c33e54830 x-compute-request-id: req-94362bb4-00d0-4442-989d-859c33e54830 Content-Encoding: gzip Content-Length: 9402 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513019237 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131754] pid_max: default: 32768 minimum: 301\n[ 0.132627] ACPI: Core revision 20150930\n[ 0.133992] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135278] Security Framework initialized\n[ 0.136075] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138946] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142731] Initializing cgroup subsys io\n[ 0.143525] Initializing cgroup subsys memory\n[ 0.144370] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146089] Initializing cgroup subsys net_cls\n[ 0.146941] Initializing cgroup subsys perf_event\n[ 0.147830] Initializing cgroup subsys net_prio\n[ 0.148692] Initializing cgroup subsys hugetlb\n[ 0.149546] Initializing cgroup subsys pids\n[ 0.150407] CPU: Physical Processor ID: 0\n[ 0.151886] mce: CPU supports 10 MCE banks\n[ 0.152715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170875] ftrace: allocating 31920 entries in 125 pages\n[ 0.197657] smpboot: Max logical packages: 1\n[ 0.198488] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199820] x2apic enabled\n[ 0.200620] Switched APIC routing to physical x2apic.\n[ 0.202364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203464] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205422] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207176] KVM setup paravirtual spinlock\n[ 0.208455] x86: Booted up 1 node, 1 CPUs\n[ 0.209250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212320] evm: security.selinux\n[ 0.213012] evm: security.SMACK64\n[ 0.213691] evm: security.SMACK64EXEC\n[ 0.214417] evm: security.SMACK64TRANSMUTE\n[ 0.215212] evm: security.SMACK64MMAP\n[ 0.215943] evm: security.ima\n[ 0.216572] evm: security.capability\n[ 0.217363] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219174] pinctrl core: initialized pinctrl subsystem\n[ 0.220249] RTC time: 18:18:17, date: 10/22/18\n[ 0.221194] NET: Registered protocol family 16\n[ 0.222147] cpuidle: using governor ladder\n[ 0.222952] cpuidle: using governor menu\n[ 0.223722] PCCT header not found.\n[ 0.224452] ACPI: bus type PCI registered\n[ 0.225248] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226471] PCI: Using configuration type 1 for base access\n[ 0.228202] ACPI: Added _OSI(Module Device)\n[ 0.229031] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230761] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232868] ACPI: Interpreter enabled\n[ 0.233620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240850] ACPI: (supports S0 S5)\n[ 0.241540] ACPI: Using IOAPIC for interrupt routing\n[ 0.242510] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246693] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247894] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251241] acpiphp: Slot [3] registered\n[ 0.252029] acpiphp: Slot [4] registered\n[ 0.252814] acpiphp: Slot [5] registered\n[ 0.253597] acpiphp: Slot [6] registered\n[ 0.254378] acpiphp: Slot [7] registered\n[ 0.255158] acpiphp: Slot [8] registered\n[ 0.255940] acpiphp: Slot [9] registered\n[ 0.256718] acpiphp: Slot [10] registered\n[ 0.257504] acpiphp: Slot [11] registered\n[ 0.258317] acpiphp: Slot [12] registered\n[ 0.259118] acpiphp: Slot [13] registered\n[ 0.259909] acpiphp: Slot [14] registered\n[ 0.260702] acpiphp: Slot [15] registered\n[ 0.271639] acpiphp: Slot [16] registered\n[ 0.272434] acpiphp: Slot [17] registered\n[ 0.273231] acpiphp: Slot [18] registered\n[ 0.274026] acpiphp: Slot [19] registered\n[ 0.274817] acpiphp: Slot [20] registered\n[ 0.275609] acpiphp: Slot [21] registered\n[ 0.276400] acpiphp: Slot [22] registered\n[ 0.277203] acpiphp: Slot [23] registered\n[ 0.278000] acpiphp: Slot [24] registered\n[ 0.278790] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280366] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281975] acpiphp: Slot [29] registered\n[ 0.282765] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284340] PCI host bridge to bus 0000:00\n[ 0.285136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288916] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290335] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296475] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298906] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354855] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356301] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357712] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359089] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360334] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361472] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362682] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364221] vgaarb: loaded\n[ 0.364827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365956] SCSI subsystem initialized\n[ 0.366772] ACPI: bus type USB registered\n[ 0.367579] usbcore: registered new interface driver usbfs\n[ 0.368604] usbcore: registered new interface driver hub\n[ 0.369609] usbcore: registered new device driver usb\n[ 0.370657] PCI: Using ACPI for IRQ routing\n[ 0.371674] NetLabel: Initializing\n[ 0.372380] NetLabel: domain hash size = 128\n[ 0.373227] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374181] NetLabel: unlabeled traffic allowed by default\n[ 0.375270] clocksource: Switched to clocksource kvm-clock\n[ 0.380682] AppArmor: AppArmor Filesystem Enabled\n[ 0.381636] pnp: PnP ACPI init\n[ 0.382540] pnp: PnP ACPI: found 5 devices\n[ 0.388907] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390593] NET: Registered protocol family 2\n[ 0.391544] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392804] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393953] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395096] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397318] NET: Registered protocol family 1\n[ 0.398179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399261] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414337] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428552] Trying to unpack rootfs image as initramfs...\n[ 0.478401] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492211] Scanning for low memory corruption every 60 seconds\n[ 0.493507] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494644] audit: initializing netlink subsys (disabled)\n[ 0.495663] audit: type=2000 audit(1540232298.511:1): initialized\n[ 0.496952] Initialise system trusted keyring\n[ 0.497869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499019] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500980] zbud: loaded\n[ 0.501679] VFS: Disk quotas dquot_6.6.0\n[ 0.502485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503980] fuse init (API version 7.23)\n[ 0.504871] Key type big_key registered\n[ 0.505664] Allocating IMA MOK and blacklist keyrings.\n[ 0.507117] Key type asymmetric registered\n[ 0.507958] Asymmetric key parser 'x509' registered\n[ 0.508903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510350] io scheduler noop registered\n[ 0.511145] io scheduler deadline registered (default)\n[ 0.512129] io scheduler cfq registered\n[ 0.512959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516686] ACPI: Power Button [PWRF]\n[ 0.517509] GHES: HEST is not enabled!\n[ 0.531176] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560771] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590139] Linux agpgart interface v0.103\n[ 0.592173] brd: module loaded\n[ 0.593353] loop: module loaded\n[ 0.598286] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599735] GPT:90111 != 2097151\n[ 0.600402] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601472] GPT:90111 != 2097151\n[ 0.602138] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603083] vda: vda1 vda15\n[ 0.604500] scsi host0: ata_piix\n[ 0.605231] scsi host1: ata_piix\n[ 0.605929] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607120] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608544] libphy: Fixed MDIO Bus: probed\n[ 0.609375] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610305] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612431] PPP generic driver version 2.4.2\n[ 0.613305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614518] ehci-pci: EHCI PCI platform driver\n[ 0.615381] ehci-platform: EHCI generic platform driver\n[ 0.616353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617450] ohci-pci: OHCI PCI platform driver\n[ 0.618302] ohci-platform: OHCI generic platform driver\n[ 0.619285] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635993] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639295] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640689] usb usb1: Product: UHCI Host Controller\n[ 0.641603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642716] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643656] hub 1-0:1.0: USB hub found\n[ 0.644419] hub 1-0:1.0: 2 ports detected\n[ 0.645303] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648320] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649320] mousedev: PS/2 mouse device common for all mice\n[ 0.650534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653403] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654581] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655758] i2c /dev entries driver\n[ 0.656505] device-mapper: uevent: version 1.0.3\n[ 0.657415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660263] NET: Registered protocol family 10\n[ 0.661229] NET: Registered protocol family 17\n[ 0.662096] Key type dns_resolver registered\n[ 0.663004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664085] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665795] registered taskstats version 1\n[ 0.666613] Loading compiled-in X.509 certificates\n[ 0.668041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669860] zswap: loaded using pool lzo/zbud\n[ 0.671195] Key type trusted registered\n[ 0.672744] Key type encrypted registered\n[ 0.673556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675582] evm: HMAC attrs: 0x1\n[ 0.676496] Magic number: 6:858:342\n[ 0.677328] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:18 UTC (1540232298)\n[ 0.678887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679997] EDD information not available.\n[ 0.768265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769783] Write protecting the kernel read-only data: 14336k\n[ 0.781664] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783433] 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.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.321009] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-00000134\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHrXYlHPoiV/4lmdwewr/vdpi6yddQIrz8WpyJrJWAd93udU3nrdR46BQKl9xpRUYangdOaBVG6d0JVf9ozEQaAEgzqQtlw4zevEsq1DfvWRJ+JXzWZ6lNFK+7wlxxXXBUwBkKe5uCSSUz6GxON4e5IGb0udmkf8INaE1bE06NWww+s0hv8iGQ5dbwJ68AwkOtBLKurtnmSh4zoYIOXyS+Lp27FWwWk8Jp8hB5yLAJ8I0Euoa8OcDq7xr1D/V6GgEXmnwjUPrcJVOXV8mlEsS/0oraYXpl9O3dQ5OAvDtnmseP8fskj8oBS0oNRJyhcxoHfgnKaYBsAC61pApq1/Bf root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOKuEKlZRH7bbiY8HAgklTsIM2WBHyODyfABDsmtYDNHe6GTbXvb9mLJqUYLmAxmjQWswK4U8QyHqBE+RHgF5hptYwYBe3cqXQktI0Du8EZoxj7t72ndSxwsVBS+0bvqPlNaCpdEzWfRElwCW2LOr4bgdehghhUznrUczN+TZtf7AAAAFQCkvzJ9ZmjtLwLGodnFAJS9tni0sQAAAIAnQwIl6c47o/LaY5qBqDrbpwvFFLvE7zjmyT0MWy0QpcSCnFToVDExpmFzhMDpdx+aYmuQip316MJ0s+3AShRVbMNEyy9ZH0qh8+mXcf2X7m3eHDMVLzQfB6Bxf+4Ose2olh0mSJU3JISPDZrhKqdlWJ0d/+0eyPu/7+qIgmhPKQAAAIAoqFH/dY+caCJV0nZ5ce8/6jZ1zt6EIhfKYldHQ4g5bRYJTdFpbdFm4fHo41nCK66UGmvjCZf8TJ6Z4qZAH2uMjoe1egLBxh9aaQ7g/MoJ9aiUKSGEsvVsKtREwjSfQeYvkFAjioi+ONGpWoNKHXBgtNxQfieqOTKepTsC4d52yQ== 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.10,24,fe80::f816:3eff:feeb:f3f0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.53s]\n"} 2018-10-22 18:19:24,915 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-94362bb4-00d0-4442-989d-859c33e54830 2018-10-22 18:19:26,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:19:28,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19: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-6a9c065d-3104-4410-89a5-6c85d7d5a7a8 x-compute-request-id: req-6a9c065d-3104-4410-89a5-6c85d7d5a7a8 Content-Encoding: gzip Content-Length: 9979 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513019237 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131754] pid_max: default: 32768 minimum: 301\n[ 0.132627] ACPI: Core revision 20150930\n[ 0.133992] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135278] Security Framework initialized\n[ 0.136075] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138946] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142731] Initializing cgroup subsys io\n[ 0.143525] Initializing cgroup subsys memory\n[ 0.144370] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146089] Initializing cgroup subsys net_cls\n[ 0.146941] Initializing cgroup subsys perf_event\n[ 0.147830] Initializing cgroup subsys net_prio\n[ 0.148692] Initializing cgroup subsys hugetlb\n[ 0.149546] Initializing cgroup subsys pids\n[ 0.150407] CPU: Physical Processor ID: 0\n[ 0.151886] mce: CPU supports 10 MCE banks\n[ 0.152715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170875] ftrace: allocating 31920 entries in 125 pages\n[ 0.197657] smpboot: Max logical packages: 1\n[ 0.198488] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199820] x2apic enabled\n[ 0.200620] Switched APIC routing to physical x2apic.\n[ 0.202364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203464] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205422] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207176] KVM setup paravirtual spinlock\n[ 0.208455] x86: Booted up 1 node, 1 CPUs\n[ 0.209250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212320] evm: security.selinux\n[ 0.213012] evm: security.SMACK64\n[ 0.213691] evm: security.SMACK64EXEC\n[ 0.214417] evm: security.SMACK64TRANSMUTE\n[ 0.215212] evm: security.SMACK64MMAP\n[ 0.215943] evm: security.ima\n[ 0.216572] evm: security.capability\n[ 0.217363] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219174] pinctrl core: initialized pinctrl subsystem\n[ 0.220249] RTC time: 18:18:17, date: 10/22/18\n[ 0.221194] NET: Registered protocol family 16\n[ 0.222147] cpuidle: using governor ladder\n[ 0.222952] cpuidle: using governor menu\n[ 0.223722] PCCT header not found.\n[ 0.224452] ACPI: bus type PCI registered\n[ 0.225248] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226471] PCI: Using configuration type 1 for base access\n[ 0.228202] ACPI: Added _OSI(Module Device)\n[ 0.229031] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230761] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232868] ACPI: Interpreter enabled\n[ 0.233620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240850] ACPI: (supports S0 S5)\n[ 0.241540] ACPI: Using IOAPIC for interrupt routing\n[ 0.242510] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246693] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247894] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251241] acpiphp: Slot [3] registered\n[ 0.252029] acpiphp: Slot [4] registered\n[ 0.252814] acpiphp: Slot [5] registered\n[ 0.253597] acpiphp: Slot [6] registered\n[ 0.254378] acpiphp: Slot [7] registered\n[ 0.255158] acpiphp: Slot [8] registered\n[ 0.255940] acpiphp: Slot [9] registered\n[ 0.256718] acpiphp: Slot [10] registered\n[ 0.257504] acpiphp: Slot [11] registered\n[ 0.258317] acpiphp: Slot [12] registered\n[ 0.259118] acpiphp: Slot [13] registered\n[ 0.259909] acpiphp: Slot [14] registered\n[ 0.260702] acpiphp: Slot [15] registered\n[ 0.271639] acpiphp: Slot [16] registered\n[ 0.272434] acpiphp: Slot [17] registered\n[ 0.273231] acpiphp: Slot [18] registered\n[ 0.274026] acpiphp: Slot [19] registered\n[ 0.274817] acpiphp: Slot [20] registered\n[ 0.275609] acpiphp: Slot [21] registered\n[ 0.276400] acpiphp: Slot [22] registered\n[ 0.277203] acpiphp: Slot [23] registered\n[ 0.278000] acpiphp: Slot [24] registered\n[ 0.278790] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280366] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281975] acpiphp: Slot [29] registered\n[ 0.282765] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284340] PCI host bridge to bus 0000:00\n[ 0.285136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288916] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290335] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296475] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298906] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354855] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356301] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357712] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359089] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360334] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361472] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362682] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364221] vgaarb: loaded\n[ 0.364827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365956] SCSI subsystem initialized\n[ 0.366772] ACPI: bus type USB registered\n[ 0.367579] usbcore: registered new interface driver usbfs\n[ 0.368604] usbcore: registered new interface driver hub\n[ 0.369609] usbcore: registered new device driver usb\n[ 0.370657] PCI: Using ACPI for IRQ routing\n[ 0.371674] NetLabel: Initializing\n[ 0.372380] NetLabel: domain hash size = 128\n[ 0.373227] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374181] NetLabel: unlabeled traffic allowed by default\n[ 0.375270] clocksource: Switched to clocksource kvm-clock\n[ 0.380682] AppArmor: AppArmor Filesystem Enabled\n[ 0.381636] pnp: PnP ACPI init\n[ 0.382540] pnp: PnP ACPI: found 5 devices\n[ 0.388907] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390593] NET: Registered protocol family 2\n[ 0.391544] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392804] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393953] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395096] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397318] NET: Registered protocol family 1\n[ 0.398179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399261] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414337] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428552] Trying to unpack rootfs image as initramfs...\n[ 0.478401] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492211] Scanning for low memory corruption every 60 seconds\n[ 0.493507] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494644] audit: initializing netlink subsys (disabled)\n[ 0.495663] audit: type=2000 audit(1540232298.511:1): initialized\n[ 0.496952] Initialise system trusted keyring\n[ 0.497869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499019] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500980] zbud: loaded\n[ 0.501679] VFS: Disk quotas dquot_6.6.0\n[ 0.502485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503980] fuse init (API version 7.23)\n[ 0.504871] Key type big_key registered\n[ 0.505664] Allocating IMA MOK and blacklist keyrings.\n[ 0.507117] Key type asymmetric registered\n[ 0.507958] Asymmetric key parser 'x509' registered\n[ 0.508903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510350] io scheduler noop registered\n[ 0.511145] io scheduler deadline registered (default)\n[ 0.512129] io scheduler cfq registered\n[ 0.512959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516686] ACPI: Power Button [PWRF]\n[ 0.517509] GHES: HEST is not enabled!\n[ 0.531176] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560771] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590139] Linux agpgart interface v0.103\n[ 0.592173] brd: module loaded\n[ 0.593353] loop: module loaded\n[ 0.598286] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599735] GPT:90111 != 2097151\n[ 0.600402] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601472] GPT:90111 != 2097151\n[ 0.602138] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603083] vda: vda1 vda15\n[ 0.604500] scsi host0: ata_piix\n[ 0.605231] scsi host1: ata_piix\n[ 0.605929] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607120] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608544] libphy: Fixed MDIO Bus: probed\n[ 0.609375] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610305] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612431] PPP generic driver version 2.4.2\n[ 0.613305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614518] ehci-pci: EHCI PCI platform driver\n[ 0.615381] ehci-platform: EHCI generic platform driver\n[ 0.616353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617450] ohci-pci: OHCI PCI platform driver\n[ 0.618302] ohci-platform: OHCI generic platform driver\n[ 0.619285] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635993] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639295] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640689] usb usb1: Product: UHCI Host Controller\n[ 0.641603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642716] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643656] hub 1-0:1.0: USB hub found\n[ 0.644419] hub 1-0:1.0: 2 ports detected\n[ 0.645303] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648320] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649320] mousedev: PS/2 mouse device common for all mice\n[ 0.650534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653403] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654581] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655758] i2c /dev entries driver\n[ 0.656505] device-mapper: uevent: version 1.0.3\n[ 0.657415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660263] NET: Registered protocol family 10\n[ 0.661229] NET: Registered protocol family 17\n[ 0.662096] Key type dns_resolver registered\n[ 0.663004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664085] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665795] registered taskstats version 1\n[ 0.666613] Loading compiled-in X.509 certificates\n[ 0.668041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669860] zswap: loaded using pool lzo/zbud\n[ 0.671195] Key type trusted registered\n[ 0.672744] Key type encrypted registered\n[ 0.673556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675582] evm: HMAC attrs: 0x1\n[ 0.676496] Magic number: 6:858:342\n[ 0.677328] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:18 UTC (1540232298)\n[ 0.678887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679997] EDD information not available.\n[ 0.768265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769783] Write protecting the kernel read-only data: 14336k\n[ 0.781664] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783433] 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.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.321009] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-00000134\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHrXYlHPoiV/4lmdwewr/vdpi6yddQIrz8WpyJrJWAd93udU3nrdR46BQKl9xpRUYangdOaBVG6d0JVf9ozEQaAEgzqQtlw4zevEsq1DfvWRJ+JXzWZ6lNFK+7wlxxXXBUwBkKe5uCSSUz6GxON4e5IGb0udmkf8INaE1bE06NWww+s0hv8iGQ5dbwJ68AwkOtBLKurtnmSh4zoYIOXyS+Lp27FWwWk8Jp8hB5yLAJ8I0Euoa8OcDq7xr1D/V6GgEXmnwjUPrcJVOXV8mlEsS/0oraYXpl9O3dQ5OAvDtnmseP8fskj8oBS0oNRJyhcxoHfgnKaYBsAC61pApq1/Bf root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOKuEKlZRH7bbiY8HAgklTsIM2WBHyODyfABDsmtYDNHe6GTbXvb9mLJqUYLmAxmjQWswK4U8QyHqBE+RHgF5hptYwYBe3cqXQktI0Du8EZoxj7t72ndSxwsVBS+0bvqPlNaCpdEzWfRElwCW2LOr4bgdehghhUznrUczN+TZtf7AAAAFQCkvzJ9ZmjtLwLGodnFAJS9tni0sQAAAIAnQwIl6c47o/LaY5qBqDrbpwvFFLvE7zjmyT0MWy0QpcSCnFToVDExpmFzhMDpdx+aYmuQip316MJ0s+3AShRVbMNEyy9ZH0qh8+mXcf2X7m3eHDMVLzQfB6Bxf+4Ose2olh0mSJU3JISPDZrhKqdlWJ0d/+0eyPu/7+qIgmhPKQAAAIAoqFH/dY+caCJV0nZ5ce8/6jZ1zt6EIhfKYldHQ4g5bRYJTdFpbdFm4fHo41nCK66UGmvjCZf8TJ6Z4qZAH2uMjoe1egLBxh9aaQ7g/MoJ9aiUKSGEsvVsKtREwjSfQeYvkFAjioi+ONGpWoNKHXBgtNxQfieqOTKepTsC4d52yQ== 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.10,24,fe80::f816:3eff:feeb:f3f0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.53s]\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:EB:F3:F0 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feeb:f3f0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:9312 (9.0 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"} 2018-10-22 18:19:28,004 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-6a9c065d-3104-4410-89a5-6c85d7d5a7a8 2018-10-22 18:19:30,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:19:31,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19: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-35813ce0-5346-4b7e-a54f-c59502684da5 x-compute-request-id: req-35813ce0-5346-4b7e-a54f-c59502684da5 Content-Encoding: gzip Content-Length: 9979 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513019237 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131754] pid_max: default: 32768 minimum: 301\n[ 0.132627] ACPI: Core revision 20150930\n[ 0.133992] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135278] Security Framework initialized\n[ 0.136075] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138946] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142731] Initializing cgroup subsys io\n[ 0.143525] Initializing cgroup subsys memory\n[ 0.144370] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146089] Initializing cgroup subsys net_cls\n[ 0.146941] Initializing cgroup subsys perf_event\n[ 0.147830] Initializing cgroup subsys net_prio\n[ 0.148692] Initializing cgroup subsys hugetlb\n[ 0.149546] Initializing cgroup subsys pids\n[ 0.150407] CPU: Physical Processor ID: 0\n[ 0.151886] mce: CPU supports 10 MCE banks\n[ 0.152715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170875] ftrace: allocating 31920 entries in 125 pages\n[ 0.197657] smpboot: Max logical packages: 1\n[ 0.198488] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199820] x2apic enabled\n[ 0.200620] Switched APIC routing to physical x2apic.\n[ 0.202364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203464] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205422] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207176] KVM setup paravirtual spinlock\n[ 0.208455] x86: Booted up 1 node, 1 CPUs\n[ 0.209250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212320] evm: security.selinux\n[ 0.213012] evm: security.SMACK64\n[ 0.213691] evm: security.SMACK64EXEC\n[ 0.214417] evm: security.SMACK64TRANSMUTE\n[ 0.215212] evm: security.SMACK64MMAP\n[ 0.215943] evm: security.ima\n[ 0.216572] evm: security.capability\n[ 0.217363] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219174] pinctrl core: initialized pinctrl subsystem\n[ 0.220249] RTC time: 18:18:17, date: 10/22/18\n[ 0.221194] NET: Registered protocol family 16\n[ 0.222147] cpuidle: using governor ladder\n[ 0.222952] cpuidle: using governor menu\n[ 0.223722] PCCT header not found.\n[ 0.224452] ACPI: bus type PCI registered\n[ 0.225248] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226471] PCI: Using configuration type 1 for base access\n[ 0.228202] ACPI: Added _OSI(Module Device)\n[ 0.229031] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230761] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232868] ACPI: Interpreter enabled\n[ 0.233620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240850] ACPI: (supports S0 S5)\n[ 0.241540] ACPI: Using IOAPIC for interrupt routing\n[ 0.242510] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246693] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247894] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251241] acpiphp: Slot [3] registered\n[ 0.252029] acpiphp: Slot [4] registered\n[ 0.252814] acpiphp: Slot [5] registered\n[ 0.253597] acpiphp: Slot [6] registered\n[ 0.254378] acpiphp: Slot [7] registered\n[ 0.255158] acpiphp: Slot [8] registered\n[ 0.255940] acpiphp: Slot [9] registered\n[ 0.256718] acpiphp: Slot [10] registered\n[ 0.257504] acpiphp: Slot [11] registered\n[ 0.258317] acpiphp: Slot [12] registered\n[ 0.259118] acpiphp: Slot [13] registered\n[ 0.259909] acpiphp: Slot [14] registered\n[ 0.260702] acpiphp: Slot [15] registered\n[ 0.271639] acpiphp: Slot [16] registered\n[ 0.272434] acpiphp: Slot [17] registered\n[ 0.273231] acpiphp: Slot [18] registered\n[ 0.274026] acpiphp: Slot [19] registered\n[ 0.274817] acpiphp: Slot [20] registered\n[ 0.275609] acpiphp: Slot [21] registered\n[ 0.276400] acpiphp: Slot [22] registered\n[ 0.277203] acpiphp: Slot [23] registered\n[ 0.278000] acpiphp: Slot [24] registered\n[ 0.278790] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280366] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281975] acpiphp: Slot [29] registered\n[ 0.282765] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284340] PCI host bridge to bus 0000:00\n[ 0.285136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288916] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290335] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296475] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298906] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354855] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356301] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357712] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359089] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360334] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361472] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362682] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364221] vgaarb: loaded\n[ 0.364827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365956] SCSI subsystem initialized\n[ 0.366772] ACPI: bus type USB registered\n[ 0.367579] usbcore: registered new interface driver usbfs\n[ 0.368604] usbcore: registered new interface driver hub\n[ 0.369609] usbcore: registered new device driver usb\n[ 0.370657] PCI: Using ACPI for IRQ routing\n[ 0.371674] NetLabel: Initializing\n[ 0.372380] NetLabel: domain hash size = 128\n[ 0.373227] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374181] NetLabel: unlabeled traffic allowed by default\n[ 0.375270] clocksource: Switched to clocksource kvm-clock\n[ 0.380682] AppArmor: AppArmor Filesystem Enabled\n[ 0.381636] pnp: PnP ACPI init\n[ 0.382540] pnp: PnP ACPI: found 5 devices\n[ 0.388907] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390593] NET: Registered protocol family 2\n[ 0.391544] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392804] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393953] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395096] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397318] NET: Registered protocol family 1\n[ 0.398179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399261] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414337] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428552] Trying to unpack rootfs image as initramfs...\n[ 0.478401] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492211] Scanning for low memory corruption every 60 seconds\n[ 0.493507] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494644] audit: initializing netlink subsys (disabled)\n[ 0.495663] audit: type=2000 audit(1540232298.511:1): initialized\n[ 0.496952] Initialise system trusted keyring\n[ 0.497869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499019] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500980] zbud: loaded\n[ 0.501679] VFS: Disk quotas dquot_6.6.0\n[ 0.502485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503980] fuse init (API version 7.23)\n[ 0.504871] Key type big_key registered\n[ 0.505664] Allocating IMA MOK and blacklist keyrings.\n[ 0.507117] Key type asymmetric registered\n[ 0.507958] Asymmetric key parser 'x509' registered\n[ 0.508903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510350] io scheduler noop registered\n[ 0.511145] io scheduler deadline registered (default)\n[ 0.512129] io scheduler cfq registered\n[ 0.512959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516686] ACPI: Power Button [PWRF]\n[ 0.517509] GHES: HEST is not enabled!\n[ 0.531176] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560771] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590139] Linux agpgart interface v0.103\n[ 0.592173] brd: module loaded\n[ 0.593353] loop: module loaded\n[ 0.598286] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599735] GPT:90111 != 2097151\n[ 0.600402] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601472] GPT:90111 != 2097151\n[ 0.602138] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603083] vda: vda1 vda15\n[ 0.604500] scsi host0: ata_piix\n[ 0.605231] scsi host1: ata_piix\n[ 0.605929] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607120] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608544] libphy: Fixed MDIO Bus: probed\n[ 0.609375] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610305] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612431] PPP generic driver version 2.4.2\n[ 0.613305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614518] ehci-pci: EHCI PCI platform driver\n[ 0.615381] ehci-platform: EHCI generic platform driver\n[ 0.616353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617450] ohci-pci: OHCI PCI platform driver\n[ 0.618302] ohci-platform: OHCI generic platform driver\n[ 0.619285] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635993] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639295] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640689] usb usb1: Product: UHCI Host Controller\n[ 0.641603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642716] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643656] hub 1-0:1.0: USB hub found\n[ 0.644419] hub 1-0:1.0: 2 ports detected\n[ 0.645303] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648320] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649320] mousedev: PS/2 mouse device common for all mice\n[ 0.650534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653403] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654581] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655758] i2c /dev entries driver\n[ 0.656505] device-mapper: uevent: version 1.0.3\n[ 0.657415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660263] NET: Registered protocol family 10\n[ 0.661229] NET: Registered protocol family 17\n[ 0.662096] Key type dns_resolver registered\n[ 0.663004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664085] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665795] registered taskstats version 1\n[ 0.666613] Loading compiled-in X.509 certificates\n[ 0.668041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669860] zswap: loaded using pool lzo/zbud\n[ 0.671195] Key type trusted registered\n[ 0.672744] Key type encrypted registered\n[ 0.673556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675582] evm: HMAC attrs: 0x1\n[ 0.676496] Magic number: 6:858:342\n[ 0.677328] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:18 UTC (1540232298)\n[ 0.678887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679997] EDD information not available.\n[ 0.768265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769783] Write protecting the kernel read-only data: 14336k\n[ 0.781664] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783433] 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.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.321009] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-00000134\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHrXYlHPoiV/4lmdwewr/vdpi6yddQIrz8WpyJrJWAd93udU3nrdR46BQKl9xpRUYangdOaBVG6d0JVf9ozEQaAEgzqQtlw4zevEsq1DfvWRJ+JXzWZ6lNFK+7wlxxXXBUwBkKe5uCSSUz6GxON4e5IGb0udmkf8INaE1bE06NWww+s0hv8iGQ5dbwJ68AwkOtBLKurtnmSh4zoYIOXyS+Lp27FWwWk8Jp8hB5yLAJ8I0Euoa8OcDq7xr1D/V6GgEXmnwjUPrcJVOXV8mlEsS/0oraYXpl9O3dQ5OAvDtnmseP8fskj8oBS0oNRJyhcxoHfgnKaYBsAC61pApq1/Bf root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOKuEKlZRH7bbiY8HAgklTsIM2WBHyODyfABDsmtYDNHe6GTbXvb9mLJqUYLmAxmjQWswK4U8QyHqBE+RHgF5hptYwYBe3cqXQktI0Du8EZoxj7t72ndSxwsVBS+0bvqPlNaCpdEzWfRElwCW2LOr4bgdehghhUznrUczN+TZtf7AAAAFQCkvzJ9ZmjtLwLGodnFAJS9tni0sQAAAIAnQwIl6c47o/LaY5qBqDrbpwvFFLvE7zjmyT0MWy0QpcSCnFToVDExpmFzhMDpdx+aYmuQip316MJ0s+3AShRVbMNEyy9ZH0qh8+mXcf2X7m3eHDMVLzQfB6Bxf+4Ose2olh0mSJU3JISPDZrhKqdlWJ0d/+0eyPu/7+qIgmhPKQAAAIAoqFH/dY+caCJV0nZ5ce8/6jZ1zt6EIhfKYldHQ4g5bRYJTdFpbdFm4fHo41nCK66UGmvjCZf8TJ6Z4qZAH2uMjoe1egLBxh9aaQ7g/MoJ9aiUKSGEsvVsKtREwjSfQeYvkFAjioi+ONGpWoNKHXBgtNxQfieqOTKepTsC4d52yQ== 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.10,24,fe80::f816:3eff:feeb:f3f0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.53s]\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:EB:F3:F0 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feeb:f3f0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:9312 (9.0 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"} 2018-10-22 18:19:31,098 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-35813ce0-5346-4b7e-a54f-c59502684da5 2018-10-22 18:19:33,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:19:34,194 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19: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-9a014312-13c1-442f-bc34-5bf26da39faf x-compute-request-id: req-9a014312-13c1-442f-bc34-5bf26da39faf Content-Encoding: gzip Content-Length: 9979 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513019237 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131754] pid_max: default: 32768 minimum: 301\n[ 0.132627] ACPI: Core revision 20150930\n[ 0.133992] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135278] Security Framework initialized\n[ 0.136075] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138946] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142731] Initializing cgroup subsys io\n[ 0.143525] Initializing cgroup subsys memory\n[ 0.144370] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146089] Initializing cgroup subsys net_cls\n[ 0.146941] Initializing cgroup subsys perf_event\n[ 0.147830] Initializing cgroup subsys net_prio\n[ 0.148692] Initializing cgroup subsys hugetlb\n[ 0.149546] Initializing cgroup subsys pids\n[ 0.150407] CPU: Physical Processor ID: 0\n[ 0.151886] mce: CPU supports 10 MCE banks\n[ 0.152715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170875] ftrace: allocating 31920 entries in 125 pages\n[ 0.197657] smpboot: Max logical packages: 1\n[ 0.198488] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199820] x2apic enabled\n[ 0.200620] Switched APIC routing to physical x2apic.\n[ 0.202364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203464] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205422] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207176] KVM setup paravirtual spinlock\n[ 0.208455] x86: Booted up 1 node, 1 CPUs\n[ 0.209250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212320] evm: security.selinux\n[ 0.213012] evm: security.SMACK64\n[ 0.213691] evm: security.SMACK64EXEC\n[ 0.214417] evm: security.SMACK64TRANSMUTE\n[ 0.215212] evm: security.SMACK64MMAP\n[ 0.215943] evm: security.ima\n[ 0.216572] evm: security.capability\n[ 0.217363] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219174] pinctrl core: initialized pinctrl subsystem\n[ 0.220249] RTC time: 18:18:17, date: 10/22/18\n[ 0.221194] NET: Registered protocol family 16\n[ 0.222147] cpuidle: using governor ladder\n[ 0.222952] cpuidle: using governor menu\n[ 0.223722] PCCT header not found.\n[ 0.224452] ACPI: bus type PCI registered\n[ 0.225248] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226471] PCI: Using configuration type 1 for base access\n[ 0.228202] ACPI: Added _OSI(Module Device)\n[ 0.229031] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230761] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232868] ACPI: Interpreter enabled\n[ 0.233620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240850] ACPI: (supports S0 S5)\n[ 0.241540] ACPI: Using IOAPIC for interrupt routing\n[ 0.242510] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246693] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247894] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251241] acpiphp: Slot [3] registered\n[ 0.252029] acpiphp: Slot [4] registered\n[ 0.252814] acpiphp: Slot [5] registered\n[ 0.253597] acpiphp: Slot [6] registered\n[ 0.254378] acpiphp: Slot [7] registered\n[ 0.255158] acpiphp: Slot [8] registered\n[ 0.255940] acpiphp: Slot [9] registered\n[ 0.256718] acpiphp: Slot [10] registered\n[ 0.257504] acpiphp: Slot [11] registered\n[ 0.258317] acpiphp: Slot [12] registered\n[ 0.259118] acpiphp: Slot [13] registered\n[ 0.259909] acpiphp: Slot [14] registered\n[ 0.260702] acpiphp: Slot [15] registered\n[ 0.271639] acpiphp: Slot [16] registered\n[ 0.272434] acpiphp: Slot [17] registered\n[ 0.273231] acpiphp: Slot [18] registered\n[ 0.274026] acpiphp: Slot [19] registered\n[ 0.274817] acpiphp: Slot [20] registered\n[ 0.275609] acpiphp: Slot [21] registered\n[ 0.276400] acpiphp: Slot [22] registered\n[ 0.277203] acpiphp: Slot [23] registered\n[ 0.278000] acpiphp: Slot [24] registered\n[ 0.278790] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280366] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281975] acpiphp: Slot [29] registered\n[ 0.282765] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284340] PCI host bridge to bus 0000:00\n[ 0.285136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288916] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290335] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296475] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298906] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354855] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356301] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357712] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359089] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360334] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361472] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362682] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364221] vgaarb: loaded\n[ 0.364827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365956] SCSI subsystem initialized\n[ 0.366772] ACPI: bus type USB registered\n[ 0.367579] usbcore: registered new interface driver usbfs\n[ 0.368604] usbcore: registered new interface driver hub\n[ 0.369609] usbcore: registered new device driver usb\n[ 0.370657] PCI: Using ACPI for IRQ routing\n[ 0.371674] NetLabel: Initializing\n[ 0.372380] NetLabel: domain hash size = 128\n[ 0.373227] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374181] NetLabel: unlabeled traffic allowed by default\n[ 0.375270] clocksource: Switched to clocksource kvm-clock\n[ 0.380682] AppArmor: AppArmor Filesystem Enabled\n[ 0.381636] pnp: PnP ACPI init\n[ 0.382540] pnp: PnP ACPI: found 5 devices\n[ 0.388907] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390593] NET: Registered protocol family 2\n[ 0.391544] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392804] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393953] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395096] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397318] NET: Registered protocol family 1\n[ 0.398179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399261] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414337] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428552] Trying to unpack rootfs image as initramfs...\n[ 0.478401] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492211] Scanning for low memory corruption every 60 seconds\n[ 0.493507] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494644] audit: initializing netlink subsys (disabled)\n[ 0.495663] audit: type=2000 audit(1540232298.511:1): initialized\n[ 0.496952] Initialise system trusted keyring\n[ 0.497869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499019] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500980] zbud: loaded\n[ 0.501679] VFS: Disk quotas dquot_6.6.0\n[ 0.502485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503980] fuse init (API version 7.23)\n[ 0.504871] Key type big_key registered\n[ 0.505664] Allocating IMA MOK and blacklist keyrings.\n[ 0.507117] Key type asymmetric registered\n[ 0.507958] Asymmetric key parser 'x509' registered\n[ 0.508903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510350] io scheduler noop registered\n[ 0.511145] io scheduler deadline registered (default)\n[ 0.512129] io scheduler cfq registered\n[ 0.512959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516686] ACPI: Power Button [PWRF]\n[ 0.517509] GHES: HEST is not enabled!\n[ 0.531176] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560771] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590139] Linux agpgart interface v0.103\n[ 0.592173] brd: module loaded\n[ 0.593353] loop: module loaded\n[ 0.598286] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599735] GPT:90111 != 2097151\n[ 0.600402] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601472] GPT:90111 != 2097151\n[ 0.602138] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603083] vda: vda1 vda15\n[ 0.604500] scsi host0: ata_piix\n[ 0.605231] scsi host1: ata_piix\n[ 0.605929] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607120] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608544] libphy: Fixed MDIO Bus: probed\n[ 0.609375] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610305] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612431] PPP generic driver version 2.4.2\n[ 0.613305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614518] ehci-pci: EHCI PCI platform driver\n[ 0.615381] ehci-platform: EHCI generic platform driver\n[ 0.616353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617450] ohci-pci: OHCI PCI platform driver\n[ 0.618302] ohci-platform: OHCI generic platform driver\n[ 0.619285] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635993] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639295] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640689] usb usb1: Product: UHCI Host Controller\n[ 0.641603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642716] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643656] hub 1-0:1.0: USB hub found\n[ 0.644419] hub 1-0:1.0: 2 ports detected\n[ 0.645303] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648320] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649320] mousedev: PS/2 mouse device common for all mice\n[ 0.650534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653403] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654581] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655758] i2c /dev entries driver\n[ 0.656505] device-mapper: uevent: version 1.0.3\n[ 0.657415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660263] NET: Registered protocol family 10\n[ 0.661229] NET: Registered protocol family 17\n[ 0.662096] Key type dns_resolver registered\n[ 0.663004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664085] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665795] registered taskstats version 1\n[ 0.666613] Loading compiled-in X.509 certificates\n[ 0.668041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669860] zswap: loaded using pool lzo/zbud\n[ 0.671195] Key type trusted registered\n[ 0.672744] Key type encrypted registered\n[ 0.673556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675582] evm: HMAC attrs: 0x1\n[ 0.676496] Magic number: 6:858:342\n[ 0.677328] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:18 UTC (1540232298)\n[ 0.678887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679997] EDD information not available.\n[ 0.768265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769783] Write protecting the kernel read-only data: 14336k\n[ 0.781664] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783433] 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.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.321009] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-00000134\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHrXYlHPoiV/4lmdwewr/vdpi6yddQIrz8WpyJrJWAd93udU3nrdR46BQKl9xpRUYangdOaBVG6d0JVf9ozEQaAEgzqQtlw4zevEsq1DfvWRJ+JXzWZ6lNFK+7wlxxXXBUwBkKe5uCSSUz6GxON4e5IGb0udmkf8INaE1bE06NWww+s0hv8iGQ5dbwJ68AwkOtBLKurtnmSh4zoYIOXyS+Lp27FWwWk8Jp8hB5yLAJ8I0Euoa8OcDq7xr1D/V6GgEXmnwjUPrcJVOXV8mlEsS/0oraYXpl9O3dQ5OAvDtnmseP8fskj8oBS0oNRJyhcxoHfgnKaYBsAC61pApq1/Bf root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOKuEKlZRH7bbiY8HAgklTsIM2WBHyODyfABDsmtYDNHe6GTbXvb9mLJqUYLmAxmjQWswK4U8QyHqBE+RHgF5hptYwYBe3cqXQktI0Du8EZoxj7t72ndSxwsVBS+0bvqPlNaCpdEzWfRElwCW2LOr4bgdehghhUznrUczN+TZtf7AAAAFQCkvzJ9ZmjtLwLGodnFAJS9tni0sQAAAIAnQwIl6c47o/LaY5qBqDrbpwvFFLvE7zjmyT0MWy0QpcSCnFToVDExpmFzhMDpdx+aYmuQip316MJ0s+3AShRVbMNEyy9ZH0qh8+mXcf2X7m3eHDMVLzQfB6Bxf+4Ose2olh0mSJU3JISPDZrhKqdlWJ0d/+0eyPu/7+qIgmhPKQAAAIAoqFH/dY+caCJV0nZ5ce8/6jZ1zt6EIhfKYldHQ4g5bRYJTdFpbdFm4fHo41nCK66UGmvjCZf8TJ6Z4qZAH2uMjoe1egLBxh9aaQ7g/MoJ9aiUKSGEsvVsKtREwjSfQeYvkFAjioi+ONGpWoNKHXBgtNxQfieqOTKepTsC4d52yQ== 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.10,24,fe80::f816:3eff:feeb:f3f0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.53s]\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:EB:F3:F0 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feeb:f3f0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:9312 (9.0 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"} 2018-10-22 18:19:34,195 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-9a014312-13c1-442f-bc34-5bf26da39faf 2018-10-22 18:19:36,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:19:37,290 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19: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-f70c6825-94c1-43fc-afd0-d073d0028892 x-compute-request-id: req-f70c6825-94c1-43fc-afd0-d073d0028892 Content-Encoding: gzip Content-Length: 9979 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513019237 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131754] pid_max: default: 32768 minimum: 301\n[ 0.132627] ACPI: Core revision 20150930\n[ 0.133992] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135278] Security Framework initialized\n[ 0.136075] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138946] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142731] Initializing cgroup subsys io\n[ 0.143525] Initializing cgroup subsys memory\n[ 0.144370] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146089] Initializing cgroup subsys net_cls\n[ 0.146941] Initializing cgroup subsys perf_event\n[ 0.147830] Initializing cgroup subsys net_prio\n[ 0.148692] Initializing cgroup subsys hugetlb\n[ 0.149546] Initializing cgroup subsys pids\n[ 0.150407] CPU: Physical Processor ID: 0\n[ 0.151886] mce: CPU supports 10 MCE banks\n[ 0.152715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170875] ftrace: allocating 31920 entries in 125 pages\n[ 0.197657] smpboot: Max logical packages: 1\n[ 0.198488] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199820] x2apic enabled\n[ 0.200620] Switched APIC routing to physical x2apic.\n[ 0.202364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203464] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205422] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207176] KVM setup paravirtual spinlock\n[ 0.208455] x86: Booted up 1 node, 1 CPUs\n[ 0.209250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212320] evm: security.selinux\n[ 0.213012] evm: security.SMACK64\n[ 0.213691] evm: security.SMACK64EXEC\n[ 0.214417] evm: security.SMACK64TRANSMUTE\n[ 0.215212] evm: security.SMACK64MMAP\n[ 0.215943] evm: security.ima\n[ 0.216572] evm: security.capability\n[ 0.217363] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219174] pinctrl core: initialized pinctrl subsystem\n[ 0.220249] RTC time: 18:18:17, date: 10/22/18\n[ 0.221194] NET: Registered protocol family 16\n[ 0.222147] cpuidle: using governor ladder\n[ 0.222952] cpuidle: using governor menu\n[ 0.223722] PCCT header not found.\n[ 0.224452] ACPI: bus type PCI registered\n[ 0.225248] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226471] PCI: Using configuration type 1 for base access\n[ 0.228202] ACPI: Added _OSI(Module Device)\n[ 0.229031] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230761] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232868] ACPI: Interpreter enabled\n[ 0.233620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240850] ACPI: (supports S0 S5)\n[ 0.241540] ACPI: Using IOAPIC for interrupt routing\n[ 0.242510] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246693] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247894] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251241] acpiphp: Slot [3] registered\n[ 0.252029] acpiphp: Slot [4] registered\n[ 0.252814] acpiphp: Slot [5] registered\n[ 0.253597] acpiphp: Slot [6] registered\n[ 0.254378] acpiphp: Slot [7] registered\n[ 0.255158] acpiphp: Slot [8] registered\n[ 0.255940] acpiphp: Slot [9] registered\n[ 0.256718] acpiphp: Slot [10] registered\n[ 0.257504] acpiphp: Slot [11] registered\n[ 0.258317] acpiphp: Slot [12] registered\n[ 0.259118] acpiphp: Slot [13] registered\n[ 0.259909] acpiphp: Slot [14] registered\n[ 0.260702] acpiphp: Slot [15] registered\n[ 0.271639] acpiphp: Slot [16] registered\n[ 0.272434] acpiphp: Slot [17] registered\n[ 0.273231] acpiphp: Slot [18] registered\n[ 0.274026] acpiphp: Slot [19] registered\n[ 0.274817] acpiphp: Slot [20] registered\n[ 0.275609] acpiphp: Slot [21] registered\n[ 0.276400] acpiphp: Slot [22] registered\n[ 0.277203] acpiphp: Slot [23] registered\n[ 0.278000] acpiphp: Slot [24] registered\n[ 0.278790] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280366] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281975] acpiphp: Slot [29] registered\n[ 0.282765] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284340] PCI host bridge to bus 0000:00\n[ 0.285136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288916] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290335] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296475] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298906] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354855] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356301] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357712] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359089] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360334] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361472] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362682] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364221] vgaarb: loaded\n[ 0.364827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365956] SCSI subsystem initialized\n[ 0.366772] ACPI: bus type USB registered\n[ 0.367579] usbcore: registered new interface driver usbfs\n[ 0.368604] usbcore: registered new interface driver hub\n[ 0.369609] usbcore: registered new device driver usb\n[ 0.370657] PCI: Using ACPI for IRQ routing\n[ 0.371674] NetLabel: Initializing\n[ 0.372380] NetLabel: domain hash size = 128\n[ 0.373227] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374181] NetLabel: unlabeled traffic allowed by default\n[ 0.375270] clocksource: Switched to clocksource kvm-clock\n[ 0.380682] AppArmor: AppArmor Filesystem Enabled\n[ 0.381636] pnp: PnP ACPI init\n[ 0.382540] pnp: PnP ACPI: found 5 devices\n[ 0.388907] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390593] NET: Registered protocol family 2\n[ 0.391544] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392804] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393953] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395096] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397318] NET: Registered protocol family 1\n[ 0.398179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399261] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414337] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428552] Trying to unpack rootfs image as initramfs...\n[ 0.478401] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492211] Scanning for low memory corruption every 60 seconds\n[ 0.493507] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494644] audit: initializing netlink subsys (disabled)\n[ 0.495663] audit: type=2000 audit(1540232298.511:1): initialized\n[ 0.496952] Initialise system trusted keyring\n[ 0.497869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499019] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500980] zbud: loaded\n[ 0.501679] VFS: Disk quotas dquot_6.6.0\n[ 0.502485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503980] fuse init (API version 7.23)\n[ 0.504871] Key type big_key registered\n[ 0.505664] Allocating IMA MOK and blacklist keyrings.\n[ 0.507117] Key type asymmetric registered\n[ 0.507958] Asymmetric key parser 'x509' registered\n[ 0.508903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510350] io scheduler noop registered\n[ 0.511145] io scheduler deadline registered (default)\n[ 0.512129] io scheduler cfq registered\n[ 0.512959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516686] ACPI: Power Button [PWRF]\n[ 0.517509] GHES: HEST is not enabled!\n[ 0.531176] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560771] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590139] Linux agpgart interface v0.103\n[ 0.592173] brd: module loaded\n[ 0.593353] loop: module loaded\n[ 0.598286] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599735] GPT:90111 != 2097151\n[ 0.600402] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601472] GPT:90111 != 2097151\n[ 0.602138] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603083] vda: vda1 vda15\n[ 0.604500] scsi host0: ata_piix\n[ 0.605231] scsi host1: ata_piix\n[ 0.605929] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607120] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608544] libphy: Fixed MDIO Bus: probed\n[ 0.609375] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610305] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612431] PPP generic driver version 2.4.2\n[ 0.613305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614518] ehci-pci: EHCI PCI platform driver\n[ 0.615381] ehci-platform: EHCI generic platform driver\n[ 0.616353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617450] ohci-pci: OHCI PCI platform driver\n[ 0.618302] ohci-platform: OHCI generic platform driver\n[ 0.619285] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635993] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639295] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640689] usb usb1: Product: UHCI Host Controller\n[ 0.641603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642716] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643656] hub 1-0:1.0: USB hub found\n[ 0.644419] hub 1-0:1.0: 2 ports detected\n[ 0.645303] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648320] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649320] mousedev: PS/2 mouse device common for all mice\n[ 0.650534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653403] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654581] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655758] i2c /dev entries driver\n[ 0.656505] device-mapper: uevent: version 1.0.3\n[ 0.657415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660263] NET: Registered protocol family 10\n[ 0.661229] NET: Registered protocol family 17\n[ 0.662096] Key type dns_resolver registered\n[ 0.663004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664085] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665795] registered taskstats version 1\n[ 0.666613] Loading compiled-in X.509 certificates\n[ 0.668041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669860] zswap: loaded using pool lzo/zbud\n[ 0.671195] Key type trusted registered\n[ 0.672744] Key type encrypted registered\n[ 0.673556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675582] evm: HMAC attrs: 0x1\n[ 0.676496] Magic number: 6:858:342\n[ 0.677328] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:18 UTC (1540232298)\n[ 0.678887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679997] EDD information not available.\n[ 0.768265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769783] Write protecting the kernel read-only data: 14336k\n[ 0.781664] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783433] 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.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.321009] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-00000134\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHrXYlHPoiV/4lmdwewr/vdpi6yddQIrz8WpyJrJWAd93udU3nrdR46BQKl9xpRUYangdOaBVG6d0JVf9ozEQaAEgzqQtlw4zevEsq1DfvWRJ+JXzWZ6lNFK+7wlxxXXBUwBkKe5uCSSUz6GxON4e5IGb0udmkf8INaE1bE06NWww+s0hv8iGQ5dbwJ68AwkOtBLKurtnmSh4zoYIOXyS+Lp27FWwWk8Jp8hB5yLAJ8I0Euoa8OcDq7xr1D/V6GgEXmnwjUPrcJVOXV8mlEsS/0oraYXpl9O3dQ5OAvDtnmseP8fskj8oBS0oNRJyhcxoHfgnKaYBsAC61pApq1/Bf root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOKuEKlZRH7bbiY8HAgklTsIM2WBHyODyfABDsmtYDNHe6GTbXvb9mLJqUYLmAxmjQWswK4U8QyHqBE+RHgF5hptYwYBe3cqXQktI0Du8EZoxj7t72ndSxwsVBS+0bvqPlNaCpdEzWfRElwCW2LOr4bgdehghhUznrUczN+TZtf7AAAAFQCkvzJ9ZmjtLwLGodnFAJS9tni0sQAAAIAnQwIl6c47o/LaY5qBqDrbpwvFFLvE7zjmyT0MWy0QpcSCnFToVDExpmFzhMDpdx+aYmuQip316MJ0s+3AShRVbMNEyy9ZH0qh8+mXcf2X7m3eHDMVLzQfB6Bxf+4Ose2olh0mSJU3JISPDZrhKqdlWJ0d/+0eyPu/7+qIgmhPKQAAAIAoqFH/dY+caCJV0nZ5ce8/6jZ1zt6EIhfKYldHQ4g5bRYJTdFpbdFm4fHo41nCK66UGmvjCZf8TJ6Z4qZAH2uMjoe1egLBxh9aaQ7g/MoJ9aiUKSGEsvVsKtREwjSfQeYvkFAjioi+ONGpWoNKHXBgtNxQfieqOTKepTsC4d52yQ== 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.10,24,fe80::f816:3eff:feeb:f3f0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.53s]\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:EB:F3:F0 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feeb:f3f0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:9312 (9.0 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"} 2018-10-22 18:19:37,291 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-f70c6825-94c1-43fc-afd0-d073d0028892 2018-10-22 18:19:39,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:19:40,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19: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-d1ab2e19-586d-4e99-8f7d-984cdcc2fd73 x-compute-request-id: req-d1ab2e19-586d-4e99-8f7d-984cdcc2fd73 Content-Encoding: gzip Content-Length: 10049 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513019237 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131754] pid_max: default: 32768 minimum: 301\n[ 0.132627] ACPI: Core revision 20150930\n[ 0.133992] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135278] Security Framework initialized\n[ 0.136075] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138946] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142731] Initializing cgroup subsys io\n[ 0.143525] Initializing cgroup subsys memory\n[ 0.144370] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146089] Initializing cgroup subsys net_cls\n[ 0.146941] Initializing cgroup subsys perf_event\n[ 0.147830] Initializing cgroup subsys net_prio\n[ 0.148692] Initializing cgroup subsys hugetlb\n[ 0.149546] Initializing cgroup subsys pids\n[ 0.150407] CPU: Physical Processor ID: 0\n[ 0.151886] mce: CPU supports 10 MCE banks\n[ 0.152715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170875] ftrace: allocating 31920 entries in 125 pages\n[ 0.197657] smpboot: Max logical packages: 1\n[ 0.198488] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199820] x2apic enabled\n[ 0.200620] Switched APIC routing to physical x2apic.\n[ 0.202364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203464] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205422] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207176] KVM setup paravirtual spinlock\n[ 0.208455] x86: Booted up 1 node, 1 CPUs\n[ 0.209250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212320] evm: security.selinux\n[ 0.213012] evm: security.SMACK64\n[ 0.213691] evm: security.SMACK64EXEC\n[ 0.214417] evm: security.SMACK64TRANSMUTE\n[ 0.215212] evm: security.SMACK64MMAP\n[ 0.215943] evm: security.ima\n[ 0.216572] evm: security.capability\n[ 0.217363] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219174] pinctrl core: initialized pinctrl subsystem\n[ 0.220249] RTC time: 18:18:17, date: 10/22/18\n[ 0.221194] NET: Registered protocol family 16\n[ 0.222147] cpuidle: using governor ladder\n[ 0.222952] cpuidle: using governor menu\n[ 0.223722] PCCT header not found.\n[ 0.224452] ACPI: bus type PCI registered\n[ 0.225248] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226471] PCI: Using configuration type 1 for base access\n[ 0.228202] ACPI: Added _OSI(Module Device)\n[ 0.229031] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230761] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232868] ACPI: Interpreter enabled\n[ 0.233620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240850] ACPI: (supports S0 S5)\n[ 0.241540] ACPI: Using IOAPIC for interrupt routing\n[ 0.242510] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246693] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247894] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251241] acpiphp: Slot [3] registered\n[ 0.252029] acpiphp: Slot [4] registered\n[ 0.252814] acpiphp: Slot [5] registered\n[ 0.253597] acpiphp: Slot [6] registered\n[ 0.254378] acpiphp: Slot [7] registered\n[ 0.255158] acpiphp: Slot [8] registered\n[ 0.255940] acpiphp: Slot [9] registered\n[ 0.256718] acpiphp: Slot [10] registered\n[ 0.257504] acpiphp: Slot [11] registered\n[ 0.258317] acpiphp: Slot [12] registered\n[ 0.259118] acpiphp: Slot [13] registered\n[ 0.259909] acpiphp: Slot [14] registered\n[ 0.260702] acpiphp: Slot [15] registered\n[ 0.271639] acpiphp: Slot [16] registered\n[ 0.272434] acpiphp: Slot [17] registered\n[ 0.273231] acpiphp: Slot [18] registered\n[ 0.274026] acpiphp: Slot [19] registered\n[ 0.274817] acpiphp: Slot [20] registered\n[ 0.275609] acpiphp: Slot [21] registered\n[ 0.276400] acpiphp: Slot [22] registered\n[ 0.277203] acpiphp: Slot [23] registered\n[ 0.278000] acpiphp: Slot [24] registered\n[ 0.278790] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280366] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281975] acpiphp: Slot [29] registered\n[ 0.282765] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284340] PCI host bridge to bus 0000:00\n[ 0.285136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288916] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290335] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296475] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298906] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354855] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356301] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357712] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359089] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360334] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361472] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362682] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364221] vgaarb: loaded\n[ 0.364827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365956] SCSI subsystem initialized\n[ 0.366772] ACPI: bus type USB registered\n[ 0.367579] usbcore: registered new interface driver usbfs\n[ 0.368604] usbcore: registered new interface driver hub\n[ 0.369609] usbcore: registered new device driver usb\n[ 0.370657] PCI: Using ACPI for IRQ routing\n[ 0.371674] NetLabel: Initializing\n[ 0.372380] NetLabel: domain hash size = 128\n[ 0.373227] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374181] NetLabel: unlabeled traffic allowed by default\n[ 0.375270] clocksource: Switched to clocksource kvm-clock\n[ 0.380682] AppArmor: AppArmor Filesystem Enabled\n[ 0.381636] pnp: PnP ACPI init\n[ 0.382540] pnp: PnP ACPI: found 5 devices\n[ 0.388907] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390593] NET: Registered protocol family 2\n[ 0.391544] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392804] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393953] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395096] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397318] NET: Registered protocol family 1\n[ 0.398179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399261] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414337] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428552] Trying to unpack rootfs image as initramfs...\n[ 0.478401] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492211] Scanning for low memory corruption every 60 seconds\n[ 0.493507] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494644] audit: initializing netlink subsys (disabled)\n[ 0.495663] audit: type=2000 audit(1540232298.511:1): initialized\n[ 0.496952] Initialise system trusted keyring\n[ 0.497869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499019] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500980] zbud: loaded\n[ 0.501679] VFS: Disk quotas dquot_6.6.0\n[ 0.502485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503980] fuse init (API version 7.23)\n[ 0.504871] Key type big_key registered\n[ 0.505664] Allocating IMA MOK and blacklist keyrings.\n[ 0.507117] Key type asymmetric registered\n[ 0.507958] Asymmetric key parser 'x509' registered\n[ 0.508903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510350] io scheduler noop registered\n[ 0.511145] io scheduler deadline registered (default)\n[ 0.512129] io scheduler cfq registered\n[ 0.512959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516686] ACPI: Power Button [PWRF]\n[ 0.517509] GHES: HEST is not enabled!\n[ 0.531176] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560771] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590139] Linux agpgart interface v0.103\n[ 0.592173] brd: module loaded\n[ 0.593353] loop: module loaded\n[ 0.598286] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599735] GPT:90111 != 2097151\n[ 0.600402] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601472] GPT:90111 != 2097151\n[ 0.602138] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603083] vda: vda1 vda15\n[ 0.604500] scsi host0: ata_piix\n[ 0.605231] scsi host1: ata_piix\n[ 0.605929] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607120] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608544] libphy: Fixed MDIO Bus: probed\n[ 0.609375] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610305] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612431] PPP generic driver version 2.4.2\n[ 0.613305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614518] ehci-pci: EHCI PCI platform driver\n[ 0.615381] ehci-platform: EHCI generic platform driver\n[ 0.616353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617450] ohci-pci: OHCI PCI platform driver\n[ 0.618302] ohci-platform: OHCI generic platform driver\n[ 0.619285] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635993] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639295] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640689] usb usb1: Product: UHCI Host Controller\n[ 0.641603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642716] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643656] hub 1-0:1.0: USB hub found\n[ 0.644419] hub 1-0:1.0: 2 ports detected\n[ 0.645303] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648320] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649320] mousedev: PS/2 mouse device common for all mice\n[ 0.650534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653403] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654581] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655758] i2c /dev entries driver\n[ 0.656505] device-mapper: uevent: version 1.0.3\n[ 0.657415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660263] NET: Registered protocol family 10\n[ 0.661229] NET: Registered protocol family 17\n[ 0.662096] Key type dns_resolver registered\n[ 0.663004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664085] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665795] registered taskstats version 1\n[ 0.666613] Loading compiled-in X.509 certificates\n[ 0.668041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669860] zswap: loaded using pool lzo/zbud\n[ 0.671195] Key type trusted registered\n[ 0.672744] Key type encrypted registered\n[ 0.673556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675582] evm: HMAC attrs: 0x1\n[ 0.676496] Magic number: 6:858:342\n[ 0.677328] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:18 UTC (1540232298)\n[ 0.678887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679997] EDD information not available.\n[ 0.768265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769783] Write protecting the kernel read-only data: 14336k\n[ 0.781664] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783433] 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.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.321009] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-00000134\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHrXYlHPoiV/4lmdwewr/vdpi6yddQIrz8WpyJrJWAd93udU3nrdR46BQKl9xpRUYangdOaBVG6d0JVf9ozEQaAEgzqQtlw4zevEsq1DfvWRJ+JXzWZ6lNFK+7wlxxXXBUwBkKe5uCSSUz6GxON4e5IGb0udmkf8INaE1bE06NWww+s0hv8iGQ5dbwJ68AwkOtBLKurtnmSh4zoYIOXyS+Lp27FWwWk8Jp8hB5yLAJ8I0Euoa8OcDq7xr1D/V6GgEXmnwjUPrcJVOXV8mlEsS/0oraYXpl9O3dQ5OAvDtnmseP8fskj8oBS0oNRJyhcxoHfgnKaYBsAC61pApq1/Bf root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOKuEKlZRH7bbiY8HAgklTsIM2WBHyODyfABDsmtYDNHe6GTbXvb9mLJqUYLmAxmjQWswK4U8QyHqBE+RHgF5hptYwYBe3cqXQktI0Du8EZoxj7t72ndSxwsVBS+0bvqPlNaCpdEzWfRElwCW2LOr4bgdehghhUznrUczN+TZtf7AAAAFQCkvzJ9ZmjtLwLGodnFAJS9tni0sQAAAIAnQwIl6c47o/LaY5qBqDrbpwvFFLvE7zjmyT0MWy0QpcSCnFToVDExpmFzhMDpdx+aYmuQip316MJ0s+3AShRVbMNEyy9ZH0qh8+mXcf2X7m3eHDMVLzQfB6Bxf+4Ose2olh0mSJU3JISPDZrhKqdlWJ0d/+0eyPu/7+qIgmhPKQAAAIAoqFH/dY+caCJV0nZ5ce8/6jZ1zt6EIhfKYldHQ4g5bRYJTdFpbdFm4fHo41nCK66UGmvjCZf8TJ6Z4qZAH2uMjoe1egLBxh9aaQ7g/MoJ9aiUKSGEsvVsKtREwjSfQeYvkFAjioi+ONGpWoNKHXBgtNxQfieqOTKepTsC4d52yQ== 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.10,24,fe80::f816:3eff:feeb:f3f0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.53s]\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:EB:F3:F0 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feeb:f3f0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:9312 (9.0 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"} 2018-10-22 18:19:40,381 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-d1ab2e19-586d-4e99-8f7d-984cdcc2fd73 2018-10-22 18:19:42,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:19:43,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b9c0933-d8f3-4e25-a3cc-2e137fd4a4cf x-compute-request-id: req-0b9c0933-d8f3-4e25-a3cc-2e137fd4a4cf Content-Encoding: gzip Content-Length: 10049 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513019237 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131754] pid_max: default: 32768 minimum: 301\n[ 0.132627] ACPI: Core revision 20150930\n[ 0.133992] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135278] Security Framework initialized\n[ 0.136075] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138946] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142731] Initializing cgroup subsys io\n[ 0.143525] Initializing cgroup subsys memory\n[ 0.144370] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146089] Initializing cgroup subsys net_cls\n[ 0.146941] Initializing cgroup subsys perf_event\n[ 0.147830] Initializing cgroup subsys net_prio\n[ 0.148692] Initializing cgroup subsys hugetlb\n[ 0.149546] Initializing cgroup subsys pids\n[ 0.150407] CPU: Physical Processor ID: 0\n[ 0.151886] mce: CPU supports 10 MCE banks\n[ 0.152715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170875] ftrace: allocating 31920 entries in 125 pages\n[ 0.197657] smpboot: Max logical packages: 1\n[ 0.198488] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199820] x2apic enabled\n[ 0.200620] Switched APIC routing to physical x2apic.\n[ 0.202364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203464] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205422] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207176] KVM setup paravirtual spinlock\n[ 0.208455] x86: Booted up 1 node, 1 CPUs\n[ 0.209250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212320] evm: security.selinux\n[ 0.213012] evm: security.SMACK64\n[ 0.213691] evm: security.SMACK64EXEC\n[ 0.214417] evm: security.SMACK64TRANSMUTE\n[ 0.215212] evm: security.SMACK64MMAP\n[ 0.215943] evm: security.ima\n[ 0.216572] evm: security.capability\n[ 0.217363] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219174] pinctrl core: initialized pinctrl subsystem\n[ 0.220249] RTC time: 18:18:17, date: 10/22/18\n[ 0.221194] NET: Registered protocol family 16\n[ 0.222147] cpuidle: using governor ladder\n[ 0.222952] cpuidle: using governor menu\n[ 0.223722] PCCT header not found.\n[ 0.224452] ACPI: bus type PCI registered\n[ 0.225248] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226471] PCI: Using configuration type 1 for base access\n[ 0.228202] ACPI: Added _OSI(Module Device)\n[ 0.229031] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230761] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232868] ACPI: Interpreter enabled\n[ 0.233620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240850] ACPI: (supports S0 S5)\n[ 0.241540] ACPI: Using IOAPIC for interrupt routing\n[ 0.242510] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246693] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247894] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251241] acpiphp: Slot [3] registered\n[ 0.252029] acpiphp: Slot [4] registered\n[ 0.252814] acpiphp: Slot [5] registered\n[ 0.253597] acpiphp: Slot [6] registered\n[ 0.254378] acpiphp: Slot [7] registered\n[ 0.255158] acpiphp: Slot [8] registered\n[ 0.255940] acpiphp: Slot [9] registered\n[ 0.256718] acpiphp: Slot [10] registered\n[ 0.257504] acpiphp: Slot [11] registered\n[ 0.258317] acpiphp: Slot [12] registered\n[ 0.259118] acpiphp: Slot [13] registered\n[ 0.259909] acpiphp: Slot [14] registered\n[ 0.260702] acpiphp: Slot [15] registered\n[ 0.271639] acpiphp: Slot [16] registered\n[ 0.272434] acpiphp: Slot [17] registered\n[ 0.273231] acpiphp: Slot [18] registered\n[ 0.274026] acpiphp: Slot [19] registered\n[ 0.274817] acpiphp: Slot [20] registered\n[ 0.275609] acpiphp: Slot [21] registered\n[ 0.276400] acpiphp: Slot [22] registered\n[ 0.277203] acpiphp: Slot [23] registered\n[ 0.278000] acpiphp: Slot [24] registered\n[ 0.278790] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280366] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281975] acpiphp: Slot [29] registered\n[ 0.282765] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284340] PCI host bridge to bus 0000:00\n[ 0.285136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288916] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290335] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296475] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298906] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354855] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356301] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357712] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359089] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360334] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361472] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362682] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364221] vgaarb: loaded\n[ 0.364827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365956] SCSI subsystem initialized\n[ 0.366772] ACPI: bus type USB registered\n[ 0.367579] usbcore: registered new interface driver usbfs\n[ 0.368604] usbcore: registered new interface driver hub\n[ 0.369609] usbcore: registered new device driver usb\n[ 0.370657] PCI: Using ACPI for IRQ routing\n[ 0.371674] NetLabel: Initializing\n[ 0.372380] NetLabel: domain hash size = 128\n[ 0.373227] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374181] NetLabel: unlabeled traffic allowed by default\n[ 0.375270] clocksource: Switched to clocksource kvm-clock\n[ 0.380682] AppArmor: AppArmor Filesystem Enabled\n[ 0.381636] pnp: PnP ACPI init\n[ 0.382540] pnp: PnP ACPI: found 5 devices\n[ 0.388907] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390593] NET: Registered protocol family 2\n[ 0.391544] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392804] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393953] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395096] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397318] NET: Registered protocol family 1\n[ 0.398179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399261] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414337] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428552] Trying to unpack rootfs image as initramfs...\n[ 0.478401] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492211] Scanning for low memory corruption every 60 seconds\n[ 0.493507] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494644] audit: initializing netlink subsys (disabled)\n[ 0.495663] audit: type=2000 audit(1540232298.511:1): initialized\n[ 0.496952] Initialise system trusted keyring\n[ 0.497869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499019] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500980] zbud: loaded\n[ 0.501679] VFS: Disk quotas dquot_6.6.0\n[ 0.502485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503980] fuse init (API version 7.23)\n[ 0.504871] Key type big_key registered\n[ 0.505664] Allocating IMA MOK and blacklist keyrings.\n[ 0.507117] Key type asymmetric registered\n[ 0.507958] Asymmetric key parser 'x509' registered\n[ 0.508903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510350] io scheduler noop registered\n[ 0.511145] io scheduler deadline registered (default)\n[ 0.512129] io scheduler cfq registered\n[ 0.512959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516686] ACPI: Power Button [PWRF]\n[ 0.517509] GHES: HEST is not enabled!\n[ 0.531176] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560771] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590139] Linux agpgart interface v0.103\n[ 0.592173] brd: module loaded\n[ 0.593353] loop: module loaded\n[ 0.598286] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599735] GPT:90111 != 2097151\n[ 0.600402] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601472] GPT:90111 != 2097151\n[ 0.602138] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603083] vda: vda1 vda15\n[ 0.604500] scsi host0: ata_piix\n[ 0.605231] scsi host1: ata_piix\n[ 0.605929] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607120] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608544] libphy: Fixed MDIO Bus: probed\n[ 0.609375] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610305] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612431] PPP generic driver version 2.4.2\n[ 0.613305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614518] ehci-pci: EHCI PCI platform driver\n[ 0.615381] ehci-platform: EHCI generic platform driver\n[ 0.616353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617450] ohci-pci: OHCI PCI platform driver\n[ 0.618302] ohci-platform: OHCI generic platform driver\n[ 0.619285] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635993] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639295] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640689] usb usb1: Product: UHCI Host Controller\n[ 0.641603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642716] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643656] hub 1-0:1.0: USB hub found\n[ 0.644419] hub 1-0:1.0: 2 ports detected\n[ 0.645303] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648320] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649320] mousedev: PS/2 mouse device common for all mice\n[ 0.650534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653403] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654581] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655758] i2c /dev entries driver\n[ 0.656505] device-mapper: uevent: version 1.0.3\n[ 0.657415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660263] NET: Registered protocol family 10\n[ 0.661229] NET: Registered protocol family 17\n[ 0.662096] Key type dns_resolver registered\n[ 0.663004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664085] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665795] registered taskstats version 1\n[ 0.666613] Loading compiled-in X.509 certificates\n[ 0.668041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669860] zswap: loaded using pool lzo/zbud\n[ 0.671195] Key type trusted registered\n[ 0.672744] Key type encrypted registered\n[ 0.673556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675582] evm: HMAC attrs: 0x1\n[ 0.676496] Magic number: 6:858:342\n[ 0.677328] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:18 UTC (1540232298)\n[ 0.678887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679997] EDD information not available.\n[ 0.768265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769783] Write protecting the kernel read-only data: 14336k\n[ 0.781664] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783433] 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.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.321009] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-00000134\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHrXYlHPoiV/4lmdwewr/vdpi6yddQIrz8WpyJrJWAd93udU3nrdR46BQKl9xpRUYangdOaBVG6d0JVf9ozEQaAEgzqQtlw4zevEsq1DfvWRJ+JXzWZ6lNFK+7wlxxXXBUwBkKe5uCSSUz6GxON4e5IGb0udmkf8INaE1bE06NWww+s0hv8iGQ5dbwJ68AwkOtBLKurtnmSh4zoYIOXyS+Lp27FWwWk8Jp8hB5yLAJ8I0Euoa8OcDq7xr1D/V6GgEXmnwjUPrcJVOXV8mlEsS/0oraYXpl9O3dQ5OAvDtnmseP8fskj8oBS0oNRJyhcxoHfgnKaYBsAC61pApq1/Bf root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOKuEKlZRH7bbiY8HAgklTsIM2WBHyODyfABDsmtYDNHe6GTbXvb9mLJqUYLmAxmjQWswK4U8QyHqBE+RHgF5hptYwYBe3cqXQktI0Du8EZoxj7t72ndSxwsVBS+0bvqPlNaCpdEzWfRElwCW2LOr4bgdehghhUznrUczN+TZtf7AAAAFQCkvzJ9ZmjtLwLGodnFAJS9tni0sQAAAIAnQwIl6c47o/LaY5qBqDrbpwvFFLvE7zjmyT0MWy0QpcSCnFToVDExpmFzhMDpdx+aYmuQip316MJ0s+3AShRVbMNEyy9ZH0qh8+mXcf2X7m3eHDMVLzQfB6Bxf+4Ose2olh0mSJU3JISPDZrhKqdlWJ0d/+0eyPu/7+qIgmhPKQAAAIAoqFH/dY+caCJV0nZ5ce8/6jZ1zt6EIhfKYldHQ4g5bRYJTdFpbdFm4fHo41nCK66UGmvjCZf8TJ6Z4qZAH2uMjoe1egLBxh9aaQ7g/MoJ9aiUKSGEsvVsKtREwjSfQeYvkFAjioi+ONGpWoNKHXBgtNxQfieqOTKepTsC4d52yQ== 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.10,24,fe80::f816:3eff:feeb:f3f0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.53s]\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:EB:F3:F0 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feeb:f3f0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:9312 (9.0 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"} 2018-10-22 18:19:43,476 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-0b9c0933-d8f3-4e25-a3cc-2e137fd4a4cf 2018-10-22 18:19:45,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:19:46,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6ca8f00-a284-4b3a-b3d8-f560fdf05a19 x-compute-request-id: req-a6ca8f00-a284-4b3a-b3d8-f560fdf05a19 Content-Encoding: gzip Content-Length: 10049 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513019237 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131754] pid_max: default: 32768 minimum: 301\n[ 0.132627] ACPI: Core revision 20150930\n[ 0.133992] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135278] Security Framework initialized\n[ 0.136075] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138946] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142731] Initializing cgroup subsys io\n[ 0.143525] Initializing cgroup subsys memory\n[ 0.144370] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146089] Initializing cgroup subsys net_cls\n[ 0.146941] Initializing cgroup subsys perf_event\n[ 0.147830] Initializing cgroup subsys net_prio\n[ 0.148692] Initializing cgroup subsys hugetlb\n[ 0.149546] Initializing cgroup subsys pids\n[ 0.150407] CPU: Physical Processor ID: 0\n[ 0.151886] mce: CPU supports 10 MCE banks\n[ 0.152715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170875] ftrace: allocating 31920 entries in 125 pages\n[ 0.197657] smpboot: Max logical packages: 1\n[ 0.198488] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199820] x2apic enabled\n[ 0.200620] Switched APIC routing to physical x2apic.\n[ 0.202364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203464] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205422] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207176] KVM setup paravirtual spinlock\n[ 0.208455] x86: Booted up 1 node, 1 CPUs\n[ 0.209250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212320] evm: security.selinux\n[ 0.213012] evm: security.SMACK64\n[ 0.213691] evm: security.SMACK64EXEC\n[ 0.214417] evm: security.SMACK64TRANSMUTE\n[ 0.215212] evm: security.SMACK64MMAP\n[ 0.215943] evm: security.ima\n[ 0.216572] evm: security.capability\n[ 0.217363] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219174] pinctrl core: initialized pinctrl subsystem\n[ 0.220249] RTC time: 18:18:17, date: 10/22/18\n[ 0.221194] NET: Registered protocol family 16\n[ 0.222147] cpuidle: using governor ladder\n[ 0.222952] cpuidle: using governor menu\n[ 0.223722] PCCT header not found.\n[ 0.224452] ACPI: bus type PCI registered\n[ 0.225248] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226471] PCI: Using configuration type 1 for base access\n[ 0.228202] ACPI: Added _OSI(Module Device)\n[ 0.229031] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230761] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232868] ACPI: Interpreter enabled\n[ 0.233620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240850] ACPI: (supports S0 S5)\n[ 0.241540] ACPI: Using IOAPIC for interrupt routing\n[ 0.242510] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246693] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247894] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251241] acpiphp: Slot [3] registered\n[ 0.252029] acpiphp: Slot [4] registered\n[ 0.252814] acpiphp: Slot [5] registered\n[ 0.253597] acpiphp: Slot [6] registered\n[ 0.254378] acpiphp: Slot [7] registered\n[ 0.255158] acpiphp: Slot [8] registered\n[ 0.255940] acpiphp: Slot [9] registered\n[ 0.256718] acpiphp: Slot [10] registered\n[ 0.257504] acpiphp: Slot [11] registered\n[ 0.258317] acpiphp: Slot [12] registered\n[ 0.259118] acpiphp: Slot [13] registered\n[ 0.259909] acpiphp: Slot [14] registered\n[ 0.260702] acpiphp: Slot [15] registered\n[ 0.271639] acpiphp: Slot [16] registered\n[ 0.272434] acpiphp: Slot [17] registered\n[ 0.273231] acpiphp: Slot [18] registered\n[ 0.274026] acpiphp: Slot [19] registered\n[ 0.274817] acpiphp: Slot [20] registered\n[ 0.275609] acpiphp: Slot [21] registered\n[ 0.276400] acpiphp: Slot [22] registered\n[ 0.277203] acpiphp: Slot [23] registered\n[ 0.278000] acpiphp: Slot [24] registered\n[ 0.278790] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280366] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281975] acpiphp: Slot [29] registered\n[ 0.282765] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284340] PCI host bridge to bus 0000:00\n[ 0.285136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288916] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290335] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296475] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298906] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354855] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356301] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357712] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359089] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360334] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361472] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362682] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364221] vgaarb: loaded\n[ 0.364827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365956] SCSI subsystem initialized\n[ 0.366772] ACPI: bus type USB registered\n[ 0.367579] usbcore: registered new interface driver usbfs\n[ 0.368604] usbcore: registered new interface driver hub\n[ 0.369609] usbcore: registered new device driver usb\n[ 0.370657] PCI: Using ACPI for IRQ routing\n[ 0.371674] NetLabel: Initializing\n[ 0.372380] NetLabel: domain hash size = 128\n[ 0.373227] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374181] NetLabel: unlabeled traffic allowed by default\n[ 0.375270] clocksource: Switched to clocksource kvm-clock\n[ 0.380682] AppArmor: AppArmor Filesystem Enabled\n[ 0.381636] pnp: PnP ACPI init\n[ 0.382540] pnp: PnP ACPI: found 5 devices\n[ 0.388907] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390593] NET: Registered protocol family 2\n[ 0.391544] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392804] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393953] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395096] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397318] NET: Registered protocol family 1\n[ 0.398179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399261] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414337] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428552] Trying to unpack rootfs image as initramfs...\n[ 0.478401] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492211] Scanning for low memory corruption every 60 seconds\n[ 0.493507] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494644] audit: initializing netlink subsys (disabled)\n[ 0.495663] audit: type=2000 audit(1540232298.511:1): initialized\n[ 0.496952] Initialise system trusted keyring\n[ 0.497869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499019] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500980] zbud: loaded\n[ 0.501679] VFS: Disk quotas dquot_6.6.0\n[ 0.502485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503980] fuse init (API version 7.23)\n[ 0.504871] Key type big_key registered\n[ 0.505664] Allocating IMA MOK and blacklist keyrings.\n[ 0.507117] Key type asymmetric registered\n[ 0.507958] Asymmetric key parser 'x509' registered\n[ 0.508903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510350] io scheduler noop registered\n[ 0.511145] io scheduler deadline registered (default)\n[ 0.512129] io scheduler cfq registered\n[ 0.512959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516686] ACPI: Power Button [PWRF]\n[ 0.517509] GHES: HEST is not enabled!\n[ 0.531176] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560771] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590139] Linux agpgart interface v0.103\n[ 0.592173] brd: module loaded\n[ 0.593353] loop: module loaded\n[ 0.598286] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599735] GPT:90111 != 2097151\n[ 0.600402] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601472] GPT:90111 != 2097151\n[ 0.602138] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603083] vda: vda1 vda15\n[ 0.604500] scsi host0: ata_piix\n[ 0.605231] scsi host1: ata_piix\n[ 0.605929] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607120] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608544] libphy: Fixed MDIO Bus: probed\n[ 0.609375] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610305] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612431] PPP generic driver version 2.4.2\n[ 0.613305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614518] ehci-pci: EHCI PCI platform driver\n[ 0.615381] ehci-platform: EHCI generic platform driver\n[ 0.616353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617450] ohci-pci: OHCI PCI platform driver\n[ 0.618302] ohci-platform: OHCI generic platform driver\n[ 0.619285] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635993] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639295] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640689] usb usb1: Product: UHCI Host Controller\n[ 0.641603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642716] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643656] hub 1-0:1.0: USB hub found\n[ 0.644419] hub 1-0:1.0: 2 ports detected\n[ 0.645303] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648320] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649320] mousedev: PS/2 mouse device common for all mice\n[ 0.650534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653403] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654581] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655758] i2c /dev entries driver\n[ 0.656505] device-mapper: uevent: version 1.0.3\n[ 0.657415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660263] NET: Registered protocol family 10\n[ 0.661229] NET: Registered protocol family 17\n[ 0.662096] Key type dns_resolver registered\n[ 0.663004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664085] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665795] registered taskstats version 1\n[ 0.666613] Loading compiled-in X.509 certificates\n[ 0.668041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669860] zswap: loaded using pool lzo/zbud\n[ 0.671195] Key type trusted registered\n[ 0.672744] Key type encrypted registered\n[ 0.673556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675582] evm: HMAC attrs: 0x1\n[ 0.676496] Magic number: 6:858:342\n[ 0.677328] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:18 UTC (1540232298)\n[ 0.678887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679997] EDD information not available.\n[ 0.768265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769783] Write protecting the kernel read-only data: 14336k\n[ 0.781664] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783433] 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.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.321009] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-00000134\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHrXYlHPoiV/4lmdwewr/vdpi6yddQIrz8WpyJrJWAd93udU3nrdR46BQKl9xpRUYangdOaBVG6d0JVf9ozEQaAEgzqQtlw4zevEsq1DfvWRJ+JXzWZ6lNFK+7wlxxXXBUwBkKe5uCSSUz6GxON4e5IGb0udmkf8INaE1bE06NWww+s0hv8iGQ5dbwJ68AwkOtBLKurtnmSh4zoYIOXyS+Lp27FWwWk8Jp8hB5yLAJ8I0Euoa8OcDq7xr1D/V6GgEXmnwjUPrcJVOXV8mlEsS/0oraYXpl9O3dQ5OAvDtnmseP8fskj8oBS0oNRJyhcxoHfgnKaYBsAC61pApq1/Bf root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOKuEKlZRH7bbiY8HAgklTsIM2WBHyODyfABDsmtYDNHe6GTbXvb9mLJqUYLmAxmjQWswK4U8QyHqBE+RHgF5hptYwYBe3cqXQktI0Du8EZoxj7t72ndSxwsVBS+0bvqPlNaCpdEzWfRElwCW2LOr4bgdehghhUznrUczN+TZtf7AAAAFQCkvzJ9ZmjtLwLGodnFAJS9tni0sQAAAIAnQwIl6c47o/LaY5qBqDrbpwvFFLvE7zjmyT0MWy0QpcSCnFToVDExpmFzhMDpdx+aYmuQip316MJ0s+3AShRVbMNEyy9ZH0qh8+mXcf2X7m3eHDMVLzQfB6Bxf+4Ose2olh0mSJU3JISPDZrhKqdlWJ0d/+0eyPu/7+qIgmhPKQAAAIAoqFH/dY+caCJV0nZ5ce8/6jZ1zt6EIhfKYldHQ4g5bRYJTdFpbdFm4fHo41nCK66UGmvjCZf8TJ6Z4qZAH2uMjoe1egLBxh9aaQ7g/MoJ9aiUKSGEsvVsKtREwjSfQeYvkFAjioi+ONGpWoNKHXBgtNxQfieqOTKepTsC4d52yQ== 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.10,24,fe80::f816:3eff:feeb:f3f0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.53s]\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:EB:F3:F0 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feeb:f3f0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:9312 (9.0 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"} 2018-10-22 18:19:46,573 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-a6ca8f00-a284-4b3a-b3d8-f560fdf05a19 2018-10-22 18:19:48,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:19:49,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19: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-55123ab2-3962-4147-b2b7-8008209975f2 x-compute-request-id: req-55123ab2-3962-4147-b2b7-8008209975f2 Content-Encoding: gzip Content-Length: 10049 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513019237 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131754] pid_max: default: 32768 minimum: 301\n[ 0.132627] ACPI: Core revision 20150930\n[ 0.133992] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135278] Security Framework initialized\n[ 0.136075] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138946] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142731] Initializing cgroup subsys io\n[ 0.143525] Initializing cgroup subsys memory\n[ 0.144370] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146089] Initializing cgroup subsys net_cls\n[ 0.146941] Initializing cgroup subsys perf_event\n[ 0.147830] Initializing cgroup subsys net_prio\n[ 0.148692] Initializing cgroup subsys hugetlb\n[ 0.149546] Initializing cgroup subsys pids\n[ 0.150407] CPU: Physical Processor ID: 0\n[ 0.151886] mce: CPU supports 10 MCE banks\n[ 0.152715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170875] ftrace: allocating 31920 entries in 125 pages\n[ 0.197657] smpboot: Max logical packages: 1\n[ 0.198488] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199820] x2apic enabled\n[ 0.200620] Switched APIC routing to physical x2apic.\n[ 0.202364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203464] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205422] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207176] KVM setup paravirtual spinlock\n[ 0.208455] x86: Booted up 1 node, 1 CPUs\n[ 0.209250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212320] evm: security.selinux\n[ 0.213012] evm: security.SMACK64\n[ 0.213691] evm: security.SMACK64EXEC\n[ 0.214417] evm: security.SMACK64TRANSMUTE\n[ 0.215212] evm: security.SMACK64MMAP\n[ 0.215943] evm: security.ima\n[ 0.216572] evm: security.capability\n[ 0.217363] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219174] pinctrl core: initialized pinctrl subsystem\n[ 0.220249] RTC time: 18:18:17, date: 10/22/18\n[ 0.221194] NET: Registered protocol family 16\n[ 0.222147] cpuidle: using governor ladder\n[ 0.222952] cpuidle: using governor menu\n[ 0.223722] PCCT header not found.\n[ 0.224452] ACPI: bus type PCI registered\n[ 0.225248] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226471] PCI: Using configuration type 1 for base access\n[ 0.228202] ACPI: Added _OSI(Module Device)\n[ 0.229031] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230761] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232868] ACPI: Interpreter enabled\n[ 0.233620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240850] ACPI: (supports S0 S5)\n[ 0.241540] ACPI: Using IOAPIC for interrupt routing\n[ 0.242510] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246693] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247894] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251241] acpiphp: Slot [3] registered\n[ 0.252029] acpiphp: Slot [4] registered\n[ 0.252814] acpiphp: Slot [5] registered\n[ 0.253597] acpiphp: Slot [6] registered\n[ 0.254378] acpiphp: Slot [7] registered\n[ 0.255158] acpiphp: Slot [8] registered\n[ 0.255940] acpiphp: Slot [9] registered\n[ 0.256718] acpiphp: Slot [10] registered\n[ 0.257504] acpiphp: Slot [11] registered\n[ 0.258317] acpiphp: Slot [12] registered\n[ 0.259118] acpiphp: Slot [13] registered\n[ 0.259909] acpiphp: Slot [14] registered\n[ 0.260702] acpiphp: Slot [15] registered\n[ 0.271639] acpiphp: Slot [16] registered\n[ 0.272434] acpiphp: Slot [17] registered\n[ 0.273231] acpiphp: Slot [18] registered\n[ 0.274026] acpiphp: Slot [19] registered\n[ 0.274817] acpiphp: Slot [20] registered\n[ 0.275609] acpiphp: Slot [21] registered\n[ 0.276400] acpiphp: Slot [22] registered\n[ 0.277203] acpiphp: Slot [23] registered\n[ 0.278000] acpiphp: Slot [24] registered\n[ 0.278790] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280366] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281975] acpiphp: Slot [29] registered\n[ 0.282765] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284340] PCI host bridge to bus 0000:00\n[ 0.285136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288916] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290335] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296475] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298906] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354855] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356301] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357712] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359089] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360334] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361472] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362682] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364221] vgaarb: loaded\n[ 0.364827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365956] SCSI subsystem initialized\n[ 0.366772] ACPI: bus type USB registered\n[ 0.367579] usbcore: registered new interface driver usbfs\n[ 0.368604] usbcore: registered new interface driver hub\n[ 0.369609] usbcore: registered new device driver usb\n[ 0.370657] PCI: Using ACPI for IRQ routing\n[ 0.371674] NetLabel: Initializing\n[ 0.372380] NetLabel: domain hash size = 128\n[ 0.373227] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374181] NetLabel: unlabeled traffic allowed by default\n[ 0.375270] clocksource: Switched to clocksource kvm-clock\n[ 0.380682] AppArmor: AppArmor Filesystem Enabled\n[ 0.381636] pnp: PnP ACPI init\n[ 0.382540] pnp: PnP ACPI: found 5 devices\n[ 0.388907] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390593] NET: Registered protocol family 2\n[ 0.391544] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392804] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393953] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395096] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397318] NET: Registered protocol family 1\n[ 0.398179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399261] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414337] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428552] Trying to unpack rootfs image as initramfs...\n[ 0.478401] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492211] Scanning for low memory corruption every 60 seconds\n[ 0.493507] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494644] audit: initializing netlink subsys (disabled)\n[ 0.495663] audit: type=2000 audit(1540232298.511:1): initialized\n[ 0.496952] Initialise system trusted keyring\n[ 0.497869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499019] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500980] zbud: loaded\n[ 0.501679] VFS: Disk quotas dquot_6.6.0\n[ 0.502485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503980] fuse init (API version 7.23)\n[ 0.504871] Key type big_key registered\n[ 0.505664] Allocating IMA MOK and blacklist keyrings.\n[ 0.507117] Key type asymmetric registered\n[ 0.507958] Asymmetric key parser 'x509' registered\n[ 0.508903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510350] io scheduler noop registered\n[ 0.511145] io scheduler deadline registered (default)\n[ 0.512129] io scheduler cfq registered\n[ 0.512959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516686] ACPI: Power Button [PWRF]\n[ 0.517509] GHES: HEST is not enabled!\n[ 0.531176] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560771] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590139] Linux agpgart interface v0.103\n[ 0.592173] brd: module loaded\n[ 0.593353] loop: module loaded\n[ 0.598286] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599735] GPT:90111 != 2097151\n[ 0.600402] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601472] GPT:90111 != 2097151\n[ 0.602138] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603083] vda: vda1 vda15\n[ 0.604500] scsi host0: ata_piix\n[ 0.605231] scsi host1: ata_piix\n[ 0.605929] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607120] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608544] libphy: Fixed MDIO Bus: probed\n[ 0.609375] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610305] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612431] PPP generic driver version 2.4.2\n[ 0.613305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614518] ehci-pci: EHCI PCI platform driver\n[ 0.615381] ehci-platform: EHCI generic platform driver\n[ 0.616353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617450] ohci-pci: OHCI PCI platform driver\n[ 0.618302] ohci-platform: OHCI generic platform driver\n[ 0.619285] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635993] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639295] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640689] usb usb1: Product: UHCI Host Controller\n[ 0.641603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642716] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643656] hub 1-0:1.0: USB hub found\n[ 0.644419] hub 1-0:1.0: 2 ports detected\n[ 0.645303] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648320] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649320] mousedev: PS/2 mouse device common for all mice\n[ 0.650534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653403] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654581] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655758] i2c /dev entries driver\n[ 0.656505] device-mapper: uevent: version 1.0.3\n[ 0.657415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660263] NET: Registered protocol family 10\n[ 0.661229] NET: Registered protocol family 17\n[ 0.662096] Key type dns_resolver registered\n[ 0.663004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664085] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665795] registered taskstats version 1\n[ 0.666613] Loading compiled-in X.509 certificates\n[ 0.668041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669860] zswap: loaded using pool lzo/zbud\n[ 0.671195] Key type trusted registered\n[ 0.672744] Key type encrypted registered\n[ 0.673556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675582] evm: HMAC attrs: 0x1\n[ 0.676496] Magic number: 6:858:342\n[ 0.677328] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:18 UTC (1540232298)\n[ 0.678887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679997] EDD information not available.\n[ 0.768265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769783] Write protecting the kernel read-only data: 14336k\n[ 0.781664] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783433] 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.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.321009] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-00000134\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHrXYlHPoiV/4lmdwewr/vdpi6yddQIrz8WpyJrJWAd93udU3nrdR46BQKl9xpRUYangdOaBVG6d0JVf9ozEQaAEgzqQtlw4zevEsq1DfvWRJ+JXzWZ6lNFK+7wlxxXXBUwBkKe5uCSSUz6GxON4e5IGb0udmkf8INaE1bE06NWww+s0hv8iGQ5dbwJ68AwkOtBLKurtnmSh4zoYIOXyS+Lp27FWwWk8Jp8hB5yLAJ8I0Euoa8OcDq7xr1D/V6GgEXmnwjUPrcJVOXV8mlEsS/0oraYXpl9O3dQ5OAvDtnmseP8fskj8oBS0oNRJyhcxoHfgnKaYBsAC61pApq1/Bf root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOKuEKlZRH7bbiY8HAgklTsIM2WBHyODyfABDsmtYDNHe6GTbXvb9mLJqUYLmAxmjQWswK4U8QyHqBE+RHgF5hptYwYBe3cqXQktI0Du8EZoxj7t72ndSxwsVBS+0bvqPlNaCpdEzWfRElwCW2LOr4bgdehghhUznrUczN+TZtf7AAAAFQCkvzJ9ZmjtLwLGodnFAJS9tni0sQAAAIAnQwIl6c47o/LaY5qBqDrbpwvFFLvE7zjmyT0MWy0QpcSCnFToVDExpmFzhMDpdx+aYmuQip316MJ0s+3AShRVbMNEyy9ZH0qh8+mXcf2X7m3eHDMVLzQfB6Bxf+4Ose2olh0mSJU3JISPDZrhKqdlWJ0d/+0eyPu/7+qIgmhPKQAAAIAoqFH/dY+caCJV0nZ5ce8/6jZ1zt6EIhfKYldHQ4g5bRYJTdFpbdFm4fHo41nCK66UGmvjCZf8TJ6Z4qZAH2uMjoe1egLBxh9aaQ7g/MoJ9aiUKSGEsvVsKtREwjSfQeYvkFAjioi+ONGpWoNKHXBgtNxQfieqOTKepTsC4d52yQ== 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.10,24,fe80::f816:3eff:feeb:f3f0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.53s]\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:EB:F3:F0 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feeb:f3f0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:9312 (9.0 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"} 2018-10-22 18:19:49,677 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-55123ab2-3962-4147-b2b7-8008209975f2 2018-10-22 18:19:51,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:19:52,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19: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-729662dd-9e9a-4ac2-9297-e6f63263d458 x-compute-request-id: req-729662dd-9e9a-4ac2-9297-e6f63263d458 Content-Encoding: gzip Content-Length: 10049 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513019237 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131754] pid_max: default: 32768 minimum: 301\n[ 0.132627] ACPI: Core revision 20150930\n[ 0.133992] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135278] Security Framework initialized\n[ 0.136075] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138946] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142731] Initializing cgroup subsys io\n[ 0.143525] Initializing cgroup subsys memory\n[ 0.144370] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146089] Initializing cgroup subsys net_cls\n[ 0.146941] Initializing cgroup subsys perf_event\n[ 0.147830] Initializing cgroup subsys net_prio\n[ 0.148692] Initializing cgroup subsys hugetlb\n[ 0.149546] Initializing cgroup subsys pids\n[ 0.150407] CPU: Physical Processor ID: 0\n[ 0.151886] mce: CPU supports 10 MCE banks\n[ 0.152715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170875] ftrace: allocating 31920 entries in 125 pages\n[ 0.197657] smpboot: Max logical packages: 1\n[ 0.198488] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199820] x2apic enabled\n[ 0.200620] Switched APIC routing to physical x2apic.\n[ 0.202364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203464] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205422] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207176] KVM setup paravirtual spinlock\n[ 0.208455] x86: Booted up 1 node, 1 CPUs\n[ 0.209250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212320] evm: security.selinux\n[ 0.213012] evm: security.SMACK64\n[ 0.213691] evm: security.SMACK64EXEC\n[ 0.214417] evm: security.SMACK64TRANSMUTE\n[ 0.215212] evm: security.SMACK64MMAP\n[ 0.215943] evm: security.ima\n[ 0.216572] evm: security.capability\n[ 0.217363] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219174] pinctrl core: initialized pinctrl subsystem\n[ 0.220249] RTC time: 18:18:17, date: 10/22/18\n[ 0.221194] NET: Registered protocol family 16\n[ 0.222147] cpuidle: using governor ladder\n[ 0.222952] cpuidle: using governor menu\n[ 0.223722] PCCT header not found.\n[ 0.224452] ACPI: bus type PCI registered\n[ 0.225248] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226471] PCI: Using configuration type 1 for base access\n[ 0.228202] ACPI: Added _OSI(Module Device)\n[ 0.229031] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230761] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232868] ACPI: Interpreter enabled\n[ 0.233620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240850] ACPI: (supports S0 S5)\n[ 0.241540] ACPI: Using IOAPIC for interrupt routing\n[ 0.242510] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246693] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247894] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251241] acpiphp: Slot [3] registered\n[ 0.252029] acpiphp: Slot [4] registered\n[ 0.252814] acpiphp: Slot [5] registered\n[ 0.253597] acpiphp: Slot [6] registered\n[ 0.254378] acpiphp: Slot [7] registered\n[ 0.255158] acpiphp: Slot [8] registered\n[ 0.255940] acpiphp: Slot [9] registered\n[ 0.256718] acpiphp: Slot [10] registered\n[ 0.257504] acpiphp: Slot [11] registered\n[ 0.258317] acpiphp: Slot [12] registered\n[ 0.259118] acpiphp: Slot [13] registered\n[ 0.259909] acpiphp: Slot [14] registered\n[ 0.260702] acpiphp: Slot [15] registered\n[ 0.271639] acpiphp: Slot [16] registered\n[ 0.272434] acpiphp: Slot [17] registered\n[ 0.273231] acpiphp: Slot [18] registered\n[ 0.274026] acpiphp: Slot [19] registered\n[ 0.274817] acpiphp: Slot [20] registered\n[ 0.275609] acpiphp: Slot [21] registered\n[ 0.276400] acpiphp: Slot [22] registered\n[ 0.277203] acpiphp: Slot [23] registered\n[ 0.278000] acpiphp: Slot [24] registered\n[ 0.278790] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280366] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281975] acpiphp: Slot [29] registered\n[ 0.282765] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284340] PCI host bridge to bus 0000:00\n[ 0.285136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288916] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290335] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296475] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298906] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354855] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356301] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357712] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359089] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360334] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361472] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362682] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364221] vgaarb: loaded\n[ 0.364827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365956] SCSI subsystem initialized\n[ 0.366772] ACPI: bus type USB registered\n[ 0.367579] usbcore: registered new interface driver usbfs\n[ 0.368604] usbcore: registered new interface driver hub\n[ 0.369609] usbcore: registered new device driver usb\n[ 0.370657] PCI: Using ACPI for IRQ routing\n[ 0.371674] NetLabel: Initializing\n[ 0.372380] NetLabel: domain hash size = 128\n[ 0.373227] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374181] NetLabel: unlabeled traffic allowed by default\n[ 0.375270] clocksource: Switched to clocksource kvm-clock\n[ 0.380682] AppArmor: AppArmor Filesystem Enabled\n[ 0.381636] pnp: PnP ACPI init\n[ 0.382540] pnp: PnP ACPI: found 5 devices\n[ 0.388907] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390593] NET: Registered protocol family 2\n[ 0.391544] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392804] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393953] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395096] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397318] NET: Registered protocol family 1\n[ 0.398179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399261] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414337] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428552] Trying to unpack rootfs image as initramfs...\n[ 0.478401] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492211] Scanning for low memory corruption every 60 seconds\n[ 0.493507] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494644] audit: initializing netlink subsys (disabled)\n[ 0.495663] audit: type=2000 audit(1540232298.511:1): initialized\n[ 0.496952] Initialise system trusted keyring\n[ 0.497869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499019] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500980] zbud: loaded\n[ 0.501679] VFS: Disk quotas dquot_6.6.0\n[ 0.502485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503980] fuse init (API version 7.23)\n[ 0.504871] Key type big_key registered\n[ 0.505664] Allocating IMA MOK and blacklist keyrings.\n[ 0.507117] Key type asymmetric registered\n[ 0.507958] Asymmetric key parser 'x509' registered\n[ 0.508903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510350] io scheduler noop registered\n[ 0.511145] io scheduler deadline registered (default)\n[ 0.512129] io scheduler cfq registered\n[ 0.512959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516686] ACPI: Power Button [PWRF]\n[ 0.517509] GHES: HEST is not enabled!\n[ 0.531176] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560771] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590139] Linux agpgart interface v0.103\n[ 0.592173] brd: module loaded\n[ 0.593353] loop: module loaded\n[ 0.598286] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599735] GPT:90111 != 2097151\n[ 0.600402] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601472] GPT:90111 != 2097151\n[ 0.602138] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603083] vda: vda1 vda15\n[ 0.604500] scsi host0: ata_piix\n[ 0.605231] scsi host1: ata_piix\n[ 0.605929] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607120] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608544] libphy: Fixed MDIO Bus: probed\n[ 0.609375] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610305] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612431] PPP generic driver version 2.4.2\n[ 0.613305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614518] ehci-pci: EHCI PCI platform driver\n[ 0.615381] ehci-platform: EHCI generic platform driver\n[ 0.616353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617450] ohci-pci: OHCI PCI platform driver\n[ 0.618302] ohci-platform: OHCI generic platform driver\n[ 0.619285] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635993] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639295] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640689] usb usb1: Product: UHCI Host Controller\n[ 0.641603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642716] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643656] hub 1-0:1.0: USB hub found\n[ 0.644419] hub 1-0:1.0: 2 ports detected\n[ 0.645303] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648320] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649320] mousedev: PS/2 mouse device common for all mice\n[ 0.650534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653403] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654581] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655758] i2c /dev entries driver\n[ 0.656505] device-mapper: uevent: version 1.0.3\n[ 0.657415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660263] NET: Registered protocol family 10\n[ 0.661229] NET: Registered protocol family 17\n[ 0.662096] Key type dns_resolver registered\n[ 0.663004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664085] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665795] registered taskstats version 1\n[ 0.666613] Loading compiled-in X.509 certificates\n[ 0.668041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669860] zswap: loaded using pool lzo/zbud\n[ 0.671195] Key type trusted registered\n[ 0.672744] Key type encrypted registered\n[ 0.673556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675582] evm: HMAC attrs: 0x1\n[ 0.676496] Magic number: 6:858:342\n[ 0.677328] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:18 UTC (1540232298)\n[ 0.678887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679997] EDD information not available.\n[ 0.768265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769783] Write protecting the kernel read-only data: 14336k\n[ 0.781664] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783433] 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.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.321009] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-00000134\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHrXYlHPoiV/4lmdwewr/vdpi6yddQIrz8WpyJrJWAd93udU3nrdR46BQKl9xpRUYangdOaBVG6d0JVf9ozEQaAEgzqQtlw4zevEsq1DfvWRJ+JXzWZ6lNFK+7wlxxXXBUwBkKe5uCSSUz6GxON4e5IGb0udmkf8INaE1bE06NWww+s0hv8iGQ5dbwJ68AwkOtBLKurtnmSh4zoYIOXyS+Lp27FWwWk8Jp8hB5yLAJ8I0Euoa8OcDq7xr1D/V6GgEXmnwjUPrcJVOXV8mlEsS/0oraYXpl9O3dQ5OAvDtnmseP8fskj8oBS0oNRJyhcxoHfgnKaYBsAC61pApq1/Bf root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOKuEKlZRH7bbiY8HAgklTsIM2WBHyODyfABDsmtYDNHe6GTbXvb9mLJqUYLmAxmjQWswK4U8QyHqBE+RHgF5hptYwYBe3cqXQktI0Du8EZoxj7t72ndSxwsVBS+0bvqPlNaCpdEzWfRElwCW2LOr4bgdehghhUznrUczN+TZtf7AAAAFQCkvzJ9ZmjtLwLGodnFAJS9tni0sQAAAIAnQwIl6c47o/LaY5qBqDrbpwvFFLvE7zjmyT0MWy0QpcSCnFToVDExpmFzhMDpdx+aYmuQip316MJ0s+3AShRVbMNEyy9ZH0qh8+mXcf2X7m3eHDMVLzQfB6Bxf+4Ose2olh0mSJU3JISPDZrhKqdlWJ0d/+0eyPu/7+qIgmhPKQAAAIAoqFH/dY+caCJV0nZ5ce8/6jZ1zt6EIhfKYldHQ4g5bRYJTdFpbdFm4fHo41nCK66UGmvjCZf8TJ6Z4qZAH2uMjoe1egLBxh9aaQ7g/MoJ9aiUKSGEsvVsKtREwjSfQeYvkFAjioi+ONGpWoNKHXBgtNxQfieqOTKepTsC4d52yQ== 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.10,24,fe80::f816:3eff:feeb:f3f0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.53s]\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:EB:F3:F0 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feeb:f3f0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:9312 (9.0 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"} 2018-10-22 18:19:52,775 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-729662dd-9e9a-4ac2-9297-e6f63263d458 2018-10-22 18:19:54,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:19:55,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19: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-0f5c3d0c-185d-4a01-9023-b43857ed206d x-compute-request-id: req-0f5c3d0c-185d-4a01-9023-b43857ed206d Content-Encoding: gzip Content-Length: 10069 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513019237 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131754] pid_max: default: 32768 minimum: 301\n[ 0.132627] ACPI: Core revision 20150930\n[ 0.133992] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135278] Security Framework initialized\n[ 0.136075] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138946] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142731] Initializing cgroup subsys io\n[ 0.143525] Initializing cgroup subsys memory\n[ 0.144370] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146089] Initializing cgroup subsys net_cls\n[ 0.146941] Initializing cgroup subsys perf_event\n[ 0.147830] Initializing cgroup subsys net_prio\n[ 0.148692] Initializing cgroup subsys hugetlb\n[ 0.149546] Initializing cgroup subsys pids\n[ 0.150407] CPU: Physical Processor ID: 0\n[ 0.151886] mce: CPU supports 10 MCE banks\n[ 0.152715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170875] ftrace: allocating 31920 entries in 125 pages\n[ 0.197657] smpboot: Max logical packages: 1\n[ 0.198488] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199820] x2apic enabled\n[ 0.200620] Switched APIC routing to physical x2apic.\n[ 0.202364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203464] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205422] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207176] KVM setup paravirtual spinlock\n[ 0.208455] x86: Booted up 1 node, 1 CPUs\n[ 0.209250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212320] evm: security.selinux\n[ 0.213012] evm: security.SMACK64\n[ 0.213691] evm: security.SMACK64EXEC\n[ 0.214417] evm: security.SMACK64TRANSMUTE\n[ 0.215212] evm: security.SMACK64MMAP\n[ 0.215943] evm: security.ima\n[ 0.216572] evm: security.capability\n[ 0.217363] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219174] pinctrl core: initialized pinctrl subsystem\n[ 0.220249] RTC time: 18:18:17, date: 10/22/18\n[ 0.221194] NET: Registered protocol family 16\n[ 0.222147] cpuidle: using governor ladder\n[ 0.222952] cpuidle: using governor menu\n[ 0.223722] PCCT header not found.\n[ 0.224452] ACPI: bus type PCI registered\n[ 0.225248] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226471] PCI: Using configuration type 1 for base access\n[ 0.228202] ACPI: Added _OSI(Module Device)\n[ 0.229031] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230761] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232868] ACPI: Interpreter enabled\n[ 0.233620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240850] ACPI: (supports S0 S5)\n[ 0.241540] ACPI: Using IOAPIC for interrupt routing\n[ 0.242510] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246693] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247894] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251241] acpiphp: Slot [3] registered\n[ 0.252029] acpiphp: Slot [4] registered\n[ 0.252814] acpiphp: Slot [5] registered\n[ 0.253597] acpiphp: Slot [6] registered\n[ 0.254378] acpiphp: Slot [7] registered\n[ 0.255158] acpiphp: Slot [8] registered\n[ 0.255940] acpiphp: Slot [9] registered\n[ 0.256718] acpiphp: Slot [10] registered\n[ 0.257504] acpiphp: Slot [11] registered\n[ 0.258317] acpiphp: Slot [12] registered\n[ 0.259118] acpiphp: Slot [13] registered\n[ 0.259909] acpiphp: Slot [14] registered\n[ 0.260702] acpiphp: Slot [15] registered\n[ 0.271639] acpiphp: Slot [16] registered\n[ 0.272434] acpiphp: Slot [17] registered\n[ 0.273231] acpiphp: Slot [18] registered\n[ 0.274026] acpiphp: Slot [19] registered\n[ 0.274817] acpiphp: Slot [20] registered\n[ 0.275609] acpiphp: Slot [21] registered\n[ 0.276400] acpiphp: Slot [22] registered\n[ 0.277203] acpiphp: Slot [23] registered\n[ 0.278000] acpiphp: Slot [24] registered\n[ 0.278790] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280366] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281975] acpiphp: Slot [29] registered\n[ 0.282765] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284340] PCI host bridge to bus 0000:00\n[ 0.285136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288916] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290335] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296475] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298906] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354855] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356301] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357712] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359089] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360334] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361472] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362682] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364221] vgaarb: loaded\n[ 0.364827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365956] SCSI subsystem initialized\n[ 0.366772] ACPI: bus type USB registered\n[ 0.367579] usbcore: registered new interface driver usbfs\n[ 0.368604] usbcore: registered new interface driver hub\n[ 0.369609] usbcore: registered new device driver usb\n[ 0.370657] PCI: Using ACPI for IRQ routing\n[ 0.371674] NetLabel: Initializing\n[ 0.372380] NetLabel: domain hash size = 128\n[ 0.373227] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374181] NetLabel: unlabeled traffic allowed by default\n[ 0.375270] clocksource: Switched to clocksource kvm-clock\n[ 0.380682] AppArmor: AppArmor Filesystem Enabled\n[ 0.381636] pnp: PnP ACPI init\n[ 0.382540] pnp: PnP ACPI: found 5 devices\n[ 0.388907] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390593] NET: Registered protocol family 2\n[ 0.391544] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392804] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393953] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395096] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397318] NET: Registered protocol family 1\n[ 0.398179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399261] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414337] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428552] Trying to unpack rootfs image as initramfs...\n[ 0.478401] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492211] Scanning for low memory corruption every 60 seconds\n[ 0.493507] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494644] audit: initializing netlink subsys (disabled)\n[ 0.495663] audit: type=2000 audit(1540232298.511:1): initialized\n[ 0.496952] Initialise system trusted keyring\n[ 0.497869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499019] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500980] zbud: loaded\n[ 0.501679] VFS: Disk quotas dquot_6.6.0\n[ 0.502485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503980] fuse init (API version 7.23)\n[ 0.504871] Key type big_key registered\n[ 0.505664] Allocating IMA MOK and blacklist keyrings.\n[ 0.507117] Key type asymmetric registered\n[ 0.507958] Asymmetric key parser 'x509' registered\n[ 0.508903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510350] io scheduler noop registered\n[ 0.511145] io scheduler deadline registered (default)\n[ 0.512129] io scheduler cfq registered\n[ 0.512959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516686] ACPI: Power Button [PWRF]\n[ 0.517509] GHES: HEST is not enabled!\n[ 0.531176] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560771] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590139] Linux agpgart interface v0.103\n[ 0.592173] brd: module loaded\n[ 0.593353] loop: module loaded\n[ 0.598286] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599735] GPT:90111 != 2097151\n[ 0.600402] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601472] GPT:90111 != 2097151\n[ 0.602138] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603083] vda: vda1 vda15\n[ 0.604500] scsi host0: ata_piix\n[ 0.605231] scsi host1: ata_piix\n[ 0.605929] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607120] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608544] libphy: Fixed MDIO Bus: probed\n[ 0.609375] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610305] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612431] PPP generic driver version 2.4.2\n[ 0.613305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614518] ehci-pci: EHCI PCI platform driver\n[ 0.615381] ehci-platform: EHCI generic platform driver\n[ 0.616353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617450] ohci-pci: OHCI PCI platform driver\n[ 0.618302] ohci-platform: OHCI generic platform driver\n[ 0.619285] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635993] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639295] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640689] usb usb1: Product: UHCI Host Controller\n[ 0.641603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642716] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643656] hub 1-0:1.0: USB hub found\n[ 0.644419] hub 1-0:1.0: 2 ports detected\n[ 0.645303] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648320] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649320] mousedev: PS/2 mouse device common for all mice\n[ 0.650534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653403] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654581] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655758] i2c /dev entries driver\n[ 0.656505] device-mapper: uevent: version 1.0.3\n[ 0.657415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660263] NET: Registered protocol family 10\n[ 0.661229] NET: Registered protocol family 17\n[ 0.662096] Key type dns_resolver registered\n[ 0.663004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664085] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665795] registered taskstats version 1\n[ 0.666613] Loading compiled-in X.509 certificates\n[ 0.668041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669860] zswap: loaded using pool lzo/zbud\n[ 0.671195] Key type trusted registered\n[ 0.672744] Key type encrypted registered\n[ 0.673556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675582] evm: HMAC attrs: 0x1\n[ 0.676496] Magic number: 6:858:342\n[ 0.677328] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:18 UTC (1540232298)\n[ 0.678887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679997] EDD information not available.\n[ 0.768265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769783] Write protecting the kernel read-only data: 14336k\n[ 0.781664] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783433] 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.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.321009] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-00000134\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHrXYlHPoiV/4lmdwewr/vdpi6yddQIrz8WpyJrJWAd93udU3nrdR46BQKl9xpRUYangdOaBVG6d0JVf9ozEQaAEgzqQtlw4zevEsq1DfvWRJ+JXzWZ6lNFK+7wlxxXXBUwBkKe5uCSSUz6GxON4e5IGb0udmkf8INaE1bE06NWww+s0hv8iGQ5dbwJ68AwkOtBLKurtnmSh4zoYIOXyS+Lp27FWwWk8Jp8hB5yLAJ8I0Euoa8OcDq7xr1D/V6GgEXmnwjUPrcJVOXV8mlEsS/0oraYXpl9O3dQ5OAvDtnmseP8fskj8oBS0oNRJyhcxoHfgnKaYBsAC61pApq1/Bf root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOKuEKlZRH7bbiY8HAgklTsIM2WBHyODyfABDsmtYDNHe6GTbXvb9mLJqUYLmAxmjQWswK4U8QyHqBE+RHgF5hptYwYBe3cqXQktI0Du8EZoxj7t72ndSxwsVBS+0bvqPlNaCpdEzWfRElwCW2LOr4bgdehghhUznrUczN+TZtf7AAAAFQCkvzJ9ZmjtLwLGodnFAJS9tni0sQAAAIAnQwIl6c47o/LaY5qBqDrbpwvFFLvE7zjmyT0MWy0QpcSCnFToVDExpmFzhMDpdx+aYmuQip316MJ0s+3AShRVbMNEyy9ZH0qh8+mXcf2X7m3eHDMVLzQfB6Bxf+4Ose2olh0mSJU3JISPDZrhKqdlWJ0d/+0eyPu/7+qIgmhPKQAAAIAoqFH/dY+caCJV0nZ5ce8/6jZ1zt6EIhfKYldHQ4g5bRYJTdFpbdFm4fHo41nCK66UGmvjCZf8TJ6Z4qZAH2uMjoe1egLBxh9aaQ7g/MoJ9aiUKSGEsvVsKtREwjSfQeYvkFAjioi+ONGpWoNKHXBgtNxQfieqOTKepTsC4d52yQ== 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.10,24,fe80::f816:3eff:feeb:f3f0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.53s]\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:EB:F3:F0 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feeb:f3f0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:9312 (9.0 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-10-22 18:19:55,874 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-0f5c3d0c-185d-4a01-9023-b43857ed206d 2018-10-22 18:19:57,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:19:58,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:19: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-b5cac265-97a7-4505-9f0a-253ff11d0777 x-compute-request-id: req-b5cac265-97a7-4505-9f0a-253ff11d0777 Content-Encoding: gzip Content-Length: 10069 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513019237 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131754] pid_max: default: 32768 minimum: 301\n[ 0.132627] ACPI: Core revision 20150930\n[ 0.133992] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135278] Security Framework initialized\n[ 0.136075] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138946] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142731] Initializing cgroup subsys io\n[ 0.143525] Initializing cgroup subsys memory\n[ 0.144370] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146089] Initializing cgroup subsys net_cls\n[ 0.146941] Initializing cgroup subsys perf_event\n[ 0.147830] Initializing cgroup subsys net_prio\n[ 0.148692] Initializing cgroup subsys hugetlb\n[ 0.149546] Initializing cgroup subsys pids\n[ 0.150407] CPU: Physical Processor ID: 0\n[ 0.151886] mce: CPU supports 10 MCE banks\n[ 0.152715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170875] ftrace: allocating 31920 entries in 125 pages\n[ 0.197657] smpboot: Max logical packages: 1\n[ 0.198488] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199820] x2apic enabled\n[ 0.200620] Switched APIC routing to physical x2apic.\n[ 0.202364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203464] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205422] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207176] KVM setup paravirtual spinlock\n[ 0.208455] x86: Booted up 1 node, 1 CPUs\n[ 0.209250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212320] evm: security.selinux\n[ 0.213012] evm: security.SMACK64\n[ 0.213691] evm: security.SMACK64EXEC\n[ 0.214417] evm: security.SMACK64TRANSMUTE\n[ 0.215212] evm: security.SMACK64MMAP\n[ 0.215943] evm: security.ima\n[ 0.216572] evm: security.capability\n[ 0.217363] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219174] pinctrl core: initialized pinctrl subsystem\n[ 0.220249] RTC time: 18:18:17, date: 10/22/18\n[ 0.221194] NET: Registered protocol family 16\n[ 0.222147] cpuidle: using governor ladder\n[ 0.222952] cpuidle: using governor menu\n[ 0.223722] PCCT header not found.\n[ 0.224452] ACPI: bus type PCI registered\n[ 0.225248] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226471] PCI: Using configuration type 1 for base access\n[ 0.228202] ACPI: Added _OSI(Module Device)\n[ 0.229031] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230761] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232868] ACPI: Interpreter enabled\n[ 0.233620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240850] ACPI: (supports S0 S5)\n[ 0.241540] ACPI: Using IOAPIC for interrupt routing\n[ 0.242510] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246693] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247894] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251241] acpiphp: Slot [3] registered\n[ 0.252029] acpiphp: Slot [4] registered\n[ 0.252814] acpiphp: Slot [5] registered\n[ 0.253597] acpiphp: Slot [6] registered\n[ 0.254378] acpiphp: Slot [7] registered\n[ 0.255158] acpiphp: Slot [8] registered\n[ 0.255940] acpiphp: Slot [9] registered\n[ 0.256718] acpiphp: Slot [10] registered\n[ 0.257504] acpiphp: Slot [11] registered\n[ 0.258317] acpiphp: Slot [12] registered\n[ 0.259118] acpiphp: Slot [13] registered\n[ 0.259909] acpiphp: Slot [14] registered\n[ 0.260702] acpiphp: Slot [15] registered\n[ 0.271639] acpiphp: Slot [16] registered\n[ 0.272434] acpiphp: Slot [17] registered\n[ 0.273231] acpiphp: Slot [18] registered\n[ 0.274026] acpiphp: Slot [19] registered\n[ 0.274817] acpiphp: Slot [20] registered\n[ 0.275609] acpiphp: Slot [21] registered\n[ 0.276400] acpiphp: Slot [22] registered\n[ 0.277203] acpiphp: Slot [23] registered\n[ 0.278000] acpiphp: Slot [24] registered\n[ 0.278790] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280366] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281975] acpiphp: Slot [29] registered\n[ 0.282765] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284340] PCI host bridge to bus 0000:00\n[ 0.285136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288916] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290335] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296475] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298906] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354855] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356301] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357712] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359089] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360334] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361472] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362682] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364221] vgaarb: loaded\n[ 0.364827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365956] SCSI subsystem initialized\n[ 0.366772] ACPI: bus type USB registered\n[ 0.367579] usbcore: registered new interface driver usbfs\n[ 0.368604] usbcore: registered new interface driver hub\n[ 0.369609] usbcore: registered new device driver usb\n[ 0.370657] PCI: Using ACPI for IRQ routing\n[ 0.371674] NetLabel: Initializing\n[ 0.372380] NetLabel: domain hash size = 128\n[ 0.373227] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374181] NetLabel: unlabeled traffic allowed by default\n[ 0.375270] clocksource: Switched to clocksource kvm-clock\n[ 0.380682] AppArmor: AppArmor Filesystem Enabled\n[ 0.381636] pnp: PnP ACPI init\n[ 0.382540] pnp: PnP ACPI: found 5 devices\n[ 0.388907] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390593] NET: Registered protocol family 2\n[ 0.391544] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392804] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393953] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395096] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397318] NET: Registered protocol family 1\n[ 0.398179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399261] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414337] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428552] Trying to unpack rootfs image as initramfs...\n[ 0.478401] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492211] Scanning for low memory corruption every 60 seconds\n[ 0.493507] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494644] audit: initializing netlink subsys (disabled)\n[ 0.495663] audit: type=2000 audit(1540232298.511:1): initialized\n[ 0.496952] Initialise system trusted keyring\n[ 0.497869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499019] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500980] zbud: loaded\n[ 0.501679] VFS: Disk quotas dquot_6.6.0\n[ 0.502485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503980] fuse init (API version 7.23)\n[ 0.504871] Key type big_key registered\n[ 0.505664] Allocating IMA MOK and blacklist keyrings.\n[ 0.507117] Key type asymmetric registered\n[ 0.507958] Asymmetric key parser 'x509' registered\n[ 0.508903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510350] io scheduler noop registered\n[ 0.511145] io scheduler deadline registered (default)\n[ 0.512129] io scheduler cfq registered\n[ 0.512959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516686] ACPI: Power Button [PWRF]\n[ 0.517509] GHES: HEST is not enabled!\n[ 0.531176] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560771] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590139] Linux agpgart interface v0.103\n[ 0.592173] brd: module loaded\n[ 0.593353] loop: module loaded\n[ 0.598286] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599735] GPT:90111 != 2097151\n[ 0.600402] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601472] GPT:90111 != 2097151\n[ 0.602138] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603083] vda: vda1 vda15\n[ 0.604500] scsi host0: ata_piix\n[ 0.605231] scsi host1: ata_piix\n[ 0.605929] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607120] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608544] libphy: Fixed MDIO Bus: probed\n[ 0.609375] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610305] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612431] PPP generic driver version 2.4.2\n[ 0.613305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614518] ehci-pci: EHCI PCI platform driver\n[ 0.615381] ehci-platform: EHCI generic platform driver\n[ 0.616353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617450] ohci-pci: OHCI PCI platform driver\n[ 0.618302] ohci-platform: OHCI generic platform driver\n[ 0.619285] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635993] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639295] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640689] usb usb1: Product: UHCI Host Controller\n[ 0.641603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642716] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643656] hub 1-0:1.0: USB hub found\n[ 0.644419] hub 1-0:1.0: 2 ports detected\n[ 0.645303] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648320] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649320] mousedev: PS/2 mouse device common for all mice\n[ 0.650534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653403] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654581] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655758] i2c /dev entries driver\n[ 0.656505] device-mapper: uevent: version 1.0.3\n[ 0.657415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660263] NET: Registered protocol family 10\n[ 0.661229] NET: Registered protocol family 17\n[ 0.662096] Key type dns_resolver registered\n[ 0.663004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664085] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665795] registered taskstats version 1\n[ 0.666613] Loading compiled-in X.509 certificates\n[ 0.668041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669860] zswap: loaded using pool lzo/zbud\n[ 0.671195] Key type trusted registered\n[ 0.672744] Key type encrypted registered\n[ 0.673556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675582] evm: HMAC attrs: 0x1\n[ 0.676496] Magic number: 6:858:342\n[ 0.677328] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:18 UTC (1540232298)\n[ 0.678887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679997] EDD information not available.\n[ 0.768265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769783] Write protecting the kernel read-only data: 14336k\n[ 0.781664] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783433] 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.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.321009] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-00000134\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHrXYlHPoiV/4lmdwewr/vdpi6yddQIrz8WpyJrJWAd93udU3nrdR46BQKl9xpRUYangdOaBVG6d0JVf9ozEQaAEgzqQtlw4zevEsq1DfvWRJ+JXzWZ6lNFK+7wlxxXXBUwBkKe5uCSSUz6GxON4e5IGb0udmkf8INaE1bE06NWww+s0hv8iGQ5dbwJ68AwkOtBLKurtnmSh4zoYIOXyS+Lp27FWwWk8Jp8hB5yLAJ8I0Euoa8OcDq7xr1D/V6GgEXmnwjUPrcJVOXV8mlEsS/0oraYXpl9O3dQ5OAvDtnmseP8fskj8oBS0oNRJyhcxoHfgnKaYBsAC61pApq1/Bf root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOKuEKlZRH7bbiY8HAgklTsIM2WBHyODyfABDsmtYDNHe6GTbXvb9mLJqUYLmAxmjQWswK4U8QyHqBE+RHgF5hptYwYBe3cqXQktI0Du8EZoxj7t72ndSxwsVBS+0bvqPlNaCpdEzWfRElwCW2LOr4bgdehghhUznrUczN+TZtf7AAAAFQCkvzJ9ZmjtLwLGodnFAJS9tni0sQAAAIAnQwIl6c47o/LaY5qBqDrbpwvFFLvE7zjmyT0MWy0QpcSCnFToVDExpmFzhMDpdx+aYmuQip316MJ0s+3AShRVbMNEyy9ZH0qh8+mXcf2X7m3eHDMVLzQfB6Bxf+4Ose2olh0mSJU3JISPDZrhKqdlWJ0d/+0eyPu/7+qIgmhPKQAAAIAoqFH/dY+caCJV0nZ5ce8/6jZ1zt6EIhfKYldHQ4g5bRYJTdFpbdFm4fHo41nCK66UGmvjCZf8TJ6Z4qZAH2uMjoe1egLBxh9aaQ7g/MoJ9aiUKSGEsvVsKtREwjSfQeYvkFAjioi+ONGpWoNKHXBgtNxQfieqOTKepTsC4d52yQ== 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.10,24,fe80::f816:3eff:feeb:f3f0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.53s]\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:EB:F3:F0 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feeb:f3f0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:9312 (9.0 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-10-22 18:19:58,969 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-b5cac265-97a7-4505-9f0a-253ff11d0777 2018-10-22 18:20:00,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:20:02,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20: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-4294132d-d140-4fb7-9ad0-91bb4bc18074 x-compute-request-id: req-4294132d-d140-4fb7-9ad0-91bb4bc18074 Content-Encoding: gzip Content-Length: 10069 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513019237 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131754] pid_max: default: 32768 minimum: 301\n[ 0.132627] ACPI: Core revision 20150930\n[ 0.133992] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135278] Security Framework initialized\n[ 0.136075] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138946] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142731] Initializing cgroup subsys io\n[ 0.143525] Initializing cgroup subsys memory\n[ 0.144370] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146089] Initializing cgroup subsys net_cls\n[ 0.146941] Initializing cgroup subsys perf_event\n[ 0.147830] Initializing cgroup subsys net_prio\n[ 0.148692] Initializing cgroup subsys hugetlb\n[ 0.149546] Initializing cgroup subsys pids\n[ 0.150407] CPU: Physical Processor ID: 0\n[ 0.151886] mce: CPU supports 10 MCE banks\n[ 0.152715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170875] ftrace: allocating 31920 entries in 125 pages\n[ 0.197657] smpboot: Max logical packages: 1\n[ 0.198488] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199820] x2apic enabled\n[ 0.200620] Switched APIC routing to physical x2apic.\n[ 0.202364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203464] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205422] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207176] KVM setup paravirtual spinlock\n[ 0.208455] x86: Booted up 1 node, 1 CPUs\n[ 0.209250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212320] evm: security.selinux\n[ 0.213012] evm: security.SMACK64\n[ 0.213691] evm: security.SMACK64EXEC\n[ 0.214417] evm: security.SMACK64TRANSMUTE\n[ 0.215212] evm: security.SMACK64MMAP\n[ 0.215943] evm: security.ima\n[ 0.216572] evm: security.capability\n[ 0.217363] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219174] pinctrl core: initialized pinctrl subsystem\n[ 0.220249] RTC time: 18:18:17, date: 10/22/18\n[ 0.221194] NET: Registered protocol family 16\n[ 0.222147] cpuidle: using governor ladder\n[ 0.222952] cpuidle: using governor menu\n[ 0.223722] PCCT header not found.\n[ 0.224452] ACPI: bus type PCI registered\n[ 0.225248] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226471] PCI: Using configuration type 1 for base access\n[ 0.228202] ACPI: Added _OSI(Module Device)\n[ 0.229031] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230761] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232868] ACPI: Interpreter enabled\n[ 0.233620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240850] ACPI: (supports S0 S5)\n[ 0.241540] ACPI: Using IOAPIC for interrupt routing\n[ 0.242510] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246693] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247894] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251241] acpiphp: Slot [3] registered\n[ 0.252029] acpiphp: Slot [4] registered\n[ 0.252814] acpiphp: Slot [5] registered\n[ 0.253597] acpiphp: Slot [6] registered\n[ 0.254378] acpiphp: Slot [7] registered\n[ 0.255158] acpiphp: Slot [8] registered\n[ 0.255940] acpiphp: Slot [9] registered\n[ 0.256718] acpiphp: Slot [10] registered\n[ 0.257504] acpiphp: Slot [11] registered\n[ 0.258317] acpiphp: Slot [12] registered\n[ 0.259118] acpiphp: Slot [13] registered\n[ 0.259909] acpiphp: Slot [14] registered\n[ 0.260702] acpiphp: Slot [15] registered\n[ 0.271639] acpiphp: Slot [16] registered\n[ 0.272434] acpiphp: Slot [17] registered\n[ 0.273231] acpiphp: Slot [18] registered\n[ 0.274026] acpiphp: Slot [19] registered\n[ 0.274817] acpiphp: Slot [20] registered\n[ 0.275609] acpiphp: Slot [21] registered\n[ 0.276400] acpiphp: Slot [22] registered\n[ 0.277203] acpiphp: Slot [23] registered\n[ 0.278000] acpiphp: Slot [24] registered\n[ 0.278790] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280366] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281975] acpiphp: Slot [29] registered\n[ 0.282765] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284340] PCI host bridge to bus 0000:00\n[ 0.285136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288916] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290335] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296475] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298906] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354855] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356301] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357712] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359089] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360334] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361472] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362682] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364221] vgaarb: loaded\n[ 0.364827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365956] SCSI subsystem initialized\n[ 0.366772] ACPI: bus type USB registered\n[ 0.367579] usbcore: registered new interface driver usbfs\n[ 0.368604] usbcore: registered new interface driver hub\n[ 0.369609] usbcore: registered new device driver usb\n[ 0.370657] PCI: Using ACPI for IRQ routing\n[ 0.371674] NetLabel: Initializing\n[ 0.372380] NetLabel: domain hash size = 128\n[ 0.373227] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374181] NetLabel: unlabeled traffic allowed by default\n[ 0.375270] clocksource: Switched to clocksource kvm-clock\n[ 0.380682] AppArmor: AppArmor Filesystem Enabled\n[ 0.381636] pnp: PnP ACPI init\n[ 0.382540] pnp: PnP ACPI: found 5 devices\n[ 0.388907] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390593] NET: Registered protocol family 2\n[ 0.391544] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392804] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393953] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395096] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397318] NET: Registered protocol family 1\n[ 0.398179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399261] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414337] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428552] Trying to unpack rootfs image as initramfs...\n[ 0.478401] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492211] Scanning for low memory corruption every 60 seconds\n[ 0.493507] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494644] audit: initializing netlink subsys (disabled)\n[ 0.495663] audit: type=2000 audit(1540232298.511:1): initialized\n[ 0.496952] Initialise system trusted keyring\n[ 0.497869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499019] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500980] zbud: loaded\n[ 0.501679] VFS: Disk quotas dquot_6.6.0\n[ 0.502485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503980] fuse init (API version 7.23)\n[ 0.504871] Key type big_key registered\n[ 0.505664] Allocating IMA MOK and blacklist keyrings.\n[ 0.507117] Key type asymmetric registered\n[ 0.507958] Asymmetric key parser 'x509' registered\n[ 0.508903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510350] io scheduler noop registered\n[ 0.511145] io scheduler deadline registered (default)\n[ 0.512129] io scheduler cfq registered\n[ 0.512959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516686] ACPI: Power Button [PWRF]\n[ 0.517509] GHES: HEST is not enabled!\n[ 0.531176] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560771] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590139] Linux agpgart interface v0.103\n[ 0.592173] brd: module loaded\n[ 0.593353] loop: module loaded\n[ 0.598286] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599735] GPT:90111 != 2097151\n[ 0.600402] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601472] GPT:90111 != 2097151\n[ 0.602138] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603083] vda: vda1 vda15\n[ 0.604500] scsi host0: ata_piix\n[ 0.605231] scsi host1: ata_piix\n[ 0.605929] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607120] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608544] libphy: Fixed MDIO Bus: probed\n[ 0.609375] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610305] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612431] PPP generic driver version 2.4.2\n[ 0.613305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614518] ehci-pci: EHCI PCI platform driver\n[ 0.615381] ehci-platform: EHCI generic platform driver\n[ 0.616353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617450] ohci-pci: OHCI PCI platform driver\n[ 0.618302] ohci-platform: OHCI generic platform driver\n[ 0.619285] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635993] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639295] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640689] usb usb1: Product: UHCI Host Controller\n[ 0.641603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642716] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643656] hub 1-0:1.0: USB hub found\n[ 0.644419] hub 1-0:1.0: 2 ports detected\n[ 0.645303] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648320] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649320] mousedev: PS/2 mouse device common for all mice\n[ 0.650534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653403] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654581] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655758] i2c /dev entries driver\n[ 0.656505] device-mapper: uevent: version 1.0.3\n[ 0.657415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660263] NET: Registered protocol family 10\n[ 0.661229] NET: Registered protocol family 17\n[ 0.662096] Key type dns_resolver registered\n[ 0.663004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664085] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665795] registered taskstats version 1\n[ 0.666613] Loading compiled-in X.509 certificates\n[ 0.668041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669860] zswap: loaded using pool lzo/zbud\n[ 0.671195] Key type trusted registered\n[ 0.672744] Key type encrypted registered\n[ 0.673556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675582] evm: HMAC attrs: 0x1\n[ 0.676496] Magic number: 6:858:342\n[ 0.677328] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:18 UTC (1540232298)\n[ 0.678887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679997] EDD information not available.\n[ 0.768265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769783] Write protecting the kernel read-only data: 14336k\n[ 0.781664] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783433] 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.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.321009] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-00000134\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHrXYlHPoiV/4lmdwewr/vdpi6yddQIrz8WpyJrJWAd93udU3nrdR46BQKl9xpRUYangdOaBVG6d0JVf9ozEQaAEgzqQtlw4zevEsq1DfvWRJ+JXzWZ6lNFK+7wlxxXXBUwBkKe5uCSSUz6GxON4e5IGb0udmkf8INaE1bE06NWww+s0hv8iGQ5dbwJ68AwkOtBLKurtnmSh4zoYIOXyS+Lp27FWwWk8Jp8hB5yLAJ8I0Euoa8OcDq7xr1D/V6GgEXmnwjUPrcJVOXV8mlEsS/0oraYXpl9O3dQ5OAvDtnmseP8fskj8oBS0oNRJyhcxoHfgnKaYBsAC61pApq1/Bf root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOKuEKlZRH7bbiY8HAgklTsIM2WBHyODyfABDsmtYDNHe6GTbXvb9mLJqUYLmAxmjQWswK4U8QyHqBE+RHgF5hptYwYBe3cqXQktI0Du8EZoxj7t72ndSxwsVBS+0bvqPlNaCpdEzWfRElwCW2LOr4bgdehghhUznrUczN+TZtf7AAAAFQCkvzJ9ZmjtLwLGodnFAJS9tni0sQAAAIAnQwIl6c47o/LaY5qBqDrbpwvFFLvE7zjmyT0MWy0QpcSCnFToVDExpmFzhMDpdx+aYmuQip316MJ0s+3AShRVbMNEyy9ZH0qh8+mXcf2X7m3eHDMVLzQfB6Bxf+4Ose2olh0mSJU3JISPDZrhKqdlWJ0d/+0eyPu/7+qIgmhPKQAAAIAoqFH/dY+caCJV0nZ5ce8/6jZ1zt6EIhfKYldHQ4g5bRYJTdFpbdFm4fHo41nCK66UGmvjCZf8TJ6Z4qZAH2uMjoe1egLBxh9aaQ7g/MoJ9aiUKSGEsvVsKtREwjSfQeYvkFAjioi+ONGpWoNKHXBgtNxQfieqOTKepTsC4d52yQ== 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.10,24,fe80::f816:3eff:feeb:f3f0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.53s]\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:EB:F3:F0 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feeb:f3f0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:9312 (9.0 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-10-22 18:20:02,065 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-4294132d-d140-4fb7-9ad0-91bb4bc18074 2018-10-22 18:20:04,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:20:05,153 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f33f3a1b-833c-4240-b688-ccdee3259332 x-compute-request-id: req-f33f3a1b-833c-4240-b688-ccdee3259332 Content-Encoding: gzip Content-Length: 10069 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513019237 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131754] pid_max: default: 32768 minimum: 301\n[ 0.132627] ACPI: Core revision 20150930\n[ 0.133992] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135278] Security Framework initialized\n[ 0.136075] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138946] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142731] Initializing cgroup subsys io\n[ 0.143525] Initializing cgroup subsys memory\n[ 0.144370] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146089] Initializing cgroup subsys net_cls\n[ 0.146941] Initializing cgroup subsys perf_event\n[ 0.147830] Initializing cgroup subsys net_prio\n[ 0.148692] Initializing cgroup subsys hugetlb\n[ 0.149546] Initializing cgroup subsys pids\n[ 0.150407] CPU: Physical Processor ID: 0\n[ 0.151886] mce: CPU supports 10 MCE banks\n[ 0.152715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170875] ftrace: allocating 31920 entries in 125 pages\n[ 0.197657] smpboot: Max logical packages: 1\n[ 0.198488] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199820] x2apic enabled\n[ 0.200620] Switched APIC routing to physical x2apic.\n[ 0.202364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203464] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205422] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207176] KVM setup paravirtual spinlock\n[ 0.208455] x86: Booted up 1 node, 1 CPUs\n[ 0.209250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212320] evm: security.selinux\n[ 0.213012] evm: security.SMACK64\n[ 0.213691] evm: security.SMACK64EXEC\n[ 0.214417] evm: security.SMACK64TRANSMUTE\n[ 0.215212] evm: security.SMACK64MMAP\n[ 0.215943] evm: security.ima\n[ 0.216572] evm: security.capability\n[ 0.217363] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219174] pinctrl core: initialized pinctrl subsystem\n[ 0.220249] RTC time: 18:18:17, date: 10/22/18\n[ 0.221194] NET: Registered protocol family 16\n[ 0.222147] cpuidle: using governor ladder\n[ 0.222952] cpuidle: using governor menu\n[ 0.223722] PCCT header not found.\n[ 0.224452] ACPI: bus type PCI registered\n[ 0.225248] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226471] PCI: Using configuration type 1 for base access\n[ 0.228202] ACPI: Added _OSI(Module Device)\n[ 0.229031] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230761] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232868] ACPI: Interpreter enabled\n[ 0.233620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240850] ACPI: (supports S0 S5)\n[ 0.241540] ACPI: Using IOAPIC for interrupt routing\n[ 0.242510] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246693] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247894] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251241] acpiphp: Slot [3] registered\n[ 0.252029] acpiphp: Slot [4] registered\n[ 0.252814] acpiphp: Slot [5] registered\n[ 0.253597] acpiphp: Slot [6] registered\n[ 0.254378] acpiphp: Slot [7] registered\n[ 0.255158] acpiphp: Slot [8] registered\n[ 0.255940] acpiphp: Slot [9] registered\n[ 0.256718] acpiphp: Slot [10] registered\n[ 0.257504] acpiphp: Slot [11] registered\n[ 0.258317] acpiphp: Slot [12] registered\n[ 0.259118] acpiphp: Slot [13] registered\n[ 0.259909] acpiphp: Slot [14] registered\n[ 0.260702] acpiphp: Slot [15] registered\n[ 0.271639] acpiphp: Slot [16] registered\n[ 0.272434] acpiphp: Slot [17] registered\n[ 0.273231] acpiphp: Slot [18] registered\n[ 0.274026] acpiphp: Slot [19] registered\n[ 0.274817] acpiphp: Slot [20] registered\n[ 0.275609] acpiphp: Slot [21] registered\n[ 0.276400] acpiphp: Slot [22] registered\n[ 0.277203] acpiphp: Slot [23] registered\n[ 0.278000] acpiphp: Slot [24] registered\n[ 0.278790] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280366] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281975] acpiphp: Slot [29] registered\n[ 0.282765] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284340] PCI host bridge to bus 0000:00\n[ 0.285136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288916] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290335] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296475] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298906] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354855] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356301] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357712] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359089] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360334] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361472] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362682] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364221] vgaarb: loaded\n[ 0.364827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365956] SCSI subsystem initialized\n[ 0.366772] ACPI: bus type USB registered\n[ 0.367579] usbcore: registered new interface driver usbfs\n[ 0.368604] usbcore: registered new interface driver hub\n[ 0.369609] usbcore: registered new device driver usb\n[ 0.370657] PCI: Using ACPI for IRQ routing\n[ 0.371674] NetLabel: Initializing\n[ 0.372380] NetLabel: domain hash size = 128\n[ 0.373227] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374181] NetLabel: unlabeled traffic allowed by default\n[ 0.375270] clocksource: Switched to clocksource kvm-clock\n[ 0.380682] AppArmor: AppArmor Filesystem Enabled\n[ 0.381636] pnp: PnP ACPI init\n[ 0.382540] pnp: PnP ACPI: found 5 devices\n[ 0.388907] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390593] NET: Registered protocol family 2\n[ 0.391544] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392804] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393953] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395096] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397318] NET: Registered protocol family 1\n[ 0.398179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399261] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414337] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428552] Trying to unpack rootfs image as initramfs...\n[ 0.478401] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492211] Scanning for low memory corruption every 60 seconds\n[ 0.493507] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494644] audit: initializing netlink subsys (disabled)\n[ 0.495663] audit: type=2000 audit(1540232298.511:1): initialized\n[ 0.496952] Initialise system trusted keyring\n[ 0.497869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499019] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500980] zbud: loaded\n[ 0.501679] VFS: Disk quotas dquot_6.6.0\n[ 0.502485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503980] fuse init (API version 7.23)\n[ 0.504871] Key type big_key registered\n[ 0.505664] Allocating IMA MOK and blacklist keyrings.\n[ 0.507117] Key type asymmetric registered\n[ 0.507958] Asymmetric key parser 'x509' registered\n[ 0.508903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510350] io scheduler noop registered\n[ 0.511145] io scheduler deadline registered (default)\n[ 0.512129] io scheduler cfq registered\n[ 0.512959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516686] ACPI: Power Button [PWRF]\n[ 0.517509] GHES: HEST is not enabled!\n[ 0.531176] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560771] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590139] Linux agpgart interface v0.103\n[ 0.592173] brd: module loaded\n[ 0.593353] loop: module loaded\n[ 0.598286] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599735] GPT:90111 != 2097151\n[ 0.600402] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601472] GPT:90111 != 2097151\n[ 0.602138] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603083] vda: vda1 vda15\n[ 0.604500] scsi host0: ata_piix\n[ 0.605231] scsi host1: ata_piix\n[ 0.605929] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607120] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608544] libphy: Fixed MDIO Bus: probed\n[ 0.609375] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610305] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612431] PPP generic driver version 2.4.2\n[ 0.613305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614518] ehci-pci: EHCI PCI platform driver\n[ 0.615381] ehci-platform: EHCI generic platform driver\n[ 0.616353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617450] ohci-pci: OHCI PCI platform driver\n[ 0.618302] ohci-platform: OHCI generic platform driver\n[ 0.619285] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635993] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639295] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640689] usb usb1: Product: UHCI Host Controller\n[ 0.641603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642716] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643656] hub 1-0:1.0: USB hub found\n[ 0.644419] hub 1-0:1.0: 2 ports detected\n[ 0.645303] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648320] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649320] mousedev: PS/2 mouse device common for all mice\n[ 0.650534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653403] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654581] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655758] i2c /dev entries driver\n[ 0.656505] device-mapper: uevent: version 1.0.3\n[ 0.657415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660263] NET: Registered protocol family 10\n[ 0.661229] NET: Registered protocol family 17\n[ 0.662096] Key type dns_resolver registered\n[ 0.663004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664085] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665795] registered taskstats version 1\n[ 0.666613] Loading compiled-in X.509 certificates\n[ 0.668041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669860] zswap: loaded using pool lzo/zbud\n[ 0.671195] Key type trusted registered\n[ 0.672744] Key type encrypted registered\n[ 0.673556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675582] evm: HMAC attrs: 0x1\n[ 0.676496] Magic number: 6:858:342\n[ 0.677328] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:18 UTC (1540232298)\n[ 0.678887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679997] EDD information not available.\n[ 0.768265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769783] Write protecting the kernel read-only data: 14336k\n[ 0.781664] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783433] 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.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.321009] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-00000134\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHrXYlHPoiV/4lmdwewr/vdpi6yddQIrz8WpyJrJWAd93udU3nrdR46BQKl9xpRUYangdOaBVG6d0JVf9ozEQaAEgzqQtlw4zevEsq1DfvWRJ+JXzWZ6lNFK+7wlxxXXBUwBkKe5uCSSUz6GxON4e5IGb0udmkf8INaE1bE06NWww+s0hv8iGQ5dbwJ68AwkOtBLKurtnmSh4zoYIOXyS+Lp27FWwWk8Jp8hB5yLAJ8I0Euoa8OcDq7xr1D/V6GgEXmnwjUPrcJVOXV8mlEsS/0oraYXpl9O3dQ5OAvDtnmseP8fskj8oBS0oNRJyhcxoHfgnKaYBsAC61pApq1/Bf root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOKuEKlZRH7bbiY8HAgklTsIM2WBHyODyfABDsmtYDNHe6GTbXvb9mLJqUYLmAxmjQWswK4U8QyHqBE+RHgF5hptYwYBe3cqXQktI0Du8EZoxj7t72ndSxwsVBS+0bvqPlNaCpdEzWfRElwCW2LOr4bgdehghhUznrUczN+TZtf7AAAAFQCkvzJ9ZmjtLwLGodnFAJS9tni0sQAAAIAnQwIl6c47o/LaY5qBqDrbpwvFFLvE7zjmyT0MWy0QpcSCnFToVDExpmFzhMDpdx+aYmuQip316MJ0s+3AShRVbMNEyy9ZH0qh8+mXcf2X7m3eHDMVLzQfB6Bxf+4Ose2olh0mSJU3JISPDZrhKqdlWJ0d/+0eyPu/7+qIgmhPKQAAAIAoqFH/dY+caCJV0nZ5ce8/6jZ1zt6EIhfKYldHQ4g5bRYJTdFpbdFm4fHo41nCK66UGmvjCZf8TJ6Z4qZAH2uMjoe1egLBxh9aaQ7g/MoJ9aiUKSGEsvVsKtREwjSfQeYvkFAjioi+ONGpWoNKHXBgtNxQfieqOTKepTsC4d52yQ== 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.10,24,fe80::f816:3eff:feeb:f3f0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.53s]\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:EB:F3:F0 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feeb:f3f0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:9312 (9.0 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-10-22 18:20:05,154 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-f33f3a1b-833c-4240-b688-ccdee3259332 2018-10-22 18:20:07,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41f8958b08ca83680a8c6a9932b4055e1a4bfea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:20:08,245 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c296d9d9-7dc4-46bf-83dc-d98a8d1e35f9 x-compute-request-id: req-c296d9d9-7dc4-46bf-83dc-d98a8d1e35f9 Content-Encoding: gzip Content-Length: 10884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513019237 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130137] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131754] pid_max: default: 32768 minimum: 301\n[ 0.132627] ACPI: Core revision 20150930\n[ 0.133992] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135278] Security Framework initialized\n[ 0.136075] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138946] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142731] Initializing cgroup subsys io\n[ 0.143525] Initializing cgroup subsys memory\n[ 0.144370] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146089] Initializing cgroup subsys net_cls\n[ 0.146941] Initializing cgroup subsys perf_event\n[ 0.147830] Initializing cgroup subsys net_prio\n[ 0.148692] Initializing cgroup subsys hugetlb\n[ 0.149546] Initializing cgroup subsys pids\n[ 0.150407] CPU: Physical Processor ID: 0\n[ 0.151886] mce: CPU supports 10 MCE banks\n[ 0.152715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170875] ftrace: allocating 31920 entries in 125 pages\n[ 0.197657] smpboot: Max logical packages: 1\n[ 0.198488] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199820] x2apic enabled\n[ 0.200620] Switched APIC routing to physical x2apic.\n[ 0.202364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203464] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205422] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207176] KVM setup paravirtual spinlock\n[ 0.208455] x86: Booted up 1 node, 1 CPUs\n[ 0.209250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212320] evm: security.selinux\n[ 0.213012] evm: security.SMACK64\n[ 0.213691] evm: security.SMACK64EXEC\n[ 0.214417] evm: security.SMACK64TRANSMUTE\n[ 0.215212] evm: security.SMACK64MMAP\n[ 0.215943] evm: security.ima\n[ 0.216572] evm: security.capability\n[ 0.217363] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219174] pinctrl core: initialized pinctrl subsystem\n[ 0.220249] RTC time: 18:18:17, date: 10/22/18\n[ 0.221194] NET: Registered protocol family 16\n[ 0.222147] cpuidle: using governor ladder\n[ 0.222952] cpuidle: using governor menu\n[ 0.223722] PCCT header not found.\n[ 0.224452] ACPI: bus type PCI registered\n[ 0.225248] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226471] PCI: Using configuration type 1 for base access\n[ 0.228202] ACPI: Added _OSI(Module Device)\n[ 0.229031] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230761] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232868] ACPI: Interpreter enabled\n[ 0.233620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240850] ACPI: (supports S0 S5)\n[ 0.241540] ACPI: Using IOAPIC for interrupt routing\n[ 0.242510] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246693] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247894] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251241] acpiphp: Slot [3] registered\n[ 0.252029] acpiphp: Slot [4] registered\n[ 0.252814] acpiphp: Slot [5] registered\n[ 0.253597] acpiphp: Slot [6] registered\n[ 0.254378] acpiphp: Slot [7] registered\n[ 0.255158] acpiphp: Slot [8] registered\n[ 0.255940] acpiphp: Slot [9] registered\n[ 0.256718] acpiphp: Slot [10] registered\n[ 0.257504] acpiphp: Slot [11] registered\n[ 0.258317] acpiphp: Slot [12] registered\n[ 0.259118] acpiphp: Slot [13] registered\n[ 0.259909] acpiphp: Slot [14] registered\n[ 0.260702] acpiphp: Slot [15] registered\n[ 0.271639] acpiphp: Slot [16] registered\n[ 0.272434] acpiphp: Slot [17] registered\n[ 0.273231] acpiphp: Slot [18] registered\n[ 0.274026] acpiphp: Slot [19] registered\n[ 0.274817] acpiphp: Slot [20] registered\n[ 0.275609] acpiphp: Slot [21] registered\n[ 0.276400] acpiphp: Slot [22] registered\n[ 0.277203] acpiphp: Slot [23] registered\n[ 0.278000] acpiphp: Slot [24] registered\n[ 0.278790] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280366] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281975] acpiphp: Slot [29] registered\n[ 0.282765] acpiphp: Slot [30] registered\n[ 0.283552] acpiphp: Slot [31] registered\n[ 0.284340] PCI host bridge to bus 0000:00\n[ 0.285136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288916] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290335] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296475] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298906] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354855] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356301] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357712] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359089] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360334] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361472] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362682] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364221] vgaarb: loaded\n[ 0.364827] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365956] SCSI subsystem initialized\n[ 0.366772] ACPI: bus type USB registered\n[ 0.367579] usbcore: registered new interface driver usbfs\n[ 0.368604] usbcore: registered new interface driver hub\n[ 0.369609] usbcore: registered new device driver usb\n[ 0.370657] PCI: Using ACPI for IRQ routing\n[ 0.371674] NetLabel: Initializing\n[ 0.372380] NetLabel: domain hash size = 128\n[ 0.373227] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374181] NetLabel: unlabeled traffic allowed by default\n[ 0.375270] clocksource: Switched to clocksource kvm-clock\n[ 0.380682] AppArmor: AppArmor Filesystem Enabled\n[ 0.381636] pnp: PnP ACPI init\n[ 0.382540] pnp: PnP ACPI: found 5 devices\n[ 0.388907] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390593] NET: Registered protocol family 2\n[ 0.391544] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392804] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393953] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395096] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397318] NET: Registered protocol family 1\n[ 0.398179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399261] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414337] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428552] Trying to unpack rootfs image as initramfs...\n[ 0.478401] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492211] Scanning for low memory corruption every 60 seconds\n[ 0.493507] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494644] audit: initializing netlink subsys (disabled)\n[ 0.495663] audit: type=2000 audit(1540232298.511:1): initialized\n[ 0.496952] Initialise system trusted keyring\n[ 0.497869] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499019] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500980] zbud: loaded\n[ 0.501679] VFS: Disk quotas dquot_6.6.0\n[ 0.502485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503980] fuse init (API version 7.23)\n[ 0.504871] Key type big_key registered\n[ 0.505664] Allocating IMA MOK and blacklist keyrings.\n[ 0.507117] Key type asymmetric registered\n[ 0.507958] Asymmetric key parser 'x509' registered\n[ 0.508903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510350] io scheduler noop registered\n[ 0.511145] io scheduler deadline registered (default)\n[ 0.512129] io scheduler cfq registered\n[ 0.512959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516686] ACPI: Power Button [PWRF]\n[ 0.517509] GHES: HEST is not enabled!\n[ 0.531176] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560771] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590139] Linux agpgart interface v0.103\n[ 0.592173] brd: module loaded\n[ 0.593353] loop: module loaded\n[ 0.598286] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599735] GPT:90111 != 2097151\n[ 0.600402] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601472] GPT:90111 != 2097151\n[ 0.602138] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603083] vda: vda1 vda15\n[ 0.604500] scsi host0: ata_piix\n[ 0.605231] scsi host1: ata_piix\n[ 0.605929] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607120] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608544] libphy: Fixed MDIO Bus: probed\n[ 0.609375] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610305] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612431] PPP generic driver version 2.4.2\n[ 0.613305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614518] ehci-pci: EHCI PCI platform driver\n[ 0.615381] ehci-platform: EHCI generic platform driver\n[ 0.616353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617450] ohci-pci: OHCI PCI platform driver\n[ 0.618302] ohci-platform: OHCI generic platform driver\n[ 0.619285] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635993] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639295] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640689] usb usb1: Product: UHCI Host Controller\n[ 0.641603] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642716] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643656] hub 1-0:1.0: USB hub found\n[ 0.644419] hub 1-0:1.0: 2 ports detected\n[ 0.645303] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647395] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648320] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649320] mousedev: PS/2 mouse device common for all mice\n[ 0.650534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653403] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654581] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655758] i2c /dev entries driver\n[ 0.656505] device-mapper: uevent: version 1.0.3\n[ 0.657415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660263] NET: Registered protocol family 10\n[ 0.661229] NET: Registered protocol family 17\n[ 0.662096] Key type dns_resolver registered\n[ 0.663004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664085] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665795] registered taskstats version 1\n[ 0.666613] Loading compiled-in X.509 certificates\n[ 0.668041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669860] zswap: loaded using pool lzo/zbud\n[ 0.671195] Key type trusted registered\n[ 0.672744] Key type encrypted registered\n[ 0.673556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675582] evm: HMAC attrs: 0x1\n[ 0.676496] Magic number: 6:858:342\n[ 0.677328] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:18 UTC (1540232298)\n[ 0.678887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679997] EDD information not available.\n[ 0.768265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769783] Write protecting the kernel read-only data: 14336k\n[ 0.781664] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783433] 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.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.321009] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-00000134\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHrXYlHPoiV/4lmdwewr/vdpi6yddQIrz8WpyJrJWAd93udU3nrdR46BQKl9xpRUYangdOaBVG6d0JVf9ozEQaAEgzqQtlw4zevEsq1DfvWRJ+JXzWZ6lNFK+7wlxxXXBUwBkKe5uCSSUz6GxON4e5IGb0udmkf8INaE1bE06NWww+s0hv8iGQ5dbwJ68AwkOtBLKurtnmSh4zoYIOXyS+Lp27FWwWk8Jp8hB5yLAJ8I0Euoa8OcDq7xr1D/V6GgEXmnwjUPrcJVOXV8mlEsS/0oraYXpl9O3dQ5OAvDtnmseP8fskj8oBS0oNRJyhcxoHfgnKaYBsAC61pApq1/Bf root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOKuEKlZRH7bbiY8HAgklTsIM2WBHyODyfABDsmtYDNHe6GTbXvb9mLJqUYLmAxmjQWswK4U8QyHqBE+RHgF5hptYwYBe3cqXQktI0Du8EZoxj7t72ndSxwsVBS+0bvqPlNaCpdEzWfRElwCW2LOr4bgdehghhUznrUczN+TZtf7AAAAFQCkvzJ9ZmjtLwLGodnFAJS9tni0sQAAAIAnQwIl6c47o/LaY5qBqDrbpwvFFLvE7zjmyT0MWy0QpcSCnFToVDExpmFzhMDpdx+aYmuQip316MJ0s+3AShRVbMNEyy9ZH0qh8+mXcf2X7m3eHDMVLzQfB6Bxf+4Ose2olh0mSJU3JISPDZrhKqdlWJ0d/+0eyPu/7+qIgmhPKQAAAIAoqFH/dY+caCJV0nZ5ce8/6jZ1zt6EIhfKYldHQ4g5bRYJTdFpbdFm4fHo41nCK66UGmvjCZf8TJ6Z4qZAH2uMjoe1egLBxh9aaQ7g/MoJ9aiUKSGEsvVsKtREwjSfQeYvkFAjioi+ONGpWoNKHXBgtNxQfieqOTKepTsC4d52yQ== 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.10,24,fe80::f816:3eff:feeb:f3f0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.28 ===\n/dev/root resized successfully [took 2.53s]\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:EB:F3:F0 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feeb:f3f0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:9312 (9.0 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-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.116650] usb 1-1: Product: QEMU USB Tablet\n[ 1.116651] usb 1-1: Manufacturer: QEMU\n[ 1.116652] usb 1-1: SerialNumber: 42\n[ 1.281846] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.301445] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.321009] random: dd urandom read with 5 bits of entropy available\n[ 1.491340] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.491343] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.406458] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.806336] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:18:19 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:18:19 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:18:19 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:18:19 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:18:19 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:18:19 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)\nOct 22 19:18:19 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:18:19 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:18:19 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:18:19 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:18:19 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:18:19 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:18:19 cirros kern.notice kernel: [ 1.321009] random: dd urandom read with 5 bits of entropy available\nOct 22 19:18:19 cirros kern.info kernel: [ 1.491340] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nOct 22 19:18:19 cirros kern.info kernel: [ 1.491343] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:19:20 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:19:21 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:19:21 cirros kern.info kernel: [ 63.406458] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:19:21 cirros kern.info kernel: [ 63.806336] 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-10-22 18:20:08,246 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-c296d9d9-7dc4-46bf-83dc-d98a8d1e35f9 2018-10-22 18:20:10,279 - sdnvpn_test_utils - INFO - Waiting for instance 83c75019-c358-4ac1-9356-330e8dc89e3e to boot up 2018-10-22 18:20:10,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00079ba800ac141f331b33a84c60d9c840a11c81" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:20:11,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e552bfd9-7b2e-427f-81b0-a785c43a0009 x-compute-request-id: req-e552bfd9-7b2e-427f-81b0-a785c43a0009 Content-Encoding: gzip Content-Length: 11137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489329210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134829] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136477] pid_max: default: 32768 minimum: 301\n[ 0.137372] ACPI: Core revision 20150930\n[ 0.138759] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140058] Security Framework initialized\n[ 0.140872] Yama: becoming mindful.\n[ 0.141596] AppArmor: AppArmor initialized\n[ 0.142461] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143794] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145083] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146292] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147676] Initializing cgroup subsys io\n[ 0.148495] Initializing cgroup subsys memory\n[ 0.149364] Initializing cgroup subsys devices\n[ 0.150267] Initializing cgroup subsys freezer\n[ 0.151144] Initializing cgroup subsys net_cls\n[ 0.152024] Initializing cgroup subsys perf_event\n[ 0.152938] Initializing cgroup subsys net_prio\n[ 0.153816] Initializing cgroup subsys hugetlb\n[ 0.154684] Initializing cgroup subsys pids\n[ 0.155560] CPU: Physical Processor ID: 0\n[ 0.157075] mce: CPU supports 10 MCE banks\n[ 0.157929] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158925] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169584] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175993] ftrace: allocating 31920 entries in 125 pages\n[ 0.202269] smpboot: Max logical packages: 1\n[ 0.203128] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204468] x2apic enabled\n[ 0.205278] Switched APIC routing to physical x2apic.\n[ 0.207035] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208159] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210155] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211955] KVM setup paravirtual spinlock\n[ 0.213242] x86: Booted up 1 node, 1 CPUs\n[ 0.214062] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215454] devtmpfs: initialized\n[ 0.217171] evm: security.selinux\n[ 0.217875] evm: security.SMACK64\n[ 0.218567] evm: security.SMACK64EXEC\n[ 0.219318] evm: security.SMACK64TRANSMUTE\n[ 0.220139] evm: security.SMACK64MMAP\n[ 0.220894] evm: security.ima\n[ 0.221538] evm: security.capability\n[ 0.222344] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224192] pinctrl core: initialized pinctrl subsystem\n[ 0.225296] RTC time: 18:18:29, date: 10/22/18\n[ 0.226251] NET: Registered protocol family 16\n[ 0.227221] cpuidle: using governor ladder\n[ 0.228044] cpuidle: using governor menu\n[ 0.228836] PCCT header not found.\n[ 0.229594] ACPI: bus type PCI registered\n[ 0.230394] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231627] PCI: Using configuration type 1 for base access\n[ 0.233381] ACPI: Added _OSI(Module Device)\n[ 0.234230] ACPI: Added _OSI(Processor Device)\n[ 0.235091] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235988] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238116] ACPI: Interpreter enabled\n[ 0.238902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240771] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246297] ACPI: (supports S0 S5)\n[ 0.247009] ACPI: Using IOAPIC for interrupt routing\n[ 0.248071] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251176] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253565] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254757] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256985] acpiphp: Slot [3] registered\n[ 0.257785] acpiphp: Slot [4] registered\n[ 0.258579] acpiphp: Slot [5] registered\n[ 0.259376] acpiphp: Slot [6] registered\n[ 0.260173] acpiphp: Slot [7] registered\n[ 0.260987] acpiphp: Slot [8] registered\n[ 0.261799] acpiphp: Slot [9] registered\n[ 0.262591] acpiphp: Slot [10] registered\n[ 0.263405] acpiphp: Slot [11] registered\n[ 0.264216] acpiphp: Slot [12] registered\n[ 0.265034] acpiphp: Slot [13] registered\n[ 0.265844] acpiphp: Slot [14] registered\n[ 0.266650] acpiphp: Slot [15] registered\n[ 0.277448] acpiphp: Slot [16] registered\n[ 0.278260] acpiphp: Slot [17] registered\n[ 0.279070] acpiphp: Slot [18] registered\n[ 0.279875] acpiphp: Slot [19] registered\n[ 0.280677] acpiphp: Slot [20] registered\n[ 0.281491] acpiphp: Slot [21] registered\n[ 0.282302] acpiphp: Slot [22] registered\n[ 0.283112] acpiphp: Slot [23] registered\n[ 0.283920] acpiphp: Slot [24] registered\n[ 0.284728] acpiphp: Slot [25] registered\n[ 0.285537] acpiphp: Slot [26] registered\n[ 0.286348] acpiphp: Slot [27] registered\n[ 0.287161] acpiphp: Slot [28] registered\n[ 0.287974] acpiphp: Slot [29] registered\n[ 0.288784] acpiphp: Slot [30] registered\n[ 0.289594] acpiphp: Slot [31] registered\n[ 0.290402] PCI host bridge to bus 0000:00\n[ 0.291212] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292423] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293639] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295092] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296536] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302683] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303971] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305151] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306434] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312778] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314223] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359630] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361107] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363958] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365348] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366596] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367931] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369004] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370551] vgaarb: loaded\n[ 0.371154] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372298] SCSI subsystem initialized\n[ 0.373122] ACPI: bus type USB registered\n[ 0.373941] usbcore: registered new interface driver usbfs\n[ 0.374970] usbcore: registered new interface driver hub\n[ 0.375977] usbcore: registered new device driver usb\n[ 0.377036] PCI: Using ACPI for IRQ routing\n[ 0.378060] NetLabel: Initializing\n[ 0.378778] NetLabel: domain hash size = 128\n[ 0.379624] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380575] NetLabel: unlabeled traffic allowed by default\n[ 0.381679] clocksource: Switched to clocksource kvm-clock\n[ 0.387196] AppArmor: AppArmor Filesystem Enabled\n[ 0.388161] pnp: PnP ACPI init\n[ 0.389076] pnp: PnP ACPI: found 5 devices\n[ 0.395442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397143] NET: Registered protocol family 2\n[ 0.398132] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399428] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401805] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402896] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404075] NET: Registered protocol family 1\n[ 0.404950] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406066] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407155] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435365] Trying to unpack rootfs image as initramfs...\n[ 0.485169] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499160] Scanning for low memory corruption every 60 seconds\n[ 0.500505] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501689] audit: initializing netlink subsys (disabled)\n[ 0.502750] audit: type=2000 audit(1540232310.421:1): initialized\n[ 0.504084] Initialise system trusted keyring\n[ 0.505034] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506226] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508214] zbud: loaded\n[ 0.508923] VFS: Disk quotas dquot_6.6.0\n[ 0.509759] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511250] fuse init (API version 7.23)\n[ 0.512130] Key type big_key registered\n[ 0.512923] Allocating IMA MOK and blacklist keyrings.\n[ 0.514019] Key type asymmetric registered\n[ 0.514838] Asymmetric key parser 'x509' registered\n[ 0.515777] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517624] io scheduler noop registered\n[ 0.518452] io scheduler deadline registered (default)\n[ 0.519433] io scheduler cfq registered\n[ 0.520258] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521297] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522555] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523988] ACPI: Power Button [PWRF]\n[ 0.524804] GHES: HEST is not enabled!\n[ 0.538177] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565951] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568179] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593733] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595986] Linux agpgart interface v0.103\n[ 0.598043] brd: module loaded\n[ 0.599197] loop: module loaded\n[ 0.605160] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606629] GPT:90111 != 2097151\n[ 0.607328] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608429] GPT:90111 != 2097151\n[ 0.609117] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610097] vda: vda1 vda15\n[ 0.611564] scsi host0: ata_piix\n[ 0.612314] scsi host1: ata_piix\n[ 0.613019] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614255] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615713] libphy: Fixed MDIO Bus: probed\n[ 0.616517] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617480] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619598] PPP generic driver version 2.4.2\n[ 0.620504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621842] ehci-pci: EHCI PCI platform driver\n[ 0.622727] ehci-platform: EHCI generic platform driver\n[ 0.623726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624846] ohci-pci: OHCI PCI platform driver\n[ 0.625724] ohci-platform: OHCI generic platform driver\n[ 0.626730] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640973] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643424] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645588] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648246] usb usb1: Product: UHCI Host Controller\n[ 0.649161] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651333] hub 1-0:1.0: USB hub found\n[ 0.652154] hub 1-0:1.0: 2 ports detected\n[ 0.653072] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655235] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656208] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657279] mousedev: PS/2 mouse device common for all mice\n[ 0.658578] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660463] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661596] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662871] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664129] i2c /dev entries driver\n[ 0.664896] device-mapper: uevent: version 1.0.3\n[ 0.665875] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667567] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668864] NET: Registered protocol family 10\n[ 0.669882] NET: Registered protocol family 17\n[ 0.670789] Key type dns_resolver registered\n[ 0.671725] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672839] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674649] registered taskstats version 1\n[ 0.675536] Loading compiled-in X.509 certificates\n[ 0.677022] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678994] zswap: loaded using pool lzo/zbud\n[ 0.680381] Key type trusted registered\n[ 0.682021] Key type encrypted registered\n[ 0.682916] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684018] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685086] evm: HMAC attrs: 0x1\n[ 0.686050] Magic number: 6:858:342\n[ 0.686916] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:30 UTC (1540232310)\n[ 0.688544] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689744] EDD information not available.\n[ 0.774625] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776267] Write protecting the kernel read-only data: 14336k\n[ 0.787905] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789737] 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.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.164615] 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.6...\nLease of 10.10.10.6 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.06. iid=i-00000137\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcguCMpg1uDfVGJnMoEX/ETQsfWpyqiQOk8vXnOCcOYn78RqWWTxyehzydqIocPzpm/OtRlbTSRCzV+QnfEufnrqMWIyFFkpqqhtRJGUmgozB03QcGEgnYbmv7C/0/JV7e6hANt4Sve+x9G8Yf7PQ9VJnrWEGXeF59+IsKs95/ZTocVxcUoF+jqJB8yViNrWNw1y6Lh5j53QR4xRAlTHyPKLPz2HG7oqhoqWS9o5/OouILFzqIOXCQ3yttAZXc7OPTdD0KG8T6FGWqDYAkjTR4VEHAc16WSwE2zbr8POmXgilmDCxTweRZDzaojh8OWYM2KvScGJ+SnUw8ru+gCYLP root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBANLWcRIewJrZcMk/KfvXnjXxRiXkuGVekuA8TAEWQ4ySYDtrp3TqVEDgkvKN/qfgxQ2Aeio0aqmQPSRTBqMAcPPOv8kTWeH9HJfXTlqtbOaI7FXuCWQgkHX1IJJGz7aJ07MK32hexPqbaDo5V5ycZfMWK+RG2xZ7bOuMJaoIzGJdAAAAFQCNHtZKvdURKEo7bPfIDFEv3ELTvQAAAIEAxij+8WYDdXOHQfu2vQimzliaBHY1R1tlyN1Y7c3jrFz5ffRFe7KboCxSUeZ3k8t8bltjSq4Ui94CBQcogoRGmx/g45YTdZUOqdQKJGITv/6Iptn172OuSm5C+PYYzQ2Gxyzpfz4n1xMoWI/ENPZ1Dbl/SPlDvgzUliE1k+0mAUUAAACAHL2U/S1ebypLH84ywZyCUDWhPEf486VVB9YnngQMuNE4CGZvYZypclRgd0EgD6MbjItgZ1QNCbAagHBkorg2xCmtwSefMwYEJQIhBByL4/iUNzFXZrdY4xLqf3vIKSBLjS0IwiNO4VP7VCnsPgA/nAkYLVTF2zqNogljnVGIheY= 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.6,24,fe80::f816:3eff:feca:85d4/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \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-00000137\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.31 ===\n/dev/root resized successfully [took 2.82s]\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:CA:85:D4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feca:85d4/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8257 (8.0 KiB) TX bytes:9137 (8.9 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-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.123178] usb 1-1: Product: QEMU USB Tablet\n[ 1.123179] usb 1-1: Manufacturer: QEMU\n[ 1.123180] usb 1-1: SerialNumber: 42\n[ 1.127609] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.145568] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.164615] random: dd urandom read with 5 bits of entropy available\n[ 1.497746] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.497748] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.419554] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.774326] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:18:30 cirros kern.info kernel: [ 0.789737] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 22 19:18:30 cirros kern.info kernel: [ 0.800919] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 22 19:18:30 cirros kern.info kernel: [ 0.800920] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 22 19:18:30 cirros kern.info kernel: [ 0.802545] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 22 19:18:30 cirros kern.info kernel: [ 0.805388] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 22 19:18:30 cirros kern.info kernel: [ 0.807313] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 22 19:18:30 cirros kern.info kernel: [ 0.828896] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 22 19:18:30 cirros kern.info kernel: [ 0.829588] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 22 19:18:30 cirros kern.info kernel: [ 0.830629] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 22 19:18:30 cirros kern.info kernel: [ 0.895750] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 22 19:18:30 cirros kern.info kernel: [ 0.961720] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 22 19:18:30 cirros kern.info kernel: [ 1.123174] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 22 19:18:30 cirros kern.info kernel: [ 1.123177] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 22 19:18:30 cirros kern.info kernel: [ 1.123178] usb 1-1: Product: QEMU USB Tablet\nOct 22 19:18:30 cirros kern.info kernel: [ 1.123179] usb 1-1: Manufacturer: QEMU\nOct 22 19:18:30 cirros kern.info kernel: [ 1.123180] usb 1-1: SerialNumber: 42\nOct 22 19:18:30 cirros kern.info kernel: [ 1.127609] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 22 19:18:30 cirros kern.info kernel: [ 1.145568] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 22 19:18:30 cirros kern.notice kernel: [ 1.164615] random: dd urandom read with 5 bits of entropy available\nOct 22 19:18:31 cirros kern.info kernel: [ 1.497746] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 22 19:18:31 cirros kern.info kernel: [ 1.497748] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 22 19:18:32 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:18:32 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:18:33 cirros kern.info kernel: [ 3.419554] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:18:33 cirros kern.info kernel: [ 3.774326] 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-10-22 18:20:11,406 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e/action used request id req-e552bfd9-7b2e-427f-81b0-a785c43a0009 2018-10-22 18:20:13,431 - sdnvpn_test_utils - INFO - Waiting for instance d51d90cf-63f6-4ece-932d-e84bdef6cfbe to boot up 2018-10-22 18:20:13,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:20:14,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3239b1d-7b8e-421f-a47d-f9ba8791db78 x-compute-request-id: req-d3239b1d-7b8e-421f-a47d-f9ba8791db78 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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...\n"} 2018-10-22 18:20:14,462 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-d3239b1d-7b8e-421f-a47d-f9ba8791db78 2018-10-22 18:20:16,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:20:17,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3150e10-8fd4-42e7-8ee1-2f68df2ded3b x-compute-request-id: req-a3150e10-8fd4-42e7-8ee1-2f68df2ded3b Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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...\n"} 2018-10-22 18:20:17,546 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-a3150e10-8fd4-42e7-8ee1-2f68df2ded3b 2018-10-22 18:20:19,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:20:20,632 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20: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-9d83efba-a8a0-4fca-bb0c-6461da1b02ef x-compute-request-id: req-9d83efba-a8a0-4fca-bb0c-6461da1b02ef Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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...\n"} 2018-10-22 18:20:20,633 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-9d83efba-a8a0-4fca-bb0c-6461da1b02ef 2018-10-22 18:20:22,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:20:23,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20: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-c3a612b9-f793-4b4e-a517-36bf7bf3d540 x-compute-request-id: req-c3a612b9-f793-4b4e-a517-36bf7bf3d540 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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...\n"} 2018-10-22 18:20:23,724 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-c3a612b9-f793-4b4e-a517-36bf7bf3d540 2018-10-22 18:20:25,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:20:26,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20: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-850c7ddb-951f-4b38-9427-294988d89016 x-compute-request-id: req-850c7ddb-951f-4b38-9427-294988d89016 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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...\n"} 2018-10-22 18:20:26,818 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-850c7ddb-951f-4b38-9427-294988d89016 2018-10-22 18:20:28,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:20:29,903 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a2536519-c71c-435a-878f-2a4fcf8663eb x-compute-request-id: req-a2536519-c71c-435a-878f-2a4fcf8663eb Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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...\n"} 2018-10-22 18:20:29,904 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-a2536519-c71c-435a-878f-2a4fcf8663eb 2018-10-22 18:20:31,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:20:32,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20: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-543b72c2-639e-4a92-9292-dfbbe2b054f2 x-compute-request-id: req-543b72c2-639e-4a92-9292-dfbbe2b054f2 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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...\n"} 2018-10-22 18:20:32,999 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-543b72c2-639e-4a92-9292-dfbbe2b054f2 2018-10-22 18:20:35,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:20:36,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20: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-1021b093-9a0b-4c98-b254-d48f47705edc x-compute-request-id: req-1021b093-9a0b-4c98-b254-d48f47705edc Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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...\n"} 2018-10-22 18:20:36,155 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-1021b093-9a0b-4c98-b254-d48f47705edc 2018-10-22 18:20:38,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:20:39,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b22a2ec-3971-401e-9e1f-4f477023aefa x-compute-request-id: req-7b22a2ec-3971-401e-9e1f-4f477023aefa Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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...\n"} 2018-10-22 18:20:39,251 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-7b22a2ec-3971-401e-9e1f-4f477023aefa 2018-10-22 18:20:41,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:20:42,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20: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-c3770e95-9823-4af7-8f62-7e3765d23db4 x-compute-request-id: req-c3770e95-9823-4af7-8f62-7e3765d23db4 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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...\n"} 2018-10-22 18:20:42,336 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-c3770e95-9823-4af7-8f62-7e3765d23db4 2018-10-22 18:20:44,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:20:45,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24585d8e-7626-4462-b9b6-4ef859adb78f x-compute-request-id: req-24585d8e-7626-4462-b9b6-4ef859adb78f Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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...\n"} 2018-10-22 18:20:45,423 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-24585d8e-7626-4462-b9b6-4ef859adb78f 2018-10-22 18:20:47,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:20:48,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd42a756-b151-4742-941a-c131a59b29ae x-compute-request-id: req-bd42a756-b151-4742-941a-c131a59b29ae Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\n"} 2018-10-22 18:20:48,517 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-bd42a756-b151-4742-941a-c131a59b29ae 2018-10-22 18:20:50,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:20:51,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c72b3041-fe03-4d78-a0ae-54ccaf2ca84a x-compute-request-id: req-c72b3041-fe03-4d78-a0ae-54ccaf2ca84a Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\n"} 2018-10-22 18:20:51,606 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-c72b3041-fe03-4d78-a0ae-54ccaf2ca84a 2018-10-22 18:20:53,623 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:20:54,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5531df5e-b6af-430b-84c8-fae2b5daac39 x-compute-request-id: req-5531df5e-b6af-430b-84c8-fae2b5daac39 Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\n"} 2018-10-22 18:20:54,692 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-5531df5e-b6af-430b-84c8-fae2b5daac39 2018-10-22 18:20:56,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:20:57,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44183623-0577-4d51-ab14-c1ca8374c066 x-compute-request-id: req-44183623-0577-4d51-ab14-c1ca8374c066 Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\n"} 2018-10-22 18:20:57,781 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-44183623-0577-4d51-ab14-c1ca8374c066 2018-10-22 18:20:59,797 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:00,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:20:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e81fc1f4-0ccb-4d85-b6fc-9893360a806a x-compute-request-id: req-e81fc1f4-0ccb-4d85-b6fc-9893360a806a Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\n"} 2018-10-22 18:21:00,868 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-e81fc1f4-0ccb-4d85-b6fc-9893360a806a 2018-10-22 18:21:02,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:03,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:21: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-e64bb9bf-d217-49b8-b7f4-1d540b965941 x-compute-request-id: req-e64bb9bf-d217-49b8-b7f4-1d540b965941 Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\n"} 2018-10-22 18:21:03,963 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-e64bb9bf-d217-49b8-b7f4-1d540b965941 2018-10-22 18:21:05,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:07,050 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:21: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-d8c5f8dd-2ea4-4574-92c9-e33f0f6a9179 x-compute-request-id: req-d8c5f8dd-2ea4-4574-92c9-e33f0f6a9179 Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\n"} 2018-10-22 18:21:07,050 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-d8c5f8dd-2ea4-4574-92c9-e33f0f6a9179 2018-10-22 18:21:09,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:10,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:21: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-2d469fbf-c06d-45eb-a229-4904e691831f x-compute-request-id: req-2d469fbf-c06d-45eb-a229-4904e691831f Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\n"} 2018-10-22 18:21:10,144 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-2d469fbf-c06d-45eb-a229-4904e691831f 2018-10-22 18:21:12,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:13,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:21:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dcb1b9a8-cb65-40b0-80e5-0f5e48925baa x-compute-request-id: req-dcb1b9a8-cb65-40b0-80e5-0f5e48925baa Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\n"} 2018-10-22 18:21:13,238 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-dcb1b9a8-cb65-40b0-80e5-0f5e48925baa 2018-10-22 18:21:15,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:16,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:21:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa458527-b9a4-4cd7-a0ea-1ef2c6fddc25 x-compute-request-id: req-fa458527-b9a4-4cd7-a0ea-1ef2c6fddc25 Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\n"} 2018-10-22 18:21:16,362 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-fa458527-b9a4-4cd7-a0ea-1ef2c6fddc25 2018-10-22 18:21:18,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:19,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:21:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c3d37e4-4a57-40cf-b9c1-68ba1d4c3fe3 x-compute-request-id: req-7c3d37e4-4a57-40cf-b9c1-68ba1d4c3fe3 Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\n"} 2018-10-22 18:21:19,449 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-7c3d37e4-4a57-40cf-b9c1-68ba1d4c3fe3 2018-10-22 18:21:21,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:22,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:21: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-69357063-17ab-44a5-910f-43b71255ebe3 x-compute-request-id: req-69357063-17ab-44a5-910f-43b71255ebe3 Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\n"} 2018-10-22 18:21:22,542 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-69357063-17ab-44a5-910f-43b71255ebe3 2018-10-22 18:21:24,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:25,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:21: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-e06b629f-6415-4439-aa42-c06d1c93bece x-compute-request-id: req-e06b629f-6415-4439-aa42-c06d1c93bece Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\n"} 2018-10-22 18:21:25,634 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-e06b629f-6415-4439-aa42-c06d1c93bece 2018-10-22 18:21:27,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:28,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:21: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-bdcd97f7-ea81-420b-b72a-9f004b2e8415 x-compute-request-id: req-bdcd97f7-ea81-420b-b72a-9f004b2e8415 Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\n"} 2018-10-22 18:21:28,716 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-bdcd97f7-ea81-420b-b72a-9f004b2e8415 2018-10-22 18:21:30,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:31,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:21: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-47b391dd-12df-4e50-9252-6e9b90e08c4e x-compute-request-id: req-47b391dd-12df-4e50-9252-6e9b90e08c4e Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\n"} 2018-10-22 18:21:31,813 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-47b391dd-12df-4e50-9252-6e9b90e08c4e 2018-10-22 18:21:33,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:34,905 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:21: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-f722784d-2016-4be8-a3ce-33ff72e76432 x-compute-request-id: req-f722784d-2016-4be8-a3ce-33ff72e76432 Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\n"} 2018-10-22 18:21:34,906 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-f722784d-2016-4be8-a3ce-33ff72e76432 2018-10-22 18:21:36,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:38,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:21: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-ad7fca28-9593-4da7-9447-03516bf0df40 x-compute-request-id: req-ad7fca28-9593-4da7-9447-03516bf0df40 Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\n"} 2018-10-22 18:21:38,008 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-ad7fca28-9593-4da7-9447-03516bf0df40 2018-10-22 18:21:40,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:41,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:21:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11fa916c-16b5-40ee-90af-1d1523303a28 x-compute-request-id: req-11fa916c-16b5-40ee-90af-1d1523303a28 Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\n"} 2018-10-22 18:21:41,097 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-11fa916c-16b5-40ee-90af-1d1523303a28 2018-10-22 18:21:43,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:44,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:21:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e126e9a-2380-4ab3-aa42-8f0f1d9f989d x-compute-request-id: req-4e126e9a-2380-4ab3-aa42-8f0f1d9f989d Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\n"} 2018-10-22 18:21:44,187 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-4e126e9a-2380-4ab3-aa42-8f0f1d9f989d 2018-10-22 18:21:46,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:47,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:21: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-af0977e5-f754-48a7-81de-17c8e199861e x-compute-request-id: req-af0977e5-f754-48a7-81de-17c8e199861e Content-Encoding: gzip Content-Length: 7817 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 182.44. request failed\n"} 2018-10-22 18:21:47,276 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-af0977e5-f754-48a7-81de-17c8e199861e 2018-10-22 18:21:49,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:50,368 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:21:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c812e4a-fb8d-4ac3-8a10-448d3e1d68b2 x-compute-request-id: req-1c812e4a-fb8d-4ac3-8a10-448d3e1d68b2 Content-Encoding: gzip Content-Length: 7824 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 182.44. request failed\nfailed 2/20: up 184.44. request failed\n"} 2018-10-22 18:21:50,368 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-1c812e4a-fb8d-4ac3-8a10-448d3e1d68b2 2018-10-22 18:21:52,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:53,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:21:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ae23d5c-0e02-4d12-a944-2eb2622ebf9c x-compute-request-id: req-4ae23d5c-0e02-4d12-a944-2eb2622ebf9c Content-Encoding: gzip Content-Length: 7837 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 182.44. request failed\nfailed 2/20: up 184.44. request failed\nfailed 3/20: up 186.44. request failed\nfailed 4/20: up 188.45. request failed\n"} 2018-10-22 18:21:53,455 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-4ae23d5c-0e02-4d12-a944-2eb2622ebf9c 2018-10-22 18:21:55,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:56,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:21:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38c22805-3f05-4594-a223-6502a083b418 x-compute-request-id: req-38c22805-3f05-4594-a223-6502a083b418 Content-Encoding: gzip Content-Length: 7844 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 182.44. request failed\nfailed 2/20: up 184.44. request failed\nfailed 3/20: up 186.44. request failed\nfailed 4/20: up 188.45. request failed\nfailed 5/20: up 190.45. request failed\n"} 2018-10-22 18:21:56,543 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-38c22805-3f05-4594-a223-6502a083b418 2018-10-22 18:21:58,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:21:59,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:21:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de5d0cfa-aabb-4e50-8937-d55a3b43ba1c x-compute-request-id: req-de5d0cfa-aabb-4e50-8937-d55a3b43ba1c Content-Encoding: gzip Content-Length: 7857 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 182.44. request failed\nfailed 2/20: up 184.44. request failed\nfailed 3/20: up 186.44. request failed\nfailed 4/20: up 188.45. request failed\nfailed 5/20: up 190.45. request failed\nfailed 6/20: up 192.46. request failed\nfailed 7/20: up 194.46. request failed\n"} 2018-10-22 18:21:59,638 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-de5d0cfa-aabb-4e50-8937-d55a3b43ba1c 2018-10-22 18:22:01,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:22:02,727 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:22:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8294a135-c89b-4ea1-adb4-87fc1ebb4aaa x-compute-request-id: req-8294a135-c89b-4ea1-adb4-87fc1ebb4aaa Content-Encoding: gzip Content-Length: 7870 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 182.44. request failed\nfailed 2/20: up 184.44. request failed\nfailed 3/20: up 186.44. request failed\nfailed 4/20: up 188.45. request failed\nfailed 5/20: up 190.45. request failed\nfailed 6/20: up 192.46. request failed\nfailed 7/20: up 194.46. request failed\nfailed 8/20: up 196.46. request failed\nfailed 9/20: up 198.47. request failed\n"} 2018-10-22 18:22:02,728 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-8294a135-c89b-4ea1-adb4-87fc1ebb4aaa 2018-10-22 18:22:04,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:22:05,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:22:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9cfe408-8e47-4557-b7b0-5e7e9df02fa7 x-compute-request-id: req-e9cfe408-8e47-4557-b7b0-5e7e9df02fa7 Content-Encoding: gzip Content-Length: 7879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 182.44. request failed\nfailed 2/20: up 184.44. request failed\nfailed 3/20: up 186.44. request failed\nfailed 4/20: up 188.45. request failed\nfailed 5/20: up 190.45. request failed\nfailed 6/20: up 192.46. request failed\nfailed 7/20: up 194.46. request failed\nfailed 8/20: up 196.46. request failed\nfailed 9/20: up 198.47. request failed\nfailed 10/20: up 200.47. request failed\n"} 2018-10-22 18:22:05,815 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-e9cfe408-8e47-4557-b7b0-5e7e9df02fa7 2018-10-22 18:22:07,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:22:08,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:22:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4384cb61-3a0b-4e46-8fdc-c6d8f7cb5bb7 x-compute-request-id: req-4384cb61-3a0b-4e46-8fdc-c6d8f7cb5bb7 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 182.44. request failed\nfailed 2/20: up 184.44. request failed\nfailed 3/20: up 186.44. request failed\nfailed 4/20: up 188.45. request failed\nfailed 5/20: up 190.45. request failed\nfailed 6/20: up 192.46. request failed\nfailed 7/20: up 194.46. request failed\nfailed 8/20: up 196.46. request failed\nfailed 9/20: up 198.47. request failed\nfailed 10/20: up 200.47. request failed\nfailed 11/20: up 202.48. request failed\nfailed 12/20: up 204.48. request failed\n"} 2018-10-22 18:22:08,906 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-4384cb61-3a0b-4e46-8fdc-c6d8f7cb5bb7 2018-10-22 18:22:10,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:22:11,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:22: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-52e2748a-3891-49eb-8fe0-53ff09cee134 x-compute-request-id: req-52e2748a-3891-49eb-8fe0-53ff09cee134 Content-Encoding: gzip Content-Length: 7897 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 182.44. request failed\nfailed 2/20: up 184.44. request failed\nfailed 3/20: up 186.44. request failed\nfailed 4/20: up 188.45. request failed\nfailed 5/20: up 190.45. request failed\nfailed 6/20: up 192.46. request failed\nfailed 7/20: up 194.46. request failed\nfailed 8/20: up 196.46. request failed\nfailed 9/20: up 198.47. request failed\nfailed 10/20: up 200.47. request failed\nfailed 11/20: up 202.48. request failed\nfailed 12/20: up 204.48. request failed\nfailed 13/20: up 206.48. request failed\n"} 2018-10-22 18:22:11,996 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-52e2748a-3891-49eb-8fe0-53ff09cee134 2018-10-22 18:22:14,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532998c71590872b9083e5017bb3603a79d2ec75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:22:15,091 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:22: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-8c975a23-ee24-4e50-bdb8-05848765ce6d x-compute-request-id: req-8c975a23-ee24-4e50-bdb8-05848765ce6d Content-Encoding: gzip Content-Length: 7911 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459615457 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142553] pid_max: default: 32768 minimum: 301\n[ 0.143555] ACPI: Core revision 20150930\n[ 0.145024] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146441] Security Framework initialized\n[ 0.147312] Yama: becoming mindful.\n[ 0.148110] AppArmor: AppArmor initialized\n[ 0.149031] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154690] Initializing cgroup subsys io\n[ 0.155574] Initializing cgroup subsys memory\n[ 0.156527] Initializing cgroup subsys devices\n[ 0.157474] Initializing cgroup subsys freezer\n[ 0.158422] Initializing cgroup subsys net_cls\n[ 0.159401] Initializing cgroup subsys perf_event\n[ 0.160399] Initializing cgroup subsys net_prio\n[ 0.161389] Initializing cgroup subsys hugetlb\n[ 0.162386] Initializing cgroup subsys pids\n[ 0.163332] CPU: Physical Processor ID: 0\n[ 0.164977] mce: CPU supports 10 MCE banks\n[ 0.165919] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185805] ftrace: allocating 31920 entries in 125 pages\n[ 0.212626] smpboot: Max logical packages: 1\n[ 0.213561] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215018] x2apic enabled\n[ 0.215897] Switched APIC routing to physical x2apic.\n[ 0.217797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219030] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221247] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224634] x86: Booted up 1 node, 1 CPUs\n[ 0.225534] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227070] devtmpfs: initialized\n[ 0.228877] evm: security.selinux\n[ 0.229655] evm: security.SMACK64\n[ 0.230398] evm: security.SMACK64EXEC\n[ 0.231208] evm: security.SMACK64TRANSMUTE\n[ 0.232075] evm: security.SMACK64MMAP\n[ 0.232884] evm: security.ima\n[ 0.233597] evm: security.capability\n[ 0.234524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236545] pinctrl core: initialized pinctrl subsystem\n[ 0.237742] RTC time: 18:18:43, date: 10/22/18\n[ 0.238768] NET: Registered protocol family 16\n[ 0.239794] cpuidle: using governor ladder\n[ 0.240698] cpuidle: using governor menu\n[ 0.241553] PCCT header not found.\n[ 0.242349] ACPI: bus type PCI registered\n[ 0.243240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244558] PCI: Using configuration type 1 for base access\n[ 0.246403] ACPI: Added _OSI(Module Device)\n[ 0.247317] ACPI: Added _OSI(Processor Device)\n[ 0.248230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251404] ACPI: Interpreter enabled\n[ 0.252226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260199] ACPI: (supports S0 S5)\n[ 0.261050] ACPI: Using IOAPIC for interrupt routing\n[ 0.262074] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266549] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267884] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269187] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271575] acpiphp: Slot [3] registered\n[ 0.272433] acpiphp: Slot [4] registered\n[ 0.273301] acpiphp: Slot [5] registered\n[ 0.274175] acpiphp: Slot [6] registered\n[ 0.275032] acpiphp: Slot [7] registered\n[ 0.275880] acpiphp: Slot [8] registered\n[ 0.276757] acpiphp: Slot [9] registered\n[ 0.277655] acpiphp: Slot [10] registered\n[ 0.278568] acpiphp: Slot [11] registered\n[ 0.279455] acpiphp: Slot [12] registered\n[ 0.280356] acpiphp: Slot [13] registered\n[ 0.281234] acpiphp: Slot [14] registered\n[ 0.282111] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294629] acpiphp: Slot [17] registered\n[ 0.295496] acpiphp: Slot [18] registered\n[ 0.296362] acpiphp: Slot [19] registered\n[ 0.297231] acpiphp: Slot [20] registered\n[ 0.298119] acpiphp: Slot [21] registered\n[ 0.298970] acpiphp: Slot [22] registered\n[ 0.299830] acpiphp: Slot [23] registered\n[ 0.300692] acpiphp: Slot [24] registered\n[ 0.301558] acpiphp: Slot [25] registered\n[ 0.302427] acpiphp: Slot [26] registered\n[ 0.303290] acpiphp: Slot [27] registered\n[ 0.304142] acpiphp: Slot [28] registered\n[ 0.305005] acpiphp: Slot [29] registered\n[ 0.305849] acpiphp: Slot [30] registered\n[ 0.306712] acpiphp: Slot [31] registered\n[ 0.307577] PCI host bridge to bus 0000:00\n[ 0.308442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313947] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320244] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321563] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322754] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330580] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332067] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379747] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385319] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386489] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387638] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389224] vgaarb: loaded\n[ 0.389835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390996] SCSI subsystem initialized\n[ 0.391825] ACPI: bus type USB registered\n[ 0.392667] usbcore: registered new interface driver usbfs\n[ 0.393722] usbcore: registered new interface driver hub\n[ 0.394750] usbcore: registered new device driver usb\n[ 0.395823] PCI: Using ACPI for IRQ routing\n[ 0.396870] NetLabel: Initializing\n[ 0.397597] NetLabel: domain hash size = 128\n[ 0.398481] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399462] NetLabel: unlabeled traffic allowed by default\n[ 0.400577] clocksource: Switched to clocksource kvm-clock\n[ 0.406003] AppArmor: AppArmor Filesystem Enabled\n[ 0.406991] pnp: PnP ACPI init\n[ 0.407952] pnp: PnP ACPI: found 5 devices\n[ 0.414334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416098] NET: Registered protocol family 2\n[ 0.417077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419565] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423433] NET: Registered protocol family 1\n[ 0.424356] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425612] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455722] Trying to unpack rootfs image as initramfs...\n[ 0.504985] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519117] Scanning for low memory corruption every 60 seconds\n[ 0.520482] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521669] audit: initializing netlink subsys (disabled)\n[ 0.522720] audit: type=2000 audit(1540232323.853:1): initialized\n[ 0.524255] Initialise system trusted keyring\n[ 0.525363] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528979] zbud: loaded\n[ 0.529777] VFS: Disk quotas dquot_6.6.0\n[ 0.530749] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532523] fuse init (API version 7.23)\n[ 0.533575] Key type big_key registered\n[ 0.534523] Allocating IMA MOK and blacklist keyrings.\n[ 0.536189] Key type asymmetric registered\n[ 0.537186] Asymmetric key parser 'x509' registered\n[ 0.538327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540065] io scheduler noop registered\n[ 0.541019] io scheduler deadline registered (default)\n[ 0.542200] io scheduler cfq registered\n[ 0.543185] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.545976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.547697] ACPI: Power Button [PWRF]\n[ 0.548679] GHES: HEST is not enabled!\n[ 0.562500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591413] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619381] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622019] Linux agpgart interface v0.103\n[ 0.624070] brd: module loaded\n[ 0.625231] loop: module loaded\n[ 0.630087] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631526] GPT:90111 != 2097151\n[ 0.632196] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633282] GPT:90111 != 2097151\n[ 0.633953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634905] vda: vda1 vda15\n[ 0.636385] scsi host0: ata_piix\n[ 0.637122] scsi host1: ata_piix\n[ 0.637825] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640443] libphy: Fixed MDIO Bus: probed\n[ 0.641266] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644327] PPP generic driver version 2.4.2\n[ 0.645216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646491] ehci-pci: EHCI PCI platform driver\n[ 0.647358] ehci-platform: EHCI generic platform driver\n[ 0.648330] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649445] ohci-pci: OHCI PCI platform driver\n[ 0.650310] ohci-platform: OHCI generic platform driver\n[ 0.651279] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668199] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672918] usb usb1: Product: UHCI Host Controller\n[ 0.673836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675972] hub 1-0:1.0: USB hub found\n[ 0.676746] hub 1-0:1.0: 2 ports detected\n[ 0.677636] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681702] mousedev: PS/2 mouse device common for all mice\n[ 0.682941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687036] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688207] i2c /dev entries driver\n[ 0.688970] device-mapper: uevent: version 1.0.3\n[ 0.689908] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691504] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692750] NET: Registered protocol family 10\n[ 0.693718] NET: Registered protocol family 17\n[ 0.694590] Key type dns_resolver registered\n[ 0.695502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696572] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698299] registered taskstats version 1\n[ 0.699126] Loading compiled-in X.509 certificates\n[ 0.700552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702373] zswap: loaded using pool lzo/zbud\n[ 0.703735] Key type trusted registered\n[ 0.705279] Key type encrypted registered\n[ 0.706103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707113] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708134] evm: HMAC attrs: 0x1\n[ 0.709089] Magic number: 6:858:342\n[ 0.709921] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:44 UTC (1540232324)\n[ 0.711492] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712592] EDD information not available.\n[ 0.797539] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799118] Write protecting the kernel read-only data: 14336k\n[ 0.811641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813432] 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 2.25\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.474069] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 182.44. request failed\nfailed 2/20: up 184.44. request failed\nfailed 3/20: up 186.44. request failed\nfailed 4/20: up 188.45. request failed\nfailed 5/20: up 190.45. request failed\nfailed 6/20: up 192.46. request failed\nfailed 7/20: up 194.46. request failed\nfailed 8/20: up 196.46. request failed\nfailed 9/20: up 198.47. request failed\nfailed 10/20: up 200.47. request failed\nfailed 11/20: up 202.48. request failed\nfailed 12/20: up 204.48. request failed\nfailed 13/20: up 206.48. request failed\nfailed 14/20: up 208.49. request failed\nfailed 15/20: up 210.49. request failed\n"} 2018-10-22 18:22:15,092 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-8c975a23-ee24-4e50-bdb8-05848765ce6d 2018-10-22 18:22:17,107 - sdnvpn_test_utils - ERROR - Instance d51d90cf-63f6-4ece-932d-e84bdef6cfbe does not boot up properly. 2018-10-22 18:22:17,107 - sdnvpn_test_utils - INFO - Waiting for instance 56431a1a-3e72-459b-bd8f-5f4e0b5a50ee to boot up 2018-10-22 18:22:17,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f230a879c3be379941b0b10ed438eb6873633f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:22:18,180 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:22: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-0c23e3d0-c4e7-455a-9ef4-1343a870353a x-compute-request-id: req-0c23e3d0-c4e7-455a-9ef4-1343a870353a Content-Encoding: gzip Content-Length: 8120 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546431199 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130367] pid_max: default: 32768 minimum: 301\n[ 0.131250] ACPI: Core revision 20150930\n[ 0.132630] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133949] Security Framework initialized\n[ 0.134763] Yama: becoming mindful.\n[ 0.135588] AppArmor: AppArmor initialized\n[ 0.136453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137769] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139041] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140243] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141616] Initializing cgroup subsys io\n[ 0.142435] Initializing cgroup subsys memory\n[ 0.143297] Initializing cgroup subsys devices\n[ 0.144209] Initializing cgroup subsys freezer\n[ 0.145079] Initializing cgroup subsys net_cls\n[ 0.145947] Initializing cgroup subsys perf_event\n[ 0.146853] Initializing cgroup subsys net_prio\n[ 0.147733] Initializing cgroup subsys hugetlb\n[ 0.148599] Initializing cgroup subsys pids\n[ 0.149468] CPU: Physical Processor ID: 0\n[ 0.150950] mce: CPU supports 10 MCE banks\n[ 0.151831] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152827] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163681] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170284] ftrace: allocating 31920 entries in 125 pages\n[ 0.197304] smpboot: Max logical packages: 1\n[ 0.198167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199500] x2apic enabled\n[ 0.200315] Switched APIC routing to physical x2apic.\n[ 0.202066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203168] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206920] KVM setup paravirtual spinlock\n[ 0.208200] x86: Booted up 1 node, 1 CPUs\n[ 0.209000] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210371] devtmpfs: initialized\n[ 0.212081] evm: security.selinux\n[ 0.212777] evm: security.SMACK64\n[ 0.213462] evm: security.SMACK64EXEC\n[ 0.214195] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215780] evm: security.ima\n[ 0.216419] evm: security.capability\n[ 0.217212] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220134] RTC time: 18:19:07, date: 10/22/18\n[ 0.221078] NET: Registered protocol family 16\n[ 0.222048] cpuidle: using governor ladder\n[ 0.222864] cpuidle: using governor menu\n[ 0.223642] PCCT header not found.\n[ 0.224409] ACPI: bus type PCI registered\n[ 0.225208] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226448] PCI: Using configuration type 1 for base access\n[ 0.228186] ACPI: Added _OSI(Module Device)\n[ 0.229029] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230772] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232874] ACPI: Interpreter enabled\n[ 0.233650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241010] ACPI: (supports S0 S5)\n[ 0.241719] ACPI: Using IOAPIC for interrupt routing\n[ 0.242902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246007] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247142] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248363] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249554] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251776] acpiphp: Slot [3] registered\n[ 0.252575] acpiphp: Slot [4] registered\n[ 0.253369] acpiphp: Slot [5] registered\n[ 0.254164] acpiphp: Slot [6] registered\n[ 0.254992] acpiphp: Slot [7] registered\n[ 0.255796] acpiphp: Slot [8] registered\n[ 0.256592] acpiphp: Slot [9] registered\n[ 0.257383] acpiphp: Slot [10] registered\n[ 0.258190] acpiphp: Slot [11] registered\n[ 0.258998] acpiphp: Slot [12] registered\n[ 0.259819] acpiphp: Slot [13] registered\n[ 0.260625] acpiphp: Slot [14] registered\n[ 0.261431] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273345] acpiphp: Slot [17] registered\n[ 0.274147] acpiphp: Slot [18] registered\n[ 0.274977] acpiphp: Slot [19] registered\n[ 0.275789] acpiphp: Slot [20] registered\n[ 0.276598] acpiphp: Slot [21] registered\n[ 0.277403] acpiphp: Slot [22] registered\n[ 0.278198] acpiphp: Slot [23] registered\n[ 0.278999] acpiphp: Slot [24] registered\n[ 0.279800] acpiphp: Slot [25] registered\n[ 0.280604] acpiphp: Slot [26] registered\n[ 0.281404] acpiphp: Slot [27] registered\n[ 0.282202] acpiphp: Slot [28] registered\n[ 0.283007] acpiphp: Slot [29] registered\n[ 0.283809] acpiphp: Slot [30] registered\n[ 0.284615] acpiphp: Slot [31] registered\n[ 0.285440] PCI host bridge to bus 0000:00\n[ 0.286231] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287420] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290033] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291458] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297694] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298957] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300108] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308182] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309629] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357728] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359228] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360655] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362073] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364427] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366870] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367909] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369434] vgaarb: loaded\n[ 0.370032] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371221] SCSI subsystem initialized\n[ 0.372050] ACPI: bus type USB registered\n[ 0.372866] usbcore: registered new interface driver usbfs\n[ 0.373891] usbcore: registered new interface driver hub\n[ 0.374889] usbcore: registered new device driver usb\n[ 0.375936] PCI: Using ACPI for IRQ routing\n[ 0.376955] NetLabel: Initializing\n[ 0.377699] NetLabel: domain hash size = 128\n[ 0.378552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379499] NetLabel: unlabeled traffic allowed by default\n[ 0.380588] clocksource: Switched to clocksource kvm-clock\n[ 0.385987] AppArmor: AppArmor Filesystem Enabled\n[ 0.386964] pnp: PnP ACPI init\n[ 0.387879] pnp: PnP ACPI: found 5 devices\n[ 0.394250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395955] NET: Registered protocol family 2\n[ 0.396912] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398177] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399345] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400501] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401575] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402741] NET: Registered protocol family 1\n[ 0.403605] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404701] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405775] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433995] Trying to unpack rootfs image as initramfs...\n[ 0.483360] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497153] Scanning for low memory corruption every 60 seconds\n[ 0.498524] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499661] audit: initializing netlink subsys (disabled)\n[ 0.500685] audit: type=2000 audit(1540232347.991:1): initialized\n[ 0.501992] Initialise system trusted keyring\n[ 0.502917] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504075] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506038] zbud: loaded\n[ 0.506744] VFS: Disk quotas dquot_6.6.0\n[ 0.507560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509062] fuse init (API version 7.23)\n[ 0.509960] Key type big_key registered\n[ 0.510760] Allocating IMA MOK and blacklist keyrings.\n[ 0.512222] Key type asymmetric registered\n[ 0.513050] Asymmetric key parser 'x509' registered\n[ 0.513998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515447] io scheduler noop registered\n[ 0.516231] io scheduler deadline registered (default)\n[ 0.517220] io scheduler cfq registered\n[ 0.518060] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519100] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521809] ACPI: Power Button [PWRF]\n[ 0.522643] GHES: HEST is not enabled!\n[ 0.536431] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566493] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569431] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593733] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595883] Linux agpgart interface v0.103\n[ 0.597940] brd: module loaded\n[ 0.599167] loop: module loaded\n[ 0.603594] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605073] GPT:90111 != 2097151\n[ 0.605752] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606830] GPT:90111 != 2097151\n[ 0.607498] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608450] vda: vda1 vda15\n[ 0.609908] scsi host0: ata_piix\n[ 0.610641] scsi host1: ata_piix\n[ 0.611340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612551] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613995] libphy: Fixed MDIO Bus: probed\n[ 0.614865] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615853] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618129] PPP generic driver version 2.4.2\n[ 0.619053] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620412] ehci-pci: EHCI PCI platform driver\n[ 0.621333] ehci-platform: EHCI generic platform driver\n[ 0.622393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623561] ohci-pci: OHCI PCI platform driver\n[ 0.624469] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641015] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642529] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643590] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644772] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647632] usb usb1: Product: UHCI Host Controller\n[ 0.648633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650917] hub 1-0:1.0: USB hub found\n[ 0.651745] hub 1-0:1.0: 2 ports detected\n[ 0.652729] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654966] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655994] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657114] mousedev: PS/2 mouse device common for all mice\n[ 0.658471] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660482] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661651] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662936] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664249] i2c /dev entries driver\n[ 0.665086] device-mapper: uevent: version 1.0.3\n[ 0.666109] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667794] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669174] NET: Registered protocol family 10\n[ 0.670214] NET: Registered protocol family 17\n[ 0.671188] Key type dns_resolver registered\n[ 0.672170] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675312] registered taskstats version 1\n[ 0.676226] Loading compiled-in X.509 certificates\n[ 0.677728] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679740] zswap: loaded using pool lzo/zbud\n[ 0.681189] Key type trusted registered\n[ 0.682786] Key type encrypted registered\n[ 0.683664] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684794] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685906] evm: HMAC attrs: 0x1\n[ 0.687236] Magic number: 6:858:342\n[ 0.688156] rtc_cmos 00:00: setting system clock to 2018-10-22 18:19:08 UTC (1540232348)\n[ 0.689859] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691104] EDD information not available.\n[ 0.769145] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770669] ata1.00: configured for MWDMA2\n[ 0.771886] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784663] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785997] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787309] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790866] Write protecting the kernel read-only data: 14336k\n[ 0.792407] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794199] 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.373410] 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.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 1.97s]\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\n"} 2018-10-22 18:22:18,180 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action used request id req-0c23e3d0-c4e7-455a-9ef4-1343a870353a 2018-10-22 18:22:20,184 - sdnvpn_test_utils - INFO - Waiting for instance 979aaa42-5bff-4051-8763-6aa039894c02 to boot up 2018-10-22 18:22:20,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d117f00c65bb46a0e107eaedccb85dfd962725f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:22:21,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:22:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82a94401-c8f5-4f5e-b8c3-b77609db0576 x-compute-request-id: req-82a94401-c8f5-4f5e-b8c3-b77609db0576 Content-Encoding: gzip Content-Length: 8101 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 909519944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129872] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131517] pid_max: default: 32768 minimum: 301\n[ 0.132403] ACPI: Core revision 20150930\n[ 0.133786] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135091] Security Framework initialized\n[ 0.135898] Yama: becoming mindful.\n[ 0.136623] AppArmor: AppArmor initialized\n[ 0.137489] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138812] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141337] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142723] Initializing cgroup subsys io\n[ 0.143533] Initializing cgroup subsys memory\n[ 0.144386] Initializing cgroup subsys devices\n[ 0.145263] Initializing cgroup subsys freezer\n[ 0.146131] Initializing cgroup subsys net_cls\n[ 0.146999] Initializing cgroup subsys perf_event\n[ 0.147904] Initializing cgroup subsys net_prio\n[ 0.148776] Initializing cgroup subsys hugetlb\n[ 0.149650] Initializing cgroup subsys pids\n[ 0.150521] CPU: Physical Processor ID: 0\n[ 0.152010] mce: CPU supports 10 MCE banks\n[ 0.152848] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153844] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164781] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171418] ftrace: allocating 31920 entries in 125 pages\n[ 0.198696] smpboot: Max logical packages: 1\n[ 0.199573] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200922] x2apic enabled\n[ 0.201733] Switched APIC routing to physical x2apic.\n[ 0.203527] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206630] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208403] KVM setup paravirtual spinlock\n[ 0.209726] x86: Booted up 1 node, 1 CPUs\n[ 0.210538] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211926] devtmpfs: initialized\n[ 0.213641] evm: security.selinux\n[ 0.214336] evm: security.SMACK64\n[ 0.215022] evm: security.SMACK64EXEC\n[ 0.215757] evm: security.SMACK64TRANSMUTE\n[ 0.216562] evm: security.SMACK64MMAP\n[ 0.217307] evm: security.ima\n[ 0.217947] evm: security.capability\n[ 0.218749] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220597] pinctrl core: initialized pinctrl subsystem\n[ 0.221696] RTC time: 18:18:55, date: 10/22/18\n[ 0.222651] NET: Registered protocol family 16\n[ 0.223617] cpuidle: using governor ladder\n[ 0.224439] cpuidle: using governor menu\n[ 0.225231] PCCT header not found.\n[ 0.225985] ACPI: bus type PCI registered\n[ 0.226776] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228010] PCI: Using configuration type 1 for base access\n[ 0.229768] ACPI: Added _OSI(Module Device)\n[ 0.230609] ACPI: Added _OSI(Processor Device)\n[ 0.231469] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232360] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234472] ACPI: Interpreter enabled\n[ 0.235251] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238919] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240769] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242600] ACPI: (supports S0 S5)\n[ 0.243301] ACPI: Using IOAPIC for interrupt routing\n[ 0.244339] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247452] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249821] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251011] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253219] acpiphp: Slot [3] registered\n[ 0.254017] acpiphp: Slot [4] registered\n[ 0.254810] acpiphp: Slot [5] registered\n[ 0.255607] acpiphp: Slot [6] registered\n[ 0.256401] acpiphp: Slot [7] registered\n[ 0.257202] acpiphp: Slot [8] registered\n[ 0.257999] acpiphp: Slot [9] registered\n[ 0.258803] acpiphp: Slot [10] registered\n[ 0.259611] acpiphp: Slot [11] registered\n[ 0.260434] acpiphp: Slot [12] registered\n[ 0.261248] acpiphp: Slot [13] registered\n[ 0.262056] acpiphp: Slot [14] registered\n[ 0.262858] acpiphp: Slot [15] registered\n[ 0.273833] acpiphp: Slot [16] registered\n[ 0.274687] acpiphp: Slot [17] registered\n[ 0.275498] acpiphp: Slot [18] registered\n[ 0.276306] acpiphp: Slot [19] registered\n[ 0.277111] acpiphp: Slot [20] registered\n[ 0.277926] acpiphp: Slot [21] registered\n[ 0.278731] acpiphp: Slot [22] registered\n[ 0.279539] acpiphp: Slot [23] registered\n[ 0.280347] acpiphp: Slot [24] registered\n[ 0.281155] acpiphp: Slot [25] registered\n[ 0.281964] acpiphp: Slot [26] registered\n[ 0.282768] acpiphp: Slot [27] registered\n[ 0.283578] acpiphp: Slot [28] registered\n[ 0.284387] acpiphp: Slot [29] registered\n[ 0.285191] acpiphp: Slot [30] registered\n[ 0.286003] acpiphp: Slot [31] registered\n[ 0.286805] PCI host bridge to bus 0000:00\n[ 0.287609] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291459] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292899] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300465] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301628] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302887] 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.310771] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357493] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360482] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361903] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363322] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364583] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365742] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366986] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368522] vgaarb: loaded\n[ 0.369125] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370260] SCSI subsystem initialized\n[ 0.371079] ACPI: bus type USB registered\n[ 0.371887] usbcore: registered new interface driver usbfs\n[ 0.372910] usbcore: registered new interface driver hub\n[ 0.373906] usbcore: registered new device driver usb\n[ 0.374965] PCI: Using ACPI for IRQ routing\n[ 0.375993] NetLabel: Initializing\n[ 0.376698] NetLabel: domain hash size = 128\n[ 0.377556] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378503] NetLabel: unlabeled traffic allowed by default\n[ 0.379595] clocksource: Switched to clocksource kvm-clock\n[ 0.385199] AppArmor: AppArmor Filesystem Enabled\n[ 0.386158] pnp: PnP ACPI init\n[ 0.387084] pnp: PnP ACPI: found 5 devices\n[ 0.393460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395150] NET: Registered protocol family 2\n[ 0.396112] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397371] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398522] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399680] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400747] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401905] NET: Registered protocol family 1\n[ 0.402759] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403856] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404930] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418958] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433097] Trying to unpack rootfs image as initramfs...\n[ 0.483178] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497004] Scanning for low memory corruption every 60 seconds\n[ 0.498634] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500039] audit: initializing netlink subsys (disabled)\n[ 0.501322] audit: type=2000 audit(1540232336.186:1): initialized\n[ 0.502917] Initialise system trusted keyring\n[ 0.504059] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505521] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507766] zbud: loaded\n[ 0.508583] VFS: Disk quotas dquot_6.6.0\n[ 0.509598] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511437] fuse init (API version 7.23)\n[ 0.512529] Key type big_key registered\n[ 0.513508] Allocating IMA MOK and blacklist keyrings.\n[ 0.515218] Key type asymmetric registered\n[ 0.516234] Asymmetric key parser 'x509' registered\n[ 0.517419] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519221] io scheduler noop registered\n[ 0.520213] io scheduler deadline registered (default)\n[ 0.521429] io scheduler cfq registered\n[ 0.522440] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527131] ACPI: Power Button [PWRF]\n[ 0.528150] GHES: HEST is not enabled!\n[ 0.541998] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576545] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580162] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603815] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606343] Linux agpgart interface v0.103\n[ 0.609123] brd: module loaded\n[ 0.610526] loop: module loaded\n[ 0.615717] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617512] GPT:90111 != 2097151\n[ 0.618334] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619694] GPT:90111 != 2097151\n[ 0.620519] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621711] vda: vda1 vda15\n[ 0.623386] scsi host0: ata_piix\n[ 0.624299] scsi host1: ata_piix\n[ 0.625166] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626689] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628460] libphy: Fixed MDIO Bus: probed\n[ 0.629464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630638] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633321] PPP generic driver version 2.4.2\n[ 0.634408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635917] ehci-pci: EHCI PCI platform driver\n[ 0.637002] ehci-platform: EHCI generic platform driver\n[ 0.638234] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.639656] ohci-pci: OHCI PCI platform driver\n[ 0.640747] ohci-platform: OHCI generic platform driver\n[ 0.641990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.656642] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659699] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660968] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662368] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663904] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665652] usb usb1: Product: UHCI Host Controller\n[ 0.666835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668272] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669463] hub 1-0:1.0: USB hub found\n[ 0.670409] hub 1-0:1.0: 2 ports detected\n[ 0.671499] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674011] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675186] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676480] mousedev: PS/2 mouse device common for all mice\n[ 0.678020] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681617] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.683097] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684593] i2c /dev entries driver\n[ 0.685514] device-mapper: uevent: version 1.0.3\n[ 0.686670] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.688681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690234] NET: Registered protocol family 10\n[ 0.691426] NET: Registered protocol family 17\n[ 0.692528] Key type dns_resolver registered\n[ 0.693658] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697141] registered taskstats version 1\n[ 0.698169] Loading compiled-in X.509 certificates\n[ 0.699827] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702097] zswap: loaded using pool lzo/zbud\n[ 0.703693] Key type trusted registered\n[ 0.705418] Key type encrypted registered\n[ 0.706442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707727] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709006] evm: HMAC attrs: 0x1\n[ 0.710086] Magic number: 6:858:342\n[ 0.711100] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:56 UTC (1540232336)\n[ 0.713063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714440] EDD information not available.\n[ 0.784191] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.785885] ata1.00: configured for MWDMA2\n[ 0.787286] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.800449] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801980] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.803480] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.805601] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807515] Write protecting the kernel read-only data: 14336k\n[ 0.809357] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811514] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.261851] 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.8...\nLease of 10.10.11.8 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.81s]\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\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-10-22 18:22:21,269 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02/action used request id req-82a94401-c8f5-4f5e-b8c3-b77609db0576 2018-10-22 18:22:23,271 - sdnvpn.test.functest.testcase_1 - ERROR - One or more instances are down 2018-10-22 18:22:23,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f230a879c3be379941b0b10ed438eb6873633f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:22:24,344 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:22:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4ca3820-b862-4b1c-83b0-f500e27edd62 x-compute-request-id: req-f4ca3820-b862-4b1c-83b0-f500e27edd62 Content-Encoding: gzip Content-Length: 8120 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546431199 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130367] pid_max: default: 32768 minimum: 301\n[ 0.131250] ACPI: Core revision 20150930\n[ 0.132630] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133949] Security Framework initialized\n[ 0.134763] Yama: becoming mindful.\n[ 0.135588] AppArmor: AppArmor initialized\n[ 0.136453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137769] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139041] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140243] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141616] Initializing cgroup subsys io\n[ 0.142435] Initializing cgroup subsys memory\n[ 0.143297] Initializing cgroup subsys devices\n[ 0.144209] Initializing cgroup subsys freezer\n[ 0.145079] Initializing cgroup subsys net_cls\n[ 0.145947] Initializing cgroup subsys perf_event\n[ 0.146853] Initializing cgroup subsys net_prio\n[ 0.147733] Initializing cgroup subsys hugetlb\n[ 0.148599] Initializing cgroup subsys pids\n[ 0.149468] CPU: Physical Processor ID: 0\n[ 0.150950] mce: CPU supports 10 MCE banks\n[ 0.151831] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152827] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163681] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170284] ftrace: allocating 31920 entries in 125 pages\n[ 0.197304] smpboot: Max logical packages: 1\n[ 0.198167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199500] x2apic enabled\n[ 0.200315] Switched APIC routing to physical x2apic.\n[ 0.202066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203168] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206920] KVM setup paravirtual spinlock\n[ 0.208200] x86: Booted up 1 node, 1 CPUs\n[ 0.209000] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210371] devtmpfs: initialized\n[ 0.212081] evm: security.selinux\n[ 0.212777] evm: security.SMACK64\n[ 0.213462] evm: security.SMACK64EXEC\n[ 0.214195] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215780] evm: security.ima\n[ 0.216419] evm: security.capability\n[ 0.217212] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220134] RTC time: 18:19:07, date: 10/22/18\n[ 0.221078] NET: Registered protocol family 16\n[ 0.222048] cpuidle: using governor ladder\n[ 0.222864] cpuidle: using governor menu\n[ 0.223642] PCCT header not found.\n[ 0.224409] ACPI: bus type PCI registered\n[ 0.225208] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226448] PCI: Using configuration type 1 for base access\n[ 0.228186] ACPI: Added _OSI(Module Device)\n[ 0.229029] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230772] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232874] ACPI: Interpreter enabled\n[ 0.233650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241010] ACPI: (supports S0 S5)\n[ 0.241719] ACPI: Using IOAPIC for interrupt routing\n[ 0.242902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246007] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247142] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248363] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249554] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251776] acpiphp: Slot [3] registered\n[ 0.252575] acpiphp: Slot [4] registered\n[ 0.253369] acpiphp: Slot [5] registered\n[ 0.254164] acpiphp: Slot [6] registered\n[ 0.254992] acpiphp: Slot [7] registered\n[ 0.255796] acpiphp: Slot [8] registered\n[ 0.256592] acpiphp: Slot [9] registered\n[ 0.257383] acpiphp: Slot [10] registered\n[ 0.258190] acpiphp: Slot [11] registered\n[ 0.258998] acpiphp: Slot [12] registered\n[ 0.259819] acpiphp: Slot [13] registered\n[ 0.260625] acpiphp: Slot [14] registered\n[ 0.261431] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273345] acpiphp: Slot [17] registered\n[ 0.274147] acpiphp: Slot [18] registered\n[ 0.274977] acpiphp: Slot [19] registered\n[ 0.275789] acpiphp: Slot [20] registered\n[ 0.276598] acpiphp: Slot [21] registered\n[ 0.277403] acpiphp: Slot [22] registered\n[ 0.278198] acpiphp: Slot [23] registered\n[ 0.278999] acpiphp: Slot [24] registered\n[ 0.279800] acpiphp: Slot [25] registered\n[ 0.280604] acpiphp: Slot [26] registered\n[ 0.281404] acpiphp: Slot [27] registered\n[ 0.282202] acpiphp: Slot [28] registered\n[ 0.283007] acpiphp: Slot [29] registered\n[ 0.283809] acpiphp: Slot [30] registered\n[ 0.284615] acpiphp: Slot [31] registered\n[ 0.285440] PCI host bridge to bus 0000:00\n[ 0.286231] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287420] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290033] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291458] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297694] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298957] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300108] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308182] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309629] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357728] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359228] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360655] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362073] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364427] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366870] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367909] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369434] vgaarb: loaded\n[ 0.370032] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371221] SCSI subsystem initialized\n[ 0.372050] ACPI: bus type USB registered\n[ 0.372866] usbcore: registered new interface driver usbfs\n[ 0.373891] usbcore: registered new interface driver hub\n[ 0.374889] usbcore: registered new device driver usb\n[ 0.375936] PCI: Using ACPI for IRQ routing\n[ 0.376955] NetLabel: Initializing\n[ 0.377699] NetLabel: domain hash size = 128\n[ 0.378552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379499] NetLabel: unlabeled traffic allowed by default\n[ 0.380588] clocksource: Switched to clocksource kvm-clock\n[ 0.385987] AppArmor: AppArmor Filesystem Enabled\n[ 0.386964] pnp: PnP ACPI init\n[ 0.387879] pnp: PnP ACPI: found 5 devices\n[ 0.394250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395955] NET: Registered protocol family 2\n[ 0.396912] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398177] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399345] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400501] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401575] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402741] NET: Registered protocol family 1\n[ 0.403605] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404701] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405775] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433995] Trying to unpack rootfs image as initramfs...\n[ 0.483360] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497153] Scanning for low memory corruption every 60 seconds\n[ 0.498524] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499661] audit: initializing netlink subsys (disabled)\n[ 0.500685] audit: type=2000 audit(1540232347.991:1): initialized\n[ 0.501992] Initialise system trusted keyring\n[ 0.502917] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504075] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506038] zbud: loaded\n[ 0.506744] VFS: Disk quotas dquot_6.6.0\n[ 0.507560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509062] fuse init (API version 7.23)\n[ 0.509960] Key type big_key registered\n[ 0.510760] Allocating IMA MOK and blacklist keyrings.\n[ 0.512222] Key type asymmetric registered\n[ 0.513050] Asymmetric key parser 'x509' registered\n[ 0.513998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515447] io scheduler noop registered\n[ 0.516231] io scheduler deadline registered (default)\n[ 0.517220] io scheduler cfq registered\n[ 0.518060] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519100] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521809] ACPI: Power Button [PWRF]\n[ 0.522643] GHES: HEST is not enabled!\n[ 0.536431] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566493] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569431] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593733] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595883] Linux agpgart interface v0.103\n[ 0.597940] brd: module loaded\n[ 0.599167] loop: module loaded\n[ 0.603594] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605073] GPT:90111 != 2097151\n[ 0.605752] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606830] GPT:90111 != 2097151\n[ 0.607498] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608450] vda: vda1 vda15\n[ 0.609908] scsi host0: ata_piix\n[ 0.610641] scsi host1: ata_piix\n[ 0.611340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612551] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613995] libphy: Fixed MDIO Bus: probed\n[ 0.614865] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615853] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618129] PPP generic driver version 2.4.2\n[ 0.619053] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620412] ehci-pci: EHCI PCI platform driver\n[ 0.621333] ehci-platform: EHCI generic platform driver\n[ 0.622393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623561] ohci-pci: OHCI PCI platform driver\n[ 0.624469] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641015] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642529] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643590] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644772] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647632] usb usb1: Product: UHCI Host Controller\n[ 0.648633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650917] hub 1-0:1.0: USB hub found\n[ 0.651745] hub 1-0:1.0: 2 ports detected\n[ 0.652729] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654966] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655994] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657114] mousedev: PS/2 mouse device common for all mice\n[ 0.658471] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660482] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661651] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662936] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664249] i2c /dev entries driver\n[ 0.665086] device-mapper: uevent: version 1.0.3\n[ 0.666109] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667794] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669174] NET: Registered protocol family 10\n[ 0.670214] NET: Registered protocol family 17\n[ 0.671188] Key type dns_resolver registered\n[ 0.672170] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675312] registered taskstats version 1\n[ 0.676226] Loading compiled-in X.509 certificates\n[ 0.677728] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679740] zswap: loaded using pool lzo/zbud\n[ 0.681189] Key type trusted registered\n[ 0.682786] Key type encrypted registered\n[ 0.683664] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684794] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685906] evm: HMAC attrs: 0x1\n[ 0.687236] Magic number: 6:858:342\n[ 0.688156] rtc_cmos 00:00: setting system clock to 2018-10-22 18:19:08 UTC (1540232348)\n[ 0.689859] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691104] EDD information not available.\n[ 0.769145] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770669] ata1.00: configured for MWDMA2\n[ 0.771886] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784663] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785997] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787309] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790866] Write protecting the kernel read-only data: 14336k\n[ 0.792407] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794199] 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.373410] 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.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 1.97s]\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\n"} 2018-10-22 18:22:24,345 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action used request id req-f4ca3820-b862-4b1c-83b0-f500e27edd62 2018-10-22 18:22:24,346 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-2' (10.10.10.10). -->Expected result: can ping. 2018-10-22 18:22:24,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f230a879c3be379941b0b10ed438eb6873633f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:22:25,425 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:22: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-386e6353-11c6-4e2b-b4ab-827aa557c24c x-compute-request-id: req-386e6353-11c6-4e2b-b4ab-827aa557c24c Content-Encoding: gzip Content-Length: 8120 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546431199 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130367] pid_max: default: 32768 minimum: 301\n[ 0.131250] ACPI: Core revision 20150930\n[ 0.132630] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133949] Security Framework initialized\n[ 0.134763] Yama: becoming mindful.\n[ 0.135588] AppArmor: AppArmor initialized\n[ 0.136453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137769] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139041] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140243] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141616] Initializing cgroup subsys io\n[ 0.142435] Initializing cgroup subsys memory\n[ 0.143297] Initializing cgroup subsys devices\n[ 0.144209] Initializing cgroup subsys freezer\n[ 0.145079] Initializing cgroup subsys net_cls\n[ 0.145947] Initializing cgroup subsys perf_event\n[ 0.146853] Initializing cgroup subsys net_prio\n[ 0.147733] Initializing cgroup subsys hugetlb\n[ 0.148599] Initializing cgroup subsys pids\n[ 0.149468] CPU: Physical Processor ID: 0\n[ 0.150950] mce: CPU supports 10 MCE banks\n[ 0.151831] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152827] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163681] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170284] ftrace: allocating 31920 entries in 125 pages\n[ 0.197304] smpboot: Max logical packages: 1\n[ 0.198167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199500] x2apic enabled\n[ 0.200315] Switched APIC routing to physical x2apic.\n[ 0.202066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203168] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206920] KVM setup paravirtual spinlock\n[ 0.208200] x86: Booted up 1 node, 1 CPUs\n[ 0.209000] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210371] devtmpfs: initialized\n[ 0.212081] evm: security.selinux\n[ 0.212777] evm: security.SMACK64\n[ 0.213462] evm: security.SMACK64EXEC\n[ 0.214195] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215780] evm: security.ima\n[ 0.216419] evm: security.capability\n[ 0.217212] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220134] RTC time: 18:19:07, date: 10/22/18\n[ 0.221078] NET: Registered protocol family 16\n[ 0.222048] cpuidle: using governor ladder\n[ 0.222864] cpuidle: using governor menu\n[ 0.223642] PCCT header not found.\n[ 0.224409] ACPI: bus type PCI registered\n[ 0.225208] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226448] PCI: Using configuration type 1 for base access\n[ 0.228186] ACPI: Added _OSI(Module Device)\n[ 0.229029] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230772] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232874] ACPI: Interpreter enabled\n[ 0.233650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241010] ACPI: (supports S0 S5)\n[ 0.241719] ACPI: Using IOAPIC for interrupt routing\n[ 0.242902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246007] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247142] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248363] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249554] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251776] acpiphp: Slot [3] registered\n[ 0.252575] acpiphp: Slot [4] registered\n[ 0.253369] acpiphp: Slot [5] registered\n[ 0.254164] acpiphp: Slot [6] registered\n[ 0.254992] acpiphp: Slot [7] registered\n[ 0.255796] acpiphp: Slot [8] registered\n[ 0.256592] acpiphp: Slot [9] registered\n[ 0.257383] acpiphp: Slot [10] registered\n[ 0.258190] acpiphp: Slot [11] registered\n[ 0.258998] acpiphp: Slot [12] registered\n[ 0.259819] acpiphp: Slot [13] registered\n[ 0.260625] acpiphp: Slot [14] registered\n[ 0.261431] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273345] acpiphp: Slot [17] registered\n[ 0.274147] acpiphp: Slot [18] registered\n[ 0.274977] acpiphp: Slot [19] registered\n[ 0.275789] acpiphp: Slot [20] registered\n[ 0.276598] acpiphp: Slot [21] registered\n[ 0.277403] acpiphp: Slot [22] registered\n[ 0.278198] acpiphp: Slot [23] registered\n[ 0.278999] acpiphp: Slot [24] registered\n[ 0.279800] acpiphp: Slot [25] registered\n[ 0.280604] acpiphp: Slot [26] registered\n[ 0.281404] acpiphp: Slot [27] registered\n[ 0.282202] acpiphp: Slot [28] registered\n[ 0.283007] acpiphp: Slot [29] registered\n[ 0.283809] acpiphp: Slot [30] registered\n[ 0.284615] acpiphp: Slot [31] registered\n[ 0.285440] PCI host bridge to bus 0000:00\n[ 0.286231] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287420] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290033] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291458] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297694] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298957] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300108] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308182] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309629] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357728] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359228] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360655] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362073] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364427] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366870] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367909] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369434] vgaarb: loaded\n[ 0.370032] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371221] SCSI subsystem initialized\n[ 0.372050] ACPI: bus type USB registered\n[ 0.372866] usbcore: registered new interface driver usbfs\n[ 0.373891] usbcore: registered new interface driver hub\n[ 0.374889] usbcore: registered new device driver usb\n[ 0.375936] PCI: Using ACPI for IRQ routing\n[ 0.376955] NetLabel: Initializing\n[ 0.377699] NetLabel: domain hash size = 128\n[ 0.378552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379499] NetLabel: unlabeled traffic allowed by default\n[ 0.380588] clocksource: Switched to clocksource kvm-clock\n[ 0.385987] AppArmor: AppArmor Filesystem Enabled\n[ 0.386964] pnp: PnP ACPI init\n[ 0.387879] pnp: PnP ACPI: found 5 devices\n[ 0.394250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395955] NET: Registered protocol family 2\n[ 0.396912] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398177] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399345] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400501] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401575] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402741] NET: Registered protocol family 1\n[ 0.403605] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404701] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405775] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433995] Trying to unpack rootfs image as initramfs...\n[ 0.483360] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497153] Scanning for low memory corruption every 60 seconds\n[ 0.498524] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499661] audit: initializing netlink subsys (disabled)\n[ 0.500685] audit: type=2000 audit(1540232347.991:1): initialized\n[ 0.501992] Initialise system trusted keyring\n[ 0.502917] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504075] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506038] zbud: loaded\n[ 0.506744] VFS: Disk quotas dquot_6.6.0\n[ 0.507560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509062] fuse init (API version 7.23)\n[ 0.509960] Key type big_key registered\n[ 0.510760] Allocating IMA MOK and blacklist keyrings.\n[ 0.512222] Key type asymmetric registered\n[ 0.513050] Asymmetric key parser 'x509' registered\n[ 0.513998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515447] io scheduler noop registered\n[ 0.516231] io scheduler deadline registered (default)\n[ 0.517220] io scheduler cfq registered\n[ 0.518060] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519100] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521809] ACPI: Power Button [PWRF]\n[ 0.522643] GHES: HEST is not enabled!\n[ 0.536431] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566493] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569431] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593733] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595883] Linux agpgart interface v0.103\n[ 0.597940] brd: module loaded\n[ 0.599167] loop: module loaded\n[ 0.603594] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605073] GPT:90111 != 2097151\n[ 0.605752] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606830] GPT:90111 != 2097151\n[ 0.607498] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608450] vda: vda1 vda15\n[ 0.609908] scsi host0: ata_piix\n[ 0.610641] scsi host1: ata_piix\n[ 0.611340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612551] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613995] libphy: Fixed MDIO Bus: probed\n[ 0.614865] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615853] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618129] PPP generic driver version 2.4.2\n[ 0.619053] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620412] ehci-pci: EHCI PCI platform driver\n[ 0.621333] ehci-platform: EHCI generic platform driver\n[ 0.622393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623561] ohci-pci: OHCI PCI platform driver\n[ 0.624469] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641015] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642529] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643590] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644772] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647632] usb usb1: Product: UHCI Host Controller\n[ 0.648633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650917] hub 1-0:1.0: USB hub found\n[ 0.651745] hub 1-0:1.0: 2 ports detected\n[ 0.652729] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654966] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655994] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657114] mousedev: PS/2 mouse device common for all mice\n[ 0.658471] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660482] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661651] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662936] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664249] i2c /dev entries driver\n[ 0.665086] device-mapper: uevent: version 1.0.3\n[ 0.666109] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667794] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669174] NET: Registered protocol family 10\n[ 0.670214] NET: Registered protocol family 17\n[ 0.671188] Key type dns_resolver registered\n[ 0.672170] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675312] registered taskstats version 1\n[ 0.676226] Loading compiled-in X.509 certificates\n[ 0.677728] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679740] zswap: loaded using pool lzo/zbud\n[ 0.681189] Key type trusted registered\n[ 0.682786] Key type encrypted registered\n[ 0.683664] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684794] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685906] evm: HMAC attrs: 0x1\n[ 0.687236] Magic number: 6:858:342\n[ 0.688156] rtc_cmos 00:00: setting system clock to 2018-10-22 18:19:08 UTC (1540232348)\n[ 0.689859] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691104] EDD information not available.\n[ 0.769145] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770669] ata1.00: configured for MWDMA2\n[ 0.771886] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784663] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785997] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787309] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790866] Write protecting the kernel read-only data: 14336k\n[ 0.792407] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794199] 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.373410] 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.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 1.97s]\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\n"} 2018-10-22 18:22:25,426 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action used request id req-386e6353-11c6-4e2b-b4ab-827aa557c24c 2018-10-22 18:22:25,428 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-2' 2018-10-22 18:22:25,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f230a879c3be379941b0b10ed438eb6873633f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:22:26,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:22:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee592350-8f6d-432d-8172-6d1e869a5e60 x-compute-request-id: req-ee592350-8f6d-432d-8172-6d1e869a5e60 Content-Encoding: gzip Content-Length: 8120 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546431199 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130367] pid_max: default: 32768 minimum: 301\n[ 0.131250] ACPI: Core revision 20150930\n[ 0.132630] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133949] Security Framework initialized\n[ 0.134763] Yama: becoming mindful.\n[ 0.135588] AppArmor: AppArmor initialized\n[ 0.136453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137769] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139041] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140243] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141616] Initializing cgroup subsys io\n[ 0.142435] Initializing cgroup subsys memory\n[ 0.143297] Initializing cgroup subsys devices\n[ 0.144209] Initializing cgroup subsys freezer\n[ 0.145079] Initializing cgroup subsys net_cls\n[ 0.145947] Initializing cgroup subsys perf_event\n[ 0.146853] Initializing cgroup subsys net_prio\n[ 0.147733] Initializing cgroup subsys hugetlb\n[ 0.148599] Initializing cgroup subsys pids\n[ 0.149468] CPU: Physical Processor ID: 0\n[ 0.150950] mce: CPU supports 10 MCE banks\n[ 0.151831] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152827] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163681] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170284] ftrace: allocating 31920 entries in 125 pages\n[ 0.197304] smpboot: Max logical packages: 1\n[ 0.198167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199500] x2apic enabled\n[ 0.200315] Switched APIC routing to physical x2apic.\n[ 0.202066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203168] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206920] KVM setup paravirtual spinlock\n[ 0.208200] x86: Booted up 1 node, 1 CPUs\n[ 0.209000] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210371] devtmpfs: initialized\n[ 0.212081] evm: security.selinux\n[ 0.212777] evm: security.SMACK64\n[ 0.213462] evm: security.SMACK64EXEC\n[ 0.214195] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215780] evm: security.ima\n[ 0.216419] evm: security.capability\n[ 0.217212] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220134] RTC time: 18:19:07, date: 10/22/18\n[ 0.221078] NET: Registered protocol family 16\n[ 0.222048] cpuidle: using governor ladder\n[ 0.222864] cpuidle: using governor menu\n[ 0.223642] PCCT header not found.\n[ 0.224409] ACPI: bus type PCI registered\n[ 0.225208] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226448] PCI: Using configuration type 1 for base access\n[ 0.228186] ACPI: Added _OSI(Module Device)\n[ 0.229029] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230772] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232874] ACPI: Interpreter enabled\n[ 0.233650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241010] ACPI: (supports S0 S5)\n[ 0.241719] ACPI: Using IOAPIC for interrupt routing\n[ 0.242902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246007] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247142] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248363] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249554] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251776] acpiphp: Slot [3] registered\n[ 0.252575] acpiphp: Slot [4] registered\n[ 0.253369] acpiphp: Slot [5] registered\n[ 0.254164] acpiphp: Slot [6] registered\n[ 0.254992] acpiphp: Slot [7] registered\n[ 0.255796] acpiphp: Slot [8] registered\n[ 0.256592] acpiphp: Slot [9] registered\n[ 0.257383] acpiphp: Slot [10] registered\n[ 0.258190] acpiphp: Slot [11] registered\n[ 0.258998] acpiphp: Slot [12] registered\n[ 0.259819] acpiphp: Slot [13] registered\n[ 0.260625] acpiphp: Slot [14] registered\n[ 0.261431] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273345] acpiphp: Slot [17] registered\n[ 0.274147] acpiphp: Slot [18] registered\n[ 0.274977] acpiphp: Slot [19] registered\n[ 0.275789] acpiphp: Slot [20] registered\n[ 0.276598] acpiphp: Slot [21] registered\n[ 0.277403] acpiphp: Slot [22] registered\n[ 0.278198] acpiphp: Slot [23] registered\n[ 0.278999] acpiphp: Slot [24] registered\n[ 0.279800] acpiphp: Slot [25] registered\n[ 0.280604] acpiphp: Slot [26] registered\n[ 0.281404] acpiphp: Slot [27] registered\n[ 0.282202] acpiphp: Slot [28] registered\n[ 0.283007] acpiphp: Slot [29] registered\n[ 0.283809] acpiphp: Slot [30] registered\n[ 0.284615] acpiphp: Slot [31] registered\n[ 0.285440] PCI host bridge to bus 0000:00\n[ 0.286231] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287420] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290033] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291458] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297694] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298957] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300108] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308182] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309629] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357728] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359228] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360655] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362073] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364427] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366870] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367909] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369434] vgaarb: loaded\n[ 0.370032] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371221] SCSI subsystem initialized\n[ 0.372050] ACPI: bus type USB registered\n[ 0.372866] usbcore: registered new interface driver usbfs\n[ 0.373891] usbcore: registered new interface driver hub\n[ 0.374889] usbcore: registered new device driver usb\n[ 0.375936] PCI: Using ACPI for IRQ routing\n[ 0.376955] NetLabel: Initializing\n[ 0.377699] NetLabel: domain hash size = 128\n[ 0.378552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379499] NetLabel: unlabeled traffic allowed by default\n[ 0.380588] clocksource: Switched to clocksource kvm-clock\n[ 0.385987] AppArmor: AppArmor Filesystem Enabled\n[ 0.386964] pnp: PnP ACPI init\n[ 0.387879] pnp: PnP ACPI: found 5 devices\n[ 0.394250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395955] NET: Registered protocol family 2\n[ 0.396912] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398177] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399345] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400501] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401575] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402741] NET: Registered protocol family 1\n[ 0.403605] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404701] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405775] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433995] Trying to unpack rootfs image as initramfs...\n[ 0.483360] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497153] Scanning for low memory corruption every 60 seconds\n[ 0.498524] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499661] audit: initializing netlink subsys (disabled)\n[ 0.500685] audit: type=2000 audit(1540232347.991:1): initialized\n[ 0.501992] Initialise system trusted keyring\n[ 0.502917] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504075] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506038] zbud: loaded\n[ 0.506744] VFS: Disk quotas dquot_6.6.0\n[ 0.507560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509062] fuse init (API version 7.23)\n[ 0.509960] Key type big_key registered\n[ 0.510760] Allocating IMA MOK and blacklist keyrings.\n[ 0.512222] Key type asymmetric registered\n[ 0.513050] Asymmetric key parser 'x509' registered\n[ 0.513998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515447] io scheduler noop registered\n[ 0.516231] io scheduler deadline registered (default)\n[ 0.517220] io scheduler cfq registered\n[ 0.518060] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519100] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521809] ACPI: Power Button [PWRF]\n[ 0.522643] GHES: HEST is not enabled!\n[ 0.536431] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566493] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569431] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593733] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595883] Linux agpgart interface v0.103\n[ 0.597940] brd: module loaded\n[ 0.599167] loop: module loaded\n[ 0.603594] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605073] GPT:90111 != 2097151\n[ 0.605752] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606830] GPT:90111 != 2097151\n[ 0.607498] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608450] vda: vda1 vda15\n[ 0.609908] scsi host0: ata_piix\n[ 0.610641] scsi host1: ata_piix\n[ 0.611340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612551] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613995] libphy: Fixed MDIO Bus: probed\n[ 0.614865] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615853] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618129] PPP generic driver version 2.4.2\n[ 0.619053] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620412] ehci-pci: EHCI PCI platform driver\n[ 0.621333] ehci-platform: EHCI generic platform driver\n[ 0.622393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623561] ohci-pci: OHCI PCI platform driver\n[ 0.624469] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641015] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642529] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643590] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644772] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647632] usb usb1: Product: UHCI Host Controller\n[ 0.648633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650917] hub 1-0:1.0: USB hub found\n[ 0.651745] hub 1-0:1.0: 2 ports detected\n[ 0.652729] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654966] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655994] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657114] mousedev: PS/2 mouse device common for all mice\n[ 0.658471] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660482] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661651] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662936] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664249] i2c /dev entries driver\n[ 0.665086] device-mapper: uevent: version 1.0.3\n[ 0.666109] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667794] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669174] NET: Registered protocol family 10\n[ 0.670214] NET: Registered protocol family 17\n[ 0.671188] Key type dns_resolver registered\n[ 0.672170] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675312] registered taskstats version 1\n[ 0.676226] Loading compiled-in X.509 certificates\n[ 0.677728] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679740] zswap: loaded using pool lzo/zbud\n[ 0.681189] Key type trusted registered\n[ 0.682786] Key type encrypted registered\n[ 0.683664] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684794] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685906] evm: HMAC attrs: 0x1\n[ 0.687236] Magic number: 6:858:342\n[ 0.688156] rtc_cmos 00:00: setting system clock to 2018-10-22 18:19:08 UTC (1540232348)\n[ 0.689859] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691104] EDD information not available.\n[ 0.769145] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770669] ata1.00: configured for MWDMA2\n[ 0.771886] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784663] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785997] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787309] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790866] Write protecting the kernel read-only data: 14336k\n[ 0.792407] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794199] 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.373410] 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.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 1.97s]\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\n"} 2018-10-22 18:22:26,515 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action used request id req-ee592350-8f6d-432d-8172-6d1e869a5e60 2018-10-22 18:22:26,516 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-3' (10.10.10.6). -->Expected result: can ping. 2018-10-22 18:22:26,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f230a879c3be379941b0b10ed438eb6873633f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:22:27,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:22: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-c71d7038-a50a-498e-b440-c40bc246a2bf x-compute-request-id: req-c71d7038-a50a-498e-b440-c40bc246a2bf Content-Encoding: gzip Content-Length: 8120 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546431199 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130367] pid_max: default: 32768 minimum: 301\n[ 0.131250] ACPI: Core revision 20150930\n[ 0.132630] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133949] Security Framework initialized\n[ 0.134763] Yama: becoming mindful.\n[ 0.135588] AppArmor: AppArmor initialized\n[ 0.136453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137769] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139041] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140243] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141616] Initializing cgroup subsys io\n[ 0.142435] Initializing cgroup subsys memory\n[ 0.143297] Initializing cgroup subsys devices\n[ 0.144209] Initializing cgroup subsys freezer\n[ 0.145079] Initializing cgroup subsys net_cls\n[ 0.145947] Initializing cgroup subsys perf_event\n[ 0.146853] Initializing cgroup subsys net_prio\n[ 0.147733] Initializing cgroup subsys hugetlb\n[ 0.148599] Initializing cgroup subsys pids\n[ 0.149468] CPU: Physical Processor ID: 0\n[ 0.150950] mce: CPU supports 10 MCE banks\n[ 0.151831] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152827] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163681] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170284] ftrace: allocating 31920 entries in 125 pages\n[ 0.197304] smpboot: Max logical packages: 1\n[ 0.198167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199500] x2apic enabled\n[ 0.200315] Switched APIC routing to physical x2apic.\n[ 0.202066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203168] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206920] KVM setup paravirtual spinlock\n[ 0.208200] x86: Booted up 1 node, 1 CPUs\n[ 0.209000] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210371] devtmpfs: initialized\n[ 0.212081] evm: security.selinux\n[ 0.212777] evm: security.SMACK64\n[ 0.213462] evm: security.SMACK64EXEC\n[ 0.214195] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215780] evm: security.ima\n[ 0.216419] evm: security.capability\n[ 0.217212] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220134] RTC time: 18:19:07, date: 10/22/18\n[ 0.221078] NET: Registered protocol family 16\n[ 0.222048] cpuidle: using governor ladder\n[ 0.222864] cpuidle: using governor menu\n[ 0.223642] PCCT header not found.\n[ 0.224409] ACPI: bus type PCI registered\n[ 0.225208] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226448] PCI: Using configuration type 1 for base access\n[ 0.228186] ACPI: Added _OSI(Module Device)\n[ 0.229029] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230772] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232874] ACPI: Interpreter enabled\n[ 0.233650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241010] ACPI: (supports S0 S5)\n[ 0.241719] ACPI: Using IOAPIC for interrupt routing\n[ 0.242902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246007] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247142] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248363] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249554] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251776] acpiphp: Slot [3] registered\n[ 0.252575] acpiphp: Slot [4] registered\n[ 0.253369] acpiphp: Slot [5] registered\n[ 0.254164] acpiphp: Slot [6] registered\n[ 0.254992] acpiphp: Slot [7] registered\n[ 0.255796] acpiphp: Slot [8] registered\n[ 0.256592] acpiphp: Slot [9] registered\n[ 0.257383] acpiphp: Slot [10] registered\n[ 0.258190] acpiphp: Slot [11] registered\n[ 0.258998] acpiphp: Slot [12] registered\n[ 0.259819] acpiphp: Slot [13] registered\n[ 0.260625] acpiphp: Slot [14] registered\n[ 0.261431] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273345] acpiphp: Slot [17] registered\n[ 0.274147] acpiphp: Slot [18] registered\n[ 0.274977] acpiphp: Slot [19] registered\n[ 0.275789] acpiphp: Slot [20] registered\n[ 0.276598] acpiphp: Slot [21] registered\n[ 0.277403] acpiphp: Slot [22] registered\n[ 0.278198] acpiphp: Slot [23] registered\n[ 0.278999] acpiphp: Slot [24] registered\n[ 0.279800] acpiphp: Slot [25] registered\n[ 0.280604] acpiphp: Slot [26] registered\n[ 0.281404] acpiphp: Slot [27] registered\n[ 0.282202] acpiphp: Slot [28] registered\n[ 0.283007] acpiphp: Slot [29] registered\n[ 0.283809] acpiphp: Slot [30] registered\n[ 0.284615] acpiphp: Slot [31] registered\n[ 0.285440] PCI host bridge to bus 0000:00\n[ 0.286231] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287420] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290033] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291458] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297694] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298957] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300108] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308182] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309629] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357728] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359228] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360655] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362073] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364427] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366870] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367909] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369434] vgaarb: loaded\n[ 0.370032] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371221] SCSI subsystem initialized\n[ 0.372050] ACPI: bus type USB registered\n[ 0.372866] usbcore: registered new interface driver usbfs\n[ 0.373891] usbcore: registered new interface driver hub\n[ 0.374889] usbcore: registered new device driver usb\n[ 0.375936] PCI: Using ACPI for IRQ routing\n[ 0.376955] NetLabel: Initializing\n[ 0.377699] NetLabel: domain hash size = 128\n[ 0.378552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379499] NetLabel: unlabeled traffic allowed by default\n[ 0.380588] clocksource: Switched to clocksource kvm-clock\n[ 0.385987] AppArmor: AppArmor Filesystem Enabled\n[ 0.386964] pnp: PnP ACPI init\n[ 0.387879] pnp: PnP ACPI: found 5 devices\n[ 0.394250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395955] NET: Registered protocol family 2\n[ 0.396912] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398177] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399345] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400501] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401575] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402741] NET: Registered protocol family 1\n[ 0.403605] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404701] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405775] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433995] Trying to unpack rootfs image as initramfs...\n[ 0.483360] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497153] Scanning for low memory corruption every 60 seconds\n[ 0.498524] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499661] audit: initializing netlink subsys (disabled)\n[ 0.500685] audit: type=2000 audit(1540232347.991:1): initialized\n[ 0.501992] Initialise system trusted keyring\n[ 0.502917] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504075] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506038] zbud: loaded\n[ 0.506744] VFS: Disk quotas dquot_6.6.0\n[ 0.507560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509062] fuse init (API version 7.23)\n[ 0.509960] Key type big_key registered\n[ 0.510760] Allocating IMA MOK and blacklist keyrings.\n[ 0.512222] Key type asymmetric registered\n[ 0.513050] Asymmetric key parser 'x509' registered\n[ 0.513998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515447] io scheduler noop registered\n[ 0.516231] io scheduler deadline registered (default)\n[ 0.517220] io scheduler cfq registered\n[ 0.518060] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519100] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521809] ACPI: Power Button [PWRF]\n[ 0.522643] GHES: HEST is not enabled!\n[ 0.536431] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566493] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569431] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593733] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595883] Linux agpgart interface v0.103\n[ 0.597940] brd: module loaded\n[ 0.599167] loop: module loaded\n[ 0.603594] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605073] GPT:90111 != 2097151\n[ 0.605752] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606830] GPT:90111 != 2097151\n[ 0.607498] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608450] vda: vda1 vda15\n[ 0.609908] scsi host0: ata_piix\n[ 0.610641] scsi host1: ata_piix\n[ 0.611340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612551] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613995] libphy: Fixed MDIO Bus: probed\n[ 0.614865] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615853] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618129] PPP generic driver version 2.4.2\n[ 0.619053] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620412] ehci-pci: EHCI PCI platform driver\n[ 0.621333] ehci-platform: EHCI generic platform driver\n[ 0.622393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623561] ohci-pci: OHCI PCI platform driver\n[ 0.624469] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641015] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642529] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643590] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644772] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647632] usb usb1: Product: UHCI Host Controller\n[ 0.648633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650917] hub 1-0:1.0: USB hub found\n[ 0.651745] hub 1-0:1.0: 2 ports detected\n[ 0.652729] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654966] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655994] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657114] mousedev: PS/2 mouse device common for all mice\n[ 0.658471] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660482] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661651] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662936] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664249] i2c /dev entries driver\n[ 0.665086] device-mapper: uevent: version 1.0.3\n[ 0.666109] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667794] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669174] NET: Registered protocol family 10\n[ 0.670214] NET: Registered protocol family 17\n[ 0.671188] Key type dns_resolver registered\n[ 0.672170] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675312] registered taskstats version 1\n[ 0.676226] Loading compiled-in X.509 certificates\n[ 0.677728] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679740] zswap: loaded using pool lzo/zbud\n[ 0.681189] Key type trusted registered\n[ 0.682786] Key type encrypted registered\n[ 0.683664] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684794] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685906] evm: HMAC attrs: 0x1\n[ 0.687236] Magic number: 6:858:342\n[ 0.688156] rtc_cmos 00:00: setting system clock to 2018-10-22 18:19:08 UTC (1540232348)\n[ 0.689859] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691104] EDD information not available.\n[ 0.769145] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770669] ata1.00: configured for MWDMA2\n[ 0.771886] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784663] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785997] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787309] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790866] Write protecting the kernel read-only data: 14336k\n[ 0.792407] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794199] 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.373410] 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.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 1.97s]\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\n"} 2018-10-22 18:22:27,594 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action used request id req-c71d7038-a50a-498e-b440-c40bc246a2bf 2018-10-22 18:22:27,595 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-3' 2018-10-22 18:22:27,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f230a879c3be379941b0b10ed438eb6873633f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:22:28,666 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:22:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b60fe0f-50f9-496e-8b75-139cad6f0f1a x-compute-request-id: req-3b60fe0f-50f9-496e-8b75-139cad6f0f1a Content-Encoding: gzip Content-Length: 8120 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546431199 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130367] pid_max: default: 32768 minimum: 301\n[ 0.131250] ACPI: Core revision 20150930\n[ 0.132630] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133949] Security Framework initialized\n[ 0.134763] Yama: becoming mindful.\n[ 0.135588] AppArmor: AppArmor initialized\n[ 0.136453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137769] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139041] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140243] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141616] Initializing cgroup subsys io\n[ 0.142435] Initializing cgroup subsys memory\n[ 0.143297] Initializing cgroup subsys devices\n[ 0.144209] Initializing cgroup subsys freezer\n[ 0.145079] Initializing cgroup subsys net_cls\n[ 0.145947] Initializing cgroup subsys perf_event\n[ 0.146853] Initializing cgroup subsys net_prio\n[ 0.147733] Initializing cgroup subsys hugetlb\n[ 0.148599] Initializing cgroup subsys pids\n[ 0.149468] CPU: Physical Processor ID: 0\n[ 0.150950] mce: CPU supports 10 MCE banks\n[ 0.151831] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152827] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163681] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170284] ftrace: allocating 31920 entries in 125 pages\n[ 0.197304] smpboot: Max logical packages: 1\n[ 0.198167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199500] x2apic enabled\n[ 0.200315] Switched APIC routing to physical x2apic.\n[ 0.202066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203168] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206920] KVM setup paravirtual spinlock\n[ 0.208200] x86: Booted up 1 node, 1 CPUs\n[ 0.209000] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210371] devtmpfs: initialized\n[ 0.212081] evm: security.selinux\n[ 0.212777] evm: security.SMACK64\n[ 0.213462] evm: security.SMACK64EXEC\n[ 0.214195] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215780] evm: security.ima\n[ 0.216419] evm: security.capability\n[ 0.217212] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220134] RTC time: 18:19:07, date: 10/22/18\n[ 0.221078] NET: Registered protocol family 16\n[ 0.222048] cpuidle: using governor ladder\n[ 0.222864] cpuidle: using governor menu\n[ 0.223642] PCCT header not found.\n[ 0.224409] ACPI: bus type PCI registered\n[ 0.225208] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226448] PCI: Using configuration type 1 for base access\n[ 0.228186] ACPI: Added _OSI(Module Device)\n[ 0.229029] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230772] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232874] ACPI: Interpreter enabled\n[ 0.233650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241010] ACPI: (supports S0 S5)\n[ 0.241719] ACPI: Using IOAPIC for interrupt routing\n[ 0.242902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246007] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247142] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248363] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249554] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251776] acpiphp: Slot [3] registered\n[ 0.252575] acpiphp: Slot [4] registered\n[ 0.253369] acpiphp: Slot [5] registered\n[ 0.254164] acpiphp: Slot [6] registered\n[ 0.254992] acpiphp: Slot [7] registered\n[ 0.255796] acpiphp: Slot [8] registered\n[ 0.256592] acpiphp: Slot [9] registered\n[ 0.257383] acpiphp: Slot [10] registered\n[ 0.258190] acpiphp: Slot [11] registered\n[ 0.258998] acpiphp: Slot [12] registered\n[ 0.259819] acpiphp: Slot [13] registered\n[ 0.260625] acpiphp: Slot [14] registered\n[ 0.261431] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273345] acpiphp: Slot [17] registered\n[ 0.274147] acpiphp: Slot [18] registered\n[ 0.274977] acpiphp: Slot [19] registered\n[ 0.275789] acpiphp: Slot [20] registered\n[ 0.276598] acpiphp: Slot [21] registered\n[ 0.277403] acpiphp: Slot [22] registered\n[ 0.278198] acpiphp: Slot [23] registered\n[ 0.278999] acpiphp: Slot [24] registered\n[ 0.279800] acpiphp: Slot [25] registered\n[ 0.280604] acpiphp: Slot [26] registered\n[ 0.281404] acpiphp: Slot [27] registered\n[ 0.282202] acpiphp: Slot [28] registered\n[ 0.283007] acpiphp: Slot [29] registered\n[ 0.283809] acpiphp: Slot [30] registered\n[ 0.284615] acpiphp: Slot [31] registered\n[ 0.285440] PCI host bridge to bus 0000:00\n[ 0.286231] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287420] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290033] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291458] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297694] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298957] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300108] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308182] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309629] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357728] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359228] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360655] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362073] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364427] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366870] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367909] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369434] vgaarb: loaded\n[ 0.370032] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371221] SCSI subsystem initialized\n[ 0.372050] ACPI: bus type USB registered\n[ 0.372866] usbcore: registered new interface driver usbfs\n[ 0.373891] usbcore: registered new interface driver hub\n[ 0.374889] usbcore: registered new device driver usb\n[ 0.375936] PCI: Using ACPI for IRQ routing\n[ 0.376955] NetLabel: Initializing\n[ 0.377699] NetLabel: domain hash size = 128\n[ 0.378552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379499] NetLabel: unlabeled traffic allowed by default\n[ 0.380588] clocksource: Switched to clocksource kvm-clock\n[ 0.385987] AppArmor: AppArmor Filesystem Enabled\n[ 0.386964] pnp: PnP ACPI init\n[ 0.387879] pnp: PnP ACPI: found 5 devices\n[ 0.394250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395955] NET: Registered protocol family 2\n[ 0.396912] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398177] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399345] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400501] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401575] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402741] NET: Registered protocol family 1\n[ 0.403605] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404701] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405775] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433995] Trying to unpack rootfs image as initramfs...\n[ 0.483360] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497153] Scanning for low memory corruption every 60 seconds\n[ 0.498524] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499661] audit: initializing netlink subsys (disabled)\n[ 0.500685] audit: type=2000 audit(1540232347.991:1): initialized\n[ 0.501992] Initialise system trusted keyring\n[ 0.502917] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504075] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506038] zbud: loaded\n[ 0.506744] VFS: Disk quotas dquot_6.6.0\n[ 0.507560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509062] fuse init (API version 7.23)\n[ 0.509960] Key type big_key registered\n[ 0.510760] Allocating IMA MOK and blacklist keyrings.\n[ 0.512222] Key type asymmetric registered\n[ 0.513050] Asymmetric key parser 'x509' registered\n[ 0.513998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515447] io scheduler noop registered\n[ 0.516231] io scheduler deadline registered (default)\n[ 0.517220] io scheduler cfq registered\n[ 0.518060] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519100] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521809] ACPI: Power Button [PWRF]\n[ 0.522643] GHES: HEST is not enabled!\n[ 0.536431] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566493] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569431] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593733] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595883] Linux agpgart interface v0.103\n[ 0.597940] brd: module loaded\n[ 0.599167] loop: module loaded\n[ 0.603594] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605073] GPT:90111 != 2097151\n[ 0.605752] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606830] GPT:90111 != 2097151\n[ 0.607498] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608450] vda: vda1 vda15\n[ 0.609908] scsi host0: ata_piix\n[ 0.610641] scsi host1: ata_piix\n[ 0.611340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612551] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613995] libphy: Fixed MDIO Bus: probed\n[ 0.614865] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615853] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618129] PPP generic driver version 2.4.2\n[ 0.619053] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620412] ehci-pci: EHCI PCI platform driver\n[ 0.621333] ehci-platform: EHCI generic platform driver\n[ 0.622393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623561] ohci-pci: OHCI PCI platform driver\n[ 0.624469] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641015] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642529] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643590] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644772] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647632] usb usb1: Product: UHCI Host Controller\n[ 0.648633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650917] hub 1-0:1.0: USB hub found\n[ 0.651745] hub 1-0:1.0: 2 ports detected\n[ 0.652729] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654966] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655994] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657114] mousedev: PS/2 mouse device common for all mice\n[ 0.658471] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660482] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661651] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662936] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664249] i2c /dev entries driver\n[ 0.665086] device-mapper: uevent: version 1.0.3\n[ 0.666109] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667794] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669174] NET: Registered protocol family 10\n[ 0.670214] NET: Registered protocol family 17\n[ 0.671188] Key type dns_resolver registered\n[ 0.672170] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675312] registered taskstats version 1\n[ 0.676226] Loading compiled-in X.509 certificates\n[ 0.677728] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679740] zswap: loaded using pool lzo/zbud\n[ 0.681189] Key type trusted registered\n[ 0.682786] Key type encrypted registered\n[ 0.683664] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684794] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685906] evm: HMAC attrs: 0x1\n[ 0.687236] Magic number: 6:858:342\n[ 0.688156] rtc_cmos 00:00: setting system clock to 2018-10-22 18:19:08 UTC (1540232348)\n[ 0.689859] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691104] EDD information not available.\n[ 0.769145] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770669] ata1.00: configured for MWDMA2\n[ 0.771886] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784663] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785997] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787309] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790866] Write protecting the kernel read-only data: 14336k\n[ 0.792407] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794199] 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.373410] 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.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 1.97s]\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\n"} 2018-10-22 18:22:28,667 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action used request id req-3b60fe0f-50f9-496e-8b75-139cad6f0f1a 2018-10-22 18:22:28,668 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-4' (10.10.11.8). -->Expected result: cannot ping. 2018-10-22 18:22:28,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f230a879c3be379941b0b10ed438eb6873633f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:22:29,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:22: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-2a213db3-0243-4fef-99a5-8796926c76cb x-compute-request-id: req-2a213db3-0243-4fef-99a5-8796926c76cb Content-Encoding: gzip Content-Length: 8120 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546431199 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130367] pid_max: default: 32768 minimum: 301\n[ 0.131250] ACPI: Core revision 20150930\n[ 0.132630] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133949] Security Framework initialized\n[ 0.134763] Yama: becoming mindful.\n[ 0.135588] AppArmor: AppArmor initialized\n[ 0.136453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137769] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139041] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140243] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141616] Initializing cgroup subsys io\n[ 0.142435] Initializing cgroup subsys memory\n[ 0.143297] Initializing cgroup subsys devices\n[ 0.144209] Initializing cgroup subsys freezer\n[ 0.145079] Initializing cgroup subsys net_cls\n[ 0.145947] Initializing cgroup subsys perf_event\n[ 0.146853] Initializing cgroup subsys net_prio\n[ 0.147733] Initializing cgroup subsys hugetlb\n[ 0.148599] Initializing cgroup subsys pids\n[ 0.149468] CPU: Physical Processor ID: 0\n[ 0.150950] mce: CPU supports 10 MCE banks\n[ 0.151831] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152827] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163681] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170284] ftrace: allocating 31920 entries in 125 pages\n[ 0.197304] smpboot: Max logical packages: 1\n[ 0.198167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199500] x2apic enabled\n[ 0.200315] Switched APIC routing to physical x2apic.\n[ 0.202066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203168] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206920] KVM setup paravirtual spinlock\n[ 0.208200] x86: Booted up 1 node, 1 CPUs\n[ 0.209000] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210371] devtmpfs: initialized\n[ 0.212081] evm: security.selinux\n[ 0.212777] evm: security.SMACK64\n[ 0.213462] evm: security.SMACK64EXEC\n[ 0.214195] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215780] evm: security.ima\n[ 0.216419] evm: security.capability\n[ 0.217212] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220134] RTC time: 18:19:07, date: 10/22/18\n[ 0.221078] NET: Registered protocol family 16\n[ 0.222048] cpuidle: using governor ladder\n[ 0.222864] cpuidle: using governor menu\n[ 0.223642] PCCT header not found.\n[ 0.224409] ACPI: bus type PCI registered\n[ 0.225208] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226448] PCI: Using configuration type 1 for base access\n[ 0.228186] ACPI: Added _OSI(Module Device)\n[ 0.229029] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230772] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232874] ACPI: Interpreter enabled\n[ 0.233650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241010] ACPI: (supports S0 S5)\n[ 0.241719] ACPI: Using IOAPIC for interrupt routing\n[ 0.242902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246007] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247142] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248363] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249554] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251776] acpiphp: Slot [3] registered\n[ 0.252575] acpiphp: Slot [4] registered\n[ 0.253369] acpiphp: Slot [5] registered\n[ 0.254164] acpiphp: Slot [6] registered\n[ 0.254992] acpiphp: Slot [7] registered\n[ 0.255796] acpiphp: Slot [8] registered\n[ 0.256592] acpiphp: Slot [9] registered\n[ 0.257383] acpiphp: Slot [10] registered\n[ 0.258190] acpiphp: Slot [11] registered\n[ 0.258998] acpiphp: Slot [12] registered\n[ 0.259819] acpiphp: Slot [13] registered\n[ 0.260625] acpiphp: Slot [14] registered\n[ 0.261431] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273345] acpiphp: Slot [17] registered\n[ 0.274147] acpiphp: Slot [18] registered\n[ 0.274977] acpiphp: Slot [19] registered\n[ 0.275789] acpiphp: Slot [20] registered\n[ 0.276598] acpiphp: Slot [21] registered\n[ 0.277403] acpiphp: Slot [22] registered\n[ 0.278198] acpiphp: Slot [23] registered\n[ 0.278999] acpiphp: Slot [24] registered\n[ 0.279800] acpiphp: Slot [25] registered\n[ 0.280604] acpiphp: Slot [26] registered\n[ 0.281404] acpiphp: Slot [27] registered\n[ 0.282202] acpiphp: Slot [28] registered\n[ 0.283007] acpiphp: Slot [29] registered\n[ 0.283809] acpiphp: Slot [30] registered\n[ 0.284615] acpiphp: Slot [31] registered\n[ 0.285440] PCI host bridge to bus 0000:00\n[ 0.286231] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287420] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290033] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291458] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297694] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298957] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300108] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308182] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309629] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357728] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359228] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360655] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362073] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364427] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366870] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367909] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369434] vgaarb: loaded\n[ 0.370032] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371221] SCSI subsystem initialized\n[ 0.372050] ACPI: bus type USB registered\n[ 0.372866] usbcore: registered new interface driver usbfs\n[ 0.373891] usbcore: registered new interface driver hub\n[ 0.374889] usbcore: registered new device driver usb\n[ 0.375936] PCI: Using ACPI for IRQ routing\n[ 0.376955] NetLabel: Initializing\n[ 0.377699] NetLabel: domain hash size = 128\n[ 0.378552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379499] NetLabel: unlabeled traffic allowed by default\n[ 0.380588] clocksource: Switched to clocksource kvm-clock\n[ 0.385987] AppArmor: AppArmor Filesystem Enabled\n[ 0.386964] pnp: PnP ACPI init\n[ 0.387879] pnp: PnP ACPI: found 5 devices\n[ 0.394250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395955] NET: Registered protocol family 2\n[ 0.396912] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398177] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399345] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400501] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401575] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402741] NET: Registered protocol family 1\n[ 0.403605] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404701] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405775] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433995] Trying to unpack rootfs image as initramfs...\n[ 0.483360] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497153] Scanning for low memory corruption every 60 seconds\n[ 0.498524] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499661] audit: initializing netlink subsys (disabled)\n[ 0.500685] audit: type=2000 audit(1540232347.991:1): initialized\n[ 0.501992] Initialise system trusted keyring\n[ 0.502917] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504075] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506038] zbud: loaded\n[ 0.506744] VFS: Disk quotas dquot_6.6.0\n[ 0.507560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509062] fuse init (API version 7.23)\n[ 0.509960] Key type big_key registered\n[ 0.510760] Allocating IMA MOK and blacklist keyrings.\n[ 0.512222] Key type asymmetric registered\n[ 0.513050] Asymmetric key parser 'x509' registered\n[ 0.513998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515447] io scheduler noop registered\n[ 0.516231] io scheduler deadline registered (default)\n[ 0.517220] io scheduler cfq registered\n[ 0.518060] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519100] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521809] ACPI: Power Button [PWRF]\n[ 0.522643] GHES: HEST is not enabled!\n[ 0.536431] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566493] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569431] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593733] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595883] Linux agpgart interface v0.103\n[ 0.597940] brd: module loaded\n[ 0.599167] loop: module loaded\n[ 0.603594] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605073] GPT:90111 != 2097151\n[ 0.605752] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606830] GPT:90111 != 2097151\n[ 0.607498] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608450] vda: vda1 vda15\n[ 0.609908] scsi host0: ata_piix\n[ 0.610641] scsi host1: ata_piix\n[ 0.611340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612551] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613995] libphy: Fixed MDIO Bus: probed\n[ 0.614865] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615853] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618129] PPP generic driver version 2.4.2\n[ 0.619053] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620412] ehci-pci: EHCI PCI platform driver\n[ 0.621333] ehci-platform: EHCI generic platform driver\n[ 0.622393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623561] ohci-pci: OHCI PCI platform driver\n[ 0.624469] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641015] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642529] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643590] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644772] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647632] usb usb1: Product: UHCI Host Controller\n[ 0.648633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650917] hub 1-0:1.0: USB hub found\n[ 0.651745] hub 1-0:1.0: 2 ports detected\n[ 0.652729] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654966] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655994] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657114] mousedev: PS/2 mouse device common for all mice\n[ 0.658471] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660482] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661651] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662936] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664249] i2c /dev entries driver\n[ 0.665086] device-mapper: uevent: version 1.0.3\n[ 0.666109] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667794] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669174] NET: Registered protocol family 10\n[ 0.670214] NET: Registered protocol family 17\n[ 0.671188] Key type dns_resolver registered\n[ 0.672170] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675312] registered taskstats version 1\n[ 0.676226] Loading compiled-in X.509 certificates\n[ 0.677728] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679740] zswap: loaded using pool lzo/zbud\n[ 0.681189] Key type trusted registered\n[ 0.682786] Key type encrypted registered\n[ 0.683664] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684794] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685906] evm: HMAC attrs: 0x1\n[ 0.687236] Magic number: 6:858:342\n[ 0.688156] rtc_cmos 00:00: setting system clock to 2018-10-22 18:19:08 UTC (1540232348)\n[ 0.689859] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691104] EDD information not available.\n[ 0.769145] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770669] ata1.00: configured for MWDMA2\n[ 0.771886] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784663] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785997] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787309] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790866] Write protecting the kernel read-only data: 14336k\n[ 0.792407] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794199] 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.373410] 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.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 1.97s]\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\n"} 2018-10-22 18:22:29,737 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action used request id req-2a213db3-0243-4fef-99a5-8796926c76cb 2018-10-22 18:22:29,738 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2018-10-22 18:22:29,739 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-2-net' to the VPN. 2018-10-22 18:22:29,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/52a983cd-5751-4730-86bf-ab345c8ab55e/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" -d '{"network_association": {"network_id": "cba249f0-d39c-4956-b943-8ac4d84700d6"}}' 2018-10-22 18:22:30,286 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-0f66e7a8-c9e5-4d2c-8aa1-ca9ce9ef8da6 Date: Mon, 22 Oct 2018 18:22:30 GMT RESP BODY: {"network_association": {"network_id": "cba249f0-d39c-4956-b943-8ac4d84700d6", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "645842a1-a444-4627-8c14-c23d20c38d31"}} 2018-10-22 18:22:30,286 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/52a983cd-5751-4730-86bf-ab345c8ab55e/network_associations used request id req-0f66e7a8-c9e5-4d2c-8aa1-ca9ce9ef8da6 2018-10-22 18:22:30,287 - sdnvpn_test_utils - DEBUG - Waiting for network 52a983cd-5751-4730-86bf-ab345c8ab55e to associate with BGPVPN fb02b3fd-e701-41b1-8fab-c19fde55c639 2018-10-22 18:22:30,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/52a983cd-5751-4730-86bf-ab345c8ab55e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" 2018-10-22 18:22:30,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-816cf968-fbfa-4a8c-8e2d-4b47323feea3 Date: Mon, 22 Oct 2018 18:22:30 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "52a983cd-5751-4730-86bf-ab345c8ab55e", "name": "sdnvpn-892068", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "import_targets": ["88:88"], "networks": ["cba249f0-d39c-4956-b943-8ac4d84700d6", "fb02b3fd-e701-41b1-8fab-c19fde55c639"], "route_targets": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "type": "l3"}} 2018-10-22 18:22:30,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/52a983cd-5751-4730-86bf-ab345c8ab55e used request id req-816cf968-fbfa-4a8c-8e2d-4b47323feea3 2018-10-22 18:22:31,455 - sdnvpn_test_utils - DEBUG - Waiting for network 52a983cd-5751-4730-86bf-ab345c8ab55e to associate with BGPVPN cba249f0-d39c-4956-b943-8ac4d84700d6 2018-10-22 18:22:31,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/52a983cd-5751-4730-86bf-ab345c8ab55e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" 2018-10-22 18:22:31,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-18c08f44-3304-4a1b-b657-73078fcab1da Date: Mon, 22 Oct 2018 18:22:31 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "52a983cd-5751-4730-86bf-ab345c8ab55e", "name": "sdnvpn-892068", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "import_targets": ["88:88"], "networks": ["cba249f0-d39c-4956-b943-8ac4d84700d6", "fb02b3fd-e701-41b1-8fab-c19fde55c639"], "route_targets": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "type": "l3"}} 2018-10-22 18:22:31,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/52a983cd-5751-4730-86bf-ab345c8ab55e used request id req-18c08f44-3304-4a1b-b657-73078fcab1da 2018-10-22 18:22:32,931 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-22 18:23:02,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d117f00c65bb46a0e107eaedccb85dfd962725f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:23:04,032 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:23: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-0d4bb830-5861-4d2d-b078-85287dc73a00 x-compute-request-id: req-0d4bb830-5861-4d2d-b078-85287dc73a00 Content-Encoding: gzip Content-Length: 8101 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 909519944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129872] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131517] pid_max: default: 32768 minimum: 301\n[ 0.132403] ACPI: Core revision 20150930\n[ 0.133786] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135091] Security Framework initialized\n[ 0.135898] Yama: becoming mindful.\n[ 0.136623] AppArmor: AppArmor initialized\n[ 0.137489] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138812] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141337] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142723] Initializing cgroup subsys io\n[ 0.143533] Initializing cgroup subsys memory\n[ 0.144386] Initializing cgroup subsys devices\n[ 0.145263] Initializing cgroup subsys freezer\n[ 0.146131] Initializing cgroup subsys net_cls\n[ 0.146999] Initializing cgroup subsys perf_event\n[ 0.147904] Initializing cgroup subsys net_prio\n[ 0.148776] Initializing cgroup subsys hugetlb\n[ 0.149650] Initializing cgroup subsys pids\n[ 0.150521] CPU: Physical Processor ID: 0\n[ 0.152010] mce: CPU supports 10 MCE banks\n[ 0.152848] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153844] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164781] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171418] ftrace: allocating 31920 entries in 125 pages\n[ 0.198696] smpboot: Max logical packages: 1\n[ 0.199573] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200922] x2apic enabled\n[ 0.201733] Switched APIC routing to physical x2apic.\n[ 0.203527] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206630] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208403] KVM setup paravirtual spinlock\n[ 0.209726] x86: Booted up 1 node, 1 CPUs\n[ 0.210538] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211926] devtmpfs: initialized\n[ 0.213641] evm: security.selinux\n[ 0.214336] evm: security.SMACK64\n[ 0.215022] evm: security.SMACK64EXEC\n[ 0.215757] evm: security.SMACK64TRANSMUTE\n[ 0.216562] evm: security.SMACK64MMAP\n[ 0.217307] evm: security.ima\n[ 0.217947] evm: security.capability\n[ 0.218749] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220597] pinctrl core: initialized pinctrl subsystem\n[ 0.221696] RTC time: 18:18:55, date: 10/22/18\n[ 0.222651] NET: Registered protocol family 16\n[ 0.223617] cpuidle: using governor ladder\n[ 0.224439] cpuidle: using governor menu\n[ 0.225231] PCCT header not found.\n[ 0.225985] ACPI: bus type PCI registered\n[ 0.226776] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228010] PCI: Using configuration type 1 for base access\n[ 0.229768] ACPI: Added _OSI(Module Device)\n[ 0.230609] ACPI: Added _OSI(Processor Device)\n[ 0.231469] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232360] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234472] ACPI: Interpreter enabled\n[ 0.235251] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238919] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240769] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242600] ACPI: (supports S0 S5)\n[ 0.243301] ACPI: Using IOAPIC for interrupt routing\n[ 0.244339] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247452] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249821] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251011] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253219] acpiphp: Slot [3] registered\n[ 0.254017] acpiphp: Slot [4] registered\n[ 0.254810] acpiphp: Slot [5] registered\n[ 0.255607] acpiphp: Slot [6] registered\n[ 0.256401] acpiphp: Slot [7] registered\n[ 0.257202] acpiphp: Slot [8] registered\n[ 0.257999] acpiphp: Slot [9] registered\n[ 0.258803] acpiphp: Slot [10] registered\n[ 0.259611] acpiphp: Slot [11] registered\n[ 0.260434] acpiphp: Slot [12] registered\n[ 0.261248] acpiphp: Slot [13] registered\n[ 0.262056] acpiphp: Slot [14] registered\n[ 0.262858] acpiphp: Slot [15] registered\n[ 0.273833] acpiphp: Slot [16] registered\n[ 0.274687] acpiphp: Slot [17] registered\n[ 0.275498] acpiphp: Slot [18] registered\n[ 0.276306] acpiphp: Slot [19] registered\n[ 0.277111] acpiphp: Slot [20] registered\n[ 0.277926] acpiphp: Slot [21] registered\n[ 0.278731] acpiphp: Slot [22] registered\n[ 0.279539] acpiphp: Slot [23] registered\n[ 0.280347] acpiphp: Slot [24] registered\n[ 0.281155] acpiphp: Slot [25] registered\n[ 0.281964] acpiphp: Slot [26] registered\n[ 0.282768] acpiphp: Slot [27] registered\n[ 0.283578] acpiphp: Slot [28] registered\n[ 0.284387] acpiphp: Slot [29] registered\n[ 0.285191] acpiphp: Slot [30] registered\n[ 0.286003] acpiphp: Slot [31] registered\n[ 0.286805] PCI host bridge to bus 0000:00\n[ 0.287609] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291459] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292899] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300465] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301628] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302887] 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.310771] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357493] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360482] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361903] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363322] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364583] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365742] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366986] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368522] vgaarb: loaded\n[ 0.369125] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370260] SCSI subsystem initialized\n[ 0.371079] ACPI: bus type USB registered\n[ 0.371887] usbcore: registered new interface driver usbfs\n[ 0.372910] usbcore: registered new interface driver hub\n[ 0.373906] usbcore: registered new device driver usb\n[ 0.374965] PCI: Using ACPI for IRQ routing\n[ 0.375993] NetLabel: Initializing\n[ 0.376698] NetLabel: domain hash size = 128\n[ 0.377556] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378503] NetLabel: unlabeled traffic allowed by default\n[ 0.379595] clocksource: Switched to clocksource kvm-clock\n[ 0.385199] AppArmor: AppArmor Filesystem Enabled\n[ 0.386158] pnp: PnP ACPI init\n[ 0.387084] pnp: PnP ACPI: found 5 devices\n[ 0.393460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395150] NET: Registered protocol family 2\n[ 0.396112] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397371] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398522] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399680] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400747] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401905] NET: Registered protocol family 1\n[ 0.402759] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403856] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404930] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418958] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433097] Trying to unpack rootfs image as initramfs...\n[ 0.483178] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497004] Scanning for low memory corruption every 60 seconds\n[ 0.498634] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500039] audit: initializing netlink subsys (disabled)\n[ 0.501322] audit: type=2000 audit(1540232336.186:1): initialized\n[ 0.502917] Initialise system trusted keyring\n[ 0.504059] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505521] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507766] zbud: loaded\n[ 0.508583] VFS: Disk quotas dquot_6.6.0\n[ 0.509598] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511437] fuse init (API version 7.23)\n[ 0.512529] Key type big_key registered\n[ 0.513508] Allocating IMA MOK and blacklist keyrings.\n[ 0.515218] Key type asymmetric registered\n[ 0.516234] Asymmetric key parser 'x509' registered\n[ 0.517419] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519221] io scheduler noop registered\n[ 0.520213] io scheduler deadline registered (default)\n[ 0.521429] io scheduler cfq registered\n[ 0.522440] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527131] ACPI: Power Button [PWRF]\n[ 0.528150] GHES: HEST is not enabled!\n[ 0.541998] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576545] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580162] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603815] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606343] Linux agpgart interface v0.103\n[ 0.609123] brd: module loaded\n[ 0.610526] loop: module loaded\n[ 0.615717] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617512] GPT:90111 != 2097151\n[ 0.618334] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619694] GPT:90111 != 2097151\n[ 0.620519] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621711] vda: vda1 vda15\n[ 0.623386] scsi host0: ata_piix\n[ 0.624299] scsi host1: ata_piix\n[ 0.625166] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626689] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628460] libphy: Fixed MDIO Bus: probed\n[ 0.629464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630638] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633321] PPP generic driver version 2.4.2\n[ 0.634408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635917] ehci-pci: EHCI PCI platform driver\n[ 0.637002] ehci-platform: EHCI generic platform driver\n[ 0.638234] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.639656] ohci-pci: OHCI PCI platform driver\n[ 0.640747] ohci-platform: OHCI generic platform driver\n[ 0.641990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.656642] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659699] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660968] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662368] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663904] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665652] usb usb1: Product: UHCI Host Controller\n[ 0.666835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668272] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669463] hub 1-0:1.0: USB hub found\n[ 0.670409] hub 1-0:1.0: 2 ports detected\n[ 0.671499] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674011] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675186] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676480] mousedev: PS/2 mouse device common for all mice\n[ 0.678020] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681617] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.683097] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684593] i2c /dev entries driver\n[ 0.685514] device-mapper: uevent: version 1.0.3\n[ 0.686670] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.688681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690234] NET: Registered protocol family 10\n[ 0.691426] NET: Registered protocol family 17\n[ 0.692528] Key type dns_resolver registered\n[ 0.693658] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697141] registered taskstats version 1\n[ 0.698169] Loading compiled-in X.509 certificates\n[ 0.699827] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702097] zswap: loaded using pool lzo/zbud\n[ 0.703693] Key type trusted registered\n[ 0.705418] Key type encrypted registered\n[ 0.706442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707727] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709006] evm: HMAC attrs: 0x1\n[ 0.710086] Magic number: 6:858:342\n[ 0.711100] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:56 UTC (1540232336)\n[ 0.713063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714440] EDD information not available.\n[ 0.784191] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.785885] ata1.00: configured for MWDMA2\n[ 0.787286] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.800449] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801980] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.803480] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.805601] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807515] Write protecting the kernel read-only data: 14336k\n[ 0.809357] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811514] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.261851] 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.8...\nLease of 10.10.11.8 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.81s]\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\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-10-22 18:23:04,032 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02/action used request id req-0d4bb830-5861-4d2d-b078-85287dc73a00 2018-10-22 18:23:04,033 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-4' (10.10.11.8) to 'sdnvpn-1-5' (10.10.11.7). -->Expected result: can ping. 2018-10-22 18:23:04,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d117f00c65bb46a0e107eaedccb85dfd962725f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:23:05,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:23: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-46e636f8-6c95-4605-b335-9fc786534172 x-compute-request-id: req-46e636f8-6c95-4605-b335-9fc786534172 Content-Encoding: gzip Content-Length: 8101 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 909519944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129872] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131517] pid_max: default: 32768 minimum: 301\n[ 0.132403] ACPI: Core revision 20150930\n[ 0.133786] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135091] Security Framework initialized\n[ 0.135898] Yama: becoming mindful.\n[ 0.136623] AppArmor: AppArmor initialized\n[ 0.137489] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138812] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141337] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142723] Initializing cgroup subsys io\n[ 0.143533] Initializing cgroup subsys memory\n[ 0.144386] Initializing cgroup subsys devices\n[ 0.145263] Initializing cgroup subsys freezer\n[ 0.146131] Initializing cgroup subsys net_cls\n[ 0.146999] Initializing cgroup subsys perf_event\n[ 0.147904] Initializing cgroup subsys net_prio\n[ 0.148776] Initializing cgroup subsys hugetlb\n[ 0.149650] Initializing cgroup subsys pids\n[ 0.150521] CPU: Physical Processor ID: 0\n[ 0.152010] mce: CPU supports 10 MCE banks\n[ 0.152848] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153844] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164781] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171418] ftrace: allocating 31920 entries in 125 pages\n[ 0.198696] smpboot: Max logical packages: 1\n[ 0.199573] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200922] x2apic enabled\n[ 0.201733] Switched APIC routing to physical x2apic.\n[ 0.203527] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206630] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208403] KVM setup paravirtual spinlock\n[ 0.209726] x86: Booted up 1 node, 1 CPUs\n[ 0.210538] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211926] devtmpfs: initialized\n[ 0.213641] evm: security.selinux\n[ 0.214336] evm: security.SMACK64\n[ 0.215022] evm: security.SMACK64EXEC\n[ 0.215757] evm: security.SMACK64TRANSMUTE\n[ 0.216562] evm: security.SMACK64MMAP\n[ 0.217307] evm: security.ima\n[ 0.217947] evm: security.capability\n[ 0.218749] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220597] pinctrl core: initialized pinctrl subsystem\n[ 0.221696] RTC time: 18:18:55, date: 10/22/18\n[ 0.222651] NET: Registered protocol family 16\n[ 0.223617] cpuidle: using governor ladder\n[ 0.224439] cpuidle: using governor menu\n[ 0.225231] PCCT header not found.\n[ 0.225985] ACPI: bus type PCI registered\n[ 0.226776] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228010] PCI: Using configuration type 1 for base access\n[ 0.229768] ACPI: Added _OSI(Module Device)\n[ 0.230609] ACPI: Added _OSI(Processor Device)\n[ 0.231469] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232360] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234472] ACPI: Interpreter enabled\n[ 0.235251] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238919] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240769] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242600] ACPI: (supports S0 S5)\n[ 0.243301] ACPI: Using IOAPIC for interrupt routing\n[ 0.244339] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247452] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249821] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251011] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253219] acpiphp: Slot [3] registered\n[ 0.254017] acpiphp: Slot [4] registered\n[ 0.254810] acpiphp: Slot [5] registered\n[ 0.255607] acpiphp: Slot [6] registered\n[ 0.256401] acpiphp: Slot [7] registered\n[ 0.257202] acpiphp: Slot [8] registered\n[ 0.257999] acpiphp: Slot [9] registered\n[ 0.258803] acpiphp: Slot [10] registered\n[ 0.259611] acpiphp: Slot [11] registered\n[ 0.260434] acpiphp: Slot [12] registered\n[ 0.261248] acpiphp: Slot [13] registered\n[ 0.262056] acpiphp: Slot [14] registered\n[ 0.262858] acpiphp: Slot [15] registered\n[ 0.273833] acpiphp: Slot [16] registered\n[ 0.274687] acpiphp: Slot [17] registered\n[ 0.275498] acpiphp: Slot [18] registered\n[ 0.276306] acpiphp: Slot [19] registered\n[ 0.277111] acpiphp: Slot [20] registered\n[ 0.277926] acpiphp: Slot [21] registered\n[ 0.278731] acpiphp: Slot [22] registered\n[ 0.279539] acpiphp: Slot [23] registered\n[ 0.280347] acpiphp: Slot [24] registered\n[ 0.281155] acpiphp: Slot [25] registered\n[ 0.281964] acpiphp: Slot [26] registered\n[ 0.282768] acpiphp: Slot [27] registered\n[ 0.283578] acpiphp: Slot [28] registered\n[ 0.284387] acpiphp: Slot [29] registered\n[ 0.285191] acpiphp: Slot [30] registered\n[ 0.286003] acpiphp: Slot [31] registered\n[ 0.286805] PCI host bridge to bus 0000:00\n[ 0.287609] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291459] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292899] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300465] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301628] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302887] 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.310771] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357493] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360482] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361903] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363322] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364583] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365742] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366986] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368522] vgaarb: loaded\n[ 0.369125] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370260] SCSI subsystem initialized\n[ 0.371079] ACPI: bus type USB registered\n[ 0.371887] usbcore: registered new interface driver usbfs\n[ 0.372910] usbcore: registered new interface driver hub\n[ 0.373906] usbcore: registered new device driver usb\n[ 0.374965] PCI: Using ACPI for IRQ routing\n[ 0.375993] NetLabel: Initializing\n[ 0.376698] NetLabel: domain hash size = 128\n[ 0.377556] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378503] NetLabel: unlabeled traffic allowed by default\n[ 0.379595] clocksource: Switched to clocksource kvm-clock\n[ 0.385199] AppArmor: AppArmor Filesystem Enabled\n[ 0.386158] pnp: PnP ACPI init\n[ 0.387084] pnp: PnP ACPI: found 5 devices\n[ 0.393460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395150] NET: Registered protocol family 2\n[ 0.396112] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397371] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398522] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399680] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400747] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401905] NET: Registered protocol family 1\n[ 0.402759] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403856] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404930] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418958] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433097] Trying to unpack rootfs image as initramfs...\n[ 0.483178] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497004] Scanning for low memory corruption every 60 seconds\n[ 0.498634] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500039] audit: initializing netlink subsys (disabled)\n[ 0.501322] audit: type=2000 audit(1540232336.186:1): initialized\n[ 0.502917] Initialise system trusted keyring\n[ 0.504059] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505521] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507766] zbud: loaded\n[ 0.508583] VFS: Disk quotas dquot_6.6.0\n[ 0.509598] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511437] fuse init (API version 7.23)\n[ 0.512529] Key type big_key registered\n[ 0.513508] Allocating IMA MOK and blacklist keyrings.\n[ 0.515218] Key type asymmetric registered\n[ 0.516234] Asymmetric key parser 'x509' registered\n[ 0.517419] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519221] io scheduler noop registered\n[ 0.520213] io scheduler deadline registered (default)\n[ 0.521429] io scheduler cfq registered\n[ 0.522440] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527131] ACPI: Power Button [PWRF]\n[ 0.528150] GHES: HEST is not enabled!\n[ 0.541998] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576545] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580162] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603815] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606343] Linux agpgart interface v0.103\n[ 0.609123] brd: module loaded\n[ 0.610526] loop: module loaded\n[ 0.615717] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617512] GPT:90111 != 2097151\n[ 0.618334] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619694] GPT:90111 != 2097151\n[ 0.620519] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621711] vda: vda1 vda15\n[ 0.623386] scsi host0: ata_piix\n[ 0.624299] scsi host1: ata_piix\n[ 0.625166] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626689] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628460] libphy: Fixed MDIO Bus: probed\n[ 0.629464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630638] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633321] PPP generic driver version 2.4.2\n[ 0.634408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635917] ehci-pci: EHCI PCI platform driver\n[ 0.637002] ehci-platform: EHCI generic platform driver\n[ 0.638234] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.639656] ohci-pci: OHCI PCI platform driver\n[ 0.640747] ohci-platform: OHCI generic platform driver\n[ 0.641990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.656642] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659699] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660968] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662368] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663904] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665652] usb usb1: Product: UHCI Host Controller\n[ 0.666835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668272] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669463] hub 1-0:1.0: USB hub found\n[ 0.670409] hub 1-0:1.0: 2 ports detected\n[ 0.671499] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674011] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675186] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676480] mousedev: PS/2 mouse device common for all mice\n[ 0.678020] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680274] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681617] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.683097] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684593] i2c /dev entries driver\n[ 0.685514] device-mapper: uevent: version 1.0.3\n[ 0.686670] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.688681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690234] NET: Registered protocol family 10\n[ 0.691426] NET: Registered protocol family 17\n[ 0.692528] Key type dns_resolver registered\n[ 0.693658] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695002] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697141] registered taskstats version 1\n[ 0.698169] Loading compiled-in X.509 certificates\n[ 0.699827] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702097] zswap: loaded using pool lzo/zbud\n[ 0.703693] Key type trusted registered\n[ 0.705418] Key type encrypted registered\n[ 0.706442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707727] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709006] evm: HMAC attrs: 0x1\n[ 0.710086] Magic number: 6:858:342\n[ 0.711100] rtc_cmos 00:00: setting system clock to 2018-10-22 18:18:56 UTC (1540232336)\n[ 0.713063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714440] EDD information not available.\n[ 0.784191] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.785885] ata1.00: configured for MWDMA2\n[ 0.787286] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.800449] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.801980] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.803480] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.805601] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807515] Write protecting the kernel read-only data: 14336k\n[ 0.809357] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811514] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.261851] 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.8...\nLease of 10.10.11.8 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.81s]\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\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-10-22 18:23:05,106 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02/action used request id req-46e636f8-6c95-4605-b335-9fc786534172 2018-10-22 18:23:05,107 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-4' cannot ping 'sdnvpn-1-5' 2018-10-22 18:23:05,107 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-10-22 18:23:05,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/52a983cd-5751-4730-86bf-ab345c8ab55e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" 2018-10-22 18:23:05,757 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-473a0f22-0af2-40b6-9b15-01cf077b099f Content-Length: 0 Date: Mon, 22 Oct 2018 18:23:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:23:05,757 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/52a983cd-5751-4730-86bf-ab345c8ab55e used request id req-473a0f22-0af2-40b6-9b15-01cf077b099f 2018-10-22 18:23:35,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-892068", "route_distinguishers": "11:11"}}' 2018-10-22 18:23:36,120 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-fff39aa5-f8e1-4548-94fe-e58a2a09cf10 Date: Mon, 22 Oct 2018 18:23:36 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "5c0d1978-8c20-48e0-99d0-0933ffde92e5", "name": "sdnvpn-892068", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "type": "l3"}} 2018-10-22 18:23:36,120 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns used request id req-fff39aa5-f8e1-4548-94fe-e58a2a09cf10 2018-10-22 18:23:36,120 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-892068', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'8ba7a6acf87944158b12f697f8414be6', u'route_targets': [], u'project_id': u'8ba7a6acf87944158b12f697f8414be6', u'type': u'l3', u'id': u'5c0d1978-8c20-48e0-99d0-0933ffde92e5'}} 2018-10-22 18:23:36,121 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-10-22 18:23:36,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5c0d1978-8c20-48e0-99d0-0933ffde92e5/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" -d '{"network_association": {"network_id": "fb02b3fd-e701-41b1-8fab-c19fde55c639"}}' 2018-10-22 18:23:36,766 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-4b8212dc-d7b6-48d2-817c-0618a83f2867 Date: Mon, 22 Oct 2018 18:23:36 GMT RESP BODY: {"network_association": {"network_id": "fb02b3fd-e701-41b1-8fab-c19fde55c639", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "01b7f252-823f-4662-a3c8-a47ac15b862a"}} 2018-10-22 18:23:36,767 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5c0d1978-8c20-48e0-99d0-0933ffde92e5/network_associations used request id req-4b8212dc-d7b6-48d2-817c-0618a83f2867 2018-10-22 18:23:36,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5c0d1978-8c20-48e0-99d0-0933ffde92e5/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" -d '{"network_association": {"network_id": "cba249f0-d39c-4956-b943-8ac4d84700d6"}}' 2018-10-22 18:23:37,483 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-16a7520d-1f43-49b3-bcda-61112a79112c Date: Mon, 22 Oct 2018 18:23:37 GMT RESP BODY: {"network_association": {"network_id": "cba249f0-d39c-4956-b943-8ac4d84700d6", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "ff892596-e816-48d3-a714-d566168a1e6c"}} 2018-10-22 18:23:37,483 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5c0d1978-8c20-48e0-99d0-0933ffde92e5/network_associations used request id req-16a7520d-1f43-49b3-bcda-61112a79112c 2018-10-22 18:23:37,484 - sdnvpn_test_utils - DEBUG - Waiting for network 5c0d1978-8c20-48e0-99d0-0933ffde92e5 to associate with BGPVPN fb02b3fd-e701-41b1-8fab-c19fde55c639 2018-10-22 18:23:37,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5c0d1978-8c20-48e0-99d0-0933ffde92e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" 2018-10-22 18:23:37,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-d48ba97e-d20d-48ea-bd62-ebee70e28780 Date: Mon, 22 Oct 2018 18:23:37 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "5c0d1978-8c20-48e0-99d0-0933ffde92e5", "name": "sdnvpn-892068", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "import_targets": ["88:88"], "networks": ["cba249f0-d39c-4956-b943-8ac4d84700d6", "fb02b3fd-e701-41b1-8fab-c19fde55c639"], "route_targets": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "type": "l3"}} 2018-10-22 18:23:37,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5c0d1978-8c20-48e0-99d0-0933ffde92e5 used request id req-d48ba97e-d20d-48ea-bd62-ebee70e28780 2018-10-22 18:23:38,794 - sdnvpn_test_utils - DEBUG - Waiting for network 5c0d1978-8c20-48e0-99d0-0933ffde92e5 to associate with BGPVPN cba249f0-d39c-4956-b943-8ac4d84700d6 2018-10-22 18:23:38,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5c0d1978-8c20-48e0-99d0-0933ffde92e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" 2018-10-22 18:23:39,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-40be03a0-293f-4a3a-aa2a-099115aec444 Date: Mon, 22 Oct 2018 18:23:39 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "5c0d1978-8c20-48e0-99d0-0933ffde92e5", "name": "sdnvpn-892068", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "import_targets": ["88:88"], "networks": ["cba249f0-d39c-4956-b943-8ac4d84700d6", "fb02b3fd-e701-41b1-8fab-c19fde55c639"], "route_targets": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "type": "l3"}} 2018-10-22 18:23:39,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5c0d1978-8c20-48e0-99d0-0933ffde92e5 used request id req-40be03a0-293f-4a3a-aa2a-099115aec444 2018-10-22 18:23:40,089 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-22 18:24:10,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f230a879c3be379941b0b10ed438eb6873633f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:24:11,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:24: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-d5a44cc7-2f93-46c2-bd01-d840b84bf69b x-compute-request-id: req-d5a44cc7-2f93-46c2-bd01-d840b84bf69b Content-Encoding: gzip Content-Length: 8155 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546431199 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130367] pid_max: default: 32768 minimum: 301\n[ 0.131250] ACPI: Core revision 20150930\n[ 0.132630] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133949] Security Framework initialized\n[ 0.134763] Yama: becoming mindful.\n[ 0.135588] AppArmor: AppArmor initialized\n[ 0.136453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137769] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139041] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140243] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141616] Initializing cgroup subsys io\n[ 0.142435] Initializing cgroup subsys memory\n[ 0.143297] Initializing cgroup subsys devices\n[ 0.144209] Initializing cgroup subsys freezer\n[ 0.145079] Initializing cgroup subsys net_cls\n[ 0.145947] Initializing cgroup subsys perf_event\n[ 0.146853] Initializing cgroup subsys net_prio\n[ 0.147733] Initializing cgroup subsys hugetlb\n[ 0.148599] Initializing cgroup subsys pids\n[ 0.149468] CPU: Physical Processor ID: 0\n[ 0.150950] mce: CPU supports 10 MCE banks\n[ 0.151831] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152827] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163681] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170284] ftrace: allocating 31920 entries in 125 pages\n[ 0.197304] smpboot: Max logical packages: 1\n[ 0.198167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199500] x2apic enabled\n[ 0.200315] Switched APIC routing to physical x2apic.\n[ 0.202066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203168] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206920] KVM setup paravirtual spinlock\n[ 0.208200] x86: Booted up 1 node, 1 CPUs\n[ 0.209000] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210371] devtmpfs: initialized\n[ 0.212081] evm: security.selinux\n[ 0.212777] evm: security.SMACK64\n[ 0.213462] evm: security.SMACK64EXEC\n[ 0.214195] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215780] evm: security.ima\n[ 0.216419] evm: security.capability\n[ 0.217212] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220134] RTC time: 18:19:07, date: 10/22/18\n[ 0.221078] NET: Registered protocol family 16\n[ 0.222048] cpuidle: using governor ladder\n[ 0.222864] cpuidle: using governor menu\n[ 0.223642] PCCT header not found.\n[ 0.224409] ACPI: bus type PCI registered\n[ 0.225208] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226448] PCI: Using configuration type 1 for base access\n[ 0.228186] ACPI: Added _OSI(Module Device)\n[ 0.229029] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230772] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232874] ACPI: Interpreter enabled\n[ 0.233650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241010] ACPI: (supports S0 S5)\n[ 0.241719] ACPI: Using IOAPIC for interrupt routing\n[ 0.242902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246007] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247142] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248363] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249554] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251776] acpiphp: Slot [3] registered\n[ 0.252575] acpiphp: Slot [4] registered\n[ 0.253369] acpiphp: Slot [5] registered\n[ 0.254164] acpiphp: Slot [6] registered\n[ 0.254992] acpiphp: Slot [7] registered\n[ 0.255796] acpiphp: Slot [8] registered\n[ 0.256592] acpiphp: Slot [9] registered\n[ 0.257383] acpiphp: Slot [10] registered\n[ 0.258190] acpiphp: Slot [11] registered\n[ 0.258998] acpiphp: Slot [12] registered\n[ 0.259819] acpiphp: Slot [13] registered\n[ 0.260625] acpiphp: Slot [14] registered\n[ 0.261431] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273345] acpiphp: Slot [17] registered\n[ 0.274147] acpiphp: Slot [18] registered\n[ 0.274977] acpiphp: Slot [19] registered\n[ 0.275789] acpiphp: Slot [20] registered\n[ 0.276598] acpiphp: Slot [21] registered\n[ 0.277403] acpiphp: Slot [22] registered\n[ 0.278198] acpiphp: Slot [23] registered\n[ 0.278999] acpiphp: Slot [24] registered\n[ 0.279800] acpiphp: Slot [25] registered\n[ 0.280604] acpiphp: Slot [26] registered\n[ 0.281404] acpiphp: Slot [27] registered\n[ 0.282202] acpiphp: Slot [28] registered\n[ 0.283007] acpiphp: Slot [29] registered\n[ 0.283809] acpiphp: Slot [30] registered\n[ 0.284615] acpiphp: Slot [31] registered\n[ 0.285440] PCI host bridge to bus 0000:00\n[ 0.286231] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287420] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290033] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291458] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297694] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298957] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300108] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308182] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309629] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357728] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359228] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360655] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362073] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364427] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366870] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367909] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369434] vgaarb: loaded\n[ 0.370032] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371221] SCSI subsystem initialized\n[ 0.372050] ACPI: bus type USB registered\n[ 0.372866] usbcore: registered new interface driver usbfs\n[ 0.373891] usbcore: registered new interface driver hub\n[ 0.374889] usbcore: registered new device driver usb\n[ 0.375936] PCI: Using ACPI for IRQ routing\n[ 0.376955] NetLabel: Initializing\n[ 0.377699] NetLabel: domain hash size = 128\n[ 0.378552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379499] NetLabel: unlabeled traffic allowed by default\n[ 0.380588] clocksource: Switched to clocksource kvm-clock\n[ 0.385987] AppArmor: AppArmor Filesystem Enabled\n[ 0.386964] pnp: PnP ACPI init\n[ 0.387879] pnp: PnP ACPI: found 5 devices\n[ 0.394250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395955] NET: Registered protocol family 2\n[ 0.396912] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398177] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399345] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400501] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401575] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402741] NET: Registered protocol family 1\n[ 0.403605] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404701] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405775] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433995] Trying to unpack rootfs image as initramfs...\n[ 0.483360] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497153] Scanning for low memory corruption every 60 seconds\n[ 0.498524] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499661] audit: initializing netlink subsys (disabled)\n[ 0.500685] audit: type=2000 audit(1540232347.991:1): initialized\n[ 0.501992] Initialise system trusted keyring\n[ 0.502917] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504075] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506038] zbud: loaded\n[ 0.506744] VFS: Disk quotas dquot_6.6.0\n[ 0.507560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509062] fuse init (API version 7.23)\n[ 0.509960] Key type big_key registered\n[ 0.510760] Allocating IMA MOK and blacklist keyrings.\n[ 0.512222] Key type asymmetric registered\n[ 0.513050] Asymmetric key parser 'x509' registered\n[ 0.513998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515447] io scheduler noop registered\n[ 0.516231] io scheduler deadline registered (default)\n[ 0.517220] io scheduler cfq registered\n[ 0.518060] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519100] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521809] ACPI: Power Button [PWRF]\n[ 0.522643] GHES: HEST is not enabled!\n[ 0.536431] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566493] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569431] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593733] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595883] Linux agpgart interface v0.103\n[ 0.597940] brd: module loaded\n[ 0.599167] loop: module loaded\n[ 0.603594] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605073] GPT:90111 != 2097151\n[ 0.605752] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606830] GPT:90111 != 2097151\n[ 0.607498] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608450] vda: vda1 vda15\n[ 0.609908] scsi host0: ata_piix\n[ 0.610641] scsi host1: ata_piix\n[ 0.611340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612551] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613995] libphy: Fixed MDIO Bus: probed\n[ 0.614865] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615853] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618129] PPP generic driver version 2.4.2\n[ 0.619053] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620412] ehci-pci: EHCI PCI platform driver\n[ 0.621333] ehci-platform: EHCI generic platform driver\n[ 0.622393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623561] ohci-pci: OHCI PCI platform driver\n[ 0.624469] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641015] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642529] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643590] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644772] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647632] usb usb1: Product: UHCI Host Controller\n[ 0.648633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650917] hub 1-0:1.0: USB hub found\n[ 0.651745] hub 1-0:1.0: 2 ports detected\n[ 0.652729] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654966] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655994] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657114] mousedev: PS/2 mouse device common for all mice\n[ 0.658471] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660482] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661651] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662936] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664249] i2c /dev entries driver\n[ 0.665086] device-mapper: uevent: version 1.0.3\n[ 0.666109] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667794] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669174] NET: Registered protocol family 10\n[ 0.670214] NET: Registered protocol family 17\n[ 0.671188] Key type dns_resolver registered\n[ 0.672170] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675312] registered taskstats version 1\n[ 0.676226] Loading compiled-in X.509 certificates\n[ 0.677728] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679740] zswap: loaded using pool lzo/zbud\n[ 0.681189] Key type trusted registered\n[ 0.682786] Key type encrypted registered\n[ 0.683664] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684794] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685906] evm: HMAC attrs: 0x1\n[ 0.687236] Magic number: 6:858:342\n[ 0.688156] rtc_cmos 00:00: setting system clock to 2018-10-22 18:19:08 UTC (1540232348)\n[ 0.689859] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691104] EDD information not available.\n[ 0.769145] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770669] ata1.00: configured for MWDMA2\n[ 0.771886] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784663] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785997] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787309] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790866] Write protecting the kernel read-only data: 14336k\n[ 0.792407] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794199] 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.373410] 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.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 1.97s]\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 OK\nping 10.10.11.7 KO\n[ 257.352802] random: nonblocking pool is initialized\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 OK\n"} 2018-10-22 18:24:11,331 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action used request id req-d5a44cc7-2f93-46c2-bd01-d840b84bf69b 2018-10-22 18:24:11,332 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-4' (10.10.11.8). -->Expected result: can ping. 2018-10-22 18:24:11,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f230a879c3be379941b0b10ed438eb6873633f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:24:12,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:24: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-1c0780bf-abc0-4058-b5f1-4d04a3531d10 x-compute-request-id: req-1c0780bf-abc0-4058-b5f1-4d04a3531d10 Content-Encoding: gzip Content-Length: 8155 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546431199 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130367] pid_max: default: 32768 minimum: 301\n[ 0.131250] ACPI: Core revision 20150930\n[ 0.132630] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133949] Security Framework initialized\n[ 0.134763] Yama: becoming mindful.\n[ 0.135588] AppArmor: AppArmor initialized\n[ 0.136453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137769] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139041] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140243] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141616] Initializing cgroup subsys io\n[ 0.142435] Initializing cgroup subsys memory\n[ 0.143297] Initializing cgroup subsys devices\n[ 0.144209] Initializing cgroup subsys freezer\n[ 0.145079] Initializing cgroup subsys net_cls\n[ 0.145947] Initializing cgroup subsys perf_event\n[ 0.146853] Initializing cgroup subsys net_prio\n[ 0.147733] Initializing cgroup subsys hugetlb\n[ 0.148599] Initializing cgroup subsys pids\n[ 0.149468] CPU: Physical Processor ID: 0\n[ 0.150950] mce: CPU supports 10 MCE banks\n[ 0.151831] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152827] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163681] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170284] ftrace: allocating 31920 entries in 125 pages\n[ 0.197304] smpboot: Max logical packages: 1\n[ 0.198167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199500] x2apic enabled\n[ 0.200315] Switched APIC routing to physical x2apic.\n[ 0.202066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203168] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206920] KVM setup paravirtual spinlock\n[ 0.208200] x86: Booted up 1 node, 1 CPUs\n[ 0.209000] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210371] devtmpfs: initialized\n[ 0.212081] evm: security.selinux\n[ 0.212777] evm: security.SMACK64\n[ 0.213462] evm: security.SMACK64EXEC\n[ 0.214195] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215780] evm: security.ima\n[ 0.216419] evm: security.capability\n[ 0.217212] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220134] RTC time: 18:19:07, date: 10/22/18\n[ 0.221078] NET: Registered protocol family 16\n[ 0.222048] cpuidle: using governor ladder\n[ 0.222864] cpuidle: using governor menu\n[ 0.223642] PCCT header not found.\n[ 0.224409] ACPI: bus type PCI registered\n[ 0.225208] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226448] PCI: Using configuration type 1 for base access\n[ 0.228186] ACPI: Added _OSI(Module Device)\n[ 0.229029] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230772] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232874] ACPI: Interpreter enabled\n[ 0.233650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241010] ACPI: (supports S0 S5)\n[ 0.241719] ACPI: Using IOAPIC for interrupt routing\n[ 0.242902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246007] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247142] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248363] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249554] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251776] acpiphp: Slot [3] registered\n[ 0.252575] acpiphp: Slot [4] registered\n[ 0.253369] acpiphp: Slot [5] registered\n[ 0.254164] acpiphp: Slot [6] registered\n[ 0.254992] acpiphp: Slot [7] registered\n[ 0.255796] acpiphp: Slot [8] registered\n[ 0.256592] acpiphp: Slot [9] registered\n[ 0.257383] acpiphp: Slot [10] registered\n[ 0.258190] acpiphp: Slot [11] registered\n[ 0.258998] acpiphp: Slot [12] registered\n[ 0.259819] acpiphp: Slot [13] registered\n[ 0.260625] acpiphp: Slot [14] registered\n[ 0.261431] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273345] acpiphp: Slot [17] registered\n[ 0.274147] acpiphp: Slot [18] registered\n[ 0.274977] acpiphp: Slot [19] registered\n[ 0.275789] acpiphp: Slot [20] registered\n[ 0.276598] acpiphp: Slot [21] registered\n[ 0.277403] acpiphp: Slot [22] registered\n[ 0.278198] acpiphp: Slot [23] registered\n[ 0.278999] acpiphp: Slot [24] registered\n[ 0.279800] acpiphp: Slot [25] registered\n[ 0.280604] acpiphp: Slot [26] registered\n[ 0.281404] acpiphp: Slot [27] registered\n[ 0.282202] acpiphp: Slot [28] registered\n[ 0.283007] acpiphp: Slot [29] registered\n[ 0.283809] acpiphp: Slot [30] registered\n[ 0.284615] acpiphp: Slot [31] registered\n[ 0.285440] PCI host bridge to bus 0000:00\n[ 0.286231] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287420] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290033] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291458] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297694] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298957] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300108] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308182] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309629] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357728] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359228] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360655] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362073] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364427] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366870] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367909] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369434] vgaarb: loaded\n[ 0.370032] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371221] SCSI subsystem initialized\n[ 0.372050] ACPI: bus type USB registered\n[ 0.372866] usbcore: registered new interface driver usbfs\n[ 0.373891] usbcore: registered new interface driver hub\n[ 0.374889] usbcore: registered new device driver usb\n[ 0.375936] PCI: Using ACPI for IRQ routing\n[ 0.376955] NetLabel: Initializing\n[ 0.377699] NetLabel: domain hash size = 128\n[ 0.378552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379499] NetLabel: unlabeled traffic allowed by default\n[ 0.380588] clocksource: Switched to clocksource kvm-clock\n[ 0.385987] AppArmor: AppArmor Filesystem Enabled\n[ 0.386964] pnp: PnP ACPI init\n[ 0.387879] pnp: PnP ACPI: found 5 devices\n[ 0.394250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395955] NET: Registered protocol family 2\n[ 0.396912] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398177] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399345] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400501] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401575] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402741] NET: Registered protocol family 1\n[ 0.403605] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404701] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405775] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433995] Trying to unpack rootfs image as initramfs...\n[ 0.483360] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497153] Scanning for low memory corruption every 60 seconds\n[ 0.498524] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499661] audit: initializing netlink subsys (disabled)\n[ 0.500685] audit: type=2000 audit(1540232347.991:1): initialized\n[ 0.501992] Initialise system trusted keyring\n[ 0.502917] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504075] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506038] zbud: loaded\n[ 0.506744] VFS: Disk quotas dquot_6.6.0\n[ 0.507560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509062] fuse init (API version 7.23)\n[ 0.509960] Key type big_key registered\n[ 0.510760] Allocating IMA MOK and blacklist keyrings.\n[ 0.512222] Key type asymmetric registered\n[ 0.513050] Asymmetric key parser 'x509' registered\n[ 0.513998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515447] io scheduler noop registered\n[ 0.516231] io scheduler deadline registered (default)\n[ 0.517220] io scheduler cfq registered\n[ 0.518060] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519100] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521809] ACPI: Power Button [PWRF]\n[ 0.522643] GHES: HEST is not enabled!\n[ 0.536431] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566493] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569431] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593733] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595883] Linux agpgart interface v0.103\n[ 0.597940] brd: module loaded\n[ 0.599167] loop: module loaded\n[ 0.603594] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605073] GPT:90111 != 2097151\n[ 0.605752] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606830] GPT:90111 != 2097151\n[ 0.607498] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608450] vda: vda1 vda15\n[ 0.609908] scsi host0: ata_piix\n[ 0.610641] scsi host1: ata_piix\n[ 0.611340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612551] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613995] libphy: Fixed MDIO Bus: probed\n[ 0.614865] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615853] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618129] PPP generic driver version 2.4.2\n[ 0.619053] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620412] ehci-pci: EHCI PCI platform driver\n[ 0.621333] ehci-platform: EHCI generic platform driver\n[ 0.622393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623561] ohci-pci: OHCI PCI platform driver\n[ 0.624469] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641015] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642529] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643590] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644772] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647632] usb usb1: Product: UHCI Host Controller\n[ 0.648633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650917] hub 1-0:1.0: USB hub found\n[ 0.651745] hub 1-0:1.0: 2 ports detected\n[ 0.652729] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654966] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655994] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657114] mousedev: PS/2 mouse device common for all mice\n[ 0.658471] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660482] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661651] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662936] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664249] i2c /dev entries driver\n[ 0.665086] device-mapper: uevent: version 1.0.3\n[ 0.666109] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667794] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669174] NET: Registered protocol family 10\n[ 0.670214] NET: Registered protocol family 17\n[ 0.671188] Key type dns_resolver registered\n[ 0.672170] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675312] registered taskstats version 1\n[ 0.676226] Loading compiled-in X.509 certificates\n[ 0.677728] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679740] zswap: loaded using pool lzo/zbud\n[ 0.681189] Key type trusted registered\n[ 0.682786] Key type encrypted registered\n[ 0.683664] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684794] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685906] evm: HMAC attrs: 0x1\n[ 0.687236] Magic number: 6:858:342\n[ 0.688156] rtc_cmos 00:00: setting system clock to 2018-10-22 18:19:08 UTC (1540232348)\n[ 0.689859] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691104] EDD information not available.\n[ 0.769145] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770669] ata1.00: configured for MWDMA2\n[ 0.771886] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784663] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785997] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787309] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790866] Write protecting the kernel read-only data: 14336k\n[ 0.792407] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794199] 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.373410] 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.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 1.97s]\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 OK\nping 10.10.11.7 KO\n[ 257.352802] random: nonblocking pool is initialized\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 OK\n"} 2018-10-22 18:24:12,460 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action used request id req-1c0780bf-abc0-4058-b5f1-4d04a3531d10 2018-10-22 18:24:12,461 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-4' 2018-10-22 18:24:12,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f230a879c3be379941b0b10ed438eb6873633f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:24:13,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:24: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-2c7d500c-98a7-4c42-890c-0d2daaaf02e3 x-compute-request-id: req-2c7d500c-98a7-4c42-890c-0d2daaaf02e3 Content-Encoding: gzip Content-Length: 8155 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546431199 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130367] pid_max: default: 32768 minimum: 301\n[ 0.131250] ACPI: Core revision 20150930\n[ 0.132630] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133949] Security Framework initialized\n[ 0.134763] Yama: becoming mindful.\n[ 0.135588] AppArmor: AppArmor initialized\n[ 0.136453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137769] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139041] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140243] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141616] Initializing cgroup subsys io\n[ 0.142435] Initializing cgroup subsys memory\n[ 0.143297] Initializing cgroup subsys devices\n[ 0.144209] Initializing cgroup subsys freezer\n[ 0.145079] Initializing cgroup subsys net_cls\n[ 0.145947] Initializing cgroup subsys perf_event\n[ 0.146853] Initializing cgroup subsys net_prio\n[ 0.147733] Initializing cgroup subsys hugetlb\n[ 0.148599] Initializing cgroup subsys pids\n[ 0.149468] CPU: Physical Processor ID: 0\n[ 0.150950] mce: CPU supports 10 MCE banks\n[ 0.151831] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152827] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163681] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170284] ftrace: allocating 31920 entries in 125 pages\n[ 0.197304] smpboot: Max logical packages: 1\n[ 0.198167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199500] x2apic enabled\n[ 0.200315] Switched APIC routing to physical x2apic.\n[ 0.202066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203168] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206920] KVM setup paravirtual spinlock\n[ 0.208200] x86: Booted up 1 node, 1 CPUs\n[ 0.209000] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210371] devtmpfs: initialized\n[ 0.212081] evm: security.selinux\n[ 0.212777] evm: security.SMACK64\n[ 0.213462] evm: security.SMACK64EXEC\n[ 0.214195] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215780] evm: security.ima\n[ 0.216419] evm: security.capability\n[ 0.217212] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220134] RTC time: 18:19:07, date: 10/22/18\n[ 0.221078] NET: Registered protocol family 16\n[ 0.222048] cpuidle: using governor ladder\n[ 0.222864] cpuidle: using governor menu\n[ 0.223642] PCCT header not found.\n[ 0.224409] ACPI: bus type PCI registered\n[ 0.225208] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226448] PCI: Using configuration type 1 for base access\n[ 0.228186] ACPI: Added _OSI(Module Device)\n[ 0.229029] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230772] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232874] ACPI: Interpreter enabled\n[ 0.233650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241010] ACPI: (supports S0 S5)\n[ 0.241719] ACPI: Using IOAPIC for interrupt routing\n[ 0.242902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246007] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247142] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248363] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249554] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251776] acpiphp: Slot [3] registered\n[ 0.252575] acpiphp: Slot [4] registered\n[ 0.253369] acpiphp: Slot [5] registered\n[ 0.254164] acpiphp: Slot [6] registered\n[ 0.254992] acpiphp: Slot [7] registered\n[ 0.255796] acpiphp: Slot [8] registered\n[ 0.256592] acpiphp: Slot [9] registered\n[ 0.257383] acpiphp: Slot [10] registered\n[ 0.258190] acpiphp: Slot [11] registered\n[ 0.258998] acpiphp: Slot [12] registered\n[ 0.259819] acpiphp: Slot [13] registered\n[ 0.260625] acpiphp: Slot [14] registered\n[ 0.261431] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273345] acpiphp: Slot [17] registered\n[ 0.274147] acpiphp: Slot [18] registered\n[ 0.274977] acpiphp: Slot [19] registered\n[ 0.275789] acpiphp: Slot [20] registered\n[ 0.276598] acpiphp: Slot [21] registered\n[ 0.277403] acpiphp: Slot [22] registered\n[ 0.278198] acpiphp: Slot [23] registered\n[ 0.278999] acpiphp: Slot [24] registered\n[ 0.279800] acpiphp: Slot [25] registered\n[ 0.280604] acpiphp: Slot [26] registered\n[ 0.281404] acpiphp: Slot [27] registered\n[ 0.282202] acpiphp: Slot [28] registered\n[ 0.283007] acpiphp: Slot [29] registered\n[ 0.283809] acpiphp: Slot [30] registered\n[ 0.284615] acpiphp: Slot [31] registered\n[ 0.285440] PCI host bridge to bus 0000:00\n[ 0.286231] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287420] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290033] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291458] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297694] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298957] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300108] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308182] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309629] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357728] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359228] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360655] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362073] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364427] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366870] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367909] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369434] vgaarb: loaded\n[ 0.370032] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371221] SCSI subsystem initialized\n[ 0.372050] ACPI: bus type USB registered\n[ 0.372866] usbcore: registered new interface driver usbfs\n[ 0.373891] usbcore: registered new interface driver hub\n[ 0.374889] usbcore: registered new device driver usb\n[ 0.375936] PCI: Using ACPI for IRQ routing\n[ 0.376955] NetLabel: Initializing\n[ 0.377699] NetLabel: domain hash size = 128\n[ 0.378552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379499] NetLabel: unlabeled traffic allowed by default\n[ 0.380588] clocksource: Switched to clocksource kvm-clock\n[ 0.385987] AppArmor: AppArmor Filesystem Enabled\n[ 0.386964] pnp: PnP ACPI init\n[ 0.387879] pnp: PnP ACPI: found 5 devices\n[ 0.394250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395955] NET: Registered protocol family 2\n[ 0.396912] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398177] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399345] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400501] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401575] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402741] NET: Registered protocol family 1\n[ 0.403605] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404701] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405775] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433995] Trying to unpack rootfs image as initramfs...\n[ 0.483360] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497153] Scanning for low memory corruption every 60 seconds\n[ 0.498524] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499661] audit: initializing netlink subsys (disabled)\n[ 0.500685] audit: type=2000 audit(1540232347.991:1): initialized\n[ 0.501992] Initialise system trusted keyring\n[ 0.502917] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504075] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506038] zbud: loaded\n[ 0.506744] VFS: Disk quotas dquot_6.6.0\n[ 0.507560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509062] fuse init (API version 7.23)\n[ 0.509960] Key type big_key registered\n[ 0.510760] Allocating IMA MOK and blacklist keyrings.\n[ 0.512222] Key type asymmetric registered\n[ 0.513050] Asymmetric key parser 'x509' registered\n[ 0.513998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515447] io scheduler noop registered\n[ 0.516231] io scheduler deadline registered (default)\n[ 0.517220] io scheduler cfq registered\n[ 0.518060] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519100] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521809] ACPI: Power Button [PWRF]\n[ 0.522643] GHES: HEST is not enabled!\n[ 0.536431] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566493] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569431] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593733] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595883] Linux agpgart interface v0.103\n[ 0.597940] brd: module loaded\n[ 0.599167] loop: module loaded\n[ 0.603594] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605073] GPT:90111 != 2097151\n[ 0.605752] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606830] GPT:90111 != 2097151\n[ 0.607498] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608450] vda: vda1 vda15\n[ 0.609908] scsi host0: ata_piix\n[ 0.610641] scsi host1: ata_piix\n[ 0.611340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612551] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613995] libphy: Fixed MDIO Bus: probed\n[ 0.614865] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615853] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618129] PPP generic driver version 2.4.2\n[ 0.619053] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620412] ehci-pci: EHCI PCI platform driver\n[ 0.621333] ehci-platform: EHCI generic platform driver\n[ 0.622393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623561] ohci-pci: OHCI PCI platform driver\n[ 0.624469] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641015] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642529] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643590] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644772] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647632] usb usb1: Product: UHCI Host Controller\n[ 0.648633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650917] hub 1-0:1.0: USB hub found\n[ 0.651745] hub 1-0:1.0: 2 ports detected\n[ 0.652729] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654966] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655994] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657114] mousedev: PS/2 mouse device common for all mice\n[ 0.658471] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660482] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661651] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662936] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664249] i2c /dev entries driver\n[ 0.665086] device-mapper: uevent: version 1.0.3\n[ 0.666109] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667794] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669174] NET: Registered protocol family 10\n[ 0.670214] NET: Registered protocol family 17\n[ 0.671188] Key type dns_resolver registered\n[ 0.672170] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675312] registered taskstats version 1\n[ 0.676226] Loading compiled-in X.509 certificates\n[ 0.677728] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679740] zswap: loaded using pool lzo/zbud\n[ 0.681189] Key type trusted registered\n[ 0.682786] Key type encrypted registered\n[ 0.683664] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684794] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685906] evm: HMAC attrs: 0x1\n[ 0.687236] Magic number: 6:858:342\n[ 0.688156] rtc_cmos 00:00: setting system clock to 2018-10-22 18:19:08 UTC (1540232348)\n[ 0.689859] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691104] EDD information not available.\n[ 0.769145] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770669] ata1.00: configured for MWDMA2\n[ 0.771886] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784663] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785997] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787309] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790866] Write protecting the kernel read-only data: 14336k\n[ 0.792407] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794199] 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.373410] 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.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 1.97s]\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 OK\nping 10.10.11.7 KO\n[ 257.352802] random: nonblocking pool is initialized\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 OK\n"} 2018-10-22 18:24:13,537 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action used request id req-2c7d500c-98a7-4c42-890c-0d2daaaf02e3 2018-10-22 18:24:13,538 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-5' (10.10.11.7). -->Expected result: can ping. 2018-10-22 18:24:13,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f230a879c3be379941b0b10ed438eb6873633f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:24:14,612 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:24:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-faf26ef2-d352-4bf2-8a0c-3b3c364fa7fd x-compute-request-id: req-faf26ef2-d352-4bf2-8a0c-3b3c364fa7fd Content-Encoding: gzip Content-Length: 8155 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546431199 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130367] pid_max: default: 32768 minimum: 301\n[ 0.131250] ACPI: Core revision 20150930\n[ 0.132630] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133949] Security Framework initialized\n[ 0.134763] Yama: becoming mindful.\n[ 0.135588] AppArmor: AppArmor initialized\n[ 0.136453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137769] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139041] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140243] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141616] Initializing cgroup subsys io\n[ 0.142435] Initializing cgroup subsys memory\n[ 0.143297] Initializing cgroup subsys devices\n[ 0.144209] Initializing cgroup subsys freezer\n[ 0.145079] Initializing cgroup subsys net_cls\n[ 0.145947] Initializing cgroup subsys perf_event\n[ 0.146853] Initializing cgroup subsys net_prio\n[ 0.147733] Initializing cgroup subsys hugetlb\n[ 0.148599] Initializing cgroup subsys pids\n[ 0.149468] CPU: Physical Processor ID: 0\n[ 0.150950] mce: CPU supports 10 MCE banks\n[ 0.151831] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152827] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163681] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170284] ftrace: allocating 31920 entries in 125 pages\n[ 0.197304] smpboot: Max logical packages: 1\n[ 0.198167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199500] x2apic enabled\n[ 0.200315] Switched APIC routing to physical x2apic.\n[ 0.202066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203168] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206920] KVM setup paravirtual spinlock\n[ 0.208200] x86: Booted up 1 node, 1 CPUs\n[ 0.209000] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210371] devtmpfs: initialized\n[ 0.212081] evm: security.selinux\n[ 0.212777] evm: security.SMACK64\n[ 0.213462] evm: security.SMACK64EXEC\n[ 0.214195] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215780] evm: security.ima\n[ 0.216419] evm: security.capability\n[ 0.217212] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220134] RTC time: 18:19:07, date: 10/22/18\n[ 0.221078] NET: Registered protocol family 16\n[ 0.222048] cpuidle: using governor ladder\n[ 0.222864] cpuidle: using governor menu\n[ 0.223642] PCCT header not found.\n[ 0.224409] ACPI: bus type PCI registered\n[ 0.225208] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226448] PCI: Using configuration type 1 for base access\n[ 0.228186] ACPI: Added _OSI(Module Device)\n[ 0.229029] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230772] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232874] ACPI: Interpreter enabled\n[ 0.233650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241010] ACPI: (supports S0 S5)\n[ 0.241719] ACPI: Using IOAPIC for interrupt routing\n[ 0.242902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246007] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247142] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248363] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249554] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251776] acpiphp: Slot [3] registered\n[ 0.252575] acpiphp: Slot [4] registered\n[ 0.253369] acpiphp: Slot [5] registered\n[ 0.254164] acpiphp: Slot [6] registered\n[ 0.254992] acpiphp: Slot [7] registered\n[ 0.255796] acpiphp: Slot [8] registered\n[ 0.256592] acpiphp: Slot [9] registered\n[ 0.257383] acpiphp: Slot [10] registered\n[ 0.258190] acpiphp: Slot [11] registered\n[ 0.258998] acpiphp: Slot [12] registered\n[ 0.259819] acpiphp: Slot [13] registered\n[ 0.260625] acpiphp: Slot [14] registered\n[ 0.261431] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273345] acpiphp: Slot [17] registered\n[ 0.274147] acpiphp: Slot [18] registered\n[ 0.274977] acpiphp: Slot [19] registered\n[ 0.275789] acpiphp: Slot [20] registered\n[ 0.276598] acpiphp: Slot [21] registered\n[ 0.277403] acpiphp: Slot [22] registered\n[ 0.278198] acpiphp: Slot [23] registered\n[ 0.278999] acpiphp: Slot [24] registered\n[ 0.279800] acpiphp: Slot [25] registered\n[ 0.280604] acpiphp: Slot [26] registered\n[ 0.281404] acpiphp: Slot [27] registered\n[ 0.282202] acpiphp: Slot [28] registered\n[ 0.283007] acpiphp: Slot [29] registered\n[ 0.283809] acpiphp: Slot [30] registered\n[ 0.284615] acpiphp: Slot [31] registered\n[ 0.285440] PCI host bridge to bus 0000:00\n[ 0.286231] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287420] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290033] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291458] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297694] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298957] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300108] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308182] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309629] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357728] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359228] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360655] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362073] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364427] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366870] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367909] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369434] vgaarb: loaded\n[ 0.370032] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371221] SCSI subsystem initialized\n[ 0.372050] ACPI: bus type USB registered\n[ 0.372866] usbcore: registered new interface driver usbfs\n[ 0.373891] usbcore: registered new interface driver hub\n[ 0.374889] usbcore: registered new device driver usb\n[ 0.375936] PCI: Using ACPI for IRQ routing\n[ 0.376955] NetLabel: Initializing\n[ 0.377699] NetLabel: domain hash size = 128\n[ 0.378552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379499] NetLabel: unlabeled traffic allowed by default\n[ 0.380588] clocksource: Switched to clocksource kvm-clock\n[ 0.385987] AppArmor: AppArmor Filesystem Enabled\n[ 0.386964] pnp: PnP ACPI init\n[ 0.387879] pnp: PnP ACPI: found 5 devices\n[ 0.394250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395955] NET: Registered protocol family 2\n[ 0.396912] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398177] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399345] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400501] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401575] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402741] NET: Registered protocol family 1\n[ 0.403605] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404701] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405775] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433995] Trying to unpack rootfs image as initramfs...\n[ 0.483360] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497153] Scanning for low memory corruption every 60 seconds\n[ 0.498524] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499661] audit: initializing netlink subsys (disabled)\n[ 0.500685] audit: type=2000 audit(1540232347.991:1): initialized\n[ 0.501992] Initialise system trusted keyring\n[ 0.502917] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504075] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506038] zbud: loaded\n[ 0.506744] VFS: Disk quotas dquot_6.6.0\n[ 0.507560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509062] fuse init (API version 7.23)\n[ 0.509960] Key type big_key registered\n[ 0.510760] Allocating IMA MOK and blacklist keyrings.\n[ 0.512222] Key type asymmetric registered\n[ 0.513050] Asymmetric key parser 'x509' registered\n[ 0.513998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515447] io scheduler noop registered\n[ 0.516231] io scheduler deadline registered (default)\n[ 0.517220] io scheduler cfq registered\n[ 0.518060] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519100] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521809] ACPI: Power Button [PWRF]\n[ 0.522643] GHES: HEST is not enabled!\n[ 0.536431] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566493] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569431] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593733] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595883] Linux agpgart interface v0.103\n[ 0.597940] brd: module loaded\n[ 0.599167] loop: module loaded\n[ 0.603594] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605073] GPT:90111 != 2097151\n[ 0.605752] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606830] GPT:90111 != 2097151\n[ 0.607498] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608450] vda: vda1 vda15\n[ 0.609908] scsi host0: ata_piix\n[ 0.610641] scsi host1: ata_piix\n[ 0.611340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612551] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613995] libphy: Fixed MDIO Bus: probed\n[ 0.614865] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615853] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618129] PPP generic driver version 2.4.2\n[ 0.619053] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620412] ehci-pci: EHCI PCI platform driver\n[ 0.621333] ehci-platform: EHCI generic platform driver\n[ 0.622393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623561] ohci-pci: OHCI PCI platform driver\n[ 0.624469] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641015] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642529] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643590] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644772] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647632] usb usb1: Product: UHCI Host Controller\n[ 0.648633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650917] hub 1-0:1.0: USB hub found\n[ 0.651745] hub 1-0:1.0: 2 ports detected\n[ 0.652729] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654966] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655994] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657114] mousedev: PS/2 mouse device common for all mice\n[ 0.658471] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660482] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661651] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662936] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664249] i2c /dev entries driver\n[ 0.665086] device-mapper: uevent: version 1.0.3\n[ 0.666109] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667794] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669174] NET: Registered protocol family 10\n[ 0.670214] NET: Registered protocol family 17\n[ 0.671188] Key type dns_resolver registered\n[ 0.672170] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675312] registered taskstats version 1\n[ 0.676226] Loading compiled-in X.509 certificates\n[ 0.677728] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679740] zswap: loaded using pool lzo/zbud\n[ 0.681189] Key type trusted registered\n[ 0.682786] Key type encrypted registered\n[ 0.683664] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684794] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685906] evm: HMAC attrs: 0x1\n[ 0.687236] Magic number: 6:858:342\n[ 0.688156] rtc_cmos 00:00: setting system clock to 2018-10-22 18:19:08 UTC (1540232348)\n[ 0.689859] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691104] EDD information not available.\n[ 0.769145] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770669] ata1.00: configured for MWDMA2\n[ 0.771886] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784663] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785997] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787309] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790866] Write protecting the kernel read-only data: 14336k\n[ 0.792407] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794199] 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.373410] 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.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 1.97s]\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 OK\nping 10.10.11.7 KO\n[ 257.352802] random: nonblocking pool is initialized\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 OK\n"} 2018-10-22 18:24:14,612 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action used request id req-faf26ef2-d352-4bf2-8a0c-3b3c364fa7fd 2018-10-22 18:24:15,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f230a879c3be379941b0b10ed438eb6873633f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:24:16,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:24: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-5f205162-5d5d-4074-b2eb-1e7172a66d57 x-compute-request-id: req-5f205162-5d5d-4074-b2eb-1e7172a66d57 Content-Encoding: gzip Content-Length: 8155 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546431199 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130367] pid_max: default: 32768 minimum: 301\n[ 0.131250] ACPI: Core revision 20150930\n[ 0.132630] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133949] Security Framework initialized\n[ 0.134763] Yama: becoming mindful.\n[ 0.135588] AppArmor: AppArmor initialized\n[ 0.136453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137769] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139041] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140243] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141616] Initializing cgroup subsys io\n[ 0.142435] Initializing cgroup subsys memory\n[ 0.143297] Initializing cgroup subsys devices\n[ 0.144209] Initializing cgroup subsys freezer\n[ 0.145079] Initializing cgroup subsys net_cls\n[ 0.145947] Initializing cgroup subsys perf_event\n[ 0.146853] Initializing cgroup subsys net_prio\n[ 0.147733] Initializing cgroup subsys hugetlb\n[ 0.148599] Initializing cgroup subsys pids\n[ 0.149468] CPU: Physical Processor ID: 0\n[ 0.150950] mce: CPU supports 10 MCE banks\n[ 0.151831] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152827] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163681] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170284] ftrace: allocating 31920 entries in 125 pages\n[ 0.197304] smpboot: Max logical packages: 1\n[ 0.198167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199500] x2apic enabled\n[ 0.200315] Switched APIC routing to physical x2apic.\n[ 0.202066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203168] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206920] KVM setup paravirtual spinlock\n[ 0.208200] x86: Booted up 1 node, 1 CPUs\n[ 0.209000] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210371] devtmpfs: initialized\n[ 0.212081] evm: security.selinux\n[ 0.212777] evm: security.SMACK64\n[ 0.213462] evm: security.SMACK64EXEC\n[ 0.214195] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215780] evm: security.ima\n[ 0.216419] evm: security.capability\n[ 0.217212] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220134] RTC time: 18:19:07, date: 10/22/18\n[ 0.221078] NET: Registered protocol family 16\n[ 0.222048] cpuidle: using governor ladder\n[ 0.222864] cpuidle: using governor menu\n[ 0.223642] PCCT header not found.\n[ 0.224409] ACPI: bus type PCI registered\n[ 0.225208] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226448] PCI: Using configuration type 1 for base access\n[ 0.228186] ACPI: Added _OSI(Module Device)\n[ 0.229029] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230772] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232874] ACPI: Interpreter enabled\n[ 0.233650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241010] ACPI: (supports S0 S5)\n[ 0.241719] ACPI: Using IOAPIC for interrupt routing\n[ 0.242902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246007] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247142] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248363] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249554] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251776] acpiphp: Slot [3] registered\n[ 0.252575] acpiphp: Slot [4] registered\n[ 0.253369] acpiphp: Slot [5] registered\n[ 0.254164] acpiphp: Slot [6] registered\n[ 0.254992] acpiphp: Slot [7] registered\n[ 0.255796] acpiphp: Slot [8] registered\n[ 0.256592] acpiphp: Slot [9] registered\n[ 0.257383] acpiphp: Slot [10] registered\n[ 0.258190] acpiphp: Slot [11] registered\n[ 0.258998] acpiphp: Slot [12] registered\n[ 0.259819] acpiphp: Slot [13] registered\n[ 0.260625] acpiphp: Slot [14] registered\n[ 0.261431] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273345] acpiphp: Slot [17] registered\n[ 0.274147] acpiphp: Slot [18] registered\n[ 0.274977] acpiphp: Slot [19] registered\n[ 0.275789] acpiphp: Slot [20] registered\n[ 0.276598] acpiphp: Slot [21] registered\n[ 0.277403] acpiphp: Slot [22] registered\n[ 0.278198] acpiphp: Slot [23] registered\n[ 0.278999] acpiphp: Slot [24] registered\n[ 0.279800] acpiphp: Slot [25] registered\n[ 0.280604] acpiphp: Slot [26] registered\n[ 0.281404] acpiphp: Slot [27] registered\n[ 0.282202] acpiphp: Slot [28] registered\n[ 0.283007] acpiphp: Slot [29] registered\n[ 0.283809] acpiphp: Slot [30] registered\n[ 0.284615] acpiphp: Slot [31] registered\n[ 0.285440] PCI host bridge to bus 0000:00\n[ 0.286231] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287420] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290033] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291458] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297694] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298957] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300108] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308182] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309629] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357728] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359228] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360655] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362073] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364427] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366870] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367909] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369434] vgaarb: loaded\n[ 0.370032] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371221] SCSI subsystem initialized\n[ 0.372050] ACPI: bus type USB registered\n[ 0.372866] usbcore: registered new interface driver usbfs\n[ 0.373891] usbcore: registered new interface driver hub\n[ 0.374889] usbcore: registered new device driver usb\n[ 0.375936] PCI: Using ACPI for IRQ routing\n[ 0.376955] NetLabel: Initializing\n[ 0.377699] NetLabel: domain hash size = 128\n[ 0.378552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379499] NetLabel: unlabeled traffic allowed by default\n[ 0.380588] clocksource: Switched to clocksource kvm-clock\n[ 0.385987] AppArmor: AppArmor Filesystem Enabled\n[ 0.386964] pnp: PnP ACPI init\n[ 0.387879] pnp: PnP ACPI: found 5 devices\n[ 0.394250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395955] NET: Registered protocol family 2\n[ 0.396912] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398177] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399345] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400501] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401575] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402741] NET: Registered protocol family 1\n[ 0.403605] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404701] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405775] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433995] Trying to unpack rootfs image as initramfs...\n[ 0.483360] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497153] Scanning for low memory corruption every 60 seconds\n[ 0.498524] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499661] audit: initializing netlink subsys (disabled)\n[ 0.500685] audit: type=2000 audit(1540232347.991:1): initialized\n[ 0.501992] Initialise system trusted keyring\n[ 0.502917] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504075] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506038] zbud: loaded\n[ 0.506744] VFS: Disk quotas dquot_6.6.0\n[ 0.507560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509062] fuse init (API version 7.23)\n[ 0.509960] Key type big_key registered\n[ 0.510760] Allocating IMA MOK and blacklist keyrings.\n[ 0.512222] Key type asymmetric registered\n[ 0.513050] Asymmetric key parser 'x509' registered\n[ 0.513998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515447] io scheduler noop registered\n[ 0.516231] io scheduler deadline registered (default)\n[ 0.517220] io scheduler cfq registered\n[ 0.518060] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519100] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521809] ACPI: Power Button [PWRF]\n[ 0.522643] GHES: HEST is not enabled!\n[ 0.536431] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566493] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569431] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593733] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595883] Linux agpgart interface v0.103\n[ 0.597940] brd: module loaded\n[ 0.599167] loop: module loaded\n[ 0.603594] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605073] GPT:90111 != 2097151\n[ 0.605752] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606830] GPT:90111 != 2097151\n[ 0.607498] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608450] vda: vda1 vda15\n[ 0.609908] scsi host0: ata_piix\n[ 0.610641] scsi host1: ata_piix\n[ 0.611340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612551] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613995] libphy: Fixed MDIO Bus: probed\n[ 0.614865] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615853] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618129] PPP generic driver version 2.4.2\n[ 0.619053] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620412] ehci-pci: EHCI PCI platform driver\n[ 0.621333] ehci-platform: EHCI generic platform driver\n[ 0.622393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623561] ohci-pci: OHCI PCI platform driver\n[ 0.624469] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641015] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642529] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643590] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644772] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647632] usb usb1: Product: UHCI Host Controller\n[ 0.648633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650917] hub 1-0:1.0: USB hub found\n[ 0.651745] hub 1-0:1.0: 2 ports detected\n[ 0.652729] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654966] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655994] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657114] mousedev: PS/2 mouse device common for all mice\n[ 0.658471] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660482] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661651] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662936] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664249] i2c /dev entries driver\n[ 0.665086] device-mapper: uevent: version 1.0.3\n[ 0.666109] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667794] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669174] NET: Registered protocol family 10\n[ 0.670214] NET: Registered protocol family 17\n[ 0.671188] Key type dns_resolver registered\n[ 0.672170] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675312] registered taskstats version 1\n[ 0.676226] Loading compiled-in X.509 certificates\n[ 0.677728] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679740] zswap: loaded using pool lzo/zbud\n[ 0.681189] Key type trusted registered\n[ 0.682786] Key type encrypted registered\n[ 0.683664] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684794] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685906] evm: HMAC attrs: 0x1\n[ 0.687236] Magic number: 6:858:342\n[ 0.688156] rtc_cmos 00:00: setting system clock to 2018-10-22 18:19:08 UTC (1540232348)\n[ 0.689859] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691104] EDD information not available.\n[ 0.769145] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770669] ata1.00: configured for MWDMA2\n[ 0.771886] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784663] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785997] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787309] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790866] Write protecting the kernel read-only data: 14336k\n[ 0.792407] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794199] 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.373410] 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.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 1.97s]\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 OK\nping 10.10.11.7 KO\n[ 257.352802] random: nonblocking pool is initialized\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 OK\n"} 2018-10-22 18:24:16,687 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action used request id req-5f205162-5d5d-4074-b2eb-1e7172a66d57 2018-10-22 18:24:17,692 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87f230a879c3be379941b0b10ed438eb6873633f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:24:18,759 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:24: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-a0f70974-c9d5-4eba-aa62-93e6f244681e x-compute-request-id: req-a0f70974-c9d5-4eba-aa62-93e6f244681e Content-Encoding: gzip Content-Length: 8153 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546431199 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130367] pid_max: default: 32768 minimum: 301\n[ 0.131250] ACPI: Core revision 20150930\n[ 0.132630] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133949] Security Framework initialized\n[ 0.134763] Yama: becoming mindful.\n[ 0.135588] AppArmor: AppArmor initialized\n[ 0.136453] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137769] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139041] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140243] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141616] Initializing cgroup subsys io\n[ 0.142435] Initializing cgroup subsys memory\n[ 0.143297] Initializing cgroup subsys devices\n[ 0.144209] Initializing cgroup subsys freezer\n[ 0.145079] Initializing cgroup subsys net_cls\n[ 0.145947] Initializing cgroup subsys perf_event\n[ 0.146853] Initializing cgroup subsys net_prio\n[ 0.147733] Initializing cgroup subsys hugetlb\n[ 0.148599] Initializing cgroup subsys pids\n[ 0.149468] CPU: Physical Processor ID: 0\n[ 0.150950] mce: CPU supports 10 MCE banks\n[ 0.151831] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152827] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163681] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170284] ftrace: allocating 31920 entries in 125 pages\n[ 0.197304] smpboot: Max logical packages: 1\n[ 0.198167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199500] x2apic enabled\n[ 0.200315] Switched APIC routing to physical x2apic.\n[ 0.202066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203168] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206920] KVM setup paravirtual spinlock\n[ 0.208200] x86: Booted up 1 node, 1 CPUs\n[ 0.209000] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210371] devtmpfs: initialized\n[ 0.212081] evm: security.selinux\n[ 0.212777] evm: security.SMACK64\n[ 0.213462] evm: security.SMACK64EXEC\n[ 0.214195] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215780] evm: security.ima\n[ 0.216419] evm: security.capability\n[ 0.217212] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220134] RTC time: 18:19:07, date: 10/22/18\n[ 0.221078] NET: Registered protocol family 16\n[ 0.222048] cpuidle: using governor ladder\n[ 0.222864] cpuidle: using governor menu\n[ 0.223642] PCCT header not found.\n[ 0.224409] ACPI: bus type PCI registered\n[ 0.225208] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226448] PCI: Using configuration type 1 for base access\n[ 0.228186] ACPI: Added _OSI(Module Device)\n[ 0.229029] ACPI: Added _OSI(Processor Device)\n[ 0.229881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230772] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232874] ACPI: Interpreter enabled\n[ 0.233650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241010] ACPI: (supports S0 S5)\n[ 0.241719] ACPI: Using IOAPIC for interrupt routing\n[ 0.242902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246007] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247142] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248363] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249554] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251776] acpiphp: Slot [3] registered\n[ 0.252575] acpiphp: Slot [4] registered\n[ 0.253369] acpiphp: Slot [5] registered\n[ 0.254164] acpiphp: Slot [6] registered\n[ 0.254992] acpiphp: Slot [7] registered\n[ 0.255796] acpiphp: Slot [8] registered\n[ 0.256592] acpiphp: Slot [9] registered\n[ 0.257383] acpiphp: Slot [10] registered\n[ 0.258190] acpiphp: Slot [11] registered\n[ 0.258998] acpiphp: Slot [12] registered\n[ 0.259819] acpiphp: Slot [13] registered\n[ 0.260625] acpiphp: Slot [14] registered\n[ 0.261431] acpiphp: Slot [15] registered\n[ 0.272541] acpiphp: Slot [16] registered\n[ 0.273345] acpiphp: Slot [17] registered\n[ 0.274147] acpiphp: Slot [18] registered\n[ 0.274977] acpiphp: Slot [19] registered\n[ 0.275789] acpiphp: Slot [20] registered\n[ 0.276598] acpiphp: Slot [21] registered\n[ 0.277403] acpiphp: Slot [22] registered\n[ 0.278198] acpiphp: Slot [23] registered\n[ 0.278999] acpiphp: Slot [24] registered\n[ 0.279800] acpiphp: Slot [25] registered\n[ 0.280604] acpiphp: Slot [26] registered\n[ 0.281404] acpiphp: Slot [27] registered\n[ 0.282202] acpiphp: Slot [28] registered\n[ 0.283007] acpiphp: Slot [29] registered\n[ 0.283809] acpiphp: Slot [30] registered\n[ 0.284615] acpiphp: Slot [31] registered\n[ 0.285440] PCI host bridge to bus 0000:00\n[ 0.286231] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287420] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290033] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291458] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297694] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298957] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300108] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308182] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309629] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357728] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359228] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360655] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362073] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364427] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366870] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367909] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369434] vgaarb: loaded\n[ 0.370032] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371221] SCSI subsystem initialized\n[ 0.372050] ACPI: bus type USB registered\n[ 0.372866] usbcore: registered new interface driver usbfs\n[ 0.373891] usbcore: registered new interface driver hub\n[ 0.374889] usbcore: registered new device driver usb\n[ 0.375936] PCI: Using ACPI for IRQ routing\n[ 0.376955] NetLabel: Initializing\n[ 0.377699] NetLabel: domain hash size = 128\n[ 0.378552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379499] NetLabel: unlabeled traffic allowed by default\n[ 0.380588] clocksource: Switched to clocksource kvm-clock\n[ 0.385987] AppArmor: AppArmor Filesystem Enabled\n[ 0.386964] pnp: PnP ACPI init\n[ 0.387879] pnp: PnP ACPI: found 5 devices\n[ 0.394250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395955] NET: Registered protocol family 2\n[ 0.396912] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398177] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399345] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400501] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401575] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402741] NET: Registered protocol family 1\n[ 0.403605] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404701] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405775] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433995] Trying to unpack rootfs image as initramfs...\n[ 0.483360] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497153] Scanning for low memory corruption every 60 seconds\n[ 0.498524] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499661] audit: initializing netlink subsys (disabled)\n[ 0.500685] audit: type=2000 audit(1540232347.991:1): initialized\n[ 0.501992] Initialise system trusted keyring\n[ 0.502917] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504075] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506038] zbud: loaded\n[ 0.506744] VFS: Disk quotas dquot_6.6.0\n[ 0.507560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509062] fuse init (API version 7.23)\n[ 0.509960] Key type big_key registered\n[ 0.510760] Allocating IMA MOK and blacklist keyrings.\n[ 0.512222] Key type asymmetric registered\n[ 0.513050] Asymmetric key parser 'x509' registered\n[ 0.513998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515447] io scheduler noop registered\n[ 0.516231] io scheduler deadline registered (default)\n[ 0.517220] io scheduler cfq registered\n[ 0.518060] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519100] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521809] ACPI: Power Button [PWRF]\n[ 0.522643] GHES: HEST is not enabled!\n[ 0.536431] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566493] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569431] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593733] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595883] Linux agpgart interface v0.103\n[ 0.597940] brd: module loaded\n[ 0.599167] loop: module loaded\n[ 0.603594] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605073] GPT:90111 != 2097151\n[ 0.605752] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606830] GPT:90111 != 2097151\n[ 0.607498] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608450] vda: vda1 vda15\n[ 0.609908] scsi host0: ata_piix\n[ 0.610641] scsi host1: ata_piix\n[ 0.611340] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612551] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613995] libphy: Fixed MDIO Bus: probed\n[ 0.614865] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615853] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618129] PPP generic driver version 2.4.2\n[ 0.619053] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620412] ehci-pci: EHCI PCI platform driver\n[ 0.621333] ehci-platform: EHCI generic platform driver\n[ 0.622393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623561] ohci-pci: OHCI PCI platform driver\n[ 0.624469] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641015] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642529] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643590] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644772] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647632] usb usb1: Product: UHCI Host Controller\n[ 0.648633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650917] hub 1-0:1.0: USB hub found\n[ 0.651745] hub 1-0:1.0: 2 ports detected\n[ 0.652729] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654966] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655994] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657114] mousedev: PS/2 mouse device common for all mice\n[ 0.658471] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660482] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661651] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662936] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664249] i2c /dev entries driver\n[ 0.665086] device-mapper: uevent: version 1.0.3\n[ 0.666109] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667794] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669174] NET: Registered protocol family 10\n[ 0.670214] NET: Registered protocol family 17\n[ 0.671188] Key type dns_resolver registered\n[ 0.672170] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675312] registered taskstats version 1\n[ 0.676226] Loading compiled-in X.509 certificates\n[ 0.677728] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679740] zswap: loaded using pool lzo/zbud\n[ 0.681189] Key type trusted registered\n[ 0.682786] Key type encrypted registered\n[ 0.683664] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684794] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685906] evm: HMAC attrs: 0x1\n[ 0.687236] Magic number: 6:858:342\n[ 0.688156] rtc_cmos 00:00: setting system clock to 2018-10-22 18:19:08 UTC (1540232348)\n[ 0.689859] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691104] EDD information not available.\n[ 0.769145] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770669] ata1.00: configured for MWDMA2\n[ 0.771886] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784663] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785997] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787309] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790866] Write protecting the kernel read-only data: 14336k\n[ 0.792407] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794199] 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.373410] 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.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 1.97s]\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 OK\nping 10.10.11.7 KO\n[ 257.352802] random: nonblocking pool is initialized\nping 10.10.10.10 OK\nping 10.10.10.6 KO\nping 10.10.11.8 OK\nping 10.10.11.7 KO\n"} 2018-10-22 18:24:18,760 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action used request id req-a0f70974-c9d5-4eba-aa62-93e6f244681e 2018-10-22 18:24:18,760 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-5' 2018-10-22 18:24:18,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b56de49a335a852702cc85af76061dfd25501c4" -d '{"forceDelete": null}' 2018-10-22 18:24:19,150 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:24: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-05126cbb-be39-4603-8d64-ded9b6524295 x-compute-request-id: req-05126cbb-be39-4603-8d64-ded9b6524295 Content-Length: 0 Content-Type: application/json 2018-10-22 18:24:19,150 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/56431a1a-3e72-459b-bd8f-5f4e0b5a50ee/action used request id req-05126cbb-be39-4603-8d64-ded9b6524295 2018-10-22 18:24:19,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b56de49a335a852702cc85af76061dfd25501c4" -d '{"forceDelete": null}' 2018-10-22 18:24:19,318 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:24: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-5ad76ed9-96ea-47e4-a650-ad1262534f95 x-compute-request-id: req-5ad76ed9-96ea-47e4-a650-ad1262534f95 Content-Length: 0 Content-Type: application/json 2018-10-22 18:24:19,318 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f97cad5a-2bc2-461a-9f34-2da2f87afbc7/action used request id req-5ad76ed9-96ea-47e4-a650-ad1262534f95 2018-10-22 18:24:19,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b56de49a335a852702cc85af76061dfd25501c4" -d '{"forceDelete": null}' 2018-10-22 18:24:19,738 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:24: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-cadc272d-aa4a-494e-bef5-28909a8450c3 x-compute-request-id: req-cadc272d-aa4a-494e-bef5-28909a8450c3 Content-Length: 0 Content-Type: application/json 2018-10-22 18:24:19,738 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/83c75019-c358-4ac1-9356-330e8dc89e3e/action used request id req-cadc272d-aa4a-494e-bef5-28909a8450c3 2018-10-22 18:24:19,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b56de49a335a852702cc85af76061dfd25501c4" -d '{"forceDelete": null}' 2018-10-22 18:24:19,971 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:24: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-04351ecb-1cc1-4ddf-aa7f-ad0df30ef410 x-compute-request-id: req-04351ecb-1cc1-4ddf-aa7f-ad0df30ef410 Content-Length: 0 Content-Type: application/json 2018-10-22 18:24:19,971 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/979aaa42-5bff-4051-8763-6aa039894c02/action used request id req-04351ecb-1cc1-4ddf-aa7f-ad0df30ef410 2018-10-22 18:24:19,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b56de49a335a852702cc85af76061dfd25501c4" -d '{"forceDelete": null}' 2018-10-22 18:24:20,210 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:24: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-033a36de-696a-438c-be99-226f2023b9b9 x-compute-request-id: req-033a36de-696a-438c-be99-226f2023b9b9 Content-Length: 0 Content-Type: application/json 2018-10-22 18:24:20,210 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d51d90cf-63f6-4ece-932d-e84bdef6cfbe/action used request id req-033a36de-696a-438c-be99-226f2023b9b9 2018-10-22 18:24:20,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/2e50d853-3b3f-443a-8652-dccb4db4bb96 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ec2fddd1a330b86e9e0eeedaccd3ad3ebc6494a" 2018-10-22 18:24:23,040 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5c262f81-0dc3-4b66-bb4a-2e0bd5bdc3c5 Date: Mon, 22 Oct 2018 18:24:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:24:23,041 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/2e50d853-3b3f-443a-8652-dccb4db4bb96 used request id req-5c262f81-0dc3-4b66-bb4a-2e0bd5bdc3c5 2018-10-22 18:24:23,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5c0d1978-8c20-48e0-99d0-0933ffde92e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" 2018-10-22 18:24:23,509 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-11ed470b-092f-46d2-8e6e-bbfa1d32830c Content-Length: 0 Date: Mon, 22 Oct 2018 18:24:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:24:23,509 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5c0d1978-8c20-48e0-99d0-0933ffde92e5 used request id req-11ed470b-092f-46d2-8e6e-bbfa1d32830c 2018-10-22 18:24:23,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/575374cd-d3c5-4183-9f1d-d41875d8fd82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" 2018-10-22 18:24:25,870 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9947497e-9cb2-49dd-a0c1-f86c4ce40e15 Date: Mon, 22 Oct 2018 18:24:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:24:25,870 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/575374cd-d3c5-4183-9f1d-d41875d8fd82 used request id req-9947497e-9cb2-49dd-a0c1-f86c4ce40e15 2018-10-22 18:24:25,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/5b56ab3f-fe6a-4045-ab0d-1a424c121d15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" 2018-10-22 18:24:28,247 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8b944fc8-e30b-4f6e-be2a-290ea4da1107 Date: Mon, 22 Oct 2018 18:24:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:24:28,247 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/5b56ab3f-fe6a-4045-ab0d-1a424c121d15 used request id req-8b944fc8-e30b-4f6e-be2a-290ea4da1107 2018-10-22 18:24:28,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/fb02b3fd-e701-41b1-8fab-c19fde55c639 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" 2018-10-22 18:24:28,907 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7f128ce1-46cc-42d1-b7ff-7ad7b77a41f1 Date: Mon, 22 Oct 2018 18:24:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:24:28,907 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/fb02b3fd-e701-41b1-8fab-c19fde55c639 used request id req-7f128ce1-46cc-42d1-b7ff-7ad7b77a41f1 2018-10-22 18:24:28,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/cba249f0-d39c-4956-b943-8ac4d84700d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62affdbd994b2363e58d0aedbd4fd7d90ecbac33" 2018-10-22 18:24:29,770 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-13b60db2-d5ec-4cf5-bc5c-61a854c87683 Date: Mon, 22 Oct 2018 18:24:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:24:29,770 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/cba249f0-d39c-4956-b943-8ac4d84700d6 used request id req-13b60db2-d5ec-4cf5-bc5c-61a854c87683 2018-10-22 18:24:29,771 - 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. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-4' | | FAIL | 'sdnvpn-1-1' can ping 'sdnvpn-1-5' | +========================================================================================+ 2018-10-22 18:24:29,771 - sdnvpn-results - INFO - One or more subtests have failed. 2018-10-22 18:24:29,771 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-10-22 18:24:29,772 - 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'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'FAIL'}]} 2018-10-22 18:24:29,772 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-10-22 18:24:29,772 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-10-22 18:24:29,772 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-10-22 18:24:29,858 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-10-22 18:24:29,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:24:29,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:24:29,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:24:29,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:24:29,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:24:29,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:24:29,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:24:29,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:24:29,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:24:29,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:24:29,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:24:29,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:24:29,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:24:29,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:24:29,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:24:29,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:24:29,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:24:29,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:24:29,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:24:29,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:24:29,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:24:29,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:24:29,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:24:29,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:24:29,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:24:29,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:24:29,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:24:29,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:24:29,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:24:29,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:24:29,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:24:29,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:24:29,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:24:29,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:24:29,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:24:29,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:24:29,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:24:29,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:24:29,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:24:29,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:24:29,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:24:29,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:24:29,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:24:29,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:24:29,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:24:29,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:24:29,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:24:29,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:24:29,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-22 18:24:29,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:24:29,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:24:29,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:24:29,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:24:29,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:24:29,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:24:29,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:24:29,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:24:29,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:24:29,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:24:29,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:24:29,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:24:29,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:24:29,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:24:29,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:24:29,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:24:29,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:24:29,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:24:29,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:24:29,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:24:29,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:24:29,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:24:29,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:24:29,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:24:29,867 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-22 18:24:29,869 - paramiko.transport - DEBUG - starting thread (client mode): 0x667b2650L 2018-10-22 18:24:29,870 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:24:29,899 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:24:29,899 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:24:29,904 - 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-10-22 18:24:29,904 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:24:29,904 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:24:29,905 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:24:29,905 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:24:29,905 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:24:29,913 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:24:29,914 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:24:29,933 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.105: a2d1ec4bebed047ce2b4a215eed33ed6 2018-10-22 18:24:29,934 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:24:29,953 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:24:30,047 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:24:30,050 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:24:30,264 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:24:30,265 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:24:30,303 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:24:30,303 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:24:30,324 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:24:34,893 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:24:34,894 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:24:34,897 - paramiko.transport - DEBUG - starting thread (client mode): 0x6684a2d0L 2018-10-22 18:24:34,897 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:24:34,903 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:24:34,903 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:24:34,906 - 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-10-22 18:24:34,906 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:24:34,906 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:24:34,906 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:24:34,907 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:24:34,907 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:24:34,912 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:24:34,912 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:24:34,929 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 97d60aef74c92d1a490708e4347a9319 2018-10-22 18:24:34,929 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:24:34,951 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:24:34,963 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:24:34,994 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:24:35,046 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:24:35,046 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:24:35,085 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:24:35,085 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:24:35,098 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:24:35,135 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:24:35,136 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:24:35,137 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:24:35,138 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:24:35,138 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:24:35,178 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:24:35,215 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:24:35,216 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:24:35,217 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:24:35,218 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:24:35,218 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:24:35,258 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:24:35,289 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:24:35,291 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:24:35,292 - paramiko.transport - DEBUG - starting thread (client mode): 0x66757790L 2018-10-22 18:24:35,293 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:24:35,298 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:24:35,298 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:24:35,301 - 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-10-22 18:24:35,301 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:24:35,301 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:24:35,301 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:24:35,301 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:24:35,302 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:24:35,306 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:24:35,307 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:24:35,309 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 72a2a096ecf65e8ab28c1111a8608e40 2018-10-22 18:24:35,309 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:24:35,346 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:24:35,357 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:24:35,374 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:24:35,448 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:24:35,448 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:24:35,487 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:24:35,488 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:24:35,494 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:24:35,527 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:24:35,528 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:24:35,529 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:24:35,530 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:24:35,530 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:24:35,571 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:24:35,610 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:24:35,612 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:24:35,612 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:24:35,613 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:24:35,613 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:24:35,654 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:24:35,687 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:24:35,688 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:24:35,690 - paramiko.transport - DEBUG - starting thread (client mode): 0x6677c7d0L 2018-10-22 18:24:35,691 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:24:35,696 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:24:35,697 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:24:35,700 - 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-10-22 18:24:35,700 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:24:35,700 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:24:35,700 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:24:35,700 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:24:35,701 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:24:35,705 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:24:35,705 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:24:35,706 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 4919741302bf2e19f38a46a66750bfe8 2018-10-22 18:24:35,707 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:24:35,745 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:24:35,757 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:24:35,771 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:24:35,848 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:24:35,848 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:24:35,887 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:24:35,888 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:24:35,908 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:24:35,944 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:24:35,945 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:24:35,946 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:24:35,946 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:24:35,947 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:24:35,987 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:24:36,026 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:24:36,028 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:24:36,028 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:24:36,029 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:24:36,029 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:24:36,070 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:24:36,103 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:24:36,104 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:24:36,106 - paramiko.transport - DEBUG - starting thread (client mode): 0x66722390L 2018-10-22 18:24:36,107 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:24:36,111 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:24:36,111 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:24:36,113 - 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-10-22 18:24:36,114 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:24:36,114 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:24:36,114 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:24:36,114 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:24:36,114 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:24:36,119 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:24:36,119 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:24:36,122 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 9edadb84fe4f197718547dde2ff2c713 2018-10-22 18:24:36,123 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:24:36,158 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:24:36,169 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:24:36,187 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:24:36,254 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:24:36,254 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:24:36,293 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:24:36,294 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:24:36,298 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:24:36,327 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:24:36,328 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:24:36,330 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:24:36,330 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:24:36,331 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:24:36,371 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:24:36,404 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:24:36,406 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:24:36,407 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:24:36,408 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:24:36,408 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:24:36,448 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:24:36,475 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:24:36,477 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:24:36,479 - paramiko.transport - DEBUG - starting thread (client mode): 0x6742f910L 2018-10-22 18:24:36,480 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:24:36,483 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:24:36,484 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:24:36,486 - 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-10-22 18:24:36,486 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:24:36,486 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:24:36,487 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:24:36,487 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:24:36,487 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:24:36,491 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:24:36,491 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:24:36,495 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 46ec2732988c0182ab443fb6c02e39be 2018-10-22 18:24:36,496 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:24:36,530 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:24:36,540 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:24:36,560 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:24:36,626 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:24:36,626 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:24:36,666 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:24:36,666 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:24:36,671 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:24:36,701 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:24:36,702 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:24:36,702 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:24:36,703 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:24:36,703 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:24:36,743 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:24:36,777 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:24:36,778 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:24:36,778 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:24:36,779 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:24:36,779 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:24:36,820 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:24:36,848 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:24:36,849 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:24:36,850 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:24:36,851 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:24:36,851 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:24:36,857 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:24:41,610 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:24:41,612 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:24:41,614 - paramiko.transport - DEBUG - starting thread (client mode): 0x6684a490L 2018-10-22 18:24:41,615 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:24:41,620 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:24:41,620 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:24:41,622 - 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-10-22 18:24:41,622 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:24:41,623 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:24:41,623 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:24:41,623 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:24:41,623 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:24:41,627 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:24:41,628 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:24:41,630 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 97d60aef74c92d1a490708e4347a9319 2018-10-22 18:24:41,630 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:24:41,667 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:24:41,678 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:24:41,695 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:24:41,753 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:24:41,753 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:24:41,792 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:24:41,793 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:24:41,801 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:24:41,835 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:24:41,836 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:24:41,837 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:24:41,838 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:24:41,838 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:24:41,879 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:24:41,912 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:24:41,913 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:24:41,914 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:24:41,915 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:24:41,915 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:24:41,956 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:24:41,984 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:24:41,985 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:24:41,987 - paramiko.transport - DEBUG - starting thread (client mode): 0x6670c990L 2018-10-22 18:24:41,988 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:24:41,993 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:24:41,993 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:24:41,995 - 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-10-22 18:24:41,996 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:24:41,996 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:24:41,996 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:24:41,996 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:24:41,996 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:24:42,000 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:24:42,001 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:24:42,004 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 72a2a096ecf65e8ab28c1111a8608e40 2018-10-22 18:24:42,004 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:24:42,040 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:24:42,052 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:24:42,069 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:24:42,144 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:24:42,144 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:24:42,183 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:24:42,184 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:24:42,188 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:24:42,222 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:24:42,222 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:24:42,224 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:24:42,224 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:24:42,225 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:24:42,265 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:24:42,299 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:24:42,300 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:24:42,301 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:24:42,302 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:24:42,302 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:24:42,344 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:24:42,372 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:24:42,374 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:24:42,376 - paramiko.transport - DEBUG - starting thread (client mode): 0x667490d0L 2018-10-22 18:24:42,376 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:24:42,381 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:24:42,381 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:24:42,384 - 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-10-22 18:24:42,384 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:24:42,384 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:24:42,384 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:24:42,384 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:24:42,384 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:24:42,389 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:24:42,390 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:24:42,391 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 4919741302bf2e19f38a46a66750bfe8 2018-10-22 18:24:42,392 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:24:42,429 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:24:42,440 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:24:42,457 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:24:42,535 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:24:42,535 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:24:42,574 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:24:42,575 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:24:42,593 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:24:42,629 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:24:42,630 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:24:42,631 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:24:42,632 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:24:42,632 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:24:42,674 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:24:42,712 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:24:42,714 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:24:42,715 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:24:42,716 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:24:42,716 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:24:42,757 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:24:42,792 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:24:42,793 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:24:42,795 - paramiko.transport - DEBUG - starting thread (client mode): 0x66749f10L 2018-10-22 18:24:42,796 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:24:42,801 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:24:42,801 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:24:42,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-10-22 18:24:42,803 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:24:42,804 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:24:42,804 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:24:42,804 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:24:42,804 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:24:42,809 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:24:42,809 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:24:42,811 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 9edadb84fe4f197718547dde2ff2c713 2018-10-22 18:24:42,812 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:24:42,849 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:24:42,859 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:24:42,876 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:24:42,946 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:24:42,946 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:24:42,985 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:24:42,986 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:24:42,995 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:24:43,025 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:24:43,026 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:24:43,027 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:24:43,027 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:24:43,028 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:24:43,069 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:24:43,101 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:24:43,102 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:24:43,103 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:24:43,104 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:24:43,104 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:24:43,144 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:24:43,172 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:24:43,174 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:24:43,176 - paramiko.transport - DEBUG - starting thread (client mode): 0x66725e10L 2018-10-22 18:24:43,176 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:24:43,181 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:24:43,181 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:24:43,184 - 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-10-22 18:24:43,184 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:24:43,184 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:24:43,184 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:24:43,184 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:24:43,184 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:24:43,189 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:24:43,190 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:24:43,191 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 46ec2732988c0182ab443fb6c02e39be 2018-10-22 18:24:43,192 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:24:43,229 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:24:43,239 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:24:43,256 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:24:43,326 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:24:43,327 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:24:43,366 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:24:43,367 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:24:43,376 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:24:43,406 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:24:43,407 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:24:43,408 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:24:43,409 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:24:43,409 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:24:43,450 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:24:43,483 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:24:43,484 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:24:43,485 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:24:43,486 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:24:43,486 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:24:43,527 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:24:43,556 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:24:43,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:24:43,557 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:24:43,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:24:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-873cc3ca-43d2-43e3-8f18-e257c6718c92 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:24:43,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-873cc3ca-43d2-43e3-8f18-e257c6718c92 2018-10-22 18:24:43,566 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:24:43,940 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:24:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["NJODNnjcQFWmPkFwqGVrYQ"], "issued_at": "2018-10-22T18:24:43.000000Z"}} 2018-10-22 18:24:43,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7fa827305e65d1dbd6ba4fcb13424bbfe70a96a" 2018-10-22 18:24:44,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-ed2f6b9a-d4f1-4072-b073-112339848e42 Date: Mon, 22 Oct 2018 18:24:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-22 18:24:44,105 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-ed2f6b9a-d4f1-4072-b073-112339848e42 2018-10-22 18:24:44,106 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-22 18:24:44,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7fa827305e65d1dbd6ba4fcb13424bbfe70a96a" 2018-10-22 18:24:44,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3433c970-40cb-45e3-9f1b-d1714a7ac92f Date: Mon, 22 Oct 2018 18:24: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-10-22 18:24:44,255 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-3433c970-40cb-45e3-9f1b-d1714a7ac92f 2018-10-22 18:24:44,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7fa827305e65d1dbd6ba4fcb13424bbfe70a96a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-22 18:24:44,494 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/255369e8-bceb-4edf-abc2-2bcfd58ee199 X-Openstack-Request-Id: req-7eb5ffba-cdeb-4d63-aa43-2eb7b0df9463 Date: Mon, 22 Oct 2018 18:24:44 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T18:24:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T18:24:44Z", "visibility": "public", "locations": [], "self": "/v2/images/255369e8-bceb-4edf-abc2-2bcfd58ee199", "min_disk": 0, "protected": false, "id": "255369e8-bceb-4edf-abc2-2bcfd58ee199", "file": "/v2/images/255369e8-bceb-4edf-abc2-2bcfd58ee199/file", "checksum": null, "owner": "8ba7a6acf87944158b12f697f8414be6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 18:24:44,494 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-7eb5ffba-cdeb-4d63-aa43-2eb7b0df9463 2018-10-22 18:24:44,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/255369e8-bceb-4edf-abc2-2bcfd58ee199/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7fa827305e65d1dbd6ba4fcb13424bbfe70a96a" -d '' 2018-10-22 18:24:45,780 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7980e75d-0261-4365-8115-0e9995ce9e1c Date: Mon, 22 Oct 2018 18:24:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:24:45,781 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/255369e8-bceb-4edf-abc2-2bcfd58ee199/file used request id req-7980e75d-0261-4365-8115-0e9995ce9e1c 2018-10-22 18:24:45,781 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-12-1-net 2018-10-22 18:24:45,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:24:45,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:24:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f868492f-b35a-4551-80fe-d18bf623c7db 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:24:45,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f868492f-b35a-4551-80fe-d18bf623c7db 2018-10-22 18:24:45,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:24:46,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:24:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["-2RzTsHzQEGEvv5Sn9oXrA"], "issued_at": "2018-10-22T18:24:46.000000Z"}} 2018-10-22 18:24:46,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3dc3021bcbde9b8cdaf2b602bf2de8acbc6371" -d '{"network": {"name": "sdnvpn-12-1-net", "admin_state_up": true}}' 2018-10-22 18:24:46,572 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-ae4695e3-7248-4e56-82a7-a5a1693a40bd Date: Mon, 22 Oct 2018 18:24: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":"eb54a036-e842-44cf-9ddc-0504f1fece89","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:24:46Z","is_default":false,"provider:segmentation_id":79,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:24:46Z","mtu":1450}} 2018-10-22 18:24:46,572 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-ae4695e3-7248-4e56-82a7-a5a1693a40bd 2018-10-22 18:24:46,572 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-12-1-subnet in network eb54a036-e842-44cf-9ddc-0504f1fece89 with cidr 10.10.10.0/24 2018-10-22 18:24:46,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3dc3021bcbde9b8cdaf2b602bf2de8acbc6371" -d '{"subnets": [{"ip_version": 4, "network_id": "eb54a036-e842-44cf-9ddc-0504f1fece89", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-12-1-subnet"}]}' 2018-10-22 18:24:47,146 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-fc4572f1-9924-4c83-ae13-8985eb8fa316 Date: Mon, 22 Oct 2018 18:24:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb54a036-e842-44cf-9ddc-0504f1fece89","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:24:46Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:24: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":"8ba7a6acf87944158b12f697f8414be6","id":"c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2018-10-22 18:24:47,147 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-fc4572f1-9924-4c83-ae13-8985eb8fa316 2018-10-22 18:24:47,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3dc3021bcbde9b8cdaf2b602bf2de8acbc6371" 2018-10-22 18:24:47,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15042 X-Openstack-Request-Id: req-a2608568-87ef-4704-ab1c-6f399121e836 Date: Mon, 22 Oct 2018 18:24:47 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "updated_at": "2018-10-22T18:01:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "58c66846-fedf-4b66-b4e6-ffd6961123a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "9fc44f04-2cd7-4100-9543-8571d2da7285", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "f5e8b3f0-29af-49f0-94fb-39a2d07d2cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}], "revision_number": 3, "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "name": "tempest-secgroup--969560917"}, {"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "updated_at": "2018-10-22T18:04:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "1a013dff-72ac-41fc-9e59-265dff844960", "remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "406eb29d-a577-4eee-a2dd-70816b1f5888", "remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "8d4ddaeb-a7b3-4aed-91b7-115087d4fcb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "c522c5d9-59c1-4a83-941f-8ae7551e78b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}], "revision_number": 4, "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "55730c75-de7b-4a88-af62-c3f888487961", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "updated_at": "2018-10-22T18:10:53Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "0e25d5d7-5b4c-49b5-88b5-324f10154a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-22T18:10:53Z", "revision_number": 0, "id": "1de7278a-53c8-4b5c-a5c8-689d979f74a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:10:53Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 179, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "57707afa-8faf-4113-8c8c-30963caf5615", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "6bc10a09-c2a7-464a-ad78-c70bbbf6ee4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "7028de3f-e565-496f-b597-ca46bbca438c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "8b050586-2b9f-4633-a718-7d1d30acbcf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "982034b0-0ac6-4711-ae91-f2bb976a3b46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 7, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "82fd1622-3826-4da5-909e-15968132dad8", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "updated_at": "2018-10-22T14:58:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "67e51c9b-e362-42bd-a305-439e546f173e", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "90643a86-0f62-4588-9a8c-68cea1343ff6", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "name": "default"}]} 2018-10-22 18:24:47,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-a2608568-87ef-4704-ab1c-6f399121e836 2018-10-22 18:24:47,353 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-22 18:24:47,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:24:47,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:24:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8882e1d4-65ec-444d-b2ae-0834351ca817 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:24:47,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8882e1d4-65ec-444d-b2ae-0834351ca817 2018-10-22 18:24:47,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:24:47,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:24:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["K77a_4LcTWGP894t5FwXIQ"], "issued_at": "2018-10-22T18:24:47.000000Z"}} 2018-10-22 18:24:47,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e74ace400d40f60807d5d3a66ba1b0d788c79521" 2018-10-22 18:24:48,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-69575595-9fb7-4ba9-b13f-2af3f5510705 x-compute-request-id: req-69575595-9fb7-4ba9-b13f-2af3f5510705 Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 197}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-22 18:24:48,043 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-69575595-9fb7-4ba9-b13f-2af3f5510705 2018-10-22 18:24:48,044 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:24:48,045 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:24:48,045 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:24:48,048 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:24:48,089 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-22 18:24:48,091 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-22 18:24:48,092 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:24:48,093 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-22 18:24:48,093 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-22 18:24:48,133 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-22 18:24:48,202 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-22 18:24:48,206 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:24:48,206 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-22 18:24:48,207 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:24:48,208 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:24:48,211 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:24:48,252 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-22 18:24:48,254 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-22 18:24:48,254 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:24:48,255 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-22 18:24:48,255 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-22 18:24:48,296 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-22 18:24:48,344 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-22 18:24:48,346 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-22 18:24:48,347 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-22 18:24:48,348 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-22 18:24:48,348 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-22 18:24:48,350 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-22 18:24:48,392 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-22 18:24:48,393 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-22 18:24:48,394 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-22 18:24:48,395 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-22 18:24:48,395 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-22 18:24:48,436 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-22 18:24:48,476 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-22 18:24:48,478 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-22 18:24:48,478 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-22 18:24:48,479 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-22 18:24:48,480 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-22 18:24:48,482 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-22 18:24:48,516 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-22 18:24:48,517 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-22 18:24:48,518 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-22 18:24:48,519 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-22 18:24:48,519 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-22 18:24:48,560 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-22 18:24:48,593 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-22 18:24:48,594 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-2'... 2018-10-22 18:24:48,594 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-2 flavor=m1.tiny image=255369e8-bceb-4edf-abc2-2bcfd58ee199 network=eb54a036-e842-44cf-9ddc-0504f1fece89 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-22 18:24:48,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:24:48,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:24:48,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:24:48,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:24:48,595 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-22 18:24:48,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:24:48,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:24:48,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:24:48,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:24:48,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:24:48,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:24:48,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:24:48,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:24:48,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:24:48,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:24:48,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:24:48,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:24:48,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:24:48,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:24:48,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:24:48,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:24:48,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:24:48,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:24:48,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:24:48,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:24:48,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:24:48,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:24:48,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:24:48,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:24:48,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:24:48,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:24:48,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:24:48,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:24:48,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:24:48,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:24:48,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:24:48,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:24:48,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:24:48,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:24:48,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:24:48,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:24:48,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:24:48,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:24:48,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:24:48,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:24:48,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:24:48,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:24:48,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:24:48,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:24:48,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:24:48,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:24:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d039643f-00f8-42a8-b1df-2a2a6c8b9709 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:24:48,614 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d039643f-00f8-42a8-b1df-2a2a6c8b9709 2018-10-22 18:24:48,614 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:24:48,984 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:24:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["n9Ji5BptQsKqIEKMX_euZg"], "issued_at": "2018-10-22T18:24:48.000000Z"}} 2018-10-22 18:24:48,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5bb98ff109547f727bb80ce5691c647c203546" 2018-10-22 18:24:49,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:24: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-4c9337d1-7783-476b-89d1-f7f3c58df415 x-compute-request-id: req-4c9337d1-7783-476b-89d1-f7f3c58df415 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:24:49,171 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-4c9337d1-7783-476b-89d1-f7f3c58df415 2018-10-22 18:24:49,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5bb98ff109547f727bb80ce5691c647c203546" 2018-10-22 18:24:49,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:24: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-0b6c31d2-5011-401d-ab8d-996d16dee1e1 x-compute-request-id: req-0b6c31d2-5011-401d-ab8d-996d16dee1e1 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:24:49,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-0b6c31d2-5011-401d-ab8d-996d16dee1e1 2018-10-22 18:24:49,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5bb98ff109547f727bb80ce5691c647c203546" -d '{"server": {"name": "sdnvpn-12-2", "imageRef": "255369e8-bceb-4edf-abc2-2bcfd58ee199", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "eb54a036-e842-44cf-9ddc-0504f1fece89"}]}}' 2018-10-22 18:24:51,186 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:24: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-1919c332-5d31-4077-b722-5213a46eea42 x-compute-request-id: req-1919c332-5d31-4077-b722-5213a46eea42 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c4470390-6c2c-446a-a27d-8f192fdea6c0", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0", "rel": "bookmark"}], "adminPass": "3UHDYsnJpi2e"}} 2018-10-22 18:24:51,186 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-1919c332-5d31-4077-b722-5213a46eea42 2018-10-22 18:24:51,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:24:51,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:24:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb3e284-450f-4244-b044-aa401f6e7387 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:24:51,195 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1fb3e284-450f-4244-b044-aa401f6e7387 2018-10-22 18:24:51,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:24:51,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:24:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["OC6xkLQ8R8m9YUEMbpa21Q"], "issued_at": "2018-10-22T18:24:51.000000Z"}} 2018-10-22 18:24:51,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994783c705f0d218737fdb7675fa4a758f8c7320" 2018-10-22 18:24:52,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-d97929f1-f946-433c-abc4-28c8368ba534 x-compute-request-id: req-d97929f1-f946-433c-abc4-28c8368ba534 Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0", "rel": "bookmark"}], "image": {"id": "255369e8-bceb-4edf-abc2-2bcfd58ee199", "links": [{"href": "http://172.30.9.22:8774/images/255369e8-bceb-4edf-abc2-2bcfd58ee199", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "c4470390-6c2c-446a-a27d-8f192fdea6c0", "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:24:51Z", "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-10-22T18:24:51Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:24:52,163 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0 used request id req-d97929f1-f946-433c-abc4-28c8368ba534 2018-10-22 18:24:55,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994783c705f0d218737fdb7675fa4a758f8c7320" 2018-10-22 18:24:55,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:24: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-fd405e66-d49d-4458-abe4-82dca4baaf6b x-compute-request-id: req-fd405e66-d49d-4458-abe4-82dca4baaf6b Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:f9:f6", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0", "rel": "bookmark"}], "image": {"id": "255369e8-bceb-4edf-abc2-2bcfd58ee199", "links": [{"href": "http://172.30.9.22:8774/images/255369e8-bceb-4edf-abc2-2bcfd58ee199", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "c4470390-6c2c-446a-a27d-8f192fdea6c0", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:24:52Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-12-2", "created": "2018-10-22T18:24:51Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:24:55,960 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0 used request id req-fd405e66-d49d-4458-abe4-82dca4baaf6b 2018-10-22 18:24:58,966 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994783c705f0d218737fdb7675fa4a758f8c7320" 2018-10-22 18:24:59,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:24: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-bfd3c742-de70-416f-bece-3da3d6c74f12 x-compute-request-id: req-bfd3c742-de70-416f-bece-3da3d6c74f12 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:9c:f9:f6", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0", "rel": "bookmark"}], "image": {"id": "255369e8-bceb-4edf-abc2-2bcfd58ee199", "links": [{"href": "http://172.30.9.22:8774/images/255369e8-bceb-4edf-abc2-2bcfd58ee199", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": "2018-10-22T18:24:55.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "c4470390-6c2c-446a-a27d-8f192fdea6c0", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:24:56Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-12-2", "created": "2018-10-22T18:24:51Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:24:59,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0 used request id req-bfd3c742-de70-416f-bece-3da3d6c74f12 2018-10-22 18:24:59,645 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5bb98ff109547f727bb80ce5691c647c203546" 2018-10-22 18:25:00,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:24:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f04e2741-ad43-4544-98d8-c15cffb48eb5 x-compute-request-id: req-f04e2741-ad43-4544-98d8-c15cffb48eb5 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:9c:f9:f6", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0", "rel": "bookmark"}], "image": {"id": "255369e8-bceb-4edf-abc2-2bcfd58ee199", "links": [{"href": "http://172.30.9.22:8774/images/255369e8-bceb-4edf-abc2-2bcfd58ee199", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": "2018-10-22T18:24:55.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "c4470390-6c2c-446a-a27d-8f192fdea6c0", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:24:56Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-12-2", "created": "2018-10-22T18:24:51Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:25:00,394 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0 used request id req-f04e2741-ad43-4544-98d8-c15cffb48eb5 2018-10-22 18:25:00,395 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-2' booted successfully. IP='10.10.10.6'. 2018-10-22 18:25:00,395 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-2' to security group 'sdnvpn-sg'... 2018-10-22 18:25:00,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e74ace400d40f60807d5d3a66ba1b0d788c79521" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:25:02,056 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18: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 x-openstack-request-id: req-9b965287-c063-4323-9be1-4319a78a1b81 x-compute-request-id: req-9b965287-c063-4323-9be1-4319a78a1b81 Content-Length: 0 Content-Type: application/json 2018-10-22 18:25:02,056 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action used request id req-9b965287-c063-4323-9be1-4319a78a1b81 2018-10-22 18:25:02,057 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-1'... 2018-10-22 18:25:02,057 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-1 flavor=m1.tiny image=255369e8-bceb-4edf-abc2-2bcfd58ee199 network=eb54a036-e842-44cf-9ddc-0504f1fece89 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-22 18:25:02,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:25:02,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:25:02,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:25:02,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:25:02,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:25:02,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:25:02,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:25:02,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:25:02,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:25:02,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:25:02,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:25:02,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:25:02,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:25:02,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:25:02,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:25:02,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:25:02,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:25:02,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:25:02,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:25:02,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:25:02,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:25:02,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:25:02,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:25:02,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:25:02,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:25:02,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:25:02,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:25:02,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:25:02,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:25:02,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:25:02,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:25:02,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:25:02,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:25:02,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:25:02,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:25:02,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:25:02,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:25:02,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:25:02,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:25:02,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:25:02,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:25:02,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:25:02,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:25:02,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:25:02,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:25:02,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:25:02,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:25:02,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:25:02,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:25:02,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:25:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4725b2c4-abe6-49dd-aee4-25527a2d74f9 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:25:02,074 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4725b2c4-abe6-49dd-aee4-25527a2d74f9 2018-10-22 18:25:02,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:25:02,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:25:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["EkeULZlnSi6-U5rlCLQsJg"], "issued_at": "2018-10-22T18:25:02.000000Z"}} 2018-10-22 18:25:02,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" 2018-10-22 18:25:02,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:25:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88708b3e-07c8-4573-8170-ea305708b668 x-compute-request-id: req-88708b3e-07c8-4573-8170-ea305708b668 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:25:02,582 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-88708b3e-07c8-4573-8170-ea305708b668 2018-10-22 18:25:02,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" 2018-10-22 18:25:02,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:25:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e62488e9-82a2-41be-8945-5e664d9250b2 x-compute-request-id: req-e62488e9-82a2-41be-8945-5e664d9250b2 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:25:02,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-e62488e9-82a2-41be-8945-5e664d9250b2 2018-10-22 18:25:02,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" -d '{"server": {"name": "sdnvpn-12-1", "imageRef": "255369e8-bceb-4edf-abc2-2bcfd58ee199", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "eb54a036-e842-44cf-9ddc-0504f1fece89"}]}}' 2018-10-22 18:25:04,168 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:25:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-141eb71b-9bca-4f57-ab8a-fbf6fd3249ad x-compute-request-id: req-141eb71b-9bca-4f57-ab8a-fbf6fd3249ad Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4aa56f5c-69d0-4550-826b-2454b4c80d97", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97", "rel": "bookmark"}], "adminPass": "P7soZoyFLYtB"}} 2018-10-22 18:25:04,168 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-141eb71b-9bca-4f57-ab8a-fbf6fd3249ad 2018-10-22 18:25:04,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:25:04,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:25:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8150310a-723f-4e6f-9f8f-4a9dc4cc0225 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:25:04,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8150310a-723f-4e6f-9f8f-4a9dc4cc0225 2018-10-22 18:25:04,177 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:25:04,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:25:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["msYYAetbTCy98iIyj_nSCA"], "issued_at": "2018-10-22T18:25:04.000000Z"}} 2018-10-22 18:25:04,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df6cbdb1e9838bab5eabe10ba6056524b1a4c313" 2018-10-22 18:25:05,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:25: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-90ac0b82-d340-4869-9ada-8769cde6bfb6 x-compute-request-id: req-90ac0b82-d340-4869-9ada-8769cde6bfb6 Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97", "rel": "bookmark"}], "image": {"id": "255369e8-bceb-4edf-abc2-2bcfd58ee199", "links": [{"href": "http://172.30.9.22:8774/images/255369e8-bceb-4edf-abc2-2bcfd58ee199", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "4aa56f5c-69d0-4550-826b-2454b4c80d97", "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:25:04Z", "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-10-22T18:25:04Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:25:05,074 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97 used request id req-90ac0b82-d340-4869-9ada-8769cde6bfb6 2018-10-22 18:25:08,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df6cbdb1e9838bab5eabe10ba6056524b1a4c313" 2018-10-22 18:25:08,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:25:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8edf19c-5c36-4559-ac46-55476d7b9648 x-compute-request-id: req-f8edf19c-5c36-4559-ac46-55476d7b9648 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.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97", "rel": "bookmark"}], "image": {"id": "255369e8-bceb-4edf-abc2-2bcfd58ee199", "links": [{"href": "http://172.30.9.22:8774/images/255369e8-bceb-4edf-abc2-2bcfd58ee199", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "4aa56f5c-69d0-4550-826b-2454b4c80d97", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:25:05Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-12-1", "created": "2018-10-22T18:25:04Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:25:08,794 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97 used request id req-f8edf19c-5c36-4559-ac46-55476d7b9648 2018-10-22 18:25:11,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df6cbdb1e9838bab5eabe10ba6056524b1a4c313" 2018-10-22 18:25:12,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:25:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-201ba135-9de4-4356-8434-425e50477da7 x-compute-request-id: req-201ba135-9de4-4356-8434-425e50477da7 Content-Encoding: gzip Content-Length: 778 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:6b:da:52", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97", "rel": "bookmark"}], "image": {"id": "255369e8-bceb-4edf-abc2-2bcfd58ee199", "links": [{"href": "http://172.30.9.22:8774/images/255369e8-bceb-4edf-abc2-2bcfd58ee199", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2018-10-22T18:25:08.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "4aa56f5c-69d0-4550-826b-2454b4c80d97", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:25:09Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-12-1", "created": "2018-10-22T18:25:04Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:25:12,543 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97 used request id req-201ba135-9de4-4356-8434-425e50477da7 2018-10-22 18:25:12,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" 2018-10-22 18:25:13,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-505c9fff-9f36-482a-8769-1bcdfaa0dc52 x-compute-request-id: req-505c9fff-9f36-482a-8769-1bcdfaa0dc52 Content-Encoding: gzip Content-Length: 778 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:6b:da:52", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97", "rel": "bookmark"}], "image": {"id": "255369e8-bceb-4edf-abc2-2bcfd58ee199", "links": [{"href": "http://172.30.9.22:8774/images/255369e8-bceb-4edf-abc2-2bcfd58ee199", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2018-10-22T18:25:08.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "4aa56f5c-69d0-4550-826b-2454b4c80d97", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:25:09Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-12-1", "created": "2018-10-22T18:25:04Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:25:13,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97 used request id req-505c9fff-9f36-482a-8769-1bcdfaa0dc52 2018-10-22 18:25:13,288 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-1' booted successfully. IP='10.10.10.8'. 2018-10-22 18:25:13,288 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-1' to security group 'sdnvpn-sg'... 2018-10-22 18:25:13,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e74ace400d40f60807d5d3a66ba1b0d788c79521" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:25:14,841 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18: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-490e66e3-a83b-4794-be5f-f688f60f6c2c x-compute-request-id: req-490e66e3-a83b-4794-be5f-f688f60f6c2c Content-Length: 0 Content-Type: application/json 2018-10-22 18:25:14,841 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action used request id req-490e66e3-a83b-4794-be5f-f688f60f6c2c 2018-10-22 18:25:14,842 - sdnvpn_test_utils - INFO - Waiting for instance 4aa56f5c-69d0-4550-826b-2454b4c80d97 to boot up 2018-10-22 18:25:14,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:25:15,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-4827182b-c849-47d9-bd26-351f21cbb5e2 x-compute-request-id: req-4827182b-c849-47d9-bd26-351f21cbb5e2 Content-Encoding: gzip Content-Length: 9383 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 632475255 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135496] pid_max: default: 32768 minimum: 301\n[ 0.136427] ACPI: Core revision 20150930\n[ 0.137911] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139274] Security Framework initialized\n[ 0.140130] Yama: becoming mindful.\n[ 0.140925] AppArmor: AppArmor initialized\n[ 0.141844] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145887] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147342] Initializing cgroup subsys io\n[ 0.148195] Initializing cgroup subsys memory\n[ 0.149148] Initializing cgroup subsys devices\n[ 0.150065] Initializing cgroup subsys freezer\n[ 0.150981] Initializing cgroup subsys net_cls\n[ 0.151898] Initializing cgroup subsys perf_event\n[ 0.152857] Initializing cgroup subsys net_prio\n[ 0.153808] Initializing cgroup subsys hugetlb\n[ 0.154704] Initializing cgroup subsys pids\n[ 0.155597] CPU: Physical Processor ID: 0\n[ 0.157137] mce: CPU supports 10 MCE banks\n[ 0.158028] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177070] ftrace: allocating 31920 entries in 125 pages\n[ 0.204781] smpboot: Max logical packages: 1\n[ 0.205734] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207148] x2apic enabled\n[ 0.208000] Switched APIC routing to physical x2apic.\n[ 0.209874] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211103] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213226] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215161] KVM setup paravirtual spinlock\n[ 0.216579] x86: Booted up 1 node, 1 CPUs\n[ 0.217429] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218872] devtmpfs: initialized\n[ 0.220584] evm: security.selinux\n[ 0.221311] evm: security.SMACK64\n[ 0.222024] evm: security.SMACK64EXEC\n[ 0.222824] evm: security.SMACK64TRANSMUTE\n[ 0.223715] evm: security.SMACK64MMAP\n[ 0.224504] evm: security.ima\n[ 0.225179] evm: security.capability\n[ 0.226034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227995] pinctrl core: initialized pinctrl subsystem\n[ 0.229160] RTC time: 18:25:08, date: 10/22/18\n[ 0.230166] NET: Registered protocol family 16\n[ 0.231191] cpuidle: using governor ladder\n[ 0.232057] cpuidle: using governor menu\n[ 0.232896] PCCT header not found.\n[ 0.233681] ACPI: bus type PCI registered\n[ 0.234518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235830] PCI: Using configuration type 1 for base access\n[ 0.237678] ACPI: Added _OSI(Module Device)\n[ 0.238557] ACPI: Added _OSI(Processor Device)\n[ 0.239453] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240368] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242569] ACPI: Interpreter enabled\n[ 0.243348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247210] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251044] ACPI: (supports S0 S5)\n[ 0.251803] ACPI: Using IOAPIC for interrupt routing\n[ 0.252946] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256090] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258560] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262066] acpiphp: Slot [3] registered\n[ 0.262878] acpiphp: Slot [4] registered\n[ 0.263685] acpiphp: Slot [5] registered\n[ 0.264494] acpiphp: Slot [6] registered\n[ 0.265295] acpiphp: Slot [7] registered\n[ 0.266107] acpiphp: Slot [8] registered\n[ 0.266932] acpiphp: Slot [9] registered\n[ 0.267735] acpiphp: Slot [10] registered\n[ 0.268554] acpiphp: Slot [11] registered\n[ 0.269371] acpiphp: Slot [12] registered\n[ 0.270189] acpiphp: Slot [13] registered\n[ 0.271007] acpiphp: Slot [14] registered\n[ 0.271823] acpiphp: Slot [15] registered\n[ 0.282808] acpiphp: Slot [16] registered\n[ 0.283651] acpiphp: Slot [17] registered\n[ 0.284508] acpiphp: Slot [18] registered\n[ 0.285358] acpiphp: Slot [19] registered\n[ 0.286202] acpiphp: Slot [20] registered\n[ 0.287060] acpiphp: Slot [21] registered\n[ 0.287914] acpiphp: Slot [22] registered\n[ 0.288774] acpiphp: Slot [23] registered\n[ 0.289621] acpiphp: Slot [24] registered\n[ 0.290471] acpiphp: Slot [25] registered\n[ 0.291326] acpiphp: Slot [26] registered\n[ 0.292164] acpiphp: Slot [27] registered\n[ 0.293016] acpiphp: Slot [28] registered\n[ 0.293858] acpiphp: Slot [29] registered\n[ 0.294702] acpiphp: Slot [30] registered\n[ 0.295533] acpiphp: Slot [31] registered\n[ 0.296406] PCI host bridge to bus 0000:00\n[ 0.297252] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299855] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302885] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309341] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310719] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313234] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321734] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373491] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375089] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380643] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384451] vgaarb: loaded\n[ 0.385057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386216] SCSI subsystem initialized\n[ 0.387049] ACPI: bus type USB registered\n[ 0.387861] usbcore: registered new interface driver usbfs\n[ 0.388885] usbcore: registered new interface driver hub\n[ 0.389890] usbcore: registered new device driver usb\n[ 0.390943] PCI: Using ACPI for IRQ routing\n[ 0.391972] NetLabel: Initializing\n[ 0.392684] NetLabel: domain hash size = 128\n[ 0.393534] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394481] NetLabel: unlabeled traffic allowed by default\n[ 0.395573] clocksource: Switched to clocksource kvm-clock\n[ 0.401407] AppArmor: AppArmor Filesystem Enabled\n[ 0.402385] pnp: PnP ACPI init\n[ 0.403307] pnp: PnP ACPI: found 5 devices\n[ 0.409774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411484] NET: Registered protocol family 2\n[ 0.412456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413718] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.416040] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417113] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418271] NET: Registered protocol family 1\n[ 0.419131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420225] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421295] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449538] Trying to unpack rootfs image as initramfs...\n[ 0.500004] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513973] Scanning for low memory corruption every 60 seconds\n[ 0.515306] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516568] audit: initializing netlink subsys (disabled)\n[ 0.517588] audit: type=2000 audit(1540232709.689:1): initialized\n[ 0.518883] Initialise system trusted keyring\n[ 0.519830] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523005] zbud: loaded\n[ 0.523710] VFS: Disk quotas dquot_6.6.0\n[ 0.524519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526019] fuse init (API version 7.23)\n[ 0.526912] Key type big_key registered\n[ 0.527720] Allocating IMA MOK and blacklist keyrings.\n[ 0.529200] Key type asymmetric registered\n[ 0.530016] Asymmetric key parser 'x509' registered\n[ 0.530956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532407] io scheduler noop registered\n[ 0.533192] io scheduler deadline registered (default)\n[ 0.534164] io scheduler cfq registered\n[ 0.534986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536026] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539382] ACPI: Power Button [PWRF]\n[ 0.540481] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587863] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613045] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615407] Linux agpgart interface v0.103\n[ 0.617630] brd: module loaded\n[ 0.618998] loop: module loaded\n[ 0.623554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625246] GPT:90111 != 2097151\n[ 0.626006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627252] GPT:90111 != 2097151\n[ 0.628045] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629190] vda: vda1 vda15\n[ 0.630896] scsi host0: ata_piix\n[ 0.631771] scsi host1: ata_piix\n[ 0.632559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633945] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635554] libphy: Fixed MDIO Bus: probed\n[ 0.636662] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637754] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639925] PPP generic driver version 2.4.2\n[ 0.640978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642339] ehci-pci: EHCI PCI platform driver\n[ 0.643313] ehci-platform: EHCI generic platform driver\n[ 0.644429] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645808] ohci-pci: OHCI PCI platform driver\n[ 0.646752] ohci-platform: OHCI generic platform driver\n[ 0.647876] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662454] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663601] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670430] usb usb1: Product: UHCI Host Controller\n[ 0.671484] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672896] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673986] hub 1-0:1.0: USB hub found\n[ 0.674878] hub 1-0:1.0: 2 ports detected\n[ 0.675884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680314] mousedev: PS/2 mouse device common for all mice\n[ 0.681589] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684582] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686987] i2c /dev entries driver\n[ 0.687770] device-mapper: uevent: version 1.0.3\n[ 0.688721] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690341] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691651] NET: Registered protocol family 10\n[ 0.692664] NET: Registered protocol family 17\n[ 0.693544] Key type dns_resolver registered\n[ 0.694478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697331] registered taskstats version 1\n[ 0.698169] Loading compiled-in X.509 certificates\n[ 0.699729] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701587] zswap: loaded using pool lzo/zbud\n[ 0.703001] Key type trusted registered\n[ 0.705042] Key type encrypted registered\n[ 0.705869] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707931] evm: HMAC attrs: 0x1\n[ 0.708894] Magic number: 6:961:443\n[ 0.709753] rtc_cmos 00:00: setting system clock to 2018-10-22 18:25:09 UTC (1540232709)\n[ 0.711339] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712460] EDD information not available.\n[ 0.792545] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794072] Write protecting the kernel read-only data: 14336k\n[ 0.806063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807875] 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.851669] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.32. iid=i-00000146\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCATNVbeIKed0us92OG4tFr2eQPMbQ19BObyzIaCFE6NiEu0jVucRWjkZyvbkx9AluTJR755qaBYvorhe2IS02y3fFIoJJnyIxXKKPUbV8pqNgdBGYFuBepJsID6GItSt0Fdo5nd0UOVgUvejOLQehRG32AKN1AgUiiQLQ2QFe63d1pcEUPktVtlBbV7enaEgrahOZzpduLN+MFqKxMLUoIHylHf/nZtsHZzBB1/XQua3tBdh1BFhm8uwe3hVpoqf52MGerktzMowN3e6QppD/KyAR1xiUMyZRSPLu0li9oz0lsOgZy+tKiwl86pYkdtTKIm+mYFjPsvo6DFrKRqiLX root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJPq5YdKYGlskh2rOXZBxe17goyJwZwosFZ0z7hWwNTivbQmkQXhKnetekF1RtLeNCsEzg4MOZ4y8E0jTxljNQUy0Q5KeGuG4Tq082drXTNnsiEtHmNWDxy8wyDHelBBdxWEql5r/aahP+JMyectc2rcahbnnWACPHjK/xlHm6shAAAAFQDt4UG+pzi8eAraEKlNu2RKaLLv3wAAAIA9mCSy9JcJjuLYJWpaHTTbC2qrc7tNjenfK2bj5DNL/XPgplXfypxo4sS+i1ofLVNI0n0D8dp6xLT/gHHDyNhV2GHSWm9kN1jQ18ZW6NyOn46uyAnNDE8lgyB/iKuK0DII3uqa8Zip60Pq+DFL9V5UW6IAXaUXiSxbK03aOoapdAAAAIBRpDv2A1b3I4gd7g9RXJeyQ68My7HibeuSiIRgjr2FpbNdMaoHY9ToBkAR+X6EAk/O9GTabZ+F1F6SaFaqptIRSdN/coquDbA1wf5ZIGT6DHCuwqV/EL3vyf6bRMnZlnvn3MhCDSvbCUFpaPpAJD1H+/NXysv5RFiSViFpsRkEQQ== 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.8,24,fe80::f816:3eff:fe6b:da52/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.36 ===\n"} 2018-10-22 18:25:15,962 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action used request id req-4827182b-c849-47d9-bd26-351f21cbb5e2 2018-10-22 18:25:17,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:25:19,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-135efc29-1849-4c77-8e4c-5203e5d9eb09 x-compute-request-id: req-135efc29-1849-4c77-8e4c-5203e5d9eb09 Content-Encoding: gzip Content-Length: 9988 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 632475255 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135496] pid_max: default: 32768 minimum: 301\n[ 0.136427] ACPI: Core revision 20150930\n[ 0.137911] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139274] Security Framework initialized\n[ 0.140130] Yama: becoming mindful.\n[ 0.140925] AppArmor: AppArmor initialized\n[ 0.141844] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145887] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147342] Initializing cgroup subsys io\n[ 0.148195] Initializing cgroup subsys memory\n[ 0.149148] Initializing cgroup subsys devices\n[ 0.150065] Initializing cgroup subsys freezer\n[ 0.150981] Initializing cgroup subsys net_cls\n[ 0.151898] Initializing cgroup subsys perf_event\n[ 0.152857] Initializing cgroup subsys net_prio\n[ 0.153808] Initializing cgroup subsys hugetlb\n[ 0.154704] Initializing cgroup subsys pids\n[ 0.155597] CPU: Physical Processor ID: 0\n[ 0.157137] mce: CPU supports 10 MCE banks\n[ 0.158028] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177070] ftrace: allocating 31920 entries in 125 pages\n[ 0.204781] smpboot: Max logical packages: 1\n[ 0.205734] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207148] x2apic enabled\n[ 0.208000] Switched APIC routing to physical x2apic.\n[ 0.209874] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211103] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213226] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215161] KVM setup paravirtual spinlock\n[ 0.216579] x86: Booted up 1 node, 1 CPUs\n[ 0.217429] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218872] devtmpfs: initialized\n[ 0.220584] evm: security.selinux\n[ 0.221311] evm: security.SMACK64\n[ 0.222024] evm: security.SMACK64EXEC\n[ 0.222824] evm: security.SMACK64TRANSMUTE\n[ 0.223715] evm: security.SMACK64MMAP\n[ 0.224504] evm: security.ima\n[ 0.225179] evm: security.capability\n[ 0.226034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227995] pinctrl core: initialized pinctrl subsystem\n[ 0.229160] RTC time: 18:25:08, date: 10/22/18\n[ 0.230166] NET: Registered protocol family 16\n[ 0.231191] cpuidle: using governor ladder\n[ 0.232057] cpuidle: using governor menu\n[ 0.232896] PCCT header not found.\n[ 0.233681] ACPI: bus type PCI registered\n[ 0.234518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235830] PCI: Using configuration type 1 for base access\n[ 0.237678] ACPI: Added _OSI(Module Device)\n[ 0.238557] ACPI: Added _OSI(Processor Device)\n[ 0.239453] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240368] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242569] ACPI: Interpreter enabled\n[ 0.243348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247210] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251044] ACPI: (supports S0 S5)\n[ 0.251803] ACPI: Using IOAPIC for interrupt routing\n[ 0.252946] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256090] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258560] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262066] acpiphp: Slot [3] registered\n[ 0.262878] acpiphp: Slot [4] registered\n[ 0.263685] acpiphp: Slot [5] registered\n[ 0.264494] acpiphp: Slot [6] registered\n[ 0.265295] acpiphp: Slot [7] registered\n[ 0.266107] acpiphp: Slot [8] registered\n[ 0.266932] acpiphp: Slot [9] registered\n[ 0.267735] acpiphp: Slot [10] registered\n[ 0.268554] acpiphp: Slot [11] registered\n[ 0.269371] acpiphp: Slot [12] registered\n[ 0.270189] acpiphp: Slot [13] registered\n[ 0.271007] acpiphp: Slot [14] registered\n[ 0.271823] acpiphp: Slot [15] registered\n[ 0.282808] acpiphp: Slot [16] registered\n[ 0.283651] acpiphp: Slot [17] registered\n[ 0.284508] acpiphp: Slot [18] registered\n[ 0.285358] acpiphp: Slot [19] registered\n[ 0.286202] acpiphp: Slot [20] registered\n[ 0.287060] acpiphp: Slot [21] registered\n[ 0.287914] acpiphp: Slot [22] registered\n[ 0.288774] acpiphp: Slot [23] registered\n[ 0.289621] acpiphp: Slot [24] registered\n[ 0.290471] acpiphp: Slot [25] registered\n[ 0.291326] acpiphp: Slot [26] registered\n[ 0.292164] acpiphp: Slot [27] registered\n[ 0.293016] acpiphp: Slot [28] registered\n[ 0.293858] acpiphp: Slot [29] registered\n[ 0.294702] acpiphp: Slot [30] registered\n[ 0.295533] acpiphp: Slot [31] registered\n[ 0.296406] PCI host bridge to bus 0000:00\n[ 0.297252] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299855] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302885] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309341] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310719] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313234] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321734] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373491] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375089] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380643] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384451] vgaarb: loaded\n[ 0.385057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386216] SCSI subsystem initialized\n[ 0.387049] ACPI: bus type USB registered\n[ 0.387861] usbcore: registered new interface driver usbfs\n[ 0.388885] usbcore: registered new interface driver hub\n[ 0.389890] usbcore: registered new device driver usb\n[ 0.390943] PCI: Using ACPI for IRQ routing\n[ 0.391972] NetLabel: Initializing\n[ 0.392684] NetLabel: domain hash size = 128\n[ 0.393534] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394481] NetLabel: unlabeled traffic allowed by default\n[ 0.395573] clocksource: Switched to clocksource kvm-clock\n[ 0.401407] AppArmor: AppArmor Filesystem Enabled\n[ 0.402385] pnp: PnP ACPI init\n[ 0.403307] pnp: PnP ACPI: found 5 devices\n[ 0.409774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411484] NET: Registered protocol family 2\n[ 0.412456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413718] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.416040] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417113] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418271] NET: Registered protocol family 1\n[ 0.419131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420225] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421295] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449538] Trying to unpack rootfs image as initramfs...\n[ 0.500004] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513973] Scanning for low memory corruption every 60 seconds\n[ 0.515306] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516568] audit: initializing netlink subsys (disabled)\n[ 0.517588] audit: type=2000 audit(1540232709.689:1): initialized\n[ 0.518883] Initialise system trusted keyring\n[ 0.519830] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523005] zbud: loaded\n[ 0.523710] VFS: Disk quotas dquot_6.6.0\n[ 0.524519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526019] fuse init (API version 7.23)\n[ 0.526912] Key type big_key registered\n[ 0.527720] Allocating IMA MOK and blacklist keyrings.\n[ 0.529200] Key type asymmetric registered\n[ 0.530016] Asymmetric key parser 'x509' registered\n[ 0.530956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532407] io scheduler noop registered\n[ 0.533192] io scheduler deadline registered (default)\n[ 0.534164] io scheduler cfq registered\n[ 0.534986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536026] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539382] ACPI: Power Button [PWRF]\n[ 0.540481] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587863] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613045] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615407] Linux agpgart interface v0.103\n[ 0.617630] brd: module loaded\n[ 0.618998] loop: module loaded\n[ 0.623554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625246] GPT:90111 != 2097151\n[ 0.626006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627252] GPT:90111 != 2097151\n[ 0.628045] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629190] vda: vda1 vda15\n[ 0.630896] scsi host0: ata_piix\n[ 0.631771] scsi host1: ata_piix\n[ 0.632559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633945] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635554] libphy: Fixed MDIO Bus: probed\n[ 0.636662] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637754] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639925] PPP generic driver version 2.4.2\n[ 0.640978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642339] ehci-pci: EHCI PCI platform driver\n[ 0.643313] ehci-platform: EHCI generic platform driver\n[ 0.644429] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645808] ohci-pci: OHCI PCI platform driver\n[ 0.646752] ohci-platform: OHCI generic platform driver\n[ 0.647876] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662454] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663601] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670430] usb usb1: Product: UHCI Host Controller\n[ 0.671484] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672896] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673986] hub 1-0:1.0: USB hub found\n[ 0.674878] hub 1-0:1.0: 2 ports detected\n[ 0.675884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680314] mousedev: PS/2 mouse device common for all mice\n[ 0.681589] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684582] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686987] i2c /dev entries driver\n[ 0.687770] device-mapper: uevent: version 1.0.3\n[ 0.688721] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690341] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691651] NET: Registered protocol family 10\n[ 0.692664] NET: Registered protocol family 17\n[ 0.693544] Key type dns_resolver registered\n[ 0.694478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697331] registered taskstats version 1\n[ 0.698169] Loading compiled-in X.509 certificates\n[ 0.699729] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701587] zswap: loaded using pool lzo/zbud\n[ 0.703001] Key type trusted registered\n[ 0.705042] Key type encrypted registered\n[ 0.705869] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707931] evm: HMAC attrs: 0x1\n[ 0.708894] Magic number: 6:961:443\n[ 0.709753] rtc_cmos 00:00: setting system clock to 2018-10-22 18:25:09 UTC (1540232709)\n[ 0.711339] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712460] EDD information not available.\n[ 0.792545] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794072] Write protecting the kernel read-only data: 14336k\n[ 0.806063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807875] 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.851669] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.32. iid=i-00000146\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCATNVbeIKed0us92OG4tFr2eQPMbQ19BObyzIaCFE6NiEu0jVucRWjkZyvbkx9AluTJR755qaBYvorhe2IS02y3fFIoJJnyIxXKKPUbV8pqNgdBGYFuBepJsID6GItSt0Fdo5nd0UOVgUvejOLQehRG32AKN1AgUiiQLQ2QFe63d1pcEUPktVtlBbV7enaEgrahOZzpduLN+MFqKxMLUoIHylHf/nZtsHZzBB1/XQua3tBdh1BFhm8uwe3hVpoqf52MGerktzMowN3e6QppD/KyAR1xiUMyZRSPLu0li9oz0lsOgZy+tKiwl86pYkdtTKIm+mYFjPsvo6DFrKRqiLX root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJPq5YdKYGlskh2rOXZBxe17goyJwZwosFZ0z7hWwNTivbQmkQXhKnetekF1RtLeNCsEzg4MOZ4y8E0jTxljNQUy0Q5KeGuG4Tq082drXTNnsiEtHmNWDxy8wyDHelBBdxWEql5r/aahP+JMyectc2rcahbnnWACPHjK/xlHm6shAAAAFQDt4UG+pzi8eAraEKlNu2RKaLLv3wAAAIA9mCSy9JcJjuLYJWpaHTTbC2qrc7tNjenfK2bj5DNL/XPgplXfypxo4sS+i1ofLVNI0n0D8dp6xLT/gHHDyNhV2GHSWm9kN1jQ18ZW6NyOn46uyAnNDE8lgyB/iKuK0DII3uqa8Zip60Pq+DFL9V5UW6IAXaUXiSxbK03aOoapdAAAAIBRpDv2A1b3I4gd7g9RXJeyQ68My7HibeuSiIRgjr2FpbNdMaoHY9ToBkAR+X6EAk/O9GTabZ+F1F6SaFaqptIRSdN/coquDbA1wf5ZIGT6DHCuwqV/EL3vyf6bRMnZlnvn3MhCDSvbCUFpaPpAJD1H+/NXysv5RFiSViFpsRkEQQ== 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.8,24,fe80::f816:3eff:fe6b:da52/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.36 ===\n/dev/root resized successfully [took 2.79s]\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:6B:DA:52 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6b:da52/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8184 (7.9 KiB) TX bytes:9179 (8.9 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-10-22 18:25:19,052 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action used request id req-135efc29-1849-4c77-8e4c-5203e5d9eb09 2018-10-22 18:25:21,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:25:22,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-3d1b633e-8d97-4089-95f4-772ea627a796 x-compute-request-id: req-3d1b633e-8d97-4089-95f4-772ea627a796 Content-Encoding: gzip Content-Length: 9988 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 632475255 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135496] pid_max: default: 32768 minimum: 301\n[ 0.136427] ACPI: Core revision 20150930\n[ 0.137911] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139274] Security Framework initialized\n[ 0.140130] Yama: becoming mindful.\n[ 0.140925] AppArmor: AppArmor initialized\n[ 0.141844] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145887] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147342] Initializing cgroup subsys io\n[ 0.148195] Initializing cgroup subsys memory\n[ 0.149148] Initializing cgroup subsys devices\n[ 0.150065] Initializing cgroup subsys freezer\n[ 0.150981] Initializing cgroup subsys net_cls\n[ 0.151898] Initializing cgroup subsys perf_event\n[ 0.152857] Initializing cgroup subsys net_prio\n[ 0.153808] Initializing cgroup subsys hugetlb\n[ 0.154704] Initializing cgroup subsys pids\n[ 0.155597] CPU: Physical Processor ID: 0\n[ 0.157137] mce: CPU supports 10 MCE banks\n[ 0.158028] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177070] ftrace: allocating 31920 entries in 125 pages\n[ 0.204781] smpboot: Max logical packages: 1\n[ 0.205734] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207148] x2apic enabled\n[ 0.208000] Switched APIC routing to physical x2apic.\n[ 0.209874] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211103] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213226] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215161] KVM setup paravirtual spinlock\n[ 0.216579] x86: Booted up 1 node, 1 CPUs\n[ 0.217429] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218872] devtmpfs: initialized\n[ 0.220584] evm: security.selinux\n[ 0.221311] evm: security.SMACK64\n[ 0.222024] evm: security.SMACK64EXEC\n[ 0.222824] evm: security.SMACK64TRANSMUTE\n[ 0.223715] evm: security.SMACK64MMAP\n[ 0.224504] evm: security.ima\n[ 0.225179] evm: security.capability\n[ 0.226034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227995] pinctrl core: initialized pinctrl subsystem\n[ 0.229160] RTC time: 18:25:08, date: 10/22/18\n[ 0.230166] NET: Registered protocol family 16\n[ 0.231191] cpuidle: using governor ladder\n[ 0.232057] cpuidle: using governor menu\n[ 0.232896] PCCT header not found.\n[ 0.233681] ACPI: bus type PCI registered\n[ 0.234518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235830] PCI: Using configuration type 1 for base access\n[ 0.237678] ACPI: Added _OSI(Module Device)\n[ 0.238557] ACPI: Added _OSI(Processor Device)\n[ 0.239453] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240368] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242569] ACPI: Interpreter enabled\n[ 0.243348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247210] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251044] ACPI: (supports S0 S5)\n[ 0.251803] ACPI: Using IOAPIC for interrupt routing\n[ 0.252946] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256090] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258560] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262066] acpiphp: Slot [3] registered\n[ 0.262878] acpiphp: Slot [4] registered\n[ 0.263685] acpiphp: Slot [5] registered\n[ 0.264494] acpiphp: Slot [6] registered\n[ 0.265295] acpiphp: Slot [7] registered\n[ 0.266107] acpiphp: Slot [8] registered\n[ 0.266932] acpiphp: Slot [9] registered\n[ 0.267735] acpiphp: Slot [10] registered\n[ 0.268554] acpiphp: Slot [11] registered\n[ 0.269371] acpiphp: Slot [12] registered\n[ 0.270189] acpiphp: Slot [13] registered\n[ 0.271007] acpiphp: Slot [14] registered\n[ 0.271823] acpiphp: Slot [15] registered\n[ 0.282808] acpiphp: Slot [16] registered\n[ 0.283651] acpiphp: Slot [17] registered\n[ 0.284508] acpiphp: Slot [18] registered\n[ 0.285358] acpiphp: Slot [19] registered\n[ 0.286202] acpiphp: Slot [20] registered\n[ 0.287060] acpiphp: Slot [21] registered\n[ 0.287914] acpiphp: Slot [22] registered\n[ 0.288774] acpiphp: Slot [23] registered\n[ 0.289621] acpiphp: Slot [24] registered\n[ 0.290471] acpiphp: Slot [25] registered\n[ 0.291326] acpiphp: Slot [26] registered\n[ 0.292164] acpiphp: Slot [27] registered\n[ 0.293016] acpiphp: Slot [28] registered\n[ 0.293858] acpiphp: Slot [29] registered\n[ 0.294702] acpiphp: Slot [30] registered\n[ 0.295533] acpiphp: Slot [31] registered\n[ 0.296406] PCI host bridge to bus 0000:00\n[ 0.297252] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299855] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302885] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309341] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310719] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313234] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321734] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373491] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375089] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380643] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384451] vgaarb: loaded\n[ 0.385057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386216] SCSI subsystem initialized\n[ 0.387049] ACPI: bus type USB registered\n[ 0.387861] usbcore: registered new interface driver usbfs\n[ 0.388885] usbcore: registered new interface driver hub\n[ 0.389890] usbcore: registered new device driver usb\n[ 0.390943] PCI: Using ACPI for IRQ routing\n[ 0.391972] NetLabel: Initializing\n[ 0.392684] NetLabel: domain hash size = 128\n[ 0.393534] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394481] NetLabel: unlabeled traffic allowed by default\n[ 0.395573] clocksource: Switched to clocksource kvm-clock\n[ 0.401407] AppArmor: AppArmor Filesystem Enabled\n[ 0.402385] pnp: PnP ACPI init\n[ 0.403307] pnp: PnP ACPI: found 5 devices\n[ 0.409774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411484] NET: Registered protocol family 2\n[ 0.412456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413718] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.416040] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417113] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418271] NET: Registered protocol family 1\n[ 0.419131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420225] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421295] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449538] Trying to unpack rootfs image as initramfs...\n[ 0.500004] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513973] Scanning for low memory corruption every 60 seconds\n[ 0.515306] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516568] audit: initializing netlink subsys (disabled)\n[ 0.517588] audit: type=2000 audit(1540232709.689:1): initialized\n[ 0.518883] Initialise system trusted keyring\n[ 0.519830] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523005] zbud: loaded\n[ 0.523710] VFS: Disk quotas dquot_6.6.0\n[ 0.524519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526019] fuse init (API version 7.23)\n[ 0.526912] Key type big_key registered\n[ 0.527720] Allocating IMA MOK and blacklist keyrings.\n[ 0.529200] Key type asymmetric registered\n[ 0.530016] Asymmetric key parser 'x509' registered\n[ 0.530956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532407] io scheduler noop registered\n[ 0.533192] io scheduler deadline registered (default)\n[ 0.534164] io scheduler cfq registered\n[ 0.534986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536026] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539382] ACPI: Power Button [PWRF]\n[ 0.540481] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587863] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613045] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615407] Linux agpgart interface v0.103\n[ 0.617630] brd: module loaded\n[ 0.618998] loop: module loaded\n[ 0.623554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625246] GPT:90111 != 2097151\n[ 0.626006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627252] GPT:90111 != 2097151\n[ 0.628045] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629190] vda: vda1 vda15\n[ 0.630896] scsi host0: ata_piix\n[ 0.631771] scsi host1: ata_piix\n[ 0.632559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633945] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635554] libphy: Fixed MDIO Bus: probed\n[ 0.636662] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637754] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639925] PPP generic driver version 2.4.2\n[ 0.640978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642339] ehci-pci: EHCI PCI platform driver\n[ 0.643313] ehci-platform: EHCI generic platform driver\n[ 0.644429] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645808] ohci-pci: OHCI PCI platform driver\n[ 0.646752] ohci-platform: OHCI generic platform driver\n[ 0.647876] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662454] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663601] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670430] usb usb1: Product: UHCI Host Controller\n[ 0.671484] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672896] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673986] hub 1-0:1.0: USB hub found\n[ 0.674878] hub 1-0:1.0: 2 ports detected\n[ 0.675884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680314] mousedev: PS/2 mouse device common for all mice\n[ 0.681589] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684582] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686987] i2c /dev entries driver\n[ 0.687770] device-mapper: uevent: version 1.0.3\n[ 0.688721] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690341] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691651] NET: Registered protocol family 10\n[ 0.692664] NET: Registered protocol family 17\n[ 0.693544] Key type dns_resolver registered\n[ 0.694478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697331] registered taskstats version 1\n[ 0.698169] Loading compiled-in X.509 certificates\n[ 0.699729] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701587] zswap: loaded using pool lzo/zbud\n[ 0.703001] Key type trusted registered\n[ 0.705042] Key type encrypted registered\n[ 0.705869] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707931] evm: HMAC attrs: 0x1\n[ 0.708894] Magic number: 6:961:443\n[ 0.709753] rtc_cmos 00:00: setting system clock to 2018-10-22 18:25:09 UTC (1540232709)\n[ 0.711339] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712460] EDD information not available.\n[ 0.792545] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794072] Write protecting the kernel read-only data: 14336k\n[ 0.806063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807875] 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.851669] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.32. iid=i-00000146\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCATNVbeIKed0us92OG4tFr2eQPMbQ19BObyzIaCFE6NiEu0jVucRWjkZyvbkx9AluTJR755qaBYvorhe2IS02y3fFIoJJnyIxXKKPUbV8pqNgdBGYFuBepJsID6GItSt0Fdo5nd0UOVgUvejOLQehRG32AKN1AgUiiQLQ2QFe63d1pcEUPktVtlBbV7enaEgrahOZzpduLN+MFqKxMLUoIHylHf/nZtsHZzBB1/XQua3tBdh1BFhm8uwe3hVpoqf52MGerktzMowN3e6QppD/KyAR1xiUMyZRSPLu0li9oz0lsOgZy+tKiwl86pYkdtTKIm+mYFjPsvo6DFrKRqiLX root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJPq5YdKYGlskh2rOXZBxe17goyJwZwosFZ0z7hWwNTivbQmkQXhKnetekF1RtLeNCsEzg4MOZ4y8E0jTxljNQUy0Q5KeGuG4Tq082drXTNnsiEtHmNWDxy8wyDHelBBdxWEql5r/aahP+JMyectc2rcahbnnWACPHjK/xlHm6shAAAAFQDt4UG+pzi8eAraEKlNu2RKaLLv3wAAAIA9mCSy9JcJjuLYJWpaHTTbC2qrc7tNjenfK2bj5DNL/XPgplXfypxo4sS+i1ofLVNI0n0D8dp6xLT/gHHDyNhV2GHSWm9kN1jQ18ZW6NyOn46uyAnNDE8lgyB/iKuK0DII3uqa8Zip60Pq+DFL9V5UW6IAXaUXiSxbK03aOoapdAAAAIBRpDv2A1b3I4gd7g9RXJeyQ68My7HibeuSiIRgjr2FpbNdMaoHY9ToBkAR+X6EAk/O9GTabZ+F1F6SaFaqptIRSdN/coquDbA1wf5ZIGT6DHCuwqV/EL3vyf6bRMnZlnvn3MhCDSvbCUFpaPpAJD1H+/NXysv5RFiSViFpsRkEQQ== 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.8,24,fe80::f816:3eff:fe6b:da52/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.36 ===\n/dev/root resized successfully [took 2.79s]\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:6B:DA:52 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6b:da52/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8184 (7.9 KiB) TX bytes:9179 (8.9 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-10-22 18:25:22,141 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action used request id req-3d1b633e-8d97-4089-95f4-772ea627a796 2018-10-22 18:25:24,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:25:25,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:25: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-d879a7f3-f44e-4c90-975f-67049823b01d x-compute-request-id: req-d879a7f3-f44e-4c90-975f-67049823b01d Content-Encoding: gzip Content-Length: 9988 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 632475255 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135496] pid_max: default: 32768 minimum: 301\n[ 0.136427] ACPI: Core revision 20150930\n[ 0.137911] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139274] Security Framework initialized\n[ 0.140130] Yama: becoming mindful.\n[ 0.140925] AppArmor: AppArmor initialized\n[ 0.141844] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145887] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147342] Initializing cgroup subsys io\n[ 0.148195] Initializing cgroup subsys memory\n[ 0.149148] Initializing cgroup subsys devices\n[ 0.150065] Initializing cgroup subsys freezer\n[ 0.150981] Initializing cgroup subsys net_cls\n[ 0.151898] Initializing cgroup subsys perf_event\n[ 0.152857] Initializing cgroup subsys net_prio\n[ 0.153808] Initializing cgroup subsys hugetlb\n[ 0.154704] Initializing cgroup subsys pids\n[ 0.155597] CPU: Physical Processor ID: 0\n[ 0.157137] mce: CPU supports 10 MCE banks\n[ 0.158028] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177070] ftrace: allocating 31920 entries in 125 pages\n[ 0.204781] smpboot: Max logical packages: 1\n[ 0.205734] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207148] x2apic enabled\n[ 0.208000] Switched APIC routing to physical x2apic.\n[ 0.209874] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211103] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213226] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215161] KVM setup paravirtual spinlock\n[ 0.216579] x86: Booted up 1 node, 1 CPUs\n[ 0.217429] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218872] devtmpfs: initialized\n[ 0.220584] evm: security.selinux\n[ 0.221311] evm: security.SMACK64\n[ 0.222024] evm: security.SMACK64EXEC\n[ 0.222824] evm: security.SMACK64TRANSMUTE\n[ 0.223715] evm: security.SMACK64MMAP\n[ 0.224504] evm: security.ima\n[ 0.225179] evm: security.capability\n[ 0.226034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227995] pinctrl core: initialized pinctrl subsystem\n[ 0.229160] RTC time: 18:25:08, date: 10/22/18\n[ 0.230166] NET: Registered protocol family 16\n[ 0.231191] cpuidle: using governor ladder\n[ 0.232057] cpuidle: using governor menu\n[ 0.232896] PCCT header not found.\n[ 0.233681] ACPI: bus type PCI registered\n[ 0.234518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235830] PCI: Using configuration type 1 for base access\n[ 0.237678] ACPI: Added _OSI(Module Device)\n[ 0.238557] ACPI: Added _OSI(Processor Device)\n[ 0.239453] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240368] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242569] ACPI: Interpreter enabled\n[ 0.243348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247210] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251044] ACPI: (supports S0 S5)\n[ 0.251803] ACPI: Using IOAPIC for interrupt routing\n[ 0.252946] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256090] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258560] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262066] acpiphp: Slot [3] registered\n[ 0.262878] acpiphp: Slot [4] registered\n[ 0.263685] acpiphp: Slot [5] registered\n[ 0.264494] acpiphp: Slot [6] registered\n[ 0.265295] acpiphp: Slot [7] registered\n[ 0.266107] acpiphp: Slot [8] registered\n[ 0.266932] acpiphp: Slot [9] registered\n[ 0.267735] acpiphp: Slot [10] registered\n[ 0.268554] acpiphp: Slot [11] registered\n[ 0.269371] acpiphp: Slot [12] registered\n[ 0.270189] acpiphp: Slot [13] registered\n[ 0.271007] acpiphp: Slot [14] registered\n[ 0.271823] acpiphp: Slot [15] registered\n[ 0.282808] acpiphp: Slot [16] registered\n[ 0.283651] acpiphp: Slot [17] registered\n[ 0.284508] acpiphp: Slot [18] registered\n[ 0.285358] acpiphp: Slot [19] registered\n[ 0.286202] acpiphp: Slot [20] registered\n[ 0.287060] acpiphp: Slot [21] registered\n[ 0.287914] acpiphp: Slot [22] registered\n[ 0.288774] acpiphp: Slot [23] registered\n[ 0.289621] acpiphp: Slot [24] registered\n[ 0.290471] acpiphp: Slot [25] registered\n[ 0.291326] acpiphp: Slot [26] registered\n[ 0.292164] acpiphp: Slot [27] registered\n[ 0.293016] acpiphp: Slot [28] registered\n[ 0.293858] acpiphp: Slot [29] registered\n[ 0.294702] acpiphp: Slot [30] registered\n[ 0.295533] acpiphp: Slot [31] registered\n[ 0.296406] PCI host bridge to bus 0000:00\n[ 0.297252] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299855] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302885] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309341] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310719] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313234] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321734] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373491] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375089] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380643] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384451] vgaarb: loaded\n[ 0.385057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386216] SCSI subsystem initialized\n[ 0.387049] ACPI: bus type USB registered\n[ 0.387861] usbcore: registered new interface driver usbfs\n[ 0.388885] usbcore: registered new interface driver hub\n[ 0.389890] usbcore: registered new device driver usb\n[ 0.390943] PCI: Using ACPI for IRQ routing\n[ 0.391972] NetLabel: Initializing\n[ 0.392684] NetLabel: domain hash size = 128\n[ 0.393534] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394481] NetLabel: unlabeled traffic allowed by default\n[ 0.395573] clocksource: Switched to clocksource kvm-clock\n[ 0.401407] AppArmor: AppArmor Filesystem Enabled\n[ 0.402385] pnp: PnP ACPI init\n[ 0.403307] pnp: PnP ACPI: found 5 devices\n[ 0.409774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411484] NET: Registered protocol family 2\n[ 0.412456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413718] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.416040] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417113] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418271] NET: Registered protocol family 1\n[ 0.419131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420225] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421295] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449538] Trying to unpack rootfs image as initramfs...\n[ 0.500004] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513973] Scanning for low memory corruption every 60 seconds\n[ 0.515306] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516568] audit: initializing netlink subsys (disabled)\n[ 0.517588] audit: type=2000 audit(1540232709.689:1): initialized\n[ 0.518883] Initialise system trusted keyring\n[ 0.519830] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523005] zbud: loaded\n[ 0.523710] VFS: Disk quotas dquot_6.6.0\n[ 0.524519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526019] fuse init (API version 7.23)\n[ 0.526912] Key type big_key registered\n[ 0.527720] Allocating IMA MOK and blacklist keyrings.\n[ 0.529200] Key type asymmetric registered\n[ 0.530016] Asymmetric key parser 'x509' registered\n[ 0.530956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532407] io scheduler noop registered\n[ 0.533192] io scheduler deadline registered (default)\n[ 0.534164] io scheduler cfq registered\n[ 0.534986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536026] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539382] ACPI: Power Button [PWRF]\n[ 0.540481] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587863] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613045] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615407] Linux agpgart interface v0.103\n[ 0.617630] brd: module loaded\n[ 0.618998] loop: module loaded\n[ 0.623554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625246] GPT:90111 != 2097151\n[ 0.626006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627252] GPT:90111 != 2097151\n[ 0.628045] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629190] vda: vda1 vda15\n[ 0.630896] scsi host0: ata_piix\n[ 0.631771] scsi host1: ata_piix\n[ 0.632559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633945] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635554] libphy: Fixed MDIO Bus: probed\n[ 0.636662] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637754] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639925] PPP generic driver version 2.4.2\n[ 0.640978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642339] ehci-pci: EHCI PCI platform driver\n[ 0.643313] ehci-platform: EHCI generic platform driver\n[ 0.644429] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645808] ohci-pci: OHCI PCI platform driver\n[ 0.646752] ohci-platform: OHCI generic platform driver\n[ 0.647876] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662454] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663601] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670430] usb usb1: Product: UHCI Host Controller\n[ 0.671484] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672896] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673986] hub 1-0:1.0: USB hub found\n[ 0.674878] hub 1-0:1.0: 2 ports detected\n[ 0.675884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680314] mousedev: PS/2 mouse device common for all mice\n[ 0.681589] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684582] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686987] i2c /dev entries driver\n[ 0.687770] device-mapper: uevent: version 1.0.3\n[ 0.688721] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690341] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691651] NET: Registered protocol family 10\n[ 0.692664] NET: Registered protocol family 17\n[ 0.693544] Key type dns_resolver registered\n[ 0.694478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697331] registered taskstats version 1\n[ 0.698169] Loading compiled-in X.509 certificates\n[ 0.699729] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701587] zswap: loaded using pool lzo/zbud\n[ 0.703001] Key type trusted registered\n[ 0.705042] Key type encrypted registered\n[ 0.705869] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707931] evm: HMAC attrs: 0x1\n[ 0.708894] Magic number: 6:961:443\n[ 0.709753] rtc_cmos 00:00: setting system clock to 2018-10-22 18:25:09 UTC (1540232709)\n[ 0.711339] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712460] EDD information not available.\n[ 0.792545] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794072] Write protecting the kernel read-only data: 14336k\n[ 0.806063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807875] 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.851669] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.32. iid=i-00000146\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCATNVbeIKed0us92OG4tFr2eQPMbQ19BObyzIaCFE6NiEu0jVucRWjkZyvbkx9AluTJR755qaBYvorhe2IS02y3fFIoJJnyIxXKKPUbV8pqNgdBGYFuBepJsID6GItSt0Fdo5nd0UOVgUvejOLQehRG32AKN1AgUiiQLQ2QFe63d1pcEUPktVtlBbV7enaEgrahOZzpduLN+MFqKxMLUoIHylHf/nZtsHZzBB1/XQua3tBdh1BFhm8uwe3hVpoqf52MGerktzMowN3e6QppD/KyAR1xiUMyZRSPLu0li9oz0lsOgZy+tKiwl86pYkdtTKIm+mYFjPsvo6DFrKRqiLX root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJPq5YdKYGlskh2rOXZBxe17goyJwZwosFZ0z7hWwNTivbQmkQXhKnetekF1RtLeNCsEzg4MOZ4y8E0jTxljNQUy0Q5KeGuG4Tq082drXTNnsiEtHmNWDxy8wyDHelBBdxWEql5r/aahP+JMyectc2rcahbnnWACPHjK/xlHm6shAAAAFQDt4UG+pzi8eAraEKlNu2RKaLLv3wAAAIA9mCSy9JcJjuLYJWpaHTTbC2qrc7tNjenfK2bj5DNL/XPgplXfypxo4sS+i1ofLVNI0n0D8dp6xLT/gHHDyNhV2GHSWm9kN1jQ18ZW6NyOn46uyAnNDE8lgyB/iKuK0DII3uqa8Zip60Pq+DFL9V5UW6IAXaUXiSxbK03aOoapdAAAAIBRpDv2A1b3I4gd7g9RXJeyQ68My7HibeuSiIRgjr2FpbNdMaoHY9ToBkAR+X6EAk/O9GTabZ+F1F6SaFaqptIRSdN/coquDbA1wf5ZIGT6DHCuwqV/EL3vyf6bRMnZlnvn3MhCDSvbCUFpaPpAJD1H+/NXysv5RFiSViFpsRkEQQ== 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.8,24,fe80::f816:3eff:fe6b:da52/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.36 ===\n/dev/root resized successfully [took 2.79s]\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:6B:DA:52 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6b:da52/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8184 (7.9 KiB) TX bytes:9179 (8.9 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-10-22 18:25:25,240 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action used request id req-d879a7f3-f44e-4c90-975f-67049823b01d 2018-10-22 18:25:27,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:25:28,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:25: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-8c517c27-5b60-4030-9206-03d4a3757538 x-compute-request-id: req-8c517c27-5b60-4030-9206-03d4a3757538 Content-Encoding: gzip Content-Length: 9988 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 632475255 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135496] pid_max: default: 32768 minimum: 301\n[ 0.136427] ACPI: Core revision 20150930\n[ 0.137911] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139274] Security Framework initialized\n[ 0.140130] Yama: becoming mindful.\n[ 0.140925] AppArmor: AppArmor initialized\n[ 0.141844] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145887] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147342] Initializing cgroup subsys io\n[ 0.148195] Initializing cgroup subsys memory\n[ 0.149148] Initializing cgroup subsys devices\n[ 0.150065] Initializing cgroup subsys freezer\n[ 0.150981] Initializing cgroup subsys net_cls\n[ 0.151898] Initializing cgroup subsys perf_event\n[ 0.152857] Initializing cgroup subsys net_prio\n[ 0.153808] Initializing cgroup subsys hugetlb\n[ 0.154704] Initializing cgroup subsys pids\n[ 0.155597] CPU: Physical Processor ID: 0\n[ 0.157137] mce: CPU supports 10 MCE banks\n[ 0.158028] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177070] ftrace: allocating 31920 entries in 125 pages\n[ 0.204781] smpboot: Max logical packages: 1\n[ 0.205734] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207148] x2apic enabled\n[ 0.208000] Switched APIC routing to physical x2apic.\n[ 0.209874] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211103] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213226] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215161] KVM setup paravirtual spinlock\n[ 0.216579] x86: Booted up 1 node, 1 CPUs\n[ 0.217429] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218872] devtmpfs: initialized\n[ 0.220584] evm: security.selinux\n[ 0.221311] evm: security.SMACK64\n[ 0.222024] evm: security.SMACK64EXEC\n[ 0.222824] evm: security.SMACK64TRANSMUTE\n[ 0.223715] evm: security.SMACK64MMAP\n[ 0.224504] evm: security.ima\n[ 0.225179] evm: security.capability\n[ 0.226034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227995] pinctrl core: initialized pinctrl subsystem\n[ 0.229160] RTC time: 18:25:08, date: 10/22/18\n[ 0.230166] NET: Registered protocol family 16\n[ 0.231191] cpuidle: using governor ladder\n[ 0.232057] cpuidle: using governor menu\n[ 0.232896] PCCT header not found.\n[ 0.233681] ACPI: bus type PCI registered\n[ 0.234518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235830] PCI: Using configuration type 1 for base access\n[ 0.237678] ACPI: Added _OSI(Module Device)\n[ 0.238557] ACPI: Added _OSI(Processor Device)\n[ 0.239453] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240368] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242569] ACPI: Interpreter enabled\n[ 0.243348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247210] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251044] ACPI: (supports S0 S5)\n[ 0.251803] ACPI: Using IOAPIC for interrupt routing\n[ 0.252946] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256090] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258560] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262066] acpiphp: Slot [3] registered\n[ 0.262878] acpiphp: Slot [4] registered\n[ 0.263685] acpiphp: Slot [5] registered\n[ 0.264494] acpiphp: Slot [6] registered\n[ 0.265295] acpiphp: Slot [7] registered\n[ 0.266107] acpiphp: Slot [8] registered\n[ 0.266932] acpiphp: Slot [9] registered\n[ 0.267735] acpiphp: Slot [10] registered\n[ 0.268554] acpiphp: Slot [11] registered\n[ 0.269371] acpiphp: Slot [12] registered\n[ 0.270189] acpiphp: Slot [13] registered\n[ 0.271007] acpiphp: Slot [14] registered\n[ 0.271823] acpiphp: Slot [15] registered\n[ 0.282808] acpiphp: Slot [16] registered\n[ 0.283651] acpiphp: Slot [17] registered\n[ 0.284508] acpiphp: Slot [18] registered\n[ 0.285358] acpiphp: Slot [19] registered\n[ 0.286202] acpiphp: Slot [20] registered\n[ 0.287060] acpiphp: Slot [21] registered\n[ 0.287914] acpiphp: Slot [22] registered\n[ 0.288774] acpiphp: Slot [23] registered\n[ 0.289621] acpiphp: Slot [24] registered\n[ 0.290471] acpiphp: Slot [25] registered\n[ 0.291326] acpiphp: Slot [26] registered\n[ 0.292164] acpiphp: Slot [27] registered\n[ 0.293016] acpiphp: Slot [28] registered\n[ 0.293858] acpiphp: Slot [29] registered\n[ 0.294702] acpiphp: Slot [30] registered\n[ 0.295533] acpiphp: Slot [31] registered\n[ 0.296406] PCI host bridge to bus 0000:00\n[ 0.297252] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299855] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302885] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309341] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310719] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313234] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321734] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373491] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375089] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380643] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384451] vgaarb: loaded\n[ 0.385057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386216] SCSI subsystem initialized\n[ 0.387049] ACPI: bus type USB registered\n[ 0.387861] usbcore: registered new interface driver usbfs\n[ 0.388885] usbcore: registered new interface driver hub\n[ 0.389890] usbcore: registered new device driver usb\n[ 0.390943] PCI: Using ACPI for IRQ routing\n[ 0.391972] NetLabel: Initializing\n[ 0.392684] NetLabel: domain hash size = 128\n[ 0.393534] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394481] NetLabel: unlabeled traffic allowed by default\n[ 0.395573] clocksource: Switched to clocksource kvm-clock\n[ 0.401407] AppArmor: AppArmor Filesystem Enabled\n[ 0.402385] pnp: PnP ACPI init\n[ 0.403307] pnp: PnP ACPI: found 5 devices\n[ 0.409774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411484] NET: Registered protocol family 2\n[ 0.412456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413718] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.416040] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417113] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418271] NET: Registered protocol family 1\n[ 0.419131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420225] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421295] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449538] Trying to unpack rootfs image as initramfs...\n[ 0.500004] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513973] Scanning for low memory corruption every 60 seconds\n[ 0.515306] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516568] audit: initializing netlink subsys (disabled)\n[ 0.517588] audit: type=2000 audit(1540232709.689:1): initialized\n[ 0.518883] Initialise system trusted keyring\n[ 0.519830] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523005] zbud: loaded\n[ 0.523710] VFS: Disk quotas dquot_6.6.0\n[ 0.524519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526019] fuse init (API version 7.23)\n[ 0.526912] Key type big_key registered\n[ 0.527720] Allocating IMA MOK and blacklist keyrings.\n[ 0.529200] Key type asymmetric registered\n[ 0.530016] Asymmetric key parser 'x509' registered\n[ 0.530956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532407] io scheduler noop registered\n[ 0.533192] io scheduler deadline registered (default)\n[ 0.534164] io scheduler cfq registered\n[ 0.534986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536026] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539382] ACPI: Power Button [PWRF]\n[ 0.540481] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587863] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613045] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615407] Linux agpgart interface v0.103\n[ 0.617630] brd: module loaded\n[ 0.618998] loop: module loaded\n[ 0.623554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625246] GPT:90111 != 2097151\n[ 0.626006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627252] GPT:90111 != 2097151\n[ 0.628045] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629190] vda: vda1 vda15\n[ 0.630896] scsi host0: ata_piix\n[ 0.631771] scsi host1: ata_piix\n[ 0.632559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633945] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635554] libphy: Fixed MDIO Bus: probed\n[ 0.636662] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637754] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639925] PPP generic driver version 2.4.2\n[ 0.640978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642339] ehci-pci: EHCI PCI platform driver\n[ 0.643313] ehci-platform: EHCI generic platform driver\n[ 0.644429] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645808] ohci-pci: OHCI PCI platform driver\n[ 0.646752] ohci-platform: OHCI generic platform driver\n[ 0.647876] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662454] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663601] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670430] usb usb1: Product: UHCI Host Controller\n[ 0.671484] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672896] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673986] hub 1-0:1.0: USB hub found\n[ 0.674878] hub 1-0:1.0: 2 ports detected\n[ 0.675884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680314] mousedev: PS/2 mouse device common for all mice\n[ 0.681589] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684582] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686987] i2c /dev entries driver\n[ 0.687770] device-mapper: uevent: version 1.0.3\n[ 0.688721] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690341] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691651] NET: Registered protocol family 10\n[ 0.692664] NET: Registered protocol family 17\n[ 0.693544] Key type dns_resolver registered\n[ 0.694478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697331] registered taskstats version 1\n[ 0.698169] Loading compiled-in X.509 certificates\n[ 0.699729] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701587] zswap: loaded using pool lzo/zbud\n[ 0.703001] Key type trusted registered\n[ 0.705042] Key type encrypted registered\n[ 0.705869] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707931] evm: HMAC attrs: 0x1\n[ 0.708894] Magic number: 6:961:443\n[ 0.709753] rtc_cmos 00:00: setting system clock to 2018-10-22 18:25:09 UTC (1540232709)\n[ 0.711339] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712460] EDD information not available.\n[ 0.792545] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794072] Write protecting the kernel read-only data: 14336k\n[ 0.806063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807875] 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.851669] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.32. iid=i-00000146\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCATNVbeIKed0us92OG4tFr2eQPMbQ19BObyzIaCFE6NiEu0jVucRWjkZyvbkx9AluTJR755qaBYvorhe2IS02y3fFIoJJnyIxXKKPUbV8pqNgdBGYFuBepJsID6GItSt0Fdo5nd0UOVgUvejOLQehRG32AKN1AgUiiQLQ2QFe63d1pcEUPktVtlBbV7enaEgrahOZzpduLN+MFqKxMLUoIHylHf/nZtsHZzBB1/XQua3tBdh1BFhm8uwe3hVpoqf52MGerktzMowN3e6QppD/KyAR1xiUMyZRSPLu0li9oz0lsOgZy+tKiwl86pYkdtTKIm+mYFjPsvo6DFrKRqiLX root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJPq5YdKYGlskh2rOXZBxe17goyJwZwosFZ0z7hWwNTivbQmkQXhKnetekF1RtLeNCsEzg4MOZ4y8E0jTxljNQUy0Q5KeGuG4Tq082drXTNnsiEtHmNWDxy8wyDHelBBdxWEql5r/aahP+JMyectc2rcahbnnWACPHjK/xlHm6shAAAAFQDt4UG+pzi8eAraEKlNu2RKaLLv3wAAAIA9mCSy9JcJjuLYJWpaHTTbC2qrc7tNjenfK2bj5DNL/XPgplXfypxo4sS+i1ofLVNI0n0D8dp6xLT/gHHDyNhV2GHSWm9kN1jQ18ZW6NyOn46uyAnNDE8lgyB/iKuK0DII3uqa8Zip60Pq+DFL9V5UW6IAXaUXiSxbK03aOoapdAAAAIBRpDv2A1b3I4gd7g9RXJeyQ68My7HibeuSiIRgjr2FpbNdMaoHY9ToBkAR+X6EAk/O9GTabZ+F1F6SaFaqptIRSdN/coquDbA1wf5ZIGT6DHCuwqV/EL3vyf6bRMnZlnvn3MhCDSvbCUFpaPpAJD1H+/NXysv5RFiSViFpsRkEQQ== 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.8,24,fe80::f816:3eff:fe6b:da52/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.36 ===\n/dev/root resized successfully [took 2.79s]\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:6B:DA:52 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6b:da52/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8184 (7.9 KiB) TX bytes:9179 (8.9 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-10-22 18:25:28,333 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action used request id req-8c517c27-5b60-4030-9206-03d4a3757538 2018-10-22 18:25:30,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:25:31,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:25:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd96b2f6-8c04-40ac-a2f1-fed783334299 x-compute-request-id: req-dd96b2f6-8c04-40ac-a2f1-fed783334299 Content-Encoding: gzip Content-Length: 9988 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 632475255 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135496] pid_max: default: 32768 minimum: 301\n[ 0.136427] ACPI: Core revision 20150930\n[ 0.137911] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139274] Security Framework initialized\n[ 0.140130] Yama: becoming mindful.\n[ 0.140925] AppArmor: AppArmor initialized\n[ 0.141844] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145887] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147342] Initializing cgroup subsys io\n[ 0.148195] Initializing cgroup subsys memory\n[ 0.149148] Initializing cgroup subsys devices\n[ 0.150065] Initializing cgroup subsys freezer\n[ 0.150981] Initializing cgroup subsys net_cls\n[ 0.151898] Initializing cgroup subsys perf_event\n[ 0.152857] Initializing cgroup subsys net_prio\n[ 0.153808] Initializing cgroup subsys hugetlb\n[ 0.154704] Initializing cgroup subsys pids\n[ 0.155597] CPU: Physical Processor ID: 0\n[ 0.157137] mce: CPU supports 10 MCE banks\n[ 0.158028] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177070] ftrace: allocating 31920 entries in 125 pages\n[ 0.204781] smpboot: Max logical packages: 1\n[ 0.205734] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207148] x2apic enabled\n[ 0.208000] Switched APIC routing to physical x2apic.\n[ 0.209874] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211103] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213226] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215161] KVM setup paravirtual spinlock\n[ 0.216579] x86: Booted up 1 node, 1 CPUs\n[ 0.217429] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218872] devtmpfs: initialized\n[ 0.220584] evm: security.selinux\n[ 0.221311] evm: security.SMACK64\n[ 0.222024] evm: security.SMACK64EXEC\n[ 0.222824] evm: security.SMACK64TRANSMUTE\n[ 0.223715] evm: security.SMACK64MMAP\n[ 0.224504] evm: security.ima\n[ 0.225179] evm: security.capability\n[ 0.226034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227995] pinctrl core: initialized pinctrl subsystem\n[ 0.229160] RTC time: 18:25:08, date: 10/22/18\n[ 0.230166] NET: Registered protocol family 16\n[ 0.231191] cpuidle: using governor ladder\n[ 0.232057] cpuidle: using governor menu\n[ 0.232896] PCCT header not found.\n[ 0.233681] ACPI: bus type PCI registered\n[ 0.234518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235830] PCI: Using configuration type 1 for base access\n[ 0.237678] ACPI: Added _OSI(Module Device)\n[ 0.238557] ACPI: Added _OSI(Processor Device)\n[ 0.239453] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240368] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242569] ACPI: Interpreter enabled\n[ 0.243348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247210] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251044] ACPI: (supports S0 S5)\n[ 0.251803] ACPI: Using IOAPIC for interrupt routing\n[ 0.252946] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256090] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258560] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262066] acpiphp: Slot [3] registered\n[ 0.262878] acpiphp: Slot [4] registered\n[ 0.263685] acpiphp: Slot [5] registered\n[ 0.264494] acpiphp: Slot [6] registered\n[ 0.265295] acpiphp: Slot [7] registered\n[ 0.266107] acpiphp: Slot [8] registered\n[ 0.266932] acpiphp: Slot [9] registered\n[ 0.267735] acpiphp: Slot [10] registered\n[ 0.268554] acpiphp: Slot [11] registered\n[ 0.269371] acpiphp: Slot [12] registered\n[ 0.270189] acpiphp: Slot [13] registered\n[ 0.271007] acpiphp: Slot [14] registered\n[ 0.271823] acpiphp: Slot [15] registered\n[ 0.282808] acpiphp: Slot [16] registered\n[ 0.283651] acpiphp: Slot [17] registered\n[ 0.284508] acpiphp: Slot [18] registered\n[ 0.285358] acpiphp: Slot [19] registered\n[ 0.286202] acpiphp: Slot [20] registered\n[ 0.287060] acpiphp: Slot [21] registered\n[ 0.287914] acpiphp: Slot [22] registered\n[ 0.288774] acpiphp: Slot [23] registered\n[ 0.289621] acpiphp: Slot [24] registered\n[ 0.290471] acpiphp: Slot [25] registered\n[ 0.291326] acpiphp: Slot [26] registered\n[ 0.292164] acpiphp: Slot [27] registered\n[ 0.293016] acpiphp: Slot [28] registered\n[ 0.293858] acpiphp: Slot [29] registered\n[ 0.294702] acpiphp: Slot [30] registered\n[ 0.295533] acpiphp: Slot [31] registered\n[ 0.296406] PCI host bridge to bus 0000:00\n[ 0.297252] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299855] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302885] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309341] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310719] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313234] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321734] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373491] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375089] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380643] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384451] vgaarb: loaded\n[ 0.385057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386216] SCSI subsystem initialized\n[ 0.387049] ACPI: bus type USB registered\n[ 0.387861] usbcore: registered new interface driver usbfs\n[ 0.388885] usbcore: registered new interface driver hub\n[ 0.389890] usbcore: registered new device driver usb\n[ 0.390943] PCI: Using ACPI for IRQ routing\n[ 0.391972] NetLabel: Initializing\n[ 0.392684] NetLabel: domain hash size = 128\n[ 0.393534] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394481] NetLabel: unlabeled traffic allowed by default\n[ 0.395573] clocksource: Switched to clocksource kvm-clock\n[ 0.401407] AppArmor: AppArmor Filesystem Enabled\n[ 0.402385] pnp: PnP ACPI init\n[ 0.403307] pnp: PnP ACPI: found 5 devices\n[ 0.409774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411484] NET: Registered protocol family 2\n[ 0.412456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413718] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.416040] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417113] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418271] NET: Registered protocol family 1\n[ 0.419131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420225] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421295] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449538] Trying to unpack rootfs image as initramfs...\n[ 0.500004] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513973] Scanning for low memory corruption every 60 seconds\n[ 0.515306] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516568] audit: initializing netlink subsys (disabled)\n[ 0.517588] audit: type=2000 audit(1540232709.689:1): initialized\n[ 0.518883] Initialise system trusted keyring\n[ 0.519830] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523005] zbud: loaded\n[ 0.523710] VFS: Disk quotas dquot_6.6.0\n[ 0.524519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526019] fuse init (API version 7.23)\n[ 0.526912] Key type big_key registered\n[ 0.527720] Allocating IMA MOK and blacklist keyrings.\n[ 0.529200] Key type asymmetric registered\n[ 0.530016] Asymmetric key parser 'x509' registered\n[ 0.530956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532407] io scheduler noop registered\n[ 0.533192] io scheduler deadline registered (default)\n[ 0.534164] io scheduler cfq registered\n[ 0.534986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536026] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539382] ACPI: Power Button [PWRF]\n[ 0.540481] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587863] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613045] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615407] Linux agpgart interface v0.103\n[ 0.617630] brd: module loaded\n[ 0.618998] loop: module loaded\n[ 0.623554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625246] GPT:90111 != 2097151\n[ 0.626006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627252] GPT:90111 != 2097151\n[ 0.628045] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629190] vda: vda1 vda15\n[ 0.630896] scsi host0: ata_piix\n[ 0.631771] scsi host1: ata_piix\n[ 0.632559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633945] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635554] libphy: Fixed MDIO Bus: probed\n[ 0.636662] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637754] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639925] PPP generic driver version 2.4.2\n[ 0.640978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642339] ehci-pci: EHCI PCI platform driver\n[ 0.643313] ehci-platform: EHCI generic platform driver\n[ 0.644429] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645808] ohci-pci: OHCI PCI platform driver\n[ 0.646752] ohci-platform: OHCI generic platform driver\n[ 0.647876] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662454] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663601] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670430] usb usb1: Product: UHCI Host Controller\n[ 0.671484] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672896] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673986] hub 1-0:1.0: USB hub found\n[ 0.674878] hub 1-0:1.0: 2 ports detected\n[ 0.675884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680314] mousedev: PS/2 mouse device common for all mice\n[ 0.681589] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684582] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686987] i2c /dev entries driver\n[ 0.687770] device-mapper: uevent: version 1.0.3\n[ 0.688721] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690341] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691651] NET: Registered protocol family 10\n[ 0.692664] NET: Registered protocol family 17\n[ 0.693544] Key type dns_resolver registered\n[ 0.694478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697331] registered taskstats version 1\n[ 0.698169] Loading compiled-in X.509 certificates\n[ 0.699729] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701587] zswap: loaded using pool lzo/zbud\n[ 0.703001] Key type trusted registered\n[ 0.705042] Key type encrypted registered\n[ 0.705869] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707931] evm: HMAC attrs: 0x1\n[ 0.708894] Magic number: 6:961:443\n[ 0.709753] rtc_cmos 00:00: setting system clock to 2018-10-22 18:25:09 UTC (1540232709)\n[ 0.711339] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712460] EDD information not available.\n[ 0.792545] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794072] Write protecting the kernel read-only data: 14336k\n[ 0.806063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807875] 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.851669] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.32. iid=i-00000146\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCATNVbeIKed0us92OG4tFr2eQPMbQ19BObyzIaCFE6NiEu0jVucRWjkZyvbkx9AluTJR755qaBYvorhe2IS02y3fFIoJJnyIxXKKPUbV8pqNgdBGYFuBepJsID6GItSt0Fdo5nd0UOVgUvejOLQehRG32AKN1AgUiiQLQ2QFe63d1pcEUPktVtlBbV7enaEgrahOZzpduLN+MFqKxMLUoIHylHf/nZtsHZzBB1/XQua3tBdh1BFhm8uwe3hVpoqf52MGerktzMowN3e6QppD/KyAR1xiUMyZRSPLu0li9oz0lsOgZy+tKiwl86pYkdtTKIm+mYFjPsvo6DFrKRqiLX root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJPq5YdKYGlskh2rOXZBxe17goyJwZwosFZ0z7hWwNTivbQmkQXhKnetekF1RtLeNCsEzg4MOZ4y8E0jTxljNQUy0Q5KeGuG4Tq082drXTNnsiEtHmNWDxy8wyDHelBBdxWEql5r/aahP+JMyectc2rcahbnnWACPHjK/xlHm6shAAAAFQDt4UG+pzi8eAraEKlNu2RKaLLv3wAAAIA9mCSy9JcJjuLYJWpaHTTbC2qrc7tNjenfK2bj5DNL/XPgplXfypxo4sS+i1ofLVNI0n0D8dp6xLT/gHHDyNhV2GHSWm9kN1jQ18ZW6NyOn46uyAnNDE8lgyB/iKuK0DII3uqa8Zip60Pq+DFL9V5UW6IAXaUXiSxbK03aOoapdAAAAIBRpDv2A1b3I4gd7g9RXJeyQ68My7HibeuSiIRgjr2FpbNdMaoHY9ToBkAR+X6EAk/O9GTabZ+F1F6SaFaqptIRSdN/coquDbA1wf5ZIGT6DHCuwqV/EL3vyf6bRMnZlnvn3MhCDSvbCUFpaPpAJD1H+/NXysv5RFiSViFpsRkEQQ== 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.8,24,fe80::f816:3eff:fe6b:da52/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.36 ===\n/dev/root resized successfully [took 2.79s]\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:6B:DA:52 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6b:da52/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8184 (7.9 KiB) TX bytes:9179 (8.9 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-10-22 18:25:31,434 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action used request id req-dd96b2f6-8c04-40ac-a2f1-fed783334299 2018-10-22 18:25:33,454 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:25:34,522 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-08123751-7335-455a-b772-15241da7c104 x-compute-request-id: req-08123751-7335-455a-b772-15241da7c104 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 632475255 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135496] pid_max: default: 32768 minimum: 301\n[ 0.136427] ACPI: Core revision 20150930\n[ 0.137911] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139274] Security Framework initialized\n[ 0.140130] Yama: becoming mindful.\n[ 0.140925] AppArmor: AppArmor initialized\n[ 0.141844] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145887] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147342] Initializing cgroup subsys io\n[ 0.148195] Initializing cgroup subsys memory\n[ 0.149148] Initializing cgroup subsys devices\n[ 0.150065] Initializing cgroup subsys freezer\n[ 0.150981] Initializing cgroup subsys net_cls\n[ 0.151898] Initializing cgroup subsys perf_event\n[ 0.152857] Initializing cgroup subsys net_prio\n[ 0.153808] Initializing cgroup subsys hugetlb\n[ 0.154704] Initializing cgroup subsys pids\n[ 0.155597] CPU: Physical Processor ID: 0\n[ 0.157137] mce: CPU supports 10 MCE banks\n[ 0.158028] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177070] ftrace: allocating 31920 entries in 125 pages\n[ 0.204781] smpboot: Max logical packages: 1\n[ 0.205734] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207148] x2apic enabled\n[ 0.208000] Switched APIC routing to physical x2apic.\n[ 0.209874] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211103] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213226] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215161] KVM setup paravirtual spinlock\n[ 0.216579] x86: Booted up 1 node, 1 CPUs\n[ 0.217429] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218872] devtmpfs: initialized\n[ 0.220584] evm: security.selinux\n[ 0.221311] evm: security.SMACK64\n[ 0.222024] evm: security.SMACK64EXEC\n[ 0.222824] evm: security.SMACK64TRANSMUTE\n[ 0.223715] evm: security.SMACK64MMAP\n[ 0.224504] evm: security.ima\n[ 0.225179] evm: security.capability\n[ 0.226034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227995] pinctrl core: initialized pinctrl subsystem\n[ 0.229160] RTC time: 18:25:08, date: 10/22/18\n[ 0.230166] NET: Registered protocol family 16\n[ 0.231191] cpuidle: using governor ladder\n[ 0.232057] cpuidle: using governor menu\n[ 0.232896] PCCT header not found.\n[ 0.233681] ACPI: bus type PCI registered\n[ 0.234518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235830] PCI: Using configuration type 1 for base access\n[ 0.237678] ACPI: Added _OSI(Module Device)\n[ 0.238557] ACPI: Added _OSI(Processor Device)\n[ 0.239453] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240368] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242569] ACPI: Interpreter enabled\n[ 0.243348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247210] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251044] ACPI: (supports S0 S5)\n[ 0.251803] ACPI: Using IOAPIC for interrupt routing\n[ 0.252946] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256090] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258560] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262066] acpiphp: Slot [3] registered\n[ 0.262878] acpiphp: Slot [4] registered\n[ 0.263685] acpiphp: Slot [5] registered\n[ 0.264494] acpiphp: Slot [6] registered\n[ 0.265295] acpiphp: Slot [7] registered\n[ 0.266107] acpiphp: Slot [8] registered\n[ 0.266932] acpiphp: Slot [9] registered\n[ 0.267735] acpiphp: Slot [10] registered\n[ 0.268554] acpiphp: Slot [11] registered\n[ 0.269371] acpiphp: Slot [12] registered\n[ 0.270189] acpiphp: Slot [13] registered\n[ 0.271007] acpiphp: Slot [14] registered\n[ 0.271823] acpiphp: Slot [15] registered\n[ 0.282808] acpiphp: Slot [16] registered\n[ 0.283651] acpiphp: Slot [17] registered\n[ 0.284508] acpiphp: Slot [18] registered\n[ 0.285358] acpiphp: Slot [19] registered\n[ 0.286202] acpiphp: Slot [20] registered\n[ 0.287060] acpiphp: Slot [21] registered\n[ 0.287914] acpiphp: Slot [22] registered\n[ 0.288774] acpiphp: Slot [23] registered\n[ 0.289621] acpiphp: Slot [24] registered\n[ 0.290471] acpiphp: Slot [25] registered\n[ 0.291326] acpiphp: Slot [26] registered\n[ 0.292164] acpiphp: Slot [27] registered\n[ 0.293016] acpiphp: Slot [28] registered\n[ 0.293858] acpiphp: Slot [29] registered\n[ 0.294702] acpiphp: Slot [30] registered\n[ 0.295533] acpiphp: Slot [31] registered\n[ 0.296406] PCI host bridge to bus 0000:00\n[ 0.297252] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299855] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302885] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309341] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310719] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313234] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321734] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373491] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375089] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380643] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384451] vgaarb: loaded\n[ 0.385057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386216] SCSI subsystem initialized\n[ 0.387049] ACPI: bus type USB registered\n[ 0.387861] usbcore: registered new interface driver usbfs\n[ 0.388885] usbcore: registered new interface driver hub\n[ 0.389890] usbcore: registered new device driver usb\n[ 0.390943] PCI: Using ACPI for IRQ routing\n[ 0.391972] NetLabel: Initializing\n[ 0.392684] NetLabel: domain hash size = 128\n[ 0.393534] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394481] NetLabel: unlabeled traffic allowed by default\n[ 0.395573] clocksource: Switched to clocksource kvm-clock\n[ 0.401407] AppArmor: AppArmor Filesystem Enabled\n[ 0.402385] pnp: PnP ACPI init\n[ 0.403307] pnp: PnP ACPI: found 5 devices\n[ 0.409774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411484] NET: Registered protocol family 2\n[ 0.412456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413718] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.416040] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417113] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418271] NET: Registered protocol family 1\n[ 0.419131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420225] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421295] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449538] Trying to unpack rootfs image as initramfs...\n[ 0.500004] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513973] Scanning for low memory corruption every 60 seconds\n[ 0.515306] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516568] audit: initializing netlink subsys (disabled)\n[ 0.517588] audit: type=2000 audit(1540232709.689:1): initialized\n[ 0.518883] Initialise system trusted keyring\n[ 0.519830] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523005] zbud: loaded\n[ 0.523710] VFS: Disk quotas dquot_6.6.0\n[ 0.524519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526019] fuse init (API version 7.23)\n[ 0.526912] Key type big_key registered\n[ 0.527720] Allocating IMA MOK and blacklist keyrings.\n[ 0.529200] Key type asymmetric registered\n[ 0.530016] Asymmetric key parser 'x509' registered\n[ 0.530956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532407] io scheduler noop registered\n[ 0.533192] io scheduler deadline registered (default)\n[ 0.534164] io scheduler cfq registered\n[ 0.534986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536026] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539382] ACPI: Power Button [PWRF]\n[ 0.540481] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587863] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613045] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615407] Linux agpgart interface v0.103\n[ 0.617630] brd: module loaded\n[ 0.618998] loop: module loaded\n[ 0.623554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625246] GPT:90111 != 2097151\n[ 0.626006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627252] GPT:90111 != 2097151\n[ 0.628045] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629190] vda: vda1 vda15\n[ 0.630896] scsi host0: ata_piix\n[ 0.631771] scsi host1: ata_piix\n[ 0.632559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633945] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635554] libphy: Fixed MDIO Bus: probed\n[ 0.636662] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637754] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639925] PPP generic driver version 2.4.2\n[ 0.640978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642339] ehci-pci: EHCI PCI platform driver\n[ 0.643313] ehci-platform: EHCI generic platform driver\n[ 0.644429] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645808] ohci-pci: OHCI PCI platform driver\n[ 0.646752] ohci-platform: OHCI generic platform driver\n[ 0.647876] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662454] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663601] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670430] usb usb1: Product: UHCI Host Controller\n[ 0.671484] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672896] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673986] hub 1-0:1.0: USB hub found\n[ 0.674878] hub 1-0:1.0: 2 ports detected\n[ 0.675884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680314] mousedev: PS/2 mouse device common for all mice\n[ 0.681589] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684582] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686987] i2c /dev entries driver\n[ 0.687770] device-mapper: uevent: version 1.0.3\n[ 0.688721] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690341] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691651] NET: Registered protocol family 10\n[ 0.692664] NET: Registered protocol family 17\n[ 0.693544] Key type dns_resolver registered\n[ 0.694478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697331] registered taskstats version 1\n[ 0.698169] Loading compiled-in X.509 certificates\n[ 0.699729] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701587] zswap: loaded using pool lzo/zbud\n[ 0.703001] Key type trusted registered\n[ 0.705042] Key type encrypted registered\n[ 0.705869] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707931] evm: HMAC attrs: 0x1\n[ 0.708894] Magic number: 6:961:443\n[ 0.709753] rtc_cmos 00:00: setting system clock to 2018-10-22 18:25:09 UTC (1540232709)\n[ 0.711339] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712460] EDD information not available.\n[ 0.792545] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794072] Write protecting the kernel read-only data: 14336k\n[ 0.806063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807875] 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.851669] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.32. iid=i-00000146\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCATNVbeIKed0us92OG4tFr2eQPMbQ19BObyzIaCFE6NiEu0jVucRWjkZyvbkx9AluTJR755qaBYvorhe2IS02y3fFIoJJnyIxXKKPUbV8pqNgdBGYFuBepJsID6GItSt0Fdo5nd0UOVgUvejOLQehRG32AKN1AgUiiQLQ2QFe63d1pcEUPktVtlBbV7enaEgrahOZzpduLN+MFqKxMLUoIHylHf/nZtsHZzBB1/XQua3tBdh1BFhm8uwe3hVpoqf52MGerktzMowN3e6QppD/KyAR1xiUMyZRSPLu0li9oz0lsOgZy+tKiwl86pYkdtTKIm+mYFjPsvo6DFrKRqiLX root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJPq5YdKYGlskh2rOXZBxe17goyJwZwosFZ0z7hWwNTivbQmkQXhKnetekF1RtLeNCsEzg4MOZ4y8E0jTxljNQUy0Q5KeGuG4Tq082drXTNnsiEtHmNWDxy8wyDHelBBdxWEql5r/aahP+JMyectc2rcahbnnWACPHjK/xlHm6shAAAAFQDt4UG+pzi8eAraEKlNu2RKaLLv3wAAAIA9mCSy9JcJjuLYJWpaHTTbC2qrc7tNjenfK2bj5DNL/XPgplXfypxo4sS+i1ofLVNI0n0D8dp6xLT/gHHDyNhV2GHSWm9kN1jQ18ZW6NyOn46uyAnNDE8lgyB/iKuK0DII3uqa8Zip60Pq+DFL9V5UW6IAXaUXiSxbK03aOoapdAAAAIBRpDv2A1b3I4gd7g9RXJeyQ68My7HibeuSiIRgjr2FpbNdMaoHY9ToBkAR+X6EAk/O9GTabZ+F1F6SaFaqptIRSdN/coquDbA1wf5ZIGT6DHCuwqV/EL3vyf6bRMnZlnvn3MhCDSvbCUFpaPpAJD1H+/NXysv5RFiSViFpsRkEQQ== 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.8,24,fe80::f816:3eff:fe6b:da52/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.36 ===\n/dev/root resized successfully [took 2.79s]\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:6B:DA:52 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6b:da52/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8184 (7.9 KiB) TX bytes:9179 (8.9 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-10-22 18:25:34,522 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action used request id req-08123751-7335-455a-b772-15241da7c104 2018-10-22 18:25:36,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:25:37,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:25: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-1faa3f49-da3a-49f2-80e2-2b0a405f8e42 x-compute-request-id: req-1faa3f49-da3a-49f2-80e2-2b0a405f8e42 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 632475255 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135496] pid_max: default: 32768 minimum: 301\n[ 0.136427] ACPI: Core revision 20150930\n[ 0.137911] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139274] Security Framework initialized\n[ 0.140130] Yama: becoming mindful.\n[ 0.140925] AppArmor: AppArmor initialized\n[ 0.141844] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145887] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147342] Initializing cgroup subsys io\n[ 0.148195] Initializing cgroup subsys memory\n[ 0.149148] Initializing cgroup subsys devices\n[ 0.150065] Initializing cgroup subsys freezer\n[ 0.150981] Initializing cgroup subsys net_cls\n[ 0.151898] Initializing cgroup subsys perf_event\n[ 0.152857] Initializing cgroup subsys net_prio\n[ 0.153808] Initializing cgroup subsys hugetlb\n[ 0.154704] Initializing cgroup subsys pids\n[ 0.155597] CPU: Physical Processor ID: 0\n[ 0.157137] mce: CPU supports 10 MCE banks\n[ 0.158028] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177070] ftrace: allocating 31920 entries in 125 pages\n[ 0.204781] smpboot: Max logical packages: 1\n[ 0.205734] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207148] x2apic enabled\n[ 0.208000] Switched APIC routing to physical x2apic.\n[ 0.209874] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211103] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213226] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215161] KVM setup paravirtual spinlock\n[ 0.216579] x86: Booted up 1 node, 1 CPUs\n[ 0.217429] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218872] devtmpfs: initialized\n[ 0.220584] evm: security.selinux\n[ 0.221311] evm: security.SMACK64\n[ 0.222024] evm: security.SMACK64EXEC\n[ 0.222824] evm: security.SMACK64TRANSMUTE\n[ 0.223715] evm: security.SMACK64MMAP\n[ 0.224504] evm: security.ima\n[ 0.225179] evm: security.capability\n[ 0.226034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227995] pinctrl core: initialized pinctrl subsystem\n[ 0.229160] RTC time: 18:25:08, date: 10/22/18\n[ 0.230166] NET: Registered protocol family 16\n[ 0.231191] cpuidle: using governor ladder\n[ 0.232057] cpuidle: using governor menu\n[ 0.232896] PCCT header not found.\n[ 0.233681] ACPI: bus type PCI registered\n[ 0.234518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235830] PCI: Using configuration type 1 for base access\n[ 0.237678] ACPI: Added _OSI(Module Device)\n[ 0.238557] ACPI: Added _OSI(Processor Device)\n[ 0.239453] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240368] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242569] ACPI: Interpreter enabled\n[ 0.243348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247210] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251044] ACPI: (supports S0 S5)\n[ 0.251803] ACPI: Using IOAPIC for interrupt routing\n[ 0.252946] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256090] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258560] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262066] acpiphp: Slot [3] registered\n[ 0.262878] acpiphp: Slot [4] registered\n[ 0.263685] acpiphp: Slot [5] registered\n[ 0.264494] acpiphp: Slot [6] registered\n[ 0.265295] acpiphp: Slot [7] registered\n[ 0.266107] acpiphp: Slot [8] registered\n[ 0.266932] acpiphp: Slot [9] registered\n[ 0.267735] acpiphp: Slot [10] registered\n[ 0.268554] acpiphp: Slot [11] registered\n[ 0.269371] acpiphp: Slot [12] registered\n[ 0.270189] acpiphp: Slot [13] registered\n[ 0.271007] acpiphp: Slot [14] registered\n[ 0.271823] acpiphp: Slot [15] registered\n[ 0.282808] acpiphp: Slot [16] registered\n[ 0.283651] acpiphp: Slot [17] registered\n[ 0.284508] acpiphp: Slot [18] registered\n[ 0.285358] acpiphp: Slot [19] registered\n[ 0.286202] acpiphp: Slot [20] registered\n[ 0.287060] acpiphp: Slot [21] registered\n[ 0.287914] acpiphp: Slot [22] registered\n[ 0.288774] acpiphp: Slot [23] registered\n[ 0.289621] acpiphp: Slot [24] registered\n[ 0.290471] acpiphp: Slot [25] registered\n[ 0.291326] acpiphp: Slot [26] registered\n[ 0.292164] acpiphp: Slot [27] registered\n[ 0.293016] acpiphp: Slot [28] registered\n[ 0.293858] acpiphp: Slot [29] registered\n[ 0.294702] acpiphp: Slot [30] registered\n[ 0.295533] acpiphp: Slot [31] registered\n[ 0.296406] PCI host bridge to bus 0000:00\n[ 0.297252] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299855] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302885] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309341] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310719] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313234] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321734] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373491] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375089] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380643] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384451] vgaarb: loaded\n[ 0.385057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386216] SCSI subsystem initialized\n[ 0.387049] ACPI: bus type USB registered\n[ 0.387861] usbcore: registered new interface driver usbfs\n[ 0.388885] usbcore: registered new interface driver hub\n[ 0.389890] usbcore: registered new device driver usb\n[ 0.390943] PCI: Using ACPI for IRQ routing\n[ 0.391972] NetLabel: Initializing\n[ 0.392684] NetLabel: domain hash size = 128\n[ 0.393534] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394481] NetLabel: unlabeled traffic allowed by default\n[ 0.395573] clocksource: Switched to clocksource kvm-clock\n[ 0.401407] AppArmor: AppArmor Filesystem Enabled\n[ 0.402385] pnp: PnP ACPI init\n[ 0.403307] pnp: PnP ACPI: found 5 devices\n[ 0.409774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411484] NET: Registered protocol family 2\n[ 0.412456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413718] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.416040] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417113] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418271] NET: Registered protocol family 1\n[ 0.419131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420225] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421295] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449538] Trying to unpack rootfs image as initramfs...\n[ 0.500004] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513973] Scanning for low memory corruption every 60 seconds\n[ 0.515306] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516568] audit: initializing netlink subsys (disabled)\n[ 0.517588] audit: type=2000 audit(1540232709.689:1): initialized\n[ 0.518883] Initialise system trusted keyring\n[ 0.519830] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523005] zbud: loaded\n[ 0.523710] VFS: Disk quotas dquot_6.6.0\n[ 0.524519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526019] fuse init (API version 7.23)\n[ 0.526912] Key type big_key registered\n[ 0.527720] Allocating IMA MOK and blacklist keyrings.\n[ 0.529200] Key type asymmetric registered\n[ 0.530016] Asymmetric key parser 'x509' registered\n[ 0.530956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532407] io scheduler noop registered\n[ 0.533192] io scheduler deadline registered (default)\n[ 0.534164] io scheduler cfq registered\n[ 0.534986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536026] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539382] ACPI: Power Button [PWRF]\n[ 0.540481] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587863] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613045] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615407] Linux agpgart interface v0.103\n[ 0.617630] brd: module loaded\n[ 0.618998] loop: module loaded\n[ 0.623554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625246] GPT:90111 != 2097151\n[ 0.626006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627252] GPT:90111 != 2097151\n[ 0.628045] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629190] vda: vda1 vda15\n[ 0.630896] scsi host0: ata_piix\n[ 0.631771] scsi host1: ata_piix\n[ 0.632559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633945] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635554] libphy: Fixed MDIO Bus: probed\n[ 0.636662] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637754] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639925] PPP generic driver version 2.4.2\n[ 0.640978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642339] ehci-pci: EHCI PCI platform driver\n[ 0.643313] ehci-platform: EHCI generic platform driver\n[ 0.644429] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645808] ohci-pci: OHCI PCI platform driver\n[ 0.646752] ohci-platform: OHCI generic platform driver\n[ 0.647876] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662454] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663601] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670430] usb usb1: Product: UHCI Host Controller\n[ 0.671484] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672896] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673986] hub 1-0:1.0: USB hub found\n[ 0.674878] hub 1-0:1.0: 2 ports detected\n[ 0.675884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680314] mousedev: PS/2 mouse device common for all mice\n[ 0.681589] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684582] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686987] i2c /dev entries driver\n[ 0.687770] device-mapper: uevent: version 1.0.3\n[ 0.688721] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690341] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691651] NET: Registered protocol family 10\n[ 0.692664] NET: Registered protocol family 17\n[ 0.693544] Key type dns_resolver registered\n[ 0.694478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697331] registered taskstats version 1\n[ 0.698169] Loading compiled-in X.509 certificates\n[ 0.699729] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701587] zswap: loaded using pool lzo/zbud\n[ 0.703001] Key type trusted registered\n[ 0.705042] Key type encrypted registered\n[ 0.705869] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707931] evm: HMAC attrs: 0x1\n[ 0.708894] Magic number: 6:961:443\n[ 0.709753] rtc_cmos 00:00: setting system clock to 2018-10-22 18:25:09 UTC (1540232709)\n[ 0.711339] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712460] EDD information not available.\n[ 0.792545] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794072] Write protecting the kernel read-only data: 14336k\n[ 0.806063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807875] 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.851669] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.32. iid=i-00000146\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCATNVbeIKed0us92OG4tFr2eQPMbQ19BObyzIaCFE6NiEu0jVucRWjkZyvbkx9AluTJR755qaBYvorhe2IS02y3fFIoJJnyIxXKKPUbV8pqNgdBGYFuBepJsID6GItSt0Fdo5nd0UOVgUvejOLQehRG32AKN1AgUiiQLQ2QFe63d1pcEUPktVtlBbV7enaEgrahOZzpduLN+MFqKxMLUoIHylHf/nZtsHZzBB1/XQua3tBdh1BFhm8uwe3hVpoqf52MGerktzMowN3e6QppD/KyAR1xiUMyZRSPLu0li9oz0lsOgZy+tKiwl86pYkdtTKIm+mYFjPsvo6DFrKRqiLX root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJPq5YdKYGlskh2rOXZBxe17goyJwZwosFZ0z7hWwNTivbQmkQXhKnetekF1RtLeNCsEzg4MOZ4y8E0jTxljNQUy0Q5KeGuG4Tq082drXTNnsiEtHmNWDxy8wyDHelBBdxWEql5r/aahP+JMyectc2rcahbnnWACPHjK/xlHm6shAAAAFQDt4UG+pzi8eAraEKlNu2RKaLLv3wAAAIA9mCSy9JcJjuLYJWpaHTTbC2qrc7tNjenfK2bj5DNL/XPgplXfypxo4sS+i1ofLVNI0n0D8dp6xLT/gHHDyNhV2GHSWm9kN1jQ18ZW6NyOn46uyAnNDE8lgyB/iKuK0DII3uqa8Zip60Pq+DFL9V5UW6IAXaUXiSxbK03aOoapdAAAAIBRpDv2A1b3I4gd7g9RXJeyQ68My7HibeuSiIRgjr2FpbNdMaoHY9ToBkAR+X6EAk/O9GTabZ+F1F6SaFaqptIRSdN/coquDbA1wf5ZIGT6DHCuwqV/EL3vyf6bRMnZlnvn3MhCDSvbCUFpaPpAJD1H+/NXysv5RFiSViFpsRkEQQ== 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.8,24,fe80::f816:3eff:fe6b:da52/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.36 ===\n/dev/root resized successfully [took 2.79s]\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:6B:DA:52 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6b:da52/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8184 (7.9 KiB) TX bytes:9179 (8.9 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-10-22 18:25:37,615 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action used request id req-1faa3f49-da3a-49f2-80e2-2b0a405f8e42 2018-10-22 18:25:39,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:25:40,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:25: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-4381e457-b294-4ed6-8d8b-8d13ebd273d9 x-compute-request-id: req-4381e457-b294-4ed6-8d8b-8d13ebd273d9 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 632475255 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135496] pid_max: default: 32768 minimum: 301\n[ 0.136427] ACPI: Core revision 20150930\n[ 0.137911] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139274] Security Framework initialized\n[ 0.140130] Yama: becoming mindful.\n[ 0.140925] AppArmor: AppArmor initialized\n[ 0.141844] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145887] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147342] Initializing cgroup subsys io\n[ 0.148195] Initializing cgroup subsys memory\n[ 0.149148] Initializing cgroup subsys devices\n[ 0.150065] Initializing cgroup subsys freezer\n[ 0.150981] Initializing cgroup subsys net_cls\n[ 0.151898] Initializing cgroup subsys perf_event\n[ 0.152857] Initializing cgroup subsys net_prio\n[ 0.153808] Initializing cgroup subsys hugetlb\n[ 0.154704] Initializing cgroup subsys pids\n[ 0.155597] CPU: Physical Processor ID: 0\n[ 0.157137] mce: CPU supports 10 MCE banks\n[ 0.158028] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177070] ftrace: allocating 31920 entries in 125 pages\n[ 0.204781] smpboot: Max logical packages: 1\n[ 0.205734] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207148] x2apic enabled\n[ 0.208000] Switched APIC routing to physical x2apic.\n[ 0.209874] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211103] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213226] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215161] KVM setup paravirtual spinlock\n[ 0.216579] x86: Booted up 1 node, 1 CPUs\n[ 0.217429] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218872] devtmpfs: initialized\n[ 0.220584] evm: security.selinux\n[ 0.221311] evm: security.SMACK64\n[ 0.222024] evm: security.SMACK64EXEC\n[ 0.222824] evm: security.SMACK64TRANSMUTE\n[ 0.223715] evm: security.SMACK64MMAP\n[ 0.224504] evm: security.ima\n[ 0.225179] evm: security.capability\n[ 0.226034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227995] pinctrl core: initialized pinctrl subsystem\n[ 0.229160] RTC time: 18:25:08, date: 10/22/18\n[ 0.230166] NET: Registered protocol family 16\n[ 0.231191] cpuidle: using governor ladder\n[ 0.232057] cpuidle: using governor menu\n[ 0.232896] PCCT header not found.\n[ 0.233681] ACPI: bus type PCI registered\n[ 0.234518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235830] PCI: Using configuration type 1 for base access\n[ 0.237678] ACPI: Added _OSI(Module Device)\n[ 0.238557] ACPI: Added _OSI(Processor Device)\n[ 0.239453] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240368] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242569] ACPI: Interpreter enabled\n[ 0.243348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247210] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251044] ACPI: (supports S0 S5)\n[ 0.251803] ACPI: Using IOAPIC for interrupt routing\n[ 0.252946] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256090] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258560] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262066] acpiphp: Slot [3] registered\n[ 0.262878] acpiphp: Slot [4] registered\n[ 0.263685] acpiphp: Slot [5] registered\n[ 0.264494] acpiphp: Slot [6] registered\n[ 0.265295] acpiphp: Slot [7] registered\n[ 0.266107] acpiphp: Slot [8] registered\n[ 0.266932] acpiphp: Slot [9] registered\n[ 0.267735] acpiphp: Slot [10] registered\n[ 0.268554] acpiphp: Slot [11] registered\n[ 0.269371] acpiphp: Slot [12] registered\n[ 0.270189] acpiphp: Slot [13] registered\n[ 0.271007] acpiphp: Slot [14] registered\n[ 0.271823] acpiphp: Slot [15] registered\n[ 0.282808] acpiphp: Slot [16] registered\n[ 0.283651] acpiphp: Slot [17] registered\n[ 0.284508] acpiphp: Slot [18] registered\n[ 0.285358] acpiphp: Slot [19] registered\n[ 0.286202] acpiphp: Slot [20] registered\n[ 0.287060] acpiphp: Slot [21] registered\n[ 0.287914] acpiphp: Slot [22] registered\n[ 0.288774] acpiphp: Slot [23] registered\n[ 0.289621] acpiphp: Slot [24] registered\n[ 0.290471] acpiphp: Slot [25] registered\n[ 0.291326] acpiphp: Slot [26] registered\n[ 0.292164] acpiphp: Slot [27] registered\n[ 0.293016] acpiphp: Slot [28] registered\n[ 0.293858] acpiphp: Slot [29] registered\n[ 0.294702] acpiphp: Slot [30] registered\n[ 0.295533] acpiphp: Slot [31] registered\n[ 0.296406] PCI host bridge to bus 0000:00\n[ 0.297252] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299855] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302885] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309341] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310719] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313234] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321734] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373491] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375089] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380643] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384451] vgaarb: loaded\n[ 0.385057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386216] SCSI subsystem initialized\n[ 0.387049] ACPI: bus type USB registered\n[ 0.387861] usbcore: registered new interface driver usbfs\n[ 0.388885] usbcore: registered new interface driver hub\n[ 0.389890] usbcore: registered new device driver usb\n[ 0.390943] PCI: Using ACPI for IRQ routing\n[ 0.391972] NetLabel: Initializing\n[ 0.392684] NetLabel: domain hash size = 128\n[ 0.393534] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394481] NetLabel: unlabeled traffic allowed by default\n[ 0.395573] clocksource: Switched to clocksource kvm-clock\n[ 0.401407] AppArmor: AppArmor Filesystem Enabled\n[ 0.402385] pnp: PnP ACPI init\n[ 0.403307] pnp: PnP ACPI: found 5 devices\n[ 0.409774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411484] NET: Registered protocol family 2\n[ 0.412456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413718] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.416040] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417113] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418271] NET: Registered protocol family 1\n[ 0.419131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420225] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421295] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449538] Trying to unpack rootfs image as initramfs...\n[ 0.500004] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513973] Scanning for low memory corruption every 60 seconds\n[ 0.515306] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516568] audit: initializing netlink subsys (disabled)\n[ 0.517588] audit: type=2000 audit(1540232709.689:1): initialized\n[ 0.518883] Initialise system trusted keyring\n[ 0.519830] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523005] zbud: loaded\n[ 0.523710] VFS: Disk quotas dquot_6.6.0\n[ 0.524519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526019] fuse init (API version 7.23)\n[ 0.526912] Key type big_key registered\n[ 0.527720] Allocating IMA MOK and blacklist keyrings.\n[ 0.529200] Key type asymmetric registered\n[ 0.530016] Asymmetric key parser 'x509' registered\n[ 0.530956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532407] io scheduler noop registered\n[ 0.533192] io scheduler deadline registered (default)\n[ 0.534164] io scheduler cfq registered\n[ 0.534986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536026] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539382] ACPI: Power Button [PWRF]\n[ 0.540481] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587863] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613045] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615407] Linux agpgart interface v0.103\n[ 0.617630] brd: module loaded\n[ 0.618998] loop: module loaded\n[ 0.623554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625246] GPT:90111 != 2097151\n[ 0.626006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627252] GPT:90111 != 2097151\n[ 0.628045] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629190] vda: vda1 vda15\n[ 0.630896] scsi host0: ata_piix\n[ 0.631771] scsi host1: ata_piix\n[ 0.632559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633945] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635554] libphy: Fixed MDIO Bus: probed\n[ 0.636662] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637754] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639925] PPP generic driver version 2.4.2\n[ 0.640978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642339] ehci-pci: EHCI PCI platform driver\n[ 0.643313] ehci-platform: EHCI generic platform driver\n[ 0.644429] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645808] ohci-pci: OHCI PCI platform driver\n[ 0.646752] ohci-platform: OHCI generic platform driver\n[ 0.647876] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662454] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663601] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670430] usb usb1: Product: UHCI Host Controller\n[ 0.671484] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672896] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673986] hub 1-0:1.0: USB hub found\n[ 0.674878] hub 1-0:1.0: 2 ports detected\n[ 0.675884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680314] mousedev: PS/2 mouse device common for all mice\n[ 0.681589] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684582] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686987] i2c /dev entries driver\n[ 0.687770] device-mapper: uevent: version 1.0.3\n[ 0.688721] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690341] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691651] NET: Registered protocol family 10\n[ 0.692664] NET: Registered protocol family 17\n[ 0.693544] Key type dns_resolver registered\n[ 0.694478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697331] registered taskstats version 1\n[ 0.698169] Loading compiled-in X.509 certificates\n[ 0.699729] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701587] zswap: loaded using pool lzo/zbud\n[ 0.703001] Key type trusted registered\n[ 0.705042] Key type encrypted registered\n[ 0.705869] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707931] evm: HMAC attrs: 0x1\n[ 0.708894] Magic number: 6:961:443\n[ 0.709753] rtc_cmos 00:00: setting system clock to 2018-10-22 18:25:09 UTC (1540232709)\n[ 0.711339] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712460] EDD information not available.\n[ 0.792545] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794072] Write protecting the kernel read-only data: 14336k\n[ 0.806063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807875] 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.851669] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.32. iid=i-00000146\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCATNVbeIKed0us92OG4tFr2eQPMbQ19BObyzIaCFE6NiEu0jVucRWjkZyvbkx9AluTJR755qaBYvorhe2IS02y3fFIoJJnyIxXKKPUbV8pqNgdBGYFuBepJsID6GItSt0Fdo5nd0UOVgUvejOLQehRG32AKN1AgUiiQLQ2QFe63d1pcEUPktVtlBbV7enaEgrahOZzpduLN+MFqKxMLUoIHylHf/nZtsHZzBB1/XQua3tBdh1BFhm8uwe3hVpoqf52MGerktzMowN3e6QppD/KyAR1xiUMyZRSPLu0li9oz0lsOgZy+tKiwl86pYkdtTKIm+mYFjPsvo6DFrKRqiLX root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJPq5YdKYGlskh2rOXZBxe17goyJwZwosFZ0z7hWwNTivbQmkQXhKnetekF1RtLeNCsEzg4MOZ4y8E0jTxljNQUy0Q5KeGuG4Tq082drXTNnsiEtHmNWDxy8wyDHelBBdxWEql5r/aahP+JMyectc2rcahbnnWACPHjK/xlHm6shAAAAFQDt4UG+pzi8eAraEKlNu2RKaLLv3wAAAIA9mCSy9JcJjuLYJWpaHTTbC2qrc7tNjenfK2bj5DNL/XPgplXfypxo4sS+i1ofLVNI0n0D8dp6xLT/gHHDyNhV2GHSWm9kN1jQ18ZW6NyOn46uyAnNDE8lgyB/iKuK0DII3uqa8Zip60Pq+DFL9V5UW6IAXaUXiSxbK03aOoapdAAAAIBRpDv2A1b3I4gd7g9RXJeyQ68My7HibeuSiIRgjr2FpbNdMaoHY9ToBkAR+X6EAk/O9GTabZ+F1F6SaFaqptIRSdN/coquDbA1wf5ZIGT6DHCuwqV/EL3vyf6bRMnZlnvn3MhCDSvbCUFpaPpAJD1H+/NXysv5RFiSViFpsRkEQQ== 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.8,24,fe80::f816:3eff:fe6b:da52/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.36 ===\n/dev/root resized successfully [took 2.79s]\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:6B:DA:52 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6b:da52/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8184 (7.9 KiB) TX bytes:9179 (8.9 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-10-22 18:25:40,721 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action used request id req-4381e457-b294-4ed6-8d8b-8d13ebd273d9 2018-10-22 18:25:42,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:25:43,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:25:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1648cf39-7f24-4bcf-94ee-e73680cbb81a x-compute-request-id: req-1648cf39-7f24-4bcf-94ee-e73680cbb81a 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 632475255 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135496] pid_max: default: 32768 minimum: 301\n[ 0.136427] ACPI: Core revision 20150930\n[ 0.137911] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139274] Security Framework initialized\n[ 0.140130] Yama: becoming mindful.\n[ 0.140925] AppArmor: AppArmor initialized\n[ 0.141844] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145887] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147342] Initializing cgroup subsys io\n[ 0.148195] Initializing cgroup subsys memory\n[ 0.149148] Initializing cgroup subsys devices\n[ 0.150065] Initializing cgroup subsys freezer\n[ 0.150981] Initializing cgroup subsys net_cls\n[ 0.151898] Initializing cgroup subsys perf_event\n[ 0.152857] Initializing cgroup subsys net_prio\n[ 0.153808] Initializing cgroup subsys hugetlb\n[ 0.154704] Initializing cgroup subsys pids\n[ 0.155597] CPU: Physical Processor ID: 0\n[ 0.157137] mce: CPU supports 10 MCE banks\n[ 0.158028] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177070] ftrace: allocating 31920 entries in 125 pages\n[ 0.204781] smpboot: Max logical packages: 1\n[ 0.205734] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207148] x2apic enabled\n[ 0.208000] Switched APIC routing to physical x2apic.\n[ 0.209874] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211103] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213226] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215161] KVM setup paravirtual spinlock\n[ 0.216579] x86: Booted up 1 node, 1 CPUs\n[ 0.217429] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218872] devtmpfs: initialized\n[ 0.220584] evm: security.selinux\n[ 0.221311] evm: security.SMACK64\n[ 0.222024] evm: security.SMACK64EXEC\n[ 0.222824] evm: security.SMACK64TRANSMUTE\n[ 0.223715] evm: security.SMACK64MMAP\n[ 0.224504] evm: security.ima\n[ 0.225179] evm: security.capability\n[ 0.226034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227995] pinctrl core: initialized pinctrl subsystem\n[ 0.229160] RTC time: 18:25:08, date: 10/22/18\n[ 0.230166] NET: Registered protocol family 16\n[ 0.231191] cpuidle: using governor ladder\n[ 0.232057] cpuidle: using governor menu\n[ 0.232896] PCCT header not found.\n[ 0.233681] ACPI: bus type PCI registered\n[ 0.234518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235830] PCI: Using configuration type 1 for base access\n[ 0.237678] ACPI: Added _OSI(Module Device)\n[ 0.238557] ACPI: Added _OSI(Processor Device)\n[ 0.239453] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240368] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242569] ACPI: Interpreter enabled\n[ 0.243348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247210] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251044] ACPI: (supports S0 S5)\n[ 0.251803] ACPI: Using IOAPIC for interrupt routing\n[ 0.252946] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256090] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258560] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262066] acpiphp: Slot [3] registered\n[ 0.262878] acpiphp: Slot [4] registered\n[ 0.263685] acpiphp: Slot [5] registered\n[ 0.264494] acpiphp: Slot [6] registered\n[ 0.265295] acpiphp: Slot [7] registered\n[ 0.266107] acpiphp: Slot [8] registered\n[ 0.266932] acpiphp: Slot [9] registered\n[ 0.267735] acpiphp: Slot [10] registered\n[ 0.268554] acpiphp: Slot [11] registered\n[ 0.269371] acpiphp: Slot [12] registered\n[ 0.270189] acpiphp: Slot [13] registered\n[ 0.271007] acpiphp: Slot [14] registered\n[ 0.271823] acpiphp: Slot [15] registered\n[ 0.282808] acpiphp: Slot [16] registered\n[ 0.283651] acpiphp: Slot [17] registered\n[ 0.284508] acpiphp: Slot [18] registered\n[ 0.285358] acpiphp: Slot [19] registered\n[ 0.286202] acpiphp: Slot [20] registered\n[ 0.287060] acpiphp: Slot [21] registered\n[ 0.287914] acpiphp: Slot [22] registered\n[ 0.288774] acpiphp: Slot [23] registered\n[ 0.289621] acpiphp: Slot [24] registered\n[ 0.290471] acpiphp: Slot [25] registered\n[ 0.291326] acpiphp: Slot [26] registered\n[ 0.292164] acpiphp: Slot [27] registered\n[ 0.293016] acpiphp: Slot [28] registered\n[ 0.293858] acpiphp: Slot [29] registered\n[ 0.294702] acpiphp: Slot [30] registered\n[ 0.295533] acpiphp: Slot [31] registered\n[ 0.296406] PCI host bridge to bus 0000:00\n[ 0.297252] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299855] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302885] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309341] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310719] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313234] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321734] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373491] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375089] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380643] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384451] vgaarb: loaded\n[ 0.385057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386216] SCSI subsystem initialized\n[ 0.387049] ACPI: bus type USB registered\n[ 0.387861] usbcore: registered new interface driver usbfs\n[ 0.388885] usbcore: registered new interface driver hub\n[ 0.389890] usbcore: registered new device driver usb\n[ 0.390943] PCI: Using ACPI for IRQ routing\n[ 0.391972] NetLabel: Initializing\n[ 0.392684] NetLabel: domain hash size = 128\n[ 0.393534] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394481] NetLabel: unlabeled traffic allowed by default\n[ 0.395573] clocksource: Switched to clocksource kvm-clock\n[ 0.401407] AppArmor: AppArmor Filesystem Enabled\n[ 0.402385] pnp: PnP ACPI init\n[ 0.403307] pnp: PnP ACPI: found 5 devices\n[ 0.409774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411484] NET: Registered protocol family 2\n[ 0.412456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413718] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.416040] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417113] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418271] NET: Registered protocol family 1\n[ 0.419131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420225] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421295] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449538] Trying to unpack rootfs image as initramfs...\n[ 0.500004] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513973] Scanning for low memory corruption every 60 seconds\n[ 0.515306] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516568] audit: initializing netlink subsys (disabled)\n[ 0.517588] audit: type=2000 audit(1540232709.689:1): initialized\n[ 0.518883] Initialise system trusted keyring\n[ 0.519830] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523005] zbud: loaded\n[ 0.523710] VFS: Disk quotas dquot_6.6.0\n[ 0.524519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526019] fuse init (API version 7.23)\n[ 0.526912] Key type big_key registered\n[ 0.527720] Allocating IMA MOK and blacklist keyrings.\n[ 0.529200] Key type asymmetric registered\n[ 0.530016] Asymmetric key parser 'x509' registered\n[ 0.530956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532407] io scheduler noop registered\n[ 0.533192] io scheduler deadline registered (default)\n[ 0.534164] io scheduler cfq registered\n[ 0.534986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536026] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539382] ACPI: Power Button [PWRF]\n[ 0.540481] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587863] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613045] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615407] Linux agpgart interface v0.103\n[ 0.617630] brd: module loaded\n[ 0.618998] loop: module loaded\n[ 0.623554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625246] GPT:90111 != 2097151\n[ 0.626006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627252] GPT:90111 != 2097151\n[ 0.628045] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629190] vda: vda1 vda15\n[ 0.630896] scsi host0: ata_piix\n[ 0.631771] scsi host1: ata_piix\n[ 0.632559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633945] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635554] libphy: Fixed MDIO Bus: probed\n[ 0.636662] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637754] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639925] PPP generic driver version 2.4.2\n[ 0.640978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642339] ehci-pci: EHCI PCI platform driver\n[ 0.643313] ehci-platform: EHCI generic platform driver\n[ 0.644429] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645808] ohci-pci: OHCI PCI platform driver\n[ 0.646752] ohci-platform: OHCI generic platform driver\n[ 0.647876] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662454] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663601] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670430] usb usb1: Product: UHCI Host Controller\n[ 0.671484] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672896] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673986] hub 1-0:1.0: USB hub found\n[ 0.674878] hub 1-0:1.0: 2 ports detected\n[ 0.675884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680314] mousedev: PS/2 mouse device common for all mice\n[ 0.681589] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684582] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686987] i2c /dev entries driver\n[ 0.687770] device-mapper: uevent: version 1.0.3\n[ 0.688721] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690341] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691651] NET: Registered protocol family 10\n[ 0.692664] NET: Registered protocol family 17\n[ 0.693544] Key type dns_resolver registered\n[ 0.694478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697331] registered taskstats version 1\n[ 0.698169] Loading compiled-in X.509 certificates\n[ 0.699729] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701587] zswap: loaded using pool lzo/zbud\n[ 0.703001] Key type trusted registered\n[ 0.705042] Key type encrypted registered\n[ 0.705869] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707931] evm: HMAC attrs: 0x1\n[ 0.708894] Magic number: 6:961:443\n[ 0.709753] rtc_cmos 00:00: setting system clock to 2018-10-22 18:25:09 UTC (1540232709)\n[ 0.711339] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712460] EDD information not available.\n[ 0.792545] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794072] Write protecting the kernel read-only data: 14336k\n[ 0.806063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807875] 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.851669] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.32. iid=i-00000146\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCATNVbeIKed0us92OG4tFr2eQPMbQ19BObyzIaCFE6NiEu0jVucRWjkZyvbkx9AluTJR755qaBYvorhe2IS02y3fFIoJJnyIxXKKPUbV8pqNgdBGYFuBepJsID6GItSt0Fdo5nd0UOVgUvejOLQehRG32AKN1AgUiiQLQ2QFe63d1pcEUPktVtlBbV7enaEgrahOZzpduLN+MFqKxMLUoIHylHf/nZtsHZzBB1/XQua3tBdh1BFhm8uwe3hVpoqf52MGerktzMowN3e6QppD/KyAR1xiUMyZRSPLu0li9oz0lsOgZy+tKiwl86pYkdtTKIm+mYFjPsvo6DFrKRqiLX root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJPq5YdKYGlskh2rOXZBxe17goyJwZwosFZ0z7hWwNTivbQmkQXhKnetekF1RtLeNCsEzg4MOZ4y8E0jTxljNQUy0Q5KeGuG4Tq082drXTNnsiEtHmNWDxy8wyDHelBBdxWEql5r/aahP+JMyectc2rcahbnnWACPHjK/xlHm6shAAAAFQDt4UG+pzi8eAraEKlNu2RKaLLv3wAAAIA9mCSy9JcJjuLYJWpaHTTbC2qrc7tNjenfK2bj5DNL/XPgplXfypxo4sS+i1ofLVNI0n0D8dp6xLT/gHHDyNhV2GHSWm9kN1jQ18ZW6NyOn46uyAnNDE8lgyB/iKuK0DII3uqa8Zip60Pq+DFL9V5UW6IAXaUXiSxbK03aOoapdAAAAIBRpDv2A1b3I4gd7g9RXJeyQ68My7HibeuSiIRgjr2FpbNdMaoHY9ToBkAR+X6EAk/O9GTabZ+F1F6SaFaqptIRSdN/coquDbA1wf5ZIGT6DHCuwqV/EL3vyf6bRMnZlnvn3MhCDSvbCUFpaPpAJD1H+/NXysv5RFiSViFpsRkEQQ== 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.8,24,fe80::f816:3eff:fe6b:da52/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.36 ===\n/dev/root resized successfully [took 2.79s]\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:6B:DA:52 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6b:da52/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8184 (7.9 KiB) TX bytes:9179 (8.9 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-10-22 18:25:43,822 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action used request id req-1648cf39-7f24-4bcf-94ee-e73680cbb81a 2018-10-22 18:25:45,843 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:25:46,916 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:25:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2da04fe-32d3-4b51-a88c-c53f2ebb4064 x-compute-request-id: req-c2da04fe-32d3-4b51-a88c-c53f2ebb4064 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 632475255 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135496] pid_max: default: 32768 minimum: 301\n[ 0.136427] ACPI: Core revision 20150930\n[ 0.137911] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139274] Security Framework initialized\n[ 0.140130] Yama: becoming mindful.\n[ 0.140925] AppArmor: AppArmor initialized\n[ 0.141844] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145887] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147342] Initializing cgroup subsys io\n[ 0.148195] Initializing cgroup subsys memory\n[ 0.149148] Initializing cgroup subsys devices\n[ 0.150065] Initializing cgroup subsys freezer\n[ 0.150981] Initializing cgroup subsys net_cls\n[ 0.151898] Initializing cgroup subsys perf_event\n[ 0.152857] Initializing cgroup subsys net_prio\n[ 0.153808] Initializing cgroup subsys hugetlb\n[ 0.154704] Initializing cgroup subsys pids\n[ 0.155597] CPU: Physical Processor ID: 0\n[ 0.157137] mce: CPU supports 10 MCE banks\n[ 0.158028] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177070] ftrace: allocating 31920 entries in 125 pages\n[ 0.204781] smpboot: Max logical packages: 1\n[ 0.205734] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207148] x2apic enabled\n[ 0.208000] Switched APIC routing to physical x2apic.\n[ 0.209874] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211103] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213226] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215161] KVM setup paravirtual spinlock\n[ 0.216579] x86: Booted up 1 node, 1 CPUs\n[ 0.217429] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218872] devtmpfs: initialized\n[ 0.220584] evm: security.selinux\n[ 0.221311] evm: security.SMACK64\n[ 0.222024] evm: security.SMACK64EXEC\n[ 0.222824] evm: security.SMACK64TRANSMUTE\n[ 0.223715] evm: security.SMACK64MMAP\n[ 0.224504] evm: security.ima\n[ 0.225179] evm: security.capability\n[ 0.226034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227995] pinctrl core: initialized pinctrl subsystem\n[ 0.229160] RTC time: 18:25:08, date: 10/22/18\n[ 0.230166] NET: Registered protocol family 16\n[ 0.231191] cpuidle: using governor ladder\n[ 0.232057] cpuidle: using governor menu\n[ 0.232896] PCCT header not found.\n[ 0.233681] ACPI: bus type PCI registered\n[ 0.234518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235830] PCI: Using configuration type 1 for base access\n[ 0.237678] ACPI: Added _OSI(Module Device)\n[ 0.238557] ACPI: Added _OSI(Processor Device)\n[ 0.239453] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240368] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242569] ACPI: Interpreter enabled\n[ 0.243348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247210] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251044] ACPI: (supports S0 S5)\n[ 0.251803] ACPI: Using IOAPIC for interrupt routing\n[ 0.252946] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256090] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258560] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262066] acpiphp: Slot [3] registered\n[ 0.262878] acpiphp: Slot [4] registered\n[ 0.263685] acpiphp: Slot [5] registered\n[ 0.264494] acpiphp: Slot [6] registered\n[ 0.265295] acpiphp: Slot [7] registered\n[ 0.266107] acpiphp: Slot [8] registered\n[ 0.266932] acpiphp: Slot [9] registered\n[ 0.267735] acpiphp: Slot [10] registered\n[ 0.268554] acpiphp: Slot [11] registered\n[ 0.269371] acpiphp: Slot [12] registered\n[ 0.270189] acpiphp: Slot [13] registered\n[ 0.271007] acpiphp: Slot [14] registered\n[ 0.271823] acpiphp: Slot [15] registered\n[ 0.282808] acpiphp: Slot [16] registered\n[ 0.283651] acpiphp: Slot [17] registered\n[ 0.284508] acpiphp: Slot [18] registered\n[ 0.285358] acpiphp: Slot [19] registered\n[ 0.286202] acpiphp: Slot [20] registered\n[ 0.287060] acpiphp: Slot [21] registered\n[ 0.287914] acpiphp: Slot [22] registered\n[ 0.288774] acpiphp: Slot [23] registered\n[ 0.289621] acpiphp: Slot [24] registered\n[ 0.290471] acpiphp: Slot [25] registered\n[ 0.291326] acpiphp: Slot [26] registered\n[ 0.292164] acpiphp: Slot [27] registered\n[ 0.293016] acpiphp: Slot [28] registered\n[ 0.293858] acpiphp: Slot [29] registered\n[ 0.294702] acpiphp: Slot [30] registered\n[ 0.295533] acpiphp: Slot [31] registered\n[ 0.296406] PCI host bridge to bus 0000:00\n[ 0.297252] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299855] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302885] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309341] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310719] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313234] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321734] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373491] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375089] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380643] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384451] vgaarb: loaded\n[ 0.385057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386216] SCSI subsystem initialized\n[ 0.387049] ACPI: bus type USB registered\n[ 0.387861] usbcore: registered new interface driver usbfs\n[ 0.388885] usbcore: registered new interface driver hub\n[ 0.389890] usbcore: registered new device driver usb\n[ 0.390943] PCI: Using ACPI for IRQ routing\n[ 0.391972] NetLabel: Initializing\n[ 0.392684] NetLabel: domain hash size = 128\n[ 0.393534] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394481] NetLabel: unlabeled traffic allowed by default\n[ 0.395573] clocksource: Switched to clocksource kvm-clock\n[ 0.401407] AppArmor: AppArmor Filesystem Enabled\n[ 0.402385] pnp: PnP ACPI init\n[ 0.403307] pnp: PnP ACPI: found 5 devices\n[ 0.409774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411484] NET: Registered protocol family 2\n[ 0.412456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413718] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.416040] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417113] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418271] NET: Registered protocol family 1\n[ 0.419131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420225] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421295] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449538] Trying to unpack rootfs image as initramfs...\n[ 0.500004] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513973] Scanning for low memory corruption every 60 seconds\n[ 0.515306] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516568] audit: initializing netlink subsys (disabled)\n[ 0.517588] audit: type=2000 audit(1540232709.689:1): initialized\n[ 0.518883] Initialise system trusted keyring\n[ 0.519830] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523005] zbud: loaded\n[ 0.523710] VFS: Disk quotas dquot_6.6.0\n[ 0.524519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526019] fuse init (API version 7.23)\n[ 0.526912] Key type big_key registered\n[ 0.527720] Allocating IMA MOK and blacklist keyrings.\n[ 0.529200] Key type asymmetric registered\n[ 0.530016] Asymmetric key parser 'x509' registered\n[ 0.530956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532407] io scheduler noop registered\n[ 0.533192] io scheduler deadline registered (default)\n[ 0.534164] io scheduler cfq registered\n[ 0.534986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536026] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539382] ACPI: Power Button [PWRF]\n[ 0.540481] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587863] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613045] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615407] Linux agpgart interface v0.103\n[ 0.617630] brd: module loaded\n[ 0.618998] loop: module loaded\n[ 0.623554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625246] GPT:90111 != 2097151\n[ 0.626006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627252] GPT:90111 != 2097151\n[ 0.628045] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629190] vda: vda1 vda15\n[ 0.630896] scsi host0: ata_piix\n[ 0.631771] scsi host1: ata_piix\n[ 0.632559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633945] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635554] libphy: Fixed MDIO Bus: probed\n[ 0.636662] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637754] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639925] PPP generic driver version 2.4.2\n[ 0.640978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642339] ehci-pci: EHCI PCI platform driver\n[ 0.643313] ehci-platform: EHCI generic platform driver\n[ 0.644429] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645808] ohci-pci: OHCI PCI platform driver\n[ 0.646752] ohci-platform: OHCI generic platform driver\n[ 0.647876] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662454] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663601] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670430] usb usb1: Product: UHCI Host Controller\n[ 0.671484] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672896] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673986] hub 1-0:1.0: USB hub found\n[ 0.674878] hub 1-0:1.0: 2 ports detected\n[ 0.675884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680314] mousedev: PS/2 mouse device common for all mice\n[ 0.681589] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684582] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686987] i2c /dev entries driver\n[ 0.687770] device-mapper: uevent: version 1.0.3\n[ 0.688721] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690341] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691651] NET: Registered protocol family 10\n[ 0.692664] NET: Registered protocol family 17\n[ 0.693544] Key type dns_resolver registered\n[ 0.694478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697331] registered taskstats version 1\n[ 0.698169] Loading compiled-in X.509 certificates\n[ 0.699729] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701587] zswap: loaded using pool lzo/zbud\n[ 0.703001] Key type trusted registered\n[ 0.705042] Key type encrypted registered\n[ 0.705869] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707931] evm: HMAC attrs: 0x1\n[ 0.708894] Magic number: 6:961:443\n[ 0.709753] rtc_cmos 00:00: setting system clock to 2018-10-22 18:25:09 UTC (1540232709)\n[ 0.711339] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712460] EDD information not available.\n[ 0.792545] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794072] Write protecting the kernel read-only data: 14336k\n[ 0.806063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807875] 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.851669] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.32. iid=i-00000146\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCATNVbeIKed0us92OG4tFr2eQPMbQ19BObyzIaCFE6NiEu0jVucRWjkZyvbkx9AluTJR755qaBYvorhe2IS02y3fFIoJJnyIxXKKPUbV8pqNgdBGYFuBepJsID6GItSt0Fdo5nd0UOVgUvejOLQehRG32AKN1AgUiiQLQ2QFe63d1pcEUPktVtlBbV7enaEgrahOZzpduLN+MFqKxMLUoIHylHf/nZtsHZzBB1/XQua3tBdh1BFhm8uwe3hVpoqf52MGerktzMowN3e6QppD/KyAR1xiUMyZRSPLu0li9oz0lsOgZy+tKiwl86pYkdtTKIm+mYFjPsvo6DFrKRqiLX root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJPq5YdKYGlskh2rOXZBxe17goyJwZwosFZ0z7hWwNTivbQmkQXhKnetekF1RtLeNCsEzg4MOZ4y8E0jTxljNQUy0Q5KeGuG4Tq082drXTNnsiEtHmNWDxy8wyDHelBBdxWEql5r/aahP+JMyectc2rcahbnnWACPHjK/xlHm6shAAAAFQDt4UG+pzi8eAraEKlNu2RKaLLv3wAAAIA9mCSy9JcJjuLYJWpaHTTbC2qrc7tNjenfK2bj5DNL/XPgplXfypxo4sS+i1ofLVNI0n0D8dp6xLT/gHHDyNhV2GHSWm9kN1jQ18ZW6NyOn46uyAnNDE8lgyB/iKuK0DII3uqa8Zip60Pq+DFL9V5UW6IAXaUXiSxbK03aOoapdAAAAIBRpDv2A1b3I4gd7g9RXJeyQ68My7HibeuSiIRgjr2FpbNdMaoHY9ToBkAR+X6EAk/O9GTabZ+F1F6SaFaqptIRSdN/coquDbA1wf5ZIGT6DHCuwqV/EL3vyf6bRMnZlnvn3MhCDSvbCUFpaPpAJD1H+/NXysv5RFiSViFpsRkEQQ== 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.8,24,fe80::f816:3eff:fe6b:da52/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.36 ===\n/dev/root resized successfully [took 2.79s]\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:6B:DA:52 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6b:da52/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8184 (7.9 KiB) TX bytes:9179 (8.9 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-10-22 18:25:46,916 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action used request id req-c2da04fe-32d3-4b51-a88c-c53f2ebb4064 2018-10-22 18:25:48,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:25:50,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-c7fa6416-9efd-4716-af5b-54659f072f21 x-compute-request-id: req-c7fa6416-9efd-4716-af5b-54659f072f21 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 632475255 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135496] pid_max: default: 32768 minimum: 301\n[ 0.136427] ACPI: Core revision 20150930\n[ 0.137911] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139274] Security Framework initialized\n[ 0.140130] Yama: becoming mindful.\n[ 0.140925] AppArmor: AppArmor initialized\n[ 0.141844] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145887] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147342] Initializing cgroup subsys io\n[ 0.148195] Initializing cgroup subsys memory\n[ 0.149148] Initializing cgroup subsys devices\n[ 0.150065] Initializing cgroup subsys freezer\n[ 0.150981] Initializing cgroup subsys net_cls\n[ 0.151898] Initializing cgroup subsys perf_event\n[ 0.152857] Initializing cgroup subsys net_prio\n[ 0.153808] Initializing cgroup subsys hugetlb\n[ 0.154704] Initializing cgroup subsys pids\n[ 0.155597] CPU: Physical Processor ID: 0\n[ 0.157137] mce: CPU supports 10 MCE banks\n[ 0.158028] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177070] ftrace: allocating 31920 entries in 125 pages\n[ 0.204781] smpboot: Max logical packages: 1\n[ 0.205734] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207148] x2apic enabled\n[ 0.208000] Switched APIC routing to physical x2apic.\n[ 0.209874] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211103] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213226] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215161] KVM setup paravirtual spinlock\n[ 0.216579] x86: Booted up 1 node, 1 CPUs\n[ 0.217429] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218872] devtmpfs: initialized\n[ 0.220584] evm: security.selinux\n[ 0.221311] evm: security.SMACK64\n[ 0.222024] evm: security.SMACK64EXEC\n[ 0.222824] evm: security.SMACK64TRANSMUTE\n[ 0.223715] evm: security.SMACK64MMAP\n[ 0.224504] evm: security.ima\n[ 0.225179] evm: security.capability\n[ 0.226034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227995] pinctrl core: initialized pinctrl subsystem\n[ 0.229160] RTC time: 18:25:08, date: 10/22/18\n[ 0.230166] NET: Registered protocol family 16\n[ 0.231191] cpuidle: using governor ladder\n[ 0.232057] cpuidle: using governor menu\n[ 0.232896] PCCT header not found.\n[ 0.233681] ACPI: bus type PCI registered\n[ 0.234518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235830] PCI: Using configuration type 1 for base access\n[ 0.237678] ACPI: Added _OSI(Module Device)\n[ 0.238557] ACPI: Added _OSI(Processor Device)\n[ 0.239453] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240368] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242569] ACPI: Interpreter enabled\n[ 0.243348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247210] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251044] ACPI: (supports S0 S5)\n[ 0.251803] ACPI: Using IOAPIC for interrupt routing\n[ 0.252946] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256090] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258560] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262066] acpiphp: Slot [3] registered\n[ 0.262878] acpiphp: Slot [4] registered\n[ 0.263685] acpiphp: Slot [5] registered\n[ 0.264494] acpiphp: Slot [6] registered\n[ 0.265295] acpiphp: Slot [7] registered\n[ 0.266107] acpiphp: Slot [8] registered\n[ 0.266932] acpiphp: Slot [9] registered\n[ 0.267735] acpiphp: Slot [10] registered\n[ 0.268554] acpiphp: Slot [11] registered\n[ 0.269371] acpiphp: Slot [12] registered\n[ 0.270189] acpiphp: Slot [13] registered\n[ 0.271007] acpiphp: Slot [14] registered\n[ 0.271823] acpiphp: Slot [15] registered\n[ 0.282808] acpiphp: Slot [16] registered\n[ 0.283651] acpiphp: Slot [17] registered\n[ 0.284508] acpiphp: Slot [18] registered\n[ 0.285358] acpiphp: Slot [19] registered\n[ 0.286202] acpiphp: Slot [20] registered\n[ 0.287060] acpiphp: Slot [21] registered\n[ 0.287914] acpiphp: Slot [22] registered\n[ 0.288774] acpiphp: Slot [23] registered\n[ 0.289621] acpiphp: Slot [24] registered\n[ 0.290471] acpiphp: Slot [25] registered\n[ 0.291326] acpiphp: Slot [26] registered\n[ 0.292164] acpiphp: Slot [27] registered\n[ 0.293016] acpiphp: Slot [28] registered\n[ 0.293858] acpiphp: Slot [29] registered\n[ 0.294702] acpiphp: Slot [30] registered\n[ 0.295533] acpiphp: Slot [31] registered\n[ 0.296406] PCI host bridge to bus 0000:00\n[ 0.297252] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299855] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302885] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309341] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310719] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313234] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321734] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373491] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375089] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380643] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384451] vgaarb: loaded\n[ 0.385057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386216] SCSI subsystem initialized\n[ 0.387049] ACPI: bus type USB registered\n[ 0.387861] usbcore: registered new interface driver usbfs\n[ 0.388885] usbcore: registered new interface driver hub\n[ 0.389890] usbcore: registered new device driver usb\n[ 0.390943] PCI: Using ACPI for IRQ routing\n[ 0.391972] NetLabel: Initializing\n[ 0.392684] NetLabel: domain hash size = 128\n[ 0.393534] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394481] NetLabel: unlabeled traffic allowed by default\n[ 0.395573] clocksource: Switched to clocksource kvm-clock\n[ 0.401407] AppArmor: AppArmor Filesystem Enabled\n[ 0.402385] pnp: PnP ACPI init\n[ 0.403307] pnp: PnP ACPI: found 5 devices\n[ 0.409774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411484] NET: Registered protocol family 2\n[ 0.412456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413718] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.416040] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417113] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418271] NET: Registered protocol family 1\n[ 0.419131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420225] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421295] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449538] Trying to unpack rootfs image as initramfs...\n[ 0.500004] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513973] Scanning for low memory corruption every 60 seconds\n[ 0.515306] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516568] audit: initializing netlink subsys (disabled)\n[ 0.517588] audit: type=2000 audit(1540232709.689:1): initialized\n[ 0.518883] Initialise system trusted keyring\n[ 0.519830] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523005] zbud: loaded\n[ 0.523710] VFS: Disk quotas dquot_6.6.0\n[ 0.524519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526019] fuse init (API version 7.23)\n[ 0.526912] Key type big_key registered\n[ 0.527720] Allocating IMA MOK and blacklist keyrings.\n[ 0.529200] Key type asymmetric registered\n[ 0.530016] Asymmetric key parser 'x509' registered\n[ 0.530956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532407] io scheduler noop registered\n[ 0.533192] io scheduler deadline registered (default)\n[ 0.534164] io scheduler cfq registered\n[ 0.534986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536026] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539382] ACPI: Power Button [PWRF]\n[ 0.540481] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587863] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613045] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615407] Linux agpgart interface v0.103\n[ 0.617630] brd: module loaded\n[ 0.618998] loop: module loaded\n[ 0.623554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625246] GPT:90111 != 2097151\n[ 0.626006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627252] GPT:90111 != 2097151\n[ 0.628045] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629190] vda: vda1 vda15\n[ 0.630896] scsi host0: ata_piix\n[ 0.631771] scsi host1: ata_piix\n[ 0.632559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633945] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635554] libphy: Fixed MDIO Bus: probed\n[ 0.636662] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637754] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639925] PPP generic driver version 2.4.2\n[ 0.640978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642339] ehci-pci: EHCI PCI platform driver\n[ 0.643313] ehci-platform: EHCI generic platform driver\n[ 0.644429] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645808] ohci-pci: OHCI PCI platform driver\n[ 0.646752] ohci-platform: OHCI generic platform driver\n[ 0.647876] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662454] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663601] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670430] usb usb1: Product: UHCI Host Controller\n[ 0.671484] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672896] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673986] hub 1-0:1.0: USB hub found\n[ 0.674878] hub 1-0:1.0: 2 ports detected\n[ 0.675884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680314] mousedev: PS/2 mouse device common for all mice\n[ 0.681589] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684582] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686987] i2c /dev entries driver\n[ 0.687770] device-mapper: uevent: version 1.0.3\n[ 0.688721] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690341] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691651] NET: Registered protocol family 10\n[ 0.692664] NET: Registered protocol family 17\n[ 0.693544] Key type dns_resolver registered\n[ 0.694478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697331] registered taskstats version 1\n[ 0.698169] Loading compiled-in X.509 certificates\n[ 0.699729] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701587] zswap: loaded using pool lzo/zbud\n[ 0.703001] Key type trusted registered\n[ 0.705042] Key type encrypted registered\n[ 0.705869] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707931] evm: HMAC attrs: 0x1\n[ 0.708894] Magic number: 6:961:443\n[ 0.709753] rtc_cmos 00:00: setting system clock to 2018-10-22 18:25:09 UTC (1540232709)\n[ 0.711339] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712460] EDD information not available.\n[ 0.792545] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794072] Write protecting the kernel read-only data: 14336k\n[ 0.806063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807875] 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.851669] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.32. iid=i-00000146\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCATNVbeIKed0us92OG4tFr2eQPMbQ19BObyzIaCFE6NiEu0jVucRWjkZyvbkx9AluTJR755qaBYvorhe2IS02y3fFIoJJnyIxXKKPUbV8pqNgdBGYFuBepJsID6GItSt0Fdo5nd0UOVgUvejOLQehRG32AKN1AgUiiQLQ2QFe63d1pcEUPktVtlBbV7enaEgrahOZzpduLN+MFqKxMLUoIHylHf/nZtsHZzBB1/XQua3tBdh1BFhm8uwe3hVpoqf52MGerktzMowN3e6QppD/KyAR1xiUMyZRSPLu0li9oz0lsOgZy+tKiwl86pYkdtTKIm+mYFjPsvo6DFrKRqiLX root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJPq5YdKYGlskh2rOXZBxe17goyJwZwosFZ0z7hWwNTivbQmkQXhKnetekF1RtLeNCsEzg4MOZ4y8E0jTxljNQUy0Q5KeGuG4Tq082drXTNnsiEtHmNWDxy8wyDHelBBdxWEql5r/aahP+JMyectc2rcahbnnWACPHjK/xlHm6shAAAAFQDt4UG+pzi8eAraEKlNu2RKaLLv3wAAAIA9mCSy9JcJjuLYJWpaHTTbC2qrc7tNjenfK2bj5DNL/XPgplXfypxo4sS+i1ofLVNI0n0D8dp6xLT/gHHDyNhV2GHSWm9kN1jQ18ZW6NyOn46uyAnNDE8lgyB/iKuK0DII3uqa8Zip60Pq+DFL9V5UW6IAXaUXiSxbK03aOoapdAAAAIBRpDv2A1b3I4gd7g9RXJeyQ68My7HibeuSiIRgjr2FpbNdMaoHY9ToBkAR+X6EAk/O9GTabZ+F1F6SaFaqptIRSdN/coquDbA1wf5ZIGT6DHCuwqV/EL3vyf6bRMnZlnvn3MhCDSvbCUFpaPpAJD1H+/NXysv5RFiSViFpsRkEQQ== 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.8,24,fe80::f816:3eff:fe6b:da52/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.36 ===\n/dev/root resized successfully [took 2.79s]\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:6B:DA:52 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6b:da52/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8184 (7.9 KiB) TX bytes:9179 (8.9 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-10-22 18:25:50,014 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action used request id req-c7fa6416-9efd-4716-af5b-54659f072f21 2018-10-22 18:25:52,034 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:25:53,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-df6b5884-5021-47d0-910a-44c58d3b5de8 x-compute-request-id: req-df6b5884-5021-47d0-910a-44c58d3b5de8 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 632475255 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135496] pid_max: default: 32768 minimum: 301\n[ 0.136427] ACPI: Core revision 20150930\n[ 0.137911] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139274] Security Framework initialized\n[ 0.140130] Yama: becoming mindful.\n[ 0.140925] AppArmor: AppArmor initialized\n[ 0.141844] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145887] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147342] Initializing cgroup subsys io\n[ 0.148195] Initializing cgroup subsys memory\n[ 0.149148] Initializing cgroup subsys devices\n[ 0.150065] Initializing cgroup subsys freezer\n[ 0.150981] Initializing cgroup subsys net_cls\n[ 0.151898] Initializing cgroup subsys perf_event\n[ 0.152857] Initializing cgroup subsys net_prio\n[ 0.153808] Initializing cgroup subsys hugetlb\n[ 0.154704] Initializing cgroup subsys pids\n[ 0.155597] CPU: Physical Processor ID: 0\n[ 0.157137] mce: CPU supports 10 MCE banks\n[ 0.158028] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177070] ftrace: allocating 31920 entries in 125 pages\n[ 0.204781] smpboot: Max logical packages: 1\n[ 0.205734] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207148] x2apic enabled\n[ 0.208000] Switched APIC routing to physical x2apic.\n[ 0.209874] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211103] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213226] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215161] KVM setup paravirtual spinlock\n[ 0.216579] x86: Booted up 1 node, 1 CPUs\n[ 0.217429] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218872] devtmpfs: initialized\n[ 0.220584] evm: security.selinux\n[ 0.221311] evm: security.SMACK64\n[ 0.222024] evm: security.SMACK64EXEC\n[ 0.222824] evm: security.SMACK64TRANSMUTE\n[ 0.223715] evm: security.SMACK64MMAP\n[ 0.224504] evm: security.ima\n[ 0.225179] evm: security.capability\n[ 0.226034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227995] pinctrl core: initialized pinctrl subsystem\n[ 0.229160] RTC time: 18:25:08, date: 10/22/18\n[ 0.230166] NET: Registered protocol family 16\n[ 0.231191] cpuidle: using governor ladder\n[ 0.232057] cpuidle: using governor menu\n[ 0.232896] PCCT header not found.\n[ 0.233681] ACPI: bus type PCI registered\n[ 0.234518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235830] PCI: Using configuration type 1 for base access\n[ 0.237678] ACPI: Added _OSI(Module Device)\n[ 0.238557] ACPI: Added _OSI(Processor Device)\n[ 0.239453] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240368] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242569] ACPI: Interpreter enabled\n[ 0.243348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247210] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251044] ACPI: (supports S0 S5)\n[ 0.251803] ACPI: Using IOAPIC for interrupt routing\n[ 0.252946] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256090] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258560] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262066] acpiphp: Slot [3] registered\n[ 0.262878] acpiphp: Slot [4] registered\n[ 0.263685] acpiphp: Slot [5] registered\n[ 0.264494] acpiphp: Slot [6] registered\n[ 0.265295] acpiphp: Slot [7] registered\n[ 0.266107] acpiphp: Slot [8] registered\n[ 0.266932] acpiphp: Slot [9] registered\n[ 0.267735] acpiphp: Slot [10] registered\n[ 0.268554] acpiphp: Slot [11] registered\n[ 0.269371] acpiphp: Slot [12] registered\n[ 0.270189] acpiphp: Slot [13] registered\n[ 0.271007] acpiphp: Slot [14] registered\n[ 0.271823] acpiphp: Slot [15] registered\n[ 0.282808] acpiphp: Slot [16] registered\n[ 0.283651] acpiphp: Slot [17] registered\n[ 0.284508] acpiphp: Slot [18] registered\n[ 0.285358] acpiphp: Slot [19] registered\n[ 0.286202] acpiphp: Slot [20] registered\n[ 0.287060] acpiphp: Slot [21] registered\n[ 0.287914] acpiphp: Slot [22] registered\n[ 0.288774] acpiphp: Slot [23] registered\n[ 0.289621] acpiphp: Slot [24] registered\n[ 0.290471] acpiphp: Slot [25] registered\n[ 0.291326] acpiphp: Slot [26] registered\n[ 0.292164] acpiphp: Slot [27] registered\n[ 0.293016] acpiphp: Slot [28] registered\n[ 0.293858] acpiphp: Slot [29] registered\n[ 0.294702] acpiphp: Slot [30] registered\n[ 0.295533] acpiphp: Slot [31] registered\n[ 0.296406] PCI host bridge to bus 0000:00\n[ 0.297252] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299855] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302885] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309341] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310719] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313234] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321734] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373491] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375089] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380643] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384451] vgaarb: loaded\n[ 0.385057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386216] SCSI subsystem initialized\n[ 0.387049] ACPI: bus type USB registered\n[ 0.387861] usbcore: registered new interface driver usbfs\n[ 0.388885] usbcore: registered new interface driver hub\n[ 0.389890] usbcore: registered new device driver usb\n[ 0.390943] PCI: Using ACPI for IRQ routing\n[ 0.391972] NetLabel: Initializing\n[ 0.392684] NetLabel: domain hash size = 128\n[ 0.393534] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394481] NetLabel: unlabeled traffic allowed by default\n[ 0.395573] clocksource: Switched to clocksource kvm-clock\n[ 0.401407] AppArmor: AppArmor Filesystem Enabled\n[ 0.402385] pnp: PnP ACPI init\n[ 0.403307] pnp: PnP ACPI: found 5 devices\n[ 0.409774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411484] NET: Registered protocol family 2\n[ 0.412456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413718] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.416040] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417113] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418271] NET: Registered protocol family 1\n[ 0.419131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420225] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421295] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449538] Trying to unpack rootfs image as initramfs...\n[ 0.500004] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513973] Scanning for low memory corruption every 60 seconds\n[ 0.515306] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516568] audit: initializing netlink subsys (disabled)\n[ 0.517588] audit: type=2000 audit(1540232709.689:1): initialized\n[ 0.518883] Initialise system trusted keyring\n[ 0.519830] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523005] zbud: loaded\n[ 0.523710] VFS: Disk quotas dquot_6.6.0\n[ 0.524519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526019] fuse init (API version 7.23)\n[ 0.526912] Key type big_key registered\n[ 0.527720] Allocating IMA MOK and blacklist keyrings.\n[ 0.529200] Key type asymmetric registered\n[ 0.530016] Asymmetric key parser 'x509' registered\n[ 0.530956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532407] io scheduler noop registered\n[ 0.533192] io scheduler deadline registered (default)\n[ 0.534164] io scheduler cfq registered\n[ 0.534986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536026] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539382] ACPI: Power Button [PWRF]\n[ 0.540481] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587863] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613045] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615407] Linux agpgart interface v0.103\n[ 0.617630] brd: module loaded\n[ 0.618998] loop: module loaded\n[ 0.623554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625246] GPT:90111 != 2097151\n[ 0.626006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627252] GPT:90111 != 2097151\n[ 0.628045] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629190] vda: vda1 vda15\n[ 0.630896] scsi host0: ata_piix\n[ 0.631771] scsi host1: ata_piix\n[ 0.632559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633945] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635554] libphy: Fixed MDIO Bus: probed\n[ 0.636662] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637754] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639925] PPP generic driver version 2.4.2\n[ 0.640978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642339] ehci-pci: EHCI PCI platform driver\n[ 0.643313] ehci-platform: EHCI generic platform driver\n[ 0.644429] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645808] ohci-pci: OHCI PCI platform driver\n[ 0.646752] ohci-platform: OHCI generic platform driver\n[ 0.647876] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662454] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663601] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670430] usb usb1: Product: UHCI Host Controller\n[ 0.671484] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672896] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673986] hub 1-0:1.0: USB hub found\n[ 0.674878] hub 1-0:1.0: 2 ports detected\n[ 0.675884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680314] mousedev: PS/2 mouse device common for all mice\n[ 0.681589] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684582] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686987] i2c /dev entries driver\n[ 0.687770] device-mapper: uevent: version 1.0.3\n[ 0.688721] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690341] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691651] NET: Registered protocol family 10\n[ 0.692664] NET: Registered protocol family 17\n[ 0.693544] Key type dns_resolver registered\n[ 0.694478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697331] registered taskstats version 1\n[ 0.698169] Loading compiled-in X.509 certificates\n[ 0.699729] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701587] zswap: loaded using pool lzo/zbud\n[ 0.703001] Key type trusted registered\n[ 0.705042] Key type encrypted registered\n[ 0.705869] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707931] evm: HMAC attrs: 0x1\n[ 0.708894] Magic number: 6:961:443\n[ 0.709753] rtc_cmos 00:00: setting system clock to 2018-10-22 18:25:09 UTC (1540232709)\n[ 0.711339] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712460] EDD information not available.\n[ 0.792545] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794072] Write protecting the kernel read-only data: 14336k\n[ 0.806063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807875] 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.851669] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.32. iid=i-00000146\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCATNVbeIKed0us92OG4tFr2eQPMbQ19BObyzIaCFE6NiEu0jVucRWjkZyvbkx9AluTJR755qaBYvorhe2IS02y3fFIoJJnyIxXKKPUbV8pqNgdBGYFuBepJsID6GItSt0Fdo5nd0UOVgUvejOLQehRG32AKN1AgUiiQLQ2QFe63d1pcEUPktVtlBbV7enaEgrahOZzpduLN+MFqKxMLUoIHylHf/nZtsHZzBB1/XQua3tBdh1BFhm8uwe3hVpoqf52MGerktzMowN3e6QppD/KyAR1xiUMyZRSPLu0li9oz0lsOgZy+tKiwl86pYkdtTKIm+mYFjPsvo6DFrKRqiLX root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJPq5YdKYGlskh2rOXZBxe17goyJwZwosFZ0z7hWwNTivbQmkQXhKnetekF1RtLeNCsEzg4MOZ4y8E0jTxljNQUy0Q5KeGuG4Tq082drXTNnsiEtHmNWDxy8wyDHelBBdxWEql5r/aahP+JMyectc2rcahbnnWACPHjK/xlHm6shAAAAFQDt4UG+pzi8eAraEKlNu2RKaLLv3wAAAIA9mCSy9JcJjuLYJWpaHTTbC2qrc7tNjenfK2bj5DNL/XPgplXfypxo4sS+i1ofLVNI0n0D8dp6xLT/gHHDyNhV2GHSWm9kN1jQ18ZW6NyOn46uyAnNDE8lgyB/iKuK0DII3uqa8Zip60Pq+DFL9V5UW6IAXaUXiSxbK03aOoapdAAAAIBRpDv2A1b3I4gd7g9RXJeyQ68My7HibeuSiIRgjr2FpbNdMaoHY9ToBkAR+X6EAk/O9GTabZ+F1F6SaFaqptIRSdN/coquDbA1wf5ZIGT6DHCuwqV/EL3vyf6bRMnZlnvn3MhCDSvbCUFpaPpAJD1H+/NXysv5RFiSViFpsRkEQQ== 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.8,24,fe80::f816:3eff:fe6b:da52/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.36 ===\n/dev/root resized successfully [took 2.79s]\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:6B:DA:52 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6b:da52/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8184 (7.9 KiB) TX bytes:9179 (8.9 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-10-22 18:25:53,108 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action used request id req-df6b5884-5021-47d0-910a-44c58d3b5de8 2018-10-22 18:25:55,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:25:56,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-45240769-06e1-4e64-8c38-9ef30d368fc8 x-compute-request-id: req-45240769-06e1-4e64-8c38-9ef30d368fc8 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 632475255 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135496] pid_max: default: 32768 minimum: 301\n[ 0.136427] ACPI: Core revision 20150930\n[ 0.137911] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139274] Security Framework initialized\n[ 0.140130] Yama: becoming mindful.\n[ 0.140925] AppArmor: AppArmor initialized\n[ 0.141844] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145887] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147342] Initializing cgroup subsys io\n[ 0.148195] Initializing cgroup subsys memory\n[ 0.149148] Initializing cgroup subsys devices\n[ 0.150065] Initializing cgroup subsys freezer\n[ 0.150981] Initializing cgroup subsys net_cls\n[ 0.151898] Initializing cgroup subsys perf_event\n[ 0.152857] Initializing cgroup subsys net_prio\n[ 0.153808] Initializing cgroup subsys hugetlb\n[ 0.154704] Initializing cgroup subsys pids\n[ 0.155597] CPU: Physical Processor ID: 0\n[ 0.157137] mce: CPU supports 10 MCE banks\n[ 0.158028] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177070] ftrace: allocating 31920 entries in 125 pages\n[ 0.204781] smpboot: Max logical packages: 1\n[ 0.205734] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207148] x2apic enabled\n[ 0.208000] Switched APIC routing to physical x2apic.\n[ 0.209874] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211103] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213226] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215161] KVM setup paravirtual spinlock\n[ 0.216579] x86: Booted up 1 node, 1 CPUs\n[ 0.217429] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218872] devtmpfs: initialized\n[ 0.220584] evm: security.selinux\n[ 0.221311] evm: security.SMACK64\n[ 0.222024] evm: security.SMACK64EXEC\n[ 0.222824] evm: security.SMACK64TRANSMUTE\n[ 0.223715] evm: security.SMACK64MMAP\n[ 0.224504] evm: security.ima\n[ 0.225179] evm: security.capability\n[ 0.226034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227995] pinctrl core: initialized pinctrl subsystem\n[ 0.229160] RTC time: 18:25:08, date: 10/22/18\n[ 0.230166] NET: Registered protocol family 16\n[ 0.231191] cpuidle: using governor ladder\n[ 0.232057] cpuidle: using governor menu\n[ 0.232896] PCCT header not found.\n[ 0.233681] ACPI: bus type PCI registered\n[ 0.234518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235830] PCI: Using configuration type 1 for base access\n[ 0.237678] ACPI: Added _OSI(Module Device)\n[ 0.238557] ACPI: Added _OSI(Processor Device)\n[ 0.239453] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240368] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242569] ACPI: Interpreter enabled\n[ 0.243348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247210] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251044] ACPI: (supports S0 S5)\n[ 0.251803] ACPI: Using IOAPIC for interrupt routing\n[ 0.252946] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256090] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258560] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262066] acpiphp: Slot [3] registered\n[ 0.262878] acpiphp: Slot [4] registered\n[ 0.263685] acpiphp: Slot [5] registered\n[ 0.264494] acpiphp: Slot [6] registered\n[ 0.265295] acpiphp: Slot [7] registered\n[ 0.266107] acpiphp: Slot [8] registered\n[ 0.266932] acpiphp: Slot [9] registered\n[ 0.267735] acpiphp: Slot [10] registered\n[ 0.268554] acpiphp: Slot [11] registered\n[ 0.269371] acpiphp: Slot [12] registered\n[ 0.270189] acpiphp: Slot [13] registered\n[ 0.271007] acpiphp: Slot [14] registered\n[ 0.271823] acpiphp: Slot [15] registered\n[ 0.282808] acpiphp: Slot [16] registered\n[ 0.283651] acpiphp: Slot [17] registered\n[ 0.284508] acpiphp: Slot [18] registered\n[ 0.285358] acpiphp: Slot [19] registered\n[ 0.286202] acpiphp: Slot [20] registered\n[ 0.287060] acpiphp: Slot [21] registered\n[ 0.287914] acpiphp: Slot [22] registered\n[ 0.288774] acpiphp: Slot [23] registered\n[ 0.289621] acpiphp: Slot [24] registered\n[ 0.290471] acpiphp: Slot [25] registered\n[ 0.291326] acpiphp: Slot [26] registered\n[ 0.292164] acpiphp: Slot [27] registered\n[ 0.293016] acpiphp: Slot [28] registered\n[ 0.293858] acpiphp: Slot [29] registered\n[ 0.294702] acpiphp: Slot [30] registered\n[ 0.295533] acpiphp: Slot [31] registered\n[ 0.296406] PCI host bridge to bus 0000:00\n[ 0.297252] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299855] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302885] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309341] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310719] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313234] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321734] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373491] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375089] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380643] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384451] vgaarb: loaded\n[ 0.385057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386216] SCSI subsystem initialized\n[ 0.387049] ACPI: bus type USB registered\n[ 0.387861] usbcore: registered new interface driver usbfs\n[ 0.388885] usbcore: registered new interface driver hub\n[ 0.389890] usbcore: registered new device driver usb\n[ 0.390943] PCI: Using ACPI for IRQ routing\n[ 0.391972] NetLabel: Initializing\n[ 0.392684] NetLabel: domain hash size = 128\n[ 0.393534] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394481] NetLabel: unlabeled traffic allowed by default\n[ 0.395573] clocksource: Switched to clocksource kvm-clock\n[ 0.401407] AppArmor: AppArmor Filesystem Enabled\n[ 0.402385] pnp: PnP ACPI init\n[ 0.403307] pnp: PnP ACPI: found 5 devices\n[ 0.409774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411484] NET: Registered protocol family 2\n[ 0.412456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413718] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.416040] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417113] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418271] NET: Registered protocol family 1\n[ 0.419131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420225] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421295] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449538] Trying to unpack rootfs image as initramfs...\n[ 0.500004] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513973] Scanning for low memory corruption every 60 seconds\n[ 0.515306] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516568] audit: initializing netlink subsys (disabled)\n[ 0.517588] audit: type=2000 audit(1540232709.689:1): initialized\n[ 0.518883] Initialise system trusted keyring\n[ 0.519830] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523005] zbud: loaded\n[ 0.523710] VFS: Disk quotas dquot_6.6.0\n[ 0.524519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526019] fuse init (API version 7.23)\n[ 0.526912] Key type big_key registered\n[ 0.527720] Allocating IMA MOK and blacklist keyrings.\n[ 0.529200] Key type asymmetric registered\n[ 0.530016] Asymmetric key parser 'x509' registered\n[ 0.530956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532407] io scheduler noop registered\n[ 0.533192] io scheduler deadline registered (default)\n[ 0.534164] io scheduler cfq registered\n[ 0.534986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536026] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539382] ACPI: Power Button [PWRF]\n[ 0.540481] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587863] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613045] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615407] Linux agpgart interface v0.103\n[ 0.617630] brd: module loaded\n[ 0.618998] loop: module loaded\n[ 0.623554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625246] GPT:90111 != 2097151\n[ 0.626006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627252] GPT:90111 != 2097151\n[ 0.628045] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629190] vda: vda1 vda15\n[ 0.630896] scsi host0: ata_piix\n[ 0.631771] scsi host1: ata_piix\n[ 0.632559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633945] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635554] libphy: Fixed MDIO Bus: probed\n[ 0.636662] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637754] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639925] PPP generic driver version 2.4.2\n[ 0.640978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642339] ehci-pci: EHCI PCI platform driver\n[ 0.643313] ehci-platform: EHCI generic platform driver\n[ 0.644429] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645808] ohci-pci: OHCI PCI platform driver\n[ 0.646752] ohci-platform: OHCI generic platform driver\n[ 0.647876] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662454] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663601] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670430] usb usb1: Product: UHCI Host Controller\n[ 0.671484] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672896] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673986] hub 1-0:1.0: USB hub found\n[ 0.674878] hub 1-0:1.0: 2 ports detected\n[ 0.675884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680314] mousedev: PS/2 mouse device common for all mice\n[ 0.681589] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684582] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686987] i2c /dev entries driver\n[ 0.687770] device-mapper: uevent: version 1.0.3\n[ 0.688721] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690341] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691651] NET: Registered protocol family 10\n[ 0.692664] NET: Registered protocol family 17\n[ 0.693544] Key type dns_resolver registered\n[ 0.694478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697331] registered taskstats version 1\n[ 0.698169] Loading compiled-in X.509 certificates\n[ 0.699729] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701587] zswap: loaded using pool lzo/zbud\n[ 0.703001] Key type trusted registered\n[ 0.705042] Key type encrypted registered\n[ 0.705869] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707931] evm: HMAC attrs: 0x1\n[ 0.708894] Magic number: 6:961:443\n[ 0.709753] rtc_cmos 00:00: setting system clock to 2018-10-22 18:25:09 UTC (1540232709)\n[ 0.711339] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712460] EDD information not available.\n[ 0.792545] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794072] Write protecting the kernel read-only data: 14336k\n[ 0.806063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807875] 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.851669] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.32. iid=i-00000146\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCATNVbeIKed0us92OG4tFr2eQPMbQ19BObyzIaCFE6NiEu0jVucRWjkZyvbkx9AluTJR755qaBYvorhe2IS02y3fFIoJJnyIxXKKPUbV8pqNgdBGYFuBepJsID6GItSt0Fdo5nd0UOVgUvejOLQehRG32AKN1AgUiiQLQ2QFe63d1pcEUPktVtlBbV7enaEgrahOZzpduLN+MFqKxMLUoIHylHf/nZtsHZzBB1/XQua3tBdh1BFhm8uwe3hVpoqf52MGerktzMowN3e6QppD/KyAR1xiUMyZRSPLu0li9oz0lsOgZy+tKiwl86pYkdtTKIm+mYFjPsvo6DFrKRqiLX root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJPq5YdKYGlskh2rOXZBxe17goyJwZwosFZ0z7hWwNTivbQmkQXhKnetekF1RtLeNCsEzg4MOZ4y8E0jTxljNQUy0Q5KeGuG4Tq082drXTNnsiEtHmNWDxy8wyDHelBBdxWEql5r/aahP+JMyectc2rcahbnnWACPHjK/xlHm6shAAAAFQDt4UG+pzi8eAraEKlNu2RKaLLv3wAAAIA9mCSy9JcJjuLYJWpaHTTbC2qrc7tNjenfK2bj5DNL/XPgplXfypxo4sS+i1ofLVNI0n0D8dp6xLT/gHHDyNhV2GHSWm9kN1jQ18ZW6NyOn46uyAnNDE8lgyB/iKuK0DII3uqa8Zip60Pq+DFL9V5UW6IAXaUXiSxbK03aOoapdAAAAIBRpDv2A1b3I4gd7g9RXJeyQ68My7HibeuSiIRgjr2FpbNdMaoHY9ToBkAR+X6EAk/O9GTabZ+F1F6SaFaqptIRSdN/coquDbA1wf5ZIGT6DHCuwqV/EL3vyf6bRMnZlnvn3MhCDSvbCUFpaPpAJD1H+/NXysv5RFiSViFpsRkEQQ== 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.8,24,fe80::f816:3eff:fe6b:da52/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.36 ===\n/dev/root resized successfully [took 2.79s]\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:6B:DA:52 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6b:da52/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8184 (7.9 KiB) TX bytes:9179 (8.9 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-10-22 18:25:56,250 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action used request id req-45240769-06e1-4e64-8c38-9ef30d368fc8 2018-10-22 18:25:58,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:25:59,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:25: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-a0c0b989-df5f-46e4-858e-1e3db085ca1b x-compute-request-id: req-a0c0b989-df5f-46e4-858e-1e3db085ca1b 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 632475255 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135496] pid_max: default: 32768 minimum: 301\n[ 0.136427] ACPI: Core revision 20150930\n[ 0.137911] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139274] Security Framework initialized\n[ 0.140130] Yama: becoming mindful.\n[ 0.140925] AppArmor: AppArmor initialized\n[ 0.141844] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145887] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147342] Initializing cgroup subsys io\n[ 0.148195] Initializing cgroup subsys memory\n[ 0.149148] Initializing cgroup subsys devices\n[ 0.150065] Initializing cgroup subsys freezer\n[ 0.150981] Initializing cgroup subsys net_cls\n[ 0.151898] Initializing cgroup subsys perf_event\n[ 0.152857] Initializing cgroup subsys net_prio\n[ 0.153808] Initializing cgroup subsys hugetlb\n[ 0.154704] Initializing cgroup subsys pids\n[ 0.155597] CPU: Physical Processor ID: 0\n[ 0.157137] mce: CPU supports 10 MCE banks\n[ 0.158028] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177070] ftrace: allocating 31920 entries in 125 pages\n[ 0.204781] smpboot: Max logical packages: 1\n[ 0.205734] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207148] x2apic enabled\n[ 0.208000] Switched APIC routing to physical x2apic.\n[ 0.209874] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211103] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213226] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215161] KVM setup paravirtual spinlock\n[ 0.216579] x86: Booted up 1 node, 1 CPUs\n[ 0.217429] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218872] devtmpfs: initialized\n[ 0.220584] evm: security.selinux\n[ 0.221311] evm: security.SMACK64\n[ 0.222024] evm: security.SMACK64EXEC\n[ 0.222824] evm: security.SMACK64TRANSMUTE\n[ 0.223715] evm: security.SMACK64MMAP\n[ 0.224504] evm: security.ima\n[ 0.225179] evm: security.capability\n[ 0.226034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227995] pinctrl core: initialized pinctrl subsystem\n[ 0.229160] RTC time: 18:25:08, date: 10/22/18\n[ 0.230166] NET: Registered protocol family 16\n[ 0.231191] cpuidle: using governor ladder\n[ 0.232057] cpuidle: using governor menu\n[ 0.232896] PCCT header not found.\n[ 0.233681] ACPI: bus type PCI registered\n[ 0.234518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235830] PCI: Using configuration type 1 for base access\n[ 0.237678] ACPI: Added _OSI(Module Device)\n[ 0.238557] ACPI: Added _OSI(Processor Device)\n[ 0.239453] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240368] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242569] ACPI: Interpreter enabled\n[ 0.243348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247210] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251044] ACPI: (supports S0 S5)\n[ 0.251803] ACPI: Using IOAPIC for interrupt routing\n[ 0.252946] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256090] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258560] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262066] acpiphp: Slot [3] registered\n[ 0.262878] acpiphp: Slot [4] registered\n[ 0.263685] acpiphp: Slot [5] registered\n[ 0.264494] acpiphp: Slot [6] registered\n[ 0.265295] acpiphp: Slot [7] registered\n[ 0.266107] acpiphp: Slot [8] registered\n[ 0.266932] acpiphp: Slot [9] registered\n[ 0.267735] acpiphp: Slot [10] registered\n[ 0.268554] acpiphp: Slot [11] registered\n[ 0.269371] acpiphp: Slot [12] registered\n[ 0.270189] acpiphp: Slot [13] registered\n[ 0.271007] acpiphp: Slot [14] registered\n[ 0.271823] acpiphp: Slot [15] registered\n[ 0.282808] acpiphp: Slot [16] registered\n[ 0.283651] acpiphp: Slot [17] registered\n[ 0.284508] acpiphp: Slot [18] registered\n[ 0.285358] acpiphp: Slot [19] registered\n[ 0.286202] acpiphp: Slot [20] registered\n[ 0.287060] acpiphp: Slot [21] registered\n[ 0.287914] acpiphp: Slot [22] registered\n[ 0.288774] acpiphp: Slot [23] registered\n[ 0.289621] acpiphp: Slot [24] registered\n[ 0.290471] acpiphp: Slot [25] registered\n[ 0.291326] acpiphp: Slot [26] registered\n[ 0.292164] acpiphp: Slot [27] registered\n[ 0.293016] acpiphp: Slot [28] registered\n[ 0.293858] acpiphp: Slot [29] registered\n[ 0.294702] acpiphp: Slot [30] registered\n[ 0.295533] acpiphp: Slot [31] registered\n[ 0.296406] PCI host bridge to bus 0000:00\n[ 0.297252] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299855] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302885] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309341] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310719] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313234] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321734] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373491] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375089] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380643] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384451] vgaarb: loaded\n[ 0.385057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386216] SCSI subsystem initialized\n[ 0.387049] ACPI: bus type USB registered\n[ 0.387861] usbcore: registered new interface driver usbfs\n[ 0.388885] usbcore: registered new interface driver hub\n[ 0.389890] usbcore: registered new device driver usb\n[ 0.390943] PCI: Using ACPI for IRQ routing\n[ 0.391972] NetLabel: Initializing\n[ 0.392684] NetLabel: domain hash size = 128\n[ 0.393534] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394481] NetLabel: unlabeled traffic allowed by default\n[ 0.395573] clocksource: Switched to clocksource kvm-clock\n[ 0.401407] AppArmor: AppArmor Filesystem Enabled\n[ 0.402385] pnp: PnP ACPI init\n[ 0.403307] pnp: PnP ACPI: found 5 devices\n[ 0.409774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411484] NET: Registered protocol family 2\n[ 0.412456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413718] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.416040] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417113] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418271] NET: Registered protocol family 1\n[ 0.419131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420225] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421295] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449538] Trying to unpack rootfs image as initramfs...\n[ 0.500004] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513973] Scanning for low memory corruption every 60 seconds\n[ 0.515306] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516568] audit: initializing netlink subsys (disabled)\n[ 0.517588] audit: type=2000 audit(1540232709.689:1): initialized\n[ 0.518883] Initialise system trusted keyring\n[ 0.519830] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523005] zbud: loaded\n[ 0.523710] VFS: Disk quotas dquot_6.6.0\n[ 0.524519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526019] fuse init (API version 7.23)\n[ 0.526912] Key type big_key registered\n[ 0.527720] Allocating IMA MOK and blacklist keyrings.\n[ 0.529200] Key type asymmetric registered\n[ 0.530016] Asymmetric key parser 'x509' registered\n[ 0.530956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532407] io scheduler noop registered\n[ 0.533192] io scheduler deadline registered (default)\n[ 0.534164] io scheduler cfq registered\n[ 0.534986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536026] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539382] ACPI: Power Button [PWRF]\n[ 0.540481] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587863] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613045] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615407] Linux agpgart interface v0.103\n[ 0.617630] brd: module loaded\n[ 0.618998] loop: module loaded\n[ 0.623554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625246] GPT:90111 != 2097151\n[ 0.626006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627252] GPT:90111 != 2097151\n[ 0.628045] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629190] vda: vda1 vda15\n[ 0.630896] scsi host0: ata_piix\n[ 0.631771] scsi host1: ata_piix\n[ 0.632559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633945] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635554] libphy: Fixed MDIO Bus: probed\n[ 0.636662] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637754] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639925] PPP generic driver version 2.4.2\n[ 0.640978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642339] ehci-pci: EHCI PCI platform driver\n[ 0.643313] ehci-platform: EHCI generic platform driver\n[ 0.644429] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645808] ohci-pci: OHCI PCI platform driver\n[ 0.646752] ohci-platform: OHCI generic platform driver\n[ 0.647876] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662454] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663601] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670430] usb usb1: Product: UHCI Host Controller\n[ 0.671484] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672896] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673986] hub 1-0:1.0: USB hub found\n[ 0.674878] hub 1-0:1.0: 2 ports detected\n[ 0.675884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680314] mousedev: PS/2 mouse device common for all mice\n[ 0.681589] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684582] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686987] i2c /dev entries driver\n[ 0.687770] device-mapper: uevent: version 1.0.3\n[ 0.688721] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690341] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691651] NET: Registered protocol family 10\n[ 0.692664] NET: Registered protocol family 17\n[ 0.693544] Key type dns_resolver registered\n[ 0.694478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697331] registered taskstats version 1\n[ 0.698169] Loading compiled-in X.509 certificates\n[ 0.699729] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701587] zswap: loaded using pool lzo/zbud\n[ 0.703001] Key type trusted registered\n[ 0.705042] Key type encrypted registered\n[ 0.705869] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707931] evm: HMAC attrs: 0x1\n[ 0.708894] Magic number: 6:961:443\n[ 0.709753] rtc_cmos 00:00: setting system clock to 2018-10-22 18:25:09 UTC (1540232709)\n[ 0.711339] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712460] EDD information not available.\n[ 0.792545] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794072] Write protecting the kernel read-only data: 14336k\n[ 0.806063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807875] 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.851669] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.32. iid=i-00000146\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCATNVbeIKed0us92OG4tFr2eQPMbQ19BObyzIaCFE6NiEu0jVucRWjkZyvbkx9AluTJR755qaBYvorhe2IS02y3fFIoJJnyIxXKKPUbV8pqNgdBGYFuBepJsID6GItSt0Fdo5nd0UOVgUvejOLQehRG32AKN1AgUiiQLQ2QFe63d1pcEUPktVtlBbV7enaEgrahOZzpduLN+MFqKxMLUoIHylHf/nZtsHZzBB1/XQua3tBdh1BFhm8uwe3hVpoqf52MGerktzMowN3e6QppD/KyAR1xiUMyZRSPLu0li9oz0lsOgZy+tKiwl86pYkdtTKIm+mYFjPsvo6DFrKRqiLX root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJPq5YdKYGlskh2rOXZBxe17goyJwZwosFZ0z7hWwNTivbQmkQXhKnetekF1RtLeNCsEzg4MOZ4y8E0jTxljNQUy0Q5KeGuG4Tq082drXTNnsiEtHmNWDxy8wyDHelBBdxWEql5r/aahP+JMyectc2rcahbnnWACPHjK/xlHm6shAAAAFQDt4UG+pzi8eAraEKlNu2RKaLLv3wAAAIA9mCSy9JcJjuLYJWpaHTTbC2qrc7tNjenfK2bj5DNL/XPgplXfypxo4sS+i1ofLVNI0n0D8dp6xLT/gHHDyNhV2GHSWm9kN1jQ18ZW6NyOn46uyAnNDE8lgyB/iKuK0DII3uqa8Zip60Pq+DFL9V5UW6IAXaUXiSxbK03aOoapdAAAAIBRpDv2A1b3I4gd7g9RXJeyQ68My7HibeuSiIRgjr2FpbNdMaoHY9ToBkAR+X6EAk/O9GTabZ+F1F6SaFaqptIRSdN/coquDbA1wf5ZIGT6DHCuwqV/EL3vyf6bRMnZlnvn3MhCDSvbCUFpaPpAJD1H+/NXysv5RFiSViFpsRkEQQ== 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.8,24,fe80::f816:3eff:fe6b:da52/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.36 ===\n/dev/root resized successfully [took 2.79s]\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:6B:DA:52 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6b:da52/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8184 (7.9 KiB) TX bytes:9179 (8.9 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-10-22 18:25:59,341 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action used request id req-a0c0b989-df5f-46e4-858e-1e3db085ca1b 2018-10-22 18:26:01,363 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7460d00f61bb5481083e434376306705021d1d76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:26:02,438 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:26: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-43a21f50-7e69-45a7-99a4-f0f369ab125c x-compute-request-id: req-43a21f50-7e69-45a7-99a4-f0f369ab125c Content-Encoding: gzip Content-Length: 11141 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 632475255 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135496] pid_max: default: 32768 minimum: 301\n[ 0.136427] ACPI: Core revision 20150930\n[ 0.137911] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139274] Security Framework initialized\n[ 0.140130] Yama: becoming mindful.\n[ 0.140925] AppArmor: AppArmor initialized\n[ 0.141844] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145887] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147342] Initializing cgroup subsys io\n[ 0.148195] Initializing cgroup subsys memory\n[ 0.149148] Initializing cgroup subsys devices\n[ 0.150065] Initializing cgroup subsys freezer\n[ 0.150981] Initializing cgroup subsys net_cls\n[ 0.151898] Initializing cgroup subsys perf_event\n[ 0.152857] Initializing cgroup subsys net_prio\n[ 0.153808] Initializing cgroup subsys hugetlb\n[ 0.154704] Initializing cgroup subsys pids\n[ 0.155597] CPU: Physical Processor ID: 0\n[ 0.157137] mce: CPU supports 10 MCE banks\n[ 0.158028] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177070] ftrace: allocating 31920 entries in 125 pages\n[ 0.204781] smpboot: Max logical packages: 1\n[ 0.205734] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207148] x2apic enabled\n[ 0.208000] Switched APIC routing to physical x2apic.\n[ 0.209874] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211103] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213226] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215161] KVM setup paravirtual spinlock\n[ 0.216579] x86: Booted up 1 node, 1 CPUs\n[ 0.217429] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218872] devtmpfs: initialized\n[ 0.220584] evm: security.selinux\n[ 0.221311] evm: security.SMACK64\n[ 0.222024] evm: security.SMACK64EXEC\n[ 0.222824] evm: security.SMACK64TRANSMUTE\n[ 0.223715] evm: security.SMACK64MMAP\n[ 0.224504] evm: security.ima\n[ 0.225179] evm: security.capability\n[ 0.226034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227995] pinctrl core: initialized pinctrl subsystem\n[ 0.229160] RTC time: 18:25:08, date: 10/22/18\n[ 0.230166] NET: Registered protocol family 16\n[ 0.231191] cpuidle: using governor ladder\n[ 0.232057] cpuidle: using governor menu\n[ 0.232896] PCCT header not found.\n[ 0.233681] ACPI: bus type PCI registered\n[ 0.234518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235830] PCI: Using configuration type 1 for base access\n[ 0.237678] ACPI: Added _OSI(Module Device)\n[ 0.238557] ACPI: Added _OSI(Processor Device)\n[ 0.239453] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240368] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242569] ACPI: Interpreter enabled\n[ 0.243348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247210] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251044] ACPI: (supports S0 S5)\n[ 0.251803] ACPI: Using IOAPIC for interrupt routing\n[ 0.252946] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256090] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258560] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262066] acpiphp: Slot [3] registered\n[ 0.262878] acpiphp: Slot [4] registered\n[ 0.263685] acpiphp: Slot [5] registered\n[ 0.264494] acpiphp: Slot [6] registered\n[ 0.265295] acpiphp: Slot [7] registered\n[ 0.266107] acpiphp: Slot [8] registered\n[ 0.266932] acpiphp: Slot [9] registered\n[ 0.267735] acpiphp: Slot [10] registered\n[ 0.268554] acpiphp: Slot [11] registered\n[ 0.269371] acpiphp: Slot [12] registered\n[ 0.270189] acpiphp: Slot [13] registered\n[ 0.271007] acpiphp: Slot [14] registered\n[ 0.271823] acpiphp: Slot [15] registered\n[ 0.282808] acpiphp: Slot [16] registered\n[ 0.283651] acpiphp: Slot [17] registered\n[ 0.284508] acpiphp: Slot [18] registered\n[ 0.285358] acpiphp: Slot [19] registered\n[ 0.286202] acpiphp: Slot [20] registered\n[ 0.287060] acpiphp: Slot [21] registered\n[ 0.287914] acpiphp: Slot [22] registered\n[ 0.288774] acpiphp: Slot [23] registered\n[ 0.289621] acpiphp: Slot [24] registered\n[ 0.290471] acpiphp: Slot [25] registered\n[ 0.291326] acpiphp: Slot [26] registered\n[ 0.292164] acpiphp: Slot [27] registered\n[ 0.293016] acpiphp: Slot [28] registered\n[ 0.293858] acpiphp: Slot [29] registered\n[ 0.294702] acpiphp: Slot [30] registered\n[ 0.295533] acpiphp: Slot [31] registered\n[ 0.296406] PCI host bridge to bus 0000:00\n[ 0.297252] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298551] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299855] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301363] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302885] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309341] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310719] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313234] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321734] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373491] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375089] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380643] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384451] vgaarb: loaded\n[ 0.385057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386216] SCSI subsystem initialized\n[ 0.387049] ACPI: bus type USB registered\n[ 0.387861] usbcore: registered new interface driver usbfs\n[ 0.388885] usbcore: registered new interface driver hub\n[ 0.389890] usbcore: registered new device driver usb\n[ 0.390943] PCI: Using ACPI for IRQ routing\n[ 0.391972] NetLabel: Initializing\n[ 0.392684] NetLabel: domain hash size = 128\n[ 0.393534] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394481] NetLabel: unlabeled traffic allowed by default\n[ 0.395573] clocksource: Switched to clocksource kvm-clock\n[ 0.401407] AppArmor: AppArmor Filesystem Enabled\n[ 0.402385] pnp: PnP ACPI init\n[ 0.403307] pnp: PnP ACPI: found 5 devices\n[ 0.409774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411484] NET: Registered protocol family 2\n[ 0.412456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413718] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414877] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.416040] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417113] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418271] NET: Registered protocol family 1\n[ 0.419131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420225] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421295] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449538] Trying to unpack rootfs image as initramfs...\n[ 0.500004] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513973] Scanning for low memory corruption every 60 seconds\n[ 0.515306] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516568] audit: initializing netlink subsys (disabled)\n[ 0.517588] audit: type=2000 audit(1540232709.689:1): initialized\n[ 0.518883] Initialise system trusted keyring\n[ 0.519830] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523005] zbud: loaded\n[ 0.523710] VFS: Disk quotas dquot_6.6.0\n[ 0.524519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526019] fuse init (API version 7.23)\n[ 0.526912] Key type big_key registered\n[ 0.527720] Allocating IMA MOK and blacklist keyrings.\n[ 0.529200] Key type asymmetric registered\n[ 0.530016] Asymmetric key parser 'x509' registered\n[ 0.530956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532407] io scheduler noop registered\n[ 0.533192] io scheduler deadline registered (default)\n[ 0.534164] io scheduler cfq registered\n[ 0.534986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536026] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539382] ACPI: Power Button [PWRF]\n[ 0.540481] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587863] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613045] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615407] Linux agpgart interface v0.103\n[ 0.617630] brd: module loaded\n[ 0.618998] loop: module loaded\n[ 0.623554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625246] GPT:90111 != 2097151\n[ 0.626006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627252] GPT:90111 != 2097151\n[ 0.628045] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629190] vda: vda1 vda15\n[ 0.630896] scsi host0: ata_piix\n[ 0.631771] scsi host1: ata_piix\n[ 0.632559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633945] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635554] libphy: Fixed MDIO Bus: probed\n[ 0.636662] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637754] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639925] PPP generic driver version 2.4.2\n[ 0.640978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642339] ehci-pci: EHCI PCI platform driver\n[ 0.643313] ehci-platform: EHCI generic platform driver\n[ 0.644429] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645808] ohci-pci: OHCI PCI platform driver\n[ 0.646752] ohci-platform: OHCI generic platform driver\n[ 0.647876] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662454] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663601] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.666345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.667545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670430] usb usb1: Product: UHCI Host Controller\n[ 0.671484] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672896] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673986] hub 1-0:1.0: USB hub found\n[ 0.674878] hub 1-0:1.0: 2 ports detected\n[ 0.675884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680314] mousedev: PS/2 mouse device common for all mice\n[ 0.681589] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684582] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686987] i2c /dev entries driver\n[ 0.687770] device-mapper: uevent: version 1.0.3\n[ 0.688721] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690341] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691651] NET: Registered protocol family 10\n[ 0.692664] NET: Registered protocol family 17\n[ 0.693544] Key type dns_resolver registered\n[ 0.694478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697331] registered taskstats version 1\n[ 0.698169] Loading compiled-in X.509 certificates\n[ 0.699729] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701587] zswap: loaded using pool lzo/zbud\n[ 0.703001] Key type trusted registered\n[ 0.705042] Key type encrypted registered\n[ 0.705869] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706892] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707931] evm: HMAC attrs: 0x1\n[ 0.708894] Magic number: 6:961:443\n[ 0.709753] rtc_cmos 00:00: setting system clock to 2018-10-22 18:25:09 UTC (1540232709)\n[ 0.711339] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712460] EDD information not available.\n[ 0.792545] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794072] Write protecting the kernel read-only data: 14336k\n[ 0.806063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807875] 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.851669] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.32. iid=i-00000146\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCATNVbeIKed0us92OG4tFr2eQPMbQ19BObyzIaCFE6NiEu0jVucRWjkZyvbkx9AluTJR755qaBYvorhe2IS02y3fFIoJJnyIxXKKPUbV8pqNgdBGYFuBepJsID6GItSt0Fdo5nd0UOVgUvejOLQehRG32AKN1AgUiiQLQ2QFe63d1pcEUPktVtlBbV7enaEgrahOZzpduLN+MFqKxMLUoIHylHf/nZtsHZzBB1/XQua3tBdh1BFhm8uwe3hVpoqf52MGerktzMowN3e6QppD/KyAR1xiUMyZRSPLu0li9oz0lsOgZy+tKiwl86pYkdtTKIm+mYFjPsvo6DFrKRqiLX root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJPq5YdKYGlskh2rOXZBxe17goyJwZwosFZ0z7hWwNTivbQmkQXhKnetekF1RtLeNCsEzg4MOZ4y8E0jTxljNQUy0Q5KeGuG4Tq082drXTNnsiEtHmNWDxy8wyDHelBBdxWEql5r/aahP+JMyectc2rcahbnnWACPHjK/xlHm6shAAAAFQDt4UG+pzi8eAraEKlNu2RKaLLv3wAAAIA9mCSy9JcJjuLYJWpaHTTbC2qrc7tNjenfK2bj5DNL/XPgplXfypxo4sS+i1ofLVNI0n0D8dp6xLT/gHHDyNhV2GHSWm9kN1jQ18ZW6NyOn46uyAnNDE8lgyB/iKuK0DII3uqa8Zip60Pq+DFL9V5UW6IAXaUXiSxbK03aOoapdAAAAIBRpDv2A1b3I4gd7g9RXJeyQ68My7HibeuSiIRgjr2FpbNdMaoHY9ToBkAR+X6EAk/O9GTabZ+F1F6SaFaqptIRSdN/coquDbA1wf5ZIGT6DHCuwqV/EL3vyf6bRMnZlnvn3MhCDSvbCUFpaPpAJD1H+/NXysv5RFiSViFpsRkEQQ== 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.8,24,fe80::f816:3eff:fe6b:da52/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.36 ===\n/dev/root resized successfully [took 2.79s]\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:6B:DA:52 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6b:da52/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:5 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8184 (7.9 KiB) TX bytes:9179 (8.9 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.148525] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.148527] usb 1-1: Product: QEMU USB Tablet\n[ 1.148528] usb 1-1: Manufacturer: QEMU\n[ 1.148529] usb 1-1: SerialNumber: 42\n[ 1.385624] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.411363] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.511643] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.511646] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 4.487313] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.943125] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:25:10 cirros kern.info kernel: [ 0.807875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 22 19:25:10 cirros kern.info kernel: [ 0.818989] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 22 19:25:10 cirros kern.info kernel: [ 0.818991] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 22 19:25:10 cirros kern.info kernel: [ 0.820693] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 22 19:25:10 cirros kern.info kernel: [ 0.823635] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 22 19:25:10 cirros kern.info kernel: [ 0.825585] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 22 19:25:10 cirros kern.info kernel: [ 0.849388] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 22 19:25:10 cirros kern.info kernel: [ 0.850162] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 22 19:25:10 cirros kern.notice kernel: [ 0.851669] random: blkid urandom read with 2 bits of entropy available\nOct 22 19:25:10 cirros kern.info kernel: [ 0.853247] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 22 19:25:10 cirros kern.info kernel: [ 0.891554] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 22 19:25:10 cirros kern.info kernel: [ 0.987657] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 22 19:25:10 cirros kern.info kernel: [ 1.148523] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 22 19:25:10 cirros kern.info kernel: [ 1.148525] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 22 19:25:10 cirros kern.info kernel: [ 1.148527] usb 1-1: Product: QEMU USB Tablet\nOct 22 19:25:10 cirros kern.info kernel: [ 1.148528] usb 1-1: Manufacturer: QEMU\nOct 22 19:25:10 cirros kern.info kernel: [ 1.148529] usb 1-1: SerialNumber: 42\nOct 22 19:25:10 cirros kern.info kernel: [ 1.385624] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 22 19:25:10 cirros kern.info kernel: [ 1.411363] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 22 19:25:10 cirros kern.info kernel: [ 1.511643] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nOct 22 19:25:10 cirros kern.info kernel: [ 1.511646] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:25:12 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:25:13 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:25:13 cirros kern.info kernel: [ 4.487313] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:25:13 cirros kern.info kernel: [ 4.943125] 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-10-22 18:26:02,439 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action used request id req-43a21f50-7e69-45a7-99a4-f0f369ab125c 2018-10-22 18:26:04,473 - sdnvpn_test_utils - INFO - Waiting for instance c4470390-6c2c-446a-a27d-8f192fdea6c0 to boot up 2018-10-22 18:26:04,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5bb98ff109547f727bb80ce5691c647c203546" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:26:05,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:26: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-4e6bdb3f-dbda-4905-b39a-5271dca2027a x-compute-request-id: req-4e6bdb3f-dbda-4905-b39a-5271dca2027a Content-Encoding: gzip Content-Length: 9964 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 525412786 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131521] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134096] ACPI: Core revision 20150930\n[ 0.135482] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136811] Security Framework initialized\n[ 0.137633] Yama: becoming mindful.\n[ 0.138366] AppArmor: AppArmor initialized\n[ 0.139245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140590] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141880] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143108] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144508] Initializing cgroup subsys io\n[ 0.145341] Initializing cgroup subsys memory\n[ 0.146213] Initializing cgroup subsys devices\n[ 0.147115] Initializing cgroup subsys freezer\n[ 0.147994] Initializing cgroup subsys net_cls\n[ 0.148873] Initializing cgroup subsys perf_event\n[ 0.149787] Initializing cgroup subsys net_prio\n[ 0.150687] Initializing cgroup subsys hugetlb\n[ 0.151566] Initializing cgroup subsys pids\n[ 0.152452] CPU: Physical Processor ID: 0\n[ 0.153977] mce: CPU supports 10 MCE banks\n[ 0.154842] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168185] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174668] ftrace: allocating 31920 entries in 125 pages\n[ 0.200973] smpboot: Max logical packages: 1\n[ 0.201874] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203279] x2apic enabled\n[ 0.204101] Switched APIC routing to physical x2apic.\n[ 0.205870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209028] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210834] KVM setup paravirtual spinlock\n[ 0.212136] x86: Booted up 1 node, 1 CPUs\n[ 0.212953] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214355] devtmpfs: initialized\n[ 0.216081] evm: security.selinux\n[ 0.216789] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218239] evm: security.SMACK64TRANSMUTE\n[ 0.219057] evm: security.SMACK64MMAP\n[ 0.219810] evm: security.ima\n[ 0.220457] evm: security.capability\n[ 0.221274] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223137] pinctrl core: initialized pinctrl subsystem\n[ 0.224253] RTC time: 18:24:55, date: 10/22/18\n[ 0.225212] NET: Registered protocol family 16\n[ 0.226187] cpuidle: using governor ladder\n[ 0.227014] cpuidle: using governor menu\n[ 0.227809] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230632] PCI: Using configuration type 1 for base access\n[ 0.232393] ACPI: Added _OSI(Module Device)\n[ 0.233252] ACPI: Added _OSI(Processor Device)\n[ 0.234122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235026] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237152] ACPI: Interpreter enabled\n[ 0.237932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245359] ACPI: (supports S0 S5)\n[ 0.246072] ACPI: Using IOAPIC for interrupt routing\n[ 0.247147] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250259] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251420] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252671] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253882] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256129] acpiphp: Slot [3] registered\n[ 0.256941] acpiphp: Slot [4] registered\n[ 0.257750] acpiphp: Slot [5] registered\n[ 0.258552] acpiphp: Slot [6] registered\n[ 0.259356] acpiphp: Slot [7] registered\n[ 0.260167] acpiphp: Slot [8] registered\n[ 0.260973] acpiphp: Slot [9] registered\n[ 0.261777] acpiphp: Slot [10] registered\n[ 0.262597] acpiphp: Slot [11] registered\n[ 0.263417] acpiphp: Slot [12] registered\n[ 0.264241] acpiphp: Slot [13] registered\n[ 0.265061] acpiphp: Slot [14] registered\n[ 0.265881] acpiphp: Slot [15] registered\n[ 0.276948] acpiphp: Slot [16] registered\n[ 0.277770] acpiphp: Slot [17] registered\n[ 0.278587] acpiphp: Slot [18] registered\n[ 0.279403] acpiphp: Slot [19] registered\n[ 0.280219] acpiphp: Slot [20] registered\n[ 0.281042] acpiphp: Slot [21] registered\n[ 0.281862] acpiphp: Slot [22] registered\n[ 0.282677] acpiphp: Slot [23] registered\n[ 0.283502] acpiphp: Slot [24] registered\n[ 0.284321] acpiphp: Slot [25] registered\n[ 0.285146] acpiphp: Slot [26] registered\n[ 0.285967] acpiphp: Slot [27] registered\n[ 0.286788] acpiphp: Slot [28] registered\n[ 0.287605] acpiphp: Slot [29] registered\n[ 0.288429] acpiphp: Slot [30] registered\n[ 0.289252] acpiphp: Slot [31] registered\n[ 0.290071] PCI host bridge to bus 0000:00\n[ 0.290886] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292112] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293335] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296248] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305027] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363414] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368983] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370050] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371608] vgaarb: loaded\n[ 0.372220] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373375] SCSI subsystem initialized\n[ 0.374203] ACPI: bus type USB registered\n[ 0.375032] usbcore: registered new interface driver usbfs\n[ 0.376067] usbcore: registered new interface driver hub\n[ 0.377082] usbcore: registered new device driver usb\n[ 0.378149] PCI: Using ACPI for IRQ routing\n[ 0.379181] NetLabel: Initializing\n[ 0.379898] NetLabel: domain hash size = 128\n[ 0.380753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381720] NetLabel: unlabeled traffic allowed by default\n[ 0.382840] clocksource: Switched to clocksource kvm-clock\n[ 0.388391] AppArmor: AppArmor Filesystem Enabled\n[ 0.389400] pnp: PnP ACPI init\n[ 0.390325] pnp: PnP ACPI: found 5 devices\n[ 0.396710] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398441] NET: Registered protocol family 2\n[ 0.399420] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401901] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403092] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405364] NET: Registered protocol family 1\n[ 0.406242] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407362] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436789] Trying to unpack rootfs image as initramfs...\n[ 0.487308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501327] Scanning for low memory corruption every 60 seconds\n[ 0.502683] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503864] audit: initializing netlink subsys (disabled)\n[ 0.504908] audit: type=2000 audit(1540232696.175:1): initialized\n[ 0.506236] Initialise system trusted keyring\n[ 0.507186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508375] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510358] zbud: loaded\n[ 0.511081] VFS: Disk quotas dquot_6.6.0\n[ 0.511919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513457] fuse init (API version 7.23)\n[ 0.514368] Key type big_key registered\n[ 0.515193] Allocating IMA MOK and blacklist keyrings.\n[ 0.516681] Key type asymmetric registered\n[ 0.517521] Asymmetric key parser 'x509' registered\n[ 0.518486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519987] io scheduler noop registered\n[ 0.520797] io scheduler deadline registered (default)\n[ 0.521797] io scheduler cfq registered\n[ 0.522638] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525001] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526479] ACPI: Power Button [PWRF]\n[ 0.527347] GHES: HEST is not enabled!\n[ 0.542650] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571396] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597466] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599622] Linux agpgart interface v0.103\n[ 0.601627] brd: module loaded\n[ 0.602810] loop: module loaded\n[ 0.606990] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608473] GPT:90111 != 2097151\n[ 0.609163] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610272] GPT:90111 != 2097151\n[ 0.610969] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611954] vda: vda1 vda15\n[ 0.613363] scsi host0: ata_piix\n[ 0.614113] scsi host1: ata_piix\n[ 0.614834] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617548] libphy: Fixed MDIO Bus: probed\n[ 0.618390] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619360] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621490] PPP generic driver version 2.4.2\n[ 0.622389] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623648] ehci-pci: EHCI PCI platform driver\n[ 0.624549] ehci-platform: EHCI generic platform driver\n[ 0.625554] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626696] ohci-pci: OHCI PCI platform driver\n[ 0.627586] ohci-platform: OHCI generic platform driver\n[ 0.628598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643952] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645420] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647578] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648812] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650239] usb usb1: Product: UHCI Host Controller\n[ 0.651186] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653341] hub 1-0:1.0: USB hub found\n[ 0.654128] hub 1-0:1.0: 2 ports detected\n[ 0.655050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658161] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659213] mousedev: PS/2 mouse device common for all mice\n[ 0.660479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663459] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664657] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665845] i2c /dev entries driver\n[ 0.666597] device-mapper: uevent: version 1.0.3\n[ 0.667565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669213] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670498] NET: Registered protocol family 10\n[ 0.671510] NET: Registered protocol family 17\n[ 0.672411] Key type dns_resolver registered\n[ 0.673346] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674461] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676224] registered taskstats version 1\n[ 0.677070] Loading compiled-in X.509 certificates\n[ 0.678521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680415] zswap: loaded using pool lzo/zbud\n[ 0.681796] Key type trusted registered\n[ 0.683351] Key type encrypted registered\n[ 0.684198] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685239] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686292] evm: HMAC attrs: 0x1\n[ 0.687249] Magic number: 6:961:443\n[ 0.688110] rtc_cmos 00:00: setting system clock to 2018-10-22 18:24:56 UTC (1540232696)\n[ 0.689727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690860] EDD information not available.\n[ 0.775798] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777373] Write protecting the kernel read-only data: 14336k\n[ 0.789227] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791054] 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.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.294155] 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.6...\nLease of 10.10.10.6 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.26. iid=i-00000143\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkY13DLobltlWaXfS3J88xb9resKUymp3Lw1EN7QzMBuDkHLPZ2WJqHzuI1P/LOkj10meyKs86CCktQWyeG/2cMA+WAxzroqJ52UI2hxny+LpXW/8kF6nd6Ecaiupjlzbml7il4bEI7zuY/UFWu0VeeCYya8Q6Z/38Ioxq4XSrk/62JmrsYKrigw0aKMHgA4po7SD2e0gBoCu1cq+XsPCj+F6a79aI8++B90Mr9phGCOTBTlRnfxlhZCN4ueuF6BeUrjH0utzV7+OyAM37mNjVJSIZnDV7TgOBmdctN8cKGY4zR4k53rFNu0e1LNL0th55vlxPHoMJfI78IP4+ddfj root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIHQxsQLQLOtfoxF+9VlmRmOm6kVnmiFtWF/pu3yglpUGNMIfVxCzzVob+BSZ1/T8UmHGa/YyyLg9NKd8VfJml490+FNsz1tY8HQId9QJlWvuxXN5nKqZeseZqSopxuPXLKoJDCpgkUSvarBIw2yrLYm7Z5idyjr8/s4rprDu8odAAAAFQC1aSOmXVOGaspAob/I8EehLzP8mQAAAIBd9EZoBpAmHtpL8xudyzaBNQJXGETq6ihiKjE/LHGngcSBNFqro54puP3T4I6ENGhX+vp0cV+TE47mX6vXlxoS1/VnSxfqA+6fqd4swGFHQyJCqyTXdS+clONAqI9tU8SWlgG4C2VJesS/U5gXvpahqdZZy+M9B9beUYDPexFjFQAAAIBT1/JdYSh+9g6jgEmNdHaZDctXARWcfL8jx3iZOzMa6ybJeqQFaZyjkOvU1m6ttYp6V5+lCyawit2PHBalEDNwdRbtmiCqnwuWPNKIe11X5RCe2P/lOAKGuQWBPR51hjFbpkC0EGzdrKsb1uQMmJa1xYTM0fP6xDm82VhlW5fPPQ== 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.6,24,fe80::f816:3eff:fe9c:f9f6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \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-00000143\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.69 ===\n/dev/root resized successfully [took 1.63s]\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:9C:F9:F6 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9c:f9f6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:101 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:10351 (10.1 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.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-10-22 18:26:05,554 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action used request id req-4e6bdb3f-dbda-4905-b39a-5271dca2027a 2018-10-22 18:26:07,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5bb98ff109547f727bb80ce5691c647c203546" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:26:08,647 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:26: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-0fca432f-1990-45f4-b170-a7c1d509cb2b x-compute-request-id: req-0fca432f-1990-45f4-b170-a7c1d509cb2b Content-Encoding: gzip Content-Length: 9964 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 525412786 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131521] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134096] ACPI: Core revision 20150930\n[ 0.135482] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136811] Security Framework initialized\n[ 0.137633] Yama: becoming mindful.\n[ 0.138366] AppArmor: AppArmor initialized\n[ 0.139245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140590] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141880] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143108] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144508] Initializing cgroup subsys io\n[ 0.145341] Initializing cgroup subsys memory\n[ 0.146213] Initializing cgroup subsys devices\n[ 0.147115] Initializing cgroup subsys freezer\n[ 0.147994] Initializing cgroup subsys net_cls\n[ 0.148873] Initializing cgroup subsys perf_event\n[ 0.149787] Initializing cgroup subsys net_prio\n[ 0.150687] Initializing cgroup subsys hugetlb\n[ 0.151566] Initializing cgroup subsys pids\n[ 0.152452] CPU: Physical Processor ID: 0\n[ 0.153977] mce: CPU supports 10 MCE banks\n[ 0.154842] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168185] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174668] ftrace: allocating 31920 entries in 125 pages\n[ 0.200973] smpboot: Max logical packages: 1\n[ 0.201874] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203279] x2apic enabled\n[ 0.204101] Switched APIC routing to physical x2apic.\n[ 0.205870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209028] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210834] KVM setup paravirtual spinlock\n[ 0.212136] x86: Booted up 1 node, 1 CPUs\n[ 0.212953] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214355] devtmpfs: initialized\n[ 0.216081] evm: security.selinux\n[ 0.216789] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218239] evm: security.SMACK64TRANSMUTE\n[ 0.219057] evm: security.SMACK64MMAP\n[ 0.219810] evm: security.ima\n[ 0.220457] evm: security.capability\n[ 0.221274] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223137] pinctrl core: initialized pinctrl subsystem\n[ 0.224253] RTC time: 18:24:55, date: 10/22/18\n[ 0.225212] NET: Registered protocol family 16\n[ 0.226187] cpuidle: using governor ladder\n[ 0.227014] cpuidle: using governor menu\n[ 0.227809] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230632] PCI: Using configuration type 1 for base access\n[ 0.232393] ACPI: Added _OSI(Module Device)\n[ 0.233252] ACPI: Added _OSI(Processor Device)\n[ 0.234122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235026] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237152] ACPI: Interpreter enabled\n[ 0.237932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245359] ACPI: (supports S0 S5)\n[ 0.246072] ACPI: Using IOAPIC for interrupt routing\n[ 0.247147] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250259] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251420] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252671] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253882] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256129] acpiphp: Slot [3] registered\n[ 0.256941] acpiphp: Slot [4] registered\n[ 0.257750] acpiphp: Slot [5] registered\n[ 0.258552] acpiphp: Slot [6] registered\n[ 0.259356] acpiphp: Slot [7] registered\n[ 0.260167] acpiphp: Slot [8] registered\n[ 0.260973] acpiphp: Slot [9] registered\n[ 0.261777] acpiphp: Slot [10] registered\n[ 0.262597] acpiphp: Slot [11] registered\n[ 0.263417] acpiphp: Slot [12] registered\n[ 0.264241] acpiphp: Slot [13] registered\n[ 0.265061] acpiphp: Slot [14] registered\n[ 0.265881] acpiphp: Slot [15] registered\n[ 0.276948] acpiphp: Slot [16] registered\n[ 0.277770] acpiphp: Slot [17] registered\n[ 0.278587] acpiphp: Slot [18] registered\n[ 0.279403] acpiphp: Slot [19] registered\n[ 0.280219] acpiphp: Slot [20] registered\n[ 0.281042] acpiphp: Slot [21] registered\n[ 0.281862] acpiphp: Slot [22] registered\n[ 0.282677] acpiphp: Slot [23] registered\n[ 0.283502] acpiphp: Slot [24] registered\n[ 0.284321] acpiphp: Slot [25] registered\n[ 0.285146] acpiphp: Slot [26] registered\n[ 0.285967] acpiphp: Slot [27] registered\n[ 0.286788] acpiphp: Slot [28] registered\n[ 0.287605] acpiphp: Slot [29] registered\n[ 0.288429] acpiphp: Slot [30] registered\n[ 0.289252] acpiphp: Slot [31] registered\n[ 0.290071] PCI host bridge to bus 0000:00\n[ 0.290886] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292112] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293335] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296248] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305027] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363414] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368983] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370050] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371608] vgaarb: loaded\n[ 0.372220] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373375] SCSI subsystem initialized\n[ 0.374203] ACPI: bus type USB registered\n[ 0.375032] usbcore: registered new interface driver usbfs\n[ 0.376067] usbcore: registered new interface driver hub\n[ 0.377082] usbcore: registered new device driver usb\n[ 0.378149] PCI: Using ACPI for IRQ routing\n[ 0.379181] NetLabel: Initializing\n[ 0.379898] NetLabel: domain hash size = 128\n[ 0.380753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381720] NetLabel: unlabeled traffic allowed by default\n[ 0.382840] clocksource: Switched to clocksource kvm-clock\n[ 0.388391] AppArmor: AppArmor Filesystem Enabled\n[ 0.389400] pnp: PnP ACPI init\n[ 0.390325] pnp: PnP ACPI: found 5 devices\n[ 0.396710] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398441] NET: Registered protocol family 2\n[ 0.399420] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401901] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403092] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405364] NET: Registered protocol family 1\n[ 0.406242] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407362] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436789] Trying to unpack rootfs image as initramfs...\n[ 0.487308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501327] Scanning for low memory corruption every 60 seconds\n[ 0.502683] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503864] audit: initializing netlink subsys (disabled)\n[ 0.504908] audit: type=2000 audit(1540232696.175:1): initialized\n[ 0.506236] Initialise system trusted keyring\n[ 0.507186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508375] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510358] zbud: loaded\n[ 0.511081] VFS: Disk quotas dquot_6.6.0\n[ 0.511919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513457] fuse init (API version 7.23)\n[ 0.514368] Key type big_key registered\n[ 0.515193] Allocating IMA MOK and blacklist keyrings.\n[ 0.516681] Key type asymmetric registered\n[ 0.517521] Asymmetric key parser 'x509' registered\n[ 0.518486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519987] io scheduler noop registered\n[ 0.520797] io scheduler deadline registered (default)\n[ 0.521797] io scheduler cfq registered\n[ 0.522638] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525001] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526479] ACPI: Power Button [PWRF]\n[ 0.527347] GHES: HEST is not enabled!\n[ 0.542650] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571396] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597466] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599622] Linux agpgart interface v0.103\n[ 0.601627] brd: module loaded\n[ 0.602810] loop: module loaded\n[ 0.606990] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608473] GPT:90111 != 2097151\n[ 0.609163] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610272] GPT:90111 != 2097151\n[ 0.610969] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611954] vda: vda1 vda15\n[ 0.613363] scsi host0: ata_piix\n[ 0.614113] scsi host1: ata_piix\n[ 0.614834] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617548] libphy: Fixed MDIO Bus: probed\n[ 0.618390] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619360] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621490] PPP generic driver version 2.4.2\n[ 0.622389] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623648] ehci-pci: EHCI PCI platform driver\n[ 0.624549] ehci-platform: EHCI generic platform driver\n[ 0.625554] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626696] ohci-pci: OHCI PCI platform driver\n[ 0.627586] ohci-platform: OHCI generic platform driver\n[ 0.628598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643952] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645420] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647578] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648812] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650239] usb usb1: Product: UHCI Host Controller\n[ 0.651186] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653341] hub 1-0:1.0: USB hub found\n[ 0.654128] hub 1-0:1.0: 2 ports detected\n[ 0.655050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658161] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659213] mousedev: PS/2 mouse device common for all mice\n[ 0.660479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663459] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664657] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665845] i2c /dev entries driver\n[ 0.666597] device-mapper: uevent: version 1.0.3\n[ 0.667565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669213] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670498] NET: Registered protocol family 10\n[ 0.671510] NET: Registered protocol family 17\n[ 0.672411] Key type dns_resolver registered\n[ 0.673346] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674461] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676224] registered taskstats version 1\n[ 0.677070] Loading compiled-in X.509 certificates\n[ 0.678521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680415] zswap: loaded using pool lzo/zbud\n[ 0.681796] Key type trusted registered\n[ 0.683351] Key type encrypted registered\n[ 0.684198] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685239] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686292] evm: HMAC attrs: 0x1\n[ 0.687249] Magic number: 6:961:443\n[ 0.688110] rtc_cmos 00:00: setting system clock to 2018-10-22 18:24:56 UTC (1540232696)\n[ 0.689727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690860] EDD information not available.\n[ 0.775798] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777373] Write protecting the kernel read-only data: 14336k\n[ 0.789227] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791054] 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.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.294155] 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.6...\nLease of 10.10.10.6 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.26. iid=i-00000143\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkY13DLobltlWaXfS3J88xb9resKUymp3Lw1EN7QzMBuDkHLPZ2WJqHzuI1P/LOkj10meyKs86CCktQWyeG/2cMA+WAxzroqJ52UI2hxny+LpXW/8kF6nd6Ecaiupjlzbml7il4bEI7zuY/UFWu0VeeCYya8Q6Z/38Ioxq4XSrk/62JmrsYKrigw0aKMHgA4po7SD2e0gBoCu1cq+XsPCj+F6a79aI8++B90Mr9phGCOTBTlRnfxlhZCN4ueuF6BeUrjH0utzV7+OyAM37mNjVJSIZnDV7TgOBmdctN8cKGY4zR4k53rFNu0e1LNL0th55vlxPHoMJfI78IP4+ddfj root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIHQxsQLQLOtfoxF+9VlmRmOm6kVnmiFtWF/pu3yglpUGNMIfVxCzzVob+BSZ1/T8UmHGa/YyyLg9NKd8VfJml490+FNsz1tY8HQId9QJlWvuxXN5nKqZeseZqSopxuPXLKoJDCpgkUSvarBIw2yrLYm7Z5idyjr8/s4rprDu8odAAAAFQC1aSOmXVOGaspAob/I8EehLzP8mQAAAIBd9EZoBpAmHtpL8xudyzaBNQJXGETq6ihiKjE/LHGngcSBNFqro54puP3T4I6ENGhX+vp0cV+TE47mX6vXlxoS1/VnSxfqA+6fqd4swGFHQyJCqyTXdS+clONAqI9tU8SWlgG4C2VJesS/U5gXvpahqdZZy+M9B9beUYDPexFjFQAAAIBT1/JdYSh+9g6jgEmNdHaZDctXARWcfL8jx3iZOzMa6ybJeqQFaZyjkOvU1m6ttYp6V5+lCyawit2PHBalEDNwdRbtmiCqnwuWPNKIe11X5RCe2P/lOAKGuQWBPR51hjFbpkC0EGzdrKsb1uQMmJa1xYTM0fP6xDm82VhlW5fPPQ== 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.6,24,fe80::f816:3eff:fe9c:f9f6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \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-00000143\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.69 ===\n/dev/root resized successfully [took 1.63s]\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:9C:F9:F6 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9c:f9f6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:101 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:10351 (10.1 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.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-10-22 18:26:08,648 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action used request id req-0fca432f-1990-45f4-b170-a7c1d509cb2b 2018-10-22 18:26:10,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5bb98ff109547f727bb80ce5691c647c203546" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:26:11,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-ec8251a0-baed-443e-9817-7d0294242169 x-compute-request-id: req-ec8251a0-baed-443e-9817-7d0294242169 Content-Encoding: gzip Content-Length: 9964 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 525412786 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131521] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134096] ACPI: Core revision 20150930\n[ 0.135482] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136811] Security Framework initialized\n[ 0.137633] Yama: becoming mindful.\n[ 0.138366] AppArmor: AppArmor initialized\n[ 0.139245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140590] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141880] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143108] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144508] Initializing cgroup subsys io\n[ 0.145341] Initializing cgroup subsys memory\n[ 0.146213] Initializing cgroup subsys devices\n[ 0.147115] Initializing cgroup subsys freezer\n[ 0.147994] Initializing cgroup subsys net_cls\n[ 0.148873] Initializing cgroup subsys perf_event\n[ 0.149787] Initializing cgroup subsys net_prio\n[ 0.150687] Initializing cgroup subsys hugetlb\n[ 0.151566] Initializing cgroup subsys pids\n[ 0.152452] CPU: Physical Processor ID: 0\n[ 0.153977] mce: CPU supports 10 MCE banks\n[ 0.154842] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168185] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174668] ftrace: allocating 31920 entries in 125 pages\n[ 0.200973] smpboot: Max logical packages: 1\n[ 0.201874] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203279] x2apic enabled\n[ 0.204101] Switched APIC routing to physical x2apic.\n[ 0.205870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209028] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210834] KVM setup paravirtual spinlock\n[ 0.212136] x86: Booted up 1 node, 1 CPUs\n[ 0.212953] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214355] devtmpfs: initialized\n[ 0.216081] evm: security.selinux\n[ 0.216789] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218239] evm: security.SMACK64TRANSMUTE\n[ 0.219057] evm: security.SMACK64MMAP\n[ 0.219810] evm: security.ima\n[ 0.220457] evm: security.capability\n[ 0.221274] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223137] pinctrl core: initialized pinctrl subsystem\n[ 0.224253] RTC time: 18:24:55, date: 10/22/18\n[ 0.225212] NET: Registered protocol family 16\n[ 0.226187] cpuidle: using governor ladder\n[ 0.227014] cpuidle: using governor menu\n[ 0.227809] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230632] PCI: Using configuration type 1 for base access\n[ 0.232393] ACPI: Added _OSI(Module Device)\n[ 0.233252] ACPI: Added _OSI(Processor Device)\n[ 0.234122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235026] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237152] ACPI: Interpreter enabled\n[ 0.237932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245359] ACPI: (supports S0 S5)\n[ 0.246072] ACPI: Using IOAPIC for interrupt routing\n[ 0.247147] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250259] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251420] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252671] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253882] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256129] acpiphp: Slot [3] registered\n[ 0.256941] acpiphp: Slot [4] registered\n[ 0.257750] acpiphp: Slot [5] registered\n[ 0.258552] acpiphp: Slot [6] registered\n[ 0.259356] acpiphp: Slot [7] registered\n[ 0.260167] acpiphp: Slot [8] registered\n[ 0.260973] acpiphp: Slot [9] registered\n[ 0.261777] acpiphp: Slot [10] registered\n[ 0.262597] acpiphp: Slot [11] registered\n[ 0.263417] acpiphp: Slot [12] registered\n[ 0.264241] acpiphp: Slot [13] registered\n[ 0.265061] acpiphp: Slot [14] registered\n[ 0.265881] acpiphp: Slot [15] registered\n[ 0.276948] acpiphp: Slot [16] registered\n[ 0.277770] acpiphp: Slot [17] registered\n[ 0.278587] acpiphp: Slot [18] registered\n[ 0.279403] acpiphp: Slot [19] registered\n[ 0.280219] acpiphp: Slot [20] registered\n[ 0.281042] acpiphp: Slot [21] registered\n[ 0.281862] acpiphp: Slot [22] registered\n[ 0.282677] acpiphp: Slot [23] registered\n[ 0.283502] acpiphp: Slot [24] registered\n[ 0.284321] acpiphp: Slot [25] registered\n[ 0.285146] acpiphp: Slot [26] registered\n[ 0.285967] acpiphp: Slot [27] registered\n[ 0.286788] acpiphp: Slot [28] registered\n[ 0.287605] acpiphp: Slot [29] registered\n[ 0.288429] acpiphp: Slot [30] registered\n[ 0.289252] acpiphp: Slot [31] registered\n[ 0.290071] PCI host bridge to bus 0000:00\n[ 0.290886] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292112] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293335] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296248] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305027] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363414] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368983] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370050] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371608] vgaarb: loaded\n[ 0.372220] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373375] SCSI subsystem initialized\n[ 0.374203] ACPI: bus type USB registered\n[ 0.375032] usbcore: registered new interface driver usbfs\n[ 0.376067] usbcore: registered new interface driver hub\n[ 0.377082] usbcore: registered new device driver usb\n[ 0.378149] PCI: Using ACPI for IRQ routing\n[ 0.379181] NetLabel: Initializing\n[ 0.379898] NetLabel: domain hash size = 128\n[ 0.380753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381720] NetLabel: unlabeled traffic allowed by default\n[ 0.382840] clocksource: Switched to clocksource kvm-clock\n[ 0.388391] AppArmor: AppArmor Filesystem Enabled\n[ 0.389400] pnp: PnP ACPI init\n[ 0.390325] pnp: PnP ACPI: found 5 devices\n[ 0.396710] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398441] NET: Registered protocol family 2\n[ 0.399420] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401901] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403092] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405364] NET: Registered protocol family 1\n[ 0.406242] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407362] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436789] Trying to unpack rootfs image as initramfs...\n[ 0.487308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501327] Scanning for low memory corruption every 60 seconds\n[ 0.502683] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503864] audit: initializing netlink subsys (disabled)\n[ 0.504908] audit: type=2000 audit(1540232696.175:1): initialized\n[ 0.506236] Initialise system trusted keyring\n[ 0.507186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508375] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510358] zbud: loaded\n[ 0.511081] VFS: Disk quotas dquot_6.6.0\n[ 0.511919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513457] fuse init (API version 7.23)\n[ 0.514368] Key type big_key registered\n[ 0.515193] Allocating IMA MOK and blacklist keyrings.\n[ 0.516681] Key type asymmetric registered\n[ 0.517521] Asymmetric key parser 'x509' registered\n[ 0.518486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519987] io scheduler noop registered\n[ 0.520797] io scheduler deadline registered (default)\n[ 0.521797] io scheduler cfq registered\n[ 0.522638] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525001] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526479] ACPI: Power Button [PWRF]\n[ 0.527347] GHES: HEST is not enabled!\n[ 0.542650] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571396] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597466] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599622] Linux agpgart interface v0.103\n[ 0.601627] brd: module loaded\n[ 0.602810] loop: module loaded\n[ 0.606990] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608473] GPT:90111 != 2097151\n[ 0.609163] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610272] GPT:90111 != 2097151\n[ 0.610969] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611954] vda: vda1 vda15\n[ 0.613363] scsi host0: ata_piix\n[ 0.614113] scsi host1: ata_piix\n[ 0.614834] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617548] libphy: Fixed MDIO Bus: probed\n[ 0.618390] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619360] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621490] PPP generic driver version 2.4.2\n[ 0.622389] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623648] ehci-pci: EHCI PCI platform driver\n[ 0.624549] ehci-platform: EHCI generic platform driver\n[ 0.625554] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626696] ohci-pci: OHCI PCI platform driver\n[ 0.627586] ohci-platform: OHCI generic platform driver\n[ 0.628598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643952] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645420] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647578] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648812] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650239] usb usb1: Product: UHCI Host Controller\n[ 0.651186] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653341] hub 1-0:1.0: USB hub found\n[ 0.654128] hub 1-0:1.0: 2 ports detected\n[ 0.655050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658161] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659213] mousedev: PS/2 mouse device common for all mice\n[ 0.660479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663459] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664657] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665845] i2c /dev entries driver\n[ 0.666597] device-mapper: uevent: version 1.0.3\n[ 0.667565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669213] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670498] NET: Registered protocol family 10\n[ 0.671510] NET: Registered protocol family 17\n[ 0.672411] Key type dns_resolver registered\n[ 0.673346] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674461] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676224] registered taskstats version 1\n[ 0.677070] Loading compiled-in X.509 certificates\n[ 0.678521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680415] zswap: loaded using pool lzo/zbud\n[ 0.681796] Key type trusted registered\n[ 0.683351] Key type encrypted registered\n[ 0.684198] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685239] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686292] evm: HMAC attrs: 0x1\n[ 0.687249] Magic number: 6:961:443\n[ 0.688110] rtc_cmos 00:00: setting system clock to 2018-10-22 18:24:56 UTC (1540232696)\n[ 0.689727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690860] EDD information not available.\n[ 0.775798] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777373] Write protecting the kernel read-only data: 14336k\n[ 0.789227] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791054] 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.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.294155] 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.6...\nLease of 10.10.10.6 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.26. iid=i-00000143\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkY13DLobltlWaXfS3J88xb9resKUymp3Lw1EN7QzMBuDkHLPZ2WJqHzuI1P/LOkj10meyKs86CCktQWyeG/2cMA+WAxzroqJ52UI2hxny+LpXW/8kF6nd6Ecaiupjlzbml7il4bEI7zuY/UFWu0VeeCYya8Q6Z/38Ioxq4XSrk/62JmrsYKrigw0aKMHgA4po7SD2e0gBoCu1cq+XsPCj+F6a79aI8++B90Mr9phGCOTBTlRnfxlhZCN4ueuF6BeUrjH0utzV7+OyAM37mNjVJSIZnDV7TgOBmdctN8cKGY4zR4k53rFNu0e1LNL0th55vlxPHoMJfI78IP4+ddfj root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIHQxsQLQLOtfoxF+9VlmRmOm6kVnmiFtWF/pu3yglpUGNMIfVxCzzVob+BSZ1/T8UmHGa/YyyLg9NKd8VfJml490+FNsz1tY8HQId9QJlWvuxXN5nKqZeseZqSopxuPXLKoJDCpgkUSvarBIw2yrLYm7Z5idyjr8/s4rprDu8odAAAAFQC1aSOmXVOGaspAob/I8EehLzP8mQAAAIBd9EZoBpAmHtpL8xudyzaBNQJXGETq6ihiKjE/LHGngcSBNFqro54puP3T4I6ENGhX+vp0cV+TE47mX6vXlxoS1/VnSxfqA+6fqd4swGFHQyJCqyTXdS+clONAqI9tU8SWlgG4C2VJesS/U5gXvpahqdZZy+M9B9beUYDPexFjFQAAAIBT1/JdYSh+9g6jgEmNdHaZDctXARWcfL8jx3iZOzMa6ybJeqQFaZyjkOvU1m6ttYp6V5+lCyawit2PHBalEDNwdRbtmiCqnwuWPNKIe11X5RCe2P/lOAKGuQWBPR51hjFbpkC0EGzdrKsb1uQMmJa1xYTM0fP6xDm82VhlW5fPPQ== 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.6,24,fe80::f816:3eff:fe9c:f9f6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \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-00000143\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.69 ===\n/dev/root resized successfully [took 1.63s]\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:9C:F9:F6 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9c:f9f6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:101 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:10351 (10.1 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.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-10-22 18:26:11,746 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action used request id req-ec8251a0-baed-443e-9817-7d0294242169 2018-10-22 18:26:13,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5bb98ff109547f727bb80ce5691c647c203546" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:26:14,837 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-2d4b6231-00a4-4204-9664-7f6c7d2515dc x-compute-request-id: req-2d4b6231-00a4-4204-9664-7f6c7d2515dc Content-Encoding: gzip Content-Length: 9964 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 525412786 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131521] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134096] ACPI: Core revision 20150930\n[ 0.135482] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136811] Security Framework initialized\n[ 0.137633] Yama: becoming mindful.\n[ 0.138366] AppArmor: AppArmor initialized\n[ 0.139245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140590] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141880] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143108] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144508] Initializing cgroup subsys io\n[ 0.145341] Initializing cgroup subsys memory\n[ 0.146213] Initializing cgroup subsys devices\n[ 0.147115] Initializing cgroup subsys freezer\n[ 0.147994] Initializing cgroup subsys net_cls\n[ 0.148873] Initializing cgroup subsys perf_event\n[ 0.149787] Initializing cgroup subsys net_prio\n[ 0.150687] Initializing cgroup subsys hugetlb\n[ 0.151566] Initializing cgroup subsys pids\n[ 0.152452] CPU: Physical Processor ID: 0\n[ 0.153977] mce: CPU supports 10 MCE banks\n[ 0.154842] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168185] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174668] ftrace: allocating 31920 entries in 125 pages\n[ 0.200973] smpboot: Max logical packages: 1\n[ 0.201874] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203279] x2apic enabled\n[ 0.204101] Switched APIC routing to physical x2apic.\n[ 0.205870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209028] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210834] KVM setup paravirtual spinlock\n[ 0.212136] x86: Booted up 1 node, 1 CPUs\n[ 0.212953] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214355] devtmpfs: initialized\n[ 0.216081] evm: security.selinux\n[ 0.216789] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218239] evm: security.SMACK64TRANSMUTE\n[ 0.219057] evm: security.SMACK64MMAP\n[ 0.219810] evm: security.ima\n[ 0.220457] evm: security.capability\n[ 0.221274] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223137] pinctrl core: initialized pinctrl subsystem\n[ 0.224253] RTC time: 18:24:55, date: 10/22/18\n[ 0.225212] NET: Registered protocol family 16\n[ 0.226187] cpuidle: using governor ladder\n[ 0.227014] cpuidle: using governor menu\n[ 0.227809] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230632] PCI: Using configuration type 1 for base access\n[ 0.232393] ACPI: Added _OSI(Module Device)\n[ 0.233252] ACPI: Added _OSI(Processor Device)\n[ 0.234122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235026] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237152] ACPI: Interpreter enabled\n[ 0.237932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245359] ACPI: (supports S0 S5)\n[ 0.246072] ACPI: Using IOAPIC for interrupt routing\n[ 0.247147] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250259] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251420] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252671] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253882] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256129] acpiphp: Slot [3] registered\n[ 0.256941] acpiphp: Slot [4] registered\n[ 0.257750] acpiphp: Slot [5] registered\n[ 0.258552] acpiphp: Slot [6] registered\n[ 0.259356] acpiphp: Slot [7] registered\n[ 0.260167] acpiphp: Slot [8] registered\n[ 0.260973] acpiphp: Slot [9] registered\n[ 0.261777] acpiphp: Slot [10] registered\n[ 0.262597] acpiphp: Slot [11] registered\n[ 0.263417] acpiphp: Slot [12] registered\n[ 0.264241] acpiphp: Slot [13] registered\n[ 0.265061] acpiphp: Slot [14] registered\n[ 0.265881] acpiphp: Slot [15] registered\n[ 0.276948] acpiphp: Slot [16] registered\n[ 0.277770] acpiphp: Slot [17] registered\n[ 0.278587] acpiphp: Slot [18] registered\n[ 0.279403] acpiphp: Slot [19] registered\n[ 0.280219] acpiphp: Slot [20] registered\n[ 0.281042] acpiphp: Slot [21] registered\n[ 0.281862] acpiphp: Slot [22] registered\n[ 0.282677] acpiphp: Slot [23] registered\n[ 0.283502] acpiphp: Slot [24] registered\n[ 0.284321] acpiphp: Slot [25] registered\n[ 0.285146] acpiphp: Slot [26] registered\n[ 0.285967] acpiphp: Slot [27] registered\n[ 0.286788] acpiphp: Slot [28] registered\n[ 0.287605] acpiphp: Slot [29] registered\n[ 0.288429] acpiphp: Slot [30] registered\n[ 0.289252] acpiphp: Slot [31] registered\n[ 0.290071] PCI host bridge to bus 0000:00\n[ 0.290886] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292112] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293335] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296248] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305027] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363414] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368983] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370050] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371608] vgaarb: loaded\n[ 0.372220] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373375] SCSI subsystem initialized\n[ 0.374203] ACPI: bus type USB registered\n[ 0.375032] usbcore: registered new interface driver usbfs\n[ 0.376067] usbcore: registered new interface driver hub\n[ 0.377082] usbcore: registered new device driver usb\n[ 0.378149] PCI: Using ACPI for IRQ routing\n[ 0.379181] NetLabel: Initializing\n[ 0.379898] NetLabel: domain hash size = 128\n[ 0.380753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381720] NetLabel: unlabeled traffic allowed by default\n[ 0.382840] clocksource: Switched to clocksource kvm-clock\n[ 0.388391] AppArmor: AppArmor Filesystem Enabled\n[ 0.389400] pnp: PnP ACPI init\n[ 0.390325] pnp: PnP ACPI: found 5 devices\n[ 0.396710] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398441] NET: Registered protocol family 2\n[ 0.399420] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401901] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403092] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405364] NET: Registered protocol family 1\n[ 0.406242] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407362] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436789] Trying to unpack rootfs image as initramfs...\n[ 0.487308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501327] Scanning for low memory corruption every 60 seconds\n[ 0.502683] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503864] audit: initializing netlink subsys (disabled)\n[ 0.504908] audit: type=2000 audit(1540232696.175:1): initialized\n[ 0.506236] Initialise system trusted keyring\n[ 0.507186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508375] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510358] zbud: loaded\n[ 0.511081] VFS: Disk quotas dquot_6.6.0\n[ 0.511919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513457] fuse init (API version 7.23)\n[ 0.514368] Key type big_key registered\n[ 0.515193] Allocating IMA MOK and blacklist keyrings.\n[ 0.516681] Key type asymmetric registered\n[ 0.517521] Asymmetric key parser 'x509' registered\n[ 0.518486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519987] io scheduler noop registered\n[ 0.520797] io scheduler deadline registered (default)\n[ 0.521797] io scheduler cfq registered\n[ 0.522638] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525001] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526479] ACPI: Power Button [PWRF]\n[ 0.527347] GHES: HEST is not enabled!\n[ 0.542650] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571396] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597466] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599622] Linux agpgart interface v0.103\n[ 0.601627] brd: module loaded\n[ 0.602810] loop: module loaded\n[ 0.606990] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608473] GPT:90111 != 2097151\n[ 0.609163] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610272] GPT:90111 != 2097151\n[ 0.610969] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611954] vda: vda1 vda15\n[ 0.613363] scsi host0: ata_piix\n[ 0.614113] scsi host1: ata_piix\n[ 0.614834] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617548] libphy: Fixed MDIO Bus: probed\n[ 0.618390] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619360] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621490] PPP generic driver version 2.4.2\n[ 0.622389] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623648] ehci-pci: EHCI PCI platform driver\n[ 0.624549] ehci-platform: EHCI generic platform driver\n[ 0.625554] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626696] ohci-pci: OHCI PCI platform driver\n[ 0.627586] ohci-platform: OHCI generic platform driver\n[ 0.628598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643952] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645420] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647578] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648812] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650239] usb usb1: Product: UHCI Host Controller\n[ 0.651186] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653341] hub 1-0:1.0: USB hub found\n[ 0.654128] hub 1-0:1.0: 2 ports detected\n[ 0.655050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658161] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659213] mousedev: PS/2 mouse device common for all mice\n[ 0.660479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663459] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664657] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665845] i2c /dev entries driver\n[ 0.666597] device-mapper: uevent: version 1.0.3\n[ 0.667565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669213] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670498] NET: Registered protocol family 10\n[ 0.671510] NET: Registered protocol family 17\n[ 0.672411] Key type dns_resolver registered\n[ 0.673346] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674461] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676224] registered taskstats version 1\n[ 0.677070] Loading compiled-in X.509 certificates\n[ 0.678521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680415] zswap: loaded using pool lzo/zbud\n[ 0.681796] Key type trusted registered\n[ 0.683351] Key type encrypted registered\n[ 0.684198] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685239] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686292] evm: HMAC attrs: 0x1\n[ 0.687249] Magic number: 6:961:443\n[ 0.688110] rtc_cmos 00:00: setting system clock to 2018-10-22 18:24:56 UTC (1540232696)\n[ 0.689727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690860] EDD information not available.\n[ 0.775798] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777373] Write protecting the kernel read-only data: 14336k\n[ 0.789227] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791054] 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.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.294155] 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.6...\nLease of 10.10.10.6 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.26. iid=i-00000143\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkY13DLobltlWaXfS3J88xb9resKUymp3Lw1EN7QzMBuDkHLPZ2WJqHzuI1P/LOkj10meyKs86CCktQWyeG/2cMA+WAxzroqJ52UI2hxny+LpXW/8kF6nd6Ecaiupjlzbml7il4bEI7zuY/UFWu0VeeCYya8Q6Z/38Ioxq4XSrk/62JmrsYKrigw0aKMHgA4po7SD2e0gBoCu1cq+XsPCj+F6a79aI8++B90Mr9phGCOTBTlRnfxlhZCN4ueuF6BeUrjH0utzV7+OyAM37mNjVJSIZnDV7TgOBmdctN8cKGY4zR4k53rFNu0e1LNL0th55vlxPHoMJfI78IP4+ddfj root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIHQxsQLQLOtfoxF+9VlmRmOm6kVnmiFtWF/pu3yglpUGNMIfVxCzzVob+BSZ1/T8UmHGa/YyyLg9NKd8VfJml490+FNsz1tY8HQId9QJlWvuxXN5nKqZeseZqSopxuPXLKoJDCpgkUSvarBIw2yrLYm7Z5idyjr8/s4rprDu8odAAAAFQC1aSOmXVOGaspAob/I8EehLzP8mQAAAIBd9EZoBpAmHtpL8xudyzaBNQJXGETq6ihiKjE/LHGngcSBNFqro54puP3T4I6ENGhX+vp0cV+TE47mX6vXlxoS1/VnSxfqA+6fqd4swGFHQyJCqyTXdS+clONAqI9tU8SWlgG4C2VJesS/U5gXvpahqdZZy+M9B9beUYDPexFjFQAAAIBT1/JdYSh+9g6jgEmNdHaZDctXARWcfL8jx3iZOzMa6ybJeqQFaZyjkOvU1m6ttYp6V5+lCyawit2PHBalEDNwdRbtmiCqnwuWPNKIe11X5RCe2P/lOAKGuQWBPR51hjFbpkC0EGzdrKsb1uQMmJa1xYTM0fP6xDm82VhlW5fPPQ== 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.6,24,fe80::f816:3eff:fe9c:f9f6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \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-00000143\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.69 ===\n/dev/root resized successfully [took 1.63s]\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:9C:F9:F6 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9c:f9f6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:101 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:10351 (10.1 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.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-10-22 18:26:14,838 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action used request id req-2d4b6231-00a4-4204-9664-7f6c7d2515dc 2018-10-22 18:26:16,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5bb98ff109547f727bb80ce5691c647c203546" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:26:17,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-2ac85fb6-52f5-4616-b72e-622ca2fce681 x-compute-request-id: req-2ac85fb6-52f5-4616-b72e-622ca2fce681 Content-Encoding: gzip Content-Length: 10036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 525412786 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131521] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134096] ACPI: Core revision 20150930\n[ 0.135482] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136811] Security Framework initialized\n[ 0.137633] Yama: becoming mindful.\n[ 0.138366] AppArmor: AppArmor initialized\n[ 0.139245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140590] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141880] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143108] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144508] Initializing cgroup subsys io\n[ 0.145341] Initializing cgroup subsys memory\n[ 0.146213] Initializing cgroup subsys devices\n[ 0.147115] Initializing cgroup subsys freezer\n[ 0.147994] Initializing cgroup subsys net_cls\n[ 0.148873] Initializing cgroup subsys perf_event\n[ 0.149787] Initializing cgroup subsys net_prio\n[ 0.150687] Initializing cgroup subsys hugetlb\n[ 0.151566] Initializing cgroup subsys pids\n[ 0.152452] CPU: Physical Processor ID: 0\n[ 0.153977] mce: CPU supports 10 MCE banks\n[ 0.154842] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168185] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174668] ftrace: allocating 31920 entries in 125 pages\n[ 0.200973] smpboot: Max logical packages: 1\n[ 0.201874] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203279] x2apic enabled\n[ 0.204101] Switched APIC routing to physical x2apic.\n[ 0.205870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209028] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210834] KVM setup paravirtual spinlock\n[ 0.212136] x86: Booted up 1 node, 1 CPUs\n[ 0.212953] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214355] devtmpfs: initialized\n[ 0.216081] evm: security.selinux\n[ 0.216789] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218239] evm: security.SMACK64TRANSMUTE\n[ 0.219057] evm: security.SMACK64MMAP\n[ 0.219810] evm: security.ima\n[ 0.220457] evm: security.capability\n[ 0.221274] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223137] pinctrl core: initialized pinctrl subsystem\n[ 0.224253] RTC time: 18:24:55, date: 10/22/18\n[ 0.225212] NET: Registered protocol family 16\n[ 0.226187] cpuidle: using governor ladder\n[ 0.227014] cpuidle: using governor menu\n[ 0.227809] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230632] PCI: Using configuration type 1 for base access\n[ 0.232393] ACPI: Added _OSI(Module Device)\n[ 0.233252] ACPI: Added _OSI(Processor Device)\n[ 0.234122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235026] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237152] ACPI: Interpreter enabled\n[ 0.237932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245359] ACPI: (supports S0 S5)\n[ 0.246072] ACPI: Using IOAPIC for interrupt routing\n[ 0.247147] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250259] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251420] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252671] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253882] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256129] acpiphp: Slot [3] registered\n[ 0.256941] acpiphp: Slot [4] registered\n[ 0.257750] acpiphp: Slot [5] registered\n[ 0.258552] acpiphp: Slot [6] registered\n[ 0.259356] acpiphp: Slot [7] registered\n[ 0.260167] acpiphp: Slot [8] registered\n[ 0.260973] acpiphp: Slot [9] registered\n[ 0.261777] acpiphp: Slot [10] registered\n[ 0.262597] acpiphp: Slot [11] registered\n[ 0.263417] acpiphp: Slot [12] registered\n[ 0.264241] acpiphp: Slot [13] registered\n[ 0.265061] acpiphp: Slot [14] registered\n[ 0.265881] acpiphp: Slot [15] registered\n[ 0.276948] acpiphp: Slot [16] registered\n[ 0.277770] acpiphp: Slot [17] registered\n[ 0.278587] acpiphp: Slot [18] registered\n[ 0.279403] acpiphp: Slot [19] registered\n[ 0.280219] acpiphp: Slot [20] registered\n[ 0.281042] acpiphp: Slot [21] registered\n[ 0.281862] acpiphp: Slot [22] registered\n[ 0.282677] acpiphp: Slot [23] registered\n[ 0.283502] acpiphp: Slot [24] registered\n[ 0.284321] acpiphp: Slot [25] registered\n[ 0.285146] acpiphp: Slot [26] registered\n[ 0.285967] acpiphp: Slot [27] registered\n[ 0.286788] acpiphp: Slot [28] registered\n[ 0.287605] acpiphp: Slot [29] registered\n[ 0.288429] acpiphp: Slot [30] registered\n[ 0.289252] acpiphp: Slot [31] registered\n[ 0.290071] PCI host bridge to bus 0000:00\n[ 0.290886] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292112] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293335] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296248] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305027] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363414] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368983] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370050] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371608] vgaarb: loaded\n[ 0.372220] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373375] SCSI subsystem initialized\n[ 0.374203] ACPI: bus type USB registered\n[ 0.375032] usbcore: registered new interface driver usbfs\n[ 0.376067] usbcore: registered new interface driver hub\n[ 0.377082] usbcore: registered new device driver usb\n[ 0.378149] PCI: Using ACPI for IRQ routing\n[ 0.379181] NetLabel: Initializing\n[ 0.379898] NetLabel: domain hash size = 128\n[ 0.380753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381720] NetLabel: unlabeled traffic allowed by default\n[ 0.382840] clocksource: Switched to clocksource kvm-clock\n[ 0.388391] AppArmor: AppArmor Filesystem Enabled\n[ 0.389400] pnp: PnP ACPI init\n[ 0.390325] pnp: PnP ACPI: found 5 devices\n[ 0.396710] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398441] NET: Registered protocol family 2\n[ 0.399420] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401901] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403092] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405364] NET: Registered protocol family 1\n[ 0.406242] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407362] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436789] Trying to unpack rootfs image as initramfs...\n[ 0.487308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501327] Scanning for low memory corruption every 60 seconds\n[ 0.502683] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503864] audit: initializing netlink subsys (disabled)\n[ 0.504908] audit: type=2000 audit(1540232696.175:1): initialized\n[ 0.506236] Initialise system trusted keyring\n[ 0.507186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508375] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510358] zbud: loaded\n[ 0.511081] VFS: Disk quotas dquot_6.6.0\n[ 0.511919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513457] fuse init (API version 7.23)\n[ 0.514368] Key type big_key registered\n[ 0.515193] Allocating IMA MOK and blacklist keyrings.\n[ 0.516681] Key type asymmetric registered\n[ 0.517521] Asymmetric key parser 'x509' registered\n[ 0.518486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519987] io scheduler noop registered\n[ 0.520797] io scheduler deadline registered (default)\n[ 0.521797] io scheduler cfq registered\n[ 0.522638] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525001] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526479] ACPI: Power Button [PWRF]\n[ 0.527347] GHES: HEST is not enabled!\n[ 0.542650] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571396] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597466] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599622] Linux agpgart interface v0.103\n[ 0.601627] brd: module loaded\n[ 0.602810] loop: module loaded\n[ 0.606990] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608473] GPT:90111 != 2097151\n[ 0.609163] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610272] GPT:90111 != 2097151\n[ 0.610969] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611954] vda: vda1 vda15\n[ 0.613363] scsi host0: ata_piix\n[ 0.614113] scsi host1: ata_piix\n[ 0.614834] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617548] libphy: Fixed MDIO Bus: probed\n[ 0.618390] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619360] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621490] PPP generic driver version 2.4.2\n[ 0.622389] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623648] ehci-pci: EHCI PCI platform driver\n[ 0.624549] ehci-platform: EHCI generic platform driver\n[ 0.625554] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626696] ohci-pci: OHCI PCI platform driver\n[ 0.627586] ohci-platform: OHCI generic platform driver\n[ 0.628598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643952] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645420] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647578] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648812] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650239] usb usb1: Product: UHCI Host Controller\n[ 0.651186] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653341] hub 1-0:1.0: USB hub found\n[ 0.654128] hub 1-0:1.0: 2 ports detected\n[ 0.655050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658161] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659213] mousedev: PS/2 mouse device common for all mice\n[ 0.660479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663459] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664657] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665845] i2c /dev entries driver\n[ 0.666597] device-mapper: uevent: version 1.0.3\n[ 0.667565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669213] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670498] NET: Registered protocol family 10\n[ 0.671510] NET: Registered protocol family 17\n[ 0.672411] Key type dns_resolver registered\n[ 0.673346] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674461] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676224] registered taskstats version 1\n[ 0.677070] Loading compiled-in X.509 certificates\n[ 0.678521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680415] zswap: loaded using pool lzo/zbud\n[ 0.681796] Key type trusted registered\n[ 0.683351] Key type encrypted registered\n[ 0.684198] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685239] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686292] evm: HMAC attrs: 0x1\n[ 0.687249] Magic number: 6:961:443\n[ 0.688110] rtc_cmos 00:00: setting system clock to 2018-10-22 18:24:56 UTC (1540232696)\n[ 0.689727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690860] EDD information not available.\n[ 0.775798] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777373] Write protecting the kernel read-only data: 14336k\n[ 0.789227] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791054] 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.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.294155] 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.6...\nLease of 10.10.10.6 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.26. iid=i-00000143\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkY13DLobltlWaXfS3J88xb9resKUymp3Lw1EN7QzMBuDkHLPZ2WJqHzuI1P/LOkj10meyKs86CCktQWyeG/2cMA+WAxzroqJ52UI2hxny+LpXW/8kF6nd6Ecaiupjlzbml7il4bEI7zuY/UFWu0VeeCYya8Q6Z/38Ioxq4XSrk/62JmrsYKrigw0aKMHgA4po7SD2e0gBoCu1cq+XsPCj+F6a79aI8++B90Mr9phGCOTBTlRnfxlhZCN4ueuF6BeUrjH0utzV7+OyAM37mNjVJSIZnDV7TgOBmdctN8cKGY4zR4k53rFNu0e1LNL0th55vlxPHoMJfI78IP4+ddfj root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIHQxsQLQLOtfoxF+9VlmRmOm6kVnmiFtWF/pu3yglpUGNMIfVxCzzVob+BSZ1/T8UmHGa/YyyLg9NKd8VfJml490+FNsz1tY8HQId9QJlWvuxXN5nKqZeseZqSopxuPXLKoJDCpgkUSvarBIw2yrLYm7Z5idyjr8/s4rprDu8odAAAAFQC1aSOmXVOGaspAob/I8EehLzP8mQAAAIBd9EZoBpAmHtpL8xudyzaBNQJXGETq6ihiKjE/LHGngcSBNFqro54puP3T4I6ENGhX+vp0cV+TE47mX6vXlxoS1/VnSxfqA+6fqd4swGFHQyJCqyTXdS+clONAqI9tU8SWlgG4C2VJesS/U5gXvpahqdZZy+M9B9beUYDPexFjFQAAAIBT1/JdYSh+9g6jgEmNdHaZDctXARWcfL8jx3iZOzMa6ybJeqQFaZyjkOvU1m6ttYp6V5+lCyawit2PHBalEDNwdRbtmiCqnwuWPNKIe11X5RCe2P/lOAKGuQWBPR51hjFbpkC0EGzdrKsb1uQMmJa1xYTM0fP6xDm82VhlW5fPPQ== 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.6,24,fe80::f816:3eff:fe9c:f9f6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \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-00000143\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.69 ===\n/dev/root resized successfully [took 1.63s]\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:9C:F9:F6 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9c:f9f6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:101 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:10351 (10.1 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.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-10-22 18:26:17,932 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action used request id req-2ac85fb6-52f5-4616-b72e-622ca2fce681 2018-10-22 18:26:19,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5bb98ff109547f727bb80ce5691c647c203546" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:26:21,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:26: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-e65b7761-fe4d-4b50-bad1-d40169800e4e x-compute-request-id: req-e65b7761-fe4d-4b50-bad1-d40169800e4e Content-Encoding: gzip Content-Length: 10036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 525412786 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131521] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134096] ACPI: Core revision 20150930\n[ 0.135482] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136811] Security Framework initialized\n[ 0.137633] Yama: becoming mindful.\n[ 0.138366] AppArmor: AppArmor initialized\n[ 0.139245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140590] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141880] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143108] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144508] Initializing cgroup subsys io\n[ 0.145341] Initializing cgroup subsys memory\n[ 0.146213] Initializing cgroup subsys devices\n[ 0.147115] Initializing cgroup subsys freezer\n[ 0.147994] Initializing cgroup subsys net_cls\n[ 0.148873] Initializing cgroup subsys perf_event\n[ 0.149787] Initializing cgroup subsys net_prio\n[ 0.150687] Initializing cgroup subsys hugetlb\n[ 0.151566] Initializing cgroup subsys pids\n[ 0.152452] CPU: Physical Processor ID: 0\n[ 0.153977] mce: CPU supports 10 MCE banks\n[ 0.154842] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168185] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174668] ftrace: allocating 31920 entries in 125 pages\n[ 0.200973] smpboot: Max logical packages: 1\n[ 0.201874] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203279] x2apic enabled\n[ 0.204101] Switched APIC routing to physical x2apic.\n[ 0.205870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209028] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210834] KVM setup paravirtual spinlock\n[ 0.212136] x86: Booted up 1 node, 1 CPUs\n[ 0.212953] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214355] devtmpfs: initialized\n[ 0.216081] evm: security.selinux\n[ 0.216789] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218239] evm: security.SMACK64TRANSMUTE\n[ 0.219057] evm: security.SMACK64MMAP\n[ 0.219810] evm: security.ima\n[ 0.220457] evm: security.capability\n[ 0.221274] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223137] pinctrl core: initialized pinctrl subsystem\n[ 0.224253] RTC time: 18:24:55, date: 10/22/18\n[ 0.225212] NET: Registered protocol family 16\n[ 0.226187] cpuidle: using governor ladder\n[ 0.227014] cpuidle: using governor menu\n[ 0.227809] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230632] PCI: Using configuration type 1 for base access\n[ 0.232393] ACPI: Added _OSI(Module Device)\n[ 0.233252] ACPI: Added _OSI(Processor Device)\n[ 0.234122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235026] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237152] ACPI: Interpreter enabled\n[ 0.237932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245359] ACPI: (supports S0 S5)\n[ 0.246072] ACPI: Using IOAPIC for interrupt routing\n[ 0.247147] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250259] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251420] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252671] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253882] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256129] acpiphp: Slot [3] registered\n[ 0.256941] acpiphp: Slot [4] registered\n[ 0.257750] acpiphp: Slot [5] registered\n[ 0.258552] acpiphp: Slot [6] registered\n[ 0.259356] acpiphp: Slot [7] registered\n[ 0.260167] acpiphp: Slot [8] registered\n[ 0.260973] acpiphp: Slot [9] registered\n[ 0.261777] acpiphp: Slot [10] registered\n[ 0.262597] acpiphp: Slot [11] registered\n[ 0.263417] acpiphp: Slot [12] registered\n[ 0.264241] acpiphp: Slot [13] registered\n[ 0.265061] acpiphp: Slot [14] registered\n[ 0.265881] acpiphp: Slot [15] registered\n[ 0.276948] acpiphp: Slot [16] registered\n[ 0.277770] acpiphp: Slot [17] registered\n[ 0.278587] acpiphp: Slot [18] registered\n[ 0.279403] acpiphp: Slot [19] registered\n[ 0.280219] acpiphp: Slot [20] registered\n[ 0.281042] acpiphp: Slot [21] registered\n[ 0.281862] acpiphp: Slot [22] registered\n[ 0.282677] acpiphp: Slot [23] registered\n[ 0.283502] acpiphp: Slot [24] registered\n[ 0.284321] acpiphp: Slot [25] registered\n[ 0.285146] acpiphp: Slot [26] registered\n[ 0.285967] acpiphp: Slot [27] registered\n[ 0.286788] acpiphp: Slot [28] registered\n[ 0.287605] acpiphp: Slot [29] registered\n[ 0.288429] acpiphp: Slot [30] registered\n[ 0.289252] acpiphp: Slot [31] registered\n[ 0.290071] PCI host bridge to bus 0000:00\n[ 0.290886] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292112] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293335] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296248] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305027] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363414] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368983] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370050] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371608] vgaarb: loaded\n[ 0.372220] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373375] SCSI subsystem initialized\n[ 0.374203] ACPI: bus type USB registered\n[ 0.375032] usbcore: registered new interface driver usbfs\n[ 0.376067] usbcore: registered new interface driver hub\n[ 0.377082] usbcore: registered new device driver usb\n[ 0.378149] PCI: Using ACPI for IRQ routing\n[ 0.379181] NetLabel: Initializing\n[ 0.379898] NetLabel: domain hash size = 128\n[ 0.380753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381720] NetLabel: unlabeled traffic allowed by default\n[ 0.382840] clocksource: Switched to clocksource kvm-clock\n[ 0.388391] AppArmor: AppArmor Filesystem Enabled\n[ 0.389400] pnp: PnP ACPI init\n[ 0.390325] pnp: PnP ACPI: found 5 devices\n[ 0.396710] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398441] NET: Registered protocol family 2\n[ 0.399420] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401901] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403092] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405364] NET: Registered protocol family 1\n[ 0.406242] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407362] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436789] Trying to unpack rootfs image as initramfs...\n[ 0.487308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501327] Scanning for low memory corruption every 60 seconds\n[ 0.502683] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503864] audit: initializing netlink subsys (disabled)\n[ 0.504908] audit: type=2000 audit(1540232696.175:1): initialized\n[ 0.506236] Initialise system trusted keyring\n[ 0.507186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508375] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510358] zbud: loaded\n[ 0.511081] VFS: Disk quotas dquot_6.6.0\n[ 0.511919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513457] fuse init (API version 7.23)\n[ 0.514368] Key type big_key registered\n[ 0.515193] Allocating IMA MOK and blacklist keyrings.\n[ 0.516681] Key type asymmetric registered\n[ 0.517521] Asymmetric key parser 'x509' registered\n[ 0.518486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519987] io scheduler noop registered\n[ 0.520797] io scheduler deadline registered (default)\n[ 0.521797] io scheduler cfq registered\n[ 0.522638] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525001] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526479] ACPI: Power Button [PWRF]\n[ 0.527347] GHES: HEST is not enabled!\n[ 0.542650] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571396] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597466] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599622] Linux agpgart interface v0.103\n[ 0.601627] brd: module loaded\n[ 0.602810] loop: module loaded\n[ 0.606990] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608473] GPT:90111 != 2097151\n[ 0.609163] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610272] GPT:90111 != 2097151\n[ 0.610969] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611954] vda: vda1 vda15\n[ 0.613363] scsi host0: ata_piix\n[ 0.614113] scsi host1: ata_piix\n[ 0.614834] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617548] libphy: Fixed MDIO Bus: probed\n[ 0.618390] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619360] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621490] PPP generic driver version 2.4.2\n[ 0.622389] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623648] ehci-pci: EHCI PCI platform driver\n[ 0.624549] ehci-platform: EHCI generic platform driver\n[ 0.625554] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626696] ohci-pci: OHCI PCI platform driver\n[ 0.627586] ohci-platform: OHCI generic platform driver\n[ 0.628598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643952] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645420] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647578] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648812] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650239] usb usb1: Product: UHCI Host Controller\n[ 0.651186] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653341] hub 1-0:1.0: USB hub found\n[ 0.654128] hub 1-0:1.0: 2 ports detected\n[ 0.655050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658161] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659213] mousedev: PS/2 mouse device common for all mice\n[ 0.660479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663459] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664657] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665845] i2c /dev entries driver\n[ 0.666597] device-mapper: uevent: version 1.0.3\n[ 0.667565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669213] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670498] NET: Registered protocol family 10\n[ 0.671510] NET: Registered protocol family 17\n[ 0.672411] Key type dns_resolver registered\n[ 0.673346] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674461] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676224] registered taskstats version 1\n[ 0.677070] Loading compiled-in X.509 certificates\n[ 0.678521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680415] zswap: loaded using pool lzo/zbud\n[ 0.681796] Key type trusted registered\n[ 0.683351] Key type encrypted registered\n[ 0.684198] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685239] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686292] evm: HMAC attrs: 0x1\n[ 0.687249] Magic number: 6:961:443\n[ 0.688110] rtc_cmos 00:00: setting system clock to 2018-10-22 18:24:56 UTC (1540232696)\n[ 0.689727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690860] EDD information not available.\n[ 0.775798] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777373] Write protecting the kernel read-only data: 14336k\n[ 0.789227] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791054] 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.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.294155] 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.6...\nLease of 10.10.10.6 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.26. iid=i-00000143\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkY13DLobltlWaXfS3J88xb9resKUymp3Lw1EN7QzMBuDkHLPZ2WJqHzuI1P/LOkj10meyKs86CCktQWyeG/2cMA+WAxzroqJ52UI2hxny+LpXW/8kF6nd6Ecaiupjlzbml7il4bEI7zuY/UFWu0VeeCYya8Q6Z/38Ioxq4XSrk/62JmrsYKrigw0aKMHgA4po7SD2e0gBoCu1cq+XsPCj+F6a79aI8++B90Mr9phGCOTBTlRnfxlhZCN4ueuF6BeUrjH0utzV7+OyAM37mNjVJSIZnDV7TgOBmdctN8cKGY4zR4k53rFNu0e1LNL0th55vlxPHoMJfI78IP4+ddfj root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIHQxsQLQLOtfoxF+9VlmRmOm6kVnmiFtWF/pu3yglpUGNMIfVxCzzVob+BSZ1/T8UmHGa/YyyLg9NKd8VfJml490+FNsz1tY8HQId9QJlWvuxXN5nKqZeseZqSopxuPXLKoJDCpgkUSvarBIw2yrLYm7Z5idyjr8/s4rprDu8odAAAAFQC1aSOmXVOGaspAob/I8EehLzP8mQAAAIBd9EZoBpAmHtpL8xudyzaBNQJXGETq6ihiKjE/LHGngcSBNFqro54puP3T4I6ENGhX+vp0cV+TE47mX6vXlxoS1/VnSxfqA+6fqd4swGFHQyJCqyTXdS+clONAqI9tU8SWlgG4C2VJesS/U5gXvpahqdZZy+M9B9beUYDPexFjFQAAAIBT1/JdYSh+9g6jgEmNdHaZDctXARWcfL8jx3iZOzMa6ybJeqQFaZyjkOvU1m6ttYp6V5+lCyawit2PHBalEDNwdRbtmiCqnwuWPNKIe11X5RCe2P/lOAKGuQWBPR51hjFbpkC0EGzdrKsb1uQMmJa1xYTM0fP6xDm82VhlW5fPPQ== 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.6,24,fe80::f816:3eff:fe9c:f9f6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \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-00000143\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.69 ===\n/dev/root resized successfully [took 1.63s]\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:9C:F9:F6 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9c:f9f6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:101 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:10351 (10.1 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.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-10-22 18:26:21,025 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action used request id req-e65b7761-fe4d-4b50-bad1-d40169800e4e 2018-10-22 18:26:23,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5bb98ff109547f727bb80ce5691c647c203546" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:26:24,120 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:26:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8e6ea1a-9185-442e-9bd5-dacf7c5fe8c5 x-compute-request-id: req-d8e6ea1a-9185-442e-9bd5-dacf7c5fe8c5 Content-Encoding: gzip Content-Length: 10036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 525412786 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131521] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134096] ACPI: Core revision 20150930\n[ 0.135482] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136811] Security Framework initialized\n[ 0.137633] Yama: becoming mindful.\n[ 0.138366] AppArmor: AppArmor initialized\n[ 0.139245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140590] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141880] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143108] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144508] Initializing cgroup subsys io\n[ 0.145341] Initializing cgroup subsys memory\n[ 0.146213] Initializing cgroup subsys devices\n[ 0.147115] Initializing cgroup subsys freezer\n[ 0.147994] Initializing cgroup subsys net_cls\n[ 0.148873] Initializing cgroup subsys perf_event\n[ 0.149787] Initializing cgroup subsys net_prio\n[ 0.150687] Initializing cgroup subsys hugetlb\n[ 0.151566] Initializing cgroup subsys pids\n[ 0.152452] CPU: Physical Processor ID: 0\n[ 0.153977] mce: CPU supports 10 MCE banks\n[ 0.154842] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168185] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174668] ftrace: allocating 31920 entries in 125 pages\n[ 0.200973] smpboot: Max logical packages: 1\n[ 0.201874] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203279] x2apic enabled\n[ 0.204101] Switched APIC routing to physical x2apic.\n[ 0.205870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209028] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210834] KVM setup paravirtual spinlock\n[ 0.212136] x86: Booted up 1 node, 1 CPUs\n[ 0.212953] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214355] devtmpfs: initialized\n[ 0.216081] evm: security.selinux\n[ 0.216789] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218239] evm: security.SMACK64TRANSMUTE\n[ 0.219057] evm: security.SMACK64MMAP\n[ 0.219810] evm: security.ima\n[ 0.220457] evm: security.capability\n[ 0.221274] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223137] pinctrl core: initialized pinctrl subsystem\n[ 0.224253] RTC time: 18:24:55, date: 10/22/18\n[ 0.225212] NET: Registered protocol family 16\n[ 0.226187] cpuidle: using governor ladder\n[ 0.227014] cpuidle: using governor menu\n[ 0.227809] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230632] PCI: Using configuration type 1 for base access\n[ 0.232393] ACPI: Added _OSI(Module Device)\n[ 0.233252] ACPI: Added _OSI(Processor Device)\n[ 0.234122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235026] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237152] ACPI: Interpreter enabled\n[ 0.237932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245359] ACPI: (supports S0 S5)\n[ 0.246072] ACPI: Using IOAPIC for interrupt routing\n[ 0.247147] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250259] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251420] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252671] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253882] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256129] acpiphp: Slot [3] registered\n[ 0.256941] acpiphp: Slot [4] registered\n[ 0.257750] acpiphp: Slot [5] registered\n[ 0.258552] acpiphp: Slot [6] registered\n[ 0.259356] acpiphp: Slot [7] registered\n[ 0.260167] acpiphp: Slot [8] registered\n[ 0.260973] acpiphp: Slot [9] registered\n[ 0.261777] acpiphp: Slot [10] registered\n[ 0.262597] acpiphp: Slot [11] registered\n[ 0.263417] acpiphp: Slot [12] registered\n[ 0.264241] acpiphp: Slot [13] registered\n[ 0.265061] acpiphp: Slot [14] registered\n[ 0.265881] acpiphp: Slot [15] registered\n[ 0.276948] acpiphp: Slot [16] registered\n[ 0.277770] acpiphp: Slot [17] registered\n[ 0.278587] acpiphp: Slot [18] registered\n[ 0.279403] acpiphp: Slot [19] registered\n[ 0.280219] acpiphp: Slot [20] registered\n[ 0.281042] acpiphp: Slot [21] registered\n[ 0.281862] acpiphp: Slot [22] registered\n[ 0.282677] acpiphp: Slot [23] registered\n[ 0.283502] acpiphp: Slot [24] registered\n[ 0.284321] acpiphp: Slot [25] registered\n[ 0.285146] acpiphp: Slot [26] registered\n[ 0.285967] acpiphp: Slot [27] registered\n[ 0.286788] acpiphp: Slot [28] registered\n[ 0.287605] acpiphp: Slot [29] registered\n[ 0.288429] acpiphp: Slot [30] registered\n[ 0.289252] acpiphp: Slot [31] registered\n[ 0.290071] PCI host bridge to bus 0000:00\n[ 0.290886] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292112] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293335] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296248] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305027] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363414] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368983] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370050] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371608] vgaarb: loaded\n[ 0.372220] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373375] SCSI subsystem initialized\n[ 0.374203] ACPI: bus type USB registered\n[ 0.375032] usbcore: registered new interface driver usbfs\n[ 0.376067] usbcore: registered new interface driver hub\n[ 0.377082] usbcore: registered new device driver usb\n[ 0.378149] PCI: Using ACPI for IRQ routing\n[ 0.379181] NetLabel: Initializing\n[ 0.379898] NetLabel: domain hash size = 128\n[ 0.380753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381720] NetLabel: unlabeled traffic allowed by default\n[ 0.382840] clocksource: Switched to clocksource kvm-clock\n[ 0.388391] AppArmor: AppArmor Filesystem Enabled\n[ 0.389400] pnp: PnP ACPI init\n[ 0.390325] pnp: PnP ACPI: found 5 devices\n[ 0.396710] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398441] NET: Registered protocol family 2\n[ 0.399420] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401901] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403092] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405364] NET: Registered protocol family 1\n[ 0.406242] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407362] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436789] Trying to unpack rootfs image as initramfs...\n[ 0.487308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501327] Scanning for low memory corruption every 60 seconds\n[ 0.502683] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503864] audit: initializing netlink subsys (disabled)\n[ 0.504908] audit: type=2000 audit(1540232696.175:1): initialized\n[ 0.506236] Initialise system trusted keyring\n[ 0.507186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508375] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510358] zbud: loaded\n[ 0.511081] VFS: Disk quotas dquot_6.6.0\n[ 0.511919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513457] fuse init (API version 7.23)\n[ 0.514368] Key type big_key registered\n[ 0.515193] Allocating IMA MOK and blacklist keyrings.\n[ 0.516681] Key type asymmetric registered\n[ 0.517521] Asymmetric key parser 'x509' registered\n[ 0.518486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519987] io scheduler noop registered\n[ 0.520797] io scheduler deadline registered (default)\n[ 0.521797] io scheduler cfq registered\n[ 0.522638] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525001] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526479] ACPI: Power Button [PWRF]\n[ 0.527347] GHES: HEST is not enabled!\n[ 0.542650] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571396] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597466] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599622] Linux agpgart interface v0.103\n[ 0.601627] brd: module loaded\n[ 0.602810] loop: module loaded\n[ 0.606990] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608473] GPT:90111 != 2097151\n[ 0.609163] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610272] GPT:90111 != 2097151\n[ 0.610969] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611954] vda: vda1 vda15\n[ 0.613363] scsi host0: ata_piix\n[ 0.614113] scsi host1: ata_piix\n[ 0.614834] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617548] libphy: Fixed MDIO Bus: probed\n[ 0.618390] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619360] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621490] PPP generic driver version 2.4.2\n[ 0.622389] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623648] ehci-pci: EHCI PCI platform driver\n[ 0.624549] ehci-platform: EHCI generic platform driver\n[ 0.625554] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626696] ohci-pci: OHCI PCI platform driver\n[ 0.627586] ohci-platform: OHCI generic platform driver\n[ 0.628598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643952] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645420] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647578] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648812] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650239] usb usb1: Product: UHCI Host Controller\n[ 0.651186] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653341] hub 1-0:1.0: USB hub found\n[ 0.654128] hub 1-0:1.0: 2 ports detected\n[ 0.655050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658161] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659213] mousedev: PS/2 mouse device common for all mice\n[ 0.660479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663459] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664657] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665845] i2c /dev entries driver\n[ 0.666597] device-mapper: uevent: version 1.0.3\n[ 0.667565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669213] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670498] NET: Registered protocol family 10\n[ 0.671510] NET: Registered protocol family 17\n[ 0.672411] Key type dns_resolver registered\n[ 0.673346] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674461] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676224] registered taskstats version 1\n[ 0.677070] Loading compiled-in X.509 certificates\n[ 0.678521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680415] zswap: loaded using pool lzo/zbud\n[ 0.681796] Key type trusted registered\n[ 0.683351] Key type encrypted registered\n[ 0.684198] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685239] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686292] evm: HMAC attrs: 0x1\n[ 0.687249] Magic number: 6:961:443\n[ 0.688110] rtc_cmos 00:00: setting system clock to 2018-10-22 18:24:56 UTC (1540232696)\n[ 0.689727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690860] EDD information not available.\n[ 0.775798] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777373] Write protecting the kernel read-only data: 14336k\n[ 0.789227] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791054] 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.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.294155] 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.6...\nLease of 10.10.10.6 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.26. iid=i-00000143\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkY13DLobltlWaXfS3J88xb9resKUymp3Lw1EN7QzMBuDkHLPZ2WJqHzuI1P/LOkj10meyKs86CCktQWyeG/2cMA+WAxzroqJ52UI2hxny+LpXW/8kF6nd6Ecaiupjlzbml7il4bEI7zuY/UFWu0VeeCYya8Q6Z/38Ioxq4XSrk/62JmrsYKrigw0aKMHgA4po7SD2e0gBoCu1cq+XsPCj+F6a79aI8++B90Mr9phGCOTBTlRnfxlhZCN4ueuF6BeUrjH0utzV7+OyAM37mNjVJSIZnDV7TgOBmdctN8cKGY4zR4k53rFNu0e1LNL0th55vlxPHoMJfI78IP4+ddfj root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIHQxsQLQLOtfoxF+9VlmRmOm6kVnmiFtWF/pu3yglpUGNMIfVxCzzVob+BSZ1/T8UmHGa/YyyLg9NKd8VfJml490+FNsz1tY8HQId9QJlWvuxXN5nKqZeseZqSopxuPXLKoJDCpgkUSvarBIw2yrLYm7Z5idyjr8/s4rprDu8odAAAAFQC1aSOmXVOGaspAob/I8EehLzP8mQAAAIBd9EZoBpAmHtpL8xudyzaBNQJXGETq6ihiKjE/LHGngcSBNFqro54puP3T4I6ENGhX+vp0cV+TE47mX6vXlxoS1/VnSxfqA+6fqd4swGFHQyJCqyTXdS+clONAqI9tU8SWlgG4C2VJesS/U5gXvpahqdZZy+M9B9beUYDPexFjFQAAAIBT1/JdYSh+9g6jgEmNdHaZDctXARWcfL8jx3iZOzMa6ybJeqQFaZyjkOvU1m6ttYp6V5+lCyawit2PHBalEDNwdRbtmiCqnwuWPNKIe11X5RCe2P/lOAKGuQWBPR51hjFbpkC0EGzdrKsb1uQMmJa1xYTM0fP6xDm82VhlW5fPPQ== 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.6,24,fe80::f816:3eff:fe9c:f9f6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \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-00000143\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.69 ===\n/dev/root resized successfully [took 1.63s]\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:9C:F9:F6 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9c:f9f6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:101 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:10351 (10.1 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.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-10-22 18:26:24,121 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action used request id req-d8e6ea1a-9185-442e-9bd5-dacf7c5fe8c5 2018-10-22 18:26:26,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5bb98ff109547f727bb80ce5691c647c203546" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:26:27,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-a4f8050e-a61e-4955-8866-068f596db243 x-compute-request-id: req-a4f8050e-a61e-4955-8866-068f596db243 Content-Encoding: gzip Content-Length: 10036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 525412786 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131521] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134096] ACPI: Core revision 20150930\n[ 0.135482] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136811] Security Framework initialized\n[ 0.137633] Yama: becoming mindful.\n[ 0.138366] AppArmor: AppArmor initialized\n[ 0.139245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140590] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141880] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143108] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144508] Initializing cgroup subsys io\n[ 0.145341] Initializing cgroup subsys memory\n[ 0.146213] Initializing cgroup subsys devices\n[ 0.147115] Initializing cgroup subsys freezer\n[ 0.147994] Initializing cgroup subsys net_cls\n[ 0.148873] Initializing cgroup subsys perf_event\n[ 0.149787] Initializing cgroup subsys net_prio\n[ 0.150687] Initializing cgroup subsys hugetlb\n[ 0.151566] Initializing cgroup subsys pids\n[ 0.152452] CPU: Physical Processor ID: 0\n[ 0.153977] mce: CPU supports 10 MCE banks\n[ 0.154842] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168185] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174668] ftrace: allocating 31920 entries in 125 pages\n[ 0.200973] smpboot: Max logical packages: 1\n[ 0.201874] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203279] x2apic enabled\n[ 0.204101] Switched APIC routing to physical x2apic.\n[ 0.205870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209028] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210834] KVM setup paravirtual spinlock\n[ 0.212136] x86: Booted up 1 node, 1 CPUs\n[ 0.212953] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214355] devtmpfs: initialized\n[ 0.216081] evm: security.selinux\n[ 0.216789] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218239] evm: security.SMACK64TRANSMUTE\n[ 0.219057] evm: security.SMACK64MMAP\n[ 0.219810] evm: security.ima\n[ 0.220457] evm: security.capability\n[ 0.221274] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223137] pinctrl core: initialized pinctrl subsystem\n[ 0.224253] RTC time: 18:24:55, date: 10/22/18\n[ 0.225212] NET: Registered protocol family 16\n[ 0.226187] cpuidle: using governor ladder\n[ 0.227014] cpuidle: using governor menu\n[ 0.227809] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230632] PCI: Using configuration type 1 for base access\n[ 0.232393] ACPI: Added _OSI(Module Device)\n[ 0.233252] ACPI: Added _OSI(Processor Device)\n[ 0.234122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235026] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237152] ACPI: Interpreter enabled\n[ 0.237932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245359] ACPI: (supports S0 S5)\n[ 0.246072] ACPI: Using IOAPIC for interrupt routing\n[ 0.247147] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250259] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251420] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252671] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253882] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256129] acpiphp: Slot [3] registered\n[ 0.256941] acpiphp: Slot [4] registered\n[ 0.257750] acpiphp: Slot [5] registered\n[ 0.258552] acpiphp: Slot [6] registered\n[ 0.259356] acpiphp: Slot [7] registered\n[ 0.260167] acpiphp: Slot [8] registered\n[ 0.260973] acpiphp: Slot [9] registered\n[ 0.261777] acpiphp: Slot [10] registered\n[ 0.262597] acpiphp: Slot [11] registered\n[ 0.263417] acpiphp: Slot [12] registered\n[ 0.264241] acpiphp: Slot [13] registered\n[ 0.265061] acpiphp: Slot [14] registered\n[ 0.265881] acpiphp: Slot [15] registered\n[ 0.276948] acpiphp: Slot [16] registered\n[ 0.277770] acpiphp: Slot [17] registered\n[ 0.278587] acpiphp: Slot [18] registered\n[ 0.279403] acpiphp: Slot [19] registered\n[ 0.280219] acpiphp: Slot [20] registered\n[ 0.281042] acpiphp: Slot [21] registered\n[ 0.281862] acpiphp: Slot [22] registered\n[ 0.282677] acpiphp: Slot [23] registered\n[ 0.283502] acpiphp: Slot [24] registered\n[ 0.284321] acpiphp: Slot [25] registered\n[ 0.285146] acpiphp: Slot [26] registered\n[ 0.285967] acpiphp: Slot [27] registered\n[ 0.286788] acpiphp: Slot [28] registered\n[ 0.287605] acpiphp: Slot [29] registered\n[ 0.288429] acpiphp: Slot [30] registered\n[ 0.289252] acpiphp: Slot [31] registered\n[ 0.290071] PCI host bridge to bus 0000:00\n[ 0.290886] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292112] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293335] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296248] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305027] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363414] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368983] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370050] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371608] vgaarb: loaded\n[ 0.372220] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373375] SCSI subsystem initialized\n[ 0.374203] ACPI: bus type USB registered\n[ 0.375032] usbcore: registered new interface driver usbfs\n[ 0.376067] usbcore: registered new interface driver hub\n[ 0.377082] usbcore: registered new device driver usb\n[ 0.378149] PCI: Using ACPI for IRQ routing\n[ 0.379181] NetLabel: Initializing\n[ 0.379898] NetLabel: domain hash size = 128\n[ 0.380753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381720] NetLabel: unlabeled traffic allowed by default\n[ 0.382840] clocksource: Switched to clocksource kvm-clock\n[ 0.388391] AppArmor: AppArmor Filesystem Enabled\n[ 0.389400] pnp: PnP ACPI init\n[ 0.390325] pnp: PnP ACPI: found 5 devices\n[ 0.396710] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398441] NET: Registered protocol family 2\n[ 0.399420] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401901] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403092] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405364] NET: Registered protocol family 1\n[ 0.406242] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407362] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436789] Trying to unpack rootfs image as initramfs...\n[ 0.487308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501327] Scanning for low memory corruption every 60 seconds\n[ 0.502683] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503864] audit: initializing netlink subsys (disabled)\n[ 0.504908] audit: type=2000 audit(1540232696.175:1): initialized\n[ 0.506236] Initialise system trusted keyring\n[ 0.507186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508375] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510358] zbud: loaded\n[ 0.511081] VFS: Disk quotas dquot_6.6.0\n[ 0.511919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513457] fuse init (API version 7.23)\n[ 0.514368] Key type big_key registered\n[ 0.515193] Allocating IMA MOK and blacklist keyrings.\n[ 0.516681] Key type asymmetric registered\n[ 0.517521] Asymmetric key parser 'x509' registered\n[ 0.518486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519987] io scheduler noop registered\n[ 0.520797] io scheduler deadline registered (default)\n[ 0.521797] io scheduler cfq registered\n[ 0.522638] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525001] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526479] ACPI: Power Button [PWRF]\n[ 0.527347] GHES: HEST is not enabled!\n[ 0.542650] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571396] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597466] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599622] Linux agpgart interface v0.103\n[ 0.601627] brd: module loaded\n[ 0.602810] loop: module loaded\n[ 0.606990] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608473] GPT:90111 != 2097151\n[ 0.609163] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610272] GPT:90111 != 2097151\n[ 0.610969] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611954] vda: vda1 vda15\n[ 0.613363] scsi host0: ata_piix\n[ 0.614113] scsi host1: ata_piix\n[ 0.614834] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617548] libphy: Fixed MDIO Bus: probed\n[ 0.618390] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619360] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621490] PPP generic driver version 2.4.2\n[ 0.622389] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623648] ehci-pci: EHCI PCI platform driver\n[ 0.624549] ehci-platform: EHCI generic platform driver\n[ 0.625554] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626696] ohci-pci: OHCI PCI platform driver\n[ 0.627586] ohci-platform: OHCI generic platform driver\n[ 0.628598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643952] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645420] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647578] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648812] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650239] usb usb1: Product: UHCI Host Controller\n[ 0.651186] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653341] hub 1-0:1.0: USB hub found\n[ 0.654128] hub 1-0:1.0: 2 ports detected\n[ 0.655050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658161] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659213] mousedev: PS/2 mouse device common for all mice\n[ 0.660479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663459] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664657] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665845] i2c /dev entries driver\n[ 0.666597] device-mapper: uevent: version 1.0.3\n[ 0.667565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669213] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670498] NET: Registered protocol family 10\n[ 0.671510] NET: Registered protocol family 17\n[ 0.672411] Key type dns_resolver registered\n[ 0.673346] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674461] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676224] registered taskstats version 1\n[ 0.677070] Loading compiled-in X.509 certificates\n[ 0.678521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680415] zswap: loaded using pool lzo/zbud\n[ 0.681796] Key type trusted registered\n[ 0.683351] Key type encrypted registered\n[ 0.684198] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685239] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686292] evm: HMAC attrs: 0x1\n[ 0.687249] Magic number: 6:961:443\n[ 0.688110] rtc_cmos 00:00: setting system clock to 2018-10-22 18:24:56 UTC (1540232696)\n[ 0.689727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690860] EDD information not available.\n[ 0.775798] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777373] Write protecting the kernel read-only data: 14336k\n[ 0.789227] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791054] 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.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.294155] 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.6...\nLease of 10.10.10.6 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.26. iid=i-00000143\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkY13DLobltlWaXfS3J88xb9resKUymp3Lw1EN7QzMBuDkHLPZ2WJqHzuI1P/LOkj10meyKs86CCktQWyeG/2cMA+WAxzroqJ52UI2hxny+LpXW/8kF6nd6Ecaiupjlzbml7il4bEI7zuY/UFWu0VeeCYya8Q6Z/38Ioxq4XSrk/62JmrsYKrigw0aKMHgA4po7SD2e0gBoCu1cq+XsPCj+F6a79aI8++B90Mr9phGCOTBTlRnfxlhZCN4ueuF6BeUrjH0utzV7+OyAM37mNjVJSIZnDV7TgOBmdctN8cKGY4zR4k53rFNu0e1LNL0th55vlxPHoMJfI78IP4+ddfj root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIHQxsQLQLOtfoxF+9VlmRmOm6kVnmiFtWF/pu3yglpUGNMIfVxCzzVob+BSZ1/T8UmHGa/YyyLg9NKd8VfJml490+FNsz1tY8HQId9QJlWvuxXN5nKqZeseZqSopxuPXLKoJDCpgkUSvarBIw2yrLYm7Z5idyjr8/s4rprDu8odAAAAFQC1aSOmXVOGaspAob/I8EehLzP8mQAAAIBd9EZoBpAmHtpL8xudyzaBNQJXGETq6ihiKjE/LHGngcSBNFqro54puP3T4I6ENGhX+vp0cV+TE47mX6vXlxoS1/VnSxfqA+6fqd4swGFHQyJCqyTXdS+clONAqI9tU8SWlgG4C2VJesS/U5gXvpahqdZZy+M9B9beUYDPexFjFQAAAIBT1/JdYSh+9g6jgEmNdHaZDctXARWcfL8jx3iZOzMa6ybJeqQFaZyjkOvU1m6ttYp6V5+lCyawit2PHBalEDNwdRbtmiCqnwuWPNKIe11X5RCe2P/lOAKGuQWBPR51hjFbpkC0EGzdrKsb1uQMmJa1xYTM0fP6xDm82VhlW5fPPQ== 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.6,24,fe80::f816:3eff:fe9c:f9f6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \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-00000143\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.69 ===\n/dev/root resized successfully [took 1.63s]\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:9C:F9:F6 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9c:f9f6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:101 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:10351 (10.1 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.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-10-22 18:26:27,225 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action used request id req-a4f8050e-a61e-4955-8866-068f596db243 2018-10-22 18:26:29,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5bb98ff109547f727bb80ce5691c647c203546" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:26:30,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:26:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-365d4969-df16-4fa7-9d47-4dfe02ddb8ee x-compute-request-id: req-365d4969-df16-4fa7-9d47-4dfe02ddb8ee Content-Encoding: gzip Content-Length: 10036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 525412786 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131521] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134096] ACPI: Core revision 20150930\n[ 0.135482] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136811] Security Framework initialized\n[ 0.137633] Yama: becoming mindful.\n[ 0.138366] AppArmor: AppArmor initialized\n[ 0.139245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140590] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141880] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143108] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144508] Initializing cgroup subsys io\n[ 0.145341] Initializing cgroup subsys memory\n[ 0.146213] Initializing cgroup subsys devices\n[ 0.147115] Initializing cgroup subsys freezer\n[ 0.147994] Initializing cgroup subsys net_cls\n[ 0.148873] Initializing cgroup subsys perf_event\n[ 0.149787] Initializing cgroup subsys net_prio\n[ 0.150687] Initializing cgroup subsys hugetlb\n[ 0.151566] Initializing cgroup subsys pids\n[ 0.152452] CPU: Physical Processor ID: 0\n[ 0.153977] mce: CPU supports 10 MCE banks\n[ 0.154842] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168185] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174668] ftrace: allocating 31920 entries in 125 pages\n[ 0.200973] smpboot: Max logical packages: 1\n[ 0.201874] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203279] x2apic enabled\n[ 0.204101] Switched APIC routing to physical x2apic.\n[ 0.205870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209028] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210834] KVM setup paravirtual spinlock\n[ 0.212136] x86: Booted up 1 node, 1 CPUs\n[ 0.212953] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214355] devtmpfs: initialized\n[ 0.216081] evm: security.selinux\n[ 0.216789] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218239] evm: security.SMACK64TRANSMUTE\n[ 0.219057] evm: security.SMACK64MMAP\n[ 0.219810] evm: security.ima\n[ 0.220457] evm: security.capability\n[ 0.221274] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223137] pinctrl core: initialized pinctrl subsystem\n[ 0.224253] RTC time: 18:24:55, date: 10/22/18\n[ 0.225212] NET: Registered protocol family 16\n[ 0.226187] cpuidle: using governor ladder\n[ 0.227014] cpuidle: using governor menu\n[ 0.227809] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230632] PCI: Using configuration type 1 for base access\n[ 0.232393] ACPI: Added _OSI(Module Device)\n[ 0.233252] ACPI: Added _OSI(Processor Device)\n[ 0.234122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235026] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237152] ACPI: Interpreter enabled\n[ 0.237932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245359] ACPI: (supports S0 S5)\n[ 0.246072] ACPI: Using IOAPIC for interrupt routing\n[ 0.247147] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250259] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251420] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252671] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253882] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256129] acpiphp: Slot [3] registered\n[ 0.256941] acpiphp: Slot [4] registered\n[ 0.257750] acpiphp: Slot [5] registered\n[ 0.258552] acpiphp: Slot [6] registered\n[ 0.259356] acpiphp: Slot [7] registered\n[ 0.260167] acpiphp: Slot [8] registered\n[ 0.260973] acpiphp: Slot [9] registered\n[ 0.261777] acpiphp: Slot [10] registered\n[ 0.262597] acpiphp: Slot [11] registered\n[ 0.263417] acpiphp: Slot [12] registered\n[ 0.264241] acpiphp: Slot [13] registered\n[ 0.265061] acpiphp: Slot [14] registered\n[ 0.265881] acpiphp: Slot [15] registered\n[ 0.276948] acpiphp: Slot [16] registered\n[ 0.277770] acpiphp: Slot [17] registered\n[ 0.278587] acpiphp: Slot [18] registered\n[ 0.279403] acpiphp: Slot [19] registered\n[ 0.280219] acpiphp: Slot [20] registered\n[ 0.281042] acpiphp: Slot [21] registered\n[ 0.281862] acpiphp: Slot [22] registered\n[ 0.282677] acpiphp: Slot [23] registered\n[ 0.283502] acpiphp: Slot [24] registered\n[ 0.284321] acpiphp: Slot [25] registered\n[ 0.285146] acpiphp: Slot [26] registered\n[ 0.285967] acpiphp: Slot [27] registered\n[ 0.286788] acpiphp: Slot [28] registered\n[ 0.287605] acpiphp: Slot [29] registered\n[ 0.288429] acpiphp: Slot [30] registered\n[ 0.289252] acpiphp: Slot [31] registered\n[ 0.290071] PCI host bridge to bus 0000:00\n[ 0.290886] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292112] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293335] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296248] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305027] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363414] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368983] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370050] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371608] vgaarb: loaded\n[ 0.372220] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373375] SCSI subsystem initialized\n[ 0.374203] ACPI: bus type USB registered\n[ 0.375032] usbcore: registered new interface driver usbfs\n[ 0.376067] usbcore: registered new interface driver hub\n[ 0.377082] usbcore: registered new device driver usb\n[ 0.378149] PCI: Using ACPI for IRQ routing\n[ 0.379181] NetLabel: Initializing\n[ 0.379898] NetLabel: domain hash size = 128\n[ 0.380753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381720] NetLabel: unlabeled traffic allowed by default\n[ 0.382840] clocksource: Switched to clocksource kvm-clock\n[ 0.388391] AppArmor: AppArmor Filesystem Enabled\n[ 0.389400] pnp: PnP ACPI init\n[ 0.390325] pnp: PnP ACPI: found 5 devices\n[ 0.396710] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398441] NET: Registered protocol family 2\n[ 0.399420] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401901] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403092] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405364] NET: Registered protocol family 1\n[ 0.406242] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407362] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436789] Trying to unpack rootfs image as initramfs...\n[ 0.487308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501327] Scanning for low memory corruption every 60 seconds\n[ 0.502683] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503864] audit: initializing netlink subsys (disabled)\n[ 0.504908] audit: type=2000 audit(1540232696.175:1): initialized\n[ 0.506236] Initialise system trusted keyring\n[ 0.507186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508375] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510358] zbud: loaded\n[ 0.511081] VFS: Disk quotas dquot_6.6.0\n[ 0.511919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513457] fuse init (API version 7.23)\n[ 0.514368] Key type big_key registered\n[ 0.515193] Allocating IMA MOK and blacklist keyrings.\n[ 0.516681] Key type asymmetric registered\n[ 0.517521] Asymmetric key parser 'x509' registered\n[ 0.518486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519987] io scheduler noop registered\n[ 0.520797] io scheduler deadline registered (default)\n[ 0.521797] io scheduler cfq registered\n[ 0.522638] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525001] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526479] ACPI: Power Button [PWRF]\n[ 0.527347] GHES: HEST is not enabled!\n[ 0.542650] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571396] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597466] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599622] Linux agpgart interface v0.103\n[ 0.601627] brd: module loaded\n[ 0.602810] loop: module loaded\n[ 0.606990] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608473] GPT:90111 != 2097151\n[ 0.609163] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610272] GPT:90111 != 2097151\n[ 0.610969] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611954] vda: vda1 vda15\n[ 0.613363] scsi host0: ata_piix\n[ 0.614113] scsi host1: ata_piix\n[ 0.614834] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617548] libphy: Fixed MDIO Bus: probed\n[ 0.618390] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619360] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621490] PPP generic driver version 2.4.2\n[ 0.622389] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623648] ehci-pci: EHCI PCI platform driver\n[ 0.624549] ehci-platform: EHCI generic platform driver\n[ 0.625554] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626696] ohci-pci: OHCI PCI platform driver\n[ 0.627586] ohci-platform: OHCI generic platform driver\n[ 0.628598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643952] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645420] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647578] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648812] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650239] usb usb1: Product: UHCI Host Controller\n[ 0.651186] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653341] hub 1-0:1.0: USB hub found\n[ 0.654128] hub 1-0:1.0: 2 ports detected\n[ 0.655050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658161] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659213] mousedev: PS/2 mouse device common for all mice\n[ 0.660479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663459] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664657] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665845] i2c /dev entries driver\n[ 0.666597] device-mapper: uevent: version 1.0.3\n[ 0.667565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669213] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670498] NET: Registered protocol family 10\n[ 0.671510] NET: Registered protocol family 17\n[ 0.672411] Key type dns_resolver registered\n[ 0.673346] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674461] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676224] registered taskstats version 1\n[ 0.677070] Loading compiled-in X.509 certificates\n[ 0.678521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680415] zswap: loaded using pool lzo/zbud\n[ 0.681796] Key type trusted registered\n[ 0.683351] Key type encrypted registered\n[ 0.684198] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685239] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686292] evm: HMAC attrs: 0x1\n[ 0.687249] Magic number: 6:961:443\n[ 0.688110] rtc_cmos 00:00: setting system clock to 2018-10-22 18:24:56 UTC (1540232696)\n[ 0.689727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690860] EDD information not available.\n[ 0.775798] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777373] Write protecting the kernel read-only data: 14336k\n[ 0.789227] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791054] 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.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.294155] 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.6...\nLease of 10.10.10.6 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.26. iid=i-00000143\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkY13DLobltlWaXfS3J88xb9resKUymp3Lw1EN7QzMBuDkHLPZ2WJqHzuI1P/LOkj10meyKs86CCktQWyeG/2cMA+WAxzroqJ52UI2hxny+LpXW/8kF6nd6Ecaiupjlzbml7il4bEI7zuY/UFWu0VeeCYya8Q6Z/38Ioxq4XSrk/62JmrsYKrigw0aKMHgA4po7SD2e0gBoCu1cq+XsPCj+F6a79aI8++B90Mr9phGCOTBTlRnfxlhZCN4ueuF6BeUrjH0utzV7+OyAM37mNjVJSIZnDV7TgOBmdctN8cKGY4zR4k53rFNu0e1LNL0th55vlxPHoMJfI78IP4+ddfj root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIHQxsQLQLOtfoxF+9VlmRmOm6kVnmiFtWF/pu3yglpUGNMIfVxCzzVob+BSZ1/T8UmHGa/YyyLg9NKd8VfJml490+FNsz1tY8HQId9QJlWvuxXN5nKqZeseZqSopxuPXLKoJDCpgkUSvarBIw2yrLYm7Z5idyjr8/s4rprDu8odAAAAFQC1aSOmXVOGaspAob/I8EehLzP8mQAAAIBd9EZoBpAmHtpL8xudyzaBNQJXGETq6ihiKjE/LHGngcSBNFqro54puP3T4I6ENGhX+vp0cV+TE47mX6vXlxoS1/VnSxfqA+6fqd4swGFHQyJCqyTXdS+clONAqI9tU8SWlgG4C2VJesS/U5gXvpahqdZZy+M9B9beUYDPexFjFQAAAIBT1/JdYSh+9g6jgEmNdHaZDctXARWcfL8jx3iZOzMa6ybJeqQFaZyjkOvU1m6ttYp6V5+lCyawit2PHBalEDNwdRbtmiCqnwuWPNKIe11X5RCe2P/lOAKGuQWBPR51hjFbpkC0EGzdrKsb1uQMmJa1xYTM0fP6xDm82VhlW5fPPQ== 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.6,24,fe80::f816:3eff:fe9c:f9f6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \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-00000143\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.69 ===\n/dev/root resized successfully [took 1.63s]\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:9C:F9:F6 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9c:f9f6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:101 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:10351 (10.1 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.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-10-22 18:26:30,325 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action used request id req-365d4969-df16-4fa7-9d47-4dfe02ddb8ee 2018-10-22 18:26:32,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5bb98ff109547f727bb80ce5691c647c203546" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:26:33,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:26:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6ec2896-f0b4-4bcd-a198-e2938122a327 x-compute-request-id: req-f6ec2896-f0b4-4bcd-a198-e2938122a327 Content-Encoding: gzip Content-Length: 10056 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 525412786 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131521] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134096] ACPI: Core revision 20150930\n[ 0.135482] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136811] Security Framework initialized\n[ 0.137633] Yama: becoming mindful.\n[ 0.138366] AppArmor: AppArmor initialized\n[ 0.139245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140590] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141880] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143108] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144508] Initializing cgroup subsys io\n[ 0.145341] Initializing cgroup subsys memory\n[ 0.146213] Initializing cgroup subsys devices\n[ 0.147115] Initializing cgroup subsys freezer\n[ 0.147994] Initializing cgroup subsys net_cls\n[ 0.148873] Initializing cgroup subsys perf_event\n[ 0.149787] Initializing cgroup subsys net_prio\n[ 0.150687] Initializing cgroup subsys hugetlb\n[ 0.151566] Initializing cgroup subsys pids\n[ 0.152452] CPU: Physical Processor ID: 0\n[ 0.153977] mce: CPU supports 10 MCE banks\n[ 0.154842] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168185] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174668] ftrace: allocating 31920 entries in 125 pages\n[ 0.200973] smpboot: Max logical packages: 1\n[ 0.201874] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203279] x2apic enabled\n[ 0.204101] Switched APIC routing to physical x2apic.\n[ 0.205870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209028] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210834] KVM setup paravirtual spinlock\n[ 0.212136] x86: Booted up 1 node, 1 CPUs\n[ 0.212953] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214355] devtmpfs: initialized\n[ 0.216081] evm: security.selinux\n[ 0.216789] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218239] evm: security.SMACK64TRANSMUTE\n[ 0.219057] evm: security.SMACK64MMAP\n[ 0.219810] evm: security.ima\n[ 0.220457] evm: security.capability\n[ 0.221274] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223137] pinctrl core: initialized pinctrl subsystem\n[ 0.224253] RTC time: 18:24:55, date: 10/22/18\n[ 0.225212] NET: Registered protocol family 16\n[ 0.226187] cpuidle: using governor ladder\n[ 0.227014] cpuidle: using governor menu\n[ 0.227809] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230632] PCI: Using configuration type 1 for base access\n[ 0.232393] ACPI: Added _OSI(Module Device)\n[ 0.233252] ACPI: Added _OSI(Processor Device)\n[ 0.234122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235026] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237152] ACPI: Interpreter enabled\n[ 0.237932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245359] ACPI: (supports S0 S5)\n[ 0.246072] ACPI: Using IOAPIC for interrupt routing\n[ 0.247147] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250259] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251420] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252671] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253882] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256129] acpiphp: Slot [3] registered\n[ 0.256941] acpiphp: Slot [4] registered\n[ 0.257750] acpiphp: Slot [5] registered\n[ 0.258552] acpiphp: Slot [6] registered\n[ 0.259356] acpiphp: Slot [7] registered\n[ 0.260167] acpiphp: Slot [8] registered\n[ 0.260973] acpiphp: Slot [9] registered\n[ 0.261777] acpiphp: Slot [10] registered\n[ 0.262597] acpiphp: Slot [11] registered\n[ 0.263417] acpiphp: Slot [12] registered\n[ 0.264241] acpiphp: Slot [13] registered\n[ 0.265061] acpiphp: Slot [14] registered\n[ 0.265881] acpiphp: Slot [15] registered\n[ 0.276948] acpiphp: Slot [16] registered\n[ 0.277770] acpiphp: Slot [17] registered\n[ 0.278587] acpiphp: Slot [18] registered\n[ 0.279403] acpiphp: Slot [19] registered\n[ 0.280219] acpiphp: Slot [20] registered\n[ 0.281042] acpiphp: Slot [21] registered\n[ 0.281862] acpiphp: Slot [22] registered\n[ 0.282677] acpiphp: Slot [23] registered\n[ 0.283502] acpiphp: Slot [24] registered\n[ 0.284321] acpiphp: Slot [25] registered\n[ 0.285146] acpiphp: Slot [26] registered\n[ 0.285967] acpiphp: Slot [27] registered\n[ 0.286788] acpiphp: Slot [28] registered\n[ 0.287605] acpiphp: Slot [29] registered\n[ 0.288429] acpiphp: Slot [30] registered\n[ 0.289252] acpiphp: Slot [31] registered\n[ 0.290071] PCI host bridge to bus 0000:00\n[ 0.290886] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292112] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293335] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296248] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305027] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363414] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368983] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370050] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371608] vgaarb: loaded\n[ 0.372220] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373375] SCSI subsystem initialized\n[ 0.374203] ACPI: bus type USB registered\n[ 0.375032] usbcore: registered new interface driver usbfs\n[ 0.376067] usbcore: registered new interface driver hub\n[ 0.377082] usbcore: registered new device driver usb\n[ 0.378149] PCI: Using ACPI for IRQ routing\n[ 0.379181] NetLabel: Initializing\n[ 0.379898] NetLabel: domain hash size = 128\n[ 0.380753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381720] NetLabel: unlabeled traffic allowed by default\n[ 0.382840] clocksource: Switched to clocksource kvm-clock\n[ 0.388391] AppArmor: AppArmor Filesystem Enabled\n[ 0.389400] pnp: PnP ACPI init\n[ 0.390325] pnp: PnP ACPI: found 5 devices\n[ 0.396710] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398441] NET: Registered protocol family 2\n[ 0.399420] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401901] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403092] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405364] NET: Registered protocol family 1\n[ 0.406242] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407362] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436789] Trying to unpack rootfs image as initramfs...\n[ 0.487308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501327] Scanning for low memory corruption every 60 seconds\n[ 0.502683] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503864] audit: initializing netlink subsys (disabled)\n[ 0.504908] audit: type=2000 audit(1540232696.175:1): initialized\n[ 0.506236] Initialise system trusted keyring\n[ 0.507186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508375] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510358] zbud: loaded\n[ 0.511081] VFS: Disk quotas dquot_6.6.0\n[ 0.511919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513457] fuse init (API version 7.23)\n[ 0.514368] Key type big_key registered\n[ 0.515193] Allocating IMA MOK and blacklist keyrings.\n[ 0.516681] Key type asymmetric registered\n[ 0.517521] Asymmetric key parser 'x509' registered\n[ 0.518486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519987] io scheduler noop registered\n[ 0.520797] io scheduler deadline registered (default)\n[ 0.521797] io scheduler cfq registered\n[ 0.522638] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525001] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526479] ACPI: Power Button [PWRF]\n[ 0.527347] GHES: HEST is not enabled!\n[ 0.542650] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571396] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597466] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599622] Linux agpgart interface v0.103\n[ 0.601627] brd: module loaded\n[ 0.602810] loop: module loaded\n[ 0.606990] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608473] GPT:90111 != 2097151\n[ 0.609163] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610272] GPT:90111 != 2097151\n[ 0.610969] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611954] vda: vda1 vda15\n[ 0.613363] scsi host0: ata_piix\n[ 0.614113] scsi host1: ata_piix\n[ 0.614834] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617548] libphy: Fixed MDIO Bus: probed\n[ 0.618390] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619360] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621490] PPP generic driver version 2.4.2\n[ 0.622389] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623648] ehci-pci: EHCI PCI platform driver\n[ 0.624549] ehci-platform: EHCI generic platform driver\n[ 0.625554] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626696] ohci-pci: OHCI PCI platform driver\n[ 0.627586] ohci-platform: OHCI generic platform driver\n[ 0.628598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643952] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645420] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647578] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648812] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650239] usb usb1: Product: UHCI Host Controller\n[ 0.651186] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653341] hub 1-0:1.0: USB hub found\n[ 0.654128] hub 1-0:1.0: 2 ports detected\n[ 0.655050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658161] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659213] mousedev: PS/2 mouse device common for all mice\n[ 0.660479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663459] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664657] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665845] i2c /dev entries driver\n[ 0.666597] device-mapper: uevent: version 1.0.3\n[ 0.667565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669213] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670498] NET: Registered protocol family 10\n[ 0.671510] NET: Registered protocol family 17\n[ 0.672411] Key type dns_resolver registered\n[ 0.673346] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674461] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676224] registered taskstats version 1\n[ 0.677070] Loading compiled-in X.509 certificates\n[ 0.678521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680415] zswap: loaded using pool lzo/zbud\n[ 0.681796] Key type trusted registered\n[ 0.683351] Key type encrypted registered\n[ 0.684198] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685239] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686292] evm: HMAC attrs: 0x1\n[ 0.687249] Magic number: 6:961:443\n[ 0.688110] rtc_cmos 00:00: setting system clock to 2018-10-22 18:24:56 UTC (1540232696)\n[ 0.689727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690860] EDD information not available.\n[ 0.775798] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777373] Write protecting the kernel read-only data: 14336k\n[ 0.789227] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791054] 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.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.294155] 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.6...\nLease of 10.10.10.6 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.26. iid=i-00000143\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkY13DLobltlWaXfS3J88xb9resKUymp3Lw1EN7QzMBuDkHLPZ2WJqHzuI1P/LOkj10meyKs86CCktQWyeG/2cMA+WAxzroqJ52UI2hxny+LpXW/8kF6nd6Ecaiupjlzbml7il4bEI7zuY/UFWu0VeeCYya8Q6Z/38Ioxq4XSrk/62JmrsYKrigw0aKMHgA4po7SD2e0gBoCu1cq+XsPCj+F6a79aI8++B90Mr9phGCOTBTlRnfxlhZCN4ueuF6BeUrjH0utzV7+OyAM37mNjVJSIZnDV7TgOBmdctN8cKGY4zR4k53rFNu0e1LNL0th55vlxPHoMJfI78IP4+ddfj root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIHQxsQLQLOtfoxF+9VlmRmOm6kVnmiFtWF/pu3yglpUGNMIfVxCzzVob+BSZ1/T8UmHGa/YyyLg9NKd8VfJml490+FNsz1tY8HQId9QJlWvuxXN5nKqZeseZqSopxuPXLKoJDCpgkUSvarBIw2yrLYm7Z5idyjr8/s4rprDu8odAAAAFQC1aSOmXVOGaspAob/I8EehLzP8mQAAAIBd9EZoBpAmHtpL8xudyzaBNQJXGETq6ihiKjE/LHGngcSBNFqro54puP3T4I6ENGhX+vp0cV+TE47mX6vXlxoS1/VnSxfqA+6fqd4swGFHQyJCqyTXdS+clONAqI9tU8SWlgG4C2VJesS/U5gXvpahqdZZy+M9B9beUYDPexFjFQAAAIBT1/JdYSh+9g6jgEmNdHaZDctXARWcfL8jx3iZOzMa6ybJeqQFaZyjkOvU1m6ttYp6V5+lCyawit2PHBalEDNwdRbtmiCqnwuWPNKIe11X5RCe2P/lOAKGuQWBPR51hjFbpkC0EGzdrKsb1uQMmJa1xYTM0fP6xDm82VhlW5fPPQ== 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.6,24,fe80::f816:3eff:fe9c:f9f6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \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-00000143\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.69 ===\n/dev/root resized successfully [took 1.63s]\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:9C:F9:F6 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9c:f9f6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:101 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:10351 (10.1 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.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-10-22 18:26:33,429 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action used request id req-f6ec2896-f0b4-4bcd-a198-e2938122a327 2018-10-22 18:26:35,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5bb98ff109547f727bb80ce5691c647c203546" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:26:36,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:26:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab709cbd-6c7d-4be1-ba8f-35ceb2ecc09e x-compute-request-id: req-ab709cbd-6c7d-4be1-ba8f-35ceb2ecc09e Content-Encoding: gzip Content-Length: 10056 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 525412786 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131521] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134096] ACPI: Core revision 20150930\n[ 0.135482] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136811] Security Framework initialized\n[ 0.137633] Yama: becoming mindful.\n[ 0.138366] AppArmor: AppArmor initialized\n[ 0.139245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140590] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141880] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143108] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144508] Initializing cgroup subsys io\n[ 0.145341] Initializing cgroup subsys memory\n[ 0.146213] Initializing cgroup subsys devices\n[ 0.147115] Initializing cgroup subsys freezer\n[ 0.147994] Initializing cgroup subsys net_cls\n[ 0.148873] Initializing cgroup subsys perf_event\n[ 0.149787] Initializing cgroup subsys net_prio\n[ 0.150687] Initializing cgroup subsys hugetlb\n[ 0.151566] Initializing cgroup subsys pids\n[ 0.152452] CPU: Physical Processor ID: 0\n[ 0.153977] mce: CPU supports 10 MCE banks\n[ 0.154842] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168185] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174668] ftrace: allocating 31920 entries in 125 pages\n[ 0.200973] smpboot: Max logical packages: 1\n[ 0.201874] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203279] x2apic enabled\n[ 0.204101] Switched APIC routing to physical x2apic.\n[ 0.205870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209028] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210834] KVM setup paravirtual spinlock\n[ 0.212136] x86: Booted up 1 node, 1 CPUs\n[ 0.212953] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214355] devtmpfs: initialized\n[ 0.216081] evm: security.selinux\n[ 0.216789] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218239] evm: security.SMACK64TRANSMUTE\n[ 0.219057] evm: security.SMACK64MMAP\n[ 0.219810] evm: security.ima\n[ 0.220457] evm: security.capability\n[ 0.221274] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223137] pinctrl core: initialized pinctrl subsystem\n[ 0.224253] RTC time: 18:24:55, date: 10/22/18\n[ 0.225212] NET: Registered protocol family 16\n[ 0.226187] cpuidle: using governor ladder\n[ 0.227014] cpuidle: using governor menu\n[ 0.227809] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230632] PCI: Using configuration type 1 for base access\n[ 0.232393] ACPI: Added _OSI(Module Device)\n[ 0.233252] ACPI: Added _OSI(Processor Device)\n[ 0.234122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235026] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237152] ACPI: Interpreter enabled\n[ 0.237932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245359] ACPI: (supports S0 S5)\n[ 0.246072] ACPI: Using IOAPIC for interrupt routing\n[ 0.247147] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250259] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251420] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252671] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253882] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256129] acpiphp: Slot [3] registered\n[ 0.256941] acpiphp: Slot [4] registered\n[ 0.257750] acpiphp: Slot [5] registered\n[ 0.258552] acpiphp: Slot [6] registered\n[ 0.259356] acpiphp: Slot [7] registered\n[ 0.260167] acpiphp: Slot [8] registered\n[ 0.260973] acpiphp: Slot [9] registered\n[ 0.261777] acpiphp: Slot [10] registered\n[ 0.262597] acpiphp: Slot [11] registered\n[ 0.263417] acpiphp: Slot [12] registered\n[ 0.264241] acpiphp: Slot [13] registered\n[ 0.265061] acpiphp: Slot [14] registered\n[ 0.265881] acpiphp: Slot [15] registered\n[ 0.276948] acpiphp: Slot [16] registered\n[ 0.277770] acpiphp: Slot [17] registered\n[ 0.278587] acpiphp: Slot [18] registered\n[ 0.279403] acpiphp: Slot [19] registered\n[ 0.280219] acpiphp: Slot [20] registered\n[ 0.281042] acpiphp: Slot [21] registered\n[ 0.281862] acpiphp: Slot [22] registered\n[ 0.282677] acpiphp: Slot [23] registered\n[ 0.283502] acpiphp: Slot [24] registered\n[ 0.284321] acpiphp: Slot [25] registered\n[ 0.285146] acpiphp: Slot [26] registered\n[ 0.285967] acpiphp: Slot [27] registered\n[ 0.286788] acpiphp: Slot [28] registered\n[ 0.287605] acpiphp: Slot [29] registered\n[ 0.288429] acpiphp: Slot [30] registered\n[ 0.289252] acpiphp: Slot [31] registered\n[ 0.290071] PCI host bridge to bus 0000:00\n[ 0.290886] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292112] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293335] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296248] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305027] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363414] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368983] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370050] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371608] vgaarb: loaded\n[ 0.372220] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373375] SCSI subsystem initialized\n[ 0.374203] ACPI: bus type USB registered\n[ 0.375032] usbcore: registered new interface driver usbfs\n[ 0.376067] usbcore: registered new interface driver hub\n[ 0.377082] usbcore: registered new device driver usb\n[ 0.378149] PCI: Using ACPI for IRQ routing\n[ 0.379181] NetLabel: Initializing\n[ 0.379898] NetLabel: domain hash size = 128\n[ 0.380753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381720] NetLabel: unlabeled traffic allowed by default\n[ 0.382840] clocksource: Switched to clocksource kvm-clock\n[ 0.388391] AppArmor: AppArmor Filesystem Enabled\n[ 0.389400] pnp: PnP ACPI init\n[ 0.390325] pnp: PnP ACPI: found 5 devices\n[ 0.396710] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398441] NET: Registered protocol family 2\n[ 0.399420] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401901] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403092] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405364] NET: Registered protocol family 1\n[ 0.406242] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407362] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436789] Trying to unpack rootfs image as initramfs...\n[ 0.487308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501327] Scanning for low memory corruption every 60 seconds\n[ 0.502683] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503864] audit: initializing netlink subsys (disabled)\n[ 0.504908] audit: type=2000 audit(1540232696.175:1): initialized\n[ 0.506236] Initialise system trusted keyring\n[ 0.507186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508375] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510358] zbud: loaded\n[ 0.511081] VFS: Disk quotas dquot_6.6.0\n[ 0.511919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513457] fuse init (API version 7.23)\n[ 0.514368] Key type big_key registered\n[ 0.515193] Allocating IMA MOK and blacklist keyrings.\n[ 0.516681] Key type asymmetric registered\n[ 0.517521] Asymmetric key parser 'x509' registered\n[ 0.518486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519987] io scheduler noop registered\n[ 0.520797] io scheduler deadline registered (default)\n[ 0.521797] io scheduler cfq registered\n[ 0.522638] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525001] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526479] ACPI: Power Button [PWRF]\n[ 0.527347] GHES: HEST is not enabled!\n[ 0.542650] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571396] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597466] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599622] Linux agpgart interface v0.103\n[ 0.601627] brd: module loaded\n[ 0.602810] loop: module loaded\n[ 0.606990] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608473] GPT:90111 != 2097151\n[ 0.609163] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610272] GPT:90111 != 2097151\n[ 0.610969] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611954] vda: vda1 vda15\n[ 0.613363] scsi host0: ata_piix\n[ 0.614113] scsi host1: ata_piix\n[ 0.614834] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617548] libphy: Fixed MDIO Bus: probed\n[ 0.618390] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619360] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621490] PPP generic driver version 2.4.2\n[ 0.622389] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623648] ehci-pci: EHCI PCI platform driver\n[ 0.624549] ehci-platform: EHCI generic platform driver\n[ 0.625554] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626696] ohci-pci: OHCI PCI platform driver\n[ 0.627586] ohci-platform: OHCI generic platform driver\n[ 0.628598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643952] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645420] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647578] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648812] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650239] usb usb1: Product: UHCI Host Controller\n[ 0.651186] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653341] hub 1-0:1.0: USB hub found\n[ 0.654128] hub 1-0:1.0: 2 ports detected\n[ 0.655050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658161] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659213] mousedev: PS/2 mouse device common for all mice\n[ 0.660479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663459] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664657] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665845] i2c /dev entries driver\n[ 0.666597] device-mapper: uevent: version 1.0.3\n[ 0.667565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669213] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670498] NET: Registered protocol family 10\n[ 0.671510] NET: Registered protocol family 17\n[ 0.672411] Key type dns_resolver registered\n[ 0.673346] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674461] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676224] registered taskstats version 1\n[ 0.677070] Loading compiled-in X.509 certificates\n[ 0.678521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680415] zswap: loaded using pool lzo/zbud\n[ 0.681796] Key type trusted registered\n[ 0.683351] Key type encrypted registered\n[ 0.684198] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685239] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686292] evm: HMAC attrs: 0x1\n[ 0.687249] Magic number: 6:961:443\n[ 0.688110] rtc_cmos 00:00: setting system clock to 2018-10-22 18:24:56 UTC (1540232696)\n[ 0.689727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690860] EDD information not available.\n[ 0.775798] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777373] Write protecting the kernel read-only data: 14336k\n[ 0.789227] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791054] 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.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.294155] 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.6...\nLease of 10.10.10.6 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.26. iid=i-00000143\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkY13DLobltlWaXfS3J88xb9resKUymp3Lw1EN7QzMBuDkHLPZ2WJqHzuI1P/LOkj10meyKs86CCktQWyeG/2cMA+WAxzroqJ52UI2hxny+LpXW/8kF6nd6Ecaiupjlzbml7il4bEI7zuY/UFWu0VeeCYya8Q6Z/38Ioxq4XSrk/62JmrsYKrigw0aKMHgA4po7SD2e0gBoCu1cq+XsPCj+F6a79aI8++B90Mr9phGCOTBTlRnfxlhZCN4ueuF6BeUrjH0utzV7+OyAM37mNjVJSIZnDV7TgOBmdctN8cKGY4zR4k53rFNu0e1LNL0th55vlxPHoMJfI78IP4+ddfj root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIHQxsQLQLOtfoxF+9VlmRmOm6kVnmiFtWF/pu3yglpUGNMIfVxCzzVob+BSZ1/T8UmHGa/YyyLg9NKd8VfJml490+FNsz1tY8HQId9QJlWvuxXN5nKqZeseZqSopxuPXLKoJDCpgkUSvarBIw2yrLYm7Z5idyjr8/s4rprDu8odAAAAFQC1aSOmXVOGaspAob/I8EehLzP8mQAAAIBd9EZoBpAmHtpL8xudyzaBNQJXGETq6ihiKjE/LHGngcSBNFqro54puP3T4I6ENGhX+vp0cV+TE47mX6vXlxoS1/VnSxfqA+6fqd4swGFHQyJCqyTXdS+clONAqI9tU8SWlgG4C2VJesS/U5gXvpahqdZZy+M9B9beUYDPexFjFQAAAIBT1/JdYSh+9g6jgEmNdHaZDctXARWcfL8jx3iZOzMa6ybJeqQFaZyjkOvU1m6ttYp6V5+lCyawit2PHBalEDNwdRbtmiCqnwuWPNKIe11X5RCe2P/lOAKGuQWBPR51hjFbpkC0EGzdrKsb1uQMmJa1xYTM0fP6xDm82VhlW5fPPQ== 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.6,24,fe80::f816:3eff:fe9c:f9f6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \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-00000143\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.69 ===\n/dev/root resized successfully [took 1.63s]\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:9C:F9:F6 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9c:f9f6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:101 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:10351 (10.1 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.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-10-22 18:26:36,699 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action used request id req-ab709cbd-6c7d-4be1-ba8f-35ceb2ecc09e 2018-10-22 18:26:38,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5bb98ff109547f727bb80ce5691c647c203546" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:26:39,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:26:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d981547c-5022-4653-8430-3b7369901ecd x-compute-request-id: req-d981547c-5022-4653-8430-3b7369901ecd Content-Encoding: gzip Content-Length: 10056 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 525412786 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131521] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134096] ACPI: Core revision 20150930\n[ 0.135482] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136811] Security Framework initialized\n[ 0.137633] Yama: becoming mindful.\n[ 0.138366] AppArmor: AppArmor initialized\n[ 0.139245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140590] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141880] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143108] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144508] Initializing cgroup subsys io\n[ 0.145341] Initializing cgroup subsys memory\n[ 0.146213] Initializing cgroup subsys devices\n[ 0.147115] Initializing cgroup subsys freezer\n[ 0.147994] Initializing cgroup subsys net_cls\n[ 0.148873] Initializing cgroup subsys perf_event\n[ 0.149787] Initializing cgroup subsys net_prio\n[ 0.150687] Initializing cgroup subsys hugetlb\n[ 0.151566] Initializing cgroup subsys pids\n[ 0.152452] CPU: Physical Processor ID: 0\n[ 0.153977] mce: CPU supports 10 MCE banks\n[ 0.154842] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168185] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174668] ftrace: allocating 31920 entries in 125 pages\n[ 0.200973] smpboot: Max logical packages: 1\n[ 0.201874] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203279] x2apic enabled\n[ 0.204101] Switched APIC routing to physical x2apic.\n[ 0.205870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209028] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210834] KVM setup paravirtual spinlock\n[ 0.212136] x86: Booted up 1 node, 1 CPUs\n[ 0.212953] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214355] devtmpfs: initialized\n[ 0.216081] evm: security.selinux\n[ 0.216789] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218239] evm: security.SMACK64TRANSMUTE\n[ 0.219057] evm: security.SMACK64MMAP\n[ 0.219810] evm: security.ima\n[ 0.220457] evm: security.capability\n[ 0.221274] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223137] pinctrl core: initialized pinctrl subsystem\n[ 0.224253] RTC time: 18:24:55, date: 10/22/18\n[ 0.225212] NET: Registered protocol family 16\n[ 0.226187] cpuidle: using governor ladder\n[ 0.227014] cpuidle: using governor menu\n[ 0.227809] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230632] PCI: Using configuration type 1 for base access\n[ 0.232393] ACPI: Added _OSI(Module Device)\n[ 0.233252] ACPI: Added _OSI(Processor Device)\n[ 0.234122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235026] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237152] ACPI: Interpreter enabled\n[ 0.237932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245359] ACPI: (supports S0 S5)\n[ 0.246072] ACPI: Using IOAPIC for interrupt routing\n[ 0.247147] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250259] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251420] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252671] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253882] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256129] acpiphp: Slot [3] registered\n[ 0.256941] acpiphp: Slot [4] registered\n[ 0.257750] acpiphp: Slot [5] registered\n[ 0.258552] acpiphp: Slot [6] registered\n[ 0.259356] acpiphp: Slot [7] registered\n[ 0.260167] acpiphp: Slot [8] registered\n[ 0.260973] acpiphp: Slot [9] registered\n[ 0.261777] acpiphp: Slot [10] registered\n[ 0.262597] acpiphp: Slot [11] registered\n[ 0.263417] acpiphp: Slot [12] registered\n[ 0.264241] acpiphp: Slot [13] registered\n[ 0.265061] acpiphp: Slot [14] registered\n[ 0.265881] acpiphp: Slot [15] registered\n[ 0.276948] acpiphp: Slot [16] registered\n[ 0.277770] acpiphp: Slot [17] registered\n[ 0.278587] acpiphp: Slot [18] registered\n[ 0.279403] acpiphp: Slot [19] registered\n[ 0.280219] acpiphp: Slot [20] registered\n[ 0.281042] acpiphp: Slot [21] registered\n[ 0.281862] acpiphp: Slot [22] registered\n[ 0.282677] acpiphp: Slot [23] registered\n[ 0.283502] acpiphp: Slot [24] registered\n[ 0.284321] acpiphp: Slot [25] registered\n[ 0.285146] acpiphp: Slot [26] registered\n[ 0.285967] acpiphp: Slot [27] registered\n[ 0.286788] acpiphp: Slot [28] registered\n[ 0.287605] acpiphp: Slot [29] registered\n[ 0.288429] acpiphp: Slot [30] registered\n[ 0.289252] acpiphp: Slot [31] registered\n[ 0.290071] PCI host bridge to bus 0000:00\n[ 0.290886] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292112] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293335] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296248] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305027] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363414] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368983] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370050] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371608] vgaarb: loaded\n[ 0.372220] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373375] SCSI subsystem initialized\n[ 0.374203] ACPI: bus type USB registered\n[ 0.375032] usbcore: registered new interface driver usbfs\n[ 0.376067] usbcore: registered new interface driver hub\n[ 0.377082] usbcore: registered new device driver usb\n[ 0.378149] PCI: Using ACPI for IRQ routing\n[ 0.379181] NetLabel: Initializing\n[ 0.379898] NetLabel: domain hash size = 128\n[ 0.380753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381720] NetLabel: unlabeled traffic allowed by default\n[ 0.382840] clocksource: Switched to clocksource kvm-clock\n[ 0.388391] AppArmor: AppArmor Filesystem Enabled\n[ 0.389400] pnp: PnP ACPI init\n[ 0.390325] pnp: PnP ACPI: found 5 devices\n[ 0.396710] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398441] NET: Registered protocol family 2\n[ 0.399420] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401901] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403092] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405364] NET: Registered protocol family 1\n[ 0.406242] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407362] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436789] Trying to unpack rootfs image as initramfs...\n[ 0.487308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501327] Scanning for low memory corruption every 60 seconds\n[ 0.502683] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503864] audit: initializing netlink subsys (disabled)\n[ 0.504908] audit: type=2000 audit(1540232696.175:1): initialized\n[ 0.506236] Initialise system trusted keyring\n[ 0.507186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508375] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510358] zbud: loaded\n[ 0.511081] VFS: Disk quotas dquot_6.6.0\n[ 0.511919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513457] fuse init (API version 7.23)\n[ 0.514368] Key type big_key registered\n[ 0.515193] Allocating IMA MOK and blacklist keyrings.\n[ 0.516681] Key type asymmetric registered\n[ 0.517521] Asymmetric key parser 'x509' registered\n[ 0.518486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519987] io scheduler noop registered\n[ 0.520797] io scheduler deadline registered (default)\n[ 0.521797] io scheduler cfq registered\n[ 0.522638] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525001] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526479] ACPI: Power Button [PWRF]\n[ 0.527347] GHES: HEST is not enabled!\n[ 0.542650] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571396] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597466] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599622] Linux agpgart interface v0.103\n[ 0.601627] brd: module loaded\n[ 0.602810] loop: module loaded\n[ 0.606990] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608473] GPT:90111 != 2097151\n[ 0.609163] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610272] GPT:90111 != 2097151\n[ 0.610969] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611954] vda: vda1 vda15\n[ 0.613363] scsi host0: ata_piix\n[ 0.614113] scsi host1: ata_piix\n[ 0.614834] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617548] libphy: Fixed MDIO Bus: probed\n[ 0.618390] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619360] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621490] PPP generic driver version 2.4.2\n[ 0.622389] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623648] ehci-pci: EHCI PCI platform driver\n[ 0.624549] ehci-platform: EHCI generic platform driver\n[ 0.625554] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626696] ohci-pci: OHCI PCI platform driver\n[ 0.627586] ohci-platform: OHCI generic platform driver\n[ 0.628598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643952] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645420] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647578] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648812] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650239] usb usb1: Product: UHCI Host Controller\n[ 0.651186] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653341] hub 1-0:1.0: USB hub found\n[ 0.654128] hub 1-0:1.0: 2 ports detected\n[ 0.655050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658161] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659213] mousedev: PS/2 mouse device common for all mice\n[ 0.660479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663459] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664657] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665845] i2c /dev entries driver\n[ 0.666597] device-mapper: uevent: version 1.0.3\n[ 0.667565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669213] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670498] NET: Registered protocol family 10\n[ 0.671510] NET: Registered protocol family 17\n[ 0.672411] Key type dns_resolver registered\n[ 0.673346] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674461] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676224] registered taskstats version 1\n[ 0.677070] Loading compiled-in X.509 certificates\n[ 0.678521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680415] zswap: loaded using pool lzo/zbud\n[ 0.681796] Key type trusted registered\n[ 0.683351] Key type encrypted registered\n[ 0.684198] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685239] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686292] evm: HMAC attrs: 0x1\n[ 0.687249] Magic number: 6:961:443\n[ 0.688110] rtc_cmos 00:00: setting system clock to 2018-10-22 18:24:56 UTC (1540232696)\n[ 0.689727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690860] EDD information not available.\n[ 0.775798] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777373] Write protecting the kernel read-only data: 14336k\n[ 0.789227] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791054] 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.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.294155] 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.6...\nLease of 10.10.10.6 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.26. iid=i-00000143\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkY13DLobltlWaXfS3J88xb9resKUymp3Lw1EN7QzMBuDkHLPZ2WJqHzuI1P/LOkj10meyKs86CCktQWyeG/2cMA+WAxzroqJ52UI2hxny+LpXW/8kF6nd6Ecaiupjlzbml7il4bEI7zuY/UFWu0VeeCYya8Q6Z/38Ioxq4XSrk/62JmrsYKrigw0aKMHgA4po7SD2e0gBoCu1cq+XsPCj+F6a79aI8++B90Mr9phGCOTBTlRnfxlhZCN4ueuF6BeUrjH0utzV7+OyAM37mNjVJSIZnDV7TgOBmdctN8cKGY4zR4k53rFNu0e1LNL0th55vlxPHoMJfI78IP4+ddfj root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIHQxsQLQLOtfoxF+9VlmRmOm6kVnmiFtWF/pu3yglpUGNMIfVxCzzVob+BSZ1/T8UmHGa/YyyLg9NKd8VfJml490+FNsz1tY8HQId9QJlWvuxXN5nKqZeseZqSopxuPXLKoJDCpgkUSvarBIw2yrLYm7Z5idyjr8/s4rprDu8odAAAAFQC1aSOmXVOGaspAob/I8EehLzP8mQAAAIBd9EZoBpAmHtpL8xudyzaBNQJXGETq6ihiKjE/LHGngcSBNFqro54puP3T4I6ENGhX+vp0cV+TE47mX6vXlxoS1/VnSxfqA+6fqd4swGFHQyJCqyTXdS+clONAqI9tU8SWlgG4C2VJesS/U5gXvpahqdZZy+M9B9beUYDPexFjFQAAAIBT1/JdYSh+9g6jgEmNdHaZDctXARWcfL8jx3iZOzMa6ybJeqQFaZyjkOvU1m6ttYp6V5+lCyawit2PHBalEDNwdRbtmiCqnwuWPNKIe11X5RCe2P/lOAKGuQWBPR51hjFbpkC0EGzdrKsb1uQMmJa1xYTM0fP6xDm82VhlW5fPPQ== 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.6,24,fe80::f816:3eff:fe9c:f9f6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \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-00000143\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.69 ===\n/dev/root resized successfully [took 1.63s]\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:9C:F9:F6 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9c:f9f6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:101 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:10351 (10.1 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.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-10-22 18:26:39,794 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action used request id req-d981547c-5022-4653-8430-3b7369901ecd 2018-10-22 18:26:41,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5bb98ff109547f727bb80ce5691c647c203546" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:26:42,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:26:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7a583fb-a9b0-406e-b555-1fd3ec9b8c1d x-compute-request-id: req-c7a583fb-a9b0-406e-b555-1fd3ec9b8c1d Content-Encoding: gzip Content-Length: 10056 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 525412786 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131521] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134096] ACPI: Core revision 20150930\n[ 0.135482] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136811] Security Framework initialized\n[ 0.137633] Yama: becoming mindful.\n[ 0.138366] AppArmor: AppArmor initialized\n[ 0.139245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140590] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141880] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143108] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144508] Initializing cgroup subsys io\n[ 0.145341] Initializing cgroup subsys memory\n[ 0.146213] Initializing cgroup subsys devices\n[ 0.147115] Initializing cgroup subsys freezer\n[ 0.147994] Initializing cgroup subsys net_cls\n[ 0.148873] Initializing cgroup subsys perf_event\n[ 0.149787] Initializing cgroup subsys net_prio\n[ 0.150687] Initializing cgroup subsys hugetlb\n[ 0.151566] Initializing cgroup subsys pids\n[ 0.152452] CPU: Physical Processor ID: 0\n[ 0.153977] mce: CPU supports 10 MCE banks\n[ 0.154842] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168185] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174668] ftrace: allocating 31920 entries in 125 pages\n[ 0.200973] smpboot: Max logical packages: 1\n[ 0.201874] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203279] x2apic enabled\n[ 0.204101] Switched APIC routing to physical x2apic.\n[ 0.205870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209028] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210834] KVM setup paravirtual spinlock\n[ 0.212136] x86: Booted up 1 node, 1 CPUs\n[ 0.212953] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214355] devtmpfs: initialized\n[ 0.216081] evm: security.selinux\n[ 0.216789] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218239] evm: security.SMACK64TRANSMUTE\n[ 0.219057] evm: security.SMACK64MMAP\n[ 0.219810] evm: security.ima\n[ 0.220457] evm: security.capability\n[ 0.221274] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223137] pinctrl core: initialized pinctrl subsystem\n[ 0.224253] RTC time: 18:24:55, date: 10/22/18\n[ 0.225212] NET: Registered protocol family 16\n[ 0.226187] cpuidle: using governor ladder\n[ 0.227014] cpuidle: using governor menu\n[ 0.227809] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230632] PCI: Using configuration type 1 for base access\n[ 0.232393] ACPI: Added _OSI(Module Device)\n[ 0.233252] ACPI: Added _OSI(Processor Device)\n[ 0.234122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235026] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237152] ACPI: Interpreter enabled\n[ 0.237932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245359] ACPI: (supports S0 S5)\n[ 0.246072] ACPI: Using IOAPIC for interrupt routing\n[ 0.247147] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250259] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251420] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252671] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253882] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256129] acpiphp: Slot [3] registered\n[ 0.256941] acpiphp: Slot [4] registered\n[ 0.257750] acpiphp: Slot [5] registered\n[ 0.258552] acpiphp: Slot [6] registered\n[ 0.259356] acpiphp: Slot [7] registered\n[ 0.260167] acpiphp: Slot [8] registered\n[ 0.260973] acpiphp: Slot [9] registered\n[ 0.261777] acpiphp: Slot [10] registered\n[ 0.262597] acpiphp: Slot [11] registered\n[ 0.263417] acpiphp: Slot [12] registered\n[ 0.264241] acpiphp: Slot [13] registered\n[ 0.265061] acpiphp: Slot [14] registered\n[ 0.265881] acpiphp: Slot [15] registered\n[ 0.276948] acpiphp: Slot [16] registered\n[ 0.277770] acpiphp: Slot [17] registered\n[ 0.278587] acpiphp: Slot [18] registered\n[ 0.279403] acpiphp: Slot [19] registered\n[ 0.280219] acpiphp: Slot [20] registered\n[ 0.281042] acpiphp: Slot [21] registered\n[ 0.281862] acpiphp: Slot [22] registered\n[ 0.282677] acpiphp: Slot [23] registered\n[ 0.283502] acpiphp: Slot [24] registered\n[ 0.284321] acpiphp: Slot [25] registered\n[ 0.285146] acpiphp: Slot [26] registered\n[ 0.285967] acpiphp: Slot [27] registered\n[ 0.286788] acpiphp: Slot [28] registered\n[ 0.287605] acpiphp: Slot [29] registered\n[ 0.288429] acpiphp: Slot [30] registered\n[ 0.289252] acpiphp: Slot [31] registered\n[ 0.290071] PCI host bridge to bus 0000:00\n[ 0.290886] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292112] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293335] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296248] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305027] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363414] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368983] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370050] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371608] vgaarb: loaded\n[ 0.372220] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373375] SCSI subsystem initialized\n[ 0.374203] ACPI: bus type USB registered\n[ 0.375032] usbcore: registered new interface driver usbfs\n[ 0.376067] usbcore: registered new interface driver hub\n[ 0.377082] usbcore: registered new device driver usb\n[ 0.378149] PCI: Using ACPI for IRQ routing\n[ 0.379181] NetLabel: Initializing\n[ 0.379898] NetLabel: domain hash size = 128\n[ 0.380753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381720] NetLabel: unlabeled traffic allowed by default\n[ 0.382840] clocksource: Switched to clocksource kvm-clock\n[ 0.388391] AppArmor: AppArmor Filesystem Enabled\n[ 0.389400] pnp: PnP ACPI init\n[ 0.390325] pnp: PnP ACPI: found 5 devices\n[ 0.396710] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398441] NET: Registered protocol family 2\n[ 0.399420] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401901] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403092] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405364] NET: Registered protocol family 1\n[ 0.406242] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407362] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436789] Trying to unpack rootfs image as initramfs...\n[ 0.487308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501327] Scanning for low memory corruption every 60 seconds\n[ 0.502683] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503864] audit: initializing netlink subsys (disabled)\n[ 0.504908] audit: type=2000 audit(1540232696.175:1): initialized\n[ 0.506236] Initialise system trusted keyring\n[ 0.507186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508375] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510358] zbud: loaded\n[ 0.511081] VFS: Disk quotas dquot_6.6.0\n[ 0.511919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513457] fuse init (API version 7.23)\n[ 0.514368] Key type big_key registered\n[ 0.515193] Allocating IMA MOK and blacklist keyrings.\n[ 0.516681] Key type asymmetric registered\n[ 0.517521] Asymmetric key parser 'x509' registered\n[ 0.518486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519987] io scheduler noop registered\n[ 0.520797] io scheduler deadline registered (default)\n[ 0.521797] io scheduler cfq registered\n[ 0.522638] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525001] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526479] ACPI: Power Button [PWRF]\n[ 0.527347] GHES: HEST is not enabled!\n[ 0.542650] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571396] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597466] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599622] Linux agpgart interface v0.103\n[ 0.601627] brd: module loaded\n[ 0.602810] loop: module loaded\n[ 0.606990] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608473] GPT:90111 != 2097151\n[ 0.609163] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610272] GPT:90111 != 2097151\n[ 0.610969] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611954] vda: vda1 vda15\n[ 0.613363] scsi host0: ata_piix\n[ 0.614113] scsi host1: ata_piix\n[ 0.614834] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617548] libphy: Fixed MDIO Bus: probed\n[ 0.618390] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619360] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621490] PPP generic driver version 2.4.2\n[ 0.622389] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623648] ehci-pci: EHCI PCI platform driver\n[ 0.624549] ehci-platform: EHCI generic platform driver\n[ 0.625554] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626696] ohci-pci: OHCI PCI platform driver\n[ 0.627586] ohci-platform: OHCI generic platform driver\n[ 0.628598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643952] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645420] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647578] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648812] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650239] usb usb1: Product: UHCI Host Controller\n[ 0.651186] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653341] hub 1-0:1.0: USB hub found\n[ 0.654128] hub 1-0:1.0: 2 ports detected\n[ 0.655050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658161] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659213] mousedev: PS/2 mouse device common for all mice\n[ 0.660479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663459] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664657] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665845] i2c /dev entries driver\n[ 0.666597] device-mapper: uevent: version 1.0.3\n[ 0.667565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669213] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670498] NET: Registered protocol family 10\n[ 0.671510] NET: Registered protocol family 17\n[ 0.672411] Key type dns_resolver registered\n[ 0.673346] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674461] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676224] registered taskstats version 1\n[ 0.677070] Loading compiled-in X.509 certificates\n[ 0.678521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680415] zswap: loaded using pool lzo/zbud\n[ 0.681796] Key type trusted registered\n[ 0.683351] Key type encrypted registered\n[ 0.684198] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685239] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686292] evm: HMAC attrs: 0x1\n[ 0.687249] Magic number: 6:961:443\n[ 0.688110] rtc_cmos 00:00: setting system clock to 2018-10-22 18:24:56 UTC (1540232696)\n[ 0.689727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690860] EDD information not available.\n[ 0.775798] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777373] Write protecting the kernel read-only data: 14336k\n[ 0.789227] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791054] 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.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.294155] 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.6...\nLease of 10.10.10.6 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.26. iid=i-00000143\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkY13DLobltlWaXfS3J88xb9resKUymp3Lw1EN7QzMBuDkHLPZ2WJqHzuI1P/LOkj10meyKs86CCktQWyeG/2cMA+WAxzroqJ52UI2hxny+LpXW/8kF6nd6Ecaiupjlzbml7il4bEI7zuY/UFWu0VeeCYya8Q6Z/38Ioxq4XSrk/62JmrsYKrigw0aKMHgA4po7SD2e0gBoCu1cq+XsPCj+F6a79aI8++B90Mr9phGCOTBTlRnfxlhZCN4ueuF6BeUrjH0utzV7+OyAM37mNjVJSIZnDV7TgOBmdctN8cKGY4zR4k53rFNu0e1LNL0th55vlxPHoMJfI78IP4+ddfj root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIHQxsQLQLOtfoxF+9VlmRmOm6kVnmiFtWF/pu3yglpUGNMIfVxCzzVob+BSZ1/T8UmHGa/YyyLg9NKd8VfJml490+FNsz1tY8HQId9QJlWvuxXN5nKqZeseZqSopxuPXLKoJDCpgkUSvarBIw2yrLYm7Z5idyjr8/s4rprDu8odAAAAFQC1aSOmXVOGaspAob/I8EehLzP8mQAAAIBd9EZoBpAmHtpL8xudyzaBNQJXGETq6ihiKjE/LHGngcSBNFqro54puP3T4I6ENGhX+vp0cV+TE47mX6vXlxoS1/VnSxfqA+6fqd4swGFHQyJCqyTXdS+clONAqI9tU8SWlgG4C2VJesS/U5gXvpahqdZZy+M9B9beUYDPexFjFQAAAIBT1/JdYSh+9g6jgEmNdHaZDctXARWcfL8jx3iZOzMa6ybJeqQFaZyjkOvU1m6ttYp6V5+lCyawit2PHBalEDNwdRbtmiCqnwuWPNKIe11X5RCe2P/lOAKGuQWBPR51hjFbpkC0EGzdrKsb1uQMmJa1xYTM0fP6xDm82VhlW5fPPQ== 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.6,24,fe80::f816:3eff:fe9c:f9f6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \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-00000143\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.69 ===\n/dev/root resized successfully [took 1.63s]\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:9C:F9:F6 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9c:f9f6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:101 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:10351 (10.1 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.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-10-22 18:26:42,885 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action used request id req-c7a583fb-a9b0-406e-b555-1fd3ec9b8c1d 2018-10-22 18:26:44,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f5bb98ff109547f727bb80ce5691c647c203546" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:26:45,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:26: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-5cbc0c40-2893-46b5-a885-ad2374c49d80 x-compute-request-id: req-5cbc0c40-2893-46b5-a885-ad2374c49d80 Content-Encoding: gzip Content-Length: 10869 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 525412786 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131521] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134096] ACPI: Core revision 20150930\n[ 0.135482] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136811] Security Framework initialized\n[ 0.137633] Yama: becoming mindful.\n[ 0.138366] AppArmor: AppArmor initialized\n[ 0.139245] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140590] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141880] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143108] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144508] Initializing cgroup subsys io\n[ 0.145341] Initializing cgroup subsys memory\n[ 0.146213] Initializing cgroup subsys devices\n[ 0.147115] Initializing cgroup subsys freezer\n[ 0.147994] Initializing cgroup subsys net_cls\n[ 0.148873] Initializing cgroup subsys perf_event\n[ 0.149787] Initializing cgroup subsys net_prio\n[ 0.150687] Initializing cgroup subsys hugetlb\n[ 0.151566] Initializing cgroup subsys pids\n[ 0.152452] CPU: Physical Processor ID: 0\n[ 0.153977] mce: CPU supports 10 MCE banks\n[ 0.154842] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168185] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174668] ftrace: allocating 31920 entries in 125 pages\n[ 0.200973] smpboot: Max logical packages: 1\n[ 0.201874] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203279] x2apic enabled\n[ 0.204101] Switched APIC routing to physical x2apic.\n[ 0.205870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209028] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210834] KVM setup paravirtual spinlock\n[ 0.212136] x86: Booted up 1 node, 1 CPUs\n[ 0.212953] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214355] devtmpfs: initialized\n[ 0.216081] evm: security.selinux\n[ 0.216789] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218239] evm: security.SMACK64TRANSMUTE\n[ 0.219057] evm: security.SMACK64MMAP\n[ 0.219810] evm: security.ima\n[ 0.220457] evm: security.capability\n[ 0.221274] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223137] pinctrl core: initialized pinctrl subsystem\n[ 0.224253] RTC time: 18:24:55, date: 10/22/18\n[ 0.225212] NET: Registered protocol family 16\n[ 0.226187] cpuidle: using governor ladder\n[ 0.227014] cpuidle: using governor menu\n[ 0.227809] PCCT header not found.\n[ 0.228571] ACPI: bus type PCI registered\n[ 0.229383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230632] PCI: Using configuration type 1 for base access\n[ 0.232393] ACPI: Added _OSI(Module Device)\n[ 0.233252] ACPI: Added _OSI(Processor Device)\n[ 0.234122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235026] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237152] ACPI: Interpreter enabled\n[ 0.237932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245359] ACPI: (supports S0 S5)\n[ 0.246072] ACPI: Using IOAPIC for interrupt routing\n[ 0.247147] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250259] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251420] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252671] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253882] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256129] acpiphp: Slot [3] registered\n[ 0.256941] acpiphp: Slot [4] registered\n[ 0.257750] acpiphp: Slot [5] registered\n[ 0.258552] acpiphp: Slot [6] registered\n[ 0.259356] acpiphp: Slot [7] registered\n[ 0.260167] acpiphp: Slot [8] registered\n[ 0.260973] acpiphp: Slot [9] registered\n[ 0.261777] acpiphp: Slot [10] registered\n[ 0.262597] acpiphp: Slot [11] registered\n[ 0.263417] acpiphp: Slot [12] registered\n[ 0.264241] acpiphp: Slot [13] registered\n[ 0.265061] acpiphp: Slot [14] registered\n[ 0.265881] acpiphp: Slot [15] registered\n[ 0.276948] acpiphp: Slot [16] registered\n[ 0.277770] acpiphp: Slot [17] registered\n[ 0.278587] acpiphp: Slot [18] registered\n[ 0.279403] acpiphp: Slot [19] registered\n[ 0.280219] acpiphp: Slot [20] registered\n[ 0.281042] acpiphp: Slot [21] registered\n[ 0.281862] acpiphp: Slot [22] registered\n[ 0.282677] acpiphp: Slot [23] registered\n[ 0.283502] acpiphp: Slot [24] registered\n[ 0.284321] acpiphp: Slot [25] registered\n[ 0.285146] acpiphp: Slot [26] registered\n[ 0.285967] acpiphp: Slot [27] registered\n[ 0.286788] acpiphp: Slot [28] registered\n[ 0.287605] acpiphp: Slot [29] registered\n[ 0.288429] acpiphp: Slot [30] registered\n[ 0.289252] acpiphp: Slot [31] registered\n[ 0.290071] PCI host bridge to bus 0000:00\n[ 0.290886] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292112] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293335] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296248] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305027] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363414] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368983] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370050] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371608] vgaarb: loaded\n[ 0.372220] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373375] SCSI subsystem initialized\n[ 0.374203] ACPI: bus type USB registered\n[ 0.375032] usbcore: registered new interface driver usbfs\n[ 0.376067] usbcore: registered new interface driver hub\n[ 0.377082] usbcore: registered new device driver usb\n[ 0.378149] PCI: Using ACPI for IRQ routing\n[ 0.379181] NetLabel: Initializing\n[ 0.379898] NetLabel: domain hash size = 128\n[ 0.380753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381720] NetLabel: unlabeled traffic allowed by default\n[ 0.382840] clocksource: Switched to clocksource kvm-clock\n[ 0.388391] AppArmor: AppArmor Filesystem Enabled\n[ 0.389400] pnp: PnP ACPI init\n[ 0.390325] pnp: PnP ACPI: found 5 devices\n[ 0.396710] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398441] NET: Registered protocol family 2\n[ 0.399420] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401901] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403092] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405364] NET: Registered protocol family 1\n[ 0.406242] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407362] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408453] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436789] Trying to unpack rootfs image as initramfs...\n[ 0.487308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501327] Scanning for low memory corruption every 60 seconds\n[ 0.502683] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503864] audit: initializing netlink subsys (disabled)\n[ 0.504908] audit: type=2000 audit(1540232696.175:1): initialized\n[ 0.506236] Initialise system trusted keyring\n[ 0.507186] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508375] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510358] zbud: loaded\n[ 0.511081] VFS: Disk quotas dquot_6.6.0\n[ 0.511919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513457] fuse init (API version 7.23)\n[ 0.514368] Key type big_key registered\n[ 0.515193] Allocating IMA MOK and blacklist keyrings.\n[ 0.516681] Key type asymmetric registered\n[ 0.517521] Asymmetric key parser 'x509' registered\n[ 0.518486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519987] io scheduler noop registered\n[ 0.520797] io scheduler deadline registered (default)\n[ 0.521797] io scheduler cfq registered\n[ 0.522638] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523715] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525001] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526479] ACPI: Power Button [PWRF]\n[ 0.527347] GHES: HEST is not enabled!\n[ 0.542650] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571396] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597466] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599622] Linux agpgart interface v0.103\n[ 0.601627] brd: module loaded\n[ 0.602810] loop: module loaded\n[ 0.606990] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608473] GPT:90111 != 2097151\n[ 0.609163] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610272] GPT:90111 != 2097151\n[ 0.610969] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611954] vda: vda1 vda15\n[ 0.613363] scsi host0: ata_piix\n[ 0.614113] scsi host1: ata_piix\n[ 0.614834] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617548] libphy: Fixed MDIO Bus: probed\n[ 0.618390] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619360] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621490] PPP generic driver version 2.4.2\n[ 0.622389] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623648] ehci-pci: EHCI PCI platform driver\n[ 0.624549] ehci-platform: EHCI generic platform driver\n[ 0.625554] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626696] ohci-pci: OHCI PCI platform driver\n[ 0.627586] ohci-platform: OHCI generic platform driver\n[ 0.628598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642946] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643952] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645420] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647578] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648812] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650239] usb usb1: Product: UHCI Host Controller\n[ 0.651186] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653341] hub 1-0:1.0: USB hub found\n[ 0.654128] hub 1-0:1.0: 2 ports detected\n[ 0.655050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658161] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659213] mousedev: PS/2 mouse device common for all mice\n[ 0.660479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663459] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664657] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665845] i2c /dev entries driver\n[ 0.666597] device-mapper: uevent: version 1.0.3\n[ 0.667565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669213] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670498] NET: Registered protocol family 10\n[ 0.671510] NET: Registered protocol family 17\n[ 0.672411] Key type dns_resolver registered\n[ 0.673346] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674461] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676224] registered taskstats version 1\n[ 0.677070] Loading compiled-in X.509 certificates\n[ 0.678521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680415] zswap: loaded using pool lzo/zbud\n[ 0.681796] Key type trusted registered\n[ 0.683351] Key type encrypted registered\n[ 0.684198] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685239] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686292] evm: HMAC attrs: 0x1\n[ 0.687249] Magic number: 6:961:443\n[ 0.688110] rtc_cmos 00:00: setting system clock to 2018-10-22 18:24:56 UTC (1540232696)\n[ 0.689727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690860] EDD information not available.\n[ 0.775798] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777373] Write protecting the kernel read-only data: 14336k\n[ 0.789227] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791054] 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.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.294155] 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.6...\nLease of 10.10.10.6 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.26. iid=i-00000143\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkY13DLobltlWaXfS3J88xb9resKUymp3Lw1EN7QzMBuDkHLPZ2WJqHzuI1P/LOkj10meyKs86CCktQWyeG/2cMA+WAxzroqJ52UI2hxny+LpXW/8kF6nd6Ecaiupjlzbml7il4bEI7zuY/UFWu0VeeCYya8Q6Z/38Ioxq4XSrk/62JmrsYKrigw0aKMHgA4po7SD2e0gBoCu1cq+XsPCj+F6a79aI8++B90Mr9phGCOTBTlRnfxlhZCN4ueuF6BeUrjH0utzV7+OyAM37mNjVJSIZnDV7TgOBmdctN8cKGY4zR4k53rFNu0e1LNL0th55vlxPHoMJfI78IP4+ddfj root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIHQxsQLQLOtfoxF+9VlmRmOm6kVnmiFtWF/pu3yglpUGNMIfVxCzzVob+BSZ1/T8UmHGa/YyyLg9NKd8VfJml490+FNsz1tY8HQId9QJlWvuxXN5nKqZeseZqSopxuPXLKoJDCpgkUSvarBIw2yrLYm7Z5idyjr8/s4rprDu8odAAAAFQC1aSOmXVOGaspAob/I8EehLzP8mQAAAIBd9EZoBpAmHtpL8xudyzaBNQJXGETq6ihiKjE/LHGngcSBNFqro54puP3T4I6ENGhX+vp0cV+TE47mX6vXlxoS1/VnSxfqA+6fqd4swGFHQyJCqyTXdS+clONAqI9tU8SWlgG4C2VJesS/U5gXvpahqdZZy+M9B9beUYDPexFjFQAAAIBT1/JdYSh+9g6jgEmNdHaZDctXARWcfL8jx3iZOzMa6ybJeqQFaZyjkOvU1m6ttYp6V5+lCyawit2PHBalEDNwdRbtmiCqnwuWPNKIe11X5RCe2P/lOAKGuQWBPR51hjFbpkC0EGzdrKsb1uQMmJa1xYTM0fP6xDm82VhlW5fPPQ== 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.6,24,fe80::f816:3eff:fe9c:f9f6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \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-00000143\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.69 ===\n/dev/root resized successfully [took 1.63s]\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:9C:F9:F6 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9c:f9f6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:101 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:10351 (10.1 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.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-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.128451] usb 1-1: Product: QEMU USB Tablet\n[ 1.128451] usb 1-1: Manufacturer: QEMU\n[ 1.128452] usb 1-1: SerialNumber: 42\n[ 1.258455] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.276402] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.294155] random: dd urandom read with 5 bits of entropy available\n[ 1.498909] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.498911] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 62.809324] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.148276] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:24:57 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:24:57 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:24:57 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:24:57 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:24:57 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:24:57 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)\nOct 22 19:24:57 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:24:57 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:24:57 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:24:57 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:24:57 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:24:57 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:24:57 cirros kern.notice kernel: [ 1.294155] random: dd urandom read with 5 bits of entropy available\nOct 22 19:24:57 cirros kern.info kernel: [ 1.498909] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nOct 22 19:24:57 cirros kern.info kernel: [ 1.498911] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:25:58 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:25:58 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:25:58 cirros kern.info kernel: [ 62.809324] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:25:58 cirros kern.info kernel: [ 63.148276] 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-10-22 18:26:45,979 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action used request id req-5cbc0c40-2893-46b5-a885-ad2374c49d80 2018-10-22 18:26:48,014 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-10-22 18:27:18,032 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-22 18:27:18,033 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-22 18:27:18,034 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-22 18:27:18,040 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-22 18:27:18,091 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-22 18:27:18,093 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-22 18:27:18,093 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-22 18:27:18,094 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-22 18:27:18,094 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-22 18:27:18,135 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-22 18:27:18,176 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-22 18:27:18,182 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-22 18:27:18,182 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-22 18:27:18,183 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-22 18:27:18,184 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-22 18:27:18,188 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-22 18:27:18,224 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-22 18:27:18,225 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-22 18:27:18,226 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-22 18:27:18,227 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-22 18:27:18,227 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-22 18:27:18,268 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-22 18:27:18,301 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-22 18:27:18,304 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-22 18:27:18,305 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-22 18:27:18,305 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-22 18:27:18,305 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-22 18:27:18,309 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-22 18:27:18,349 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-22 18:27:18,351 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-22 18:27:18,351 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-22 18:27:18,352 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-22 18:27:18,352 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-22 18:27:18,394 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-22 18:27:18,433 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-22 18:27:18,434 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-22 18:27:18,436 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-22 18:27:18,436 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-22 18:27:18,436 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-22 18:27:18,440 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-22 18:27:18,475 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-22 18:27:18,476 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-22 18:27:18,477 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-22 18:27:18,478 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-22 18:27:18,478 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-22 18:27:18,518 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-22 18:27:18,553 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-22 18:27:18,553 - sdnvpn-results - INFO - Check if new flows and groups were added to OVS 2018-10-22 18:27:18,554 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-22 18:27:18,554 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-22 18:27:18,556 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-22 18:27:18,556 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-22 18:27:18,558 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-22 18:27:18,601 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-22 18:27:18,602 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-10-22 18:27:18,603 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-22 18:27:18,604 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-10-22 18:27:18,604 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-10-22 18:27:18,644 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-10-22 18:27:18,713 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-10-22 18:27:18,714 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-10-22 18:27:48,732 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-10-22 18:27:48,733 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-10-22 18:27:48,733 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-10-22 18:27:48,735 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-10-22 18:27:48,795 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-10-22 18:27:48,796 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-22 18:27:48,798 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-22 18:27:48,798 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-22 18:27:48,798 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-10-22 18:27:48,802 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-22 18:27:48,863 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-22 18:27:48,864 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-22 18:28:18,894 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-10-22 18:28:18,895 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-10-22 18:28:18,895 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-10-22 18:28:18,897 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-10-22 18:28:18,958 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-10-22 18:28:18,959 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-10-22 18:28:18,960 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-10-22 18:28:48,976 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-10-22 18:28:48,977 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-10-22 18:28:48,977 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-10-22 18:28:48,980 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-10-22 18:28:49,023 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-10-22 18:28:49,025 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-10-22 18:28:49,025 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-10-22 18:28:49,026 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-10-22 18:28:49,026 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-10-22 18:28:49,068 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-10-22 18:28:49,110 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-10-22 18:28:49,115 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-10-22 18:28:49,117 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-10-22 18:28:49,118 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-10-22 18:28:49,118 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-10-22 18:28:49,120 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-10-22 18:28:49,156 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-10-22 18:28:49,158 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-10-22 18:28:49,159 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-10-22 18:28:49,159 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-10-22 18:28:49,160 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-10-22 18:28:49,200 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-10-22 18:28:49,235 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-10-22 18:28:49,237 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-10-22 18:28:49,238 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-10-22 18:28:49,239 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-10-22 18:28:49,239 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-10-22 18:28:49,241 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-10-22 18:28:49,283 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-10-22 18:28:49,285 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-10-22 18:28:49,286 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-10-22 18:28:49,287 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-10-22 18:28:49,287 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-10-22 18:28:49,328 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-10-22 18:28:49,369 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-10-22 18:28:49,370 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-10-22 18:28:49,371 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-10-22 18:28:49,372 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-10-22 18:28:49,372 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-10-22 18:28:49,376 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-10-22 18:28:49,410 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-10-22 18:28:49,411 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-10-22 18:28:49,412 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-10-22 18:28:49,413 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-10-22 18:28:49,413 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-10-22 18:28:49,453 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-10-22 18:28:49,487 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-10-22 18:28:49,488 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by del/set controller. 2018-10-22 18:28:49,489 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-10-22 18:28:49,489 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-10-22 18:28:49,491 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-10-22 18:28:49,491 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-10-22 18:28:49,496 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-10-22 18:28:49,549 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-10-22 18:28:49,550 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-10-22 18:29:19,560 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-10-22 18:29:19,562 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-10-22 18:29:19,562 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-10-22 18:29:19,564 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-10-22 18:29:19,597 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-10-22 18:29:19,598 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-10-22 18:29:19,599 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-10-22 18:29:19,599 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-10-22 18:29:19,600 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-10-22 18:29:19,603 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-10-22 18:29:19,649 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-10-22 18:29:19,649 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-10-22 18:29:49,651 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-10-22 18:29:49,653 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-10-22 18:29:49,653 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-10-22 18:29:49,657 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-10-22 18:29:49,697 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-10-22 18:29:49,698 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-10-22 18:29:49,698 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-10-22 18:30:19,728 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-10-22 18:30:19,730 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-10-22 18:30:19,730 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-10-22 18:30:19,732 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-10-22 18:30:19,768 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-10-22 18:30:19,770 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-10-22 18:30:19,771 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-10-22 18:30:19,772 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-10-22 18:30:19,772 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-10-22 18:30:19,812 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-10-22 18:30:19,849 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-10-22 18:30:19,855 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-10-22 18:30:19,855 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-10-22 18:30:19,857 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-10-22 18:30:19,857 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-10-22 18:30:19,859 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-10-22 18:30:19,901 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-10-22 18:30:19,903 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-10-22 18:30:19,904 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-10-22 18:30:19,904 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-10-22 18:30:19,904 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-10-22 18:30:19,945 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-10-22 18:30:19,983 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-10-22 18:30:19,986 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-10-22 18:30:19,987 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-10-22 18:30:19,987 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-10-22 18:30:19,988 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-10-22 18:30:19,990 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-10-22 18:30:20,028 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-10-22 18:30:20,030 - paramiko.transport - DEBUG - [chan 23] Max packet in: 32768 bytes 2018-10-22 18:30:20,030 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-10-22 18:30:20,031 - paramiko.transport - DEBUG - [chan 23] Max packet out: 32768 bytes 2018-10-22 18:30:20,031 - paramiko.transport - DEBUG - Secsh channel 23 opened. 2018-10-22 18:30:20,072 - paramiko.transport - DEBUG - [chan 23] Sesch channel 23 request ok 2018-10-22 18:30:20,110 - paramiko.transport - DEBUG - [chan 23] EOF received (23) 2018-10-22 18:30:20,111 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-10-22 18:30:20,113 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-10-22 18:30:20,113 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-10-22 18:30:20,113 - paramiko.transport - DEBUG - [chan 23] EOF sent (23) 2018-10-22 18:30:20,117 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-10-22 18:30:20,160 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-10-22 18:30:20,161 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-10-22 18:30:20,162 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-10-22 18:30:20,163 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-10-22 18:30:20,163 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-10-22 18:30:20,204 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-10-22 18:30:20,245 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-10-22 18:30:20,245 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok 2018-10-22 18:30:20,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e74ace400d40f60807d5d3a66ba1b0d788c79521" -d '{"forceDelete": null}' 2018-10-22 18:30:20,252 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-10-22 18:30:20,600 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:30: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-f8944350-e569-4369-ba75-0dd7c3c51e77 x-compute-request-id: req-f8944350-e569-4369-ba75-0dd7c3c51e77 Content-Length: 0 Content-Type: application/json 2018-10-22 18:30:20,600 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4aa56f5c-69d0-4550-826b-2454b4c80d97/action used request id req-f8944350-e569-4369-ba75-0dd7c3c51e77 2018-10-22 18:30:20,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e74ace400d40f60807d5d3a66ba1b0d788c79521" -d '{"forceDelete": null}' 2018-10-22 18:30:20,779 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:30: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-164b780a-8d08-4c8c-a20e-a03427bdce39 x-compute-request-id: req-164b780a-8d08-4c8c-a20e-a03427bdce39 Content-Length: 0 Content-Type: application/json 2018-10-22 18:30:20,779 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c4470390-6c2c-446a-a27d-8f192fdea6c0/action used request id req-164b780a-8d08-4c8c-a20e-a03427bdce39 2018-10-22 18:30:20,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/255369e8-bceb-4edf-abc2-2bcfd58ee199 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7fa827305e65d1dbd6ba4fcb13424bbfe70a96a" 2018-10-22 18:30:22,388 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-72883df9-12be-47f8-806a-a35f6dc35d4e Date: Mon, 22 Oct 2018 18:30:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:30:22,388 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/255369e8-bceb-4edf-abc2-2bcfd58ee199 used request id req-72883df9-12be-47f8-806a-a35f6dc35d4e 2018-10-22 18:30:22,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3dc3021bcbde9b8cdaf2b602bf2de8acbc6371" 2018-10-22 18:30:22,628 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-cfaef3ac-5f22-445a-8e53-62c0c3473fa4 Date: Mon, 22 Oct 2018 18:30:22 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-22 18:30:22,628 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0 used request id req-cfaef3ac-5f22-445a-8e53-62c0c3473fa4 2018-10-22 18:30:22,628 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-22 18:30:22,629 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, 'c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0')]: Unable to complete operation on subnet c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-cfaef3ac-5f22-445a-8e53-62c0c3473fa4'] 2018-10-22 18:30:22,629 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0 was not deleted. 2018-10-22 18:30:22,629 - 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 321, actual flow count 321| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 41, actual group count 41| +========================================================================================+ | 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 321, actual flow count 337| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 41, actual group count 41| +========================================================================================+ +========================================================================================+ 2018-10-22 18:30:22,630 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-22 18:30:22,630 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-10-22 18:30:22,630 - 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 321, actual flow count 321': 'PASS'}, {'OVS groups are programmed after resync expected group count 41, actual group count 41': 'PASS'}, {'OVS flows are programmed after resync expected flow count 321, actual flow count 337': 'PASS'}, {'OVS groups are programmed after resync expected group count 41, actual group count 41': 'PASS'}]} 2018-10-22 18:30:22,630 - 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-10-22 18:30:22,631 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-10-22 18:30:22,631 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-10-22 18:30:22,733 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-10-22 18:30:22,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:30:22,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:30:22,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:30:22,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:30:22,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:30:22,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:30:22,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:30:22,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:30:22,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:30:22,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:30:22,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:30:22,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:30:22,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:30:22,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:30:22,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:30:22,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:30:22,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:30:22,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:30:22,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:30:22,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:30:22,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:30:22,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:30:22,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:30:22,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:30:22,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:30:22,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:30:22,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:30:22,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:30:22,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:30:22,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:30:22,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:30:22,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:30:22,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:30:22,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:30:22,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:30:22,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:30:22,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:30:22,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:30:22,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:30:22,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:30:22,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:30:22,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:30:22,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:30:22,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:30:22,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:30:22,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:30:22,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:30:22,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:30:22,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-22 18:30:22,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:30:22,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:30:22,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:30:22,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:30:22,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:30:22,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:30:22,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:30:22,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:30:22,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:30:22,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:30:22,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:30:22,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:30:22,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:30:22,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:30:22,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:30:22,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:30:22,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:30:22,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:30:22,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:30:22,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:30:22,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:30:22,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:30:22,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:30:22,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:30:22,744 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-22 18:30:22,745 - paramiko.transport - DEBUG - starting thread (client mode): 0x65b7d310L 2018-10-22 18:30:22,746 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:30:22,771 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:30:22,771 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:30:22,775 - 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-10-22 18:30:22,776 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:30:22,776 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:30:22,777 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:30:22,777 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:30:22,777 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:30:22,783 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:30:22,784 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:30:22,810 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.105: a2d1ec4bebed047ce2b4a215eed33ed6 2018-10-22 18:30:22,810 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:30:22,824 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:30:22,851 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:30:22,875 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:30:23,006 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:30:23,007 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:30:23,046 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:30:23,046 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:30:23,083 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:30:27,905 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:30:27,906 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:30:27,909 - paramiko.transport - DEBUG - starting thread (client mode): 0x66749810L 2018-10-22 18:30:27,909 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:30:27,916 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:30:27,916 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:30:27,919 - 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-10-22 18:30:27,919 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:30:27,919 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:30:27,920 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:30:27,920 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:30:27,920 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:30:27,925 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:30:27,926 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:30:27,941 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 97d60aef74c92d1a490708e4347a9319 2018-10-22 18:30:27,941 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:30:27,965 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:30:27,978 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:30:28,007 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:30:28,080 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:30:28,080 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:30:28,119 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:30:28,120 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:30:28,128 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:30:28,164 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:30:28,165 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:30:28,165 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:30:28,167 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:30:28,167 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:30:28,208 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:30:28,243 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:30:28,244 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:30:28,245 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:30:28,246 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:30:28,246 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:30:28,287 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:30:28,318 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:30:28,320 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:30:28,322 - paramiko.transport - DEBUG - starting thread (client mode): 0x65b7d290L 2018-10-22 18:30:28,322 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:30:28,329 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:30:28,329 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:30:28,333 - 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-10-22 18:30:28,333 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:30:28,333 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:30:28,333 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:30:28,333 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:30:28,334 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:30:28,338 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:30:28,339 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:30:28,354 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 72a2a096ecf65e8ab28c1111a8608e40 2018-10-22 18:30:28,354 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:30:28,379 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:30:28,393 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:30:28,419 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:30:28,502 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:30:28,502 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:30:28,541 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:30:28,542 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:30:28,556 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:30:28,595 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:30:28,596 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:30:28,596 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:30:28,597 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:30:28,597 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:30:28,638 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:30:28,676 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:30:28,678 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:30:28,678 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:30:28,679 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:30:28,679 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:30:28,720 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:30:28,752 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:30:28,754 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:30:28,755 - paramiko.transport - DEBUG - starting thread (client mode): 0x66716110L 2018-10-22 18:30:28,756 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:30:28,761 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:30:28,761 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:30:28,763 - 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-10-22 18:30:28,764 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:30:28,764 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:30:28,764 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:30:28,764 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:30:28,764 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:30:28,768 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:30:28,769 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:30:28,772 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 4919741302bf2e19f38a46a66750bfe8 2018-10-22 18:30:28,773 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:30:28,809 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:30:28,819 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:30:28,837 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:30:28,905 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:30:28,905 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:30:28,944 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:30:28,945 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:30:28,948 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:30:28,981 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:30:28,982 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:30:28,983 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:30:28,984 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:30:28,984 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:30:29,025 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:30:29,057 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:30:29,059 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:30:29,060 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:30:29,061 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:30:29,061 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:30:29,102 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:30:29,134 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:30:29,135 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:30:29,137 - paramiko.transport - DEBUG - starting thread (client mode): 0x65b9d310L 2018-10-22 18:30:29,137 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:30:29,143 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:30:29,143 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:30:29,145 - 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-10-22 18:30:29,145 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:30:29,145 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:30:29,146 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:30:29,146 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:30:29,146 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:30:29,150 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:30:29,151 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:30:29,153 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 9edadb84fe4f197718547dde2ff2c713 2018-10-22 18:30:29,154 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:30:29,191 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:30:29,202 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:30:29,218 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:30:29,302 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:30:29,302 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:30:29,341 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:30:29,342 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:30:29,353 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:30:29,385 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:30:29,387 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:30:29,388 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:30:29,389 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:30:29,389 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:30:29,430 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:30:29,462 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:30:29,463 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:30:29,464 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:30:29,466 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:30:29,466 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:30:29,506 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:30:29,533 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:30:29,534 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:30:29,535 - paramiko.transport - DEBUG - starting thread (client mode): 0x65b9dd50L 2018-10-22 18:30:29,536 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:30:29,541 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:30:29,541 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:30:29,544 - 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-10-22 18:30:29,544 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:30:29,544 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:30:29,544 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:30:29,544 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:30:29,544 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:30:29,548 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:30:29,549 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:30:29,551 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 46ec2732988c0182ab443fb6c02e39be 2018-10-22 18:30:29,552 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:30:29,588 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:30:29,599 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:30:29,616 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:30:29,680 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:30:29,680 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:30:29,720 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:30:29,721 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:30:29,727 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:30:29,756 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:30:29,757 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:30:29,758 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:30:29,759 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:30:29,759 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:30:29,799 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:30:29,829 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:30:29,831 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:30:29,831 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:30:29,832 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:30:29,833 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:30:29,873 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:30:29,899 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:30:29,900 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:30:29,901 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:30:29,901 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:30:29,902 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:30:29,908 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:30:34,809 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:30:34,811 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:30:34,813 - paramiko.transport - DEBUG - starting thread (client mode): 0x65baad90L 2018-10-22 18:30:34,813 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:30:34,820 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:30:34,820 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:30:34,823 - 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-10-22 18:30:34,823 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:30:34,824 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:30:34,824 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:30:34,824 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:30:34,824 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:30:34,829 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:30:34,829 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:30:34,845 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 97d60aef74c92d1a490708e4347a9319 2018-10-22 18:30:34,846 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:30:34,869 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:30:34,881 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:30:34,910 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:30:34,970 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:30:34,970 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:30:35,009 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:30:35,010 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:30:35,014 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:30:35,047 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:30:35,048 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:30:35,049 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:30:35,050 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:30:35,050 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:30:35,091 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:30:35,126 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:30:35,127 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:30:35,128 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:30:35,129 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:30:35,129 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:30:35,170 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:30:35,201 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:30:35,202 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:30:35,204 - paramiko.transport - DEBUG - starting thread (client mode): 0x65ba6d10L 2018-10-22 18:30:35,204 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:30:35,211 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:30:35,211 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:30:35,215 - 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-10-22 18:30:35,215 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:30:35,215 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:30:35,215 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:30:35,215 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:30:35,215 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:30:35,220 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:30:35,221 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:30:35,236 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 72a2a096ecf65e8ab28c1111a8608e40 2018-10-22 18:30:35,237 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:30:35,260 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:30:35,272 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:30:35,301 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:30:35,381 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:30:35,382 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:30:35,421 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:30:35,421 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:30:35,437 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:30:35,472 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:30:35,473 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:30:35,474 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:30:35,475 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:30:35,475 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:30:35,516 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:30:35,552 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:30:35,554 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:30:35,555 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:30:35,555 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:30:35,556 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:30:35,596 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:30:35,630 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:30:35,631 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:30:35,633 - paramiko.transport - DEBUG - starting thread (client mode): 0x65ba6250L 2018-10-22 18:30:35,634 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:30:35,640 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:30:35,640 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:30:35,643 - 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-10-22 18:30:35,643 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:30:35,644 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:30:35,644 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:30:35,644 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:30:35,644 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:30:35,648 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:30:35,649 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:30:35,665 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 4919741302bf2e19f38a46a66750bfe8 2018-10-22 18:30:35,666 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:30:35,689 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:30:35,700 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:30:35,730 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:30:35,786 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:30:35,787 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:30:35,826 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:30:35,827 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:30:35,834 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:30:35,871 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:30:35,872 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:30:35,873 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:30:35,874 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:30:35,874 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:30:35,915 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:30:35,955 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:30:35,957 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:30:35,957 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:30:35,958 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:30:35,958 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:30:35,999 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:30:36,031 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:30:36,032 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:30:36,034 - paramiko.transport - DEBUG - starting thread (client mode): 0x65afb8d0L 2018-10-22 18:30:36,035 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:30:36,039 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:30:36,039 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:30:36,041 - 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-10-22 18:30:36,041 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:30:36,041 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:30:36,042 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:30:36,042 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:30:36,042 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:30:36,046 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:30:36,047 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:30:36,050 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 9edadb84fe4f197718547dde2ff2c713 2018-10-22 18:30:36,051 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:30:36,087 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:30:36,097 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:30:36,115 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:30:36,172 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:30:36,172 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:30:36,211 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:30:36,212 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:30:36,219 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:30:36,248 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:30:36,249 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:30:36,250 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:30:36,251 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:30:36,251 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:30:36,292 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:30:36,324 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:30:36,326 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:30:36,326 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:30:36,327 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:30:36,327 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:30:36,368 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:30:36,396 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:30:36,397 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:30:36,399 - paramiko.transport - DEBUG - starting thread (client mode): 0x65b02490L 2018-10-22 18:30:36,400 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:30:36,406 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:30:36,406 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:30:36,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-10-22 18:30:36,409 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:30:36,409 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:30:36,409 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:30:36,409 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:30:36,409 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:30:36,414 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:30:36,415 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:30:36,416 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 46ec2732988c0182ab443fb6c02e39be 2018-10-22 18:30:36,416 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:30:36,453 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:30:36,464 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:30:36,481 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:30:36,556 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:30:36,556 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:30:36,595 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:30:36,596 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:30:36,600 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:30:36,630 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:30:36,630 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:30:36,631 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:30:36,632 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:30:36,632 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:30:36,673 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:30:36,704 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:30:36,706 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:30:36,706 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:30:36,707 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:30:36,707 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:30:36,748 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:30:36,776 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:30:36,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:30:36,779 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:30:36,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:30:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb8e9ab0-6485-48ef-8f3c-3e533f074cf6 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:30:36,786 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-eb8e9ab0-6485-48ef-8f3c-3e533f074cf6 2018-10-22 18:30:36,787 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:30:37,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:30:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["JH6GoBv1SQ2vHEFkBj0JrA"], "issued_at": "2018-10-22T18:30:37.000000Z"}} 2018-10-22 18:30:37,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4063f95c0a578eb84f6e568bff8f14bb30fed9fa" 2018-10-22 18:30:37,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-1defdac1-2831-4ffe-b79f-93890d833d35 Date: Mon, 22 Oct 2018 18:30:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-22 18:30:37,356 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-1defdac1-2831-4ffe-b79f-93890d833d35 2018-10-22 18:30:37,356 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-22 18:30:37,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4063f95c0a578eb84f6e568bff8f14bb30fed9fa" 2018-10-22 18:30:37,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-730602b6-dea9-492e-b13b-8849c5d46399 Date: Mon, 22 Oct 2018 18:30: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-10-22 18:30:37,899 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-730602b6-dea9-492e-b13b-8849c5d46399 2018-10-22 18:30:37,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4063f95c0a578eb84f6e568bff8f14bb30fed9fa" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-22 18:30:38,140 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/54070b72-1dcc-4053-b480-3c016f0222ed X-Openstack-Request-Id: req-cb47f0df-4f55-4771-9bc7-bc0321142574 Date: Mon, 22 Oct 2018 18:30:38 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T18:30:38Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T18:30:38Z", "visibility": "public", "locations": [], "self": "/v2/images/54070b72-1dcc-4053-b480-3c016f0222ed", "min_disk": 0, "protected": false, "id": "54070b72-1dcc-4053-b480-3c016f0222ed", "file": "/v2/images/54070b72-1dcc-4053-b480-3c016f0222ed/file", "checksum": null, "owner": "8ba7a6acf87944158b12f697f8414be6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 18:30:38,140 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-cb47f0df-4f55-4771-9bc7-bc0321142574 2018-10-22 18:30:38,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/54070b72-1dcc-4053-b480-3c016f0222ed/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4063f95c0a578eb84f6e568bff8f14bb30fed9fa" -d '' 2018-10-22 18:30:39,323 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4494ec1b-7521-4c5d-ad41-5d51b8d72133 Date: Mon, 22 Oct 2018 18:30:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:30:39,323 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/54070b72-1dcc-4053-b480-3c016f0222ed/file used request id req-4494ec1b-7521-4c5d-ad41-5d51b8d72133 2018-10-22 18:30:39,324 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-11-1-net 2018-10-22 18:30:39,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:30:39,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:30:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1407643-69cf-4dee-845e-a2a0b1008f66 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:30:39,331 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e1407643-69cf-4dee-845e-a2a0b1008f66 2018-10-22 18:30:39,332 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:30:39,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:30:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["CQ9w6rw6Q7y94m8hx4AoGw"], "issued_at": "2018-10-22T18:30:39.000000Z"}} 2018-10-22 18:30:39,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acfa7ff7dd045c17d570b384b255af85ba2f0819" -d '{"network": {"name": "sdnvpn-11-1-net", "admin_state_up": true}}' 2018-10-22 18:30:40,135 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-5564373d-6e65-4b68-97fd-b2a5284a424f Date: Mon, 22 Oct 2018 18:30: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":"98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:30:39Z","is_default":false,"provider:segmentation_id":94,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:30:39Z","mtu":1450}} 2018-10-22 18:30:40,135 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-5564373d-6e65-4b68-97fd-b2a5284a424f 2018-10-22 18:30:40,136 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-11-1-subnet in network 98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839 with cidr 10.10.10.0/24 2018-10-22 18:30:40,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acfa7ff7dd045c17d570b384b255af85ba2f0819" -d '{"subnets": [{"ip_version": 4, "network_id": "98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-11-1-subnet"}]}' 2018-10-22 18:30:40,950 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-a76a2fef-16f8-48ea-9412-b08bf915d363 Date: Mon, 22 Oct 2018 18:30:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:30:40Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:30:40Z","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":"8ba7a6acf87944158b12f697f8414be6","id":"504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2018-10-22 18:30:40,951 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-a76a2fef-16f8-48ea-9412-b08bf915d363 2018-10-22 18:30:40,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acfa7ff7dd045c17d570b384b255af85ba2f0819" 2018-10-22 18:30:41,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15042 X-Openstack-Request-Id: req-40e0c972-1b95-4913-995d-be5e0c46d124 Date: Mon, 22 Oct 2018 18:30:41 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "updated_at": "2018-10-22T18:01:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "58c66846-fedf-4b66-b4e6-ffd6961123a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "9fc44f04-2cd7-4100-9543-8571d2da7285", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "f5e8b3f0-29af-49f0-94fb-39a2d07d2cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}], "revision_number": 3, "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "name": "tempest-secgroup--969560917"}, {"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "updated_at": "2018-10-22T18:04:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "1a013dff-72ac-41fc-9e59-265dff844960", "remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "406eb29d-a577-4eee-a2dd-70816b1f5888", "remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "8d4ddaeb-a7b3-4aed-91b7-115087d4fcb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "c522c5d9-59c1-4a83-941f-8ae7551e78b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}], "revision_number": 4, "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "55730c75-de7b-4a88-af62-c3f888487961", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "updated_at": "2018-10-22T18:10:53Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "0e25d5d7-5b4c-49b5-88b5-324f10154a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-22T18:10:53Z", "revision_number": 0, "id": "1de7278a-53c8-4b5c-a5c8-689d979f74a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:10:53Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 179, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "57707afa-8faf-4113-8c8c-30963caf5615", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "6bc10a09-c2a7-464a-ad78-c70bbbf6ee4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "7028de3f-e565-496f-b597-ca46bbca438c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "8b050586-2b9f-4633-a718-7d1d30acbcf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "982034b0-0ac6-4711-ae91-f2bb976a3b46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 7, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "82fd1622-3826-4da5-909e-15968132dad8", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "updated_at": "2018-10-22T14:58:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "67e51c9b-e362-42bd-a305-439e546f173e", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "90643a86-0f62-4588-9a8c-68cea1343ff6", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "name": "default"}]} 2018-10-22 18:30:41,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-40e0c972-1b95-4913-995d-be5e0c46d124 2018-10-22 18:30:41,160 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-22 18:30:41,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:30:41,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:30:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-103fa1a7-ba44-4f39-a92f-35bff61ca820 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:30:41,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-103fa1a7-ba44-4f39-a92f-35bff61ca820 2018-10-22 18:30:41,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:30:41,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:30:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["b2N2MgCKSQCT5yVaaiop-Q"], "issued_at": "2018-10-22T18:30:41.000000Z"}} 2018-10-22 18:30:41,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5278d497e919b50687abb675b458aa8f9a54060c" 2018-10-22 18:30:41,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:30: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-b94aca30-a3ce-440b-8fa7-7147e8ad39c6 x-compute-request-id: req-b94aca30-a3ce-440b-8fa7-7147e8ad39c6 Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 197}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-22 18:30:41,855 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-b94aca30-a3ce-440b-8fa7-7147e8ad39c6 2018-10-22 18:30:41,857 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:30:41,858 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:30:41,858 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:30:41,860 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:30:41,911 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-22 18:30:41,913 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-22 18:30:41,913 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:30:41,914 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-22 18:30:41,914 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-22 18:30:41,955 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-22 18:30:41,991 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-22 18:30:41,992 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:30:41,992 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-22 18:30:41,994 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:30:41,994 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:30:41,999 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:30:42,042 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-22 18:30:42,043 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-22 18:30:42,044 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:30:42,045 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-22 18:30:42,045 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-22 18:30:42,086 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-22 18:30:42,120 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-22 18:30:42,121 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-2'... 2018-10-22 18:30:42,121 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-2 flavor=m1.tiny image=54070b72-1dcc-4053-b480-3c016f0222ed network=98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-22 18:30:42,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:30:42,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:30:42,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:30:42,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:30:42,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:30:42,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:30:42,123 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-22 18:30:42,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:30:42,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:30:42,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:30:42,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:30:42,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:30:42,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:30:42,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:30:42,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:30:42,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:30:42,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:30:42,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:30:42,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:30:42,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:30:42,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:30:42,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:30:42,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:30:42,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:30:42,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:30:42,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:30:42,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:30:42,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:30:42,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:30:42,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:30:42,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:30:42,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:30:42,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:30:42,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:30:42,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:30:42,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:30:42,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:30:42,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:30:42,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:30:42,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:30:42,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:30:42,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:30:42,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:30:42,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:30:42,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:30:42,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:30:42,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:30:42,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:30:42,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:30:42,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:30:42,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:30:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58181111-1960-4cfe-b987-28a2405423cc 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:30:42,141 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-58181111-1960-4cfe-b987-28a2405423cc 2018-10-22 18:30:42,142 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:30:42,540 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:30:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["zinYWeFqSjq4w6is-33KMg"], "issued_at": "2018-10-22T18:30:42.000000Z"}} 2018-10-22 18:30:42,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" 2018-10-22 18:30:42,719 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:30:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1d65830-8e11-42d7-8727-93a95fc0f50f x-compute-request-id: req-b1d65830-8e11-42d7-8727-93a95fc0f50f Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:30:42,719 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-b1d65830-8e11-42d7-8727-93a95fc0f50f 2018-10-22 18:30:42,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" 2018-10-22 18:30:42,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:30:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4dcf3d09-d3d1-4511-a349-6fcee638e02b x-compute-request-id: req-4dcf3d09-d3d1-4511-a349-6fcee638e02b Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:30:42,742 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-4dcf3d09-d3d1-4511-a349-6fcee638e02b 2018-10-22 18:30:42,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" -d '{"server": {"name": "sdnvpn-11-2", "imageRef": "54070b72-1dcc-4053-b480-3c016f0222ed", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839"}]}}' 2018-10-22 18:30:44,643 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:30:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-852e706a-1db9-4d3b-9212-2d84f72d0728 x-compute-request-id: req-852e706a-1db9-4d3b-9212-2d84f72d0728 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6845a6e4-506c-4e02-899f-bc0e976bad2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c", "rel": "bookmark"}], "adminPass": "fTSxq9XHfeB7"}} 2018-10-22 18:30:44,643 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-852e706a-1db9-4d3b-9212-2d84f72d0728 2018-10-22 18:30:44,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:30:44,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:30:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa7d5f77-3c25-4fe4-8d70-04fd1bbcdb35 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:30:44,651 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-aa7d5f77-3c25-4fe4-8d70-04fd1bbcdb35 2018-10-22 18:30:44,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:30:45,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:30:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["kjOD_j6gQI64DrlqdijS2A"], "issued_at": "2018-10-22T18:30:45.000000Z"}} 2018-10-22 18:30:45,034 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85faf2c6c6415fbfb459d4c6862fa31674b1dcc" 2018-10-22 18:30:45,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:30:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ac5802b-5210-4117-8ecf-93a174e0178b x-compute-request-id: req-8ac5802b-5210-4117-8ecf-93a174e0178b 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.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c", "rel": "bookmark"}], "image": {"id": "54070b72-1dcc-4053-b480-3c016f0222ed", "links": [{"href": "http://172.30.9.22:8774/images/54070b72-1dcc-4053-b480-3c016f0222ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "6845a6e4-506c-4e02-899f-bc0e976bad2c", "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:30: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-11-2", "created": "2018-10-22T18:30:44Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:30:45,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c used request id req-8ac5802b-5210-4117-8ecf-93a174e0178b 2018-10-22 18:30:48,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85faf2c6c6415fbfb459d4c6862fa31674b1dcc" 2018-10-22 18:30:49,164 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:30:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7cc8414b-d574-4b80-b4da-66cd77dcb409 x-compute-request-id: req-7cc8414b-d574-4b80-b4da-66cd77dcb409 Content-Encoding: gzip Content-Length: 777 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:34:2b:9a", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c", "rel": "bookmark"}], "image": {"id": "54070b72-1dcc-4053-b480-3c016f0222ed", "links": [{"href": "http://172.30.9.22:8774/images/54070b72-1dcc-4053-b480-3c016f0222ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "6845a6e4-506c-4e02-899f-bc0e976bad2c", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:30:45Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-11-2", "created": "2018-10-22T18:30:44Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:30:49,164 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c used request id req-7cc8414b-d574-4b80-b4da-66cd77dcb409 2018-10-22 18:30:52,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85faf2c6c6415fbfb459d4c6862fa31674b1dcc" 2018-10-22 18:30:52,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:30:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aadd9355-3b98-4149-bb40-d490a17ac36c x-compute-request-id: req-aadd9355-3b98-4149-bb40-d490a17ac36c Content-Encoding: gzip Content-Length: 781 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:34:2b:9a", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c", "rel": "bookmark"}], "image": {"id": "54070b72-1dcc-4053-b480-3c016f0222ed", "links": [{"href": "http://172.30.9.22:8774/images/54070b72-1dcc-4053-b480-3c016f0222ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014c", "OS-SRV-USG:launched_at": "2018-10-22T18:30:49.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "6845a6e4-506c-4e02-899f-bc0e976bad2c", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:30:50Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-11-2", "created": "2018-10-22T18:30:44Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:30:52,852 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c used request id req-aadd9355-3b98-4149-bb40-d490a17ac36c 2018-10-22 18:30:52,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" 2018-10-22 18:30:53,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:30:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c10a3902-859a-45ae-ade4-0679941d87a0 x-compute-request-id: req-c10a3902-859a-45ae-ade4-0679941d87a0 Content-Encoding: gzip Content-Length: 781 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:34:2b:9a", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c", "rel": "bookmark"}], "image": {"id": "54070b72-1dcc-4053-b480-3c016f0222ed", "links": [{"href": "http://172.30.9.22:8774/images/54070b72-1dcc-4053-b480-3c016f0222ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014c", "OS-SRV-USG:launched_at": "2018-10-22T18:30:49.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "6845a6e4-506c-4e02-899f-bc0e976bad2c", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:30:50Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-11-2", "created": "2018-10-22T18:30:44Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:30:53,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c used request id req-c10a3902-859a-45ae-ade4-0679941d87a0 2018-10-22 18:30:53,754 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-2' booted successfully. IP='10.10.10.14'. 2018-10-22 18:30:53,754 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-2' to security group 'sdnvpn-sg'... 2018-10-22 18:30:53,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5278d497e919b50687abb675b458aa8f9a54060c" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:30:55,189 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:30:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fee172e7-b640-4109-b363-0abe53b756cf x-compute-request-id: req-fee172e7-b640-4109-b363-0abe53b756cf Content-Length: 0 Content-Type: application/json 2018-10-22 18:30:55,189 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action used request id req-fee172e7-b640-4109-b363-0abe53b756cf 2018-10-22 18:30:55,189 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-1'... 2018-10-22 18:30:55,189 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-1 flavor=m1.tiny image=54070b72-1dcc-4053-b480-3c016f0222ed network=98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-22 18:30:55,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:30:55,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:30:55,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:30:55,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:30:55,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:30:55,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:30:55,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:30:55,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:30:55,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:30:55,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:30:55,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:30:55,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:30:55,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:30:55,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:30:55,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:30:55,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:30:55,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:30:55,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:30:55,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:30:55,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:30:55,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:30:55,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:30:55,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:30:55,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:30:55,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:30:55,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:30:55,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:30:55,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:30:55,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:30:55,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:30:55,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:30:55,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:30:55,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:30:55,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:30:55,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:30:55,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:30:55,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:30:55,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:30:55,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:30:55,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:30:55,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:30:55,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:30:55,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:30:55,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:30:55,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:30:55,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:30:55,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:30:55,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:30:55,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:30:55,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:30:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46afee0f-0658-4c0a-a195-a8f701a8ecc5 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:30:55,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-46afee0f-0658-4c0a-a195-a8f701a8ecc5 2018-10-22 18:30:55,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:30:55,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:30:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["WfPRisbMQq2XbLfEtsDHAA"], "issued_at": "2018-10-22T18:30:55.000000Z"}} 2018-10-22 18:30:55,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c92c5ce603d7a37abbf4673894112cfea30451" 2018-10-22 18:30:55,763 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:30:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3260ab8-256d-40c4-80f0-dee741603798 x-compute-request-id: req-f3260ab8-256d-40c4-80f0-dee741603798 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:30:55,763 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f3260ab8-256d-40c4-80f0-dee741603798 2018-10-22 18:30:55,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c92c5ce603d7a37abbf4673894112cfea30451" 2018-10-22 18:30:55,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:30:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1948753-0fe0-40c3-aaad-6dd08531b0c5 x-compute-request-id: req-c1948753-0fe0-40c3-aaad-6dd08531b0c5 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:30:55,785 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-c1948753-0fe0-40c3-aaad-6dd08531b0c5 2018-10-22 18:30:55,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c92c5ce603d7a37abbf4673894112cfea30451" -d '{"server": {"name": "sdnvpn-11-1", "imageRef": "54070b72-1dcc-4053-b480-3c016f0222ed", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839"}]}}' 2018-10-22 18:30:57,342 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:30:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a4e6f2d1-6be7-4dcd-ab5f-77bbbf516f90 x-compute-request-id: req-a4e6f2d1-6be7-4dcd-ab5f-77bbbf516f90 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cac191db-2c61-4bbc-bfd7-710251f22e6d", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d", "rel": "bookmark"}], "adminPass": "3EmLi96CbyMM"}} 2018-10-22 18:30:57,343 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-a4e6f2d1-6be7-4dcd-ab5f-77bbbf516f90 2018-10-22 18:30:57,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:30:57,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:30:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c718100-fec0-41c0-aca1-bd0301846f51 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:30:57,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7c718100-fec0-41c0-aca1-bd0301846f51 2018-10-22 18:30:57,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:30:57,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:30:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["IOIY1pHgT-G-6BNTKiFUCw"], "issued_at": "2018-10-22T18:30:57.000000Z"}} 2018-10-22 18:30:57,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d51618c34c5051c743859743092104896223f5b" 2018-10-22 18:30:58,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:30: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-8f5740c1-e6d8-4f0a-b079-68a14ed2326d x-compute-request-id: req-8f5740c1-e6d8-4f0a-b079-68a14ed2326d 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.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d", "rel": "bookmark"}], "image": {"id": "54070b72-1dcc-4053-b480-3c016f0222ed", "links": [{"href": "http://172.30.9.22:8774/images/54070b72-1dcc-4053-b480-3c016f0222ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "cac191db-2c61-4bbc-bfd7-710251f22e6d", "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:30:57Z", "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-10-22T18:30:57Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:30:58,227 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d used request id req-8f5740c1-e6d8-4f0a-b079-68a14ed2326d 2018-10-22 18:31:01,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d51618c34c5051c743859743092104896223f5b" 2018-10-22 18:31:01,919 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-52ecd946-8f0f-489e-9a85-3adcc5bd4242 x-compute-request-id: req-52ecd946-8f0f-489e-9a85-3adcc5bd4242 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.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d", "rel": "bookmark"}], "image": {"id": "54070b72-1dcc-4053-b480-3c016f0222ed", "links": [{"href": "http://172.30.9.22:8774/images/54070b72-1dcc-4053-b480-3c016f0222ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "cac191db-2c61-4bbc-bfd7-710251f22e6d", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:30:58Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-11-1", "created": "2018-10-22T18:30:57Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:31:01,919 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d used request id req-52ecd946-8f0f-489e-9a85-3adcc5bd4242 2018-10-22 18:31:04,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d51618c34c5051c743859743092104896223f5b" 2018-10-22 18:31:05,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:31:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b62f92c-91b1-4f17-979d-fe364342eff0 x-compute-request-id: req-5b62f92c-91b1-4f17-979d-fe364342eff0 Content-Encoding: gzip Content-Length: 780 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:8d:ac:0b", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d", "rel": "bookmark"}], "image": {"id": "54070b72-1dcc-4053-b480-3c016f0222ed", "links": [{"href": "http://172.30.9.22:8774/images/54070b72-1dcc-4053-b480-3c016f0222ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014f", "OS-SRV-USG:launched_at": "2018-10-22T18:31:01.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "cac191db-2c61-4bbc-bfd7-710251f22e6d", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:31:01Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-11-1", "created": "2018-10-22T18:30:57Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:31:05,694 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d used request id req-5b62f92c-91b1-4f17-979d-fe364342eff0 2018-10-22 18:31:05,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c92c5ce603d7a37abbf4673894112cfea30451" 2018-10-22 18:31:06,435 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:31:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26dde8c3-27cf-47c4-9710-885decc1e84e x-compute-request-id: req-26dde8c3-27cf-47c4-9710-885decc1e84e Content-Encoding: gzip Content-Length: 780 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:8d:ac:0b", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d", "rel": "bookmark"}], "image": {"id": "54070b72-1dcc-4053-b480-3c016f0222ed", "links": [{"href": "http://172.30.9.22:8774/images/54070b72-1dcc-4053-b480-3c016f0222ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014f", "OS-SRV-USG:launched_at": "2018-10-22T18:31:01.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "cac191db-2c61-4bbc-bfd7-710251f22e6d", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:31:01Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-11-1", "created": "2018-10-22T18:30:57Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:31:06,435 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d used request id req-26dde8c3-27cf-47c4-9710-885decc1e84e 2018-10-22 18:31:06,436 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-1' booted successfully. IP='10.10.10.5'. 2018-10-22 18:31:06,436 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-1' to security group 'sdnvpn-sg'... 2018-10-22 18:31:06,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5278d497e919b50687abb675b458aa8f9a54060c" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:31:07,823 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:31: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-fa05437e-de65-443c-b443-d1244c50d354 x-compute-request-id: req-fa05437e-de65-443c-b443-d1244c50d354 Content-Length: 0 Content-Type: application/json 2018-10-22 18:31:07,823 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action used request id req-fa05437e-de65-443c-b443-d1244c50d354 2018-10-22 18:31:07,823 - sdnvpn_test_utils - INFO - Waiting for instance cac191db-2c61-4bbc-bfd7-710251f22e6d to boot up 2018-10-22 18:31:07,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c92c5ce603d7a37abbf4673894112cfea30451" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:31:08,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:31:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e8485dd-3581-4c1c-95d9-cadd633b9d5f x-compute-request-id: req-0e8485dd-3581-4c1c-95d9-cadd633b9d5f Content-Encoding: gzip Content-Length: 9423 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498092291 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130043] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131643] pid_max: default: 32768 minimum: 301\n[ 0.132507] ACPI: Core revision 20150930\n[ 0.133879] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135144] Security Framework initialized\n[ 0.135933] Yama: becoming mindful.\n[ 0.136643] AppArmor: AppArmor initialized\n[ 0.137488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142518] Initializing cgroup subsys io\n[ 0.143301] Initializing cgroup subsys memory\n[ 0.144132] Initializing cgroup subsys devices\n[ 0.144974] Initializing cgroup subsys freezer\n[ 0.145820] Initializing cgroup subsys net_cls\n[ 0.146660] Initializing cgroup subsys perf_event\n[ 0.147539] Initializing cgroup subsys net_prio\n[ 0.148396] Initializing cgroup subsys hugetlb\n[ 0.149236] Initializing cgroup subsys pids\n[ 0.150085] CPU: Physical Processor ID: 0\n[ 0.151570] mce: CPU supports 10 MCE banks\n[ 0.152389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164350] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170907] ftrace: allocating 31920 entries in 125 pages\n[ 0.198448] smpboot: Max logical packages: 1\n[ 0.199292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200615] x2apic enabled\n[ 0.201413] Switched APIC routing to physical x2apic.\n[ 0.203117] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209127] x86: Booted up 1 node, 1 CPUs\n[ 0.209905] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211246] devtmpfs: initialized\n[ 0.213077] evm: security.selinux\n[ 0.213871] evm: security.SMACK64\n[ 0.214648] evm: security.SMACK64EXEC\n[ 0.215491] evm: security.SMACK64TRANSMUTE\n[ 0.216399] evm: security.SMACK64MMAP\n[ 0.217242] evm: security.ima\n[ 0.217978] evm: security.capability\n[ 0.218911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221105] pinctrl core: initialized pinctrl subsystem\n[ 0.222402] RTC time: 18:31:01, date: 10/22/18\n[ 0.223511] NET: Registered protocol family 16\n[ 0.224628] cpuidle: using governor ladder\n[ 0.225576] cpuidle: using governor menu\n[ 0.226488] PCCT header not found.\n[ 0.227352] ACPI: bus type PCI registered\n[ 0.228280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229704] PCI: Using configuration type 1 for base access\n[ 0.231668] ACPI: Added _OSI(Module Device)\n[ 0.232655] ACPI: Added _OSI(Processor Device)\n[ 0.233696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234748] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237077] ACPI: Interpreter enabled\n[ 0.237969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244048] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245835] ACPI: (supports S0 S5)\n[ 0.246517] ACPI: Using IOAPIC for interrupt routing\n[ 0.247665] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254172] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256312] acpiphp: Slot [3] registered\n[ 0.257089] acpiphp: Slot [4] registered\n[ 0.257864] acpiphp: Slot [5] registered\n[ 0.258639] acpiphp: Slot [6] registered\n[ 0.259420] acpiphp: Slot [7] registered\n[ 0.260186] acpiphp: Slot [8] registered\n[ 0.260957] acpiphp: Slot [9] registered\n[ 0.261725] acpiphp: Slot [10] registered\n[ 0.262503] acpiphp: Slot [11] registered\n[ 0.263380] acpiphp: Slot [12] registered\n[ 0.264161] acpiphp: Slot [13] registered\n[ 0.264943] acpiphp: Slot [14] registered\n[ 0.265724] acpiphp: Slot [15] registered\n[ 0.276360] acpiphp: Slot [16] registered\n[ 0.277151] acpiphp: Slot [17] registered\n[ 0.277942] acpiphp: Slot [18] registered\n[ 0.278724] acpiphp: Slot [19] registered\n[ 0.279504] acpiphp: Slot [20] registered\n[ 0.280283] acpiphp: Slot [21] registered\n[ 0.281070] acpiphp: Slot [22] registered\n[ 0.281853] acpiphp: Slot [23] registered\n[ 0.282636] acpiphp: Slot [24] registered\n[ 0.283417] acpiphp: Slot [25] registered\n[ 0.284192] acpiphp: Slot [26] registered\n[ 0.284972] acpiphp: Slot [27] registered\n[ 0.285761] acpiphp: Slot [28] registered\n[ 0.286544] acpiphp: Slot [29] registered\n[ 0.287318] acpiphp: Slot [30] registered\n[ 0.288098] acpiphp: Slot [31] registered\n[ 0.288878] PCI host bridge to bus 0000:00\n[ 0.289779] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292104] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293507] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294980] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301217] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304815] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311839] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362311] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365178] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367882] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370048] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371174] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373676] vgaarb: loaded\n[ 0.374256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375369] SCSI subsystem initialized\n[ 0.376162] ACPI: bus type USB registered\n[ 0.377048] usbcore: registered new interface driver usbfs\n[ 0.378023] usbcore: registered new interface driver hub\n[ 0.378992] usbcore: registered new device driver usb\n[ 0.380017] PCI: Using ACPI for IRQ routing\n[ 0.381016] NetLabel: Initializing\n[ 0.381710] NetLabel: domain hash size = 128\n[ 0.382537] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383457] NetLabel: unlabeled traffic allowed by default\n[ 0.384529] clocksource: Switched to clocksource kvm-clock\n[ 0.390253] AppArmor: AppArmor Filesystem Enabled\n[ 0.391195] pnp: PnP ACPI init\n[ 0.392110] pnp: PnP ACPI: found 5 devices\n[ 0.398490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400160] NET: Registered protocol family 2\n[ 0.401110] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402330] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403453] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404581] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405618] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406743] NET: Registered protocol family 1\n[ 0.407585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408657] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409701] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423689] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438006] Trying to unpack rootfs image as initramfs...\n[ 0.488504] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502422] Scanning for low memory corruption every 60 seconds\n[ 0.503736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504868] audit: initializing netlink subsys (disabled)\n[ 0.505875] audit: type=2000 audit(1540233061.881:1): initialized\n[ 0.507160] Initialise system trusted keyring\n[ 0.508083] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509228] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511154] zbud: loaded\n[ 0.511851] VFS: Disk quotas dquot_6.6.0\n[ 0.512661] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514158] fuse init (API version 7.23)\n[ 0.515032] Key type big_key registered\n[ 0.515818] Allocating IMA MOK and blacklist keyrings.\n[ 0.516914] Key type asymmetric registered\n[ 0.517762] Asymmetric key parser 'x509' registered\n[ 0.518737] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520546] io scheduler noop registered\n[ 0.521321] io scheduler deadline registered (default)\n[ 0.522278] io scheduler cfq registered\n[ 0.523099] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526775] ACPI: Power Button [PWRF]\n[ 0.527590] GHES: HEST is not enabled!\n[ 0.542181] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577871] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581396] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605538] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607690] Linux agpgart interface v0.103\n[ 0.610340] brd: module loaded\n[ 0.611592] loop: module loaded\n[ 0.616115] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617530] GPT:90111 != 2097151\n[ 0.618184] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619242] GPT:90111 != 2097151\n[ 0.619899] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620849] vda: vda1 vda15\n[ 0.622398] scsi host0: ata_piix\n[ 0.623108] scsi host1: ata_piix\n[ 0.623800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626486] libphy: Fixed MDIO Bus: probed\n[ 0.627277] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628198] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630404] PPP generic driver version 2.4.2\n[ 0.631281] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632780] ehci-pci: EHCI PCI platform driver\n[ 0.633828] ehci-platform: EHCI generic platform driver\n[ 0.635015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636380] ohci-pci: OHCI PCI platform driver\n[ 0.637446] ohci-platform: OHCI generic platform driver\n[ 0.638638] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653315] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654526] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656255] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657451] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661977] usb usb1: Product: UHCI Host Controller\n[ 0.663212] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664607] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665759] hub 1-0:1.0: USB hub found\n[ 0.666677] hub 1-0:1.0: 2 ports detected\n[ 0.667751] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670196] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672578] mousedev: PS/2 mouse device common for all mice\n[ 0.674046] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676196] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678915] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680360] i2c /dev entries driver\n[ 0.681257] device-mapper: uevent: version 1.0.3\n[ 0.682400] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685863] NET: Registered protocol family 10\n[ 0.687043] NET: Registered protocol family 17\n[ 0.688096] Key type dns_resolver registered\n[ 0.689188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692664] registered taskstats version 1\n[ 0.693662] Loading compiled-in X.509 certificates\n[ 0.695280] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697522] zswap: loaded using pool lzo/zbud\n[ 0.699595] Key type trusted registered\n[ 0.701317] Key type encrypted registered\n[ 0.702308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703561] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704840] evm: HMAC attrs: 0x1\n[ 0.705927] Magic number: 6:67:545\n[ 0.706833] tty ttyS21: hash matches\n[ 0.707794] rtc_cmos 00:00: setting system clock to 2018-10-22 18:31:02 UTC (1540233062)\n[ 0.709657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711000] EDD information not available.\n[ 0.785533] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797201] Write protecting the kernel read-only data: 14336k\n[ 0.798945] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800980] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.355406] 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.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 1.25. iid=i-0000014c\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCGmOqiV56to6Pqq5H0ywN+1KYK15vsl75NY3WP7BU2jXrzIsUXsC9t6mz1hGVxNO2Qwg7royly9UPZc4Bivkd4T9w/Wp9D5lcqIPRLkdHUCMlZpEkL7kzt1fcOSfhzy5kyp0j5MgLBQdo4DgrDiL6VqrC+mxDePKbv9DKWhFr0K3DVJnX/AfC9mQR3iqXAXEBdlg2GY6EinHLv+xX5/mT+/3ftQFqwwaz7TSNl0ecSDiEjDrMSN3aFUhBSlDPTiqxbH2YxAEkFJDanNydOQLK+63eFSxmch3ItkubMrktlxGuJSGN+EFqPVqqUvcICvyvXwBwOsIEubtkoj6I/blpl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAItt6NPDDVe8ml+NUJHUQN/+tQce+vtiRoTk7zD4M+1xoeD0W8zY6NrXBgUxnis/BJwF4YAdfbfCCv1n9YoEOB4PP8LalJEhG/C18f4yyBeNMK9C1dL06y5dQEC3OJ14RCdeCCRQIX18BzecrvM6ofXG+jH/0nWNNDWU/c6Ts+XXAAAAFQDip9PaPQvV94sNz/yIWrzgsdvvPwAAAIAyyoWSwo4N5CZUizo06msTXReeCHoYTxXPURzCdoSgAw0UKjaSjn0kQWRaAAVl0A9BXljTWOzSGlzCprWsB1kMAmtaIyji/378FP9cj4R85JmkHuSd/vkBpqt+LF8m8Hpwe74mk8AomRDWL3lmTHO8f6YEc4Yd3c3mgMaxeZIFugAAAIBcKHeDVrLODjjoeUOCNp5XYUyebYzwAZSa/wKkha/SFVr0tyQqwPCRcYTqrDbRjYq8aJnMRhDfh+osD+BKdMw9rc2tCvKwApNd7wVPQCpXVo/xuVNVGroMDV6NNUFmDMmkMLErorjbO0Fl53YcKgfSCrKsdlbAthMTdbBuHJ5oVw== 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.5,24,fe80::f816:3eff:fe8d:ac0b/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.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-0000014c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.73 ===\n/dev/root resized successfully [took 2.12s]\n"} 2018-10-22 18:31:08,895 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action used request id req-0e8485dd-3581-4c1c-95d9-cadd633b9d5f 2018-10-22 18:31:10,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c92c5ce603d7a37abbf4673894112cfea30451" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:31:11,983 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:31: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-48c7e08b-ff82-4da8-a879-20d618bcee4c x-compute-request-id: req-48c7e08b-ff82-4da8-a879-20d618bcee4c Content-Encoding: gzip Content-Length: 10003 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498092291 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130043] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131643] pid_max: default: 32768 minimum: 301\n[ 0.132507] ACPI: Core revision 20150930\n[ 0.133879] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135144] Security Framework initialized\n[ 0.135933] Yama: becoming mindful.\n[ 0.136643] AppArmor: AppArmor initialized\n[ 0.137488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142518] Initializing cgroup subsys io\n[ 0.143301] Initializing cgroup subsys memory\n[ 0.144132] Initializing cgroup subsys devices\n[ 0.144974] Initializing cgroup subsys freezer\n[ 0.145820] Initializing cgroup subsys net_cls\n[ 0.146660] Initializing cgroup subsys perf_event\n[ 0.147539] Initializing cgroup subsys net_prio\n[ 0.148396] Initializing cgroup subsys hugetlb\n[ 0.149236] Initializing cgroup subsys pids\n[ 0.150085] CPU: Physical Processor ID: 0\n[ 0.151570] mce: CPU supports 10 MCE banks\n[ 0.152389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164350] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170907] ftrace: allocating 31920 entries in 125 pages\n[ 0.198448] smpboot: Max logical packages: 1\n[ 0.199292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200615] x2apic enabled\n[ 0.201413] Switched APIC routing to physical x2apic.\n[ 0.203117] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209127] x86: Booted up 1 node, 1 CPUs\n[ 0.209905] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211246] devtmpfs: initialized\n[ 0.213077] evm: security.selinux\n[ 0.213871] evm: security.SMACK64\n[ 0.214648] evm: security.SMACK64EXEC\n[ 0.215491] evm: security.SMACK64TRANSMUTE\n[ 0.216399] evm: security.SMACK64MMAP\n[ 0.217242] evm: security.ima\n[ 0.217978] evm: security.capability\n[ 0.218911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221105] pinctrl core: initialized pinctrl subsystem\n[ 0.222402] RTC time: 18:31:01, date: 10/22/18\n[ 0.223511] NET: Registered protocol family 16\n[ 0.224628] cpuidle: using governor ladder\n[ 0.225576] cpuidle: using governor menu\n[ 0.226488] PCCT header not found.\n[ 0.227352] ACPI: bus type PCI registered\n[ 0.228280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229704] PCI: Using configuration type 1 for base access\n[ 0.231668] ACPI: Added _OSI(Module Device)\n[ 0.232655] ACPI: Added _OSI(Processor Device)\n[ 0.233696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234748] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237077] ACPI: Interpreter enabled\n[ 0.237969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244048] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245835] ACPI: (supports S0 S5)\n[ 0.246517] ACPI: Using IOAPIC for interrupt routing\n[ 0.247665] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254172] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256312] acpiphp: Slot [3] registered\n[ 0.257089] acpiphp: Slot [4] registered\n[ 0.257864] acpiphp: Slot [5] registered\n[ 0.258639] acpiphp: Slot [6] registered\n[ 0.259420] acpiphp: Slot [7] registered\n[ 0.260186] acpiphp: Slot [8] registered\n[ 0.260957] acpiphp: Slot [9] registered\n[ 0.261725] acpiphp: Slot [10] registered\n[ 0.262503] acpiphp: Slot [11] registered\n[ 0.263380] acpiphp: Slot [12] registered\n[ 0.264161] acpiphp: Slot [13] registered\n[ 0.264943] acpiphp: Slot [14] registered\n[ 0.265724] acpiphp: Slot [15] registered\n[ 0.276360] acpiphp: Slot [16] registered\n[ 0.277151] acpiphp: Slot [17] registered\n[ 0.277942] acpiphp: Slot [18] registered\n[ 0.278724] acpiphp: Slot [19] registered\n[ 0.279504] acpiphp: Slot [20] registered\n[ 0.280283] acpiphp: Slot [21] registered\n[ 0.281070] acpiphp: Slot [22] registered\n[ 0.281853] acpiphp: Slot [23] registered\n[ 0.282636] acpiphp: Slot [24] registered\n[ 0.283417] acpiphp: Slot [25] registered\n[ 0.284192] acpiphp: Slot [26] registered\n[ 0.284972] acpiphp: Slot [27] registered\n[ 0.285761] acpiphp: Slot [28] registered\n[ 0.286544] acpiphp: Slot [29] registered\n[ 0.287318] acpiphp: Slot [30] registered\n[ 0.288098] acpiphp: Slot [31] registered\n[ 0.288878] PCI host bridge to bus 0000:00\n[ 0.289779] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292104] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293507] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294980] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301217] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304815] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311839] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362311] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365178] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367882] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370048] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371174] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373676] vgaarb: loaded\n[ 0.374256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375369] SCSI subsystem initialized\n[ 0.376162] ACPI: bus type USB registered\n[ 0.377048] usbcore: registered new interface driver usbfs\n[ 0.378023] usbcore: registered new interface driver hub\n[ 0.378992] usbcore: registered new device driver usb\n[ 0.380017] PCI: Using ACPI for IRQ routing\n[ 0.381016] NetLabel: Initializing\n[ 0.381710] NetLabel: domain hash size = 128\n[ 0.382537] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383457] NetLabel: unlabeled traffic allowed by default\n[ 0.384529] clocksource: Switched to clocksource kvm-clock\n[ 0.390253] AppArmor: AppArmor Filesystem Enabled\n[ 0.391195] pnp: PnP ACPI init\n[ 0.392110] pnp: PnP ACPI: found 5 devices\n[ 0.398490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400160] NET: Registered protocol family 2\n[ 0.401110] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402330] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403453] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404581] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405618] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406743] NET: Registered protocol family 1\n[ 0.407585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408657] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409701] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423689] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438006] Trying to unpack rootfs image as initramfs...\n[ 0.488504] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502422] Scanning for low memory corruption every 60 seconds\n[ 0.503736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504868] audit: initializing netlink subsys (disabled)\n[ 0.505875] audit: type=2000 audit(1540233061.881:1): initialized\n[ 0.507160] Initialise system trusted keyring\n[ 0.508083] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509228] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511154] zbud: loaded\n[ 0.511851] VFS: Disk quotas dquot_6.6.0\n[ 0.512661] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514158] fuse init (API version 7.23)\n[ 0.515032] Key type big_key registered\n[ 0.515818] Allocating IMA MOK and blacklist keyrings.\n[ 0.516914] Key type asymmetric registered\n[ 0.517762] Asymmetric key parser 'x509' registered\n[ 0.518737] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520546] io scheduler noop registered\n[ 0.521321] io scheduler deadline registered (default)\n[ 0.522278] io scheduler cfq registered\n[ 0.523099] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526775] ACPI: Power Button [PWRF]\n[ 0.527590] GHES: HEST is not enabled!\n[ 0.542181] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577871] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581396] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605538] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607690] Linux agpgart interface v0.103\n[ 0.610340] brd: module loaded\n[ 0.611592] loop: module loaded\n[ 0.616115] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617530] GPT:90111 != 2097151\n[ 0.618184] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619242] GPT:90111 != 2097151\n[ 0.619899] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620849] vda: vda1 vda15\n[ 0.622398] scsi host0: ata_piix\n[ 0.623108] scsi host1: ata_piix\n[ 0.623800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626486] libphy: Fixed MDIO Bus: probed\n[ 0.627277] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628198] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630404] PPP generic driver version 2.4.2\n[ 0.631281] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632780] ehci-pci: EHCI PCI platform driver\n[ 0.633828] ehci-platform: EHCI generic platform driver\n[ 0.635015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636380] ohci-pci: OHCI PCI platform driver\n[ 0.637446] ohci-platform: OHCI generic platform driver\n[ 0.638638] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653315] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654526] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656255] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657451] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661977] usb usb1: Product: UHCI Host Controller\n[ 0.663212] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664607] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665759] hub 1-0:1.0: USB hub found\n[ 0.666677] hub 1-0:1.0: 2 ports detected\n[ 0.667751] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670196] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672578] mousedev: PS/2 mouse device common for all mice\n[ 0.674046] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676196] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678915] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680360] i2c /dev entries driver\n[ 0.681257] device-mapper: uevent: version 1.0.3\n[ 0.682400] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685863] NET: Registered protocol family 10\n[ 0.687043] NET: Registered protocol family 17\n[ 0.688096] Key type dns_resolver registered\n[ 0.689188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692664] registered taskstats version 1\n[ 0.693662] Loading compiled-in X.509 certificates\n[ 0.695280] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697522] zswap: loaded using pool lzo/zbud\n[ 0.699595] Key type trusted registered\n[ 0.701317] Key type encrypted registered\n[ 0.702308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703561] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704840] evm: HMAC attrs: 0x1\n[ 0.705927] Magic number: 6:67:545\n[ 0.706833] tty ttyS21: hash matches\n[ 0.707794] rtc_cmos 00:00: setting system clock to 2018-10-22 18:31:02 UTC (1540233062)\n[ 0.709657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711000] EDD information not available.\n[ 0.785533] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797201] Write protecting the kernel read-only data: 14336k\n[ 0.798945] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800980] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.355406] 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.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 1.25. iid=i-0000014c\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCGmOqiV56to6Pqq5H0ywN+1KYK15vsl75NY3WP7BU2jXrzIsUXsC9t6mz1hGVxNO2Qwg7royly9UPZc4Bivkd4T9w/Wp9D5lcqIPRLkdHUCMlZpEkL7kzt1fcOSfhzy5kyp0j5MgLBQdo4DgrDiL6VqrC+mxDePKbv9DKWhFr0K3DVJnX/AfC9mQR3iqXAXEBdlg2GY6EinHLv+xX5/mT+/3ftQFqwwaz7TSNl0ecSDiEjDrMSN3aFUhBSlDPTiqxbH2YxAEkFJDanNydOQLK+63eFSxmch3ItkubMrktlxGuJSGN+EFqPVqqUvcICvyvXwBwOsIEubtkoj6I/blpl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAItt6NPDDVe8ml+NUJHUQN/+tQce+vtiRoTk7zD4M+1xoeD0W8zY6NrXBgUxnis/BJwF4YAdfbfCCv1n9YoEOB4PP8LalJEhG/C18f4yyBeNMK9C1dL06y5dQEC3OJ14RCdeCCRQIX18BzecrvM6ofXG+jH/0nWNNDWU/c6Ts+XXAAAAFQDip9PaPQvV94sNz/yIWrzgsdvvPwAAAIAyyoWSwo4N5CZUizo06msTXReeCHoYTxXPURzCdoSgAw0UKjaSjn0kQWRaAAVl0A9BXljTWOzSGlzCprWsB1kMAmtaIyji/378FP9cj4R85JmkHuSd/vkBpqt+LF8m8Hpwe74mk8AomRDWL3lmTHO8f6YEc4Yd3c3mgMaxeZIFugAAAIBcKHeDVrLODjjoeUOCNp5XYUyebYzwAZSa/wKkha/SFVr0tyQqwPCRcYTqrDbRjYq8aJnMRhDfh+osD+BKdMw9rc2tCvKwApNd7wVPQCpXVo/xuVNVGroMDV6NNUFmDMmkMLErorjbO0Fl53YcKgfSCrKsdlbAthMTdbBuHJ5oVw== 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.5,24,fe80::f816:3eff:fe8d:ac0b/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.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-0000014c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.73 ===\n/dev/root resized successfully [took 2.12s]\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:8D:AC:0B \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8d:ac0b/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:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7939 (7.7 KiB) TX bytes:9137 (8.9 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-10-22 18:31:11,984 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action used request id req-48c7e08b-ff82-4da8-a879-20d618bcee4c 2018-10-22 18:31:14,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c92c5ce603d7a37abbf4673894112cfea30451" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:31:15,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:31:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57a87ba8-ddf2-464a-9d6d-18582b851b42 x-compute-request-id: req-57a87ba8-ddf2-464a-9d6d-18582b851b42 Content-Encoding: gzip Content-Length: 10003 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498092291 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130043] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131643] pid_max: default: 32768 minimum: 301\n[ 0.132507] ACPI: Core revision 20150930\n[ 0.133879] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135144] Security Framework initialized\n[ 0.135933] Yama: becoming mindful.\n[ 0.136643] AppArmor: AppArmor initialized\n[ 0.137488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142518] Initializing cgroup subsys io\n[ 0.143301] Initializing cgroup subsys memory\n[ 0.144132] Initializing cgroup subsys devices\n[ 0.144974] Initializing cgroup subsys freezer\n[ 0.145820] Initializing cgroup subsys net_cls\n[ 0.146660] Initializing cgroup subsys perf_event\n[ 0.147539] Initializing cgroup subsys net_prio\n[ 0.148396] Initializing cgroup subsys hugetlb\n[ 0.149236] Initializing cgroup subsys pids\n[ 0.150085] CPU: Physical Processor ID: 0\n[ 0.151570] mce: CPU supports 10 MCE banks\n[ 0.152389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164350] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170907] ftrace: allocating 31920 entries in 125 pages\n[ 0.198448] smpboot: Max logical packages: 1\n[ 0.199292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200615] x2apic enabled\n[ 0.201413] Switched APIC routing to physical x2apic.\n[ 0.203117] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209127] x86: Booted up 1 node, 1 CPUs\n[ 0.209905] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211246] devtmpfs: initialized\n[ 0.213077] evm: security.selinux\n[ 0.213871] evm: security.SMACK64\n[ 0.214648] evm: security.SMACK64EXEC\n[ 0.215491] evm: security.SMACK64TRANSMUTE\n[ 0.216399] evm: security.SMACK64MMAP\n[ 0.217242] evm: security.ima\n[ 0.217978] evm: security.capability\n[ 0.218911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221105] pinctrl core: initialized pinctrl subsystem\n[ 0.222402] RTC time: 18:31:01, date: 10/22/18\n[ 0.223511] NET: Registered protocol family 16\n[ 0.224628] cpuidle: using governor ladder\n[ 0.225576] cpuidle: using governor menu\n[ 0.226488] PCCT header not found.\n[ 0.227352] ACPI: bus type PCI registered\n[ 0.228280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229704] PCI: Using configuration type 1 for base access\n[ 0.231668] ACPI: Added _OSI(Module Device)\n[ 0.232655] ACPI: Added _OSI(Processor Device)\n[ 0.233696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234748] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237077] ACPI: Interpreter enabled\n[ 0.237969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244048] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245835] ACPI: (supports S0 S5)\n[ 0.246517] ACPI: Using IOAPIC for interrupt routing\n[ 0.247665] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254172] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256312] acpiphp: Slot [3] registered\n[ 0.257089] acpiphp: Slot [4] registered\n[ 0.257864] acpiphp: Slot [5] registered\n[ 0.258639] acpiphp: Slot [6] registered\n[ 0.259420] acpiphp: Slot [7] registered\n[ 0.260186] acpiphp: Slot [8] registered\n[ 0.260957] acpiphp: Slot [9] registered\n[ 0.261725] acpiphp: Slot [10] registered\n[ 0.262503] acpiphp: Slot [11] registered\n[ 0.263380] acpiphp: Slot [12] registered\n[ 0.264161] acpiphp: Slot [13] registered\n[ 0.264943] acpiphp: Slot [14] registered\n[ 0.265724] acpiphp: Slot [15] registered\n[ 0.276360] acpiphp: Slot [16] registered\n[ 0.277151] acpiphp: Slot [17] registered\n[ 0.277942] acpiphp: Slot [18] registered\n[ 0.278724] acpiphp: Slot [19] registered\n[ 0.279504] acpiphp: Slot [20] registered\n[ 0.280283] acpiphp: Slot [21] registered\n[ 0.281070] acpiphp: Slot [22] registered\n[ 0.281853] acpiphp: Slot [23] registered\n[ 0.282636] acpiphp: Slot [24] registered\n[ 0.283417] acpiphp: Slot [25] registered\n[ 0.284192] acpiphp: Slot [26] registered\n[ 0.284972] acpiphp: Slot [27] registered\n[ 0.285761] acpiphp: Slot [28] registered\n[ 0.286544] acpiphp: Slot [29] registered\n[ 0.287318] acpiphp: Slot [30] registered\n[ 0.288098] acpiphp: Slot [31] registered\n[ 0.288878] PCI host bridge to bus 0000:00\n[ 0.289779] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292104] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293507] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294980] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301217] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304815] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311839] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362311] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365178] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367882] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370048] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371174] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373676] vgaarb: loaded\n[ 0.374256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375369] SCSI subsystem initialized\n[ 0.376162] ACPI: bus type USB registered\n[ 0.377048] usbcore: registered new interface driver usbfs\n[ 0.378023] usbcore: registered new interface driver hub\n[ 0.378992] usbcore: registered new device driver usb\n[ 0.380017] PCI: Using ACPI for IRQ routing\n[ 0.381016] NetLabel: Initializing\n[ 0.381710] NetLabel: domain hash size = 128\n[ 0.382537] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383457] NetLabel: unlabeled traffic allowed by default\n[ 0.384529] clocksource: Switched to clocksource kvm-clock\n[ 0.390253] AppArmor: AppArmor Filesystem Enabled\n[ 0.391195] pnp: PnP ACPI init\n[ 0.392110] pnp: PnP ACPI: found 5 devices\n[ 0.398490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400160] NET: Registered protocol family 2\n[ 0.401110] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402330] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403453] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404581] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405618] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406743] NET: Registered protocol family 1\n[ 0.407585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408657] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409701] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423689] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438006] Trying to unpack rootfs image as initramfs...\n[ 0.488504] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502422] Scanning for low memory corruption every 60 seconds\n[ 0.503736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504868] audit: initializing netlink subsys (disabled)\n[ 0.505875] audit: type=2000 audit(1540233061.881:1): initialized\n[ 0.507160] Initialise system trusted keyring\n[ 0.508083] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509228] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511154] zbud: loaded\n[ 0.511851] VFS: Disk quotas dquot_6.6.0\n[ 0.512661] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514158] fuse init (API version 7.23)\n[ 0.515032] Key type big_key registered\n[ 0.515818] Allocating IMA MOK and blacklist keyrings.\n[ 0.516914] Key type asymmetric registered\n[ 0.517762] Asymmetric key parser 'x509' registered\n[ 0.518737] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520546] io scheduler noop registered\n[ 0.521321] io scheduler deadline registered (default)\n[ 0.522278] io scheduler cfq registered\n[ 0.523099] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526775] ACPI: Power Button [PWRF]\n[ 0.527590] GHES: HEST is not enabled!\n[ 0.542181] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577871] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581396] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605538] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607690] Linux agpgart interface v0.103\n[ 0.610340] brd: module loaded\n[ 0.611592] loop: module loaded\n[ 0.616115] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617530] GPT:90111 != 2097151\n[ 0.618184] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619242] GPT:90111 != 2097151\n[ 0.619899] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620849] vda: vda1 vda15\n[ 0.622398] scsi host0: ata_piix\n[ 0.623108] scsi host1: ata_piix\n[ 0.623800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626486] libphy: Fixed MDIO Bus: probed\n[ 0.627277] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628198] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630404] PPP generic driver version 2.4.2\n[ 0.631281] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632780] ehci-pci: EHCI PCI platform driver\n[ 0.633828] ehci-platform: EHCI generic platform driver\n[ 0.635015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636380] ohci-pci: OHCI PCI platform driver\n[ 0.637446] ohci-platform: OHCI generic platform driver\n[ 0.638638] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653315] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654526] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656255] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657451] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661977] usb usb1: Product: UHCI Host Controller\n[ 0.663212] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664607] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665759] hub 1-0:1.0: USB hub found\n[ 0.666677] hub 1-0:1.0: 2 ports detected\n[ 0.667751] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670196] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672578] mousedev: PS/2 mouse device common for all mice\n[ 0.674046] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676196] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678915] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680360] i2c /dev entries driver\n[ 0.681257] device-mapper: uevent: version 1.0.3\n[ 0.682400] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685863] NET: Registered protocol family 10\n[ 0.687043] NET: Registered protocol family 17\n[ 0.688096] Key type dns_resolver registered\n[ 0.689188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692664] registered taskstats version 1\n[ 0.693662] Loading compiled-in X.509 certificates\n[ 0.695280] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697522] zswap: loaded using pool lzo/zbud\n[ 0.699595] Key type trusted registered\n[ 0.701317] Key type encrypted registered\n[ 0.702308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703561] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704840] evm: HMAC attrs: 0x1\n[ 0.705927] Magic number: 6:67:545\n[ 0.706833] tty ttyS21: hash matches\n[ 0.707794] rtc_cmos 00:00: setting system clock to 2018-10-22 18:31:02 UTC (1540233062)\n[ 0.709657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711000] EDD information not available.\n[ 0.785533] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797201] Write protecting the kernel read-only data: 14336k\n[ 0.798945] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800980] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.355406] 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.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 1.25. iid=i-0000014c\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCGmOqiV56to6Pqq5H0ywN+1KYK15vsl75NY3WP7BU2jXrzIsUXsC9t6mz1hGVxNO2Qwg7royly9UPZc4Bivkd4T9w/Wp9D5lcqIPRLkdHUCMlZpEkL7kzt1fcOSfhzy5kyp0j5MgLBQdo4DgrDiL6VqrC+mxDePKbv9DKWhFr0K3DVJnX/AfC9mQR3iqXAXEBdlg2GY6EinHLv+xX5/mT+/3ftQFqwwaz7TSNl0ecSDiEjDrMSN3aFUhBSlDPTiqxbH2YxAEkFJDanNydOQLK+63eFSxmch3ItkubMrktlxGuJSGN+EFqPVqqUvcICvyvXwBwOsIEubtkoj6I/blpl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAItt6NPDDVe8ml+NUJHUQN/+tQce+vtiRoTk7zD4M+1xoeD0W8zY6NrXBgUxnis/BJwF4YAdfbfCCv1n9YoEOB4PP8LalJEhG/C18f4yyBeNMK9C1dL06y5dQEC3OJ14RCdeCCRQIX18BzecrvM6ofXG+jH/0nWNNDWU/c6Ts+XXAAAAFQDip9PaPQvV94sNz/yIWrzgsdvvPwAAAIAyyoWSwo4N5CZUizo06msTXReeCHoYTxXPURzCdoSgAw0UKjaSjn0kQWRaAAVl0A9BXljTWOzSGlzCprWsB1kMAmtaIyji/378FP9cj4R85JmkHuSd/vkBpqt+LF8m8Hpwe74mk8AomRDWL3lmTHO8f6YEc4Yd3c3mgMaxeZIFugAAAIBcKHeDVrLODjjoeUOCNp5XYUyebYzwAZSa/wKkha/SFVr0tyQqwPCRcYTqrDbRjYq8aJnMRhDfh+osD+BKdMw9rc2tCvKwApNd7wVPQCpXVo/xuVNVGroMDV6NNUFmDMmkMLErorjbO0Fl53YcKgfSCrKsdlbAthMTdbBuHJ5oVw== 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.5,24,fe80::f816:3eff:fe8d:ac0b/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.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-0000014c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.73 ===\n/dev/root resized successfully [took 2.12s]\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:8D:AC:0B \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8d:ac0b/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:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7939 (7.7 KiB) TX bytes:9137 (8.9 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-10-22 18:31:15,075 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action used request id req-57a87ba8-ddf2-464a-9d6d-18582b851b42 2018-10-22 18:31:17,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c92c5ce603d7a37abbf4673894112cfea30451" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:31:18,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:31:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-757de8f1-1bef-4154-b1b3-7a97e7f3a1ff x-compute-request-id: req-757de8f1-1bef-4154-b1b3-7a97e7f3a1ff Content-Encoding: gzip Content-Length: 10003 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498092291 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130043] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131643] pid_max: default: 32768 minimum: 301\n[ 0.132507] ACPI: Core revision 20150930\n[ 0.133879] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135144] Security Framework initialized\n[ 0.135933] Yama: becoming mindful.\n[ 0.136643] AppArmor: AppArmor initialized\n[ 0.137488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142518] Initializing cgroup subsys io\n[ 0.143301] Initializing cgroup subsys memory\n[ 0.144132] Initializing cgroup subsys devices\n[ 0.144974] Initializing cgroup subsys freezer\n[ 0.145820] Initializing cgroup subsys net_cls\n[ 0.146660] Initializing cgroup subsys perf_event\n[ 0.147539] Initializing cgroup subsys net_prio\n[ 0.148396] Initializing cgroup subsys hugetlb\n[ 0.149236] Initializing cgroup subsys pids\n[ 0.150085] CPU: Physical Processor ID: 0\n[ 0.151570] mce: CPU supports 10 MCE banks\n[ 0.152389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164350] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170907] ftrace: allocating 31920 entries in 125 pages\n[ 0.198448] smpboot: Max logical packages: 1\n[ 0.199292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200615] x2apic enabled\n[ 0.201413] Switched APIC routing to physical x2apic.\n[ 0.203117] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209127] x86: Booted up 1 node, 1 CPUs\n[ 0.209905] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211246] devtmpfs: initialized\n[ 0.213077] evm: security.selinux\n[ 0.213871] evm: security.SMACK64\n[ 0.214648] evm: security.SMACK64EXEC\n[ 0.215491] evm: security.SMACK64TRANSMUTE\n[ 0.216399] evm: security.SMACK64MMAP\n[ 0.217242] evm: security.ima\n[ 0.217978] evm: security.capability\n[ 0.218911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221105] pinctrl core: initialized pinctrl subsystem\n[ 0.222402] RTC time: 18:31:01, date: 10/22/18\n[ 0.223511] NET: Registered protocol family 16\n[ 0.224628] cpuidle: using governor ladder\n[ 0.225576] cpuidle: using governor menu\n[ 0.226488] PCCT header not found.\n[ 0.227352] ACPI: bus type PCI registered\n[ 0.228280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229704] PCI: Using configuration type 1 for base access\n[ 0.231668] ACPI: Added _OSI(Module Device)\n[ 0.232655] ACPI: Added _OSI(Processor Device)\n[ 0.233696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234748] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237077] ACPI: Interpreter enabled\n[ 0.237969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244048] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245835] ACPI: (supports S0 S5)\n[ 0.246517] ACPI: Using IOAPIC for interrupt routing\n[ 0.247665] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254172] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256312] acpiphp: Slot [3] registered\n[ 0.257089] acpiphp: Slot [4] registered\n[ 0.257864] acpiphp: Slot [5] registered\n[ 0.258639] acpiphp: Slot [6] registered\n[ 0.259420] acpiphp: Slot [7] registered\n[ 0.260186] acpiphp: Slot [8] registered\n[ 0.260957] acpiphp: Slot [9] registered\n[ 0.261725] acpiphp: Slot [10] registered\n[ 0.262503] acpiphp: Slot [11] registered\n[ 0.263380] acpiphp: Slot [12] registered\n[ 0.264161] acpiphp: Slot [13] registered\n[ 0.264943] acpiphp: Slot [14] registered\n[ 0.265724] acpiphp: Slot [15] registered\n[ 0.276360] acpiphp: Slot [16] registered\n[ 0.277151] acpiphp: Slot [17] registered\n[ 0.277942] acpiphp: Slot [18] registered\n[ 0.278724] acpiphp: Slot [19] registered\n[ 0.279504] acpiphp: Slot [20] registered\n[ 0.280283] acpiphp: Slot [21] registered\n[ 0.281070] acpiphp: Slot [22] registered\n[ 0.281853] acpiphp: Slot [23] registered\n[ 0.282636] acpiphp: Slot [24] registered\n[ 0.283417] acpiphp: Slot [25] registered\n[ 0.284192] acpiphp: Slot [26] registered\n[ 0.284972] acpiphp: Slot [27] registered\n[ 0.285761] acpiphp: Slot [28] registered\n[ 0.286544] acpiphp: Slot [29] registered\n[ 0.287318] acpiphp: Slot [30] registered\n[ 0.288098] acpiphp: Slot [31] registered\n[ 0.288878] PCI host bridge to bus 0000:00\n[ 0.289779] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292104] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293507] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294980] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301217] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304815] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311839] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362311] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365178] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367882] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370048] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371174] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373676] vgaarb: loaded\n[ 0.374256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375369] SCSI subsystem initialized\n[ 0.376162] ACPI: bus type USB registered\n[ 0.377048] usbcore: registered new interface driver usbfs\n[ 0.378023] usbcore: registered new interface driver hub\n[ 0.378992] usbcore: registered new device driver usb\n[ 0.380017] PCI: Using ACPI for IRQ routing\n[ 0.381016] NetLabel: Initializing\n[ 0.381710] NetLabel: domain hash size = 128\n[ 0.382537] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383457] NetLabel: unlabeled traffic allowed by default\n[ 0.384529] clocksource: Switched to clocksource kvm-clock\n[ 0.390253] AppArmor: AppArmor Filesystem Enabled\n[ 0.391195] pnp: PnP ACPI init\n[ 0.392110] pnp: PnP ACPI: found 5 devices\n[ 0.398490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400160] NET: Registered protocol family 2\n[ 0.401110] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402330] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403453] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404581] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405618] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406743] NET: Registered protocol family 1\n[ 0.407585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408657] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409701] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423689] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438006] Trying to unpack rootfs image as initramfs...\n[ 0.488504] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502422] Scanning for low memory corruption every 60 seconds\n[ 0.503736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504868] audit: initializing netlink subsys (disabled)\n[ 0.505875] audit: type=2000 audit(1540233061.881:1): initialized\n[ 0.507160] Initialise system trusted keyring\n[ 0.508083] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509228] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511154] zbud: loaded\n[ 0.511851] VFS: Disk quotas dquot_6.6.0\n[ 0.512661] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514158] fuse init (API version 7.23)\n[ 0.515032] Key type big_key registered\n[ 0.515818] Allocating IMA MOK and blacklist keyrings.\n[ 0.516914] Key type asymmetric registered\n[ 0.517762] Asymmetric key parser 'x509' registered\n[ 0.518737] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520546] io scheduler noop registered\n[ 0.521321] io scheduler deadline registered (default)\n[ 0.522278] io scheduler cfq registered\n[ 0.523099] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526775] ACPI: Power Button [PWRF]\n[ 0.527590] GHES: HEST is not enabled!\n[ 0.542181] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577871] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581396] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605538] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607690] Linux agpgart interface v0.103\n[ 0.610340] brd: module loaded\n[ 0.611592] loop: module loaded\n[ 0.616115] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617530] GPT:90111 != 2097151\n[ 0.618184] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619242] GPT:90111 != 2097151\n[ 0.619899] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620849] vda: vda1 vda15\n[ 0.622398] scsi host0: ata_piix\n[ 0.623108] scsi host1: ata_piix\n[ 0.623800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626486] libphy: Fixed MDIO Bus: probed\n[ 0.627277] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628198] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630404] PPP generic driver version 2.4.2\n[ 0.631281] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632780] ehci-pci: EHCI PCI platform driver\n[ 0.633828] ehci-platform: EHCI generic platform driver\n[ 0.635015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636380] ohci-pci: OHCI PCI platform driver\n[ 0.637446] ohci-platform: OHCI generic platform driver\n[ 0.638638] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653315] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654526] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656255] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657451] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661977] usb usb1: Product: UHCI Host Controller\n[ 0.663212] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664607] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665759] hub 1-0:1.0: USB hub found\n[ 0.666677] hub 1-0:1.0: 2 ports detected\n[ 0.667751] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670196] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672578] mousedev: PS/2 mouse device common for all mice\n[ 0.674046] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676196] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678915] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680360] i2c /dev entries driver\n[ 0.681257] device-mapper: uevent: version 1.0.3\n[ 0.682400] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685863] NET: Registered protocol family 10\n[ 0.687043] NET: Registered protocol family 17\n[ 0.688096] Key type dns_resolver registered\n[ 0.689188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692664] registered taskstats version 1\n[ 0.693662] Loading compiled-in X.509 certificates\n[ 0.695280] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697522] zswap: loaded using pool lzo/zbud\n[ 0.699595] Key type trusted registered\n[ 0.701317] Key type encrypted registered\n[ 0.702308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703561] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704840] evm: HMAC attrs: 0x1\n[ 0.705927] Magic number: 6:67:545\n[ 0.706833] tty ttyS21: hash matches\n[ 0.707794] rtc_cmos 00:00: setting system clock to 2018-10-22 18:31:02 UTC (1540233062)\n[ 0.709657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711000] EDD information not available.\n[ 0.785533] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797201] Write protecting the kernel read-only data: 14336k\n[ 0.798945] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800980] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.355406] 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.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 1.25. iid=i-0000014c\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCGmOqiV56to6Pqq5H0ywN+1KYK15vsl75NY3WP7BU2jXrzIsUXsC9t6mz1hGVxNO2Qwg7royly9UPZc4Bivkd4T9w/Wp9D5lcqIPRLkdHUCMlZpEkL7kzt1fcOSfhzy5kyp0j5MgLBQdo4DgrDiL6VqrC+mxDePKbv9DKWhFr0K3DVJnX/AfC9mQR3iqXAXEBdlg2GY6EinHLv+xX5/mT+/3ftQFqwwaz7TSNl0ecSDiEjDrMSN3aFUhBSlDPTiqxbH2YxAEkFJDanNydOQLK+63eFSxmch3ItkubMrktlxGuJSGN+EFqPVqqUvcICvyvXwBwOsIEubtkoj6I/blpl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAItt6NPDDVe8ml+NUJHUQN/+tQce+vtiRoTk7zD4M+1xoeD0W8zY6NrXBgUxnis/BJwF4YAdfbfCCv1n9YoEOB4PP8LalJEhG/C18f4yyBeNMK9C1dL06y5dQEC3OJ14RCdeCCRQIX18BzecrvM6ofXG+jH/0nWNNDWU/c6Ts+XXAAAAFQDip9PaPQvV94sNz/yIWrzgsdvvPwAAAIAyyoWSwo4N5CZUizo06msTXReeCHoYTxXPURzCdoSgAw0UKjaSjn0kQWRaAAVl0A9BXljTWOzSGlzCprWsB1kMAmtaIyji/378FP9cj4R85JmkHuSd/vkBpqt+LF8m8Hpwe74mk8AomRDWL3lmTHO8f6YEc4Yd3c3mgMaxeZIFugAAAIBcKHeDVrLODjjoeUOCNp5XYUyebYzwAZSa/wKkha/SFVr0tyQqwPCRcYTqrDbRjYq8aJnMRhDfh+osD+BKdMw9rc2tCvKwApNd7wVPQCpXVo/xuVNVGroMDV6NNUFmDMmkMLErorjbO0Fl53YcKgfSCrKsdlbAthMTdbBuHJ5oVw== 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.5,24,fe80::f816:3eff:fe8d:ac0b/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.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-0000014c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.73 ===\n/dev/root resized successfully [took 2.12s]\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:8D:AC:0B \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8d:ac0b/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:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7939 (7.7 KiB) TX bytes:9137 (8.9 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-10-22 18:31:18,170 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action used request id req-757de8f1-1bef-4154-b1b3-7a97e7f3a1ff 2018-10-22 18:31:20,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c92c5ce603d7a37abbf4673894112cfea30451" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:31:21,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:31: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-37208b2c-a505-4f80-899d-7f6b870efa2f x-compute-request-id: req-37208b2c-a505-4f80-899d-7f6b870efa2f Content-Encoding: gzip Content-Length: 10003 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498092291 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130043] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131643] pid_max: default: 32768 minimum: 301\n[ 0.132507] ACPI: Core revision 20150930\n[ 0.133879] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135144] Security Framework initialized\n[ 0.135933] Yama: becoming mindful.\n[ 0.136643] AppArmor: AppArmor initialized\n[ 0.137488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142518] Initializing cgroup subsys io\n[ 0.143301] Initializing cgroup subsys memory\n[ 0.144132] Initializing cgroup subsys devices\n[ 0.144974] Initializing cgroup subsys freezer\n[ 0.145820] Initializing cgroup subsys net_cls\n[ 0.146660] Initializing cgroup subsys perf_event\n[ 0.147539] Initializing cgroup subsys net_prio\n[ 0.148396] Initializing cgroup subsys hugetlb\n[ 0.149236] Initializing cgroup subsys pids\n[ 0.150085] CPU: Physical Processor ID: 0\n[ 0.151570] mce: CPU supports 10 MCE banks\n[ 0.152389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164350] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170907] ftrace: allocating 31920 entries in 125 pages\n[ 0.198448] smpboot: Max logical packages: 1\n[ 0.199292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200615] x2apic enabled\n[ 0.201413] Switched APIC routing to physical x2apic.\n[ 0.203117] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209127] x86: Booted up 1 node, 1 CPUs\n[ 0.209905] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211246] devtmpfs: initialized\n[ 0.213077] evm: security.selinux\n[ 0.213871] evm: security.SMACK64\n[ 0.214648] evm: security.SMACK64EXEC\n[ 0.215491] evm: security.SMACK64TRANSMUTE\n[ 0.216399] evm: security.SMACK64MMAP\n[ 0.217242] evm: security.ima\n[ 0.217978] evm: security.capability\n[ 0.218911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221105] pinctrl core: initialized pinctrl subsystem\n[ 0.222402] RTC time: 18:31:01, date: 10/22/18\n[ 0.223511] NET: Registered protocol family 16\n[ 0.224628] cpuidle: using governor ladder\n[ 0.225576] cpuidle: using governor menu\n[ 0.226488] PCCT header not found.\n[ 0.227352] ACPI: bus type PCI registered\n[ 0.228280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229704] PCI: Using configuration type 1 for base access\n[ 0.231668] ACPI: Added _OSI(Module Device)\n[ 0.232655] ACPI: Added _OSI(Processor Device)\n[ 0.233696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234748] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237077] ACPI: Interpreter enabled\n[ 0.237969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244048] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245835] ACPI: (supports S0 S5)\n[ 0.246517] ACPI: Using IOAPIC for interrupt routing\n[ 0.247665] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254172] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256312] acpiphp: Slot [3] registered\n[ 0.257089] acpiphp: Slot [4] registered\n[ 0.257864] acpiphp: Slot [5] registered\n[ 0.258639] acpiphp: Slot [6] registered\n[ 0.259420] acpiphp: Slot [7] registered\n[ 0.260186] acpiphp: Slot [8] registered\n[ 0.260957] acpiphp: Slot [9] registered\n[ 0.261725] acpiphp: Slot [10] registered\n[ 0.262503] acpiphp: Slot [11] registered\n[ 0.263380] acpiphp: Slot [12] registered\n[ 0.264161] acpiphp: Slot [13] registered\n[ 0.264943] acpiphp: Slot [14] registered\n[ 0.265724] acpiphp: Slot [15] registered\n[ 0.276360] acpiphp: Slot [16] registered\n[ 0.277151] acpiphp: Slot [17] registered\n[ 0.277942] acpiphp: Slot [18] registered\n[ 0.278724] acpiphp: Slot [19] registered\n[ 0.279504] acpiphp: Slot [20] registered\n[ 0.280283] acpiphp: Slot [21] registered\n[ 0.281070] acpiphp: Slot [22] registered\n[ 0.281853] acpiphp: Slot [23] registered\n[ 0.282636] acpiphp: Slot [24] registered\n[ 0.283417] acpiphp: Slot [25] registered\n[ 0.284192] acpiphp: Slot [26] registered\n[ 0.284972] acpiphp: Slot [27] registered\n[ 0.285761] acpiphp: Slot [28] registered\n[ 0.286544] acpiphp: Slot [29] registered\n[ 0.287318] acpiphp: Slot [30] registered\n[ 0.288098] acpiphp: Slot [31] registered\n[ 0.288878] PCI host bridge to bus 0000:00\n[ 0.289779] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292104] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293507] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294980] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301217] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304815] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311839] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362311] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365178] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367882] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370048] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371174] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373676] vgaarb: loaded\n[ 0.374256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375369] SCSI subsystem initialized\n[ 0.376162] ACPI: bus type USB registered\n[ 0.377048] usbcore: registered new interface driver usbfs\n[ 0.378023] usbcore: registered new interface driver hub\n[ 0.378992] usbcore: registered new device driver usb\n[ 0.380017] PCI: Using ACPI for IRQ routing\n[ 0.381016] NetLabel: Initializing\n[ 0.381710] NetLabel: domain hash size = 128\n[ 0.382537] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383457] NetLabel: unlabeled traffic allowed by default\n[ 0.384529] clocksource: Switched to clocksource kvm-clock\n[ 0.390253] AppArmor: AppArmor Filesystem Enabled\n[ 0.391195] pnp: PnP ACPI init\n[ 0.392110] pnp: PnP ACPI: found 5 devices\n[ 0.398490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400160] NET: Registered protocol family 2\n[ 0.401110] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402330] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403453] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404581] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405618] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406743] NET: Registered protocol family 1\n[ 0.407585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408657] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409701] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423689] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438006] Trying to unpack rootfs image as initramfs...\n[ 0.488504] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502422] Scanning for low memory corruption every 60 seconds\n[ 0.503736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504868] audit: initializing netlink subsys (disabled)\n[ 0.505875] audit: type=2000 audit(1540233061.881:1): initialized\n[ 0.507160] Initialise system trusted keyring\n[ 0.508083] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509228] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511154] zbud: loaded\n[ 0.511851] VFS: Disk quotas dquot_6.6.0\n[ 0.512661] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514158] fuse init (API version 7.23)\n[ 0.515032] Key type big_key registered\n[ 0.515818] Allocating IMA MOK and blacklist keyrings.\n[ 0.516914] Key type asymmetric registered\n[ 0.517762] Asymmetric key parser 'x509' registered\n[ 0.518737] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520546] io scheduler noop registered\n[ 0.521321] io scheduler deadline registered (default)\n[ 0.522278] io scheduler cfq registered\n[ 0.523099] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526775] ACPI: Power Button [PWRF]\n[ 0.527590] GHES: HEST is not enabled!\n[ 0.542181] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577871] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581396] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605538] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607690] Linux agpgart interface v0.103\n[ 0.610340] brd: module loaded\n[ 0.611592] loop: module loaded\n[ 0.616115] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617530] GPT:90111 != 2097151\n[ 0.618184] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619242] GPT:90111 != 2097151\n[ 0.619899] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620849] vda: vda1 vda15\n[ 0.622398] scsi host0: ata_piix\n[ 0.623108] scsi host1: ata_piix\n[ 0.623800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626486] libphy: Fixed MDIO Bus: probed\n[ 0.627277] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628198] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630404] PPP generic driver version 2.4.2\n[ 0.631281] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632780] ehci-pci: EHCI PCI platform driver\n[ 0.633828] ehci-platform: EHCI generic platform driver\n[ 0.635015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636380] ohci-pci: OHCI PCI platform driver\n[ 0.637446] ohci-platform: OHCI generic platform driver\n[ 0.638638] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653315] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654526] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656255] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657451] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661977] usb usb1: Product: UHCI Host Controller\n[ 0.663212] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664607] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665759] hub 1-0:1.0: USB hub found\n[ 0.666677] hub 1-0:1.0: 2 ports detected\n[ 0.667751] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670196] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672578] mousedev: PS/2 mouse device common for all mice\n[ 0.674046] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676196] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678915] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680360] i2c /dev entries driver\n[ 0.681257] device-mapper: uevent: version 1.0.3\n[ 0.682400] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685863] NET: Registered protocol family 10\n[ 0.687043] NET: Registered protocol family 17\n[ 0.688096] Key type dns_resolver registered\n[ 0.689188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692664] registered taskstats version 1\n[ 0.693662] Loading compiled-in X.509 certificates\n[ 0.695280] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697522] zswap: loaded using pool lzo/zbud\n[ 0.699595] Key type trusted registered\n[ 0.701317] Key type encrypted registered\n[ 0.702308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703561] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704840] evm: HMAC attrs: 0x1\n[ 0.705927] Magic number: 6:67:545\n[ 0.706833] tty ttyS21: hash matches\n[ 0.707794] rtc_cmos 00:00: setting system clock to 2018-10-22 18:31:02 UTC (1540233062)\n[ 0.709657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711000] EDD information not available.\n[ 0.785533] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797201] Write protecting the kernel read-only data: 14336k\n[ 0.798945] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800980] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.355406] 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.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 1.25. iid=i-0000014c\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCGmOqiV56to6Pqq5H0ywN+1KYK15vsl75NY3WP7BU2jXrzIsUXsC9t6mz1hGVxNO2Qwg7royly9UPZc4Bivkd4T9w/Wp9D5lcqIPRLkdHUCMlZpEkL7kzt1fcOSfhzy5kyp0j5MgLBQdo4DgrDiL6VqrC+mxDePKbv9DKWhFr0K3DVJnX/AfC9mQR3iqXAXEBdlg2GY6EinHLv+xX5/mT+/3ftQFqwwaz7TSNl0ecSDiEjDrMSN3aFUhBSlDPTiqxbH2YxAEkFJDanNydOQLK+63eFSxmch3ItkubMrktlxGuJSGN+EFqPVqqUvcICvyvXwBwOsIEubtkoj6I/blpl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAItt6NPDDVe8ml+NUJHUQN/+tQce+vtiRoTk7zD4M+1xoeD0W8zY6NrXBgUxnis/BJwF4YAdfbfCCv1n9YoEOB4PP8LalJEhG/C18f4yyBeNMK9C1dL06y5dQEC3OJ14RCdeCCRQIX18BzecrvM6ofXG+jH/0nWNNDWU/c6Ts+XXAAAAFQDip9PaPQvV94sNz/yIWrzgsdvvPwAAAIAyyoWSwo4N5CZUizo06msTXReeCHoYTxXPURzCdoSgAw0UKjaSjn0kQWRaAAVl0A9BXljTWOzSGlzCprWsB1kMAmtaIyji/378FP9cj4R85JmkHuSd/vkBpqt+LF8m8Hpwe74mk8AomRDWL3lmTHO8f6YEc4Yd3c3mgMaxeZIFugAAAIBcKHeDVrLODjjoeUOCNp5XYUyebYzwAZSa/wKkha/SFVr0tyQqwPCRcYTqrDbRjYq8aJnMRhDfh+osD+BKdMw9rc2tCvKwApNd7wVPQCpXVo/xuVNVGroMDV6NNUFmDMmkMLErorjbO0Fl53YcKgfSCrKsdlbAthMTdbBuHJ5oVw== 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.5,24,fe80::f816:3eff:fe8d:ac0b/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.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-0000014c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.73 ===\n/dev/root resized successfully [took 2.12s]\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:8D:AC:0B \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8d:ac0b/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:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7939 (7.7 KiB) TX bytes:9137 (8.9 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-10-22 18:31:21,264 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action used request id req-37208b2c-a505-4f80-899d-7f6b870efa2f 2018-10-22 18:31:23,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c92c5ce603d7a37abbf4673894112cfea30451" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:31:24,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:31: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-f6df1e44-10db-4a3b-93d7-ddbbba17c549 x-compute-request-id: req-f6df1e44-10db-4a3b-93d7-ddbbba17c549 Content-Encoding: gzip Content-Length: 10073 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498092291 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130043] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131643] pid_max: default: 32768 minimum: 301\n[ 0.132507] ACPI: Core revision 20150930\n[ 0.133879] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135144] Security Framework initialized\n[ 0.135933] Yama: becoming mindful.\n[ 0.136643] AppArmor: AppArmor initialized\n[ 0.137488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142518] Initializing cgroup subsys io\n[ 0.143301] Initializing cgroup subsys memory\n[ 0.144132] Initializing cgroup subsys devices\n[ 0.144974] Initializing cgroup subsys freezer\n[ 0.145820] Initializing cgroup subsys net_cls\n[ 0.146660] Initializing cgroup subsys perf_event\n[ 0.147539] Initializing cgroup subsys net_prio\n[ 0.148396] Initializing cgroup subsys hugetlb\n[ 0.149236] Initializing cgroup subsys pids\n[ 0.150085] CPU: Physical Processor ID: 0\n[ 0.151570] mce: CPU supports 10 MCE banks\n[ 0.152389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164350] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170907] ftrace: allocating 31920 entries in 125 pages\n[ 0.198448] smpboot: Max logical packages: 1\n[ 0.199292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200615] x2apic enabled\n[ 0.201413] Switched APIC routing to physical x2apic.\n[ 0.203117] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209127] x86: Booted up 1 node, 1 CPUs\n[ 0.209905] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211246] devtmpfs: initialized\n[ 0.213077] evm: security.selinux\n[ 0.213871] evm: security.SMACK64\n[ 0.214648] evm: security.SMACK64EXEC\n[ 0.215491] evm: security.SMACK64TRANSMUTE\n[ 0.216399] evm: security.SMACK64MMAP\n[ 0.217242] evm: security.ima\n[ 0.217978] evm: security.capability\n[ 0.218911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221105] pinctrl core: initialized pinctrl subsystem\n[ 0.222402] RTC time: 18:31:01, date: 10/22/18\n[ 0.223511] NET: Registered protocol family 16\n[ 0.224628] cpuidle: using governor ladder\n[ 0.225576] cpuidle: using governor menu\n[ 0.226488] PCCT header not found.\n[ 0.227352] ACPI: bus type PCI registered\n[ 0.228280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229704] PCI: Using configuration type 1 for base access\n[ 0.231668] ACPI: Added _OSI(Module Device)\n[ 0.232655] ACPI: Added _OSI(Processor Device)\n[ 0.233696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234748] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237077] ACPI: Interpreter enabled\n[ 0.237969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244048] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245835] ACPI: (supports S0 S5)\n[ 0.246517] ACPI: Using IOAPIC for interrupt routing\n[ 0.247665] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254172] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256312] acpiphp: Slot [3] registered\n[ 0.257089] acpiphp: Slot [4] registered\n[ 0.257864] acpiphp: Slot [5] registered\n[ 0.258639] acpiphp: Slot [6] registered\n[ 0.259420] acpiphp: Slot [7] registered\n[ 0.260186] acpiphp: Slot [8] registered\n[ 0.260957] acpiphp: Slot [9] registered\n[ 0.261725] acpiphp: Slot [10] registered\n[ 0.262503] acpiphp: Slot [11] registered\n[ 0.263380] acpiphp: Slot [12] registered\n[ 0.264161] acpiphp: Slot [13] registered\n[ 0.264943] acpiphp: Slot [14] registered\n[ 0.265724] acpiphp: Slot [15] registered\n[ 0.276360] acpiphp: Slot [16] registered\n[ 0.277151] acpiphp: Slot [17] registered\n[ 0.277942] acpiphp: Slot [18] registered\n[ 0.278724] acpiphp: Slot [19] registered\n[ 0.279504] acpiphp: Slot [20] registered\n[ 0.280283] acpiphp: Slot [21] registered\n[ 0.281070] acpiphp: Slot [22] registered\n[ 0.281853] acpiphp: Slot [23] registered\n[ 0.282636] acpiphp: Slot [24] registered\n[ 0.283417] acpiphp: Slot [25] registered\n[ 0.284192] acpiphp: Slot [26] registered\n[ 0.284972] acpiphp: Slot [27] registered\n[ 0.285761] acpiphp: Slot [28] registered\n[ 0.286544] acpiphp: Slot [29] registered\n[ 0.287318] acpiphp: Slot [30] registered\n[ 0.288098] acpiphp: Slot [31] registered\n[ 0.288878] PCI host bridge to bus 0000:00\n[ 0.289779] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292104] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293507] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294980] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301217] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304815] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311839] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362311] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365178] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367882] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370048] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371174] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373676] vgaarb: loaded\n[ 0.374256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375369] SCSI subsystem initialized\n[ 0.376162] ACPI: bus type USB registered\n[ 0.377048] usbcore: registered new interface driver usbfs\n[ 0.378023] usbcore: registered new interface driver hub\n[ 0.378992] usbcore: registered new device driver usb\n[ 0.380017] PCI: Using ACPI for IRQ routing\n[ 0.381016] NetLabel: Initializing\n[ 0.381710] NetLabel: domain hash size = 128\n[ 0.382537] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383457] NetLabel: unlabeled traffic allowed by default\n[ 0.384529] clocksource: Switched to clocksource kvm-clock\n[ 0.390253] AppArmor: AppArmor Filesystem Enabled\n[ 0.391195] pnp: PnP ACPI init\n[ 0.392110] pnp: PnP ACPI: found 5 devices\n[ 0.398490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400160] NET: Registered protocol family 2\n[ 0.401110] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402330] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403453] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404581] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405618] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406743] NET: Registered protocol family 1\n[ 0.407585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408657] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409701] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423689] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438006] Trying to unpack rootfs image as initramfs...\n[ 0.488504] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502422] Scanning for low memory corruption every 60 seconds\n[ 0.503736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504868] audit: initializing netlink subsys (disabled)\n[ 0.505875] audit: type=2000 audit(1540233061.881:1): initialized\n[ 0.507160] Initialise system trusted keyring\n[ 0.508083] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509228] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511154] zbud: loaded\n[ 0.511851] VFS: Disk quotas dquot_6.6.0\n[ 0.512661] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514158] fuse init (API version 7.23)\n[ 0.515032] Key type big_key registered\n[ 0.515818] Allocating IMA MOK and blacklist keyrings.\n[ 0.516914] Key type asymmetric registered\n[ 0.517762] Asymmetric key parser 'x509' registered\n[ 0.518737] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520546] io scheduler noop registered\n[ 0.521321] io scheduler deadline registered (default)\n[ 0.522278] io scheduler cfq registered\n[ 0.523099] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526775] ACPI: Power Button [PWRF]\n[ 0.527590] GHES: HEST is not enabled!\n[ 0.542181] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577871] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581396] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605538] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607690] Linux agpgart interface v0.103\n[ 0.610340] brd: module loaded\n[ 0.611592] loop: module loaded\n[ 0.616115] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617530] GPT:90111 != 2097151\n[ 0.618184] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619242] GPT:90111 != 2097151\n[ 0.619899] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620849] vda: vda1 vda15\n[ 0.622398] scsi host0: ata_piix\n[ 0.623108] scsi host1: ata_piix\n[ 0.623800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626486] libphy: Fixed MDIO Bus: probed\n[ 0.627277] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628198] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630404] PPP generic driver version 2.4.2\n[ 0.631281] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632780] ehci-pci: EHCI PCI platform driver\n[ 0.633828] ehci-platform: EHCI generic platform driver\n[ 0.635015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636380] ohci-pci: OHCI PCI platform driver\n[ 0.637446] ohci-platform: OHCI generic platform driver\n[ 0.638638] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653315] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654526] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656255] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657451] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661977] usb usb1: Product: UHCI Host Controller\n[ 0.663212] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664607] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665759] hub 1-0:1.0: USB hub found\n[ 0.666677] hub 1-0:1.0: 2 ports detected\n[ 0.667751] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670196] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672578] mousedev: PS/2 mouse device common for all mice\n[ 0.674046] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676196] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678915] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680360] i2c /dev entries driver\n[ 0.681257] device-mapper: uevent: version 1.0.3\n[ 0.682400] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685863] NET: Registered protocol family 10\n[ 0.687043] NET: Registered protocol family 17\n[ 0.688096] Key type dns_resolver registered\n[ 0.689188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692664] registered taskstats version 1\n[ 0.693662] Loading compiled-in X.509 certificates\n[ 0.695280] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697522] zswap: loaded using pool lzo/zbud\n[ 0.699595] Key type trusted registered\n[ 0.701317] Key type encrypted registered\n[ 0.702308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703561] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704840] evm: HMAC attrs: 0x1\n[ 0.705927] Magic number: 6:67:545\n[ 0.706833] tty ttyS21: hash matches\n[ 0.707794] rtc_cmos 00:00: setting system clock to 2018-10-22 18:31:02 UTC (1540233062)\n[ 0.709657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711000] EDD information not available.\n[ 0.785533] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797201] Write protecting the kernel read-only data: 14336k\n[ 0.798945] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800980] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.355406] 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.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 1.25. iid=i-0000014c\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCGmOqiV56to6Pqq5H0ywN+1KYK15vsl75NY3WP7BU2jXrzIsUXsC9t6mz1hGVxNO2Qwg7royly9UPZc4Bivkd4T9w/Wp9D5lcqIPRLkdHUCMlZpEkL7kzt1fcOSfhzy5kyp0j5MgLBQdo4DgrDiL6VqrC+mxDePKbv9DKWhFr0K3DVJnX/AfC9mQR3iqXAXEBdlg2GY6EinHLv+xX5/mT+/3ftQFqwwaz7TSNl0ecSDiEjDrMSN3aFUhBSlDPTiqxbH2YxAEkFJDanNydOQLK+63eFSxmch3ItkubMrktlxGuJSGN+EFqPVqqUvcICvyvXwBwOsIEubtkoj6I/blpl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAItt6NPDDVe8ml+NUJHUQN/+tQce+vtiRoTk7zD4M+1xoeD0W8zY6NrXBgUxnis/BJwF4YAdfbfCCv1n9YoEOB4PP8LalJEhG/C18f4yyBeNMK9C1dL06y5dQEC3OJ14RCdeCCRQIX18BzecrvM6ofXG+jH/0nWNNDWU/c6Ts+XXAAAAFQDip9PaPQvV94sNz/yIWrzgsdvvPwAAAIAyyoWSwo4N5CZUizo06msTXReeCHoYTxXPURzCdoSgAw0UKjaSjn0kQWRaAAVl0A9BXljTWOzSGlzCprWsB1kMAmtaIyji/378FP9cj4R85JmkHuSd/vkBpqt+LF8m8Hpwe74mk8AomRDWL3lmTHO8f6YEc4Yd3c3mgMaxeZIFugAAAIBcKHeDVrLODjjoeUOCNp5XYUyebYzwAZSa/wKkha/SFVr0tyQqwPCRcYTqrDbRjYq8aJnMRhDfh+osD+BKdMw9rc2tCvKwApNd7wVPQCpXVo/xuVNVGroMDV6NNUFmDMmkMLErorjbO0Fl53YcKgfSCrKsdlbAthMTdbBuHJ5oVw== 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.5,24,fe80::f816:3eff:fe8d:ac0b/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.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-0000014c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.73 ===\n/dev/root resized successfully [took 2.12s]\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:8D:AC:0B \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8d:ac0b/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:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7939 (7.7 KiB) TX bytes:9137 (8.9 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-10-22 18:31:24,357 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action used request id req-f6df1e44-10db-4a3b-93d7-ddbbba17c549 2018-10-22 18:31:26,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c92c5ce603d7a37abbf4673894112cfea30451" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:31:27,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:31:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbcf2f42-55d2-4579-9dbf-9e26f507f134 x-compute-request-id: req-dbcf2f42-55d2-4579-9dbf-9e26f507f134 Content-Encoding: gzip Content-Length: 10073 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498092291 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130043] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131643] pid_max: default: 32768 minimum: 301\n[ 0.132507] ACPI: Core revision 20150930\n[ 0.133879] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135144] Security Framework initialized\n[ 0.135933] Yama: becoming mindful.\n[ 0.136643] AppArmor: AppArmor initialized\n[ 0.137488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142518] Initializing cgroup subsys io\n[ 0.143301] Initializing cgroup subsys memory\n[ 0.144132] Initializing cgroup subsys devices\n[ 0.144974] Initializing cgroup subsys freezer\n[ 0.145820] Initializing cgroup subsys net_cls\n[ 0.146660] Initializing cgroup subsys perf_event\n[ 0.147539] Initializing cgroup subsys net_prio\n[ 0.148396] Initializing cgroup subsys hugetlb\n[ 0.149236] Initializing cgroup subsys pids\n[ 0.150085] CPU: Physical Processor ID: 0\n[ 0.151570] mce: CPU supports 10 MCE banks\n[ 0.152389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164350] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170907] ftrace: allocating 31920 entries in 125 pages\n[ 0.198448] smpboot: Max logical packages: 1\n[ 0.199292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200615] x2apic enabled\n[ 0.201413] Switched APIC routing to physical x2apic.\n[ 0.203117] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209127] x86: Booted up 1 node, 1 CPUs\n[ 0.209905] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211246] devtmpfs: initialized\n[ 0.213077] evm: security.selinux\n[ 0.213871] evm: security.SMACK64\n[ 0.214648] evm: security.SMACK64EXEC\n[ 0.215491] evm: security.SMACK64TRANSMUTE\n[ 0.216399] evm: security.SMACK64MMAP\n[ 0.217242] evm: security.ima\n[ 0.217978] evm: security.capability\n[ 0.218911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221105] pinctrl core: initialized pinctrl subsystem\n[ 0.222402] RTC time: 18:31:01, date: 10/22/18\n[ 0.223511] NET: Registered protocol family 16\n[ 0.224628] cpuidle: using governor ladder\n[ 0.225576] cpuidle: using governor menu\n[ 0.226488] PCCT header not found.\n[ 0.227352] ACPI: bus type PCI registered\n[ 0.228280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229704] PCI: Using configuration type 1 for base access\n[ 0.231668] ACPI: Added _OSI(Module Device)\n[ 0.232655] ACPI: Added _OSI(Processor Device)\n[ 0.233696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234748] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237077] ACPI: Interpreter enabled\n[ 0.237969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244048] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245835] ACPI: (supports S0 S5)\n[ 0.246517] ACPI: Using IOAPIC for interrupt routing\n[ 0.247665] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254172] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256312] acpiphp: Slot [3] registered\n[ 0.257089] acpiphp: Slot [4] registered\n[ 0.257864] acpiphp: Slot [5] registered\n[ 0.258639] acpiphp: Slot [6] registered\n[ 0.259420] acpiphp: Slot [7] registered\n[ 0.260186] acpiphp: Slot [8] registered\n[ 0.260957] acpiphp: Slot [9] registered\n[ 0.261725] acpiphp: Slot [10] registered\n[ 0.262503] acpiphp: Slot [11] registered\n[ 0.263380] acpiphp: Slot [12] registered\n[ 0.264161] acpiphp: Slot [13] registered\n[ 0.264943] acpiphp: Slot [14] registered\n[ 0.265724] acpiphp: Slot [15] registered\n[ 0.276360] acpiphp: Slot [16] registered\n[ 0.277151] acpiphp: Slot [17] registered\n[ 0.277942] acpiphp: Slot [18] registered\n[ 0.278724] acpiphp: Slot [19] registered\n[ 0.279504] acpiphp: Slot [20] registered\n[ 0.280283] acpiphp: Slot [21] registered\n[ 0.281070] acpiphp: Slot [22] registered\n[ 0.281853] acpiphp: Slot [23] registered\n[ 0.282636] acpiphp: Slot [24] registered\n[ 0.283417] acpiphp: Slot [25] registered\n[ 0.284192] acpiphp: Slot [26] registered\n[ 0.284972] acpiphp: Slot [27] registered\n[ 0.285761] acpiphp: Slot [28] registered\n[ 0.286544] acpiphp: Slot [29] registered\n[ 0.287318] acpiphp: Slot [30] registered\n[ 0.288098] acpiphp: Slot [31] registered\n[ 0.288878] PCI host bridge to bus 0000:00\n[ 0.289779] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292104] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293507] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294980] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301217] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304815] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311839] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362311] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365178] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367882] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370048] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371174] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373676] vgaarb: loaded\n[ 0.374256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375369] SCSI subsystem initialized\n[ 0.376162] ACPI: bus type USB registered\n[ 0.377048] usbcore: registered new interface driver usbfs\n[ 0.378023] usbcore: registered new interface driver hub\n[ 0.378992] usbcore: registered new device driver usb\n[ 0.380017] PCI: Using ACPI for IRQ routing\n[ 0.381016] NetLabel: Initializing\n[ 0.381710] NetLabel: domain hash size = 128\n[ 0.382537] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383457] NetLabel: unlabeled traffic allowed by default\n[ 0.384529] clocksource: Switched to clocksource kvm-clock\n[ 0.390253] AppArmor: AppArmor Filesystem Enabled\n[ 0.391195] pnp: PnP ACPI init\n[ 0.392110] pnp: PnP ACPI: found 5 devices\n[ 0.398490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400160] NET: Registered protocol family 2\n[ 0.401110] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402330] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403453] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404581] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405618] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406743] NET: Registered protocol family 1\n[ 0.407585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408657] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409701] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423689] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438006] Trying to unpack rootfs image as initramfs...\n[ 0.488504] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502422] Scanning for low memory corruption every 60 seconds\n[ 0.503736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504868] audit: initializing netlink subsys (disabled)\n[ 0.505875] audit: type=2000 audit(1540233061.881:1): initialized\n[ 0.507160] Initialise system trusted keyring\n[ 0.508083] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509228] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511154] zbud: loaded\n[ 0.511851] VFS: Disk quotas dquot_6.6.0\n[ 0.512661] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514158] fuse init (API version 7.23)\n[ 0.515032] Key type big_key registered\n[ 0.515818] Allocating IMA MOK and blacklist keyrings.\n[ 0.516914] Key type asymmetric registered\n[ 0.517762] Asymmetric key parser 'x509' registered\n[ 0.518737] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520546] io scheduler noop registered\n[ 0.521321] io scheduler deadline registered (default)\n[ 0.522278] io scheduler cfq registered\n[ 0.523099] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526775] ACPI: Power Button [PWRF]\n[ 0.527590] GHES: HEST is not enabled!\n[ 0.542181] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577871] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581396] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605538] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607690] Linux agpgart interface v0.103\n[ 0.610340] brd: module loaded\n[ 0.611592] loop: module loaded\n[ 0.616115] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617530] GPT:90111 != 2097151\n[ 0.618184] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619242] GPT:90111 != 2097151\n[ 0.619899] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620849] vda: vda1 vda15\n[ 0.622398] scsi host0: ata_piix\n[ 0.623108] scsi host1: ata_piix\n[ 0.623800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626486] libphy: Fixed MDIO Bus: probed\n[ 0.627277] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628198] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630404] PPP generic driver version 2.4.2\n[ 0.631281] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632780] ehci-pci: EHCI PCI platform driver\n[ 0.633828] ehci-platform: EHCI generic platform driver\n[ 0.635015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636380] ohci-pci: OHCI PCI platform driver\n[ 0.637446] ohci-platform: OHCI generic platform driver\n[ 0.638638] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653315] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654526] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656255] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657451] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661977] usb usb1: Product: UHCI Host Controller\n[ 0.663212] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664607] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665759] hub 1-0:1.0: USB hub found\n[ 0.666677] hub 1-0:1.0: 2 ports detected\n[ 0.667751] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670196] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672578] mousedev: PS/2 mouse device common for all mice\n[ 0.674046] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676196] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678915] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680360] i2c /dev entries driver\n[ 0.681257] device-mapper: uevent: version 1.0.3\n[ 0.682400] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685863] NET: Registered protocol family 10\n[ 0.687043] NET: Registered protocol family 17\n[ 0.688096] Key type dns_resolver registered\n[ 0.689188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692664] registered taskstats version 1\n[ 0.693662] Loading compiled-in X.509 certificates\n[ 0.695280] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697522] zswap: loaded using pool lzo/zbud\n[ 0.699595] Key type trusted registered\n[ 0.701317] Key type encrypted registered\n[ 0.702308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703561] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704840] evm: HMAC attrs: 0x1\n[ 0.705927] Magic number: 6:67:545\n[ 0.706833] tty ttyS21: hash matches\n[ 0.707794] rtc_cmos 00:00: setting system clock to 2018-10-22 18:31:02 UTC (1540233062)\n[ 0.709657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711000] EDD information not available.\n[ 0.785533] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797201] Write protecting the kernel read-only data: 14336k\n[ 0.798945] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800980] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.355406] 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.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 1.25. iid=i-0000014c\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCGmOqiV56to6Pqq5H0ywN+1KYK15vsl75NY3WP7BU2jXrzIsUXsC9t6mz1hGVxNO2Qwg7royly9UPZc4Bivkd4T9w/Wp9D5lcqIPRLkdHUCMlZpEkL7kzt1fcOSfhzy5kyp0j5MgLBQdo4DgrDiL6VqrC+mxDePKbv9DKWhFr0K3DVJnX/AfC9mQR3iqXAXEBdlg2GY6EinHLv+xX5/mT+/3ftQFqwwaz7TSNl0ecSDiEjDrMSN3aFUhBSlDPTiqxbH2YxAEkFJDanNydOQLK+63eFSxmch3ItkubMrktlxGuJSGN+EFqPVqqUvcICvyvXwBwOsIEubtkoj6I/blpl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAItt6NPDDVe8ml+NUJHUQN/+tQce+vtiRoTk7zD4M+1xoeD0W8zY6NrXBgUxnis/BJwF4YAdfbfCCv1n9YoEOB4PP8LalJEhG/C18f4yyBeNMK9C1dL06y5dQEC3OJ14RCdeCCRQIX18BzecrvM6ofXG+jH/0nWNNDWU/c6Ts+XXAAAAFQDip9PaPQvV94sNz/yIWrzgsdvvPwAAAIAyyoWSwo4N5CZUizo06msTXReeCHoYTxXPURzCdoSgAw0UKjaSjn0kQWRaAAVl0A9BXljTWOzSGlzCprWsB1kMAmtaIyji/378FP9cj4R85JmkHuSd/vkBpqt+LF8m8Hpwe74mk8AomRDWL3lmTHO8f6YEc4Yd3c3mgMaxeZIFugAAAIBcKHeDVrLODjjoeUOCNp5XYUyebYzwAZSa/wKkha/SFVr0tyQqwPCRcYTqrDbRjYq8aJnMRhDfh+osD+BKdMw9rc2tCvKwApNd7wVPQCpXVo/xuVNVGroMDV6NNUFmDMmkMLErorjbO0Fl53YcKgfSCrKsdlbAthMTdbBuHJ5oVw== 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.5,24,fe80::f816:3eff:fe8d:ac0b/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.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-0000014c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.73 ===\n/dev/root resized successfully [took 2.12s]\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:8D:AC:0B \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8d:ac0b/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:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7939 (7.7 KiB) TX bytes:9137 (8.9 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-10-22 18:31:27,463 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action used request id req-dbcf2f42-55d2-4579-9dbf-9e26f507f134 2018-10-22 18:31:29,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c92c5ce603d7a37abbf4673894112cfea30451" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:31:30,563 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:31: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-10b5c219-97cb-427d-9926-b98f14c23f49 x-compute-request-id: req-10b5c219-97cb-427d-9926-b98f14c23f49 Content-Encoding: gzip Content-Length: 10073 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498092291 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130043] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131643] pid_max: default: 32768 minimum: 301\n[ 0.132507] ACPI: Core revision 20150930\n[ 0.133879] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135144] Security Framework initialized\n[ 0.135933] Yama: becoming mindful.\n[ 0.136643] AppArmor: AppArmor initialized\n[ 0.137488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142518] Initializing cgroup subsys io\n[ 0.143301] Initializing cgroup subsys memory\n[ 0.144132] Initializing cgroup subsys devices\n[ 0.144974] Initializing cgroup subsys freezer\n[ 0.145820] Initializing cgroup subsys net_cls\n[ 0.146660] Initializing cgroup subsys perf_event\n[ 0.147539] Initializing cgroup subsys net_prio\n[ 0.148396] Initializing cgroup subsys hugetlb\n[ 0.149236] Initializing cgroup subsys pids\n[ 0.150085] CPU: Physical Processor ID: 0\n[ 0.151570] mce: CPU supports 10 MCE banks\n[ 0.152389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164350] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170907] ftrace: allocating 31920 entries in 125 pages\n[ 0.198448] smpboot: Max logical packages: 1\n[ 0.199292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200615] x2apic enabled\n[ 0.201413] Switched APIC routing to physical x2apic.\n[ 0.203117] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209127] x86: Booted up 1 node, 1 CPUs\n[ 0.209905] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211246] devtmpfs: initialized\n[ 0.213077] evm: security.selinux\n[ 0.213871] evm: security.SMACK64\n[ 0.214648] evm: security.SMACK64EXEC\n[ 0.215491] evm: security.SMACK64TRANSMUTE\n[ 0.216399] evm: security.SMACK64MMAP\n[ 0.217242] evm: security.ima\n[ 0.217978] evm: security.capability\n[ 0.218911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221105] pinctrl core: initialized pinctrl subsystem\n[ 0.222402] RTC time: 18:31:01, date: 10/22/18\n[ 0.223511] NET: Registered protocol family 16\n[ 0.224628] cpuidle: using governor ladder\n[ 0.225576] cpuidle: using governor menu\n[ 0.226488] PCCT header not found.\n[ 0.227352] ACPI: bus type PCI registered\n[ 0.228280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229704] PCI: Using configuration type 1 for base access\n[ 0.231668] ACPI: Added _OSI(Module Device)\n[ 0.232655] ACPI: Added _OSI(Processor Device)\n[ 0.233696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234748] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237077] ACPI: Interpreter enabled\n[ 0.237969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244048] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245835] ACPI: (supports S0 S5)\n[ 0.246517] ACPI: Using IOAPIC for interrupt routing\n[ 0.247665] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254172] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256312] acpiphp: Slot [3] registered\n[ 0.257089] acpiphp: Slot [4] registered\n[ 0.257864] acpiphp: Slot [5] registered\n[ 0.258639] acpiphp: Slot [6] registered\n[ 0.259420] acpiphp: Slot [7] registered\n[ 0.260186] acpiphp: Slot [8] registered\n[ 0.260957] acpiphp: Slot [9] registered\n[ 0.261725] acpiphp: Slot [10] registered\n[ 0.262503] acpiphp: Slot [11] registered\n[ 0.263380] acpiphp: Slot [12] registered\n[ 0.264161] acpiphp: Slot [13] registered\n[ 0.264943] acpiphp: Slot [14] registered\n[ 0.265724] acpiphp: Slot [15] registered\n[ 0.276360] acpiphp: Slot [16] registered\n[ 0.277151] acpiphp: Slot [17] registered\n[ 0.277942] acpiphp: Slot [18] registered\n[ 0.278724] acpiphp: Slot [19] registered\n[ 0.279504] acpiphp: Slot [20] registered\n[ 0.280283] acpiphp: Slot [21] registered\n[ 0.281070] acpiphp: Slot [22] registered\n[ 0.281853] acpiphp: Slot [23] registered\n[ 0.282636] acpiphp: Slot [24] registered\n[ 0.283417] acpiphp: Slot [25] registered\n[ 0.284192] acpiphp: Slot [26] registered\n[ 0.284972] acpiphp: Slot [27] registered\n[ 0.285761] acpiphp: Slot [28] registered\n[ 0.286544] acpiphp: Slot [29] registered\n[ 0.287318] acpiphp: Slot [30] registered\n[ 0.288098] acpiphp: Slot [31] registered\n[ 0.288878] PCI host bridge to bus 0000:00\n[ 0.289779] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292104] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293507] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294980] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301217] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304815] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311839] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362311] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365178] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367882] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370048] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371174] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373676] vgaarb: loaded\n[ 0.374256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375369] SCSI subsystem initialized\n[ 0.376162] ACPI: bus type USB registered\n[ 0.377048] usbcore: registered new interface driver usbfs\n[ 0.378023] usbcore: registered new interface driver hub\n[ 0.378992] usbcore: registered new device driver usb\n[ 0.380017] PCI: Using ACPI for IRQ routing\n[ 0.381016] NetLabel: Initializing\n[ 0.381710] NetLabel: domain hash size = 128\n[ 0.382537] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383457] NetLabel: unlabeled traffic allowed by default\n[ 0.384529] clocksource: Switched to clocksource kvm-clock\n[ 0.390253] AppArmor: AppArmor Filesystem Enabled\n[ 0.391195] pnp: PnP ACPI init\n[ 0.392110] pnp: PnP ACPI: found 5 devices\n[ 0.398490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400160] NET: Registered protocol family 2\n[ 0.401110] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402330] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403453] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404581] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405618] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406743] NET: Registered protocol family 1\n[ 0.407585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408657] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409701] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423689] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438006] Trying to unpack rootfs image as initramfs...\n[ 0.488504] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502422] Scanning for low memory corruption every 60 seconds\n[ 0.503736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504868] audit: initializing netlink subsys (disabled)\n[ 0.505875] audit: type=2000 audit(1540233061.881:1): initialized\n[ 0.507160] Initialise system trusted keyring\n[ 0.508083] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509228] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511154] zbud: loaded\n[ 0.511851] VFS: Disk quotas dquot_6.6.0\n[ 0.512661] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514158] fuse init (API version 7.23)\n[ 0.515032] Key type big_key registered\n[ 0.515818] Allocating IMA MOK and blacklist keyrings.\n[ 0.516914] Key type asymmetric registered\n[ 0.517762] Asymmetric key parser 'x509' registered\n[ 0.518737] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520546] io scheduler noop registered\n[ 0.521321] io scheduler deadline registered (default)\n[ 0.522278] io scheduler cfq registered\n[ 0.523099] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526775] ACPI: Power Button [PWRF]\n[ 0.527590] GHES: HEST is not enabled!\n[ 0.542181] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577871] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581396] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605538] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607690] Linux agpgart interface v0.103\n[ 0.610340] brd: module loaded\n[ 0.611592] loop: module loaded\n[ 0.616115] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617530] GPT:90111 != 2097151\n[ 0.618184] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619242] GPT:90111 != 2097151\n[ 0.619899] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620849] vda: vda1 vda15\n[ 0.622398] scsi host0: ata_piix\n[ 0.623108] scsi host1: ata_piix\n[ 0.623800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626486] libphy: Fixed MDIO Bus: probed\n[ 0.627277] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628198] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630404] PPP generic driver version 2.4.2\n[ 0.631281] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632780] ehci-pci: EHCI PCI platform driver\n[ 0.633828] ehci-platform: EHCI generic platform driver\n[ 0.635015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636380] ohci-pci: OHCI PCI platform driver\n[ 0.637446] ohci-platform: OHCI generic platform driver\n[ 0.638638] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653315] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654526] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656255] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657451] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661977] usb usb1: Product: UHCI Host Controller\n[ 0.663212] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664607] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665759] hub 1-0:1.0: USB hub found\n[ 0.666677] hub 1-0:1.0: 2 ports detected\n[ 0.667751] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670196] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672578] mousedev: PS/2 mouse device common for all mice\n[ 0.674046] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676196] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678915] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680360] i2c /dev entries driver\n[ 0.681257] device-mapper: uevent: version 1.0.3\n[ 0.682400] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685863] NET: Registered protocol family 10\n[ 0.687043] NET: Registered protocol family 17\n[ 0.688096] Key type dns_resolver registered\n[ 0.689188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692664] registered taskstats version 1\n[ 0.693662] Loading compiled-in X.509 certificates\n[ 0.695280] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697522] zswap: loaded using pool lzo/zbud\n[ 0.699595] Key type trusted registered\n[ 0.701317] Key type encrypted registered\n[ 0.702308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703561] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704840] evm: HMAC attrs: 0x1\n[ 0.705927] Magic number: 6:67:545\n[ 0.706833] tty ttyS21: hash matches\n[ 0.707794] rtc_cmos 00:00: setting system clock to 2018-10-22 18:31:02 UTC (1540233062)\n[ 0.709657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711000] EDD information not available.\n[ 0.785533] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797201] Write protecting the kernel read-only data: 14336k\n[ 0.798945] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800980] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.355406] 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.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 1.25. iid=i-0000014c\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCGmOqiV56to6Pqq5H0ywN+1KYK15vsl75NY3WP7BU2jXrzIsUXsC9t6mz1hGVxNO2Qwg7royly9UPZc4Bivkd4T9w/Wp9D5lcqIPRLkdHUCMlZpEkL7kzt1fcOSfhzy5kyp0j5MgLBQdo4DgrDiL6VqrC+mxDePKbv9DKWhFr0K3DVJnX/AfC9mQR3iqXAXEBdlg2GY6EinHLv+xX5/mT+/3ftQFqwwaz7TSNl0ecSDiEjDrMSN3aFUhBSlDPTiqxbH2YxAEkFJDanNydOQLK+63eFSxmch3ItkubMrktlxGuJSGN+EFqPVqqUvcICvyvXwBwOsIEubtkoj6I/blpl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAItt6NPDDVe8ml+NUJHUQN/+tQce+vtiRoTk7zD4M+1xoeD0W8zY6NrXBgUxnis/BJwF4YAdfbfCCv1n9YoEOB4PP8LalJEhG/C18f4yyBeNMK9C1dL06y5dQEC3OJ14RCdeCCRQIX18BzecrvM6ofXG+jH/0nWNNDWU/c6Ts+XXAAAAFQDip9PaPQvV94sNz/yIWrzgsdvvPwAAAIAyyoWSwo4N5CZUizo06msTXReeCHoYTxXPURzCdoSgAw0UKjaSjn0kQWRaAAVl0A9BXljTWOzSGlzCprWsB1kMAmtaIyji/378FP9cj4R85JmkHuSd/vkBpqt+LF8m8Hpwe74mk8AomRDWL3lmTHO8f6YEc4Yd3c3mgMaxeZIFugAAAIBcKHeDVrLODjjoeUOCNp5XYUyebYzwAZSa/wKkha/SFVr0tyQqwPCRcYTqrDbRjYq8aJnMRhDfh+osD+BKdMw9rc2tCvKwApNd7wVPQCpXVo/xuVNVGroMDV6NNUFmDMmkMLErorjbO0Fl53YcKgfSCrKsdlbAthMTdbBuHJ5oVw== 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.5,24,fe80::f816:3eff:fe8d:ac0b/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.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-0000014c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.73 ===\n/dev/root resized successfully [took 2.12s]\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:8D:AC:0B \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8d:ac0b/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:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7939 (7.7 KiB) TX bytes:9137 (8.9 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-10-22 18:31:30,564 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action used request id req-10b5c219-97cb-427d-9926-b98f14c23f49 2018-10-22 18:31:32,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c92c5ce603d7a37abbf4673894112cfea30451" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:31:33,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-1fd5aca3-38d1-4fa3-9dd7-b0a75027cf20 x-compute-request-id: req-1fd5aca3-38d1-4fa3-9dd7-b0a75027cf20 Content-Encoding: gzip Content-Length: 10073 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498092291 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130043] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131643] pid_max: default: 32768 minimum: 301\n[ 0.132507] ACPI: Core revision 20150930\n[ 0.133879] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135144] Security Framework initialized\n[ 0.135933] Yama: becoming mindful.\n[ 0.136643] AppArmor: AppArmor initialized\n[ 0.137488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142518] Initializing cgroup subsys io\n[ 0.143301] Initializing cgroup subsys memory\n[ 0.144132] Initializing cgroup subsys devices\n[ 0.144974] Initializing cgroup subsys freezer\n[ 0.145820] Initializing cgroup subsys net_cls\n[ 0.146660] Initializing cgroup subsys perf_event\n[ 0.147539] Initializing cgroup subsys net_prio\n[ 0.148396] Initializing cgroup subsys hugetlb\n[ 0.149236] Initializing cgroup subsys pids\n[ 0.150085] CPU: Physical Processor ID: 0\n[ 0.151570] mce: CPU supports 10 MCE banks\n[ 0.152389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164350] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170907] ftrace: allocating 31920 entries in 125 pages\n[ 0.198448] smpboot: Max logical packages: 1\n[ 0.199292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200615] x2apic enabled\n[ 0.201413] Switched APIC routing to physical x2apic.\n[ 0.203117] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209127] x86: Booted up 1 node, 1 CPUs\n[ 0.209905] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211246] devtmpfs: initialized\n[ 0.213077] evm: security.selinux\n[ 0.213871] evm: security.SMACK64\n[ 0.214648] evm: security.SMACK64EXEC\n[ 0.215491] evm: security.SMACK64TRANSMUTE\n[ 0.216399] evm: security.SMACK64MMAP\n[ 0.217242] evm: security.ima\n[ 0.217978] evm: security.capability\n[ 0.218911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221105] pinctrl core: initialized pinctrl subsystem\n[ 0.222402] RTC time: 18:31:01, date: 10/22/18\n[ 0.223511] NET: Registered protocol family 16\n[ 0.224628] cpuidle: using governor ladder\n[ 0.225576] cpuidle: using governor menu\n[ 0.226488] PCCT header not found.\n[ 0.227352] ACPI: bus type PCI registered\n[ 0.228280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229704] PCI: Using configuration type 1 for base access\n[ 0.231668] ACPI: Added _OSI(Module Device)\n[ 0.232655] ACPI: Added _OSI(Processor Device)\n[ 0.233696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234748] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237077] ACPI: Interpreter enabled\n[ 0.237969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244048] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245835] ACPI: (supports S0 S5)\n[ 0.246517] ACPI: Using IOAPIC for interrupt routing\n[ 0.247665] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254172] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256312] acpiphp: Slot [3] registered\n[ 0.257089] acpiphp: Slot [4] registered\n[ 0.257864] acpiphp: Slot [5] registered\n[ 0.258639] acpiphp: Slot [6] registered\n[ 0.259420] acpiphp: Slot [7] registered\n[ 0.260186] acpiphp: Slot [8] registered\n[ 0.260957] acpiphp: Slot [9] registered\n[ 0.261725] acpiphp: Slot [10] registered\n[ 0.262503] acpiphp: Slot [11] registered\n[ 0.263380] acpiphp: Slot [12] registered\n[ 0.264161] acpiphp: Slot [13] registered\n[ 0.264943] acpiphp: Slot [14] registered\n[ 0.265724] acpiphp: Slot [15] registered\n[ 0.276360] acpiphp: Slot [16] registered\n[ 0.277151] acpiphp: Slot [17] registered\n[ 0.277942] acpiphp: Slot [18] registered\n[ 0.278724] acpiphp: Slot [19] registered\n[ 0.279504] acpiphp: Slot [20] registered\n[ 0.280283] acpiphp: Slot [21] registered\n[ 0.281070] acpiphp: Slot [22] registered\n[ 0.281853] acpiphp: Slot [23] registered\n[ 0.282636] acpiphp: Slot [24] registered\n[ 0.283417] acpiphp: Slot [25] registered\n[ 0.284192] acpiphp: Slot [26] registered\n[ 0.284972] acpiphp: Slot [27] registered\n[ 0.285761] acpiphp: Slot [28] registered\n[ 0.286544] acpiphp: Slot [29] registered\n[ 0.287318] acpiphp: Slot [30] registered\n[ 0.288098] acpiphp: Slot [31] registered\n[ 0.288878] PCI host bridge to bus 0000:00\n[ 0.289779] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292104] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293507] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294980] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301217] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304815] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311839] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362311] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365178] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367882] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370048] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371174] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373676] vgaarb: loaded\n[ 0.374256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375369] SCSI subsystem initialized\n[ 0.376162] ACPI: bus type USB registered\n[ 0.377048] usbcore: registered new interface driver usbfs\n[ 0.378023] usbcore: registered new interface driver hub\n[ 0.378992] usbcore: registered new device driver usb\n[ 0.380017] PCI: Using ACPI for IRQ routing\n[ 0.381016] NetLabel: Initializing\n[ 0.381710] NetLabel: domain hash size = 128\n[ 0.382537] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383457] NetLabel: unlabeled traffic allowed by default\n[ 0.384529] clocksource: Switched to clocksource kvm-clock\n[ 0.390253] AppArmor: AppArmor Filesystem Enabled\n[ 0.391195] pnp: PnP ACPI init\n[ 0.392110] pnp: PnP ACPI: found 5 devices\n[ 0.398490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400160] NET: Registered protocol family 2\n[ 0.401110] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402330] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403453] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404581] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405618] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406743] NET: Registered protocol family 1\n[ 0.407585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408657] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409701] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423689] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438006] Trying to unpack rootfs image as initramfs...\n[ 0.488504] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502422] Scanning for low memory corruption every 60 seconds\n[ 0.503736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504868] audit: initializing netlink subsys (disabled)\n[ 0.505875] audit: type=2000 audit(1540233061.881:1): initialized\n[ 0.507160] Initialise system trusted keyring\n[ 0.508083] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509228] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511154] zbud: loaded\n[ 0.511851] VFS: Disk quotas dquot_6.6.0\n[ 0.512661] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514158] fuse init (API version 7.23)\n[ 0.515032] Key type big_key registered\n[ 0.515818] Allocating IMA MOK and blacklist keyrings.\n[ 0.516914] Key type asymmetric registered\n[ 0.517762] Asymmetric key parser 'x509' registered\n[ 0.518737] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520546] io scheduler noop registered\n[ 0.521321] io scheduler deadline registered (default)\n[ 0.522278] io scheduler cfq registered\n[ 0.523099] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526775] ACPI: Power Button [PWRF]\n[ 0.527590] GHES: HEST is not enabled!\n[ 0.542181] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577871] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581396] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605538] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607690] Linux agpgart interface v0.103\n[ 0.610340] brd: module loaded\n[ 0.611592] loop: module loaded\n[ 0.616115] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617530] GPT:90111 != 2097151\n[ 0.618184] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619242] GPT:90111 != 2097151\n[ 0.619899] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620849] vda: vda1 vda15\n[ 0.622398] scsi host0: ata_piix\n[ 0.623108] scsi host1: ata_piix\n[ 0.623800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626486] libphy: Fixed MDIO Bus: probed\n[ 0.627277] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628198] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630404] PPP generic driver version 2.4.2\n[ 0.631281] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632780] ehci-pci: EHCI PCI platform driver\n[ 0.633828] ehci-platform: EHCI generic platform driver\n[ 0.635015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636380] ohci-pci: OHCI PCI platform driver\n[ 0.637446] ohci-platform: OHCI generic platform driver\n[ 0.638638] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653315] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654526] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656255] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657451] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661977] usb usb1: Product: UHCI Host Controller\n[ 0.663212] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664607] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665759] hub 1-0:1.0: USB hub found\n[ 0.666677] hub 1-0:1.0: 2 ports detected\n[ 0.667751] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670196] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672578] mousedev: PS/2 mouse device common for all mice\n[ 0.674046] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676196] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678915] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680360] i2c /dev entries driver\n[ 0.681257] device-mapper: uevent: version 1.0.3\n[ 0.682400] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685863] NET: Registered protocol family 10\n[ 0.687043] NET: Registered protocol family 17\n[ 0.688096] Key type dns_resolver registered\n[ 0.689188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692664] registered taskstats version 1\n[ 0.693662] Loading compiled-in X.509 certificates\n[ 0.695280] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697522] zswap: loaded using pool lzo/zbud\n[ 0.699595] Key type trusted registered\n[ 0.701317] Key type encrypted registered\n[ 0.702308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703561] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704840] evm: HMAC attrs: 0x1\n[ 0.705927] Magic number: 6:67:545\n[ 0.706833] tty ttyS21: hash matches\n[ 0.707794] rtc_cmos 00:00: setting system clock to 2018-10-22 18:31:02 UTC (1540233062)\n[ 0.709657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711000] EDD information not available.\n[ 0.785533] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797201] Write protecting the kernel read-only data: 14336k\n[ 0.798945] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800980] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.355406] 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.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 1.25. iid=i-0000014c\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCGmOqiV56to6Pqq5H0ywN+1KYK15vsl75NY3WP7BU2jXrzIsUXsC9t6mz1hGVxNO2Qwg7royly9UPZc4Bivkd4T9w/Wp9D5lcqIPRLkdHUCMlZpEkL7kzt1fcOSfhzy5kyp0j5MgLBQdo4DgrDiL6VqrC+mxDePKbv9DKWhFr0K3DVJnX/AfC9mQR3iqXAXEBdlg2GY6EinHLv+xX5/mT+/3ftQFqwwaz7TSNl0ecSDiEjDrMSN3aFUhBSlDPTiqxbH2YxAEkFJDanNydOQLK+63eFSxmch3ItkubMrktlxGuJSGN+EFqPVqqUvcICvyvXwBwOsIEubtkoj6I/blpl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAItt6NPDDVe8ml+NUJHUQN/+tQce+vtiRoTk7zD4M+1xoeD0W8zY6NrXBgUxnis/BJwF4YAdfbfCCv1n9YoEOB4PP8LalJEhG/C18f4yyBeNMK9C1dL06y5dQEC3OJ14RCdeCCRQIX18BzecrvM6ofXG+jH/0nWNNDWU/c6Ts+XXAAAAFQDip9PaPQvV94sNz/yIWrzgsdvvPwAAAIAyyoWSwo4N5CZUizo06msTXReeCHoYTxXPURzCdoSgAw0UKjaSjn0kQWRaAAVl0A9BXljTWOzSGlzCprWsB1kMAmtaIyji/378FP9cj4R85JmkHuSd/vkBpqt+LF8m8Hpwe74mk8AomRDWL3lmTHO8f6YEc4Yd3c3mgMaxeZIFugAAAIBcKHeDVrLODjjoeUOCNp5XYUyebYzwAZSa/wKkha/SFVr0tyQqwPCRcYTqrDbRjYq8aJnMRhDfh+osD+BKdMw9rc2tCvKwApNd7wVPQCpXVo/xuVNVGroMDV6NNUFmDMmkMLErorjbO0Fl53YcKgfSCrKsdlbAthMTdbBuHJ5oVw== 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.5,24,fe80::f816:3eff:fe8d:ac0b/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.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-0000014c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.73 ===\n/dev/root resized successfully [took 2.12s]\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:8D:AC:0B \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8d:ac0b/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:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7939 (7.7 KiB) TX bytes:9137 (8.9 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-10-22 18:31:33,655 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action used request id req-1fd5aca3-38d1-4fa3-9dd7-b0a75027cf20 2018-10-22 18:31:35,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c92c5ce603d7a37abbf4673894112cfea30451" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:31:36,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:31:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-435cd762-ca64-4861-8030-fabb4ace905b x-compute-request-id: req-435cd762-ca64-4861-8030-fabb4ace905b Content-Encoding: gzip Content-Length: 10073 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498092291 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130043] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131643] pid_max: default: 32768 minimum: 301\n[ 0.132507] ACPI: Core revision 20150930\n[ 0.133879] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135144] Security Framework initialized\n[ 0.135933] Yama: becoming mindful.\n[ 0.136643] AppArmor: AppArmor initialized\n[ 0.137488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142518] Initializing cgroup subsys io\n[ 0.143301] Initializing cgroup subsys memory\n[ 0.144132] Initializing cgroup subsys devices\n[ 0.144974] Initializing cgroup subsys freezer\n[ 0.145820] Initializing cgroup subsys net_cls\n[ 0.146660] Initializing cgroup subsys perf_event\n[ 0.147539] Initializing cgroup subsys net_prio\n[ 0.148396] Initializing cgroup subsys hugetlb\n[ 0.149236] Initializing cgroup subsys pids\n[ 0.150085] CPU: Physical Processor ID: 0\n[ 0.151570] mce: CPU supports 10 MCE banks\n[ 0.152389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164350] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170907] ftrace: allocating 31920 entries in 125 pages\n[ 0.198448] smpboot: Max logical packages: 1\n[ 0.199292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200615] x2apic enabled\n[ 0.201413] Switched APIC routing to physical x2apic.\n[ 0.203117] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209127] x86: Booted up 1 node, 1 CPUs\n[ 0.209905] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211246] devtmpfs: initialized\n[ 0.213077] evm: security.selinux\n[ 0.213871] evm: security.SMACK64\n[ 0.214648] evm: security.SMACK64EXEC\n[ 0.215491] evm: security.SMACK64TRANSMUTE\n[ 0.216399] evm: security.SMACK64MMAP\n[ 0.217242] evm: security.ima\n[ 0.217978] evm: security.capability\n[ 0.218911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221105] pinctrl core: initialized pinctrl subsystem\n[ 0.222402] RTC time: 18:31:01, date: 10/22/18\n[ 0.223511] NET: Registered protocol family 16\n[ 0.224628] cpuidle: using governor ladder\n[ 0.225576] cpuidle: using governor menu\n[ 0.226488] PCCT header not found.\n[ 0.227352] ACPI: bus type PCI registered\n[ 0.228280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229704] PCI: Using configuration type 1 for base access\n[ 0.231668] ACPI: Added _OSI(Module Device)\n[ 0.232655] ACPI: Added _OSI(Processor Device)\n[ 0.233696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234748] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237077] ACPI: Interpreter enabled\n[ 0.237969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244048] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245835] ACPI: (supports S0 S5)\n[ 0.246517] ACPI: Using IOAPIC for interrupt routing\n[ 0.247665] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254172] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256312] acpiphp: Slot [3] registered\n[ 0.257089] acpiphp: Slot [4] registered\n[ 0.257864] acpiphp: Slot [5] registered\n[ 0.258639] acpiphp: Slot [6] registered\n[ 0.259420] acpiphp: Slot [7] registered\n[ 0.260186] acpiphp: Slot [8] registered\n[ 0.260957] acpiphp: Slot [9] registered\n[ 0.261725] acpiphp: Slot [10] registered\n[ 0.262503] acpiphp: Slot [11] registered\n[ 0.263380] acpiphp: Slot [12] registered\n[ 0.264161] acpiphp: Slot [13] registered\n[ 0.264943] acpiphp: Slot [14] registered\n[ 0.265724] acpiphp: Slot [15] registered\n[ 0.276360] acpiphp: Slot [16] registered\n[ 0.277151] acpiphp: Slot [17] registered\n[ 0.277942] acpiphp: Slot [18] registered\n[ 0.278724] acpiphp: Slot [19] registered\n[ 0.279504] acpiphp: Slot [20] registered\n[ 0.280283] acpiphp: Slot [21] registered\n[ 0.281070] acpiphp: Slot [22] registered\n[ 0.281853] acpiphp: Slot [23] registered\n[ 0.282636] acpiphp: Slot [24] registered\n[ 0.283417] acpiphp: Slot [25] registered\n[ 0.284192] acpiphp: Slot [26] registered\n[ 0.284972] acpiphp: Slot [27] registered\n[ 0.285761] acpiphp: Slot [28] registered\n[ 0.286544] acpiphp: Slot [29] registered\n[ 0.287318] acpiphp: Slot [30] registered\n[ 0.288098] acpiphp: Slot [31] registered\n[ 0.288878] PCI host bridge to bus 0000:00\n[ 0.289779] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292104] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293507] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294980] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301217] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304815] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311839] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362311] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365178] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367882] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370048] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371174] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373676] vgaarb: loaded\n[ 0.374256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375369] SCSI subsystem initialized\n[ 0.376162] ACPI: bus type USB registered\n[ 0.377048] usbcore: registered new interface driver usbfs\n[ 0.378023] usbcore: registered new interface driver hub\n[ 0.378992] usbcore: registered new device driver usb\n[ 0.380017] PCI: Using ACPI for IRQ routing\n[ 0.381016] NetLabel: Initializing\n[ 0.381710] NetLabel: domain hash size = 128\n[ 0.382537] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383457] NetLabel: unlabeled traffic allowed by default\n[ 0.384529] clocksource: Switched to clocksource kvm-clock\n[ 0.390253] AppArmor: AppArmor Filesystem Enabled\n[ 0.391195] pnp: PnP ACPI init\n[ 0.392110] pnp: PnP ACPI: found 5 devices\n[ 0.398490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400160] NET: Registered protocol family 2\n[ 0.401110] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402330] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403453] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404581] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405618] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406743] NET: Registered protocol family 1\n[ 0.407585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408657] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409701] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423689] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438006] Trying to unpack rootfs image as initramfs...\n[ 0.488504] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502422] Scanning for low memory corruption every 60 seconds\n[ 0.503736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504868] audit: initializing netlink subsys (disabled)\n[ 0.505875] audit: type=2000 audit(1540233061.881:1): initialized\n[ 0.507160] Initialise system trusted keyring\n[ 0.508083] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509228] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511154] zbud: loaded\n[ 0.511851] VFS: Disk quotas dquot_6.6.0\n[ 0.512661] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514158] fuse init (API version 7.23)\n[ 0.515032] Key type big_key registered\n[ 0.515818] Allocating IMA MOK and blacklist keyrings.\n[ 0.516914] Key type asymmetric registered\n[ 0.517762] Asymmetric key parser 'x509' registered\n[ 0.518737] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520546] io scheduler noop registered\n[ 0.521321] io scheduler deadline registered (default)\n[ 0.522278] io scheduler cfq registered\n[ 0.523099] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526775] ACPI: Power Button [PWRF]\n[ 0.527590] GHES: HEST is not enabled!\n[ 0.542181] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577871] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581396] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605538] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607690] Linux agpgart interface v0.103\n[ 0.610340] brd: module loaded\n[ 0.611592] loop: module loaded\n[ 0.616115] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617530] GPT:90111 != 2097151\n[ 0.618184] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619242] GPT:90111 != 2097151\n[ 0.619899] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620849] vda: vda1 vda15\n[ 0.622398] scsi host0: ata_piix\n[ 0.623108] scsi host1: ata_piix\n[ 0.623800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626486] libphy: Fixed MDIO Bus: probed\n[ 0.627277] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628198] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630404] PPP generic driver version 2.4.2\n[ 0.631281] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632780] ehci-pci: EHCI PCI platform driver\n[ 0.633828] ehci-platform: EHCI generic platform driver\n[ 0.635015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636380] ohci-pci: OHCI PCI platform driver\n[ 0.637446] ohci-platform: OHCI generic platform driver\n[ 0.638638] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653315] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654526] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656255] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657451] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661977] usb usb1: Product: UHCI Host Controller\n[ 0.663212] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664607] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665759] hub 1-0:1.0: USB hub found\n[ 0.666677] hub 1-0:1.0: 2 ports detected\n[ 0.667751] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670196] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672578] mousedev: PS/2 mouse device common for all mice\n[ 0.674046] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676196] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678915] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680360] i2c /dev entries driver\n[ 0.681257] device-mapper: uevent: version 1.0.3\n[ 0.682400] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685863] NET: Registered protocol family 10\n[ 0.687043] NET: Registered protocol family 17\n[ 0.688096] Key type dns_resolver registered\n[ 0.689188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692664] registered taskstats version 1\n[ 0.693662] Loading compiled-in X.509 certificates\n[ 0.695280] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697522] zswap: loaded using pool lzo/zbud\n[ 0.699595] Key type trusted registered\n[ 0.701317] Key type encrypted registered\n[ 0.702308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703561] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704840] evm: HMAC attrs: 0x1\n[ 0.705927] Magic number: 6:67:545\n[ 0.706833] tty ttyS21: hash matches\n[ 0.707794] rtc_cmos 00:00: setting system clock to 2018-10-22 18:31:02 UTC (1540233062)\n[ 0.709657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711000] EDD information not available.\n[ 0.785533] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797201] Write protecting the kernel read-only data: 14336k\n[ 0.798945] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800980] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.355406] 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.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 1.25. iid=i-0000014c\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCGmOqiV56to6Pqq5H0ywN+1KYK15vsl75NY3WP7BU2jXrzIsUXsC9t6mz1hGVxNO2Qwg7royly9UPZc4Bivkd4T9w/Wp9D5lcqIPRLkdHUCMlZpEkL7kzt1fcOSfhzy5kyp0j5MgLBQdo4DgrDiL6VqrC+mxDePKbv9DKWhFr0K3DVJnX/AfC9mQR3iqXAXEBdlg2GY6EinHLv+xX5/mT+/3ftQFqwwaz7TSNl0ecSDiEjDrMSN3aFUhBSlDPTiqxbH2YxAEkFJDanNydOQLK+63eFSxmch3ItkubMrktlxGuJSGN+EFqPVqqUvcICvyvXwBwOsIEubtkoj6I/blpl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAItt6NPDDVe8ml+NUJHUQN/+tQce+vtiRoTk7zD4M+1xoeD0W8zY6NrXBgUxnis/BJwF4YAdfbfCCv1n9YoEOB4PP8LalJEhG/C18f4yyBeNMK9C1dL06y5dQEC3OJ14RCdeCCRQIX18BzecrvM6ofXG+jH/0nWNNDWU/c6Ts+XXAAAAFQDip9PaPQvV94sNz/yIWrzgsdvvPwAAAIAyyoWSwo4N5CZUizo06msTXReeCHoYTxXPURzCdoSgAw0UKjaSjn0kQWRaAAVl0A9BXljTWOzSGlzCprWsB1kMAmtaIyji/378FP9cj4R85JmkHuSd/vkBpqt+LF8m8Hpwe74mk8AomRDWL3lmTHO8f6YEc4Yd3c3mgMaxeZIFugAAAIBcKHeDVrLODjjoeUOCNp5XYUyebYzwAZSa/wKkha/SFVr0tyQqwPCRcYTqrDbRjYq8aJnMRhDfh+osD+BKdMw9rc2tCvKwApNd7wVPQCpXVo/xuVNVGroMDV6NNUFmDMmkMLErorjbO0Fl53YcKgfSCrKsdlbAthMTdbBuHJ5oVw== 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.5,24,fe80::f816:3eff:fe8d:ac0b/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.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-0000014c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.73 ===\n/dev/root resized successfully [took 2.12s]\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:8D:AC:0B \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8d:ac0b/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:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7939 (7.7 KiB) TX bytes:9137 (8.9 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-10-22 18:31:36,758 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action used request id req-435cd762-ca64-4861-8030-fabb4ace905b 2018-10-22 18:31:38,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c92c5ce603d7a37abbf4673894112cfea30451" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:31:39,847 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:31: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-58429505-217a-47a3-bbf3-bd5894223df1 x-compute-request-id: req-58429505-217a-47a3-bbf3-bd5894223df1 Content-Encoding: gzip Content-Length: 10092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498092291 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130043] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131643] pid_max: default: 32768 minimum: 301\n[ 0.132507] ACPI: Core revision 20150930\n[ 0.133879] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135144] Security Framework initialized\n[ 0.135933] Yama: becoming mindful.\n[ 0.136643] AppArmor: AppArmor initialized\n[ 0.137488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142518] Initializing cgroup subsys io\n[ 0.143301] Initializing cgroup subsys memory\n[ 0.144132] Initializing cgroup subsys devices\n[ 0.144974] Initializing cgroup subsys freezer\n[ 0.145820] Initializing cgroup subsys net_cls\n[ 0.146660] Initializing cgroup subsys perf_event\n[ 0.147539] Initializing cgroup subsys net_prio\n[ 0.148396] Initializing cgroup subsys hugetlb\n[ 0.149236] Initializing cgroup subsys pids\n[ 0.150085] CPU: Physical Processor ID: 0\n[ 0.151570] mce: CPU supports 10 MCE banks\n[ 0.152389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164350] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170907] ftrace: allocating 31920 entries in 125 pages\n[ 0.198448] smpboot: Max logical packages: 1\n[ 0.199292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200615] x2apic enabled\n[ 0.201413] Switched APIC routing to physical x2apic.\n[ 0.203117] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209127] x86: Booted up 1 node, 1 CPUs\n[ 0.209905] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211246] devtmpfs: initialized\n[ 0.213077] evm: security.selinux\n[ 0.213871] evm: security.SMACK64\n[ 0.214648] evm: security.SMACK64EXEC\n[ 0.215491] evm: security.SMACK64TRANSMUTE\n[ 0.216399] evm: security.SMACK64MMAP\n[ 0.217242] evm: security.ima\n[ 0.217978] evm: security.capability\n[ 0.218911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221105] pinctrl core: initialized pinctrl subsystem\n[ 0.222402] RTC time: 18:31:01, date: 10/22/18\n[ 0.223511] NET: Registered protocol family 16\n[ 0.224628] cpuidle: using governor ladder\n[ 0.225576] cpuidle: using governor menu\n[ 0.226488] PCCT header not found.\n[ 0.227352] ACPI: bus type PCI registered\n[ 0.228280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229704] PCI: Using configuration type 1 for base access\n[ 0.231668] ACPI: Added _OSI(Module Device)\n[ 0.232655] ACPI: Added _OSI(Processor Device)\n[ 0.233696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234748] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237077] ACPI: Interpreter enabled\n[ 0.237969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244048] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245835] ACPI: (supports S0 S5)\n[ 0.246517] ACPI: Using IOAPIC for interrupt routing\n[ 0.247665] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254172] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256312] acpiphp: Slot [3] registered\n[ 0.257089] acpiphp: Slot [4] registered\n[ 0.257864] acpiphp: Slot [5] registered\n[ 0.258639] acpiphp: Slot [6] registered\n[ 0.259420] acpiphp: Slot [7] registered\n[ 0.260186] acpiphp: Slot [8] registered\n[ 0.260957] acpiphp: Slot [9] registered\n[ 0.261725] acpiphp: Slot [10] registered\n[ 0.262503] acpiphp: Slot [11] registered\n[ 0.263380] acpiphp: Slot [12] registered\n[ 0.264161] acpiphp: Slot [13] registered\n[ 0.264943] acpiphp: Slot [14] registered\n[ 0.265724] acpiphp: Slot [15] registered\n[ 0.276360] acpiphp: Slot [16] registered\n[ 0.277151] acpiphp: Slot [17] registered\n[ 0.277942] acpiphp: Slot [18] registered\n[ 0.278724] acpiphp: Slot [19] registered\n[ 0.279504] acpiphp: Slot [20] registered\n[ 0.280283] acpiphp: Slot [21] registered\n[ 0.281070] acpiphp: Slot [22] registered\n[ 0.281853] acpiphp: Slot [23] registered\n[ 0.282636] acpiphp: Slot [24] registered\n[ 0.283417] acpiphp: Slot [25] registered\n[ 0.284192] acpiphp: Slot [26] registered\n[ 0.284972] acpiphp: Slot [27] registered\n[ 0.285761] acpiphp: Slot [28] registered\n[ 0.286544] acpiphp: Slot [29] registered\n[ 0.287318] acpiphp: Slot [30] registered\n[ 0.288098] acpiphp: Slot [31] registered\n[ 0.288878] PCI host bridge to bus 0000:00\n[ 0.289779] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292104] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293507] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294980] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301217] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304815] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311839] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362311] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365178] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367882] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370048] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371174] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373676] vgaarb: loaded\n[ 0.374256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375369] SCSI subsystem initialized\n[ 0.376162] ACPI: bus type USB registered\n[ 0.377048] usbcore: registered new interface driver usbfs\n[ 0.378023] usbcore: registered new interface driver hub\n[ 0.378992] usbcore: registered new device driver usb\n[ 0.380017] PCI: Using ACPI for IRQ routing\n[ 0.381016] NetLabel: Initializing\n[ 0.381710] NetLabel: domain hash size = 128\n[ 0.382537] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383457] NetLabel: unlabeled traffic allowed by default\n[ 0.384529] clocksource: Switched to clocksource kvm-clock\n[ 0.390253] AppArmor: AppArmor Filesystem Enabled\n[ 0.391195] pnp: PnP ACPI init\n[ 0.392110] pnp: PnP ACPI: found 5 devices\n[ 0.398490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400160] NET: Registered protocol family 2\n[ 0.401110] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402330] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403453] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404581] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405618] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406743] NET: Registered protocol family 1\n[ 0.407585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408657] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409701] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423689] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438006] Trying to unpack rootfs image as initramfs...\n[ 0.488504] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502422] Scanning for low memory corruption every 60 seconds\n[ 0.503736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504868] audit: initializing netlink subsys (disabled)\n[ 0.505875] audit: type=2000 audit(1540233061.881:1): initialized\n[ 0.507160] Initialise system trusted keyring\n[ 0.508083] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509228] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511154] zbud: loaded\n[ 0.511851] VFS: Disk quotas dquot_6.6.0\n[ 0.512661] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514158] fuse init (API version 7.23)\n[ 0.515032] Key type big_key registered\n[ 0.515818] Allocating IMA MOK and blacklist keyrings.\n[ 0.516914] Key type asymmetric registered\n[ 0.517762] Asymmetric key parser 'x509' registered\n[ 0.518737] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520546] io scheduler noop registered\n[ 0.521321] io scheduler deadline registered (default)\n[ 0.522278] io scheduler cfq registered\n[ 0.523099] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526775] ACPI: Power Button [PWRF]\n[ 0.527590] GHES: HEST is not enabled!\n[ 0.542181] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577871] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581396] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605538] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607690] Linux agpgart interface v0.103\n[ 0.610340] brd: module loaded\n[ 0.611592] loop: module loaded\n[ 0.616115] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617530] GPT:90111 != 2097151\n[ 0.618184] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619242] GPT:90111 != 2097151\n[ 0.619899] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620849] vda: vda1 vda15\n[ 0.622398] scsi host0: ata_piix\n[ 0.623108] scsi host1: ata_piix\n[ 0.623800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626486] libphy: Fixed MDIO Bus: probed\n[ 0.627277] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628198] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630404] PPP generic driver version 2.4.2\n[ 0.631281] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632780] ehci-pci: EHCI PCI platform driver\n[ 0.633828] ehci-platform: EHCI generic platform driver\n[ 0.635015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636380] ohci-pci: OHCI PCI platform driver\n[ 0.637446] ohci-platform: OHCI generic platform driver\n[ 0.638638] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653315] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654526] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656255] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657451] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661977] usb usb1: Product: UHCI Host Controller\n[ 0.663212] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664607] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665759] hub 1-0:1.0: USB hub found\n[ 0.666677] hub 1-0:1.0: 2 ports detected\n[ 0.667751] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670196] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672578] mousedev: PS/2 mouse device common for all mice\n[ 0.674046] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676196] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678915] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680360] i2c /dev entries driver\n[ 0.681257] device-mapper: uevent: version 1.0.3\n[ 0.682400] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685863] NET: Registered protocol family 10\n[ 0.687043] NET: Registered protocol family 17\n[ 0.688096] Key type dns_resolver registered\n[ 0.689188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692664] registered taskstats version 1\n[ 0.693662] Loading compiled-in X.509 certificates\n[ 0.695280] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697522] zswap: loaded using pool lzo/zbud\n[ 0.699595] Key type trusted registered\n[ 0.701317] Key type encrypted registered\n[ 0.702308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703561] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704840] evm: HMAC attrs: 0x1\n[ 0.705927] Magic number: 6:67:545\n[ 0.706833] tty ttyS21: hash matches\n[ 0.707794] rtc_cmos 00:00: setting system clock to 2018-10-22 18:31:02 UTC (1540233062)\n[ 0.709657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711000] EDD information not available.\n[ 0.785533] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797201] Write protecting the kernel read-only data: 14336k\n[ 0.798945] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800980] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.355406] 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.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 1.25. iid=i-0000014c\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCGmOqiV56to6Pqq5H0ywN+1KYK15vsl75NY3WP7BU2jXrzIsUXsC9t6mz1hGVxNO2Qwg7royly9UPZc4Bivkd4T9w/Wp9D5lcqIPRLkdHUCMlZpEkL7kzt1fcOSfhzy5kyp0j5MgLBQdo4DgrDiL6VqrC+mxDePKbv9DKWhFr0K3DVJnX/AfC9mQR3iqXAXEBdlg2GY6EinHLv+xX5/mT+/3ftQFqwwaz7TSNl0ecSDiEjDrMSN3aFUhBSlDPTiqxbH2YxAEkFJDanNydOQLK+63eFSxmch3ItkubMrktlxGuJSGN+EFqPVqqUvcICvyvXwBwOsIEubtkoj6I/blpl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAItt6NPDDVe8ml+NUJHUQN/+tQce+vtiRoTk7zD4M+1xoeD0W8zY6NrXBgUxnis/BJwF4YAdfbfCCv1n9YoEOB4PP8LalJEhG/C18f4yyBeNMK9C1dL06y5dQEC3OJ14RCdeCCRQIX18BzecrvM6ofXG+jH/0nWNNDWU/c6Ts+XXAAAAFQDip9PaPQvV94sNz/yIWrzgsdvvPwAAAIAyyoWSwo4N5CZUizo06msTXReeCHoYTxXPURzCdoSgAw0UKjaSjn0kQWRaAAVl0A9BXljTWOzSGlzCprWsB1kMAmtaIyji/378FP9cj4R85JmkHuSd/vkBpqt+LF8m8Hpwe74mk8AomRDWL3lmTHO8f6YEc4Yd3c3mgMaxeZIFugAAAIBcKHeDVrLODjjoeUOCNp5XYUyebYzwAZSa/wKkha/SFVr0tyQqwPCRcYTqrDbRjYq8aJnMRhDfh+osD+BKdMw9rc2tCvKwApNd7wVPQCpXVo/xuVNVGroMDV6NNUFmDMmkMLErorjbO0Fl53YcKgfSCrKsdlbAthMTdbBuHJ5oVw== 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.5,24,fe80::f816:3eff:fe8d:ac0b/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.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-0000014c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.73 ===\n/dev/root resized successfully [took 2.12s]\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:8D:AC:0B \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8d:ac0b/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:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7939 (7.7 KiB) TX bytes:9137 (8.9 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-10-22 18:31:39,848 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action used request id req-58429505-217a-47a3-bbf3-bd5894223df1 2018-10-22 18:31:41,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c92c5ce603d7a37abbf4673894112cfea30451" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:31:42,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:31: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-cf3141bc-f2ae-4f69-94dc-1e7ec9995aee x-compute-request-id: req-cf3141bc-f2ae-4f69-94dc-1e7ec9995aee Content-Encoding: gzip Content-Length: 10092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498092291 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130043] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131643] pid_max: default: 32768 minimum: 301\n[ 0.132507] ACPI: Core revision 20150930\n[ 0.133879] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135144] Security Framework initialized\n[ 0.135933] Yama: becoming mindful.\n[ 0.136643] AppArmor: AppArmor initialized\n[ 0.137488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142518] Initializing cgroup subsys io\n[ 0.143301] Initializing cgroup subsys memory\n[ 0.144132] Initializing cgroup subsys devices\n[ 0.144974] Initializing cgroup subsys freezer\n[ 0.145820] Initializing cgroup subsys net_cls\n[ 0.146660] Initializing cgroup subsys perf_event\n[ 0.147539] Initializing cgroup subsys net_prio\n[ 0.148396] Initializing cgroup subsys hugetlb\n[ 0.149236] Initializing cgroup subsys pids\n[ 0.150085] CPU: Physical Processor ID: 0\n[ 0.151570] mce: CPU supports 10 MCE banks\n[ 0.152389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164350] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170907] ftrace: allocating 31920 entries in 125 pages\n[ 0.198448] smpboot: Max logical packages: 1\n[ 0.199292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200615] x2apic enabled\n[ 0.201413] Switched APIC routing to physical x2apic.\n[ 0.203117] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209127] x86: Booted up 1 node, 1 CPUs\n[ 0.209905] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211246] devtmpfs: initialized\n[ 0.213077] evm: security.selinux\n[ 0.213871] evm: security.SMACK64\n[ 0.214648] evm: security.SMACK64EXEC\n[ 0.215491] evm: security.SMACK64TRANSMUTE\n[ 0.216399] evm: security.SMACK64MMAP\n[ 0.217242] evm: security.ima\n[ 0.217978] evm: security.capability\n[ 0.218911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221105] pinctrl core: initialized pinctrl subsystem\n[ 0.222402] RTC time: 18:31:01, date: 10/22/18\n[ 0.223511] NET: Registered protocol family 16\n[ 0.224628] cpuidle: using governor ladder\n[ 0.225576] cpuidle: using governor menu\n[ 0.226488] PCCT header not found.\n[ 0.227352] ACPI: bus type PCI registered\n[ 0.228280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229704] PCI: Using configuration type 1 for base access\n[ 0.231668] ACPI: Added _OSI(Module Device)\n[ 0.232655] ACPI: Added _OSI(Processor Device)\n[ 0.233696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234748] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237077] ACPI: Interpreter enabled\n[ 0.237969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244048] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245835] ACPI: (supports S0 S5)\n[ 0.246517] ACPI: Using IOAPIC for interrupt routing\n[ 0.247665] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254172] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256312] acpiphp: Slot [3] registered\n[ 0.257089] acpiphp: Slot [4] registered\n[ 0.257864] acpiphp: Slot [5] registered\n[ 0.258639] acpiphp: Slot [6] registered\n[ 0.259420] acpiphp: Slot [7] registered\n[ 0.260186] acpiphp: Slot [8] registered\n[ 0.260957] acpiphp: Slot [9] registered\n[ 0.261725] acpiphp: Slot [10] registered\n[ 0.262503] acpiphp: Slot [11] registered\n[ 0.263380] acpiphp: Slot [12] registered\n[ 0.264161] acpiphp: Slot [13] registered\n[ 0.264943] acpiphp: Slot [14] registered\n[ 0.265724] acpiphp: Slot [15] registered\n[ 0.276360] acpiphp: Slot [16] registered\n[ 0.277151] acpiphp: Slot [17] registered\n[ 0.277942] acpiphp: Slot [18] registered\n[ 0.278724] acpiphp: Slot [19] registered\n[ 0.279504] acpiphp: Slot [20] registered\n[ 0.280283] acpiphp: Slot [21] registered\n[ 0.281070] acpiphp: Slot [22] registered\n[ 0.281853] acpiphp: Slot [23] registered\n[ 0.282636] acpiphp: Slot [24] registered\n[ 0.283417] acpiphp: Slot [25] registered\n[ 0.284192] acpiphp: Slot [26] registered\n[ 0.284972] acpiphp: Slot [27] registered\n[ 0.285761] acpiphp: Slot [28] registered\n[ 0.286544] acpiphp: Slot [29] registered\n[ 0.287318] acpiphp: Slot [30] registered\n[ 0.288098] acpiphp: Slot [31] registered\n[ 0.288878] PCI host bridge to bus 0000:00\n[ 0.289779] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292104] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293507] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294980] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301217] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304815] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311839] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362311] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365178] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367882] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370048] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371174] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373676] vgaarb: loaded\n[ 0.374256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375369] SCSI subsystem initialized\n[ 0.376162] ACPI: bus type USB registered\n[ 0.377048] usbcore: registered new interface driver usbfs\n[ 0.378023] usbcore: registered new interface driver hub\n[ 0.378992] usbcore: registered new device driver usb\n[ 0.380017] PCI: Using ACPI for IRQ routing\n[ 0.381016] NetLabel: Initializing\n[ 0.381710] NetLabel: domain hash size = 128\n[ 0.382537] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383457] NetLabel: unlabeled traffic allowed by default\n[ 0.384529] clocksource: Switched to clocksource kvm-clock\n[ 0.390253] AppArmor: AppArmor Filesystem Enabled\n[ 0.391195] pnp: PnP ACPI init\n[ 0.392110] pnp: PnP ACPI: found 5 devices\n[ 0.398490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400160] NET: Registered protocol family 2\n[ 0.401110] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402330] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403453] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404581] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405618] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406743] NET: Registered protocol family 1\n[ 0.407585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408657] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409701] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423689] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438006] Trying to unpack rootfs image as initramfs...\n[ 0.488504] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502422] Scanning for low memory corruption every 60 seconds\n[ 0.503736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504868] audit: initializing netlink subsys (disabled)\n[ 0.505875] audit: type=2000 audit(1540233061.881:1): initialized\n[ 0.507160] Initialise system trusted keyring\n[ 0.508083] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509228] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511154] zbud: loaded\n[ 0.511851] VFS: Disk quotas dquot_6.6.0\n[ 0.512661] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514158] fuse init (API version 7.23)\n[ 0.515032] Key type big_key registered\n[ 0.515818] Allocating IMA MOK and blacklist keyrings.\n[ 0.516914] Key type asymmetric registered\n[ 0.517762] Asymmetric key parser 'x509' registered\n[ 0.518737] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520546] io scheduler noop registered\n[ 0.521321] io scheduler deadline registered (default)\n[ 0.522278] io scheduler cfq registered\n[ 0.523099] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526775] ACPI: Power Button [PWRF]\n[ 0.527590] GHES: HEST is not enabled!\n[ 0.542181] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577871] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581396] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605538] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607690] Linux agpgart interface v0.103\n[ 0.610340] brd: module loaded\n[ 0.611592] loop: module loaded\n[ 0.616115] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617530] GPT:90111 != 2097151\n[ 0.618184] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619242] GPT:90111 != 2097151\n[ 0.619899] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620849] vda: vda1 vda15\n[ 0.622398] scsi host0: ata_piix\n[ 0.623108] scsi host1: ata_piix\n[ 0.623800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626486] libphy: Fixed MDIO Bus: probed\n[ 0.627277] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628198] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630404] PPP generic driver version 2.4.2\n[ 0.631281] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632780] ehci-pci: EHCI PCI platform driver\n[ 0.633828] ehci-platform: EHCI generic platform driver\n[ 0.635015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636380] ohci-pci: OHCI PCI platform driver\n[ 0.637446] ohci-platform: OHCI generic platform driver\n[ 0.638638] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653315] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654526] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656255] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657451] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661977] usb usb1: Product: UHCI Host Controller\n[ 0.663212] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664607] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665759] hub 1-0:1.0: USB hub found\n[ 0.666677] hub 1-0:1.0: 2 ports detected\n[ 0.667751] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670196] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672578] mousedev: PS/2 mouse device common for all mice\n[ 0.674046] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676196] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678915] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680360] i2c /dev entries driver\n[ 0.681257] device-mapper: uevent: version 1.0.3\n[ 0.682400] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685863] NET: Registered protocol family 10\n[ 0.687043] NET: Registered protocol family 17\n[ 0.688096] Key type dns_resolver registered\n[ 0.689188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692664] registered taskstats version 1\n[ 0.693662] Loading compiled-in X.509 certificates\n[ 0.695280] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697522] zswap: loaded using pool lzo/zbud\n[ 0.699595] Key type trusted registered\n[ 0.701317] Key type encrypted registered\n[ 0.702308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703561] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704840] evm: HMAC attrs: 0x1\n[ 0.705927] Magic number: 6:67:545\n[ 0.706833] tty ttyS21: hash matches\n[ 0.707794] rtc_cmos 00:00: setting system clock to 2018-10-22 18:31:02 UTC (1540233062)\n[ 0.709657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711000] EDD information not available.\n[ 0.785533] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797201] Write protecting the kernel read-only data: 14336k\n[ 0.798945] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800980] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.355406] 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.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 1.25. iid=i-0000014c\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCGmOqiV56to6Pqq5H0ywN+1KYK15vsl75NY3WP7BU2jXrzIsUXsC9t6mz1hGVxNO2Qwg7royly9UPZc4Bivkd4T9w/Wp9D5lcqIPRLkdHUCMlZpEkL7kzt1fcOSfhzy5kyp0j5MgLBQdo4DgrDiL6VqrC+mxDePKbv9DKWhFr0K3DVJnX/AfC9mQR3iqXAXEBdlg2GY6EinHLv+xX5/mT+/3ftQFqwwaz7TSNl0ecSDiEjDrMSN3aFUhBSlDPTiqxbH2YxAEkFJDanNydOQLK+63eFSxmch3ItkubMrktlxGuJSGN+EFqPVqqUvcICvyvXwBwOsIEubtkoj6I/blpl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAItt6NPDDVe8ml+NUJHUQN/+tQce+vtiRoTk7zD4M+1xoeD0W8zY6NrXBgUxnis/BJwF4YAdfbfCCv1n9YoEOB4PP8LalJEhG/C18f4yyBeNMK9C1dL06y5dQEC3OJ14RCdeCCRQIX18BzecrvM6ofXG+jH/0nWNNDWU/c6Ts+XXAAAAFQDip9PaPQvV94sNz/yIWrzgsdvvPwAAAIAyyoWSwo4N5CZUizo06msTXReeCHoYTxXPURzCdoSgAw0UKjaSjn0kQWRaAAVl0A9BXljTWOzSGlzCprWsB1kMAmtaIyji/378FP9cj4R85JmkHuSd/vkBpqt+LF8m8Hpwe74mk8AomRDWL3lmTHO8f6YEc4Yd3c3mgMaxeZIFugAAAIBcKHeDVrLODjjoeUOCNp5XYUyebYzwAZSa/wKkha/SFVr0tyQqwPCRcYTqrDbRjYq8aJnMRhDfh+osD+BKdMw9rc2tCvKwApNd7wVPQCpXVo/xuVNVGroMDV6NNUFmDMmkMLErorjbO0Fl53YcKgfSCrKsdlbAthMTdbBuHJ5oVw== 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.5,24,fe80::f816:3eff:fe8d:ac0b/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.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-0000014c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.73 ===\n/dev/root resized successfully [took 2.12s]\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:8D:AC:0B \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8d:ac0b/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:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7939 (7.7 KiB) TX bytes:9137 (8.9 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-10-22 18:31:42,952 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action used request id req-cf3141bc-f2ae-4f69-94dc-1e7ec9995aee 2018-10-22 18:31:44,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c92c5ce603d7a37abbf4673894112cfea30451" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:31:46,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:31: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-debc547c-1025-4dc6-b9e1-6ca6fd638760 x-compute-request-id: req-debc547c-1025-4dc6-b9e1-6ca6fd638760 Content-Encoding: gzip Content-Length: 10092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498092291 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130043] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131643] pid_max: default: 32768 minimum: 301\n[ 0.132507] ACPI: Core revision 20150930\n[ 0.133879] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135144] Security Framework initialized\n[ 0.135933] Yama: becoming mindful.\n[ 0.136643] AppArmor: AppArmor initialized\n[ 0.137488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142518] Initializing cgroup subsys io\n[ 0.143301] Initializing cgroup subsys memory\n[ 0.144132] Initializing cgroup subsys devices\n[ 0.144974] Initializing cgroup subsys freezer\n[ 0.145820] Initializing cgroup subsys net_cls\n[ 0.146660] Initializing cgroup subsys perf_event\n[ 0.147539] Initializing cgroup subsys net_prio\n[ 0.148396] Initializing cgroup subsys hugetlb\n[ 0.149236] Initializing cgroup subsys pids\n[ 0.150085] CPU: Physical Processor ID: 0\n[ 0.151570] mce: CPU supports 10 MCE banks\n[ 0.152389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164350] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170907] ftrace: allocating 31920 entries in 125 pages\n[ 0.198448] smpboot: Max logical packages: 1\n[ 0.199292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200615] x2apic enabled\n[ 0.201413] Switched APIC routing to physical x2apic.\n[ 0.203117] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209127] x86: Booted up 1 node, 1 CPUs\n[ 0.209905] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211246] devtmpfs: initialized\n[ 0.213077] evm: security.selinux\n[ 0.213871] evm: security.SMACK64\n[ 0.214648] evm: security.SMACK64EXEC\n[ 0.215491] evm: security.SMACK64TRANSMUTE\n[ 0.216399] evm: security.SMACK64MMAP\n[ 0.217242] evm: security.ima\n[ 0.217978] evm: security.capability\n[ 0.218911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221105] pinctrl core: initialized pinctrl subsystem\n[ 0.222402] RTC time: 18:31:01, date: 10/22/18\n[ 0.223511] NET: Registered protocol family 16\n[ 0.224628] cpuidle: using governor ladder\n[ 0.225576] cpuidle: using governor menu\n[ 0.226488] PCCT header not found.\n[ 0.227352] ACPI: bus type PCI registered\n[ 0.228280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229704] PCI: Using configuration type 1 for base access\n[ 0.231668] ACPI: Added _OSI(Module Device)\n[ 0.232655] ACPI: Added _OSI(Processor Device)\n[ 0.233696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234748] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237077] ACPI: Interpreter enabled\n[ 0.237969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244048] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245835] ACPI: (supports S0 S5)\n[ 0.246517] ACPI: Using IOAPIC for interrupt routing\n[ 0.247665] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254172] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256312] acpiphp: Slot [3] registered\n[ 0.257089] acpiphp: Slot [4] registered\n[ 0.257864] acpiphp: Slot [5] registered\n[ 0.258639] acpiphp: Slot [6] registered\n[ 0.259420] acpiphp: Slot [7] registered\n[ 0.260186] acpiphp: Slot [8] registered\n[ 0.260957] acpiphp: Slot [9] registered\n[ 0.261725] acpiphp: Slot [10] registered\n[ 0.262503] acpiphp: Slot [11] registered\n[ 0.263380] acpiphp: Slot [12] registered\n[ 0.264161] acpiphp: Slot [13] registered\n[ 0.264943] acpiphp: Slot [14] registered\n[ 0.265724] acpiphp: Slot [15] registered\n[ 0.276360] acpiphp: Slot [16] registered\n[ 0.277151] acpiphp: Slot [17] registered\n[ 0.277942] acpiphp: Slot [18] registered\n[ 0.278724] acpiphp: Slot [19] registered\n[ 0.279504] acpiphp: Slot [20] registered\n[ 0.280283] acpiphp: Slot [21] registered\n[ 0.281070] acpiphp: Slot [22] registered\n[ 0.281853] acpiphp: Slot [23] registered\n[ 0.282636] acpiphp: Slot [24] registered\n[ 0.283417] acpiphp: Slot [25] registered\n[ 0.284192] acpiphp: Slot [26] registered\n[ 0.284972] acpiphp: Slot [27] registered\n[ 0.285761] acpiphp: Slot [28] registered\n[ 0.286544] acpiphp: Slot [29] registered\n[ 0.287318] acpiphp: Slot [30] registered\n[ 0.288098] acpiphp: Slot [31] registered\n[ 0.288878] PCI host bridge to bus 0000:00\n[ 0.289779] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292104] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293507] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294980] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301217] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304815] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311839] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362311] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365178] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367882] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370048] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371174] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373676] vgaarb: loaded\n[ 0.374256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375369] SCSI subsystem initialized\n[ 0.376162] ACPI: bus type USB registered\n[ 0.377048] usbcore: registered new interface driver usbfs\n[ 0.378023] usbcore: registered new interface driver hub\n[ 0.378992] usbcore: registered new device driver usb\n[ 0.380017] PCI: Using ACPI for IRQ routing\n[ 0.381016] NetLabel: Initializing\n[ 0.381710] NetLabel: domain hash size = 128\n[ 0.382537] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383457] NetLabel: unlabeled traffic allowed by default\n[ 0.384529] clocksource: Switched to clocksource kvm-clock\n[ 0.390253] AppArmor: AppArmor Filesystem Enabled\n[ 0.391195] pnp: PnP ACPI init\n[ 0.392110] pnp: PnP ACPI: found 5 devices\n[ 0.398490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400160] NET: Registered protocol family 2\n[ 0.401110] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402330] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403453] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404581] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405618] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406743] NET: Registered protocol family 1\n[ 0.407585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408657] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409701] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423689] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438006] Trying to unpack rootfs image as initramfs...\n[ 0.488504] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502422] Scanning for low memory corruption every 60 seconds\n[ 0.503736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504868] audit: initializing netlink subsys (disabled)\n[ 0.505875] audit: type=2000 audit(1540233061.881:1): initialized\n[ 0.507160] Initialise system trusted keyring\n[ 0.508083] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509228] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511154] zbud: loaded\n[ 0.511851] VFS: Disk quotas dquot_6.6.0\n[ 0.512661] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514158] fuse init (API version 7.23)\n[ 0.515032] Key type big_key registered\n[ 0.515818] Allocating IMA MOK and blacklist keyrings.\n[ 0.516914] Key type asymmetric registered\n[ 0.517762] Asymmetric key parser 'x509' registered\n[ 0.518737] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520546] io scheduler noop registered\n[ 0.521321] io scheduler deadline registered (default)\n[ 0.522278] io scheduler cfq registered\n[ 0.523099] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526775] ACPI: Power Button [PWRF]\n[ 0.527590] GHES: HEST is not enabled!\n[ 0.542181] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577871] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581396] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605538] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607690] Linux agpgart interface v0.103\n[ 0.610340] brd: module loaded\n[ 0.611592] loop: module loaded\n[ 0.616115] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617530] GPT:90111 != 2097151\n[ 0.618184] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619242] GPT:90111 != 2097151\n[ 0.619899] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620849] vda: vda1 vda15\n[ 0.622398] scsi host0: ata_piix\n[ 0.623108] scsi host1: ata_piix\n[ 0.623800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626486] libphy: Fixed MDIO Bus: probed\n[ 0.627277] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628198] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630404] PPP generic driver version 2.4.2\n[ 0.631281] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632780] ehci-pci: EHCI PCI platform driver\n[ 0.633828] ehci-platform: EHCI generic platform driver\n[ 0.635015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636380] ohci-pci: OHCI PCI platform driver\n[ 0.637446] ohci-platform: OHCI generic platform driver\n[ 0.638638] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653315] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654526] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656255] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657451] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661977] usb usb1: Product: UHCI Host Controller\n[ 0.663212] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664607] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665759] hub 1-0:1.0: USB hub found\n[ 0.666677] hub 1-0:1.0: 2 ports detected\n[ 0.667751] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670196] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672578] mousedev: PS/2 mouse device common for all mice\n[ 0.674046] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676196] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678915] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680360] i2c /dev entries driver\n[ 0.681257] device-mapper: uevent: version 1.0.3\n[ 0.682400] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685863] NET: Registered protocol family 10\n[ 0.687043] NET: Registered protocol family 17\n[ 0.688096] Key type dns_resolver registered\n[ 0.689188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692664] registered taskstats version 1\n[ 0.693662] Loading compiled-in X.509 certificates\n[ 0.695280] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697522] zswap: loaded using pool lzo/zbud\n[ 0.699595] Key type trusted registered\n[ 0.701317] Key type encrypted registered\n[ 0.702308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703561] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704840] evm: HMAC attrs: 0x1\n[ 0.705927] Magic number: 6:67:545\n[ 0.706833] tty ttyS21: hash matches\n[ 0.707794] rtc_cmos 00:00: setting system clock to 2018-10-22 18:31:02 UTC (1540233062)\n[ 0.709657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711000] EDD information not available.\n[ 0.785533] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797201] Write protecting the kernel read-only data: 14336k\n[ 0.798945] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800980] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.355406] 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.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 1.25. iid=i-0000014c\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCGmOqiV56to6Pqq5H0ywN+1KYK15vsl75NY3WP7BU2jXrzIsUXsC9t6mz1hGVxNO2Qwg7royly9UPZc4Bivkd4T9w/Wp9D5lcqIPRLkdHUCMlZpEkL7kzt1fcOSfhzy5kyp0j5MgLBQdo4DgrDiL6VqrC+mxDePKbv9DKWhFr0K3DVJnX/AfC9mQR3iqXAXEBdlg2GY6EinHLv+xX5/mT+/3ftQFqwwaz7TSNl0ecSDiEjDrMSN3aFUhBSlDPTiqxbH2YxAEkFJDanNydOQLK+63eFSxmch3ItkubMrktlxGuJSGN+EFqPVqqUvcICvyvXwBwOsIEubtkoj6I/blpl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAItt6NPDDVe8ml+NUJHUQN/+tQce+vtiRoTk7zD4M+1xoeD0W8zY6NrXBgUxnis/BJwF4YAdfbfCCv1n9YoEOB4PP8LalJEhG/C18f4yyBeNMK9C1dL06y5dQEC3OJ14RCdeCCRQIX18BzecrvM6ofXG+jH/0nWNNDWU/c6Ts+XXAAAAFQDip9PaPQvV94sNz/yIWrzgsdvvPwAAAIAyyoWSwo4N5CZUizo06msTXReeCHoYTxXPURzCdoSgAw0UKjaSjn0kQWRaAAVl0A9BXljTWOzSGlzCprWsB1kMAmtaIyji/378FP9cj4R85JmkHuSd/vkBpqt+LF8m8Hpwe74mk8AomRDWL3lmTHO8f6YEc4Yd3c3mgMaxeZIFugAAAIBcKHeDVrLODjjoeUOCNp5XYUyebYzwAZSa/wKkha/SFVr0tyQqwPCRcYTqrDbRjYq8aJnMRhDfh+osD+BKdMw9rc2tCvKwApNd7wVPQCpXVo/xuVNVGroMDV6NNUFmDMmkMLErorjbO0Fl53YcKgfSCrKsdlbAthMTdbBuHJ5oVw== 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.5,24,fe80::f816:3eff:fe8d:ac0b/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.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-0000014c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.73 ===\n/dev/root resized successfully [took 2.12s]\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:8D:AC:0B \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8d:ac0b/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:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7939 (7.7 KiB) TX bytes:9137 (8.9 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-10-22 18:31:46,048 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action used request id req-debc547c-1025-4dc6-b9e1-6ca6fd638760 2018-10-22 18:31:48,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c92c5ce603d7a37abbf4673894112cfea30451" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:31:49,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:31: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-0632d898-0e8c-477f-ae8e-260d731f4f28 x-compute-request-id: req-0632d898-0e8c-477f-ae8e-260d731f4f28 Content-Encoding: gzip Content-Length: 10092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498092291 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130043] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131643] pid_max: default: 32768 minimum: 301\n[ 0.132507] ACPI: Core revision 20150930\n[ 0.133879] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135144] Security Framework initialized\n[ 0.135933] Yama: becoming mindful.\n[ 0.136643] AppArmor: AppArmor initialized\n[ 0.137488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142518] Initializing cgroup subsys io\n[ 0.143301] Initializing cgroup subsys memory\n[ 0.144132] Initializing cgroup subsys devices\n[ 0.144974] Initializing cgroup subsys freezer\n[ 0.145820] Initializing cgroup subsys net_cls\n[ 0.146660] Initializing cgroup subsys perf_event\n[ 0.147539] Initializing cgroup subsys net_prio\n[ 0.148396] Initializing cgroup subsys hugetlb\n[ 0.149236] Initializing cgroup subsys pids\n[ 0.150085] CPU: Physical Processor ID: 0\n[ 0.151570] mce: CPU supports 10 MCE banks\n[ 0.152389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164350] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170907] ftrace: allocating 31920 entries in 125 pages\n[ 0.198448] smpboot: Max logical packages: 1\n[ 0.199292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200615] x2apic enabled\n[ 0.201413] Switched APIC routing to physical x2apic.\n[ 0.203117] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209127] x86: Booted up 1 node, 1 CPUs\n[ 0.209905] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211246] devtmpfs: initialized\n[ 0.213077] evm: security.selinux\n[ 0.213871] evm: security.SMACK64\n[ 0.214648] evm: security.SMACK64EXEC\n[ 0.215491] evm: security.SMACK64TRANSMUTE\n[ 0.216399] evm: security.SMACK64MMAP\n[ 0.217242] evm: security.ima\n[ 0.217978] evm: security.capability\n[ 0.218911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221105] pinctrl core: initialized pinctrl subsystem\n[ 0.222402] RTC time: 18:31:01, date: 10/22/18\n[ 0.223511] NET: Registered protocol family 16\n[ 0.224628] cpuidle: using governor ladder\n[ 0.225576] cpuidle: using governor menu\n[ 0.226488] PCCT header not found.\n[ 0.227352] ACPI: bus type PCI registered\n[ 0.228280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229704] PCI: Using configuration type 1 for base access\n[ 0.231668] ACPI: Added _OSI(Module Device)\n[ 0.232655] ACPI: Added _OSI(Processor Device)\n[ 0.233696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234748] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237077] ACPI: Interpreter enabled\n[ 0.237969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244048] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245835] ACPI: (supports S0 S5)\n[ 0.246517] ACPI: Using IOAPIC for interrupt routing\n[ 0.247665] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254172] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256312] acpiphp: Slot [3] registered\n[ 0.257089] acpiphp: Slot [4] registered\n[ 0.257864] acpiphp: Slot [5] registered\n[ 0.258639] acpiphp: Slot [6] registered\n[ 0.259420] acpiphp: Slot [7] registered\n[ 0.260186] acpiphp: Slot [8] registered\n[ 0.260957] acpiphp: Slot [9] registered\n[ 0.261725] acpiphp: Slot [10] registered\n[ 0.262503] acpiphp: Slot [11] registered\n[ 0.263380] acpiphp: Slot [12] registered\n[ 0.264161] acpiphp: Slot [13] registered\n[ 0.264943] acpiphp: Slot [14] registered\n[ 0.265724] acpiphp: Slot [15] registered\n[ 0.276360] acpiphp: Slot [16] registered\n[ 0.277151] acpiphp: Slot [17] registered\n[ 0.277942] acpiphp: Slot [18] registered\n[ 0.278724] acpiphp: Slot [19] registered\n[ 0.279504] acpiphp: Slot [20] registered\n[ 0.280283] acpiphp: Slot [21] registered\n[ 0.281070] acpiphp: Slot [22] registered\n[ 0.281853] acpiphp: Slot [23] registered\n[ 0.282636] acpiphp: Slot [24] registered\n[ 0.283417] acpiphp: Slot [25] registered\n[ 0.284192] acpiphp: Slot [26] registered\n[ 0.284972] acpiphp: Slot [27] registered\n[ 0.285761] acpiphp: Slot [28] registered\n[ 0.286544] acpiphp: Slot [29] registered\n[ 0.287318] acpiphp: Slot [30] registered\n[ 0.288098] acpiphp: Slot [31] registered\n[ 0.288878] PCI host bridge to bus 0000:00\n[ 0.289779] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292104] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293507] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294980] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301217] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304815] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311839] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362311] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365178] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367882] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370048] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371174] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373676] vgaarb: loaded\n[ 0.374256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375369] SCSI subsystem initialized\n[ 0.376162] ACPI: bus type USB registered\n[ 0.377048] usbcore: registered new interface driver usbfs\n[ 0.378023] usbcore: registered new interface driver hub\n[ 0.378992] usbcore: registered new device driver usb\n[ 0.380017] PCI: Using ACPI for IRQ routing\n[ 0.381016] NetLabel: Initializing\n[ 0.381710] NetLabel: domain hash size = 128\n[ 0.382537] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383457] NetLabel: unlabeled traffic allowed by default\n[ 0.384529] clocksource: Switched to clocksource kvm-clock\n[ 0.390253] AppArmor: AppArmor Filesystem Enabled\n[ 0.391195] pnp: PnP ACPI init\n[ 0.392110] pnp: PnP ACPI: found 5 devices\n[ 0.398490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400160] NET: Registered protocol family 2\n[ 0.401110] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402330] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403453] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404581] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405618] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406743] NET: Registered protocol family 1\n[ 0.407585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408657] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409701] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423689] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438006] Trying to unpack rootfs image as initramfs...\n[ 0.488504] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502422] Scanning for low memory corruption every 60 seconds\n[ 0.503736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504868] audit: initializing netlink subsys (disabled)\n[ 0.505875] audit: type=2000 audit(1540233061.881:1): initialized\n[ 0.507160] Initialise system trusted keyring\n[ 0.508083] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509228] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511154] zbud: loaded\n[ 0.511851] VFS: Disk quotas dquot_6.6.0\n[ 0.512661] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514158] fuse init (API version 7.23)\n[ 0.515032] Key type big_key registered\n[ 0.515818] Allocating IMA MOK and blacklist keyrings.\n[ 0.516914] Key type asymmetric registered\n[ 0.517762] Asymmetric key parser 'x509' registered\n[ 0.518737] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520546] io scheduler noop registered\n[ 0.521321] io scheduler deadline registered (default)\n[ 0.522278] io scheduler cfq registered\n[ 0.523099] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526775] ACPI: Power Button [PWRF]\n[ 0.527590] GHES: HEST is not enabled!\n[ 0.542181] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577871] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581396] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605538] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607690] Linux agpgart interface v0.103\n[ 0.610340] brd: module loaded\n[ 0.611592] loop: module loaded\n[ 0.616115] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617530] GPT:90111 != 2097151\n[ 0.618184] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619242] GPT:90111 != 2097151\n[ 0.619899] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620849] vda: vda1 vda15\n[ 0.622398] scsi host0: ata_piix\n[ 0.623108] scsi host1: ata_piix\n[ 0.623800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626486] libphy: Fixed MDIO Bus: probed\n[ 0.627277] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628198] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630404] PPP generic driver version 2.4.2\n[ 0.631281] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632780] ehci-pci: EHCI PCI platform driver\n[ 0.633828] ehci-platform: EHCI generic platform driver\n[ 0.635015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636380] ohci-pci: OHCI PCI platform driver\n[ 0.637446] ohci-platform: OHCI generic platform driver\n[ 0.638638] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653315] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654526] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656255] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657451] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661977] usb usb1: Product: UHCI Host Controller\n[ 0.663212] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664607] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665759] hub 1-0:1.0: USB hub found\n[ 0.666677] hub 1-0:1.0: 2 ports detected\n[ 0.667751] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670196] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672578] mousedev: PS/2 mouse device common for all mice\n[ 0.674046] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676196] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678915] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680360] i2c /dev entries driver\n[ 0.681257] device-mapper: uevent: version 1.0.3\n[ 0.682400] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685863] NET: Registered protocol family 10\n[ 0.687043] NET: Registered protocol family 17\n[ 0.688096] Key type dns_resolver registered\n[ 0.689188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692664] registered taskstats version 1\n[ 0.693662] Loading compiled-in X.509 certificates\n[ 0.695280] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697522] zswap: loaded using pool lzo/zbud\n[ 0.699595] Key type trusted registered\n[ 0.701317] Key type encrypted registered\n[ 0.702308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703561] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704840] evm: HMAC attrs: 0x1\n[ 0.705927] Magic number: 6:67:545\n[ 0.706833] tty ttyS21: hash matches\n[ 0.707794] rtc_cmos 00:00: setting system clock to 2018-10-22 18:31:02 UTC (1540233062)\n[ 0.709657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711000] EDD information not available.\n[ 0.785533] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797201] Write protecting the kernel read-only data: 14336k\n[ 0.798945] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800980] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.355406] 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.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 1.25. iid=i-0000014c\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCGmOqiV56to6Pqq5H0ywN+1KYK15vsl75NY3WP7BU2jXrzIsUXsC9t6mz1hGVxNO2Qwg7royly9UPZc4Bivkd4T9w/Wp9D5lcqIPRLkdHUCMlZpEkL7kzt1fcOSfhzy5kyp0j5MgLBQdo4DgrDiL6VqrC+mxDePKbv9DKWhFr0K3DVJnX/AfC9mQR3iqXAXEBdlg2GY6EinHLv+xX5/mT+/3ftQFqwwaz7TSNl0ecSDiEjDrMSN3aFUhBSlDPTiqxbH2YxAEkFJDanNydOQLK+63eFSxmch3ItkubMrktlxGuJSGN+EFqPVqqUvcICvyvXwBwOsIEubtkoj6I/blpl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAItt6NPDDVe8ml+NUJHUQN/+tQce+vtiRoTk7zD4M+1xoeD0W8zY6NrXBgUxnis/BJwF4YAdfbfCCv1n9YoEOB4PP8LalJEhG/C18f4yyBeNMK9C1dL06y5dQEC3OJ14RCdeCCRQIX18BzecrvM6ofXG+jH/0nWNNDWU/c6Ts+XXAAAAFQDip9PaPQvV94sNz/yIWrzgsdvvPwAAAIAyyoWSwo4N5CZUizo06msTXReeCHoYTxXPURzCdoSgAw0UKjaSjn0kQWRaAAVl0A9BXljTWOzSGlzCprWsB1kMAmtaIyji/378FP9cj4R85JmkHuSd/vkBpqt+LF8m8Hpwe74mk8AomRDWL3lmTHO8f6YEc4Yd3c3mgMaxeZIFugAAAIBcKHeDVrLODjjoeUOCNp5XYUyebYzwAZSa/wKkha/SFVr0tyQqwPCRcYTqrDbRjYq8aJnMRhDfh+osD+BKdMw9rc2tCvKwApNd7wVPQCpXVo/xuVNVGroMDV6NNUFmDMmkMLErorjbO0Fl53YcKgfSCrKsdlbAthMTdbBuHJ5oVw== 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.5,24,fe80::f816:3eff:fe8d:ac0b/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.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-0000014c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.73 ===\n/dev/root resized successfully [took 2.12s]\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:8D:AC:0B \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8d:ac0b/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:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7939 (7.7 KiB) TX bytes:9137 (8.9 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-10-22 18:31:49,143 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action used request id req-0632d898-0e8c-477f-ae8e-260d731f4f28 2018-10-22 18:31:51,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c92c5ce603d7a37abbf4673894112cfea30451" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:31:52,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:31: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-d6f47100-54f0-4cc9-aa1d-a2f5b06c1a21 x-compute-request-id: req-d6f47100-54f0-4cc9-aa1d-a2f5b06c1a21 Content-Encoding: gzip Content-Length: 11135 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498092291 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130043] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131643] pid_max: default: 32768 minimum: 301\n[ 0.132507] ACPI: Core revision 20150930\n[ 0.133879] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135144] Security Framework initialized\n[ 0.135933] Yama: becoming mindful.\n[ 0.136643] AppArmor: AppArmor initialized\n[ 0.137488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141155] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142518] Initializing cgroup subsys io\n[ 0.143301] Initializing cgroup subsys memory\n[ 0.144132] Initializing cgroup subsys devices\n[ 0.144974] Initializing cgroup subsys freezer\n[ 0.145820] Initializing cgroup subsys net_cls\n[ 0.146660] Initializing cgroup subsys perf_event\n[ 0.147539] Initializing cgroup subsys net_prio\n[ 0.148396] Initializing cgroup subsys hugetlb\n[ 0.149236] Initializing cgroup subsys pids\n[ 0.150085] CPU: Physical Processor ID: 0\n[ 0.151570] mce: CPU supports 10 MCE banks\n[ 0.152389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164350] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170907] ftrace: allocating 31920 entries in 125 pages\n[ 0.198448] smpboot: Max logical packages: 1\n[ 0.199292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200615] x2apic enabled\n[ 0.201413] Switched APIC routing to physical x2apic.\n[ 0.203117] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209127] x86: Booted up 1 node, 1 CPUs\n[ 0.209905] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211246] devtmpfs: initialized\n[ 0.213077] evm: security.selinux\n[ 0.213871] evm: security.SMACK64\n[ 0.214648] evm: security.SMACK64EXEC\n[ 0.215491] evm: security.SMACK64TRANSMUTE\n[ 0.216399] evm: security.SMACK64MMAP\n[ 0.217242] evm: security.ima\n[ 0.217978] evm: security.capability\n[ 0.218911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221105] pinctrl core: initialized pinctrl subsystem\n[ 0.222402] RTC time: 18:31:01, date: 10/22/18\n[ 0.223511] NET: Registered protocol family 16\n[ 0.224628] cpuidle: using governor ladder\n[ 0.225576] cpuidle: using governor menu\n[ 0.226488] PCCT header not found.\n[ 0.227352] ACPI: bus type PCI registered\n[ 0.228280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229704] PCI: Using configuration type 1 for base access\n[ 0.231668] ACPI: Added _OSI(Module Device)\n[ 0.232655] ACPI: Added _OSI(Processor Device)\n[ 0.233696] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234748] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237077] ACPI: Interpreter enabled\n[ 0.237969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244048] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245835] ACPI: (supports S0 S5)\n[ 0.246517] ACPI: Using IOAPIC for interrupt routing\n[ 0.247665] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254172] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256312] acpiphp: Slot [3] registered\n[ 0.257089] acpiphp: Slot [4] registered\n[ 0.257864] acpiphp: Slot [5] registered\n[ 0.258639] acpiphp: Slot [6] registered\n[ 0.259420] acpiphp: Slot [7] registered\n[ 0.260186] acpiphp: Slot [8] registered\n[ 0.260957] acpiphp: Slot [9] registered\n[ 0.261725] acpiphp: Slot [10] registered\n[ 0.262503] acpiphp: Slot [11] registered\n[ 0.263380] acpiphp: Slot [12] registered\n[ 0.264161] acpiphp: Slot [13] registered\n[ 0.264943] acpiphp: Slot [14] registered\n[ 0.265724] acpiphp: Slot [15] registered\n[ 0.276360] acpiphp: Slot [16] registered\n[ 0.277151] acpiphp: Slot [17] registered\n[ 0.277942] acpiphp: Slot [18] registered\n[ 0.278724] acpiphp: Slot [19] registered\n[ 0.279504] acpiphp: Slot [20] registered\n[ 0.280283] acpiphp: Slot [21] registered\n[ 0.281070] acpiphp: Slot [22] registered\n[ 0.281853] acpiphp: Slot [23] registered\n[ 0.282636] acpiphp: Slot [24] registered\n[ 0.283417] acpiphp: Slot [25] registered\n[ 0.284192] acpiphp: Slot [26] registered\n[ 0.284972] acpiphp: Slot [27] registered\n[ 0.285761] acpiphp: Slot [28] registered\n[ 0.286544] acpiphp: Slot [29] registered\n[ 0.287318] acpiphp: Slot [30] registered\n[ 0.288098] acpiphp: Slot [31] registered\n[ 0.288878] PCI host bridge to bus 0000:00\n[ 0.289779] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292104] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293507] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294980] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301217] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303594] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304815] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311839] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362311] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365178] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367882] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370048] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371174] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373676] vgaarb: loaded\n[ 0.374256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375369] SCSI subsystem initialized\n[ 0.376162] ACPI: bus type USB registered\n[ 0.377048] usbcore: registered new interface driver usbfs\n[ 0.378023] usbcore: registered new interface driver hub\n[ 0.378992] usbcore: registered new device driver usb\n[ 0.380017] PCI: Using ACPI for IRQ routing\n[ 0.381016] NetLabel: Initializing\n[ 0.381710] NetLabel: domain hash size = 128\n[ 0.382537] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383457] NetLabel: unlabeled traffic allowed by default\n[ 0.384529] clocksource: Switched to clocksource kvm-clock\n[ 0.390253] AppArmor: AppArmor Filesystem Enabled\n[ 0.391195] pnp: PnP ACPI init\n[ 0.392110] pnp: PnP ACPI: found 5 devices\n[ 0.398490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400160] NET: Registered protocol family 2\n[ 0.401110] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402330] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403453] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404581] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405618] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406743] NET: Registered protocol family 1\n[ 0.407585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408657] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409701] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423689] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438006] Trying to unpack rootfs image as initramfs...\n[ 0.488504] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502422] Scanning for low memory corruption every 60 seconds\n[ 0.503736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504868] audit: initializing netlink subsys (disabled)\n[ 0.505875] audit: type=2000 audit(1540233061.881:1): initialized\n[ 0.507160] Initialise system trusted keyring\n[ 0.508083] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509228] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511154] zbud: loaded\n[ 0.511851] VFS: Disk quotas dquot_6.6.0\n[ 0.512661] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514158] fuse init (API version 7.23)\n[ 0.515032] Key type big_key registered\n[ 0.515818] Allocating IMA MOK and blacklist keyrings.\n[ 0.516914] Key type asymmetric registered\n[ 0.517762] Asymmetric key parser 'x509' registered\n[ 0.518737] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520546] io scheduler noop registered\n[ 0.521321] io scheduler deadline registered (default)\n[ 0.522278] io scheduler cfq registered\n[ 0.523099] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526775] ACPI: Power Button [PWRF]\n[ 0.527590] GHES: HEST is not enabled!\n[ 0.542181] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577871] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581396] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605538] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607690] Linux agpgart interface v0.103\n[ 0.610340] brd: module loaded\n[ 0.611592] loop: module loaded\n[ 0.616115] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617530] GPT:90111 != 2097151\n[ 0.618184] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619242] GPT:90111 != 2097151\n[ 0.619899] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620849] vda: vda1 vda15\n[ 0.622398] scsi host0: ata_piix\n[ 0.623108] scsi host1: ata_piix\n[ 0.623800] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626486] libphy: Fixed MDIO Bus: probed\n[ 0.627277] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628198] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630404] PPP generic driver version 2.4.2\n[ 0.631281] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632780] ehci-pci: EHCI PCI platform driver\n[ 0.633828] ehci-platform: EHCI generic platform driver\n[ 0.635015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636380] ohci-pci: OHCI PCI platform driver\n[ 0.637446] ohci-platform: OHCI generic platform driver\n[ 0.638638] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653315] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654526] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656255] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657451] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661977] usb usb1: Product: UHCI Host Controller\n[ 0.663212] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664607] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665759] hub 1-0:1.0: USB hub found\n[ 0.666677] hub 1-0:1.0: 2 ports detected\n[ 0.667751] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670196] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672578] mousedev: PS/2 mouse device common for all mice\n[ 0.674046] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676196] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678915] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680360] i2c /dev entries driver\n[ 0.681257] device-mapper: uevent: version 1.0.3\n[ 0.682400] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685863] NET: Registered protocol family 10\n[ 0.687043] NET: Registered protocol family 17\n[ 0.688096] Key type dns_resolver registered\n[ 0.689188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692664] registered taskstats version 1\n[ 0.693662] Loading compiled-in X.509 certificates\n[ 0.695280] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697522] zswap: loaded using pool lzo/zbud\n[ 0.699595] Key type trusted registered\n[ 0.701317] Key type encrypted registered\n[ 0.702308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703561] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704840] evm: HMAC attrs: 0x1\n[ 0.705927] Magic number: 6:67:545\n[ 0.706833] tty ttyS21: hash matches\n[ 0.707794] rtc_cmos 00:00: setting system clock to 2018-10-22 18:31:02 UTC (1540233062)\n[ 0.709657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711000] EDD information not available.\n[ 0.785533] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797201] Write protecting the kernel read-only data: 14336k\n[ 0.798945] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800980] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.355406] 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.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 1.25. iid=i-0000014c\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCGmOqiV56to6Pqq5H0ywN+1KYK15vsl75NY3WP7BU2jXrzIsUXsC9t6mz1hGVxNO2Qwg7royly9UPZc4Bivkd4T9w/Wp9D5lcqIPRLkdHUCMlZpEkL7kzt1fcOSfhzy5kyp0j5MgLBQdo4DgrDiL6VqrC+mxDePKbv9DKWhFr0K3DVJnX/AfC9mQR3iqXAXEBdlg2GY6EinHLv+xX5/mT+/3ftQFqwwaz7TSNl0ecSDiEjDrMSN3aFUhBSlDPTiqxbH2YxAEkFJDanNydOQLK+63eFSxmch3ItkubMrktlxGuJSGN+EFqPVqqUvcICvyvXwBwOsIEubtkoj6I/blpl root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAItt6NPDDVe8ml+NUJHUQN/+tQce+vtiRoTk7zD4M+1xoeD0W8zY6NrXBgUxnis/BJwF4YAdfbfCCv1n9YoEOB4PP8LalJEhG/C18f4yyBeNMK9C1dL06y5dQEC3OJ14RCdeCCRQIX18BzecrvM6ofXG+jH/0nWNNDWU/c6Ts+XXAAAAFQDip9PaPQvV94sNz/yIWrzgsdvvPwAAAIAyyoWSwo4N5CZUizo06msTXReeCHoYTxXPURzCdoSgAw0UKjaSjn0kQWRaAAVl0A9BXljTWOzSGlzCprWsB1kMAmtaIyji/378FP9cj4R85JmkHuSd/vkBpqt+LF8m8Hpwe74mk8AomRDWL3lmTHO8f6YEc4Yd3c3mgMaxeZIFugAAAIBcKHeDVrLODjjoeUOCNp5XYUyebYzwAZSa/wKkha/SFVr0tyQqwPCRcYTqrDbRjYq8aJnMRhDfh+osD+BKdMw9rc2tCvKwApNd7wVPQCpXVo/xuVNVGroMDV6NNUFmDMmkMLErorjbO0Fl53YcKgfSCrKsdlbAthMTdbBuHJ5oVw== 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.5,24,fe80::f816:3eff:fe8d:ac0b/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.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-0000014c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.73 ===\n/dev/root resized successfully [took 2.12s]\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:8D:AC:0B \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8d:ac0b/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:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7939 (7.7 KiB) TX bytes:9137 (8.9 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.136684] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.136685] usb 1-1: Product: QEMU USB Tablet\n[ 1.136686] usb 1-1: Manufacturer: QEMU\n[ 1.136687] usb 1-1: SerialNumber: 42\n[ 1.319170] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.335490] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.355406] random: dd urandom read with 5 bits of entropy available\n[ 1.500786] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.861971] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.323666] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:31:03 cirros kern.info kernel: [ 0.798945] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nOct 22 19:31:03 cirros kern.info kernel: [ 0.800980] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 22 19:31:03 cirros kern.info kernel: [ 0.812243] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 22 19:31:03 cirros kern.info kernel: [ 0.812244] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 22 19:31:03 cirros kern.info kernel: [ 0.813915] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 22 19:31:03 cirros kern.info kernel: [ 0.816846] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 22 19:31:03 cirros kern.info kernel: [ 0.818813] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 22 19:31:03 cirros kern.info kernel: [ 0.842404] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 22 19:31:03 cirros kern.info kernel: [ 0.843173] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 22 19:31:03 cirros kern.info kernel: [ 0.844244] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 22 19:31:03 cirros kern.info kernel: [ 0.906258] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 22 19:31:03 cirros kern.info kernel: [ 0.976605] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 22 19:31:03 cirros kern.info kernel: [ 1.136681] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 22 19:31:03 cirros kern.info kernel: [ 1.136684] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 22 19:31:03 cirros kern.info kernel: [ 1.136685] usb 1-1: Product: QEMU USB Tablet\nOct 22 19:31:03 cirros kern.info kernel: [ 1.136686] usb 1-1: Manufacturer: QEMU\nOct 22 19:31:03 cirros kern.info kernel: [ 1.136687] usb 1-1: SerialNumber: 42\nOct 22 19:31:03 cirros kern.info kernel: [ 1.319170] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 22 19:31:03 cirros kern.info kernel: [ 1.335490] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 22 19:31:03 cirros kern.notice kernel: [ 1.355406] random: dd urandom read with 5 bits of entropy available\nOct 22 19:31:03 cirros kern.info kernel: [ 1.500786] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:31:04 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:31:05 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:31:05 cirros kern.info kernel: [ 3.861971] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:31:06 cirros kern.info kernel: [ 4.323666] 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-10-22 18:31:52,239 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action used request id req-d6f47100-54f0-4cc9-aa1d-a2f5b06c1a21 2018-10-22 18:31:54,275 - sdnvpn_test_utils - INFO - Waiting for instance 6845a6e4-506c-4e02-899f-bc0e976bad2c to boot up 2018-10-22 18:31:54,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:31:55,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:31: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-09242182-67e0-4e8f-973c-388264a4841e x-compute-request-id: req-09242182-67e0-4e8f-973c-388264a4841e Content-Encoding: gzip Content-Length: 9397 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473230923 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.147910] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149540] pid_max: default: 32768 minimum: 301\n[ 0.150432] ACPI: Core revision 20150930\n[ 0.151809] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153101] Security Framework initialized\n[ 0.153909] Yama: becoming mindful.\n[ 0.154628] AppArmor: AppArmor initialized\n[ 0.155488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156802] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159248] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160613] Initializing cgroup subsys io\n[ 0.161420] Initializing cgroup subsys memory\n[ 0.162271] Initializing cgroup subsys devices\n[ 0.163143] Initializing cgroup subsys freezer\n[ 0.164001] Initializing cgroup subsys net_cls\n[ 0.164857] Initializing cgroup subsys perf_event\n[ 0.165752] Initializing cgroup subsys net_prio\n[ 0.166622] Initializing cgroup subsys hugetlb\n[ 0.167489] Initializing cgroup subsys pids\n[ 0.168355] CPU: Physical Processor ID: 0\n[ 0.169841] mce: CPU supports 10 MCE banks\n[ 0.170675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171667] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188696] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215822] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217132] x2apic enabled\n[ 0.217927] Switched APIC routing to physical x2apic.\n[ 0.219655] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222709] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224455] KVM setup paravirtual spinlock\n[ 0.225732] x86: Booted up 1 node, 1 CPUs\n[ 0.226523] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227880] devtmpfs: initialized\n[ 0.229579] evm: security.selinux\n[ 0.230275] evm: security.SMACK64\n[ 0.230956] evm: security.SMACK64EXEC\n[ 0.231682] evm: security.SMACK64TRANSMUTE\n[ 0.232471] evm: security.SMACK64MMAP\n[ 0.233203] evm: security.ima\n[ 0.233838] evm: security.capability\n[ 0.234625] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236432] pinctrl core: initialized pinctrl subsystem\n[ 0.237504] RTC time: 18:30:49, date: 10/22/18\n[ 0.238446] NET: Registered protocol family 16\n[ 0.239399] cpuidle: using governor ladder\n[ 0.240199] cpuidle: using governor menu\n[ 0.240971] PCCT header not found.\n[ 0.241699] ACPI: bus type PCI registered\n[ 0.242488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243703] PCI: Using configuration type 1 for base access\n[ 0.245432] ACPI: Added _OSI(Module Device)\n[ 0.246252] ACPI: Added _OSI(Processor Device)\n[ 0.247099] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250073] ACPI: Interpreter enabled\n[ 0.250822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258017] ACPI: (supports S0 S5)\n[ 0.258702] ACPI: Using IOAPIC for interrupt routing\n[ 0.259731] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262793] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268389] acpiphp: Slot [3] registered\n[ 0.269175] acpiphp: Slot [4] registered\n[ 0.269956] acpiphp: Slot [5] registered\n[ 0.270730] acpiphp: Slot [6] registered\n[ 0.271507] acpiphp: Slot [7] registered\n[ 0.272292] acpiphp: Slot [8] registered\n[ 0.273073] acpiphp: Slot [9] registered\n[ 0.273848] acpiphp: Slot [10] registered\n[ 0.274633] acpiphp: Slot [11] registered\n[ 0.275428] acpiphp: Slot [12] registered\n[ 0.276228] acpiphp: Slot [13] registered\n[ 0.277023] acpiphp: Slot [14] registered\n[ 0.277812] acpiphp: Slot [15] registered\n[ 0.288606] acpiphp: Slot [16] registered\n[ 0.289402] acpiphp: Slot [17] registered\n[ 0.290194] acpiphp: Slot [18] registered\n[ 0.290983] acpiphp: Slot [19] registered\n[ 0.291766] acpiphp: Slot [20] registered\n[ 0.292558] acpiphp: Slot [21] registered\n[ 0.293357] acpiphp: Slot [22] registered\n[ 0.294146] acpiphp: Slot [23] registered\n[ 0.294935] acpiphp: Slot [24] registered\n[ 0.295719] acpiphp: Slot [25] registered\n[ 0.296507] acpiphp: Slot [26] registered\n[ 0.297305] acpiphp: Slot [27] registered\n[ 0.298102] acpiphp: Slot [28] registered\n[ 0.298896] acpiphp: Slot [29] registered\n[ 0.299680] acpiphp: Slot [30] registered\n[ 0.300472] acpiphp: Slot [31] registered\n[ 0.301261] PCI host bridge to bus 0000:00\n[ 0.302047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303226] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305808] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307212] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313419] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314655] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315787] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324944] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372643] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376897] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378137] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380318] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381855] vgaarb: loaded\n[ 0.382448] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383571] SCSI subsystem initialized\n[ 0.384383] ACPI: bus type USB registered\n[ 0.385191] usbcore: registered new interface driver usbfs\n[ 0.386201] usbcore: registered new interface driver hub\n[ 0.387191] usbcore: registered new device driver usb\n[ 0.388234] PCI: Using ACPI for IRQ routing\n[ 0.389247] NetLabel: Initializing\n[ 0.389955] NetLabel: domain hash size = 128\n[ 0.390805] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391737] NetLabel: unlabeled traffic allowed by default\n[ 0.392823] clocksource: Switched to clocksource kvm-clock\n[ 0.398251] AppArmor: AppArmor Filesystem Enabled\n[ 0.399212] pnp: PnP ACPI init\n[ 0.400120] pnp: PnP ACPI: found 5 devices\n[ 0.406494] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408181] NET: Registered protocol family 2\n[ 0.409127] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410394] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411551] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413752] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414911] NET: Registered protocol family 1\n[ 0.415763] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416857] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417915] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431679] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445936] Trying to unpack rootfs image as initramfs...\n[ 0.495040] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509014] Scanning for low memory corruption every 60 seconds\n[ 0.510347] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511478] audit: initializing netlink subsys (disabled)\n[ 0.512499] audit: type=2000 audit(1540233050.141:1): initialized\n[ 0.513804] Initialise system trusted keyring\n[ 0.514711] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515859] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517796] zbud: loaded\n[ 0.518494] VFS: Disk quotas dquot_6.6.0\n[ 0.519305] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520787] fuse init (API version 7.23)\n[ 0.521683] Key type big_key registered\n[ 0.522493] Allocating IMA MOK and blacklist keyrings.\n[ 0.523577] Key type asymmetric registered\n[ 0.524391] Asymmetric key parser 'x509' registered\n[ 0.525343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526791] io scheduler noop registered\n[ 0.527572] io scheduler deadline registered (default)\n[ 0.528543] io scheduler cfq registered\n[ 0.529377] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531650] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533110] ACPI: Power Button [PWRF]\n[ 0.534314] GHES: HEST is not enabled!\n[ 0.547825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605349] Linux agpgart interface v0.103\n[ 0.607366] brd: module loaded\n[ 0.608515] loop: module loaded\n[ 0.612787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614232] GPT:90111 != 2097151\n[ 0.614903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615972] GPT:90111 != 2097151\n[ 0.616632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617583] vda: vda1 vda15\n[ 0.619062] scsi host0: ata_piix\n[ 0.619789] scsi host1: ata_piix\n[ 0.620485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621678] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623105] libphy: Fixed MDIO Bus: probed\n[ 0.623907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624845] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626969] PPP generic driver version 2.4.2\n[ 0.627845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629114] ehci-pci: EHCI PCI platform driver\n[ 0.629974] ehci-platform: EHCI generic platform driver\n[ 0.630939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632038] ohci-pci: OHCI PCI platform driver\n[ 0.632899] ohci-platform: OHCI generic platform driver\n[ 0.633870] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649147] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650568] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651576] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655276] usb usb1: Product: UHCI Host Controller\n[ 0.656196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657320] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658303] hub 1-0:1.0: USB hub found\n[ 0.659069] hub 1-0:1.0: 2 ports detected\n[ 0.659952] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662051] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664014] mousedev: PS/2 mouse device common for all mice\n[ 0.665265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667087] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669370] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670557] i2c /dev entries driver\n[ 0.671315] device-mapper: uevent: version 1.0.3\n[ 0.672243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673873] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675144] NET: Registered protocol family 10\n[ 0.676136] NET: Registered protocol family 17\n[ 0.677032] Key type dns_resolver registered\n[ 0.677961] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679041] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680763] registered taskstats version 1\n[ 0.681602] Loading compiled-in X.509 certificates\n[ 0.683043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684879] zswap: loaded using pool lzo/zbud\n[ 0.686217] Key type trusted registered\n[ 0.687744] Key type encrypted registered\n[ 0.688574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689606] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690640] evm: HMAC attrs: 0x1\n[ 0.691559] Magic number: 6:67:545\n[ 0.692314] tty ttyS21: hash matches\n[ 0.693130] rtc_cmos 00:00: setting system clock to 2018-10-22 18:30:50 UTC (1540233050)\n[ 0.694713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695832] EDD information not available.\n[ 0.781756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793396] Write protecting the kernel read-only data: 14336k\n[ 0.794961] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796744] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.486505] 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.42. iid=i-00000149\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4+lPOW4FJBuJ4OwSJdPnNkkZ9B4VbMC/VMIUPjuqdz/wZ5/fv0Nd+IYdWpb3C3BquydW9a5jBnzH48tDaW782Q6N71x2g9GmEyddRw2GLM0ZwMnn7sEGowH39PFO0op/iuI8IosOfG0zK4WZNZF6PI453cETRRuV5tUAr1woLhcICM83dPTqablSO1L5IXFiEM6Av9DauvtzFvao7aij/IjtItmvI2o9mON5ZJyqd3a/yFM7bzeE5IVKmqt51MSob/fJnyd6hX3xfEj6t4SMpkPAazmvCcsNEq6egGzBipHdJXzQGVmrZplg7fid2XgRT50Be8MC0kLI6IVyEo2Vj root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIfk0A9zOp/Txleb7OGT1FBuZfHSFH4uwjf55Hpn5dTVBwiKZO1L3JrW0Ef6yGV47YKg2LWhj1wZzCXGazOtgE5mCpha3d6u9rEur8tB7FT8ZOv4faePf2qhM36ceuvdcGXsmq9u5oFQR95YqWWznZVeVoNz5KMFIU6jSumFuZv/AAAAFQDXBkP82eNkQAX34Y6K8VjuqEdLmQAAAIBHeFWKvl7GLywGklR/FkLo5PmsaRyp4ILAgSZk9Ki53LoWpx/zElvxejqjcFAH3aItp8nEx+muZ+BCtx7HXcIWSXPtaR8FfBJAi7wyc4aB0LiCsA40qV0CF9Je7LmP2fMlGmBICBOYZ5a32qo1EiINYkMgzt/pU0QjX4tzmBORjAAAAIEAg/ozKwYFdqy8NzEMW+ZL4NOs6c+gxEY6WllYv3oIGKnZW+lqdTjl9D6GfrJj4R/srdJoPN2HXWxDv50wGE//C7RV0unR2ghkH30I7I+Zgjyg5kK9ZkBWJXJV3NZVyVqt3+fjFj0gMLCGu9dNTRwPGwwWxYa8VjjRkztaZnSHMk4= 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.14,24,fe80::f816:3eff:fe34:2b9a/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-00000149\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.52 ===\n"} 2018-10-22 18:31:55,350 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action used request id req-09242182-67e0-4e8f-973c-388264a4841e 2018-10-22 18:31:57,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:31:58,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:31: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-6070edee-013b-468f-96fc-4e125170fd65 x-compute-request-id: req-6070edee-013b-468f-96fc-4e125170fd65 Content-Encoding: gzip Content-Length: 10001 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473230923 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.147910] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149540] pid_max: default: 32768 minimum: 301\n[ 0.150432] ACPI: Core revision 20150930\n[ 0.151809] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153101] Security Framework initialized\n[ 0.153909] Yama: becoming mindful.\n[ 0.154628] AppArmor: AppArmor initialized\n[ 0.155488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156802] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159248] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160613] Initializing cgroup subsys io\n[ 0.161420] Initializing cgroup subsys memory\n[ 0.162271] Initializing cgroup subsys devices\n[ 0.163143] Initializing cgroup subsys freezer\n[ 0.164001] Initializing cgroup subsys net_cls\n[ 0.164857] Initializing cgroup subsys perf_event\n[ 0.165752] Initializing cgroup subsys net_prio\n[ 0.166622] Initializing cgroup subsys hugetlb\n[ 0.167489] Initializing cgroup subsys pids\n[ 0.168355] CPU: Physical Processor ID: 0\n[ 0.169841] mce: CPU supports 10 MCE banks\n[ 0.170675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171667] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188696] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215822] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217132] x2apic enabled\n[ 0.217927] Switched APIC routing to physical x2apic.\n[ 0.219655] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222709] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224455] KVM setup paravirtual spinlock\n[ 0.225732] x86: Booted up 1 node, 1 CPUs\n[ 0.226523] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227880] devtmpfs: initialized\n[ 0.229579] evm: security.selinux\n[ 0.230275] evm: security.SMACK64\n[ 0.230956] evm: security.SMACK64EXEC\n[ 0.231682] evm: security.SMACK64TRANSMUTE\n[ 0.232471] evm: security.SMACK64MMAP\n[ 0.233203] evm: security.ima\n[ 0.233838] evm: security.capability\n[ 0.234625] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236432] pinctrl core: initialized pinctrl subsystem\n[ 0.237504] RTC time: 18:30:49, date: 10/22/18\n[ 0.238446] NET: Registered protocol family 16\n[ 0.239399] cpuidle: using governor ladder\n[ 0.240199] cpuidle: using governor menu\n[ 0.240971] PCCT header not found.\n[ 0.241699] ACPI: bus type PCI registered\n[ 0.242488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243703] PCI: Using configuration type 1 for base access\n[ 0.245432] ACPI: Added _OSI(Module Device)\n[ 0.246252] ACPI: Added _OSI(Processor Device)\n[ 0.247099] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250073] ACPI: Interpreter enabled\n[ 0.250822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258017] ACPI: (supports S0 S5)\n[ 0.258702] ACPI: Using IOAPIC for interrupt routing\n[ 0.259731] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262793] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268389] acpiphp: Slot [3] registered\n[ 0.269175] acpiphp: Slot [4] registered\n[ 0.269956] acpiphp: Slot [5] registered\n[ 0.270730] acpiphp: Slot [6] registered\n[ 0.271507] acpiphp: Slot [7] registered\n[ 0.272292] acpiphp: Slot [8] registered\n[ 0.273073] acpiphp: Slot [9] registered\n[ 0.273848] acpiphp: Slot [10] registered\n[ 0.274633] acpiphp: Slot [11] registered\n[ 0.275428] acpiphp: Slot [12] registered\n[ 0.276228] acpiphp: Slot [13] registered\n[ 0.277023] acpiphp: Slot [14] registered\n[ 0.277812] acpiphp: Slot [15] registered\n[ 0.288606] acpiphp: Slot [16] registered\n[ 0.289402] acpiphp: Slot [17] registered\n[ 0.290194] acpiphp: Slot [18] registered\n[ 0.290983] acpiphp: Slot [19] registered\n[ 0.291766] acpiphp: Slot [20] registered\n[ 0.292558] acpiphp: Slot [21] registered\n[ 0.293357] acpiphp: Slot [22] registered\n[ 0.294146] acpiphp: Slot [23] registered\n[ 0.294935] acpiphp: Slot [24] registered\n[ 0.295719] acpiphp: Slot [25] registered\n[ 0.296507] acpiphp: Slot [26] registered\n[ 0.297305] acpiphp: Slot [27] registered\n[ 0.298102] acpiphp: Slot [28] registered\n[ 0.298896] acpiphp: Slot [29] registered\n[ 0.299680] acpiphp: Slot [30] registered\n[ 0.300472] acpiphp: Slot [31] registered\n[ 0.301261] PCI host bridge to bus 0000:00\n[ 0.302047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303226] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305808] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307212] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313419] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314655] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315787] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324944] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372643] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376897] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378137] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380318] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381855] vgaarb: loaded\n[ 0.382448] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383571] SCSI subsystem initialized\n[ 0.384383] ACPI: bus type USB registered\n[ 0.385191] usbcore: registered new interface driver usbfs\n[ 0.386201] usbcore: registered new interface driver hub\n[ 0.387191] usbcore: registered new device driver usb\n[ 0.388234] PCI: Using ACPI for IRQ routing\n[ 0.389247] NetLabel: Initializing\n[ 0.389955] NetLabel: domain hash size = 128\n[ 0.390805] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391737] NetLabel: unlabeled traffic allowed by default\n[ 0.392823] clocksource: Switched to clocksource kvm-clock\n[ 0.398251] AppArmor: AppArmor Filesystem Enabled\n[ 0.399212] pnp: PnP ACPI init\n[ 0.400120] pnp: PnP ACPI: found 5 devices\n[ 0.406494] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408181] NET: Registered protocol family 2\n[ 0.409127] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410394] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411551] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413752] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414911] NET: Registered protocol family 1\n[ 0.415763] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416857] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417915] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431679] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445936] Trying to unpack rootfs image as initramfs...\n[ 0.495040] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509014] Scanning for low memory corruption every 60 seconds\n[ 0.510347] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511478] audit: initializing netlink subsys (disabled)\n[ 0.512499] audit: type=2000 audit(1540233050.141:1): initialized\n[ 0.513804] Initialise system trusted keyring\n[ 0.514711] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515859] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517796] zbud: loaded\n[ 0.518494] VFS: Disk quotas dquot_6.6.0\n[ 0.519305] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520787] fuse init (API version 7.23)\n[ 0.521683] Key type big_key registered\n[ 0.522493] Allocating IMA MOK and blacklist keyrings.\n[ 0.523577] Key type asymmetric registered\n[ 0.524391] Asymmetric key parser 'x509' registered\n[ 0.525343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526791] io scheduler noop registered\n[ 0.527572] io scheduler deadline registered (default)\n[ 0.528543] io scheduler cfq registered\n[ 0.529377] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531650] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533110] ACPI: Power Button [PWRF]\n[ 0.534314] GHES: HEST is not enabled!\n[ 0.547825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605349] Linux agpgart interface v0.103\n[ 0.607366] brd: module loaded\n[ 0.608515] loop: module loaded\n[ 0.612787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614232] GPT:90111 != 2097151\n[ 0.614903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615972] GPT:90111 != 2097151\n[ 0.616632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617583] vda: vda1 vda15\n[ 0.619062] scsi host0: ata_piix\n[ 0.619789] scsi host1: ata_piix\n[ 0.620485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621678] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623105] libphy: Fixed MDIO Bus: probed\n[ 0.623907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624845] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626969] PPP generic driver version 2.4.2\n[ 0.627845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629114] ehci-pci: EHCI PCI platform driver\n[ 0.629974] ehci-platform: EHCI generic platform driver\n[ 0.630939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632038] ohci-pci: OHCI PCI platform driver\n[ 0.632899] ohci-platform: OHCI generic platform driver\n[ 0.633870] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649147] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650568] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651576] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655276] usb usb1: Product: UHCI Host Controller\n[ 0.656196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657320] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658303] hub 1-0:1.0: USB hub found\n[ 0.659069] hub 1-0:1.0: 2 ports detected\n[ 0.659952] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662051] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664014] mousedev: PS/2 mouse device common for all mice\n[ 0.665265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667087] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669370] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670557] i2c /dev entries driver\n[ 0.671315] device-mapper: uevent: version 1.0.3\n[ 0.672243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673873] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675144] NET: Registered protocol family 10\n[ 0.676136] NET: Registered protocol family 17\n[ 0.677032] Key type dns_resolver registered\n[ 0.677961] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679041] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680763] registered taskstats version 1\n[ 0.681602] Loading compiled-in X.509 certificates\n[ 0.683043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684879] zswap: loaded using pool lzo/zbud\n[ 0.686217] Key type trusted registered\n[ 0.687744] Key type encrypted registered\n[ 0.688574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689606] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690640] evm: HMAC attrs: 0x1\n[ 0.691559] Magic number: 6:67:545\n[ 0.692314] tty ttyS21: hash matches\n[ 0.693130] rtc_cmos 00:00: setting system clock to 2018-10-22 18:30:50 UTC (1540233050)\n[ 0.694713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695832] EDD information not available.\n[ 0.781756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793396] Write protecting the kernel read-only data: 14336k\n[ 0.794961] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796744] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.486505] 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.42. iid=i-00000149\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4+lPOW4FJBuJ4OwSJdPnNkkZ9B4VbMC/VMIUPjuqdz/wZ5/fv0Nd+IYdWpb3C3BquydW9a5jBnzH48tDaW782Q6N71x2g9GmEyddRw2GLM0ZwMnn7sEGowH39PFO0op/iuI8IosOfG0zK4WZNZF6PI453cETRRuV5tUAr1woLhcICM83dPTqablSO1L5IXFiEM6Av9DauvtzFvao7aij/IjtItmvI2o9mON5ZJyqd3a/yFM7bzeE5IVKmqt51MSob/fJnyd6hX3xfEj6t4SMpkPAazmvCcsNEq6egGzBipHdJXzQGVmrZplg7fid2XgRT50Be8MC0kLI6IVyEo2Vj root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIfk0A9zOp/Txleb7OGT1FBuZfHSFH4uwjf55Hpn5dTVBwiKZO1L3JrW0Ef6yGV47YKg2LWhj1wZzCXGazOtgE5mCpha3d6u9rEur8tB7FT8ZOv4faePf2qhM36ceuvdcGXsmq9u5oFQR95YqWWznZVeVoNz5KMFIU6jSumFuZv/AAAAFQDXBkP82eNkQAX34Y6K8VjuqEdLmQAAAIBHeFWKvl7GLywGklR/FkLo5PmsaRyp4ILAgSZk9Ki53LoWpx/zElvxejqjcFAH3aItp8nEx+muZ+BCtx7HXcIWSXPtaR8FfBJAi7wyc4aB0LiCsA40qV0CF9Je7LmP2fMlGmBICBOYZ5a32qo1EiINYkMgzt/pU0QjX4tzmBORjAAAAIEAg/ozKwYFdqy8NzEMW+ZL4NOs6c+gxEY6WllYv3oIGKnZW+lqdTjl9D6GfrJj4R/srdJoPN2HXWxDv50wGE//C7RV0unR2ghkH30I7I+Zgjyg5kK9ZkBWJXJV3NZVyVqt3+fjFj0gMLCGu9dNTRwPGwwWxYa8VjjRkztaZnSHMk4= 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.14,24,fe80::f816:3eff:fe34:2b9a/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-00000149\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.52 ===\n/dev/root resized successfully [took 1.83s]\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:34:2B:9A \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:2b9a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10664 (10.4 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.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"} 2018-10-22 18:31:58,441 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action used request id req-6070edee-013b-468f-96fc-4e125170fd65 2018-10-22 18:32:00,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:32:01,533 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:32: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-9ff02f5c-9586-4ae2-a8eb-67e1344aba31 x-compute-request-id: req-9ff02f5c-9586-4ae2-a8eb-67e1344aba31 Content-Encoding: gzip Content-Length: 10001 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473230923 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.147910] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149540] pid_max: default: 32768 minimum: 301\n[ 0.150432] ACPI: Core revision 20150930\n[ 0.151809] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153101] Security Framework initialized\n[ 0.153909] Yama: becoming mindful.\n[ 0.154628] AppArmor: AppArmor initialized\n[ 0.155488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156802] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159248] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160613] Initializing cgroup subsys io\n[ 0.161420] Initializing cgroup subsys memory\n[ 0.162271] Initializing cgroup subsys devices\n[ 0.163143] Initializing cgroup subsys freezer\n[ 0.164001] Initializing cgroup subsys net_cls\n[ 0.164857] Initializing cgroup subsys perf_event\n[ 0.165752] Initializing cgroup subsys net_prio\n[ 0.166622] Initializing cgroup subsys hugetlb\n[ 0.167489] Initializing cgroup subsys pids\n[ 0.168355] CPU: Physical Processor ID: 0\n[ 0.169841] mce: CPU supports 10 MCE banks\n[ 0.170675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171667] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188696] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215822] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217132] x2apic enabled\n[ 0.217927] Switched APIC routing to physical x2apic.\n[ 0.219655] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222709] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224455] KVM setup paravirtual spinlock\n[ 0.225732] x86: Booted up 1 node, 1 CPUs\n[ 0.226523] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227880] devtmpfs: initialized\n[ 0.229579] evm: security.selinux\n[ 0.230275] evm: security.SMACK64\n[ 0.230956] evm: security.SMACK64EXEC\n[ 0.231682] evm: security.SMACK64TRANSMUTE\n[ 0.232471] evm: security.SMACK64MMAP\n[ 0.233203] evm: security.ima\n[ 0.233838] evm: security.capability\n[ 0.234625] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236432] pinctrl core: initialized pinctrl subsystem\n[ 0.237504] RTC time: 18:30:49, date: 10/22/18\n[ 0.238446] NET: Registered protocol family 16\n[ 0.239399] cpuidle: using governor ladder\n[ 0.240199] cpuidle: using governor menu\n[ 0.240971] PCCT header not found.\n[ 0.241699] ACPI: bus type PCI registered\n[ 0.242488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243703] PCI: Using configuration type 1 for base access\n[ 0.245432] ACPI: Added _OSI(Module Device)\n[ 0.246252] ACPI: Added _OSI(Processor Device)\n[ 0.247099] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250073] ACPI: Interpreter enabled\n[ 0.250822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258017] ACPI: (supports S0 S5)\n[ 0.258702] ACPI: Using IOAPIC for interrupt routing\n[ 0.259731] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262793] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268389] acpiphp: Slot [3] registered\n[ 0.269175] acpiphp: Slot [4] registered\n[ 0.269956] acpiphp: Slot [5] registered\n[ 0.270730] acpiphp: Slot [6] registered\n[ 0.271507] acpiphp: Slot [7] registered\n[ 0.272292] acpiphp: Slot [8] registered\n[ 0.273073] acpiphp: Slot [9] registered\n[ 0.273848] acpiphp: Slot [10] registered\n[ 0.274633] acpiphp: Slot [11] registered\n[ 0.275428] acpiphp: Slot [12] registered\n[ 0.276228] acpiphp: Slot [13] registered\n[ 0.277023] acpiphp: Slot [14] registered\n[ 0.277812] acpiphp: Slot [15] registered\n[ 0.288606] acpiphp: Slot [16] registered\n[ 0.289402] acpiphp: Slot [17] registered\n[ 0.290194] acpiphp: Slot [18] registered\n[ 0.290983] acpiphp: Slot [19] registered\n[ 0.291766] acpiphp: Slot [20] registered\n[ 0.292558] acpiphp: Slot [21] registered\n[ 0.293357] acpiphp: Slot [22] registered\n[ 0.294146] acpiphp: Slot [23] registered\n[ 0.294935] acpiphp: Slot [24] registered\n[ 0.295719] acpiphp: Slot [25] registered\n[ 0.296507] acpiphp: Slot [26] registered\n[ 0.297305] acpiphp: Slot [27] registered\n[ 0.298102] acpiphp: Slot [28] registered\n[ 0.298896] acpiphp: Slot [29] registered\n[ 0.299680] acpiphp: Slot [30] registered\n[ 0.300472] acpiphp: Slot [31] registered\n[ 0.301261] PCI host bridge to bus 0000:00\n[ 0.302047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303226] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305808] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307212] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313419] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314655] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315787] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324944] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372643] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376897] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378137] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380318] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381855] vgaarb: loaded\n[ 0.382448] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383571] SCSI subsystem initialized\n[ 0.384383] ACPI: bus type USB registered\n[ 0.385191] usbcore: registered new interface driver usbfs\n[ 0.386201] usbcore: registered new interface driver hub\n[ 0.387191] usbcore: registered new device driver usb\n[ 0.388234] PCI: Using ACPI for IRQ routing\n[ 0.389247] NetLabel: Initializing\n[ 0.389955] NetLabel: domain hash size = 128\n[ 0.390805] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391737] NetLabel: unlabeled traffic allowed by default\n[ 0.392823] clocksource: Switched to clocksource kvm-clock\n[ 0.398251] AppArmor: AppArmor Filesystem Enabled\n[ 0.399212] pnp: PnP ACPI init\n[ 0.400120] pnp: PnP ACPI: found 5 devices\n[ 0.406494] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408181] NET: Registered protocol family 2\n[ 0.409127] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410394] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411551] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413752] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414911] NET: Registered protocol family 1\n[ 0.415763] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416857] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417915] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431679] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445936] Trying to unpack rootfs image as initramfs...\n[ 0.495040] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509014] Scanning for low memory corruption every 60 seconds\n[ 0.510347] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511478] audit: initializing netlink subsys (disabled)\n[ 0.512499] audit: type=2000 audit(1540233050.141:1): initialized\n[ 0.513804] Initialise system trusted keyring\n[ 0.514711] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515859] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517796] zbud: loaded\n[ 0.518494] VFS: Disk quotas dquot_6.6.0\n[ 0.519305] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520787] fuse init (API version 7.23)\n[ 0.521683] Key type big_key registered\n[ 0.522493] Allocating IMA MOK and blacklist keyrings.\n[ 0.523577] Key type asymmetric registered\n[ 0.524391] Asymmetric key parser 'x509' registered\n[ 0.525343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526791] io scheduler noop registered\n[ 0.527572] io scheduler deadline registered (default)\n[ 0.528543] io scheduler cfq registered\n[ 0.529377] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531650] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533110] ACPI: Power Button [PWRF]\n[ 0.534314] GHES: HEST is not enabled!\n[ 0.547825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605349] Linux agpgart interface v0.103\n[ 0.607366] brd: module loaded\n[ 0.608515] loop: module loaded\n[ 0.612787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614232] GPT:90111 != 2097151\n[ 0.614903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615972] GPT:90111 != 2097151\n[ 0.616632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617583] vda: vda1 vda15\n[ 0.619062] scsi host0: ata_piix\n[ 0.619789] scsi host1: ata_piix\n[ 0.620485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621678] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623105] libphy: Fixed MDIO Bus: probed\n[ 0.623907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624845] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626969] PPP generic driver version 2.4.2\n[ 0.627845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629114] ehci-pci: EHCI PCI platform driver\n[ 0.629974] ehci-platform: EHCI generic platform driver\n[ 0.630939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632038] ohci-pci: OHCI PCI platform driver\n[ 0.632899] ohci-platform: OHCI generic platform driver\n[ 0.633870] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649147] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650568] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651576] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655276] usb usb1: Product: UHCI Host Controller\n[ 0.656196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657320] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658303] hub 1-0:1.0: USB hub found\n[ 0.659069] hub 1-0:1.0: 2 ports detected\n[ 0.659952] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662051] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664014] mousedev: PS/2 mouse device common for all mice\n[ 0.665265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667087] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669370] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670557] i2c /dev entries driver\n[ 0.671315] device-mapper: uevent: version 1.0.3\n[ 0.672243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673873] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675144] NET: Registered protocol family 10\n[ 0.676136] NET: Registered protocol family 17\n[ 0.677032] Key type dns_resolver registered\n[ 0.677961] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679041] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680763] registered taskstats version 1\n[ 0.681602] Loading compiled-in X.509 certificates\n[ 0.683043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684879] zswap: loaded using pool lzo/zbud\n[ 0.686217] Key type trusted registered\n[ 0.687744] Key type encrypted registered\n[ 0.688574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689606] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690640] evm: HMAC attrs: 0x1\n[ 0.691559] Magic number: 6:67:545\n[ 0.692314] tty ttyS21: hash matches\n[ 0.693130] rtc_cmos 00:00: setting system clock to 2018-10-22 18:30:50 UTC (1540233050)\n[ 0.694713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695832] EDD information not available.\n[ 0.781756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793396] Write protecting the kernel read-only data: 14336k\n[ 0.794961] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796744] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.486505] 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.42. iid=i-00000149\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4+lPOW4FJBuJ4OwSJdPnNkkZ9B4VbMC/VMIUPjuqdz/wZ5/fv0Nd+IYdWpb3C3BquydW9a5jBnzH48tDaW782Q6N71x2g9GmEyddRw2GLM0ZwMnn7sEGowH39PFO0op/iuI8IosOfG0zK4WZNZF6PI453cETRRuV5tUAr1woLhcICM83dPTqablSO1L5IXFiEM6Av9DauvtzFvao7aij/IjtItmvI2o9mON5ZJyqd3a/yFM7bzeE5IVKmqt51MSob/fJnyd6hX3xfEj6t4SMpkPAazmvCcsNEq6egGzBipHdJXzQGVmrZplg7fid2XgRT50Be8MC0kLI6IVyEo2Vj root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIfk0A9zOp/Txleb7OGT1FBuZfHSFH4uwjf55Hpn5dTVBwiKZO1L3JrW0Ef6yGV47YKg2LWhj1wZzCXGazOtgE5mCpha3d6u9rEur8tB7FT8ZOv4faePf2qhM36ceuvdcGXsmq9u5oFQR95YqWWznZVeVoNz5KMFIU6jSumFuZv/AAAAFQDXBkP82eNkQAX34Y6K8VjuqEdLmQAAAIBHeFWKvl7GLywGklR/FkLo5PmsaRyp4ILAgSZk9Ki53LoWpx/zElvxejqjcFAH3aItp8nEx+muZ+BCtx7HXcIWSXPtaR8FfBJAi7wyc4aB0LiCsA40qV0CF9Je7LmP2fMlGmBICBOYZ5a32qo1EiINYkMgzt/pU0QjX4tzmBORjAAAAIEAg/ozKwYFdqy8NzEMW+ZL4NOs6c+gxEY6WllYv3oIGKnZW+lqdTjl9D6GfrJj4R/srdJoPN2HXWxDv50wGE//C7RV0unR2ghkH30I7I+Zgjyg5kK9ZkBWJXJV3NZVyVqt3+fjFj0gMLCGu9dNTRwPGwwWxYa8VjjRkztaZnSHMk4= 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.14,24,fe80::f816:3eff:fe34:2b9a/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-00000149\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.52 ===\n/dev/root resized successfully [took 1.83s]\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:34:2B:9A \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:2b9a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10664 (10.4 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.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"} 2018-10-22 18:32:01,534 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action used request id req-9ff02f5c-9586-4ae2-a8eb-67e1344aba31 2018-10-22 18:32:03,554 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:32:04,629 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-63c05593-4fb1-4d33-a541-c5e3cbb53219 x-compute-request-id: req-63c05593-4fb1-4d33-a541-c5e3cbb53219 Content-Encoding: gzip Content-Length: 10001 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473230923 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.147910] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149540] pid_max: default: 32768 minimum: 301\n[ 0.150432] ACPI: Core revision 20150930\n[ 0.151809] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153101] Security Framework initialized\n[ 0.153909] Yama: becoming mindful.\n[ 0.154628] AppArmor: AppArmor initialized\n[ 0.155488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156802] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159248] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160613] Initializing cgroup subsys io\n[ 0.161420] Initializing cgroup subsys memory\n[ 0.162271] Initializing cgroup subsys devices\n[ 0.163143] Initializing cgroup subsys freezer\n[ 0.164001] Initializing cgroup subsys net_cls\n[ 0.164857] Initializing cgroup subsys perf_event\n[ 0.165752] Initializing cgroup subsys net_prio\n[ 0.166622] Initializing cgroup subsys hugetlb\n[ 0.167489] Initializing cgroup subsys pids\n[ 0.168355] CPU: Physical Processor ID: 0\n[ 0.169841] mce: CPU supports 10 MCE banks\n[ 0.170675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171667] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188696] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215822] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217132] x2apic enabled\n[ 0.217927] Switched APIC routing to physical x2apic.\n[ 0.219655] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222709] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224455] KVM setup paravirtual spinlock\n[ 0.225732] x86: Booted up 1 node, 1 CPUs\n[ 0.226523] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227880] devtmpfs: initialized\n[ 0.229579] evm: security.selinux\n[ 0.230275] evm: security.SMACK64\n[ 0.230956] evm: security.SMACK64EXEC\n[ 0.231682] evm: security.SMACK64TRANSMUTE\n[ 0.232471] evm: security.SMACK64MMAP\n[ 0.233203] evm: security.ima\n[ 0.233838] evm: security.capability\n[ 0.234625] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236432] pinctrl core: initialized pinctrl subsystem\n[ 0.237504] RTC time: 18:30:49, date: 10/22/18\n[ 0.238446] NET: Registered protocol family 16\n[ 0.239399] cpuidle: using governor ladder\n[ 0.240199] cpuidle: using governor menu\n[ 0.240971] PCCT header not found.\n[ 0.241699] ACPI: bus type PCI registered\n[ 0.242488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243703] PCI: Using configuration type 1 for base access\n[ 0.245432] ACPI: Added _OSI(Module Device)\n[ 0.246252] ACPI: Added _OSI(Processor Device)\n[ 0.247099] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250073] ACPI: Interpreter enabled\n[ 0.250822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258017] ACPI: (supports S0 S5)\n[ 0.258702] ACPI: Using IOAPIC for interrupt routing\n[ 0.259731] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262793] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268389] acpiphp: Slot [3] registered\n[ 0.269175] acpiphp: Slot [4] registered\n[ 0.269956] acpiphp: Slot [5] registered\n[ 0.270730] acpiphp: Slot [6] registered\n[ 0.271507] acpiphp: Slot [7] registered\n[ 0.272292] acpiphp: Slot [8] registered\n[ 0.273073] acpiphp: Slot [9] registered\n[ 0.273848] acpiphp: Slot [10] registered\n[ 0.274633] acpiphp: Slot [11] registered\n[ 0.275428] acpiphp: Slot [12] registered\n[ 0.276228] acpiphp: Slot [13] registered\n[ 0.277023] acpiphp: Slot [14] registered\n[ 0.277812] acpiphp: Slot [15] registered\n[ 0.288606] acpiphp: Slot [16] registered\n[ 0.289402] acpiphp: Slot [17] registered\n[ 0.290194] acpiphp: Slot [18] registered\n[ 0.290983] acpiphp: Slot [19] registered\n[ 0.291766] acpiphp: Slot [20] registered\n[ 0.292558] acpiphp: Slot [21] registered\n[ 0.293357] acpiphp: Slot [22] registered\n[ 0.294146] acpiphp: Slot [23] registered\n[ 0.294935] acpiphp: Slot [24] registered\n[ 0.295719] acpiphp: Slot [25] registered\n[ 0.296507] acpiphp: Slot [26] registered\n[ 0.297305] acpiphp: Slot [27] registered\n[ 0.298102] acpiphp: Slot [28] registered\n[ 0.298896] acpiphp: Slot [29] registered\n[ 0.299680] acpiphp: Slot [30] registered\n[ 0.300472] acpiphp: Slot [31] registered\n[ 0.301261] PCI host bridge to bus 0000:00\n[ 0.302047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303226] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305808] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307212] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313419] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314655] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315787] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324944] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372643] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376897] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378137] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380318] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381855] vgaarb: loaded\n[ 0.382448] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383571] SCSI subsystem initialized\n[ 0.384383] ACPI: bus type USB registered\n[ 0.385191] usbcore: registered new interface driver usbfs\n[ 0.386201] usbcore: registered new interface driver hub\n[ 0.387191] usbcore: registered new device driver usb\n[ 0.388234] PCI: Using ACPI for IRQ routing\n[ 0.389247] NetLabel: Initializing\n[ 0.389955] NetLabel: domain hash size = 128\n[ 0.390805] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391737] NetLabel: unlabeled traffic allowed by default\n[ 0.392823] clocksource: Switched to clocksource kvm-clock\n[ 0.398251] AppArmor: AppArmor Filesystem Enabled\n[ 0.399212] pnp: PnP ACPI init\n[ 0.400120] pnp: PnP ACPI: found 5 devices\n[ 0.406494] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408181] NET: Registered protocol family 2\n[ 0.409127] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410394] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411551] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413752] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414911] NET: Registered protocol family 1\n[ 0.415763] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416857] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417915] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431679] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445936] Trying to unpack rootfs image as initramfs...\n[ 0.495040] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509014] Scanning for low memory corruption every 60 seconds\n[ 0.510347] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511478] audit: initializing netlink subsys (disabled)\n[ 0.512499] audit: type=2000 audit(1540233050.141:1): initialized\n[ 0.513804] Initialise system trusted keyring\n[ 0.514711] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515859] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517796] zbud: loaded\n[ 0.518494] VFS: Disk quotas dquot_6.6.0\n[ 0.519305] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520787] fuse init (API version 7.23)\n[ 0.521683] Key type big_key registered\n[ 0.522493] Allocating IMA MOK and blacklist keyrings.\n[ 0.523577] Key type asymmetric registered\n[ 0.524391] Asymmetric key parser 'x509' registered\n[ 0.525343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526791] io scheduler noop registered\n[ 0.527572] io scheduler deadline registered (default)\n[ 0.528543] io scheduler cfq registered\n[ 0.529377] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531650] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533110] ACPI: Power Button [PWRF]\n[ 0.534314] GHES: HEST is not enabled!\n[ 0.547825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605349] Linux agpgart interface v0.103\n[ 0.607366] brd: module loaded\n[ 0.608515] loop: module loaded\n[ 0.612787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614232] GPT:90111 != 2097151\n[ 0.614903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615972] GPT:90111 != 2097151\n[ 0.616632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617583] vda: vda1 vda15\n[ 0.619062] scsi host0: ata_piix\n[ 0.619789] scsi host1: ata_piix\n[ 0.620485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621678] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623105] libphy: Fixed MDIO Bus: probed\n[ 0.623907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624845] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626969] PPP generic driver version 2.4.2\n[ 0.627845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629114] ehci-pci: EHCI PCI platform driver\n[ 0.629974] ehci-platform: EHCI generic platform driver\n[ 0.630939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632038] ohci-pci: OHCI PCI platform driver\n[ 0.632899] ohci-platform: OHCI generic platform driver\n[ 0.633870] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649147] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650568] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651576] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655276] usb usb1: Product: UHCI Host Controller\n[ 0.656196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657320] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658303] hub 1-0:1.0: USB hub found\n[ 0.659069] hub 1-0:1.0: 2 ports detected\n[ 0.659952] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662051] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664014] mousedev: PS/2 mouse device common for all mice\n[ 0.665265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667087] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669370] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670557] i2c /dev entries driver\n[ 0.671315] device-mapper: uevent: version 1.0.3\n[ 0.672243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673873] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675144] NET: Registered protocol family 10\n[ 0.676136] NET: Registered protocol family 17\n[ 0.677032] Key type dns_resolver registered\n[ 0.677961] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679041] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680763] registered taskstats version 1\n[ 0.681602] Loading compiled-in X.509 certificates\n[ 0.683043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684879] zswap: loaded using pool lzo/zbud\n[ 0.686217] Key type trusted registered\n[ 0.687744] Key type encrypted registered\n[ 0.688574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689606] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690640] evm: HMAC attrs: 0x1\n[ 0.691559] Magic number: 6:67:545\n[ 0.692314] tty ttyS21: hash matches\n[ 0.693130] rtc_cmos 00:00: setting system clock to 2018-10-22 18:30:50 UTC (1540233050)\n[ 0.694713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695832] EDD information not available.\n[ 0.781756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793396] Write protecting the kernel read-only data: 14336k\n[ 0.794961] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796744] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.486505] 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.42. iid=i-00000149\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4+lPOW4FJBuJ4OwSJdPnNkkZ9B4VbMC/VMIUPjuqdz/wZ5/fv0Nd+IYdWpb3C3BquydW9a5jBnzH48tDaW782Q6N71x2g9GmEyddRw2GLM0ZwMnn7sEGowH39PFO0op/iuI8IosOfG0zK4WZNZF6PI453cETRRuV5tUAr1woLhcICM83dPTqablSO1L5IXFiEM6Av9DauvtzFvao7aij/IjtItmvI2o9mON5ZJyqd3a/yFM7bzeE5IVKmqt51MSob/fJnyd6hX3xfEj6t4SMpkPAazmvCcsNEq6egGzBipHdJXzQGVmrZplg7fid2XgRT50Be8MC0kLI6IVyEo2Vj root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIfk0A9zOp/Txleb7OGT1FBuZfHSFH4uwjf55Hpn5dTVBwiKZO1L3JrW0Ef6yGV47YKg2LWhj1wZzCXGazOtgE5mCpha3d6u9rEur8tB7FT8ZOv4faePf2qhM36ceuvdcGXsmq9u5oFQR95YqWWznZVeVoNz5KMFIU6jSumFuZv/AAAAFQDXBkP82eNkQAX34Y6K8VjuqEdLmQAAAIBHeFWKvl7GLywGklR/FkLo5PmsaRyp4ILAgSZk9Ki53LoWpx/zElvxejqjcFAH3aItp8nEx+muZ+BCtx7HXcIWSXPtaR8FfBJAi7wyc4aB0LiCsA40qV0CF9Je7LmP2fMlGmBICBOYZ5a32qo1EiINYkMgzt/pU0QjX4tzmBORjAAAAIEAg/ozKwYFdqy8NzEMW+ZL4NOs6c+gxEY6WllYv3oIGKnZW+lqdTjl9D6GfrJj4R/srdJoPN2HXWxDv50wGE//C7RV0unR2ghkH30I7I+Zgjyg5kK9ZkBWJXJV3NZVyVqt3+fjFj0gMLCGu9dNTRwPGwwWxYa8VjjRkztaZnSHMk4= 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.14,24,fe80::f816:3eff:fe34:2b9a/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-00000149\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.52 ===\n/dev/root resized successfully [took 1.83s]\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:34:2B:9A \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:2b9a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10664 (10.4 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.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"} 2018-10-22 18:32:04,629 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action used request id req-63c05593-4fb1-4d33-a541-c5e3cbb53219 2018-10-22 18:32:06,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:32:07,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-38a3a49d-7879-48ff-b0a0-900f1f5f28de x-compute-request-id: req-38a3a49d-7879-48ff-b0a0-900f1f5f28de Content-Encoding: gzip Content-Length: 10001 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473230923 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.147910] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149540] pid_max: default: 32768 minimum: 301\n[ 0.150432] ACPI: Core revision 20150930\n[ 0.151809] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153101] Security Framework initialized\n[ 0.153909] Yama: becoming mindful.\n[ 0.154628] AppArmor: AppArmor initialized\n[ 0.155488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156802] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159248] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160613] Initializing cgroup subsys io\n[ 0.161420] Initializing cgroup subsys memory\n[ 0.162271] Initializing cgroup subsys devices\n[ 0.163143] Initializing cgroup subsys freezer\n[ 0.164001] Initializing cgroup subsys net_cls\n[ 0.164857] Initializing cgroup subsys perf_event\n[ 0.165752] Initializing cgroup subsys net_prio\n[ 0.166622] Initializing cgroup subsys hugetlb\n[ 0.167489] Initializing cgroup subsys pids\n[ 0.168355] CPU: Physical Processor ID: 0\n[ 0.169841] mce: CPU supports 10 MCE banks\n[ 0.170675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171667] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188696] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215822] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217132] x2apic enabled\n[ 0.217927] Switched APIC routing to physical x2apic.\n[ 0.219655] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222709] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224455] KVM setup paravirtual spinlock\n[ 0.225732] x86: Booted up 1 node, 1 CPUs\n[ 0.226523] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227880] devtmpfs: initialized\n[ 0.229579] evm: security.selinux\n[ 0.230275] evm: security.SMACK64\n[ 0.230956] evm: security.SMACK64EXEC\n[ 0.231682] evm: security.SMACK64TRANSMUTE\n[ 0.232471] evm: security.SMACK64MMAP\n[ 0.233203] evm: security.ima\n[ 0.233838] evm: security.capability\n[ 0.234625] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236432] pinctrl core: initialized pinctrl subsystem\n[ 0.237504] RTC time: 18:30:49, date: 10/22/18\n[ 0.238446] NET: Registered protocol family 16\n[ 0.239399] cpuidle: using governor ladder\n[ 0.240199] cpuidle: using governor menu\n[ 0.240971] PCCT header not found.\n[ 0.241699] ACPI: bus type PCI registered\n[ 0.242488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243703] PCI: Using configuration type 1 for base access\n[ 0.245432] ACPI: Added _OSI(Module Device)\n[ 0.246252] ACPI: Added _OSI(Processor Device)\n[ 0.247099] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250073] ACPI: Interpreter enabled\n[ 0.250822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258017] ACPI: (supports S0 S5)\n[ 0.258702] ACPI: Using IOAPIC for interrupt routing\n[ 0.259731] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262793] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268389] acpiphp: Slot [3] registered\n[ 0.269175] acpiphp: Slot [4] registered\n[ 0.269956] acpiphp: Slot [5] registered\n[ 0.270730] acpiphp: Slot [6] registered\n[ 0.271507] acpiphp: Slot [7] registered\n[ 0.272292] acpiphp: Slot [8] registered\n[ 0.273073] acpiphp: Slot [9] registered\n[ 0.273848] acpiphp: Slot [10] registered\n[ 0.274633] acpiphp: Slot [11] registered\n[ 0.275428] acpiphp: Slot [12] registered\n[ 0.276228] acpiphp: Slot [13] registered\n[ 0.277023] acpiphp: Slot [14] registered\n[ 0.277812] acpiphp: Slot [15] registered\n[ 0.288606] acpiphp: Slot [16] registered\n[ 0.289402] acpiphp: Slot [17] registered\n[ 0.290194] acpiphp: Slot [18] registered\n[ 0.290983] acpiphp: Slot [19] registered\n[ 0.291766] acpiphp: Slot [20] registered\n[ 0.292558] acpiphp: Slot [21] registered\n[ 0.293357] acpiphp: Slot [22] registered\n[ 0.294146] acpiphp: Slot [23] registered\n[ 0.294935] acpiphp: Slot [24] registered\n[ 0.295719] acpiphp: Slot [25] registered\n[ 0.296507] acpiphp: Slot [26] registered\n[ 0.297305] acpiphp: Slot [27] registered\n[ 0.298102] acpiphp: Slot [28] registered\n[ 0.298896] acpiphp: Slot [29] registered\n[ 0.299680] acpiphp: Slot [30] registered\n[ 0.300472] acpiphp: Slot [31] registered\n[ 0.301261] PCI host bridge to bus 0000:00\n[ 0.302047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303226] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305808] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307212] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313419] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314655] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315787] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324944] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372643] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376897] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378137] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380318] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381855] vgaarb: loaded\n[ 0.382448] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383571] SCSI subsystem initialized\n[ 0.384383] ACPI: bus type USB registered\n[ 0.385191] usbcore: registered new interface driver usbfs\n[ 0.386201] usbcore: registered new interface driver hub\n[ 0.387191] usbcore: registered new device driver usb\n[ 0.388234] PCI: Using ACPI for IRQ routing\n[ 0.389247] NetLabel: Initializing\n[ 0.389955] NetLabel: domain hash size = 128\n[ 0.390805] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391737] NetLabel: unlabeled traffic allowed by default\n[ 0.392823] clocksource: Switched to clocksource kvm-clock\n[ 0.398251] AppArmor: AppArmor Filesystem Enabled\n[ 0.399212] pnp: PnP ACPI init\n[ 0.400120] pnp: PnP ACPI: found 5 devices\n[ 0.406494] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408181] NET: Registered protocol family 2\n[ 0.409127] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410394] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411551] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413752] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414911] NET: Registered protocol family 1\n[ 0.415763] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416857] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417915] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431679] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445936] Trying to unpack rootfs image as initramfs...\n[ 0.495040] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509014] Scanning for low memory corruption every 60 seconds\n[ 0.510347] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511478] audit: initializing netlink subsys (disabled)\n[ 0.512499] audit: type=2000 audit(1540233050.141:1): initialized\n[ 0.513804] Initialise system trusted keyring\n[ 0.514711] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515859] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517796] zbud: loaded\n[ 0.518494] VFS: Disk quotas dquot_6.6.0\n[ 0.519305] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520787] fuse init (API version 7.23)\n[ 0.521683] Key type big_key registered\n[ 0.522493] Allocating IMA MOK and blacklist keyrings.\n[ 0.523577] Key type asymmetric registered\n[ 0.524391] Asymmetric key parser 'x509' registered\n[ 0.525343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526791] io scheduler noop registered\n[ 0.527572] io scheduler deadline registered (default)\n[ 0.528543] io scheduler cfq registered\n[ 0.529377] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531650] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533110] ACPI: Power Button [PWRF]\n[ 0.534314] GHES: HEST is not enabled!\n[ 0.547825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605349] Linux agpgart interface v0.103\n[ 0.607366] brd: module loaded\n[ 0.608515] loop: module loaded\n[ 0.612787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614232] GPT:90111 != 2097151\n[ 0.614903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615972] GPT:90111 != 2097151\n[ 0.616632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617583] vda: vda1 vda15\n[ 0.619062] scsi host0: ata_piix\n[ 0.619789] scsi host1: ata_piix\n[ 0.620485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621678] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623105] libphy: Fixed MDIO Bus: probed\n[ 0.623907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624845] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626969] PPP generic driver version 2.4.2\n[ 0.627845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629114] ehci-pci: EHCI PCI platform driver\n[ 0.629974] ehci-platform: EHCI generic platform driver\n[ 0.630939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632038] ohci-pci: OHCI PCI platform driver\n[ 0.632899] ohci-platform: OHCI generic platform driver\n[ 0.633870] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649147] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650568] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651576] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655276] usb usb1: Product: UHCI Host Controller\n[ 0.656196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657320] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658303] hub 1-0:1.0: USB hub found\n[ 0.659069] hub 1-0:1.0: 2 ports detected\n[ 0.659952] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662051] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664014] mousedev: PS/2 mouse device common for all mice\n[ 0.665265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667087] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669370] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670557] i2c /dev entries driver\n[ 0.671315] device-mapper: uevent: version 1.0.3\n[ 0.672243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673873] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675144] NET: Registered protocol family 10\n[ 0.676136] NET: Registered protocol family 17\n[ 0.677032] Key type dns_resolver registered\n[ 0.677961] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679041] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680763] registered taskstats version 1\n[ 0.681602] Loading compiled-in X.509 certificates\n[ 0.683043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684879] zswap: loaded using pool lzo/zbud\n[ 0.686217] Key type trusted registered\n[ 0.687744] Key type encrypted registered\n[ 0.688574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689606] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690640] evm: HMAC attrs: 0x1\n[ 0.691559] Magic number: 6:67:545\n[ 0.692314] tty ttyS21: hash matches\n[ 0.693130] rtc_cmos 00:00: setting system clock to 2018-10-22 18:30:50 UTC (1540233050)\n[ 0.694713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695832] EDD information not available.\n[ 0.781756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793396] Write protecting the kernel read-only data: 14336k\n[ 0.794961] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796744] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.486505] 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.42. iid=i-00000149\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4+lPOW4FJBuJ4OwSJdPnNkkZ9B4VbMC/VMIUPjuqdz/wZ5/fv0Nd+IYdWpb3C3BquydW9a5jBnzH48tDaW782Q6N71x2g9GmEyddRw2GLM0ZwMnn7sEGowH39PFO0op/iuI8IosOfG0zK4WZNZF6PI453cETRRuV5tUAr1woLhcICM83dPTqablSO1L5IXFiEM6Av9DauvtzFvao7aij/IjtItmvI2o9mON5ZJyqd3a/yFM7bzeE5IVKmqt51MSob/fJnyd6hX3xfEj6t4SMpkPAazmvCcsNEq6egGzBipHdJXzQGVmrZplg7fid2XgRT50Be8MC0kLI6IVyEo2Vj root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIfk0A9zOp/Txleb7OGT1FBuZfHSFH4uwjf55Hpn5dTVBwiKZO1L3JrW0Ef6yGV47YKg2LWhj1wZzCXGazOtgE5mCpha3d6u9rEur8tB7FT8ZOv4faePf2qhM36ceuvdcGXsmq9u5oFQR95YqWWznZVeVoNz5KMFIU6jSumFuZv/AAAAFQDXBkP82eNkQAX34Y6K8VjuqEdLmQAAAIBHeFWKvl7GLywGklR/FkLo5PmsaRyp4ILAgSZk9Ki53LoWpx/zElvxejqjcFAH3aItp8nEx+muZ+BCtx7HXcIWSXPtaR8FfBJAi7wyc4aB0LiCsA40qV0CF9Je7LmP2fMlGmBICBOYZ5a32qo1EiINYkMgzt/pU0QjX4tzmBORjAAAAIEAg/ozKwYFdqy8NzEMW+ZL4NOs6c+gxEY6WllYv3oIGKnZW+lqdTjl9D6GfrJj4R/srdJoPN2HXWxDv50wGE//C7RV0unR2ghkH30I7I+Zgjyg5kK9ZkBWJXJV3NZVyVqt3+fjFj0gMLCGu9dNTRwPGwwWxYa8VjjRkztaZnSHMk4= 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.14,24,fe80::f816:3eff:fe34:2b9a/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-00000149\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.52 ===\n/dev/root resized successfully [took 1.83s]\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:34:2B:9A \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:2b9a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10664 (10.4 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.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"} 2018-10-22 18:32:07,722 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action used request id req-38a3a49d-7879-48ff-b0a0-900f1f5f28de 2018-10-22 18:32:09,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:32:10,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:32:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83be6f78-f3e9-45f7-bea0-155d22f0ab6b x-compute-request-id: req-83be6f78-f3e9-45f7-bea0-155d22f0ab6b Content-Encoding: gzip Content-Length: 10001 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473230923 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.147910] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149540] pid_max: default: 32768 minimum: 301\n[ 0.150432] ACPI: Core revision 20150930\n[ 0.151809] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153101] Security Framework initialized\n[ 0.153909] Yama: becoming mindful.\n[ 0.154628] AppArmor: AppArmor initialized\n[ 0.155488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156802] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159248] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160613] Initializing cgroup subsys io\n[ 0.161420] Initializing cgroup subsys memory\n[ 0.162271] Initializing cgroup subsys devices\n[ 0.163143] Initializing cgroup subsys freezer\n[ 0.164001] Initializing cgroup subsys net_cls\n[ 0.164857] Initializing cgroup subsys perf_event\n[ 0.165752] Initializing cgroup subsys net_prio\n[ 0.166622] Initializing cgroup subsys hugetlb\n[ 0.167489] Initializing cgroup subsys pids\n[ 0.168355] CPU: Physical Processor ID: 0\n[ 0.169841] mce: CPU supports 10 MCE banks\n[ 0.170675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171667] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188696] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215822] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217132] x2apic enabled\n[ 0.217927] Switched APIC routing to physical x2apic.\n[ 0.219655] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222709] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224455] KVM setup paravirtual spinlock\n[ 0.225732] x86: Booted up 1 node, 1 CPUs\n[ 0.226523] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227880] devtmpfs: initialized\n[ 0.229579] evm: security.selinux\n[ 0.230275] evm: security.SMACK64\n[ 0.230956] evm: security.SMACK64EXEC\n[ 0.231682] evm: security.SMACK64TRANSMUTE\n[ 0.232471] evm: security.SMACK64MMAP\n[ 0.233203] evm: security.ima\n[ 0.233838] evm: security.capability\n[ 0.234625] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236432] pinctrl core: initialized pinctrl subsystem\n[ 0.237504] RTC time: 18:30:49, date: 10/22/18\n[ 0.238446] NET: Registered protocol family 16\n[ 0.239399] cpuidle: using governor ladder\n[ 0.240199] cpuidle: using governor menu\n[ 0.240971] PCCT header not found.\n[ 0.241699] ACPI: bus type PCI registered\n[ 0.242488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243703] PCI: Using configuration type 1 for base access\n[ 0.245432] ACPI: Added _OSI(Module Device)\n[ 0.246252] ACPI: Added _OSI(Processor Device)\n[ 0.247099] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250073] ACPI: Interpreter enabled\n[ 0.250822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258017] ACPI: (supports S0 S5)\n[ 0.258702] ACPI: Using IOAPIC for interrupt routing\n[ 0.259731] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262793] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268389] acpiphp: Slot [3] registered\n[ 0.269175] acpiphp: Slot [4] registered\n[ 0.269956] acpiphp: Slot [5] registered\n[ 0.270730] acpiphp: Slot [6] registered\n[ 0.271507] acpiphp: Slot [7] registered\n[ 0.272292] acpiphp: Slot [8] registered\n[ 0.273073] acpiphp: Slot [9] registered\n[ 0.273848] acpiphp: Slot [10] registered\n[ 0.274633] acpiphp: Slot [11] registered\n[ 0.275428] acpiphp: Slot [12] registered\n[ 0.276228] acpiphp: Slot [13] registered\n[ 0.277023] acpiphp: Slot [14] registered\n[ 0.277812] acpiphp: Slot [15] registered\n[ 0.288606] acpiphp: Slot [16] registered\n[ 0.289402] acpiphp: Slot [17] registered\n[ 0.290194] acpiphp: Slot [18] registered\n[ 0.290983] acpiphp: Slot [19] registered\n[ 0.291766] acpiphp: Slot [20] registered\n[ 0.292558] acpiphp: Slot [21] registered\n[ 0.293357] acpiphp: Slot [22] registered\n[ 0.294146] acpiphp: Slot [23] registered\n[ 0.294935] acpiphp: Slot [24] registered\n[ 0.295719] acpiphp: Slot [25] registered\n[ 0.296507] acpiphp: Slot [26] registered\n[ 0.297305] acpiphp: Slot [27] registered\n[ 0.298102] acpiphp: Slot [28] registered\n[ 0.298896] acpiphp: Slot [29] registered\n[ 0.299680] acpiphp: Slot [30] registered\n[ 0.300472] acpiphp: Slot [31] registered\n[ 0.301261] PCI host bridge to bus 0000:00\n[ 0.302047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303226] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305808] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307212] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313419] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314655] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315787] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324944] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372643] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376897] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378137] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380318] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381855] vgaarb: loaded\n[ 0.382448] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383571] SCSI subsystem initialized\n[ 0.384383] ACPI: bus type USB registered\n[ 0.385191] usbcore: registered new interface driver usbfs\n[ 0.386201] usbcore: registered new interface driver hub\n[ 0.387191] usbcore: registered new device driver usb\n[ 0.388234] PCI: Using ACPI for IRQ routing\n[ 0.389247] NetLabel: Initializing\n[ 0.389955] NetLabel: domain hash size = 128\n[ 0.390805] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391737] NetLabel: unlabeled traffic allowed by default\n[ 0.392823] clocksource: Switched to clocksource kvm-clock\n[ 0.398251] AppArmor: AppArmor Filesystem Enabled\n[ 0.399212] pnp: PnP ACPI init\n[ 0.400120] pnp: PnP ACPI: found 5 devices\n[ 0.406494] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408181] NET: Registered protocol family 2\n[ 0.409127] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410394] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411551] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413752] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414911] NET: Registered protocol family 1\n[ 0.415763] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416857] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417915] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431679] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445936] Trying to unpack rootfs image as initramfs...\n[ 0.495040] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509014] Scanning for low memory corruption every 60 seconds\n[ 0.510347] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511478] audit: initializing netlink subsys (disabled)\n[ 0.512499] audit: type=2000 audit(1540233050.141:1): initialized\n[ 0.513804] Initialise system trusted keyring\n[ 0.514711] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515859] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517796] zbud: loaded\n[ 0.518494] VFS: Disk quotas dquot_6.6.0\n[ 0.519305] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520787] fuse init (API version 7.23)\n[ 0.521683] Key type big_key registered\n[ 0.522493] Allocating IMA MOK and blacklist keyrings.\n[ 0.523577] Key type asymmetric registered\n[ 0.524391] Asymmetric key parser 'x509' registered\n[ 0.525343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526791] io scheduler noop registered\n[ 0.527572] io scheduler deadline registered (default)\n[ 0.528543] io scheduler cfq registered\n[ 0.529377] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531650] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533110] ACPI: Power Button [PWRF]\n[ 0.534314] GHES: HEST is not enabled!\n[ 0.547825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605349] Linux agpgart interface v0.103\n[ 0.607366] brd: module loaded\n[ 0.608515] loop: module loaded\n[ 0.612787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614232] GPT:90111 != 2097151\n[ 0.614903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615972] GPT:90111 != 2097151\n[ 0.616632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617583] vda: vda1 vda15\n[ 0.619062] scsi host0: ata_piix\n[ 0.619789] scsi host1: ata_piix\n[ 0.620485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621678] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623105] libphy: Fixed MDIO Bus: probed\n[ 0.623907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624845] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626969] PPP generic driver version 2.4.2\n[ 0.627845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629114] ehci-pci: EHCI PCI platform driver\n[ 0.629974] ehci-platform: EHCI generic platform driver\n[ 0.630939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632038] ohci-pci: OHCI PCI platform driver\n[ 0.632899] ohci-platform: OHCI generic platform driver\n[ 0.633870] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649147] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650568] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651576] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655276] usb usb1: Product: UHCI Host Controller\n[ 0.656196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657320] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658303] hub 1-0:1.0: USB hub found\n[ 0.659069] hub 1-0:1.0: 2 ports detected\n[ 0.659952] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662051] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664014] mousedev: PS/2 mouse device common for all mice\n[ 0.665265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667087] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669370] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670557] i2c /dev entries driver\n[ 0.671315] device-mapper: uevent: version 1.0.3\n[ 0.672243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673873] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675144] NET: Registered protocol family 10\n[ 0.676136] NET: Registered protocol family 17\n[ 0.677032] Key type dns_resolver registered\n[ 0.677961] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679041] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680763] registered taskstats version 1\n[ 0.681602] Loading compiled-in X.509 certificates\n[ 0.683043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684879] zswap: loaded using pool lzo/zbud\n[ 0.686217] Key type trusted registered\n[ 0.687744] Key type encrypted registered\n[ 0.688574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689606] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690640] evm: HMAC attrs: 0x1\n[ 0.691559] Magic number: 6:67:545\n[ 0.692314] tty ttyS21: hash matches\n[ 0.693130] rtc_cmos 00:00: setting system clock to 2018-10-22 18:30:50 UTC (1540233050)\n[ 0.694713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695832] EDD information not available.\n[ 0.781756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793396] Write protecting the kernel read-only data: 14336k\n[ 0.794961] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796744] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.486505] 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.42. iid=i-00000149\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4+lPOW4FJBuJ4OwSJdPnNkkZ9B4VbMC/VMIUPjuqdz/wZ5/fv0Nd+IYdWpb3C3BquydW9a5jBnzH48tDaW782Q6N71x2g9GmEyddRw2GLM0ZwMnn7sEGowH39PFO0op/iuI8IosOfG0zK4WZNZF6PI453cETRRuV5tUAr1woLhcICM83dPTqablSO1L5IXFiEM6Av9DauvtzFvao7aij/IjtItmvI2o9mON5ZJyqd3a/yFM7bzeE5IVKmqt51MSob/fJnyd6hX3xfEj6t4SMpkPAazmvCcsNEq6egGzBipHdJXzQGVmrZplg7fid2XgRT50Be8MC0kLI6IVyEo2Vj root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIfk0A9zOp/Txleb7OGT1FBuZfHSFH4uwjf55Hpn5dTVBwiKZO1L3JrW0Ef6yGV47YKg2LWhj1wZzCXGazOtgE5mCpha3d6u9rEur8tB7FT8ZOv4faePf2qhM36ceuvdcGXsmq9u5oFQR95YqWWznZVeVoNz5KMFIU6jSumFuZv/AAAAFQDXBkP82eNkQAX34Y6K8VjuqEdLmQAAAIBHeFWKvl7GLywGklR/FkLo5PmsaRyp4ILAgSZk9Ki53LoWpx/zElvxejqjcFAH3aItp8nEx+muZ+BCtx7HXcIWSXPtaR8FfBJAi7wyc4aB0LiCsA40qV0CF9Je7LmP2fMlGmBICBOYZ5a32qo1EiINYkMgzt/pU0QjX4tzmBORjAAAAIEAg/ozKwYFdqy8NzEMW+ZL4NOs6c+gxEY6WllYv3oIGKnZW+lqdTjl9D6GfrJj4R/srdJoPN2HXWxDv50wGE//C7RV0unR2ghkH30I7I+Zgjyg5kK9ZkBWJXJV3NZVyVqt3+fjFj0gMLCGu9dNTRwPGwwWxYa8VjjRkztaZnSHMk4= 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.14,24,fe80::f816:3eff:fe34:2b9a/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-00000149\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.52 ===\n/dev/root resized successfully [took 1.83s]\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:34:2B:9A \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:2b9a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10664 (10.4 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.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"} 2018-10-22 18:32:10,811 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action used request id req-83be6f78-f3e9-45f7-bea0-155d22f0ab6b 2018-10-22 18:32:12,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:32:13,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:32: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-04ed6ff7-89dd-42fa-8a00-4a17436d641a x-compute-request-id: req-04ed6ff7-89dd-42fa-8a00-4a17436d641a Content-Encoding: gzip Content-Length: 10071 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473230923 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.147910] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149540] pid_max: default: 32768 minimum: 301\n[ 0.150432] ACPI: Core revision 20150930\n[ 0.151809] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153101] Security Framework initialized\n[ 0.153909] Yama: becoming mindful.\n[ 0.154628] AppArmor: AppArmor initialized\n[ 0.155488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156802] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159248] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160613] Initializing cgroup subsys io\n[ 0.161420] Initializing cgroup subsys memory\n[ 0.162271] Initializing cgroup subsys devices\n[ 0.163143] Initializing cgroup subsys freezer\n[ 0.164001] Initializing cgroup subsys net_cls\n[ 0.164857] Initializing cgroup subsys perf_event\n[ 0.165752] Initializing cgroup subsys net_prio\n[ 0.166622] Initializing cgroup subsys hugetlb\n[ 0.167489] Initializing cgroup subsys pids\n[ 0.168355] CPU: Physical Processor ID: 0\n[ 0.169841] mce: CPU supports 10 MCE banks\n[ 0.170675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171667] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188696] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215822] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217132] x2apic enabled\n[ 0.217927] Switched APIC routing to physical x2apic.\n[ 0.219655] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222709] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224455] KVM setup paravirtual spinlock\n[ 0.225732] x86: Booted up 1 node, 1 CPUs\n[ 0.226523] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227880] devtmpfs: initialized\n[ 0.229579] evm: security.selinux\n[ 0.230275] evm: security.SMACK64\n[ 0.230956] evm: security.SMACK64EXEC\n[ 0.231682] evm: security.SMACK64TRANSMUTE\n[ 0.232471] evm: security.SMACK64MMAP\n[ 0.233203] evm: security.ima\n[ 0.233838] evm: security.capability\n[ 0.234625] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236432] pinctrl core: initialized pinctrl subsystem\n[ 0.237504] RTC time: 18:30:49, date: 10/22/18\n[ 0.238446] NET: Registered protocol family 16\n[ 0.239399] cpuidle: using governor ladder\n[ 0.240199] cpuidle: using governor menu\n[ 0.240971] PCCT header not found.\n[ 0.241699] ACPI: bus type PCI registered\n[ 0.242488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243703] PCI: Using configuration type 1 for base access\n[ 0.245432] ACPI: Added _OSI(Module Device)\n[ 0.246252] ACPI: Added _OSI(Processor Device)\n[ 0.247099] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250073] ACPI: Interpreter enabled\n[ 0.250822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258017] ACPI: (supports S0 S5)\n[ 0.258702] ACPI: Using IOAPIC for interrupt routing\n[ 0.259731] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262793] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268389] acpiphp: Slot [3] registered\n[ 0.269175] acpiphp: Slot [4] registered\n[ 0.269956] acpiphp: Slot [5] registered\n[ 0.270730] acpiphp: Slot [6] registered\n[ 0.271507] acpiphp: Slot [7] registered\n[ 0.272292] acpiphp: Slot [8] registered\n[ 0.273073] acpiphp: Slot [9] registered\n[ 0.273848] acpiphp: Slot [10] registered\n[ 0.274633] acpiphp: Slot [11] registered\n[ 0.275428] acpiphp: Slot [12] registered\n[ 0.276228] acpiphp: Slot [13] registered\n[ 0.277023] acpiphp: Slot [14] registered\n[ 0.277812] acpiphp: Slot [15] registered\n[ 0.288606] acpiphp: Slot [16] registered\n[ 0.289402] acpiphp: Slot [17] registered\n[ 0.290194] acpiphp: Slot [18] registered\n[ 0.290983] acpiphp: Slot [19] registered\n[ 0.291766] acpiphp: Slot [20] registered\n[ 0.292558] acpiphp: Slot [21] registered\n[ 0.293357] acpiphp: Slot [22] registered\n[ 0.294146] acpiphp: Slot [23] registered\n[ 0.294935] acpiphp: Slot [24] registered\n[ 0.295719] acpiphp: Slot [25] registered\n[ 0.296507] acpiphp: Slot [26] registered\n[ 0.297305] acpiphp: Slot [27] registered\n[ 0.298102] acpiphp: Slot [28] registered\n[ 0.298896] acpiphp: Slot [29] registered\n[ 0.299680] acpiphp: Slot [30] registered\n[ 0.300472] acpiphp: Slot [31] registered\n[ 0.301261] PCI host bridge to bus 0000:00\n[ 0.302047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303226] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305808] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307212] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313419] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314655] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315787] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324944] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372643] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376897] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378137] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380318] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381855] vgaarb: loaded\n[ 0.382448] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383571] SCSI subsystem initialized\n[ 0.384383] ACPI: bus type USB registered\n[ 0.385191] usbcore: registered new interface driver usbfs\n[ 0.386201] usbcore: registered new interface driver hub\n[ 0.387191] usbcore: registered new device driver usb\n[ 0.388234] PCI: Using ACPI for IRQ routing\n[ 0.389247] NetLabel: Initializing\n[ 0.389955] NetLabel: domain hash size = 128\n[ 0.390805] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391737] NetLabel: unlabeled traffic allowed by default\n[ 0.392823] clocksource: Switched to clocksource kvm-clock\n[ 0.398251] AppArmor: AppArmor Filesystem Enabled\n[ 0.399212] pnp: PnP ACPI init\n[ 0.400120] pnp: PnP ACPI: found 5 devices\n[ 0.406494] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408181] NET: Registered protocol family 2\n[ 0.409127] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410394] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411551] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413752] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414911] NET: Registered protocol family 1\n[ 0.415763] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416857] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417915] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431679] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445936] Trying to unpack rootfs image as initramfs...\n[ 0.495040] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509014] Scanning for low memory corruption every 60 seconds\n[ 0.510347] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511478] audit: initializing netlink subsys (disabled)\n[ 0.512499] audit: type=2000 audit(1540233050.141:1): initialized\n[ 0.513804] Initialise system trusted keyring\n[ 0.514711] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515859] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517796] zbud: loaded\n[ 0.518494] VFS: Disk quotas dquot_6.6.0\n[ 0.519305] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520787] fuse init (API version 7.23)\n[ 0.521683] Key type big_key registered\n[ 0.522493] Allocating IMA MOK and blacklist keyrings.\n[ 0.523577] Key type asymmetric registered\n[ 0.524391] Asymmetric key parser 'x509' registered\n[ 0.525343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526791] io scheduler noop registered\n[ 0.527572] io scheduler deadline registered (default)\n[ 0.528543] io scheduler cfq registered\n[ 0.529377] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531650] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533110] ACPI: Power Button [PWRF]\n[ 0.534314] GHES: HEST is not enabled!\n[ 0.547825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605349] Linux agpgart interface v0.103\n[ 0.607366] brd: module loaded\n[ 0.608515] loop: module loaded\n[ 0.612787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614232] GPT:90111 != 2097151\n[ 0.614903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615972] GPT:90111 != 2097151\n[ 0.616632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617583] vda: vda1 vda15\n[ 0.619062] scsi host0: ata_piix\n[ 0.619789] scsi host1: ata_piix\n[ 0.620485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621678] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623105] libphy: Fixed MDIO Bus: probed\n[ 0.623907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624845] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626969] PPP generic driver version 2.4.2\n[ 0.627845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629114] ehci-pci: EHCI PCI platform driver\n[ 0.629974] ehci-platform: EHCI generic platform driver\n[ 0.630939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632038] ohci-pci: OHCI PCI platform driver\n[ 0.632899] ohci-platform: OHCI generic platform driver\n[ 0.633870] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649147] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650568] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651576] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655276] usb usb1: Product: UHCI Host Controller\n[ 0.656196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657320] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658303] hub 1-0:1.0: USB hub found\n[ 0.659069] hub 1-0:1.0: 2 ports detected\n[ 0.659952] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662051] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664014] mousedev: PS/2 mouse device common for all mice\n[ 0.665265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667087] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669370] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670557] i2c /dev entries driver\n[ 0.671315] device-mapper: uevent: version 1.0.3\n[ 0.672243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673873] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675144] NET: Registered protocol family 10\n[ 0.676136] NET: Registered protocol family 17\n[ 0.677032] Key type dns_resolver registered\n[ 0.677961] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679041] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680763] registered taskstats version 1\n[ 0.681602] Loading compiled-in X.509 certificates\n[ 0.683043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684879] zswap: loaded using pool lzo/zbud\n[ 0.686217] Key type trusted registered\n[ 0.687744] Key type encrypted registered\n[ 0.688574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689606] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690640] evm: HMAC attrs: 0x1\n[ 0.691559] Magic number: 6:67:545\n[ 0.692314] tty ttyS21: hash matches\n[ 0.693130] rtc_cmos 00:00: setting system clock to 2018-10-22 18:30:50 UTC (1540233050)\n[ 0.694713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695832] EDD information not available.\n[ 0.781756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793396] Write protecting the kernel read-only data: 14336k\n[ 0.794961] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796744] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.486505] 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.42. iid=i-00000149\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4+lPOW4FJBuJ4OwSJdPnNkkZ9B4VbMC/VMIUPjuqdz/wZ5/fv0Nd+IYdWpb3C3BquydW9a5jBnzH48tDaW782Q6N71x2g9GmEyddRw2GLM0ZwMnn7sEGowH39PFO0op/iuI8IosOfG0zK4WZNZF6PI453cETRRuV5tUAr1woLhcICM83dPTqablSO1L5IXFiEM6Av9DauvtzFvao7aij/IjtItmvI2o9mON5ZJyqd3a/yFM7bzeE5IVKmqt51MSob/fJnyd6hX3xfEj6t4SMpkPAazmvCcsNEq6egGzBipHdJXzQGVmrZplg7fid2XgRT50Be8MC0kLI6IVyEo2Vj root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIfk0A9zOp/Txleb7OGT1FBuZfHSFH4uwjf55Hpn5dTVBwiKZO1L3JrW0Ef6yGV47YKg2LWhj1wZzCXGazOtgE5mCpha3d6u9rEur8tB7FT8ZOv4faePf2qhM36ceuvdcGXsmq9u5oFQR95YqWWznZVeVoNz5KMFIU6jSumFuZv/AAAAFQDXBkP82eNkQAX34Y6K8VjuqEdLmQAAAIBHeFWKvl7GLywGklR/FkLo5PmsaRyp4ILAgSZk9Ki53LoWpx/zElvxejqjcFAH3aItp8nEx+muZ+BCtx7HXcIWSXPtaR8FfBJAi7wyc4aB0LiCsA40qV0CF9Je7LmP2fMlGmBICBOYZ5a32qo1EiINYkMgzt/pU0QjX4tzmBORjAAAAIEAg/ozKwYFdqy8NzEMW+ZL4NOs6c+gxEY6WllYv3oIGKnZW+lqdTjl9D6GfrJj4R/srdJoPN2HXWxDv50wGE//C7RV0unR2ghkH30I7I+Zgjyg5kK9ZkBWJXJV3NZVyVqt3+fjFj0gMLCGu9dNTRwPGwwWxYa8VjjRkztaZnSHMk4= 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.14,24,fe80::f816:3eff:fe34:2b9a/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-00000149\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.52 ===\n/dev/root resized successfully [took 1.83s]\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:34:2B:9A \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:2b9a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10664 (10.4 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.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"} 2018-10-22 18:32:13,908 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action used request id req-04ed6ff7-89dd-42fa-8a00-4a17436d641a 2018-10-22 18:32:15,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:32:17,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:32: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-9812bab6-819d-4984-83c1-03d95810ac1b x-compute-request-id: req-9812bab6-819d-4984-83c1-03d95810ac1b Content-Encoding: gzip Content-Length: 10071 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473230923 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.147910] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149540] pid_max: default: 32768 minimum: 301\n[ 0.150432] ACPI: Core revision 20150930\n[ 0.151809] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153101] Security Framework initialized\n[ 0.153909] Yama: becoming mindful.\n[ 0.154628] AppArmor: AppArmor initialized\n[ 0.155488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156802] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159248] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160613] Initializing cgroup subsys io\n[ 0.161420] Initializing cgroup subsys memory\n[ 0.162271] Initializing cgroup subsys devices\n[ 0.163143] Initializing cgroup subsys freezer\n[ 0.164001] Initializing cgroup subsys net_cls\n[ 0.164857] Initializing cgroup subsys perf_event\n[ 0.165752] Initializing cgroup subsys net_prio\n[ 0.166622] Initializing cgroup subsys hugetlb\n[ 0.167489] Initializing cgroup subsys pids\n[ 0.168355] CPU: Physical Processor ID: 0\n[ 0.169841] mce: CPU supports 10 MCE banks\n[ 0.170675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171667] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188696] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215822] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217132] x2apic enabled\n[ 0.217927] Switched APIC routing to physical x2apic.\n[ 0.219655] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222709] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224455] KVM setup paravirtual spinlock\n[ 0.225732] x86: Booted up 1 node, 1 CPUs\n[ 0.226523] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227880] devtmpfs: initialized\n[ 0.229579] evm: security.selinux\n[ 0.230275] evm: security.SMACK64\n[ 0.230956] evm: security.SMACK64EXEC\n[ 0.231682] evm: security.SMACK64TRANSMUTE\n[ 0.232471] evm: security.SMACK64MMAP\n[ 0.233203] evm: security.ima\n[ 0.233838] evm: security.capability\n[ 0.234625] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236432] pinctrl core: initialized pinctrl subsystem\n[ 0.237504] RTC time: 18:30:49, date: 10/22/18\n[ 0.238446] NET: Registered protocol family 16\n[ 0.239399] cpuidle: using governor ladder\n[ 0.240199] cpuidle: using governor menu\n[ 0.240971] PCCT header not found.\n[ 0.241699] ACPI: bus type PCI registered\n[ 0.242488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243703] PCI: Using configuration type 1 for base access\n[ 0.245432] ACPI: Added _OSI(Module Device)\n[ 0.246252] ACPI: Added _OSI(Processor Device)\n[ 0.247099] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250073] ACPI: Interpreter enabled\n[ 0.250822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258017] ACPI: (supports S0 S5)\n[ 0.258702] ACPI: Using IOAPIC for interrupt routing\n[ 0.259731] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262793] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268389] acpiphp: Slot [3] registered\n[ 0.269175] acpiphp: Slot [4] registered\n[ 0.269956] acpiphp: Slot [5] registered\n[ 0.270730] acpiphp: Slot [6] registered\n[ 0.271507] acpiphp: Slot [7] registered\n[ 0.272292] acpiphp: Slot [8] registered\n[ 0.273073] acpiphp: Slot [9] registered\n[ 0.273848] acpiphp: Slot [10] registered\n[ 0.274633] acpiphp: Slot [11] registered\n[ 0.275428] acpiphp: Slot [12] registered\n[ 0.276228] acpiphp: Slot [13] registered\n[ 0.277023] acpiphp: Slot [14] registered\n[ 0.277812] acpiphp: Slot [15] registered\n[ 0.288606] acpiphp: Slot [16] registered\n[ 0.289402] acpiphp: Slot [17] registered\n[ 0.290194] acpiphp: Slot [18] registered\n[ 0.290983] acpiphp: Slot [19] registered\n[ 0.291766] acpiphp: Slot [20] registered\n[ 0.292558] acpiphp: Slot [21] registered\n[ 0.293357] acpiphp: Slot [22] registered\n[ 0.294146] acpiphp: Slot [23] registered\n[ 0.294935] acpiphp: Slot [24] registered\n[ 0.295719] acpiphp: Slot [25] registered\n[ 0.296507] acpiphp: Slot [26] registered\n[ 0.297305] acpiphp: Slot [27] registered\n[ 0.298102] acpiphp: Slot [28] registered\n[ 0.298896] acpiphp: Slot [29] registered\n[ 0.299680] acpiphp: Slot [30] registered\n[ 0.300472] acpiphp: Slot [31] registered\n[ 0.301261] PCI host bridge to bus 0000:00\n[ 0.302047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303226] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305808] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307212] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313419] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314655] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315787] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324944] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372643] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376897] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378137] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380318] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381855] vgaarb: loaded\n[ 0.382448] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383571] SCSI subsystem initialized\n[ 0.384383] ACPI: bus type USB registered\n[ 0.385191] usbcore: registered new interface driver usbfs\n[ 0.386201] usbcore: registered new interface driver hub\n[ 0.387191] usbcore: registered new device driver usb\n[ 0.388234] PCI: Using ACPI for IRQ routing\n[ 0.389247] NetLabel: Initializing\n[ 0.389955] NetLabel: domain hash size = 128\n[ 0.390805] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391737] NetLabel: unlabeled traffic allowed by default\n[ 0.392823] clocksource: Switched to clocksource kvm-clock\n[ 0.398251] AppArmor: AppArmor Filesystem Enabled\n[ 0.399212] pnp: PnP ACPI init\n[ 0.400120] pnp: PnP ACPI: found 5 devices\n[ 0.406494] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408181] NET: Registered protocol family 2\n[ 0.409127] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410394] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411551] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413752] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414911] NET: Registered protocol family 1\n[ 0.415763] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416857] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417915] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431679] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445936] Trying to unpack rootfs image as initramfs...\n[ 0.495040] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509014] Scanning for low memory corruption every 60 seconds\n[ 0.510347] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511478] audit: initializing netlink subsys (disabled)\n[ 0.512499] audit: type=2000 audit(1540233050.141:1): initialized\n[ 0.513804] Initialise system trusted keyring\n[ 0.514711] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515859] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517796] zbud: loaded\n[ 0.518494] VFS: Disk quotas dquot_6.6.0\n[ 0.519305] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520787] fuse init (API version 7.23)\n[ 0.521683] Key type big_key registered\n[ 0.522493] Allocating IMA MOK and blacklist keyrings.\n[ 0.523577] Key type asymmetric registered\n[ 0.524391] Asymmetric key parser 'x509' registered\n[ 0.525343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526791] io scheduler noop registered\n[ 0.527572] io scheduler deadline registered (default)\n[ 0.528543] io scheduler cfq registered\n[ 0.529377] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531650] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533110] ACPI: Power Button [PWRF]\n[ 0.534314] GHES: HEST is not enabled!\n[ 0.547825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605349] Linux agpgart interface v0.103\n[ 0.607366] brd: module loaded\n[ 0.608515] loop: module loaded\n[ 0.612787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614232] GPT:90111 != 2097151\n[ 0.614903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615972] GPT:90111 != 2097151\n[ 0.616632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617583] vda: vda1 vda15\n[ 0.619062] scsi host0: ata_piix\n[ 0.619789] scsi host1: ata_piix\n[ 0.620485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621678] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623105] libphy: Fixed MDIO Bus: probed\n[ 0.623907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624845] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626969] PPP generic driver version 2.4.2\n[ 0.627845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629114] ehci-pci: EHCI PCI platform driver\n[ 0.629974] ehci-platform: EHCI generic platform driver\n[ 0.630939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632038] ohci-pci: OHCI PCI platform driver\n[ 0.632899] ohci-platform: OHCI generic platform driver\n[ 0.633870] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649147] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650568] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651576] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655276] usb usb1: Product: UHCI Host Controller\n[ 0.656196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657320] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658303] hub 1-0:1.0: USB hub found\n[ 0.659069] hub 1-0:1.0: 2 ports detected\n[ 0.659952] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662051] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664014] mousedev: PS/2 mouse device common for all mice\n[ 0.665265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667087] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669370] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670557] i2c /dev entries driver\n[ 0.671315] device-mapper: uevent: version 1.0.3\n[ 0.672243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673873] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675144] NET: Registered protocol family 10\n[ 0.676136] NET: Registered protocol family 17\n[ 0.677032] Key type dns_resolver registered\n[ 0.677961] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679041] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680763] registered taskstats version 1\n[ 0.681602] Loading compiled-in X.509 certificates\n[ 0.683043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684879] zswap: loaded using pool lzo/zbud\n[ 0.686217] Key type trusted registered\n[ 0.687744] Key type encrypted registered\n[ 0.688574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689606] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690640] evm: HMAC attrs: 0x1\n[ 0.691559] Magic number: 6:67:545\n[ 0.692314] tty ttyS21: hash matches\n[ 0.693130] rtc_cmos 00:00: setting system clock to 2018-10-22 18:30:50 UTC (1540233050)\n[ 0.694713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695832] EDD information not available.\n[ 0.781756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793396] Write protecting the kernel read-only data: 14336k\n[ 0.794961] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796744] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.486505] 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.42. iid=i-00000149\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4+lPOW4FJBuJ4OwSJdPnNkkZ9B4VbMC/VMIUPjuqdz/wZ5/fv0Nd+IYdWpb3C3BquydW9a5jBnzH48tDaW782Q6N71x2g9GmEyddRw2GLM0ZwMnn7sEGowH39PFO0op/iuI8IosOfG0zK4WZNZF6PI453cETRRuV5tUAr1woLhcICM83dPTqablSO1L5IXFiEM6Av9DauvtzFvao7aij/IjtItmvI2o9mON5ZJyqd3a/yFM7bzeE5IVKmqt51MSob/fJnyd6hX3xfEj6t4SMpkPAazmvCcsNEq6egGzBipHdJXzQGVmrZplg7fid2XgRT50Be8MC0kLI6IVyEo2Vj root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIfk0A9zOp/Txleb7OGT1FBuZfHSFH4uwjf55Hpn5dTVBwiKZO1L3JrW0Ef6yGV47YKg2LWhj1wZzCXGazOtgE5mCpha3d6u9rEur8tB7FT8ZOv4faePf2qhM36ceuvdcGXsmq9u5oFQR95YqWWznZVeVoNz5KMFIU6jSumFuZv/AAAAFQDXBkP82eNkQAX34Y6K8VjuqEdLmQAAAIBHeFWKvl7GLywGklR/FkLo5PmsaRyp4ILAgSZk9Ki53LoWpx/zElvxejqjcFAH3aItp8nEx+muZ+BCtx7HXcIWSXPtaR8FfBJAi7wyc4aB0LiCsA40qV0CF9Je7LmP2fMlGmBICBOYZ5a32qo1EiINYkMgzt/pU0QjX4tzmBORjAAAAIEAg/ozKwYFdqy8NzEMW+ZL4NOs6c+gxEY6WllYv3oIGKnZW+lqdTjl9D6GfrJj4R/srdJoPN2HXWxDv50wGE//C7RV0unR2ghkH30I7I+Zgjyg5kK9ZkBWJXJV3NZVyVqt3+fjFj0gMLCGu9dNTRwPGwwWxYa8VjjRkztaZnSHMk4= 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.14,24,fe80::f816:3eff:fe34:2b9a/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-00000149\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.52 ===\n/dev/root resized successfully [took 1.83s]\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:34:2B:9A \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:2b9a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10664 (10.4 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.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"} 2018-10-22 18:32:17,004 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action used request id req-9812bab6-819d-4984-83c1-03d95810ac1b 2018-10-22 18:32:19,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:32:20,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:32:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25c0c0cb-a898-49cf-9d44-fc4c4fa80410 x-compute-request-id: req-25c0c0cb-a898-49cf-9d44-fc4c4fa80410 Content-Encoding: gzip Content-Length: 10071 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473230923 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.147910] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149540] pid_max: default: 32768 minimum: 301\n[ 0.150432] ACPI: Core revision 20150930\n[ 0.151809] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153101] Security Framework initialized\n[ 0.153909] Yama: becoming mindful.\n[ 0.154628] AppArmor: AppArmor initialized\n[ 0.155488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156802] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159248] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160613] Initializing cgroup subsys io\n[ 0.161420] Initializing cgroup subsys memory\n[ 0.162271] Initializing cgroup subsys devices\n[ 0.163143] Initializing cgroup subsys freezer\n[ 0.164001] Initializing cgroup subsys net_cls\n[ 0.164857] Initializing cgroup subsys perf_event\n[ 0.165752] Initializing cgroup subsys net_prio\n[ 0.166622] Initializing cgroup subsys hugetlb\n[ 0.167489] Initializing cgroup subsys pids\n[ 0.168355] CPU: Physical Processor ID: 0\n[ 0.169841] mce: CPU supports 10 MCE banks\n[ 0.170675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171667] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188696] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215822] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217132] x2apic enabled\n[ 0.217927] Switched APIC routing to physical x2apic.\n[ 0.219655] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222709] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224455] KVM setup paravirtual spinlock\n[ 0.225732] x86: Booted up 1 node, 1 CPUs\n[ 0.226523] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227880] devtmpfs: initialized\n[ 0.229579] evm: security.selinux\n[ 0.230275] evm: security.SMACK64\n[ 0.230956] evm: security.SMACK64EXEC\n[ 0.231682] evm: security.SMACK64TRANSMUTE\n[ 0.232471] evm: security.SMACK64MMAP\n[ 0.233203] evm: security.ima\n[ 0.233838] evm: security.capability\n[ 0.234625] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236432] pinctrl core: initialized pinctrl subsystem\n[ 0.237504] RTC time: 18:30:49, date: 10/22/18\n[ 0.238446] NET: Registered protocol family 16\n[ 0.239399] cpuidle: using governor ladder\n[ 0.240199] cpuidle: using governor menu\n[ 0.240971] PCCT header not found.\n[ 0.241699] ACPI: bus type PCI registered\n[ 0.242488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243703] PCI: Using configuration type 1 for base access\n[ 0.245432] ACPI: Added _OSI(Module Device)\n[ 0.246252] ACPI: Added _OSI(Processor Device)\n[ 0.247099] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250073] ACPI: Interpreter enabled\n[ 0.250822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258017] ACPI: (supports S0 S5)\n[ 0.258702] ACPI: Using IOAPIC for interrupt routing\n[ 0.259731] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262793] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268389] acpiphp: Slot [3] registered\n[ 0.269175] acpiphp: Slot [4] registered\n[ 0.269956] acpiphp: Slot [5] registered\n[ 0.270730] acpiphp: Slot [6] registered\n[ 0.271507] acpiphp: Slot [7] registered\n[ 0.272292] acpiphp: Slot [8] registered\n[ 0.273073] acpiphp: Slot [9] registered\n[ 0.273848] acpiphp: Slot [10] registered\n[ 0.274633] acpiphp: Slot [11] registered\n[ 0.275428] acpiphp: Slot [12] registered\n[ 0.276228] acpiphp: Slot [13] registered\n[ 0.277023] acpiphp: Slot [14] registered\n[ 0.277812] acpiphp: Slot [15] registered\n[ 0.288606] acpiphp: Slot [16] registered\n[ 0.289402] acpiphp: Slot [17] registered\n[ 0.290194] acpiphp: Slot [18] registered\n[ 0.290983] acpiphp: Slot [19] registered\n[ 0.291766] acpiphp: Slot [20] registered\n[ 0.292558] acpiphp: Slot [21] registered\n[ 0.293357] acpiphp: Slot [22] registered\n[ 0.294146] acpiphp: Slot [23] registered\n[ 0.294935] acpiphp: Slot [24] registered\n[ 0.295719] acpiphp: Slot [25] registered\n[ 0.296507] acpiphp: Slot [26] registered\n[ 0.297305] acpiphp: Slot [27] registered\n[ 0.298102] acpiphp: Slot [28] registered\n[ 0.298896] acpiphp: Slot [29] registered\n[ 0.299680] acpiphp: Slot [30] registered\n[ 0.300472] acpiphp: Slot [31] registered\n[ 0.301261] PCI host bridge to bus 0000:00\n[ 0.302047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303226] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305808] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307212] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313419] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314655] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315787] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324944] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372643] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376897] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378137] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380318] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381855] vgaarb: loaded\n[ 0.382448] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383571] SCSI subsystem initialized\n[ 0.384383] ACPI: bus type USB registered\n[ 0.385191] usbcore: registered new interface driver usbfs\n[ 0.386201] usbcore: registered new interface driver hub\n[ 0.387191] usbcore: registered new device driver usb\n[ 0.388234] PCI: Using ACPI for IRQ routing\n[ 0.389247] NetLabel: Initializing\n[ 0.389955] NetLabel: domain hash size = 128\n[ 0.390805] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391737] NetLabel: unlabeled traffic allowed by default\n[ 0.392823] clocksource: Switched to clocksource kvm-clock\n[ 0.398251] AppArmor: AppArmor Filesystem Enabled\n[ 0.399212] pnp: PnP ACPI init\n[ 0.400120] pnp: PnP ACPI: found 5 devices\n[ 0.406494] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408181] NET: Registered protocol family 2\n[ 0.409127] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410394] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411551] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413752] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414911] NET: Registered protocol family 1\n[ 0.415763] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416857] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417915] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431679] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445936] Trying to unpack rootfs image as initramfs...\n[ 0.495040] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509014] Scanning for low memory corruption every 60 seconds\n[ 0.510347] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511478] audit: initializing netlink subsys (disabled)\n[ 0.512499] audit: type=2000 audit(1540233050.141:1): initialized\n[ 0.513804] Initialise system trusted keyring\n[ 0.514711] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515859] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517796] zbud: loaded\n[ 0.518494] VFS: Disk quotas dquot_6.6.0\n[ 0.519305] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520787] fuse init (API version 7.23)\n[ 0.521683] Key type big_key registered\n[ 0.522493] Allocating IMA MOK and blacklist keyrings.\n[ 0.523577] Key type asymmetric registered\n[ 0.524391] Asymmetric key parser 'x509' registered\n[ 0.525343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526791] io scheduler noop registered\n[ 0.527572] io scheduler deadline registered (default)\n[ 0.528543] io scheduler cfq registered\n[ 0.529377] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531650] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533110] ACPI: Power Button [PWRF]\n[ 0.534314] GHES: HEST is not enabled!\n[ 0.547825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605349] Linux agpgart interface v0.103\n[ 0.607366] brd: module loaded\n[ 0.608515] loop: module loaded\n[ 0.612787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614232] GPT:90111 != 2097151\n[ 0.614903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615972] GPT:90111 != 2097151\n[ 0.616632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617583] vda: vda1 vda15\n[ 0.619062] scsi host0: ata_piix\n[ 0.619789] scsi host1: ata_piix\n[ 0.620485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621678] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623105] libphy: Fixed MDIO Bus: probed\n[ 0.623907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624845] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626969] PPP generic driver version 2.4.2\n[ 0.627845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629114] ehci-pci: EHCI PCI platform driver\n[ 0.629974] ehci-platform: EHCI generic platform driver\n[ 0.630939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632038] ohci-pci: OHCI PCI platform driver\n[ 0.632899] ohci-platform: OHCI generic platform driver\n[ 0.633870] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649147] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650568] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651576] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655276] usb usb1: Product: UHCI Host Controller\n[ 0.656196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657320] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658303] hub 1-0:1.0: USB hub found\n[ 0.659069] hub 1-0:1.0: 2 ports detected\n[ 0.659952] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662051] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664014] mousedev: PS/2 mouse device common for all mice\n[ 0.665265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667087] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669370] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670557] i2c /dev entries driver\n[ 0.671315] device-mapper: uevent: version 1.0.3\n[ 0.672243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673873] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675144] NET: Registered protocol family 10\n[ 0.676136] NET: Registered protocol family 17\n[ 0.677032] Key type dns_resolver registered\n[ 0.677961] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679041] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680763] registered taskstats version 1\n[ 0.681602] Loading compiled-in X.509 certificates\n[ 0.683043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684879] zswap: loaded using pool lzo/zbud\n[ 0.686217] Key type trusted registered\n[ 0.687744] Key type encrypted registered\n[ 0.688574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689606] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690640] evm: HMAC attrs: 0x1\n[ 0.691559] Magic number: 6:67:545\n[ 0.692314] tty ttyS21: hash matches\n[ 0.693130] rtc_cmos 00:00: setting system clock to 2018-10-22 18:30:50 UTC (1540233050)\n[ 0.694713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695832] EDD information not available.\n[ 0.781756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793396] Write protecting the kernel read-only data: 14336k\n[ 0.794961] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796744] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.486505] 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.42. iid=i-00000149\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4+lPOW4FJBuJ4OwSJdPnNkkZ9B4VbMC/VMIUPjuqdz/wZ5/fv0Nd+IYdWpb3C3BquydW9a5jBnzH48tDaW782Q6N71x2g9GmEyddRw2GLM0ZwMnn7sEGowH39PFO0op/iuI8IosOfG0zK4WZNZF6PI453cETRRuV5tUAr1woLhcICM83dPTqablSO1L5IXFiEM6Av9DauvtzFvao7aij/IjtItmvI2o9mON5ZJyqd3a/yFM7bzeE5IVKmqt51MSob/fJnyd6hX3xfEj6t4SMpkPAazmvCcsNEq6egGzBipHdJXzQGVmrZplg7fid2XgRT50Be8MC0kLI6IVyEo2Vj root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIfk0A9zOp/Txleb7OGT1FBuZfHSFH4uwjf55Hpn5dTVBwiKZO1L3JrW0Ef6yGV47YKg2LWhj1wZzCXGazOtgE5mCpha3d6u9rEur8tB7FT8ZOv4faePf2qhM36ceuvdcGXsmq9u5oFQR95YqWWznZVeVoNz5KMFIU6jSumFuZv/AAAAFQDXBkP82eNkQAX34Y6K8VjuqEdLmQAAAIBHeFWKvl7GLywGklR/FkLo5PmsaRyp4ILAgSZk9Ki53LoWpx/zElvxejqjcFAH3aItp8nEx+muZ+BCtx7HXcIWSXPtaR8FfBJAi7wyc4aB0LiCsA40qV0CF9Je7LmP2fMlGmBICBOYZ5a32qo1EiINYkMgzt/pU0QjX4tzmBORjAAAAIEAg/ozKwYFdqy8NzEMW+ZL4NOs6c+gxEY6WllYv3oIGKnZW+lqdTjl9D6GfrJj4R/srdJoPN2HXWxDv50wGE//C7RV0unR2ghkH30I7I+Zgjyg5kK9ZkBWJXJV3NZVyVqt3+fjFj0gMLCGu9dNTRwPGwwWxYa8VjjRkztaZnSHMk4= 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.14,24,fe80::f816:3eff:fe34:2b9a/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-00000149\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.52 ===\n/dev/root resized successfully [took 1.83s]\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:34:2B:9A \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:2b9a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10664 (10.4 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.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"} 2018-10-22 18:32:20,093 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action used request id req-25c0c0cb-a898-49cf-9d44-fc4c4fa80410 2018-10-22 18:32:22,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:32:23,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:32:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6d2b2eb-7823-48ac-abaa-ae69ffd7a9ea x-compute-request-id: req-f6d2b2eb-7823-48ac-abaa-ae69ffd7a9ea Content-Encoding: gzip Content-Length: 10071 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473230923 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.147910] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149540] pid_max: default: 32768 minimum: 301\n[ 0.150432] ACPI: Core revision 20150930\n[ 0.151809] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153101] Security Framework initialized\n[ 0.153909] Yama: becoming mindful.\n[ 0.154628] AppArmor: AppArmor initialized\n[ 0.155488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156802] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159248] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160613] Initializing cgroup subsys io\n[ 0.161420] Initializing cgroup subsys memory\n[ 0.162271] Initializing cgroup subsys devices\n[ 0.163143] Initializing cgroup subsys freezer\n[ 0.164001] Initializing cgroup subsys net_cls\n[ 0.164857] Initializing cgroup subsys perf_event\n[ 0.165752] Initializing cgroup subsys net_prio\n[ 0.166622] Initializing cgroup subsys hugetlb\n[ 0.167489] Initializing cgroup subsys pids\n[ 0.168355] CPU: Physical Processor ID: 0\n[ 0.169841] mce: CPU supports 10 MCE banks\n[ 0.170675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171667] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188696] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215822] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217132] x2apic enabled\n[ 0.217927] Switched APIC routing to physical x2apic.\n[ 0.219655] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222709] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224455] KVM setup paravirtual spinlock\n[ 0.225732] x86: Booted up 1 node, 1 CPUs\n[ 0.226523] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227880] devtmpfs: initialized\n[ 0.229579] evm: security.selinux\n[ 0.230275] evm: security.SMACK64\n[ 0.230956] evm: security.SMACK64EXEC\n[ 0.231682] evm: security.SMACK64TRANSMUTE\n[ 0.232471] evm: security.SMACK64MMAP\n[ 0.233203] evm: security.ima\n[ 0.233838] evm: security.capability\n[ 0.234625] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236432] pinctrl core: initialized pinctrl subsystem\n[ 0.237504] RTC time: 18:30:49, date: 10/22/18\n[ 0.238446] NET: Registered protocol family 16\n[ 0.239399] cpuidle: using governor ladder\n[ 0.240199] cpuidle: using governor menu\n[ 0.240971] PCCT header not found.\n[ 0.241699] ACPI: bus type PCI registered\n[ 0.242488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243703] PCI: Using configuration type 1 for base access\n[ 0.245432] ACPI: Added _OSI(Module Device)\n[ 0.246252] ACPI: Added _OSI(Processor Device)\n[ 0.247099] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250073] ACPI: Interpreter enabled\n[ 0.250822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258017] ACPI: (supports S0 S5)\n[ 0.258702] ACPI: Using IOAPIC for interrupt routing\n[ 0.259731] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262793] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268389] acpiphp: Slot [3] registered\n[ 0.269175] acpiphp: Slot [4] registered\n[ 0.269956] acpiphp: Slot [5] registered\n[ 0.270730] acpiphp: Slot [6] registered\n[ 0.271507] acpiphp: Slot [7] registered\n[ 0.272292] acpiphp: Slot [8] registered\n[ 0.273073] acpiphp: Slot [9] registered\n[ 0.273848] acpiphp: Slot [10] registered\n[ 0.274633] acpiphp: Slot [11] registered\n[ 0.275428] acpiphp: Slot [12] registered\n[ 0.276228] acpiphp: Slot [13] registered\n[ 0.277023] acpiphp: Slot [14] registered\n[ 0.277812] acpiphp: Slot [15] registered\n[ 0.288606] acpiphp: Slot [16] registered\n[ 0.289402] acpiphp: Slot [17] registered\n[ 0.290194] acpiphp: Slot [18] registered\n[ 0.290983] acpiphp: Slot [19] registered\n[ 0.291766] acpiphp: Slot [20] registered\n[ 0.292558] acpiphp: Slot [21] registered\n[ 0.293357] acpiphp: Slot [22] registered\n[ 0.294146] acpiphp: Slot [23] registered\n[ 0.294935] acpiphp: Slot [24] registered\n[ 0.295719] acpiphp: Slot [25] registered\n[ 0.296507] acpiphp: Slot [26] registered\n[ 0.297305] acpiphp: Slot [27] registered\n[ 0.298102] acpiphp: Slot [28] registered\n[ 0.298896] acpiphp: Slot [29] registered\n[ 0.299680] acpiphp: Slot [30] registered\n[ 0.300472] acpiphp: Slot [31] registered\n[ 0.301261] PCI host bridge to bus 0000:00\n[ 0.302047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303226] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305808] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307212] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313419] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314655] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315787] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324944] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372643] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376897] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378137] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380318] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381855] vgaarb: loaded\n[ 0.382448] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383571] SCSI subsystem initialized\n[ 0.384383] ACPI: bus type USB registered\n[ 0.385191] usbcore: registered new interface driver usbfs\n[ 0.386201] usbcore: registered new interface driver hub\n[ 0.387191] usbcore: registered new device driver usb\n[ 0.388234] PCI: Using ACPI for IRQ routing\n[ 0.389247] NetLabel: Initializing\n[ 0.389955] NetLabel: domain hash size = 128\n[ 0.390805] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391737] NetLabel: unlabeled traffic allowed by default\n[ 0.392823] clocksource: Switched to clocksource kvm-clock\n[ 0.398251] AppArmor: AppArmor Filesystem Enabled\n[ 0.399212] pnp: PnP ACPI init\n[ 0.400120] pnp: PnP ACPI: found 5 devices\n[ 0.406494] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408181] NET: Registered protocol family 2\n[ 0.409127] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410394] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411551] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413752] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414911] NET: Registered protocol family 1\n[ 0.415763] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416857] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417915] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431679] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445936] Trying to unpack rootfs image as initramfs...\n[ 0.495040] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509014] Scanning for low memory corruption every 60 seconds\n[ 0.510347] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511478] audit: initializing netlink subsys (disabled)\n[ 0.512499] audit: type=2000 audit(1540233050.141:1): initialized\n[ 0.513804] Initialise system trusted keyring\n[ 0.514711] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515859] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517796] zbud: loaded\n[ 0.518494] VFS: Disk quotas dquot_6.6.0\n[ 0.519305] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520787] fuse init (API version 7.23)\n[ 0.521683] Key type big_key registered\n[ 0.522493] Allocating IMA MOK and blacklist keyrings.\n[ 0.523577] Key type asymmetric registered\n[ 0.524391] Asymmetric key parser 'x509' registered\n[ 0.525343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526791] io scheduler noop registered\n[ 0.527572] io scheduler deadline registered (default)\n[ 0.528543] io scheduler cfq registered\n[ 0.529377] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531650] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533110] ACPI: Power Button [PWRF]\n[ 0.534314] GHES: HEST is not enabled!\n[ 0.547825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605349] Linux agpgart interface v0.103\n[ 0.607366] brd: module loaded\n[ 0.608515] loop: module loaded\n[ 0.612787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614232] GPT:90111 != 2097151\n[ 0.614903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615972] GPT:90111 != 2097151\n[ 0.616632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617583] vda: vda1 vda15\n[ 0.619062] scsi host0: ata_piix\n[ 0.619789] scsi host1: ata_piix\n[ 0.620485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621678] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623105] libphy: Fixed MDIO Bus: probed\n[ 0.623907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624845] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626969] PPP generic driver version 2.4.2\n[ 0.627845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629114] ehci-pci: EHCI PCI platform driver\n[ 0.629974] ehci-platform: EHCI generic platform driver\n[ 0.630939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632038] ohci-pci: OHCI PCI platform driver\n[ 0.632899] ohci-platform: OHCI generic platform driver\n[ 0.633870] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649147] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650568] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651576] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655276] usb usb1: Product: UHCI Host Controller\n[ 0.656196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657320] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658303] hub 1-0:1.0: USB hub found\n[ 0.659069] hub 1-0:1.0: 2 ports detected\n[ 0.659952] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662051] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664014] mousedev: PS/2 mouse device common for all mice\n[ 0.665265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667087] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669370] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670557] i2c /dev entries driver\n[ 0.671315] device-mapper: uevent: version 1.0.3\n[ 0.672243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673873] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675144] NET: Registered protocol family 10\n[ 0.676136] NET: Registered protocol family 17\n[ 0.677032] Key type dns_resolver registered\n[ 0.677961] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679041] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680763] registered taskstats version 1\n[ 0.681602] Loading compiled-in X.509 certificates\n[ 0.683043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684879] zswap: loaded using pool lzo/zbud\n[ 0.686217] Key type trusted registered\n[ 0.687744] Key type encrypted registered\n[ 0.688574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689606] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690640] evm: HMAC attrs: 0x1\n[ 0.691559] Magic number: 6:67:545\n[ 0.692314] tty ttyS21: hash matches\n[ 0.693130] rtc_cmos 00:00: setting system clock to 2018-10-22 18:30:50 UTC (1540233050)\n[ 0.694713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695832] EDD information not available.\n[ 0.781756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793396] Write protecting the kernel read-only data: 14336k\n[ 0.794961] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796744] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.486505] 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.42. iid=i-00000149\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4+lPOW4FJBuJ4OwSJdPnNkkZ9B4VbMC/VMIUPjuqdz/wZ5/fv0Nd+IYdWpb3C3BquydW9a5jBnzH48tDaW782Q6N71x2g9GmEyddRw2GLM0ZwMnn7sEGowH39PFO0op/iuI8IosOfG0zK4WZNZF6PI453cETRRuV5tUAr1woLhcICM83dPTqablSO1L5IXFiEM6Av9DauvtzFvao7aij/IjtItmvI2o9mON5ZJyqd3a/yFM7bzeE5IVKmqt51MSob/fJnyd6hX3xfEj6t4SMpkPAazmvCcsNEq6egGzBipHdJXzQGVmrZplg7fid2XgRT50Be8MC0kLI6IVyEo2Vj root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIfk0A9zOp/Txleb7OGT1FBuZfHSFH4uwjf55Hpn5dTVBwiKZO1L3JrW0Ef6yGV47YKg2LWhj1wZzCXGazOtgE5mCpha3d6u9rEur8tB7FT8ZOv4faePf2qhM36ceuvdcGXsmq9u5oFQR95YqWWznZVeVoNz5KMFIU6jSumFuZv/AAAAFQDXBkP82eNkQAX34Y6K8VjuqEdLmQAAAIBHeFWKvl7GLywGklR/FkLo5PmsaRyp4ILAgSZk9Ki53LoWpx/zElvxejqjcFAH3aItp8nEx+muZ+BCtx7HXcIWSXPtaR8FfBJAi7wyc4aB0LiCsA40qV0CF9Je7LmP2fMlGmBICBOYZ5a32qo1EiINYkMgzt/pU0QjX4tzmBORjAAAAIEAg/ozKwYFdqy8NzEMW+ZL4NOs6c+gxEY6WllYv3oIGKnZW+lqdTjl9D6GfrJj4R/srdJoPN2HXWxDv50wGE//C7RV0unR2ghkH30I7I+Zgjyg5kK9ZkBWJXJV3NZVyVqt3+fjFj0gMLCGu9dNTRwPGwwWxYa8VjjRkztaZnSHMk4= 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.14,24,fe80::f816:3eff:fe34:2b9a/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-00000149\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.52 ===\n/dev/root resized successfully [took 1.83s]\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:34:2B:9A \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:2b9a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10664 (10.4 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.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"} 2018-10-22 18:32:23,184 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action used request id req-f6d2b2eb-7823-48ac-abaa-ae69ffd7a9ea 2018-10-22 18:32:25,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:32:26,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-c1a63287-c06a-4ebc-899a-352eb0e819fe x-compute-request-id: req-c1a63287-c06a-4ebc-899a-352eb0e819fe Content-Encoding: gzip Content-Length: 10091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473230923 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.147910] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149540] pid_max: default: 32768 minimum: 301\n[ 0.150432] ACPI: Core revision 20150930\n[ 0.151809] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153101] Security Framework initialized\n[ 0.153909] Yama: becoming mindful.\n[ 0.154628] AppArmor: AppArmor initialized\n[ 0.155488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156802] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159248] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160613] Initializing cgroup subsys io\n[ 0.161420] Initializing cgroup subsys memory\n[ 0.162271] Initializing cgroup subsys devices\n[ 0.163143] Initializing cgroup subsys freezer\n[ 0.164001] Initializing cgroup subsys net_cls\n[ 0.164857] Initializing cgroup subsys perf_event\n[ 0.165752] Initializing cgroup subsys net_prio\n[ 0.166622] Initializing cgroup subsys hugetlb\n[ 0.167489] Initializing cgroup subsys pids\n[ 0.168355] CPU: Physical Processor ID: 0\n[ 0.169841] mce: CPU supports 10 MCE banks\n[ 0.170675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171667] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188696] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215822] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217132] x2apic enabled\n[ 0.217927] Switched APIC routing to physical x2apic.\n[ 0.219655] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222709] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224455] KVM setup paravirtual spinlock\n[ 0.225732] x86: Booted up 1 node, 1 CPUs\n[ 0.226523] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227880] devtmpfs: initialized\n[ 0.229579] evm: security.selinux\n[ 0.230275] evm: security.SMACK64\n[ 0.230956] evm: security.SMACK64EXEC\n[ 0.231682] evm: security.SMACK64TRANSMUTE\n[ 0.232471] evm: security.SMACK64MMAP\n[ 0.233203] evm: security.ima\n[ 0.233838] evm: security.capability\n[ 0.234625] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236432] pinctrl core: initialized pinctrl subsystem\n[ 0.237504] RTC time: 18:30:49, date: 10/22/18\n[ 0.238446] NET: Registered protocol family 16\n[ 0.239399] cpuidle: using governor ladder\n[ 0.240199] cpuidle: using governor menu\n[ 0.240971] PCCT header not found.\n[ 0.241699] ACPI: bus type PCI registered\n[ 0.242488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243703] PCI: Using configuration type 1 for base access\n[ 0.245432] ACPI: Added _OSI(Module Device)\n[ 0.246252] ACPI: Added _OSI(Processor Device)\n[ 0.247099] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250073] ACPI: Interpreter enabled\n[ 0.250822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258017] ACPI: (supports S0 S5)\n[ 0.258702] ACPI: Using IOAPIC for interrupt routing\n[ 0.259731] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262793] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268389] acpiphp: Slot [3] registered\n[ 0.269175] acpiphp: Slot [4] registered\n[ 0.269956] acpiphp: Slot [5] registered\n[ 0.270730] acpiphp: Slot [6] registered\n[ 0.271507] acpiphp: Slot [7] registered\n[ 0.272292] acpiphp: Slot [8] registered\n[ 0.273073] acpiphp: Slot [9] registered\n[ 0.273848] acpiphp: Slot [10] registered\n[ 0.274633] acpiphp: Slot [11] registered\n[ 0.275428] acpiphp: Slot [12] registered\n[ 0.276228] acpiphp: Slot [13] registered\n[ 0.277023] acpiphp: Slot [14] registered\n[ 0.277812] acpiphp: Slot [15] registered\n[ 0.288606] acpiphp: Slot [16] registered\n[ 0.289402] acpiphp: Slot [17] registered\n[ 0.290194] acpiphp: Slot [18] registered\n[ 0.290983] acpiphp: Slot [19] registered\n[ 0.291766] acpiphp: Slot [20] registered\n[ 0.292558] acpiphp: Slot [21] registered\n[ 0.293357] acpiphp: Slot [22] registered\n[ 0.294146] acpiphp: Slot [23] registered\n[ 0.294935] acpiphp: Slot [24] registered\n[ 0.295719] acpiphp: Slot [25] registered\n[ 0.296507] acpiphp: Slot [26] registered\n[ 0.297305] acpiphp: Slot [27] registered\n[ 0.298102] acpiphp: Slot [28] registered\n[ 0.298896] acpiphp: Slot [29] registered\n[ 0.299680] acpiphp: Slot [30] registered\n[ 0.300472] acpiphp: Slot [31] registered\n[ 0.301261] PCI host bridge to bus 0000:00\n[ 0.302047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303226] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305808] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307212] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313419] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314655] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315787] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324944] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372643] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376897] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378137] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380318] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381855] vgaarb: loaded\n[ 0.382448] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383571] SCSI subsystem initialized\n[ 0.384383] ACPI: bus type USB registered\n[ 0.385191] usbcore: registered new interface driver usbfs\n[ 0.386201] usbcore: registered new interface driver hub\n[ 0.387191] usbcore: registered new device driver usb\n[ 0.388234] PCI: Using ACPI for IRQ routing\n[ 0.389247] NetLabel: Initializing\n[ 0.389955] NetLabel: domain hash size = 128\n[ 0.390805] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391737] NetLabel: unlabeled traffic allowed by default\n[ 0.392823] clocksource: Switched to clocksource kvm-clock\n[ 0.398251] AppArmor: AppArmor Filesystem Enabled\n[ 0.399212] pnp: PnP ACPI init\n[ 0.400120] pnp: PnP ACPI: found 5 devices\n[ 0.406494] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408181] NET: Registered protocol family 2\n[ 0.409127] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410394] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411551] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413752] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414911] NET: Registered protocol family 1\n[ 0.415763] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416857] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417915] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431679] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445936] Trying to unpack rootfs image as initramfs...\n[ 0.495040] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509014] Scanning for low memory corruption every 60 seconds\n[ 0.510347] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511478] audit: initializing netlink subsys (disabled)\n[ 0.512499] audit: type=2000 audit(1540233050.141:1): initialized\n[ 0.513804] Initialise system trusted keyring\n[ 0.514711] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515859] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517796] zbud: loaded\n[ 0.518494] VFS: Disk quotas dquot_6.6.0\n[ 0.519305] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520787] fuse init (API version 7.23)\n[ 0.521683] Key type big_key registered\n[ 0.522493] Allocating IMA MOK and blacklist keyrings.\n[ 0.523577] Key type asymmetric registered\n[ 0.524391] Asymmetric key parser 'x509' registered\n[ 0.525343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526791] io scheduler noop registered\n[ 0.527572] io scheduler deadline registered (default)\n[ 0.528543] io scheduler cfq registered\n[ 0.529377] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531650] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533110] ACPI: Power Button [PWRF]\n[ 0.534314] GHES: HEST is not enabled!\n[ 0.547825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605349] Linux agpgart interface v0.103\n[ 0.607366] brd: module loaded\n[ 0.608515] loop: module loaded\n[ 0.612787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614232] GPT:90111 != 2097151\n[ 0.614903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615972] GPT:90111 != 2097151\n[ 0.616632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617583] vda: vda1 vda15\n[ 0.619062] scsi host0: ata_piix\n[ 0.619789] scsi host1: ata_piix\n[ 0.620485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621678] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623105] libphy: Fixed MDIO Bus: probed\n[ 0.623907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624845] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626969] PPP generic driver version 2.4.2\n[ 0.627845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629114] ehci-pci: EHCI PCI platform driver\n[ 0.629974] ehci-platform: EHCI generic platform driver\n[ 0.630939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632038] ohci-pci: OHCI PCI platform driver\n[ 0.632899] ohci-platform: OHCI generic platform driver\n[ 0.633870] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649147] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650568] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651576] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655276] usb usb1: Product: UHCI Host Controller\n[ 0.656196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657320] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658303] hub 1-0:1.0: USB hub found\n[ 0.659069] hub 1-0:1.0: 2 ports detected\n[ 0.659952] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662051] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664014] mousedev: PS/2 mouse device common for all mice\n[ 0.665265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667087] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669370] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670557] i2c /dev entries driver\n[ 0.671315] device-mapper: uevent: version 1.0.3\n[ 0.672243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673873] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675144] NET: Registered protocol family 10\n[ 0.676136] NET: Registered protocol family 17\n[ 0.677032] Key type dns_resolver registered\n[ 0.677961] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679041] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680763] registered taskstats version 1\n[ 0.681602] Loading compiled-in X.509 certificates\n[ 0.683043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684879] zswap: loaded using pool lzo/zbud\n[ 0.686217] Key type trusted registered\n[ 0.687744] Key type encrypted registered\n[ 0.688574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689606] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690640] evm: HMAC attrs: 0x1\n[ 0.691559] Magic number: 6:67:545\n[ 0.692314] tty ttyS21: hash matches\n[ 0.693130] rtc_cmos 00:00: setting system clock to 2018-10-22 18:30:50 UTC (1540233050)\n[ 0.694713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695832] EDD information not available.\n[ 0.781756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793396] Write protecting the kernel read-only data: 14336k\n[ 0.794961] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796744] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.486505] 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.42. iid=i-00000149\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4+lPOW4FJBuJ4OwSJdPnNkkZ9B4VbMC/VMIUPjuqdz/wZ5/fv0Nd+IYdWpb3C3BquydW9a5jBnzH48tDaW782Q6N71x2g9GmEyddRw2GLM0ZwMnn7sEGowH39PFO0op/iuI8IosOfG0zK4WZNZF6PI453cETRRuV5tUAr1woLhcICM83dPTqablSO1L5IXFiEM6Av9DauvtzFvao7aij/IjtItmvI2o9mON5ZJyqd3a/yFM7bzeE5IVKmqt51MSob/fJnyd6hX3xfEj6t4SMpkPAazmvCcsNEq6egGzBipHdJXzQGVmrZplg7fid2XgRT50Be8MC0kLI6IVyEo2Vj root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIfk0A9zOp/Txleb7OGT1FBuZfHSFH4uwjf55Hpn5dTVBwiKZO1L3JrW0Ef6yGV47YKg2LWhj1wZzCXGazOtgE5mCpha3d6u9rEur8tB7FT8ZOv4faePf2qhM36ceuvdcGXsmq9u5oFQR95YqWWznZVeVoNz5KMFIU6jSumFuZv/AAAAFQDXBkP82eNkQAX34Y6K8VjuqEdLmQAAAIBHeFWKvl7GLywGklR/FkLo5PmsaRyp4ILAgSZk9Ki53LoWpx/zElvxejqjcFAH3aItp8nEx+muZ+BCtx7HXcIWSXPtaR8FfBJAi7wyc4aB0LiCsA40qV0CF9Je7LmP2fMlGmBICBOYZ5a32qo1EiINYkMgzt/pU0QjX4tzmBORjAAAAIEAg/ozKwYFdqy8NzEMW+ZL4NOs6c+gxEY6WllYv3oIGKnZW+lqdTjl9D6GfrJj4R/srdJoPN2HXWxDv50wGE//C7RV0unR2ghkH30I7I+Zgjyg5kK9ZkBWJXJV3NZVyVqt3+fjFj0gMLCGu9dNTRwPGwwWxYa8VjjRkztaZnSHMk4= 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.14,24,fe80::f816:3eff:fe34:2b9a/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-00000149\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.52 ===\n/dev/root resized successfully [took 1.83s]\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:34:2B:9A \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:2b9a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10664 (10.4 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.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-10-22 18:32:26,278 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action used request id req-c1a63287-c06a-4ebc-899a-352eb0e819fe 2018-10-22 18:32:28,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:32:29,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:32: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-367fa894-7b80-4a5a-b81a-d962c847c85c x-compute-request-id: req-367fa894-7b80-4a5a-b81a-d962c847c85c Content-Encoding: gzip Content-Length: 10091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473230923 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.147910] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149540] pid_max: default: 32768 minimum: 301\n[ 0.150432] ACPI: Core revision 20150930\n[ 0.151809] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153101] Security Framework initialized\n[ 0.153909] Yama: becoming mindful.\n[ 0.154628] AppArmor: AppArmor initialized\n[ 0.155488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156802] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159248] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160613] Initializing cgroup subsys io\n[ 0.161420] Initializing cgroup subsys memory\n[ 0.162271] Initializing cgroup subsys devices\n[ 0.163143] Initializing cgroup subsys freezer\n[ 0.164001] Initializing cgroup subsys net_cls\n[ 0.164857] Initializing cgroup subsys perf_event\n[ 0.165752] Initializing cgroup subsys net_prio\n[ 0.166622] Initializing cgroup subsys hugetlb\n[ 0.167489] Initializing cgroup subsys pids\n[ 0.168355] CPU: Physical Processor ID: 0\n[ 0.169841] mce: CPU supports 10 MCE banks\n[ 0.170675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171667] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188696] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215822] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217132] x2apic enabled\n[ 0.217927] Switched APIC routing to physical x2apic.\n[ 0.219655] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222709] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224455] KVM setup paravirtual spinlock\n[ 0.225732] x86: Booted up 1 node, 1 CPUs\n[ 0.226523] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227880] devtmpfs: initialized\n[ 0.229579] evm: security.selinux\n[ 0.230275] evm: security.SMACK64\n[ 0.230956] evm: security.SMACK64EXEC\n[ 0.231682] evm: security.SMACK64TRANSMUTE\n[ 0.232471] evm: security.SMACK64MMAP\n[ 0.233203] evm: security.ima\n[ 0.233838] evm: security.capability\n[ 0.234625] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236432] pinctrl core: initialized pinctrl subsystem\n[ 0.237504] RTC time: 18:30:49, date: 10/22/18\n[ 0.238446] NET: Registered protocol family 16\n[ 0.239399] cpuidle: using governor ladder\n[ 0.240199] cpuidle: using governor menu\n[ 0.240971] PCCT header not found.\n[ 0.241699] ACPI: bus type PCI registered\n[ 0.242488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243703] PCI: Using configuration type 1 for base access\n[ 0.245432] ACPI: Added _OSI(Module Device)\n[ 0.246252] ACPI: Added _OSI(Processor Device)\n[ 0.247099] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250073] ACPI: Interpreter enabled\n[ 0.250822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258017] ACPI: (supports S0 S5)\n[ 0.258702] ACPI: Using IOAPIC for interrupt routing\n[ 0.259731] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262793] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268389] acpiphp: Slot [3] registered\n[ 0.269175] acpiphp: Slot [4] registered\n[ 0.269956] acpiphp: Slot [5] registered\n[ 0.270730] acpiphp: Slot [6] registered\n[ 0.271507] acpiphp: Slot [7] registered\n[ 0.272292] acpiphp: Slot [8] registered\n[ 0.273073] acpiphp: Slot [9] registered\n[ 0.273848] acpiphp: Slot [10] registered\n[ 0.274633] acpiphp: Slot [11] registered\n[ 0.275428] acpiphp: Slot [12] registered\n[ 0.276228] acpiphp: Slot [13] registered\n[ 0.277023] acpiphp: Slot [14] registered\n[ 0.277812] acpiphp: Slot [15] registered\n[ 0.288606] acpiphp: Slot [16] registered\n[ 0.289402] acpiphp: Slot [17] registered\n[ 0.290194] acpiphp: Slot [18] registered\n[ 0.290983] acpiphp: Slot [19] registered\n[ 0.291766] acpiphp: Slot [20] registered\n[ 0.292558] acpiphp: Slot [21] registered\n[ 0.293357] acpiphp: Slot [22] registered\n[ 0.294146] acpiphp: Slot [23] registered\n[ 0.294935] acpiphp: Slot [24] registered\n[ 0.295719] acpiphp: Slot [25] registered\n[ 0.296507] acpiphp: Slot [26] registered\n[ 0.297305] acpiphp: Slot [27] registered\n[ 0.298102] acpiphp: Slot [28] registered\n[ 0.298896] acpiphp: Slot [29] registered\n[ 0.299680] acpiphp: Slot [30] registered\n[ 0.300472] acpiphp: Slot [31] registered\n[ 0.301261] PCI host bridge to bus 0000:00\n[ 0.302047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303226] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305808] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307212] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313419] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314655] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315787] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324944] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372643] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376897] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378137] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380318] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381855] vgaarb: loaded\n[ 0.382448] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383571] SCSI subsystem initialized\n[ 0.384383] ACPI: bus type USB registered\n[ 0.385191] usbcore: registered new interface driver usbfs\n[ 0.386201] usbcore: registered new interface driver hub\n[ 0.387191] usbcore: registered new device driver usb\n[ 0.388234] PCI: Using ACPI for IRQ routing\n[ 0.389247] NetLabel: Initializing\n[ 0.389955] NetLabel: domain hash size = 128\n[ 0.390805] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391737] NetLabel: unlabeled traffic allowed by default\n[ 0.392823] clocksource: Switched to clocksource kvm-clock\n[ 0.398251] AppArmor: AppArmor Filesystem Enabled\n[ 0.399212] pnp: PnP ACPI init\n[ 0.400120] pnp: PnP ACPI: found 5 devices\n[ 0.406494] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408181] NET: Registered protocol family 2\n[ 0.409127] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410394] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411551] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413752] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414911] NET: Registered protocol family 1\n[ 0.415763] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416857] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417915] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431679] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445936] Trying to unpack rootfs image as initramfs...\n[ 0.495040] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509014] Scanning for low memory corruption every 60 seconds\n[ 0.510347] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511478] audit: initializing netlink subsys (disabled)\n[ 0.512499] audit: type=2000 audit(1540233050.141:1): initialized\n[ 0.513804] Initialise system trusted keyring\n[ 0.514711] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515859] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517796] zbud: loaded\n[ 0.518494] VFS: Disk quotas dquot_6.6.0\n[ 0.519305] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520787] fuse init (API version 7.23)\n[ 0.521683] Key type big_key registered\n[ 0.522493] Allocating IMA MOK and blacklist keyrings.\n[ 0.523577] Key type asymmetric registered\n[ 0.524391] Asymmetric key parser 'x509' registered\n[ 0.525343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526791] io scheduler noop registered\n[ 0.527572] io scheduler deadline registered (default)\n[ 0.528543] io scheduler cfq registered\n[ 0.529377] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531650] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533110] ACPI: Power Button [PWRF]\n[ 0.534314] GHES: HEST is not enabled!\n[ 0.547825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605349] Linux agpgart interface v0.103\n[ 0.607366] brd: module loaded\n[ 0.608515] loop: module loaded\n[ 0.612787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614232] GPT:90111 != 2097151\n[ 0.614903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615972] GPT:90111 != 2097151\n[ 0.616632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617583] vda: vda1 vda15\n[ 0.619062] scsi host0: ata_piix\n[ 0.619789] scsi host1: ata_piix\n[ 0.620485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621678] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623105] libphy: Fixed MDIO Bus: probed\n[ 0.623907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624845] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626969] PPP generic driver version 2.4.2\n[ 0.627845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629114] ehci-pci: EHCI PCI platform driver\n[ 0.629974] ehci-platform: EHCI generic platform driver\n[ 0.630939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632038] ohci-pci: OHCI PCI platform driver\n[ 0.632899] ohci-platform: OHCI generic platform driver\n[ 0.633870] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649147] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650568] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651576] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655276] usb usb1: Product: UHCI Host Controller\n[ 0.656196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657320] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658303] hub 1-0:1.0: USB hub found\n[ 0.659069] hub 1-0:1.0: 2 ports detected\n[ 0.659952] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662051] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664014] mousedev: PS/2 mouse device common for all mice\n[ 0.665265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667087] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669370] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670557] i2c /dev entries driver\n[ 0.671315] device-mapper: uevent: version 1.0.3\n[ 0.672243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673873] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675144] NET: Registered protocol family 10\n[ 0.676136] NET: Registered protocol family 17\n[ 0.677032] Key type dns_resolver registered\n[ 0.677961] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679041] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680763] registered taskstats version 1\n[ 0.681602] Loading compiled-in X.509 certificates\n[ 0.683043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684879] zswap: loaded using pool lzo/zbud\n[ 0.686217] Key type trusted registered\n[ 0.687744] Key type encrypted registered\n[ 0.688574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689606] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690640] evm: HMAC attrs: 0x1\n[ 0.691559] Magic number: 6:67:545\n[ 0.692314] tty ttyS21: hash matches\n[ 0.693130] rtc_cmos 00:00: setting system clock to 2018-10-22 18:30:50 UTC (1540233050)\n[ 0.694713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695832] EDD information not available.\n[ 0.781756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793396] Write protecting the kernel read-only data: 14336k\n[ 0.794961] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796744] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.486505] 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.42. iid=i-00000149\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4+lPOW4FJBuJ4OwSJdPnNkkZ9B4VbMC/VMIUPjuqdz/wZ5/fv0Nd+IYdWpb3C3BquydW9a5jBnzH48tDaW782Q6N71x2g9GmEyddRw2GLM0ZwMnn7sEGowH39PFO0op/iuI8IosOfG0zK4WZNZF6PI453cETRRuV5tUAr1woLhcICM83dPTqablSO1L5IXFiEM6Av9DauvtzFvao7aij/IjtItmvI2o9mON5ZJyqd3a/yFM7bzeE5IVKmqt51MSob/fJnyd6hX3xfEj6t4SMpkPAazmvCcsNEq6egGzBipHdJXzQGVmrZplg7fid2XgRT50Be8MC0kLI6IVyEo2Vj root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIfk0A9zOp/Txleb7OGT1FBuZfHSFH4uwjf55Hpn5dTVBwiKZO1L3JrW0Ef6yGV47YKg2LWhj1wZzCXGazOtgE5mCpha3d6u9rEur8tB7FT8ZOv4faePf2qhM36ceuvdcGXsmq9u5oFQR95YqWWznZVeVoNz5KMFIU6jSumFuZv/AAAAFQDXBkP82eNkQAX34Y6K8VjuqEdLmQAAAIBHeFWKvl7GLywGklR/FkLo5PmsaRyp4ILAgSZk9Ki53LoWpx/zElvxejqjcFAH3aItp8nEx+muZ+BCtx7HXcIWSXPtaR8FfBJAi7wyc4aB0LiCsA40qV0CF9Je7LmP2fMlGmBICBOYZ5a32qo1EiINYkMgzt/pU0QjX4tzmBORjAAAAIEAg/ozKwYFdqy8NzEMW+ZL4NOs6c+gxEY6WllYv3oIGKnZW+lqdTjl9D6GfrJj4R/srdJoPN2HXWxDv50wGE//C7RV0unR2ghkH30I7I+Zgjyg5kK9ZkBWJXJV3NZVyVqt3+fjFj0gMLCGu9dNTRwPGwwWxYa8VjjRkztaZnSHMk4= 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.14,24,fe80::f816:3eff:fe34:2b9a/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-00000149\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.52 ===\n/dev/root resized successfully [took 1.83s]\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:34:2B:9A \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:2b9a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10664 (10.4 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.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-10-22 18:32:29,370 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action used request id req-367fa894-7b80-4a5a-b81a-d962c847c85c 2018-10-22 18:32:31,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:32:32,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:32: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-dbff0dd8-59ea-4ac8-9a9c-77ab5ab7ff20 x-compute-request-id: req-dbff0dd8-59ea-4ac8-9a9c-77ab5ab7ff20 Content-Encoding: gzip Content-Length: 10091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473230923 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.147910] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149540] pid_max: default: 32768 minimum: 301\n[ 0.150432] ACPI: Core revision 20150930\n[ 0.151809] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153101] Security Framework initialized\n[ 0.153909] Yama: becoming mindful.\n[ 0.154628] AppArmor: AppArmor initialized\n[ 0.155488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156802] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159248] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160613] Initializing cgroup subsys io\n[ 0.161420] Initializing cgroup subsys memory\n[ 0.162271] Initializing cgroup subsys devices\n[ 0.163143] Initializing cgroup subsys freezer\n[ 0.164001] Initializing cgroup subsys net_cls\n[ 0.164857] Initializing cgroup subsys perf_event\n[ 0.165752] Initializing cgroup subsys net_prio\n[ 0.166622] Initializing cgroup subsys hugetlb\n[ 0.167489] Initializing cgroup subsys pids\n[ 0.168355] CPU: Physical Processor ID: 0\n[ 0.169841] mce: CPU supports 10 MCE banks\n[ 0.170675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171667] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188696] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215822] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217132] x2apic enabled\n[ 0.217927] Switched APIC routing to physical x2apic.\n[ 0.219655] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222709] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224455] KVM setup paravirtual spinlock\n[ 0.225732] x86: Booted up 1 node, 1 CPUs\n[ 0.226523] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227880] devtmpfs: initialized\n[ 0.229579] evm: security.selinux\n[ 0.230275] evm: security.SMACK64\n[ 0.230956] evm: security.SMACK64EXEC\n[ 0.231682] evm: security.SMACK64TRANSMUTE\n[ 0.232471] evm: security.SMACK64MMAP\n[ 0.233203] evm: security.ima\n[ 0.233838] evm: security.capability\n[ 0.234625] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236432] pinctrl core: initialized pinctrl subsystem\n[ 0.237504] RTC time: 18:30:49, date: 10/22/18\n[ 0.238446] NET: Registered protocol family 16\n[ 0.239399] cpuidle: using governor ladder\n[ 0.240199] cpuidle: using governor menu\n[ 0.240971] PCCT header not found.\n[ 0.241699] ACPI: bus type PCI registered\n[ 0.242488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243703] PCI: Using configuration type 1 for base access\n[ 0.245432] ACPI: Added _OSI(Module Device)\n[ 0.246252] ACPI: Added _OSI(Processor Device)\n[ 0.247099] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250073] ACPI: Interpreter enabled\n[ 0.250822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258017] ACPI: (supports S0 S5)\n[ 0.258702] ACPI: Using IOAPIC for interrupt routing\n[ 0.259731] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262793] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268389] acpiphp: Slot [3] registered\n[ 0.269175] acpiphp: Slot [4] registered\n[ 0.269956] acpiphp: Slot [5] registered\n[ 0.270730] acpiphp: Slot [6] registered\n[ 0.271507] acpiphp: Slot [7] registered\n[ 0.272292] acpiphp: Slot [8] registered\n[ 0.273073] acpiphp: Slot [9] registered\n[ 0.273848] acpiphp: Slot [10] registered\n[ 0.274633] acpiphp: Slot [11] registered\n[ 0.275428] acpiphp: Slot [12] registered\n[ 0.276228] acpiphp: Slot [13] registered\n[ 0.277023] acpiphp: Slot [14] registered\n[ 0.277812] acpiphp: Slot [15] registered\n[ 0.288606] acpiphp: Slot [16] registered\n[ 0.289402] acpiphp: Slot [17] registered\n[ 0.290194] acpiphp: Slot [18] registered\n[ 0.290983] acpiphp: Slot [19] registered\n[ 0.291766] acpiphp: Slot [20] registered\n[ 0.292558] acpiphp: Slot [21] registered\n[ 0.293357] acpiphp: Slot [22] registered\n[ 0.294146] acpiphp: Slot [23] registered\n[ 0.294935] acpiphp: Slot [24] registered\n[ 0.295719] acpiphp: Slot [25] registered\n[ 0.296507] acpiphp: Slot [26] registered\n[ 0.297305] acpiphp: Slot [27] registered\n[ 0.298102] acpiphp: Slot [28] registered\n[ 0.298896] acpiphp: Slot [29] registered\n[ 0.299680] acpiphp: Slot [30] registered\n[ 0.300472] acpiphp: Slot [31] registered\n[ 0.301261] PCI host bridge to bus 0000:00\n[ 0.302047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303226] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305808] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307212] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313419] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314655] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315787] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324944] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372643] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376897] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378137] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380318] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381855] vgaarb: loaded\n[ 0.382448] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383571] SCSI subsystem initialized\n[ 0.384383] ACPI: bus type USB registered\n[ 0.385191] usbcore: registered new interface driver usbfs\n[ 0.386201] usbcore: registered new interface driver hub\n[ 0.387191] usbcore: registered new device driver usb\n[ 0.388234] PCI: Using ACPI for IRQ routing\n[ 0.389247] NetLabel: Initializing\n[ 0.389955] NetLabel: domain hash size = 128\n[ 0.390805] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391737] NetLabel: unlabeled traffic allowed by default\n[ 0.392823] clocksource: Switched to clocksource kvm-clock\n[ 0.398251] AppArmor: AppArmor Filesystem Enabled\n[ 0.399212] pnp: PnP ACPI init\n[ 0.400120] pnp: PnP ACPI: found 5 devices\n[ 0.406494] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408181] NET: Registered protocol family 2\n[ 0.409127] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410394] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411551] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413752] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414911] NET: Registered protocol family 1\n[ 0.415763] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416857] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417915] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431679] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445936] Trying to unpack rootfs image as initramfs...\n[ 0.495040] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509014] Scanning for low memory corruption every 60 seconds\n[ 0.510347] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511478] audit: initializing netlink subsys (disabled)\n[ 0.512499] audit: type=2000 audit(1540233050.141:1): initialized\n[ 0.513804] Initialise system trusted keyring\n[ 0.514711] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515859] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517796] zbud: loaded\n[ 0.518494] VFS: Disk quotas dquot_6.6.0\n[ 0.519305] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520787] fuse init (API version 7.23)\n[ 0.521683] Key type big_key registered\n[ 0.522493] Allocating IMA MOK and blacklist keyrings.\n[ 0.523577] Key type asymmetric registered\n[ 0.524391] Asymmetric key parser 'x509' registered\n[ 0.525343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526791] io scheduler noop registered\n[ 0.527572] io scheduler deadline registered (default)\n[ 0.528543] io scheduler cfq registered\n[ 0.529377] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531650] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533110] ACPI: Power Button [PWRF]\n[ 0.534314] GHES: HEST is not enabled!\n[ 0.547825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605349] Linux agpgart interface v0.103\n[ 0.607366] brd: module loaded\n[ 0.608515] loop: module loaded\n[ 0.612787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614232] GPT:90111 != 2097151\n[ 0.614903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615972] GPT:90111 != 2097151\n[ 0.616632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617583] vda: vda1 vda15\n[ 0.619062] scsi host0: ata_piix\n[ 0.619789] scsi host1: ata_piix\n[ 0.620485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621678] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623105] libphy: Fixed MDIO Bus: probed\n[ 0.623907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624845] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626969] PPP generic driver version 2.4.2\n[ 0.627845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629114] ehci-pci: EHCI PCI platform driver\n[ 0.629974] ehci-platform: EHCI generic platform driver\n[ 0.630939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632038] ohci-pci: OHCI PCI platform driver\n[ 0.632899] ohci-platform: OHCI generic platform driver\n[ 0.633870] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649147] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650568] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651576] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655276] usb usb1: Product: UHCI Host Controller\n[ 0.656196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657320] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658303] hub 1-0:1.0: USB hub found\n[ 0.659069] hub 1-0:1.0: 2 ports detected\n[ 0.659952] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662051] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664014] mousedev: PS/2 mouse device common for all mice\n[ 0.665265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667087] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669370] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670557] i2c /dev entries driver\n[ 0.671315] device-mapper: uevent: version 1.0.3\n[ 0.672243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673873] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675144] NET: Registered protocol family 10\n[ 0.676136] NET: Registered protocol family 17\n[ 0.677032] Key type dns_resolver registered\n[ 0.677961] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679041] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680763] registered taskstats version 1\n[ 0.681602] Loading compiled-in X.509 certificates\n[ 0.683043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684879] zswap: loaded using pool lzo/zbud\n[ 0.686217] Key type trusted registered\n[ 0.687744] Key type encrypted registered\n[ 0.688574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689606] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690640] evm: HMAC attrs: 0x1\n[ 0.691559] Magic number: 6:67:545\n[ 0.692314] tty ttyS21: hash matches\n[ 0.693130] rtc_cmos 00:00: setting system clock to 2018-10-22 18:30:50 UTC (1540233050)\n[ 0.694713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695832] EDD information not available.\n[ 0.781756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793396] Write protecting the kernel read-only data: 14336k\n[ 0.794961] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796744] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.486505] 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.42. iid=i-00000149\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4+lPOW4FJBuJ4OwSJdPnNkkZ9B4VbMC/VMIUPjuqdz/wZ5/fv0Nd+IYdWpb3C3BquydW9a5jBnzH48tDaW782Q6N71x2g9GmEyddRw2GLM0ZwMnn7sEGowH39PFO0op/iuI8IosOfG0zK4WZNZF6PI453cETRRuV5tUAr1woLhcICM83dPTqablSO1L5IXFiEM6Av9DauvtzFvao7aij/IjtItmvI2o9mON5ZJyqd3a/yFM7bzeE5IVKmqt51MSob/fJnyd6hX3xfEj6t4SMpkPAazmvCcsNEq6egGzBipHdJXzQGVmrZplg7fid2XgRT50Be8MC0kLI6IVyEo2Vj root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIfk0A9zOp/Txleb7OGT1FBuZfHSFH4uwjf55Hpn5dTVBwiKZO1L3JrW0Ef6yGV47YKg2LWhj1wZzCXGazOtgE5mCpha3d6u9rEur8tB7FT8ZOv4faePf2qhM36ceuvdcGXsmq9u5oFQR95YqWWznZVeVoNz5KMFIU6jSumFuZv/AAAAFQDXBkP82eNkQAX34Y6K8VjuqEdLmQAAAIBHeFWKvl7GLywGklR/FkLo5PmsaRyp4ILAgSZk9Ki53LoWpx/zElvxejqjcFAH3aItp8nEx+muZ+BCtx7HXcIWSXPtaR8FfBJAi7wyc4aB0LiCsA40qV0CF9Je7LmP2fMlGmBICBOYZ5a32qo1EiINYkMgzt/pU0QjX4tzmBORjAAAAIEAg/ozKwYFdqy8NzEMW+ZL4NOs6c+gxEY6WllYv3oIGKnZW+lqdTjl9D6GfrJj4R/srdJoPN2HXWxDv50wGE//C7RV0unR2ghkH30I7I+Zgjyg5kK9ZkBWJXJV3NZVyVqt3+fjFj0gMLCGu9dNTRwPGwwWxYa8VjjRkztaZnSHMk4= 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.14,24,fe80::f816:3eff:fe34:2b9a/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-00000149\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.52 ===\n/dev/root resized successfully [took 1.83s]\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:34:2B:9A \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:2b9a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10664 (10.4 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.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-10-22 18:32:32,469 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action used request id req-dbff0dd8-59ea-4ac8-9a9c-77ab5ab7ff20 2018-10-22 18:32:34,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:32:35,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-abab7677-5213-4286-b8e4-cf05db4bb053 x-compute-request-id: req-abab7677-5213-4286-b8e4-cf05db4bb053 Content-Encoding: gzip Content-Length: 10091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473230923 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.147910] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149540] pid_max: default: 32768 minimum: 301\n[ 0.150432] ACPI: Core revision 20150930\n[ 0.151809] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153101] Security Framework initialized\n[ 0.153909] Yama: becoming mindful.\n[ 0.154628] AppArmor: AppArmor initialized\n[ 0.155488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156802] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159248] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160613] Initializing cgroup subsys io\n[ 0.161420] Initializing cgroup subsys memory\n[ 0.162271] Initializing cgroup subsys devices\n[ 0.163143] Initializing cgroup subsys freezer\n[ 0.164001] Initializing cgroup subsys net_cls\n[ 0.164857] Initializing cgroup subsys perf_event\n[ 0.165752] Initializing cgroup subsys net_prio\n[ 0.166622] Initializing cgroup subsys hugetlb\n[ 0.167489] Initializing cgroup subsys pids\n[ 0.168355] CPU: Physical Processor ID: 0\n[ 0.169841] mce: CPU supports 10 MCE banks\n[ 0.170675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171667] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188696] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215822] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217132] x2apic enabled\n[ 0.217927] Switched APIC routing to physical x2apic.\n[ 0.219655] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222709] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224455] KVM setup paravirtual spinlock\n[ 0.225732] x86: Booted up 1 node, 1 CPUs\n[ 0.226523] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227880] devtmpfs: initialized\n[ 0.229579] evm: security.selinux\n[ 0.230275] evm: security.SMACK64\n[ 0.230956] evm: security.SMACK64EXEC\n[ 0.231682] evm: security.SMACK64TRANSMUTE\n[ 0.232471] evm: security.SMACK64MMAP\n[ 0.233203] evm: security.ima\n[ 0.233838] evm: security.capability\n[ 0.234625] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236432] pinctrl core: initialized pinctrl subsystem\n[ 0.237504] RTC time: 18:30:49, date: 10/22/18\n[ 0.238446] NET: Registered protocol family 16\n[ 0.239399] cpuidle: using governor ladder\n[ 0.240199] cpuidle: using governor menu\n[ 0.240971] PCCT header not found.\n[ 0.241699] ACPI: bus type PCI registered\n[ 0.242488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243703] PCI: Using configuration type 1 for base access\n[ 0.245432] ACPI: Added _OSI(Module Device)\n[ 0.246252] ACPI: Added _OSI(Processor Device)\n[ 0.247099] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250073] ACPI: Interpreter enabled\n[ 0.250822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258017] ACPI: (supports S0 S5)\n[ 0.258702] ACPI: Using IOAPIC for interrupt routing\n[ 0.259731] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262793] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268389] acpiphp: Slot [3] registered\n[ 0.269175] acpiphp: Slot [4] registered\n[ 0.269956] acpiphp: Slot [5] registered\n[ 0.270730] acpiphp: Slot [6] registered\n[ 0.271507] acpiphp: Slot [7] registered\n[ 0.272292] acpiphp: Slot [8] registered\n[ 0.273073] acpiphp: Slot [9] registered\n[ 0.273848] acpiphp: Slot [10] registered\n[ 0.274633] acpiphp: Slot [11] registered\n[ 0.275428] acpiphp: Slot [12] registered\n[ 0.276228] acpiphp: Slot [13] registered\n[ 0.277023] acpiphp: Slot [14] registered\n[ 0.277812] acpiphp: Slot [15] registered\n[ 0.288606] acpiphp: Slot [16] registered\n[ 0.289402] acpiphp: Slot [17] registered\n[ 0.290194] acpiphp: Slot [18] registered\n[ 0.290983] acpiphp: Slot [19] registered\n[ 0.291766] acpiphp: Slot [20] registered\n[ 0.292558] acpiphp: Slot [21] registered\n[ 0.293357] acpiphp: Slot [22] registered\n[ 0.294146] acpiphp: Slot [23] registered\n[ 0.294935] acpiphp: Slot [24] registered\n[ 0.295719] acpiphp: Slot [25] registered\n[ 0.296507] acpiphp: Slot [26] registered\n[ 0.297305] acpiphp: Slot [27] registered\n[ 0.298102] acpiphp: Slot [28] registered\n[ 0.298896] acpiphp: Slot [29] registered\n[ 0.299680] acpiphp: Slot [30] registered\n[ 0.300472] acpiphp: Slot [31] registered\n[ 0.301261] PCI host bridge to bus 0000:00\n[ 0.302047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303226] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305808] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307212] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313419] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314655] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315787] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324944] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372643] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376897] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378137] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380318] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381855] vgaarb: loaded\n[ 0.382448] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383571] SCSI subsystem initialized\n[ 0.384383] ACPI: bus type USB registered\n[ 0.385191] usbcore: registered new interface driver usbfs\n[ 0.386201] usbcore: registered new interface driver hub\n[ 0.387191] usbcore: registered new device driver usb\n[ 0.388234] PCI: Using ACPI for IRQ routing\n[ 0.389247] NetLabel: Initializing\n[ 0.389955] NetLabel: domain hash size = 128\n[ 0.390805] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391737] NetLabel: unlabeled traffic allowed by default\n[ 0.392823] clocksource: Switched to clocksource kvm-clock\n[ 0.398251] AppArmor: AppArmor Filesystem Enabled\n[ 0.399212] pnp: PnP ACPI init\n[ 0.400120] pnp: PnP ACPI: found 5 devices\n[ 0.406494] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408181] NET: Registered protocol family 2\n[ 0.409127] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410394] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411551] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413752] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414911] NET: Registered protocol family 1\n[ 0.415763] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416857] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417915] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431679] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445936] Trying to unpack rootfs image as initramfs...\n[ 0.495040] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509014] Scanning for low memory corruption every 60 seconds\n[ 0.510347] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511478] audit: initializing netlink subsys (disabled)\n[ 0.512499] audit: type=2000 audit(1540233050.141:1): initialized\n[ 0.513804] Initialise system trusted keyring\n[ 0.514711] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515859] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517796] zbud: loaded\n[ 0.518494] VFS: Disk quotas dquot_6.6.0\n[ 0.519305] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520787] fuse init (API version 7.23)\n[ 0.521683] Key type big_key registered\n[ 0.522493] Allocating IMA MOK and blacklist keyrings.\n[ 0.523577] Key type asymmetric registered\n[ 0.524391] Asymmetric key parser 'x509' registered\n[ 0.525343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526791] io scheduler noop registered\n[ 0.527572] io scheduler deadline registered (default)\n[ 0.528543] io scheduler cfq registered\n[ 0.529377] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531650] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533110] ACPI: Power Button [PWRF]\n[ 0.534314] GHES: HEST is not enabled!\n[ 0.547825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605349] Linux agpgart interface v0.103\n[ 0.607366] brd: module loaded\n[ 0.608515] loop: module loaded\n[ 0.612787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614232] GPT:90111 != 2097151\n[ 0.614903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615972] GPT:90111 != 2097151\n[ 0.616632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617583] vda: vda1 vda15\n[ 0.619062] scsi host0: ata_piix\n[ 0.619789] scsi host1: ata_piix\n[ 0.620485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621678] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623105] libphy: Fixed MDIO Bus: probed\n[ 0.623907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624845] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626969] PPP generic driver version 2.4.2\n[ 0.627845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629114] ehci-pci: EHCI PCI platform driver\n[ 0.629974] ehci-platform: EHCI generic platform driver\n[ 0.630939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632038] ohci-pci: OHCI PCI platform driver\n[ 0.632899] ohci-platform: OHCI generic platform driver\n[ 0.633870] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649147] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650568] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651576] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655276] usb usb1: Product: UHCI Host Controller\n[ 0.656196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657320] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658303] hub 1-0:1.0: USB hub found\n[ 0.659069] hub 1-0:1.0: 2 ports detected\n[ 0.659952] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662051] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664014] mousedev: PS/2 mouse device common for all mice\n[ 0.665265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667087] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669370] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670557] i2c /dev entries driver\n[ 0.671315] device-mapper: uevent: version 1.0.3\n[ 0.672243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673873] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675144] NET: Registered protocol family 10\n[ 0.676136] NET: Registered protocol family 17\n[ 0.677032] Key type dns_resolver registered\n[ 0.677961] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679041] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680763] registered taskstats version 1\n[ 0.681602] Loading compiled-in X.509 certificates\n[ 0.683043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684879] zswap: loaded using pool lzo/zbud\n[ 0.686217] Key type trusted registered\n[ 0.687744] Key type encrypted registered\n[ 0.688574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689606] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690640] evm: HMAC attrs: 0x1\n[ 0.691559] Magic number: 6:67:545\n[ 0.692314] tty ttyS21: hash matches\n[ 0.693130] rtc_cmos 00:00: setting system clock to 2018-10-22 18:30:50 UTC (1540233050)\n[ 0.694713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695832] EDD information not available.\n[ 0.781756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793396] Write protecting the kernel read-only data: 14336k\n[ 0.794961] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796744] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.486505] 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.42. iid=i-00000149\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4+lPOW4FJBuJ4OwSJdPnNkkZ9B4VbMC/VMIUPjuqdz/wZ5/fv0Nd+IYdWpb3C3BquydW9a5jBnzH48tDaW782Q6N71x2g9GmEyddRw2GLM0ZwMnn7sEGowH39PFO0op/iuI8IosOfG0zK4WZNZF6PI453cETRRuV5tUAr1woLhcICM83dPTqablSO1L5IXFiEM6Av9DauvtzFvao7aij/IjtItmvI2o9mON5ZJyqd3a/yFM7bzeE5IVKmqt51MSob/fJnyd6hX3xfEj6t4SMpkPAazmvCcsNEq6egGzBipHdJXzQGVmrZplg7fid2XgRT50Be8MC0kLI6IVyEo2Vj root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIfk0A9zOp/Txleb7OGT1FBuZfHSFH4uwjf55Hpn5dTVBwiKZO1L3JrW0Ef6yGV47YKg2LWhj1wZzCXGazOtgE5mCpha3d6u9rEur8tB7FT8ZOv4faePf2qhM36ceuvdcGXsmq9u5oFQR95YqWWznZVeVoNz5KMFIU6jSumFuZv/AAAAFQDXBkP82eNkQAX34Y6K8VjuqEdLmQAAAIBHeFWKvl7GLywGklR/FkLo5PmsaRyp4ILAgSZk9Ki53LoWpx/zElvxejqjcFAH3aItp8nEx+muZ+BCtx7HXcIWSXPtaR8FfBJAi7wyc4aB0LiCsA40qV0CF9Je7LmP2fMlGmBICBOYZ5a32qo1EiINYkMgzt/pU0QjX4tzmBORjAAAAIEAg/ozKwYFdqy8NzEMW+ZL4NOs6c+gxEY6WllYv3oIGKnZW+lqdTjl9D6GfrJj4R/srdJoPN2HXWxDv50wGE//C7RV0unR2ghkH30I7I+Zgjyg5kK9ZkBWJXJV3NZVyVqt3+fjFj0gMLCGu9dNTRwPGwwWxYa8VjjRkztaZnSHMk4= 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.14,24,fe80::f816:3eff:fe34:2b9a/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-00000149\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.52 ===\n/dev/root resized successfully [took 1.83s]\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:34:2B:9A \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:2b9a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10664 (10.4 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.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-10-22 18:32:35,557 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action used request id req-abab7677-5213-4286-b8e4-cf05db4bb053 2018-10-22 18:32:37,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:32:38,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:32:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb752e0d-7b3b-4442-9c50-d226e9163a90 x-compute-request-id: req-bb752e0d-7b3b-4442-9c50-d226e9163a90 Content-Encoding: gzip Content-Length: 10091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473230923 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.147910] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149540] pid_max: default: 32768 minimum: 301\n[ 0.150432] ACPI: Core revision 20150930\n[ 0.151809] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153101] Security Framework initialized\n[ 0.153909] Yama: becoming mindful.\n[ 0.154628] AppArmor: AppArmor initialized\n[ 0.155488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156802] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159248] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160613] Initializing cgroup subsys io\n[ 0.161420] Initializing cgroup subsys memory\n[ 0.162271] Initializing cgroup subsys devices\n[ 0.163143] Initializing cgroup subsys freezer\n[ 0.164001] Initializing cgroup subsys net_cls\n[ 0.164857] Initializing cgroup subsys perf_event\n[ 0.165752] Initializing cgroup subsys net_prio\n[ 0.166622] Initializing cgroup subsys hugetlb\n[ 0.167489] Initializing cgroup subsys pids\n[ 0.168355] CPU: Physical Processor ID: 0\n[ 0.169841] mce: CPU supports 10 MCE banks\n[ 0.170675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171667] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188696] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215822] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217132] x2apic enabled\n[ 0.217927] Switched APIC routing to physical x2apic.\n[ 0.219655] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222709] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224455] KVM setup paravirtual spinlock\n[ 0.225732] x86: Booted up 1 node, 1 CPUs\n[ 0.226523] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227880] devtmpfs: initialized\n[ 0.229579] evm: security.selinux\n[ 0.230275] evm: security.SMACK64\n[ 0.230956] evm: security.SMACK64EXEC\n[ 0.231682] evm: security.SMACK64TRANSMUTE\n[ 0.232471] evm: security.SMACK64MMAP\n[ 0.233203] evm: security.ima\n[ 0.233838] evm: security.capability\n[ 0.234625] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236432] pinctrl core: initialized pinctrl subsystem\n[ 0.237504] RTC time: 18:30:49, date: 10/22/18\n[ 0.238446] NET: Registered protocol family 16\n[ 0.239399] cpuidle: using governor ladder\n[ 0.240199] cpuidle: using governor menu\n[ 0.240971] PCCT header not found.\n[ 0.241699] ACPI: bus type PCI registered\n[ 0.242488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243703] PCI: Using configuration type 1 for base access\n[ 0.245432] ACPI: Added _OSI(Module Device)\n[ 0.246252] ACPI: Added _OSI(Processor Device)\n[ 0.247099] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250073] ACPI: Interpreter enabled\n[ 0.250822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258017] ACPI: (supports S0 S5)\n[ 0.258702] ACPI: Using IOAPIC for interrupt routing\n[ 0.259731] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262793] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268389] acpiphp: Slot [3] registered\n[ 0.269175] acpiphp: Slot [4] registered\n[ 0.269956] acpiphp: Slot [5] registered\n[ 0.270730] acpiphp: Slot [6] registered\n[ 0.271507] acpiphp: Slot [7] registered\n[ 0.272292] acpiphp: Slot [8] registered\n[ 0.273073] acpiphp: Slot [9] registered\n[ 0.273848] acpiphp: Slot [10] registered\n[ 0.274633] acpiphp: Slot [11] registered\n[ 0.275428] acpiphp: Slot [12] registered\n[ 0.276228] acpiphp: Slot [13] registered\n[ 0.277023] acpiphp: Slot [14] registered\n[ 0.277812] acpiphp: Slot [15] registered\n[ 0.288606] acpiphp: Slot [16] registered\n[ 0.289402] acpiphp: Slot [17] registered\n[ 0.290194] acpiphp: Slot [18] registered\n[ 0.290983] acpiphp: Slot [19] registered\n[ 0.291766] acpiphp: Slot [20] registered\n[ 0.292558] acpiphp: Slot [21] registered\n[ 0.293357] acpiphp: Slot [22] registered\n[ 0.294146] acpiphp: Slot [23] registered\n[ 0.294935] acpiphp: Slot [24] registered\n[ 0.295719] acpiphp: Slot [25] registered\n[ 0.296507] acpiphp: Slot [26] registered\n[ 0.297305] acpiphp: Slot [27] registered\n[ 0.298102] acpiphp: Slot [28] registered\n[ 0.298896] acpiphp: Slot [29] registered\n[ 0.299680] acpiphp: Slot [30] registered\n[ 0.300472] acpiphp: Slot [31] registered\n[ 0.301261] PCI host bridge to bus 0000:00\n[ 0.302047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303226] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305808] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307212] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313419] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314655] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315787] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324944] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372643] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376897] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378137] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380318] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381855] vgaarb: loaded\n[ 0.382448] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383571] SCSI subsystem initialized\n[ 0.384383] ACPI: bus type USB registered\n[ 0.385191] usbcore: registered new interface driver usbfs\n[ 0.386201] usbcore: registered new interface driver hub\n[ 0.387191] usbcore: registered new device driver usb\n[ 0.388234] PCI: Using ACPI for IRQ routing\n[ 0.389247] NetLabel: Initializing\n[ 0.389955] NetLabel: domain hash size = 128\n[ 0.390805] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391737] NetLabel: unlabeled traffic allowed by default\n[ 0.392823] clocksource: Switched to clocksource kvm-clock\n[ 0.398251] AppArmor: AppArmor Filesystem Enabled\n[ 0.399212] pnp: PnP ACPI init\n[ 0.400120] pnp: PnP ACPI: found 5 devices\n[ 0.406494] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408181] NET: Registered protocol family 2\n[ 0.409127] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410394] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411551] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413752] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414911] NET: Registered protocol family 1\n[ 0.415763] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416857] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417915] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431679] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445936] Trying to unpack rootfs image as initramfs...\n[ 0.495040] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509014] Scanning for low memory corruption every 60 seconds\n[ 0.510347] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511478] audit: initializing netlink subsys (disabled)\n[ 0.512499] audit: type=2000 audit(1540233050.141:1): initialized\n[ 0.513804] Initialise system trusted keyring\n[ 0.514711] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515859] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517796] zbud: loaded\n[ 0.518494] VFS: Disk quotas dquot_6.6.0\n[ 0.519305] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520787] fuse init (API version 7.23)\n[ 0.521683] Key type big_key registered\n[ 0.522493] Allocating IMA MOK and blacklist keyrings.\n[ 0.523577] Key type asymmetric registered\n[ 0.524391] Asymmetric key parser 'x509' registered\n[ 0.525343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526791] io scheduler noop registered\n[ 0.527572] io scheduler deadline registered (default)\n[ 0.528543] io scheduler cfq registered\n[ 0.529377] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531650] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533110] ACPI: Power Button [PWRF]\n[ 0.534314] GHES: HEST is not enabled!\n[ 0.547825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605349] Linux agpgart interface v0.103\n[ 0.607366] brd: module loaded\n[ 0.608515] loop: module loaded\n[ 0.612787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614232] GPT:90111 != 2097151\n[ 0.614903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615972] GPT:90111 != 2097151\n[ 0.616632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617583] vda: vda1 vda15\n[ 0.619062] scsi host0: ata_piix\n[ 0.619789] scsi host1: ata_piix\n[ 0.620485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621678] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623105] libphy: Fixed MDIO Bus: probed\n[ 0.623907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624845] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626969] PPP generic driver version 2.4.2\n[ 0.627845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629114] ehci-pci: EHCI PCI platform driver\n[ 0.629974] ehci-platform: EHCI generic platform driver\n[ 0.630939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632038] ohci-pci: OHCI PCI platform driver\n[ 0.632899] ohci-platform: OHCI generic platform driver\n[ 0.633870] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649147] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650568] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651576] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655276] usb usb1: Product: UHCI Host Controller\n[ 0.656196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657320] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658303] hub 1-0:1.0: USB hub found\n[ 0.659069] hub 1-0:1.0: 2 ports detected\n[ 0.659952] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662051] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664014] mousedev: PS/2 mouse device common for all mice\n[ 0.665265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667087] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669370] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670557] i2c /dev entries driver\n[ 0.671315] device-mapper: uevent: version 1.0.3\n[ 0.672243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673873] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675144] NET: Registered protocol family 10\n[ 0.676136] NET: Registered protocol family 17\n[ 0.677032] Key type dns_resolver registered\n[ 0.677961] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679041] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680763] registered taskstats version 1\n[ 0.681602] Loading compiled-in X.509 certificates\n[ 0.683043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684879] zswap: loaded using pool lzo/zbud\n[ 0.686217] Key type trusted registered\n[ 0.687744] Key type encrypted registered\n[ 0.688574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689606] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690640] evm: HMAC attrs: 0x1\n[ 0.691559] Magic number: 6:67:545\n[ 0.692314] tty ttyS21: hash matches\n[ 0.693130] rtc_cmos 00:00: setting system clock to 2018-10-22 18:30:50 UTC (1540233050)\n[ 0.694713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695832] EDD information not available.\n[ 0.781756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793396] Write protecting the kernel read-only data: 14336k\n[ 0.794961] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796744] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.486505] 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.42. iid=i-00000149\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4+lPOW4FJBuJ4OwSJdPnNkkZ9B4VbMC/VMIUPjuqdz/wZ5/fv0Nd+IYdWpb3C3BquydW9a5jBnzH48tDaW782Q6N71x2g9GmEyddRw2GLM0ZwMnn7sEGowH39PFO0op/iuI8IosOfG0zK4WZNZF6PI453cETRRuV5tUAr1woLhcICM83dPTqablSO1L5IXFiEM6Av9DauvtzFvao7aij/IjtItmvI2o9mON5ZJyqd3a/yFM7bzeE5IVKmqt51MSob/fJnyd6hX3xfEj6t4SMpkPAazmvCcsNEq6egGzBipHdJXzQGVmrZplg7fid2XgRT50Be8MC0kLI6IVyEo2Vj root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIfk0A9zOp/Txleb7OGT1FBuZfHSFH4uwjf55Hpn5dTVBwiKZO1L3JrW0Ef6yGV47YKg2LWhj1wZzCXGazOtgE5mCpha3d6u9rEur8tB7FT8ZOv4faePf2qhM36ceuvdcGXsmq9u5oFQR95YqWWznZVeVoNz5KMFIU6jSumFuZv/AAAAFQDXBkP82eNkQAX34Y6K8VjuqEdLmQAAAIBHeFWKvl7GLywGklR/FkLo5PmsaRyp4ILAgSZk9Ki53LoWpx/zElvxejqjcFAH3aItp8nEx+muZ+BCtx7HXcIWSXPtaR8FfBJAi7wyc4aB0LiCsA40qV0CF9Je7LmP2fMlGmBICBOYZ5a32qo1EiINYkMgzt/pU0QjX4tzmBORjAAAAIEAg/ozKwYFdqy8NzEMW+ZL4NOs6c+gxEY6WllYv3oIGKnZW+lqdTjl9D6GfrJj4R/srdJoPN2HXWxDv50wGE//C7RV0unR2ghkH30I7I+Zgjyg5kK9ZkBWJXJV3NZVyVqt3+fjFj0gMLCGu9dNTRwPGwwWxYa8VjjRkztaZnSHMk4= 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.14,24,fe80::f816:3eff:fe34:2b9a/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-00000149\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.52 ===\n/dev/root resized successfully [took 1.83s]\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:34:2B:9A \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:2b9a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10664 (10.4 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.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-10-22 18:32:38,660 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action used request id req-bb752e0d-7b3b-4442-9c50-d226e9163a90 2018-10-22 18:32:40,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c19cb329a4720a1631ce8521df1a4058527fbeda" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:32:41,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:32:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1484cc5-8fa0-427f-a3f6-9a7e7ec16012 x-compute-request-id: req-e1484cc5-8fa0-427f-a3f6-9a7e7ec16012 Content-Encoding: gzip Content-Length: 10906 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473230923 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.147910] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149540] pid_max: default: 32768 minimum: 301\n[ 0.150432] ACPI: Core revision 20150930\n[ 0.151809] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153101] Security Framework initialized\n[ 0.153909] Yama: becoming mindful.\n[ 0.154628] AppArmor: AppArmor initialized\n[ 0.155488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156802] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159248] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160613] Initializing cgroup subsys io\n[ 0.161420] Initializing cgroup subsys memory\n[ 0.162271] Initializing cgroup subsys devices\n[ 0.163143] Initializing cgroup subsys freezer\n[ 0.164001] Initializing cgroup subsys net_cls\n[ 0.164857] Initializing cgroup subsys perf_event\n[ 0.165752] Initializing cgroup subsys net_prio\n[ 0.166622] Initializing cgroup subsys hugetlb\n[ 0.167489] Initializing cgroup subsys pids\n[ 0.168355] CPU: Physical Processor ID: 0\n[ 0.169841] mce: CPU supports 10 MCE banks\n[ 0.170675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171667] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188696] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215822] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217132] x2apic enabled\n[ 0.217927] Switched APIC routing to physical x2apic.\n[ 0.219655] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222709] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224455] KVM setup paravirtual spinlock\n[ 0.225732] x86: Booted up 1 node, 1 CPUs\n[ 0.226523] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227880] devtmpfs: initialized\n[ 0.229579] evm: security.selinux\n[ 0.230275] evm: security.SMACK64\n[ 0.230956] evm: security.SMACK64EXEC\n[ 0.231682] evm: security.SMACK64TRANSMUTE\n[ 0.232471] evm: security.SMACK64MMAP\n[ 0.233203] evm: security.ima\n[ 0.233838] evm: security.capability\n[ 0.234625] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236432] pinctrl core: initialized pinctrl subsystem\n[ 0.237504] RTC time: 18:30:49, date: 10/22/18\n[ 0.238446] NET: Registered protocol family 16\n[ 0.239399] cpuidle: using governor ladder\n[ 0.240199] cpuidle: using governor menu\n[ 0.240971] PCCT header not found.\n[ 0.241699] ACPI: bus type PCI registered\n[ 0.242488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243703] PCI: Using configuration type 1 for base access\n[ 0.245432] ACPI: Added _OSI(Module Device)\n[ 0.246252] ACPI: Added _OSI(Processor Device)\n[ 0.247099] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247975] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250073] ACPI: Interpreter enabled\n[ 0.250822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258017] ACPI: (supports S0 S5)\n[ 0.258702] ACPI: Using IOAPIC for interrupt routing\n[ 0.259731] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262793] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268389] acpiphp: Slot [3] registered\n[ 0.269175] acpiphp: Slot [4] registered\n[ 0.269956] acpiphp: Slot [5] registered\n[ 0.270730] acpiphp: Slot [6] registered\n[ 0.271507] acpiphp: Slot [7] registered\n[ 0.272292] acpiphp: Slot [8] registered\n[ 0.273073] acpiphp: Slot [9] registered\n[ 0.273848] acpiphp: Slot [10] registered\n[ 0.274633] acpiphp: Slot [11] registered\n[ 0.275428] acpiphp: Slot [12] registered\n[ 0.276228] acpiphp: Slot [13] registered\n[ 0.277023] acpiphp: Slot [14] registered\n[ 0.277812] acpiphp: Slot [15] registered\n[ 0.288606] acpiphp: Slot [16] registered\n[ 0.289402] acpiphp: Slot [17] registered\n[ 0.290194] acpiphp: Slot [18] registered\n[ 0.290983] acpiphp: Slot [19] registered\n[ 0.291766] acpiphp: Slot [20] registered\n[ 0.292558] acpiphp: Slot [21] registered\n[ 0.293357] acpiphp: Slot [22] registered\n[ 0.294146] acpiphp: Slot [23] registered\n[ 0.294935] acpiphp: Slot [24] registered\n[ 0.295719] acpiphp: Slot [25] registered\n[ 0.296507] acpiphp: Slot [26] registered\n[ 0.297305] acpiphp: Slot [27] registered\n[ 0.298102] acpiphp: Slot [28] registered\n[ 0.298896] acpiphp: Slot [29] registered\n[ 0.299680] acpiphp: Slot [30] registered\n[ 0.300472] acpiphp: Slot [31] registered\n[ 0.301261] PCI host bridge to bus 0000:00\n[ 0.302047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303226] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305808] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307212] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313419] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314655] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315787] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317014] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324944] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371152] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372643] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376897] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378137] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380318] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381855] vgaarb: loaded\n[ 0.382448] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383571] SCSI subsystem initialized\n[ 0.384383] ACPI: bus type USB registered\n[ 0.385191] usbcore: registered new interface driver usbfs\n[ 0.386201] usbcore: registered new interface driver hub\n[ 0.387191] usbcore: registered new device driver usb\n[ 0.388234] PCI: Using ACPI for IRQ routing\n[ 0.389247] NetLabel: Initializing\n[ 0.389955] NetLabel: domain hash size = 128\n[ 0.390805] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391737] NetLabel: unlabeled traffic allowed by default\n[ 0.392823] clocksource: Switched to clocksource kvm-clock\n[ 0.398251] AppArmor: AppArmor Filesystem Enabled\n[ 0.399212] pnp: PnP ACPI init\n[ 0.400120] pnp: PnP ACPI: found 5 devices\n[ 0.406494] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408181] NET: Registered protocol family 2\n[ 0.409127] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410394] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411551] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413752] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414911] NET: Registered protocol family 1\n[ 0.415763] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416857] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417915] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431679] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445936] Trying to unpack rootfs image as initramfs...\n[ 0.495040] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509014] Scanning for low memory corruption every 60 seconds\n[ 0.510347] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511478] audit: initializing netlink subsys (disabled)\n[ 0.512499] audit: type=2000 audit(1540233050.141:1): initialized\n[ 0.513804] Initialise system trusted keyring\n[ 0.514711] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515859] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517796] zbud: loaded\n[ 0.518494] VFS: Disk quotas dquot_6.6.0\n[ 0.519305] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520787] fuse init (API version 7.23)\n[ 0.521683] Key type big_key registered\n[ 0.522493] Allocating IMA MOK and blacklist keyrings.\n[ 0.523577] Key type asymmetric registered\n[ 0.524391] Asymmetric key parser 'x509' registered\n[ 0.525343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526791] io scheduler noop registered\n[ 0.527572] io scheduler deadline registered (default)\n[ 0.528543] io scheduler cfq registered\n[ 0.529377] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531650] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533110] ACPI: Power Button [PWRF]\n[ 0.534314] GHES: HEST is not enabled!\n[ 0.547825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605349] Linux agpgart interface v0.103\n[ 0.607366] brd: module loaded\n[ 0.608515] loop: module loaded\n[ 0.612787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614232] GPT:90111 != 2097151\n[ 0.614903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615972] GPT:90111 != 2097151\n[ 0.616632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617583] vda: vda1 vda15\n[ 0.619062] scsi host0: ata_piix\n[ 0.619789] scsi host1: ata_piix\n[ 0.620485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621678] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623105] libphy: Fixed MDIO Bus: probed\n[ 0.623907] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624845] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626969] PPP generic driver version 2.4.2\n[ 0.627845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629114] ehci-pci: EHCI PCI platform driver\n[ 0.629974] ehci-platform: EHCI generic platform driver\n[ 0.630939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632038] ohci-pci: OHCI PCI platform driver\n[ 0.632899] ohci-platform: OHCI generic platform driver\n[ 0.633870] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649147] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650568] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651576] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655276] usb usb1: Product: UHCI Host Controller\n[ 0.656196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657320] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658303] hub 1-0:1.0: USB hub found\n[ 0.659069] hub 1-0:1.0: 2 ports detected\n[ 0.659952] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662051] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664014] mousedev: PS/2 mouse device common for all mice\n[ 0.665265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667087] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668173] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669370] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670557] i2c /dev entries driver\n[ 0.671315] device-mapper: uevent: version 1.0.3\n[ 0.672243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673873] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675144] NET: Registered protocol family 10\n[ 0.676136] NET: Registered protocol family 17\n[ 0.677032] Key type dns_resolver registered\n[ 0.677961] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679041] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680763] registered taskstats version 1\n[ 0.681602] Loading compiled-in X.509 certificates\n[ 0.683043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684879] zswap: loaded using pool lzo/zbud\n[ 0.686217] Key type trusted registered\n[ 0.687744] Key type encrypted registered\n[ 0.688574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689606] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690640] evm: HMAC attrs: 0x1\n[ 0.691559] Magic number: 6:67:545\n[ 0.692314] tty ttyS21: hash matches\n[ 0.693130] rtc_cmos 00:00: setting system clock to 2018-10-22 18:30:50 UTC (1540233050)\n[ 0.694713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695832] EDD information not available.\n[ 0.781756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793396] Write protecting the kernel read-only data: 14336k\n[ 0.794961] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796744] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.486505] 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.42. iid=i-00000149\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4+lPOW4FJBuJ4OwSJdPnNkkZ9B4VbMC/VMIUPjuqdz/wZ5/fv0Nd+IYdWpb3C3BquydW9a5jBnzH48tDaW782Q6N71x2g9GmEyddRw2GLM0ZwMnn7sEGowH39PFO0op/iuI8IosOfG0zK4WZNZF6PI453cETRRuV5tUAr1woLhcICM83dPTqablSO1L5IXFiEM6Av9DauvtzFvao7aij/IjtItmvI2o9mON5ZJyqd3a/yFM7bzeE5IVKmqt51MSob/fJnyd6hX3xfEj6t4SMpkPAazmvCcsNEq6egGzBipHdJXzQGVmrZplg7fid2XgRT50Be8MC0kLI6IVyEo2Vj root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIfk0A9zOp/Txleb7OGT1FBuZfHSFH4uwjf55Hpn5dTVBwiKZO1L3JrW0Ef6yGV47YKg2LWhj1wZzCXGazOtgE5mCpha3d6u9rEur8tB7FT8ZOv4faePf2qhM36ceuvdcGXsmq9u5oFQR95YqWWznZVeVoNz5KMFIU6jSumFuZv/AAAAFQDXBkP82eNkQAX34Y6K8VjuqEdLmQAAAIBHeFWKvl7GLywGklR/FkLo5PmsaRyp4ILAgSZk9Ki53LoWpx/zElvxejqjcFAH3aItp8nEx+muZ+BCtx7HXcIWSXPtaR8FfBJAi7wyc4aB0LiCsA40qV0CF9Je7LmP2fMlGmBICBOYZ5a32qo1EiINYkMgzt/pU0QjX4tzmBORjAAAAIEAg/ozKwYFdqy8NzEMW+ZL4NOs6c+gxEY6WllYv3oIGKnZW+lqdTjl9D6GfrJj4R/srdJoPN2HXWxDv50wGE//C7RV0unR2ghkH30I7I+Zgjyg5kK9ZkBWJXJV3NZVyVqt3+fjFj0gMLCGu9dNTRwPGwwWxYa8VjjRkztaZnSHMk4= 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.14,24,fe80::f816:3eff:fe34:2b9a/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-00000149\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.52 ===\n/dev/root resized successfully [took 1.83s]\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:34:2B:9A \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:2b9a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10664 (10.4 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.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-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.129245] usb 1-1: Product: QEMU USB Tablet\n[ 1.129246] usb 1-1: Manufacturer: QEMU\n[ 1.129247] usb 1-1: SerialNumber: 42\n[ 1.448293] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.466411] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.486505] random: dd urandom read with 5 bits of entropy available\n[ 1.508866] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.508869] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 63.654317] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.083384] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:30:51 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:30:51 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:30:51 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:30:51 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:30:51 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:30:51 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)\nOct 22 19:30:51 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:30:51 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:30:51 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:30:51 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:30:51 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:30:51 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:30:51 cirros kern.notice kernel: [ 1.486505] random: dd urandom read with 5 bits of entropy available\nOct 22 19:30:51 cirros kern.info kernel: [ 1.508866] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 22 19:30:51 cirros kern.info kernel: [ 1.508869] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 22 19:31:53 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:31:53 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:31:53 cirros kern.info kernel: [ 63.654317] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:31:53 cirros kern.info kernel: [ 64.083384] 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-10-22 18:32:41,762 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action used request id req-e1484cc5-8fa0-427f-a3f6-9a7e7ec16012 2018-10-22 18:32:43,795 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-10-22 18:33:13,799 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-22 18:33:13,801 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-22 18:33:13,802 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-22 18:33:13,805 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-22 18:33:13,848 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-22 18:33:13,850 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-22 18:33:13,851 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-22 18:33:13,852 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-22 18:33:13,852 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-22 18:33:13,892 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-22 18:33:13,928 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-22 18:33:13,929 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-22 18:33:13,930 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-22 18:33:13,931 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-22 18:33:13,931 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-22 18:33:13,935 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-22 18:33:13,972 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-22 18:33:13,973 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-22 18:33:13,974 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-22 18:33:13,975 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-22 18:33:13,975 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-22 18:33:14,015 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-22 18:33:14,050 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-22 18:33:14,050 - sdnvpn-results - INFO - Check if a new group was added to OVS 2018-10-22 18:33:14,051 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-22 18:33:14,052 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-22 18:33:14,053 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-22 18:33:14,053 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-22 18:33:14,056 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-22 18:33:14,091 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-22 18:33:14,092 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-22 18:33:14,092 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-22 18:33:14,093 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-22 18:33:14,093 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-22 18:33:14,135 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-22 18:33:14,196 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-22 18:33:14,197 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-22 18:33:14,198 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-22 18:33:14,198 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-22 18:33:14,198 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-22 18:33:14,202 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-22 18:33:14,261 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-22 18:33:14,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5278d497e919b50687abb675b458aa8f9a54060c" -d '{"forceDelete": null}' 2018-10-22 18:33:14,268 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-22 18:33:14,450 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:33:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e6a3e8b3-ec95-4f1a-a7da-bcaa1e790aa0 x-compute-request-id: req-e6a3e8b3-ec95-4f1a-a7da-bcaa1e790aa0 Content-Length: 0 Content-Type: application/json 2018-10-22 18:33:14,450 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cac191db-2c61-4bbc-bfd7-710251f22e6d/action used request id req-e6a3e8b3-ec95-4f1a-a7da-bcaa1e790aa0 2018-10-22 18:33:14,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5278d497e919b50687abb675b458aa8f9a54060c" -d '{"forceDelete": null}' 2018-10-22 18:33:14,623 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:33:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cc6fa92f-c1ea-4fb0-a285-f018f57342a2 x-compute-request-id: req-cc6fa92f-c1ea-4fb0-a285-f018f57342a2 Content-Length: 0 Content-Type: application/json 2018-10-22 18:33:14,623 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6845a6e4-506c-4e02-899f-bc0e976bad2c/action used request id req-cc6fa92f-c1ea-4fb0-a285-f018f57342a2 2018-10-22 18:33:14,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/54070b72-1dcc-4053-b480-3c016f0222ed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4063f95c0a578eb84f6e568bff8f14bb30fed9fa" 2018-10-22 18:33:15,803 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-92e2ce6b-6822-4e9f-8c48-91bbe55a0ce6 Date: Mon, 22 Oct 2018 18:33:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:33:15,803 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/54070b72-1dcc-4053-b480-3c016f0222ed used request id req-92e2ce6b-6822-4e9f-8c48-91bbe55a0ce6 2018-10-22 18:33:15,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acfa7ff7dd045c17d570b384b255af85ba2f0819" 2018-10-22 18:33:16,062 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-5f70bd62-8a64-48ab-97e4-5318e9e3b5ee Date: Mon, 22 Oct 2018 18:33:16 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-22 18:33:16,062 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2 used request id req-5f70bd62-8a64-48ab-97e4-5318e9e3b5ee 2018-10-22 18:33:16,062 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-22 18:33:16,063 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2')]: Unable to complete operation on subnet 504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-5f70bd62-8a64-48ab-97e4-5318e9e3b5ee'] 2018-10-22 18:33:16,063 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id 504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2 was not deleted. 2018-10-22 18:33:16,063 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-22 18:33:16,064 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-22 18:33:16,064 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-22 18:33:16,067 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-22 18:33:16,131 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-22 18:33:16,132 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-22 18:33:16,134 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-22 18:33:16,134 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-22 18:33:16,134 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-22 18:33:16,139 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-22 18:33:16,218 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-22 18:33:16,218 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-10-22 18:33:16,219 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-22 18:33:46,233 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-22 18:33:46,234 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-22 18:33:46,234 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-22 18:33:46,237 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-22 18:33:46,272 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-22 18:33:46,274 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-22 18:33:46,274 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-22 18:33:46,275 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-22 18:33:46,275 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-22 18:33:46,316 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-22 18:33:46,351 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-22 18:33:46,351 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-22 18:33:46,352 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-22 18:33:46,353 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-22 18:33:46,353 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-22 18:33:46,355 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-22 18:33:46,392 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-22 18:33:46,393 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-22 18:33:46,394 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-22 18:33:46,395 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-22 18:33:46,395 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-22 18:33:46,435 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-22 18:33:46,468 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-22 18:33:46,469 - sdnvpn-results - INFO - Check if group was removed from OVS after deleting the topology. 2018-10-22 18:33:46,469 - 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. | +----------------------------------------------------------------------------------------+ | PASS | Group was deleted from ovs | +========================================================================================+ 2018-10-22 18:33:46,470 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-22 18:33:46,471 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-22 18:33:46,470 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-10-22 18:33:46,471 - 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': 'PASS', 'details': [{'New OVS group added': 'PASS'}, {'Group was deleted from ovs': 'PASS'}]} 2018-10-22 18:33:46,472 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-10-22 18:33:46,472 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-10-22 18:33:46,472 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-10-22 18:33:46,566 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-10-22 18:33:46,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:33:46,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:33:46,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:33:46,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:33:46,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:33:46,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:33:46,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:33:46,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:33:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:33:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:33:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:33:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:33:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:33:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:33:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:33:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:33:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:33:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:33:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:33:46,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:33:46,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:33:46,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:33:46,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:33:46,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:33:46,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:33:46,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:33:46,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:33:46,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:33:46,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:33:46,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:33:46,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:33:46,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:33:46,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:33:46,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:33:46,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:33:46,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:33:46,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:33:46,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:33:46,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:33:46,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:33:46,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:33:46,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:33:46,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:33:46,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:33:46,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:33:46,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:33:46,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:33:46,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:33:46,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-22 18:33:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:33:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:33:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:33:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:33:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:33:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:33:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:33:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:33:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:33:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:33:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:33:46,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:33:46,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:33:46,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:33:46,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:33:46,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:33:46,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:33:46,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:33:46,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:33:46,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:33:46,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:33:46,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:33:46,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:33:46,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:33:46,577 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-22 18:33:46,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:33:46,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:33:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fae3c79b-14cd-44f6-9eb5-2fd5f35fb71b 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:33:46,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fae3c79b-14cd-44f6-9eb5-2fd5f35fb71b 2018-10-22 18:33:46,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:33:46,979 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:33:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["qkuK6YgwTFyc36JMBgloaA"], "issued_at": "2018-10-22T18:33:46.000000Z"}} 2018-10-22 18:33:46,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}37375464412918e964b2df5f690aeecc255f6881" 2018-10-22 18:33:47,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-121aad9f-a517-426f-890f-056f29b4d6a5 Date: Mon, 22 Oct 2018 18:33:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-22 18:33:47,169 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-121aad9f-a517-426f-890f-056f29b4d6a5 2018-10-22 18:33:47,170 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-22 18:33:47,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}37375464412918e964b2df5f690aeecc255f6881" 2018-10-22 18:33:47,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-29975798-bafd-4b38-9989-55d324d09b9e Date: Mon, 22 Oct 2018 18: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-10-22 18:33:47,335 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-29975798-bafd-4b38-9989-55d324d09b9e 2018-10-22 18:33:47,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}37375464412918e964b2df5f690aeecc255f6881" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-22 18:33:47,942 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/fa0d2750-d3be-4132-94f8-3905a44846ba X-Openstack-Request-Id: req-60fc2e24-f48a-403b-9115-36aba3412bdb Date: Mon, 22 Oct 2018 18:33:47 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T18:33:47Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T18:33:47Z", "visibility": "public", "locations": [], "self": "/v2/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "min_disk": 0, "protected": false, "id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "file": "/v2/images/fa0d2750-d3be-4132-94f8-3905a44846ba/file", "checksum": null, "owner": "8ba7a6acf87944158b12f697f8414be6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 18:33:47,942 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-60fc2e24-f48a-403b-9115-36aba3412bdb 2018-10-22 18:33:47,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/fa0d2750-d3be-4132-94f8-3905a44846ba/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}37375464412918e964b2df5f690aeecc255f6881" -d '' 2018-10-22 18:33:49,656 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ae6d6848-03a4-4db6-9afd-1615cf4e7291 Date: Mon, 22 Oct 2018 18: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-10-22 18:33:49,656 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/fa0d2750-d3be-4132-94f8-3905a44846ba/file used request id req-ae6d6848-03a4-4db6-9afd-1615cf4e7291 2018-10-22 18:33:49,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:33:49,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:33:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a1a8034-ddaf-4ab5-96e9-f60d50f691f0 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:33:49,665 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6a1a8034-ddaf-4ab5-96e9-f60d50f691f0 2018-10-22 18:33:49,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:33:50,042 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:33:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["9Tz2c9I3Rim8QPxLDwLK8w"], "issued_at": "2018-10-22T18:33:50.000000Z"}} 2018-10-22 18:33:50,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" 2018-10-22 18:33:50,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2695 X-Openstack-Request-Id: req-f7605a4c-1075-48fb-9fcf-c3ec0c1a9906 Date: Mon, 22 Oct 2018 18:33:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2"],"description":"","tags":[],"updated_at":"2018-10-22T18:30:40Z","provider:segmentation_id":94,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:30:39Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","subnets":["6f0b01fe-f639-471b-900a-522fe527792d"],"description":"","tags":[],"updated_at":"2018-10-22T18:01:01Z","provider:segmentation_id":92,"name":"tempest-test-network--1913911896","admin_state_up":true,"tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"eb54a036-e842-44cf-9ddc-0504f1fece89","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0"],"description":"","tags":[],"updated_at":"2018-10-22T18:24:46Z","provider:segmentation_id":79,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:24:46Z","provider:network_type":"vxlan"}]} 2018-10-22 18:33:50,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-f7605a4c-1075-48fb-9fcf-c3ec0c1a9906 2018-10-22 18:33:50,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" 2018-10-22 18:33:50,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2488 X-Openstack-Request-Id: req-f7f2d837-602b-458c-a96d-42ca1f6c7f30 Date: Mon, 22 Oct 2018 18:33:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:30:40Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:30:40Z","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":"8ba7a6acf87944158b12f697f8414be6","id":"504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:01Z","dns_nameservers":[],"updated_at":"2018-10-22T18:01:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.14"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/28","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","id":"6f0b01fe-f639-471b-900a-522fe527792d","subnetpool_id":null,"name":""},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb54a036-e842-44cf-9ddc-0504f1fece89","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:24:46Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:24: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":"8ba7a6acf87944158b12f697f8414be6","id":"c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-22 18:33:50,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-f7f2d837-602b-458c-a96d-42ca1f6c7f30 2018-10-22 18:33:50,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" 2018-10-22 18:33:50,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-49a5c4bd-a4e4-4785-9991-7f33ca851b21 Date: Mon, 22 Oct 2018 18:33:50 GMT RESP BODY: {"routers": []} 2018-10-22 18:33:50,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers used request id req-49a5c4bd-a4e4-4785-9991-7f33ca851b21 2018-10-22 18:33:50,717 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-10-22 18:33:50,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" -d '{"network": {"name": "sdnvpn-4-1-net", "admin_state_up": true}}' 2018-10-22 18:33:51,177 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-63e8d8d4-2535-433a-be8b-27bd54b092bc Date: Mon, 22 Oct 2018 18:33:51 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fecf7081-3855-4d78-b663-54b4abd75e15","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:33:51Z","is_default":false,"provider:segmentation_id":83,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:33:50Z","mtu":1450}} 2018-10-22 18:33:51,177 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-63e8d8d4-2535-433a-be8b-27bd54b092bc 2018-10-22 18:33:51,178 - sdnvpn.lib.openstack_utils - DEBUG - Network 'fecf7081-3855-4d78-b663-54b4abd75e15' created successfully 2018-10-22 18:33:51,178 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-22 18:33:51,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" -d '{"subnets": [{"ip_version": 4, "network_id": "fecf7081-3855-4d78-b663-54b4abd75e15", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-1-subnet"}]}' 2018-10-22 18:33:51,759 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-62e186db-e5f9-49f8-b17b-c4c269c53244 Date: Mon, 22 Oct 2018 18:33:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fecf7081-3855-4d78-b663-54b4abd75e15","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:33:51Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:33:51Z","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":"8ba7a6acf87944158b12f697f8414be6","id":"0eb5dff5-d65c-4c3a-85f7-d3f70a2cff9f","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"}]} 2018-10-22 18:33:51,759 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-62e186db-e5f9-49f8-b17b-c4c269c53244 2018-10-22 18:33:51,759 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '0eb5dff5-d65c-4c3a-85f7-d3f70a2cff9f' created successfully 2018-10-22 18:33:51,760 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-22 18:33:51,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" -d '{"router": {"name": "sdnvpn-4-1-router", "admin_state_up": true}}' 2018-10-22 18:33:52,031 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-e9308a72-63ef-4243-9e37-3065c2494767 Date: Mon, 22 Oct 2018 18:33:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:33:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:33:51Z", "revision_number": 0, "routes": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "27a6a768-0620-4137-9930-969cdec321c1", "name": "sdnvpn-4-1-router"}} 2018-10-22 18:33:52,031 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-e9308a72-63ef-4243-9e37-3065c2494767 2018-10-22 18:33:52,031 - sdnvpn.lib.openstack_utils - DEBUG - Router '27a6a768-0620-4137-9930-969cdec321c1' created successfully 2018-10-22 18:33:52,032 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-22 18:33:52,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/27a6a768-0620-4137-9930-969cdec321c1/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" -d '{"subnet_id": "0eb5dff5-d65c-4c3a-85f7-d3f70a2cff9f"}' 2018-10-22 18:33:53,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b57f5499-e204-48f5-93c4-d3a281e3fd43 Date: Mon, 22 Oct 2018 18:33:53 GMT RESP BODY: {"network_id": "fecf7081-3855-4d78-b663-54b4abd75e15", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "subnet_id": "0eb5dff5-d65c-4c3a-85f7-d3f70a2cff9f", "subnet_ids": ["0eb5dff5-d65c-4c3a-85f7-d3f70a2cff9f"], "port_id": "f314a51c-7bd0-49d5-b733-f286a7a226a9", "id": "27a6a768-0620-4137-9930-969cdec321c1"} 2018-10-22 18:33:53,544 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/27a6a768-0620-4137-9930-969cdec321c1/add_router_interface used request id req-b57f5499-e204-48f5-93c4-d3a281e3fd43 2018-10-22 18:33:53,545 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-22 18:33:53,545 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-22 18:33:53,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" 2018-10-22 18:33:53,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3355 X-Openstack-Request-Id: req-67e8e862-8375-43b5-bd52-db7b45751f42 Date: Mon, 22 Oct 2018 18:33:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2"],"description":"","tags":[],"updated_at":"2018-10-22T18:30:40Z","provider:segmentation_id":94,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:30:39Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","subnets":["6f0b01fe-f639-471b-900a-522fe527792d"],"description":"","tags":[],"updated_at":"2018-10-22T18:01:01Z","provider:segmentation_id":92,"name":"tempest-test-network--1913911896","admin_state_up":true,"tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"eb54a036-e842-44cf-9ddc-0504f1fece89","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0"],"description":"","tags":[],"updated_at":"2018-10-22T18:24:46Z","provider:segmentation_id":79,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:24:46Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fecf7081-3855-4d78-b663-54b4abd75e15","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["0eb5dff5-d65c-4c3a-85f7-d3f70a2cff9f"],"description":"","tags":[],"updated_at":"2018-10-22T18:33:51Z","provider:segmentation_id":83,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:33:50Z","provider:network_type":"vxlan"}]} 2018-10-22 18:33:53,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-67e8e862-8375-43b5-bd52-db7b45751f42 2018-10-22 18:33:53,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/27a6a768-0620-4137-9930-969cdec321c1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" -d '{"router": {"external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f"}}}' 2018-10-22 18:33:55,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-e23105cb-5426-45c8-ba9c-6bac77d7578d Date: Mon, 22 Oct 2018 18:33:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:33:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:33:55Z", "revision_number": 3, "routes": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "27a6a768-0620-4137-9930-969cdec321c1", "name": "sdnvpn-4-1-router"}} 2018-10-22 18:33:55,215 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/27a6a768-0620-4137-9930-969cdec321c1 used request id req-e23105cb-5426-45c8-ba9c-6bac77d7578d 2018-10-22 18:33:55,215 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-22 18:33:55,215 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-4-2-net 2018-10-22 18:33:55,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" -d '{"network": {"name": "sdnvpn-4-2-net", "admin_state_up": true}}' 2018-10-22 18:33:55,662 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-113c2e23-b890-4901-877a-3985b06a5808 Date: Mon, 22 Oct 2018 18:33:55 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"45e12b67-f0d1-4783-b6d1-aa31e76880dc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:33:55Z","is_default":false,"provider:segmentation_id":58,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:33:55Z","mtu":1450}} 2018-10-22 18:33:55,662 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-113c2e23-b890-4901-877a-3985b06a5808 2018-10-22 18:33:55,663 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-4-2-subnet in network 45e12b67-f0d1-4783-b6d1-aa31e76880dc with cidr 10.10.11.0/24 2018-10-22 18:33:55,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" -d '{"subnets": [{"ip_version": 4, "network_id": "45e12b67-f0d1-4783-b6d1-aa31e76880dc", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-2-subnet"}]}' 2018-10-22 18:33:56,255 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-cccf0432-cb9e-4988-bf22-fd18f650e7fe Date: Mon, 22 Oct 2018 18:33:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45e12b67-f0d1-4783-b6d1-aa31e76880dc","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:33:55Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:33:55Z","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":"8ba7a6acf87944158b12f697f8414be6","id":"edf63be6-dbe7-4fd7-9b65-c2c619316234","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2018-10-22 18:33:56,256 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-cccf0432-cb9e-4988-bf22-fd18f650e7fe 2018-10-22 18:33:56,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" 2018-10-22 18:33:56,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15042 X-Openstack-Request-Id: req-57bc6c2a-3822-4dbd-b411-7904adb0c7a5 Date: Mon, 22 Oct 2018 18:33:56 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "updated_at": "2018-10-22T18:01:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "58c66846-fedf-4b66-b4e6-ffd6961123a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "9fc44f04-2cd7-4100-9543-8571d2da7285", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "f5e8b3f0-29af-49f0-94fb-39a2d07d2cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}], "revision_number": 3, "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "name": "tempest-secgroup--969560917"}, {"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "updated_at": "2018-10-22T18:04:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "1a013dff-72ac-41fc-9e59-265dff844960", "remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "406eb29d-a577-4eee-a2dd-70816b1f5888", "remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "8d4ddaeb-a7b3-4aed-91b7-115087d4fcb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "c522c5d9-59c1-4a83-941f-8ae7551e78b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}], "revision_number": 4, "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "55730c75-de7b-4a88-af62-c3f888487961", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "updated_at": "2018-10-22T18:10:53Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "0e25d5d7-5b4c-49b5-88b5-324f10154a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-22T18:10:53Z", "revision_number": 0, "id": "1de7278a-53c8-4b5c-a5c8-689d979f74a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:10:53Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 179, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "57707afa-8faf-4113-8c8c-30963caf5615", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "6bc10a09-c2a7-464a-ad78-c70bbbf6ee4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "7028de3f-e565-496f-b597-ca46bbca438c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "8b050586-2b9f-4633-a718-7d1d30acbcf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "982034b0-0ac6-4711-ae91-f2bb976a3b46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 7, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "82fd1622-3826-4da5-909e-15968132dad8", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "updated_at": "2018-10-22T14:58:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "67e51c9b-e362-42bd-a305-439e546f173e", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "90643a86-0f62-4588-9a8c-68cea1343ff6", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "name": "default"}]} 2018-10-22 18:33:56,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-57bc6c2a-3822-4dbd-b411-7904adb0c7a5 2018-10-22 18:33:56,501 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-22 18:33:56,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:33:56,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:33:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c2be8a4-f952-438c-aad4-745a26002854 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:33:56,508 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0c2be8a4-f952-438c-aad4-745a26002854 2018-10-22 18:33:56,509 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:33:56,890 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:33:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["jBtIPREvSXeTiGVZSXyf-w"], "issued_at": "2018-10-22T18:33:56.000000Z"}} 2018-10-22 18:33:56,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e684aef99f2c75b59fe07f8e2048ed15f77b7fa9" 2018-10-22 18:33:57,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:33: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-13d2d08c-509c-44a3-89eb-22d1d09650b1 x-compute-request-id: req-13d2d08c-509c-44a3-89eb-22d1d09650b1 Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 197}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-22 18:33:57,071 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-13d2d08c-509c-44a3-89eb-22d1d09650b1 2018-10-22 18:33:57,072 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-10-22 18:33:57,072 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-2'... 2018-10-22 18:33:57,072 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-2 flavor=m1.tiny image=fa0d2750-d3be-4132-94f8-3905a44846ba network=fecf7081-3855-4d78-b663-54b4abd75e15 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-22 18:33:57,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:33:57,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:33:57,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:33:57,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:33:57,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:33:57,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:33:57,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:33:57,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:33:57,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:33:57,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:33:57,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:33:57,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:33:57,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:33:57,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:33:57,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:33:57,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:33:57,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:33:57,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:33:57,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:33:57,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:33:57,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:33:57,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:33:57,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:33:57,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:33:57,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:33:57,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:33:57,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:33:57,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:33:57,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:33:57,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:33:57,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:33:57,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:33:57,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:33:57,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:33:57,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:33:57,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:33:57,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:33:57,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:33:57,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:33:57,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:33:57,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:33:57,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:33:57,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:33:57,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:33:57,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:33:57,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:33:57,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:33:57,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:33:57,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:33:57,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db772f3f-f6b3-4b00-8a9b-e75a9f772c1f 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:33:57,090 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-db772f3f-f6b3-4b00-8a9b-e75a9f772c1f 2018-10-22 18:33:57,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:33:57,475 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:33:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["2j9luLVbTxWa5Qbh7WbY8w"], "issued_at": "2018-10-22T18:33:57.000000Z"}} 2018-10-22 18:33:57,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2b697af519a7247ebb08c992ef50e3d8aafe330" 2018-10-22 18:33:57,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:33:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1af48393-6729-4f98-b1fa-fe8d001d8346 x-compute-request-id: req-1af48393-6729-4f98-b1fa-fe8d001d8346 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:33:57,662 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-1af48393-6729-4f98-b1fa-fe8d001d8346 2018-10-22 18:33:57,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2b697af519a7247ebb08c992ef50e3d8aafe330" 2018-10-22 18:33:57,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:33:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c4d54e5-a0c1-4782-8c05-109986e6ec62 x-compute-request-id: req-5c4d54e5-a0c1-4782-8c05-109986e6ec62 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:33:57,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-5c4d54e5-a0c1-4782-8c05-109986e6ec62 2018-10-22 18:33:57,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2b697af519a7247ebb08c992ef50e3d8aafe330" -d '{"server": {"name": "sdnvpn-4-2", "imageRef": "fa0d2750-d3be-4132-94f8-3905a44846ba", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "fecf7081-3855-4d78-b663-54b4abd75e15"}]}}' 2018-10-22 18:33:59,199 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:33:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ce835eca-3e4a-4a97-a6e5-58d89bef4b5b x-compute-request-id: req-ce835eca-3e4a-4a97-a6e5-58d89bef4b5b Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "dd42d74f-6904-4031-b124-d7c04eeee7ab", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab", "rel": "bookmark"}], "adminPass": "jeEPuVbXy39B"}} 2018-10-22 18:33:59,200 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-ce835eca-3e4a-4a97-a6e5-58d89bef4b5b 2018-10-22 18:33:59,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:33:59,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:33:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84c01617-c6b1-41af-b427-83405e0cd821 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:33:59,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-84c01617-c6b1-41af-b427-83405e0cd821 2018-10-22 18:33:59,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:33:59,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:33:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["KsmzvhUiTgmkgzQGOt6_sg"], "issued_at": "2018-10-22T18:33:59.000000Z"}} 2018-10-22 18:33:59,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7efba47c66a7185bed40ff8c85216734f4ef5cd3" 2018-10-22 18:34:00,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:33:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea55297f-c51f-4d8c-8a12-36ea54a020b4 x-compute-request-id: req-ea55297f-c51f-4d8c-8a12-36ea54a020b4 Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "dd42d74f-6904-4031-b124-d7c04eeee7ab", "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:33: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-4-2", "created": "2018-10-22T18:33:59Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:00,166 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab used request id req-ea55297f-c51f-4d8c-8a12-36ea54a020b4 2018-10-22 18:34:03,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7efba47c66a7185bed40ff8c85216734f4ef5cd3" 2018-10-22 18:34:03,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-6988a640-ce08-4b0b-9ea2-41e455f1595c x-compute-request-id: req-6988a640-ce08-4b0b-9ea2-41e455f1595c 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:a7:ca:39", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000152", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "dd42d74f-6904-4031-b124-d7c04eeee7ab", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:34:00Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2", "created": "2018-10-22T18:33:59Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:03,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab used request id req-6988a640-ce08-4b0b-9ea2-41e455f1595c 2018-10-22 18:34:06,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7efba47c66a7185bed40ff8c85216734f4ef5cd3" 2018-10-22 18:34:07,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41abf0b0-cd0d-4a2a-94dc-9f2e63f181f2 x-compute-request-id: req-41abf0b0-cd0d-4a2a-94dc-9f2e63f181f2 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:a7:ca:39", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000152", "OS-SRV-USG:launched_at": "2018-10-22T18:34:03.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "dd42d74f-6904-4031-b124-d7c04eeee7ab", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:34:04Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2", "created": "2018-10-22T18:33:59Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:07,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab used request id req-41abf0b0-cd0d-4a2a-94dc-9f2e63f181f2 2018-10-22 18:34:07,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2b697af519a7247ebb08c992ef50e3d8aafe330" 2018-10-22 18:34:08,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-08df45a0-a2e4-4e4f-b8d7-7ccbb577db14 x-compute-request-id: req-08df45a0-a2e4-4e4f-b8d7-7ccbb577db14 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:a7:ca:39", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000152", "OS-SRV-USG:launched_at": "2018-10-22T18:34:03.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "dd42d74f-6904-4031-b124-d7c04eeee7ab", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:34:04Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2", "created": "2018-10-22T18:33:59Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:08,421 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab used request id req-08df45a0-a2e4-4e4f-b8d7-7ccbb577db14 2018-10-22 18:34:08,421 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-2' booted successfully. IP='10.10.10.11'. 2018-10-22 18:34:08,421 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-2' to security group 'sdnvpn-sg'... 2018-10-22 18:34:08,424 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e684aef99f2c75b59fe07f8e2048ed15f77b7fa9" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:34:09,771 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18: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 x-openstack-request-id: req-9f98fbe8-9a41-4a1e-93a9-4b357d9c8217 x-compute-request-id: req-9f98fbe8-9a41-4a1e-93a9-4b357d9c8217 Content-Length: 0 Content-Type: application/json 2018-10-22 18:34:09,771 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab/action used request id req-9f98fbe8-9a41-4a1e-93a9-4b357d9c8217 2018-10-22 18:34:09,771 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-3'... 2018-10-22 18:34:09,771 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-3 flavor=m1.tiny image=fa0d2750-d3be-4132-94f8-3905a44846ba network=fecf7081-3855-4d78-b663-54b4abd75e15 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-22 18:34:09,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:34:09,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:34:09,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:34:09,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:34:09,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:34:09,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:34:09,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:34:09,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:34:09,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:34:09,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:34:09,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:34:09,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:34:09,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:34:09,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:34:09,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:34:09,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:34:09,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:34:09,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:34:09,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:34:09,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:34:09,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:34:09,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:34:09,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:34:09,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:34:09,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:34:09,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:34:09,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:34:09,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:34:09,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:34:09,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:34:09,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:34:09,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:34:09,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:34:09,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:34:09,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:34:09,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:34:09,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:34:09,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:34:09,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:34:09,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:34:09,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:34:09,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:34:09,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:34:09,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:34:09,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:34:09,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:34:09,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:34:09,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:34:09,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:34:09,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-011cfd3c-44bd-4d4f-9640-e1308d4c0357 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:34:09,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-011cfd3c-44bd-4d4f-9640-e1308d4c0357 2018-10-22 18:34:09,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:34:10,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:34:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["K45ACD3YRzmT3YpggXNvlw"], "issued_at": "2018-10-22T18:34:10.000000Z"}} 2018-10-22 18:34:10,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f29653f1520c2354ac4ab05bfd4c56524bc4dcae" 2018-10-22 18:34:10,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef915528-4439-4aee-9912-335f29853424 x-compute-request-id: req-ef915528-4439-4aee-9912-335f29853424 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:34:10,350 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-ef915528-4439-4aee-9912-335f29853424 2018-10-22 18:34:10,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f29653f1520c2354ac4ab05bfd4c56524bc4dcae" 2018-10-22 18:34:10,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4dc75b53-04b9-4df5-aa1c-0f116d222604 x-compute-request-id: req-4dc75b53-04b9-4df5-aa1c-0f116d222604 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:34:10,372 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-4dc75b53-04b9-4df5-aa1c-0f116d222604 2018-10-22 18:34:10,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f29653f1520c2354ac4ab05bfd4c56524bc4dcae" -d '{"server": {"name": "sdnvpn-4-3", "imageRef": "fa0d2750-d3be-4132-94f8-3905a44846ba", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "fecf7081-3855-4d78-b663-54b4abd75e15"}]}}' 2018-10-22 18:34:11,942 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18: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-e888023e-0a08-48fb-ae99-cb7fc534541f x-compute-request-id: req-e888023e-0a08-48fb-ae99-cb7fc534541f Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cfad8a3d-75e9-4105-9024-583c9d7bc720", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720", "rel": "bookmark"}], "adminPass": "AywnWn9crv9s"}} 2018-10-22 18:34:11,943 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-e888023e-0a08-48fb-ae99-cb7fc534541f 2018-10-22 18:34:11,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:34:11,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ff2d79a-e85c-420a-b971-eb62c3170660 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:34:11,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3ff2d79a-e85c-420a-b971-eb62c3170660 2018-10-22 18:34:11,952 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:34:12,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:34:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["-lbIaKqaTLyEczGFf14gDQ"], "issued_at": "2018-10-22T18:34:12.000000Z"}} 2018-10-22 18:34:12,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec9781a57d801f2432254efab3b90f375d2b2cd" 2018-10-22 18:34:12,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34: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-f34f8af6-e4c9-4d0a-b3c6-af52764e9cbb x-compute-request-id: req-f34f8af6-e4c9-4d0a-b3c6-af52764e9cbb 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.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000155", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "cfad8a3d-75e9-4105-9024-583c9d7bc720", "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:34:12Z", "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-10-22T18:34:11Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:12,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720 used request id req-f34f8af6-e4c9-4d0a-b3c6-af52764e9cbb 2018-10-22 18:34:15,843 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec9781a57d801f2432254efab3b90f375d2b2cd" 2018-10-22 18:34:16,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-4b35109f-96b0-4931-ada7-308a795bc3de x-compute-request-id: req-4b35109f-96b0-4931-ada7-308a795bc3de Content-Encoding: gzip Content-Length: 776 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:24:69:67", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000155", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "cfad8a3d-75e9-4105-9024-583c9d7bc720", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:34:12Z", "hostId": "a0e44779f1b54d8b6d440c89c313180bfefb1346ffb6e408f47d5851", "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-3", "created": "2018-10-22T18:34:11Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:16,872 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720 used request id req-4b35109f-96b0-4931-ada7-308a795bc3de 2018-10-22 18:34:19,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec9781a57d801f2432254efab3b90f375d2b2cd" 2018-10-22 18:34:20,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-e2c7d0cc-5f4d-447d-ba0f-61e686221e70 x-compute-request-id: req-e2c7d0cc-5f4d-447d-ba0f-61e686221e70 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:24:69:67", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000155", "OS-SRV-USG:launched_at": "2018-10-22T18:34:15.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "cfad8a3d-75e9-4105-9024-583c9d7bc720", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:34:16Z", "hostId": "a0e44779f1b54d8b6d440c89c313180bfefb1346ffb6e408f47d5851", "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-3", "created": "2018-10-22T18:34:11Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:20,515 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720 used request id req-e2c7d0cc-5f4d-447d-ba0f-61e686221e70 2018-10-22 18:34:20,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f29653f1520c2354ac4ab05bfd4c56524bc4dcae" 2018-10-22 18:34:21,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14e58d13-bf24-4650-b793-1b6e51e5c1cb x-compute-request-id: req-14e58d13-bf24-4650-b793-1b6e51e5c1cb 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:24:69:67", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000155", "OS-SRV-USG:launched_at": "2018-10-22T18:34:15.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "cfad8a3d-75e9-4105-9024-583c9d7bc720", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:34:16Z", "hostId": "a0e44779f1b54d8b6d440c89c313180bfefb1346ffb6e408f47d5851", "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-3", "created": "2018-10-22T18:34:11Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:21,403 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720 used request id req-14e58d13-bf24-4650-b793-1b6e51e5c1cb 2018-10-22 18:34:21,403 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-3' booted successfully. IP='10.10.10.6'. 2018-10-22 18:34:21,403 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-3' to security group 'sdnvpn-sg'... 2018-10-22 18:34:21,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e684aef99f2c75b59fe07f8e2048ed15f77b7fa9" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:34:22,774 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18: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-d52d4c0f-551e-401b-87ef-a8fa2bae65b4 x-compute-request-id: req-d52d4c0f-551e-401b-87ef-a8fa2bae65b4 Content-Length: 0 Content-Type: application/json 2018-10-22 18:34:22,774 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720/action used request id req-d52d4c0f-551e-401b-87ef-a8fa2bae65b4 2018-10-22 18:34:22,774 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-5'... 2018-10-22 18:34:22,774 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-5 flavor=m1.tiny image=fa0d2750-d3be-4132-94f8-3905a44846ba network=45e12b67-f0d1-4783-b6d1-aa31e76880dc secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-22 18:34:22,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:34:22,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:34:22,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:34:22,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:34:22,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:34:22,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:34:22,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:34:22,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:34:22,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:34:22,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:34:22,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:34:22,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:34:22,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:34:22,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:34:22,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:34:22,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:34:22,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:34:22,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:34:22,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:34:22,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:34:22,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:34:22,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:34:22,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:34:22,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:34:22,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:34:22,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:34:22,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:34:22,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:34:22,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:34:22,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:34:22,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:34:22,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:34:22,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:34:22,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:34:22,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:34:22,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:34:22,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:34:22,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:34:22,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:34:22,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:34:22,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:34:22,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:34:22,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:34:22,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:34:22,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:34:22,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:34:22,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:34:22,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:34:22,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:34:22,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a1e9da9-237d-4071-a981-51bd62733cbd 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:34:22,794 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3a1e9da9-237d-4071-a981-51bd62733cbd 2018-10-22 18:34:22,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:34:23,185 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:34:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["OJvVy4Y6Qe6_cthsdjpjqA"], "issued_at": "2018-10-22T18:34:23.000000Z"}} 2018-10-22 18:34:23,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" 2018-10-22 18:34:23,368 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34: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-8de41e29-0c44-4357-a971-eb132475f0a6 x-compute-request-id: req-8de41e29-0c44-4357-a971-eb132475f0a6 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:34:23,368 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-8de41e29-0c44-4357-a971-eb132475f0a6 2018-10-22 18:34:23,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" 2018-10-22 18:34:23,390 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34: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-4dd09ccc-6868-4f5a-b4c2-ea5166ed55b5 x-compute-request-id: req-4dd09ccc-6868-4f5a-b4c2-ea5166ed55b5 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:34:23,391 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-4dd09ccc-6868-4f5a-b4c2-ea5166ed55b5 2018-10-22 18:34:23,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"server": {"name": "sdnvpn-4-5", "imageRef": "fa0d2750-d3be-4132-94f8-3905a44846ba", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "45e12b67-f0d1-4783-b6d1-aa31e76880dc"}]}}' 2018-10-22 18:34:24,996 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:34: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-4fed188f-897f-4680-b6d3-3bd9b4954f61 x-compute-request-id: req-4fed188f-897f-4680-b6d3-3bd9b4954f61 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6a9e627e-4c26-4ee0-9a17-ffa7229a78d2", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2", "rel": "bookmark"}], "adminPass": "JF8Pwn9qvwJr"}} 2018-10-22 18:34:24,997 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-4fed188f-897f-4680-b6d3-3bd9b4954f61 2018-10-22 18:34:24,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:34:25,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c01d7c9-0560-4c36-9cf7-26f41960b20b 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:34:25,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7c01d7c9-0560-4c36-9cf7-26f41960b20b 2018-10-22 18:34:25,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:34:25,384 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:34:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["WgABob9-Q5ar5fHi4D-OhQ"], "issued_at": "2018-10-22T18:34:25.000000Z"}} 2018-10-22 18:34:25,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c9253af9667c55db725678a892d9018f4a080d" 2018-10-22 18:34:25,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-4e660c36-3ef1-452f-87fb-23bfa6ab514e x-compute-request-id: req-4e660c36-3ef1-452f-87fb-23bfa6ab514e 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.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000158", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "6a9e627e-4c26-4ee0-9a17-ffa7229a78d2", "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:34:25Z", "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-10-22T18:34:24Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:25,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2 used request id req-4e660c36-3ef1-452f-87fb-23bfa6ab514e 2018-10-22 18:34:28,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c9253af9667c55db725678a892d9018f4a080d" 2018-10-22 18:34:29,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34: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-3ed75109-5072-41be-a027-93149c4be689 x-compute-request-id: req-3ed75109-5072-41be-a027-93149c4be689 Content-Encoding: gzip Content-Length: 777 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:95:c7:10", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000158", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "6a9e627e-4c26-4ee0-9a17-ffa7229a78d2", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:34:25Z", "hostId": "a0e44779f1b54d8b6d440c89c313180bfefb1346ffb6e408f47d5851", "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-5", "created": "2018-10-22T18:34:24Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:29,512 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2 used request id req-3ed75109-5072-41be-a027-93149c4be689 2018-10-22 18:34:32,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c9253af9667c55db725678a892d9018f4a080d" 2018-10-22 18:34:33,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-617d22fc-2dc2-4056-9f5d-f82e38521d5d x-compute-request-id: req-617d22fc-2dc2-4056-9f5d-f82e38521d5d Content-Encoding: gzip Content-Length: 780 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:95:c7:10", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000158", "OS-SRV-USG:launched_at": "2018-10-22T18:34:28.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "6a9e627e-4c26-4ee0-9a17-ffa7229a78d2", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:34:29Z", "hostId": "a0e44779f1b54d8b6d440c89c313180bfefb1346ffb6e408f47d5851", "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-5", "created": "2018-10-22T18:34:24Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:33,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2 used request id req-617d22fc-2dc2-4056-9f5d-f82e38521d5d 2018-10-22 18:34:33,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" 2018-10-22 18:34:33,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c104082-55ae-4513-ba1f-53de9048c914 x-compute-request-id: req-5c104082-55ae-4513-ba1f-53de9048c914 Content-Encoding: gzip Content-Length: 780 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:95:c7:10", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000158", "OS-SRV-USG:launched_at": "2018-10-22T18:34:28.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "6a9e627e-4c26-4ee0-9a17-ffa7229a78d2", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:34:29Z", "hostId": "a0e44779f1b54d8b6d440c89c313180bfefb1346ffb6e408f47d5851", "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-5", "created": "2018-10-22T18:34:24Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:33,846 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2 used request id req-5c104082-55ae-4513-ba1f-53de9048c914 2018-10-22 18:34:33,847 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-5' booted successfully. IP='10.10.11.9'. 2018-10-22 18:34:33,847 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-5' to security group 'sdnvpn-sg'... 2018-10-22 18:34:33,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e684aef99f2c75b59fe07f8e2048ed15f77b7fa9" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:34:35,297 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:34:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3ec93df3-4885-499a-be03-dfd04dac0d36 x-compute-request-id: req-3ec93df3-4885-499a-be03-dfd04dac0d36 Content-Length: 0 Content-Type: application/json 2018-10-22 18:34:35,297 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-3ec93df3-4885-499a-be03-dfd04dac0d36 2018-10-22 18:34:35,297 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-4'... 2018-10-22 18:34:35,298 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-4 flavor=m1.tiny image=fa0d2750-d3be-4132-94f8-3905a44846ba network=45e12b67-f0d1-4783-b6d1-aa31e76880dc secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.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-10-22 18:34:35,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:34:35,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:34:35,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:34:35,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:34:35,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:34:35,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:34:35,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:34:35,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:34:35,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:34:35,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:34:35,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:34:35,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:34:35,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:34:35,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:34:35,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:34:35,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:34:35,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:34:35,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:34:35,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:34:35,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:34:35,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:34:35,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:34:35,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:34:35,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:34:35,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:34:35,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:34:35,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:34:35,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:34:35,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:34:35,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:34:35,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:34:35,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:34:35,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:34:35,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:34:35,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:34:35,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:34:35,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:34:35,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:34:35,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:34:35,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:34:35,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:34:35,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:34:35,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:34:35,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:34:35,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:34:35,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:34:35,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:34:35,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:34:35,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:34:35,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83402714-12e8-416f-93d9-c6ec5368c17c 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:34:35,317 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-83402714-12e8-416f-93d9-c6ec5368c17c 2018-10-22 18:34:35,317 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:34:35,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:34:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["6l6MIpOgTbqZgOFQaHQr0A"], "issued_at": "2018-10-22T18:34:35.000000Z"}} 2018-10-22 18:34:35,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6303abf2357e73061413aba1a7827cda7413f6ea" 2018-10-22 18:34:35,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-ac8e498e-a166-495a-b152-24640166f4ab x-compute-request-id: req-ac8e498e-a166-495a-b152-24640166f4ab Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:34:35,884 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-ac8e498e-a166-495a-b152-24640166f4ab 2018-10-22 18:34:35,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6303abf2357e73061413aba1a7827cda7413f6ea" 2018-10-22 18:34:35,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-51bad9e8-5214-493d-9bc0-9ca0e3b88d7c x-compute-request-id: req-51bad9e8-5214-493d-9bc0-9ca0e3b88d7c Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:34:35,907 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-51bad9e8-5214-493d-9bc0-9ca0e3b88d7c 2018-10-22 18:34:35,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6303abf2357e73061413aba1a7827cda7413f6ea" -d '{"server": {"name": "sdnvpn-4-4", "imageRef": "fa0d2750-d3be-4132-94f8-3905a44846ba", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS45CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "45e12b67-f0d1-4783-b6d1-aa31e76880dc"}], "config_drive": true}}' 2018-10-22 18:34:37,386 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18: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 x-openstack-request-id: req-f6d37ccd-6263-46e3-9923-b19244c71ff5 x-compute-request-id: req-f6d37ccd-6263-46e3-9923-b19244c71ff5 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e", "rel": "bookmark"}], "adminPass": "u6phrzVuBVD8"}} 2018-10-22 18:34:37,386 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-f6d37ccd-6263-46e3-9923-b19244c71ff5 2018-10-22 18:34:37,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:34:37,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-122c2ad2-c88c-4cbe-8e67-8ef5d06fa366 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:34:37,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-122c2ad2-c88c-4cbe-8e67-8ef5d06fa366 2018-10-22 18:34:37,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:34:37,772 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:34:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["x6Sxit9fQdSlAdiT4T-CGQ"], "issued_at": "2018-10-22T18:34:37.000000Z"}} 2018-10-22 18:34:37,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a235a8c806519af379d18afc995c75caa661ee" 2018-10-22 18:34:38,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34: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-63a5a06d-97e4-4432-8c13-80cd230059a8 x-compute-request-id: req-63a5a06d-97e4-4432-8c13-80cd230059a8 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.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e", "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:34:37Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-4", "created": "2018-10-22T18:34:37Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:38,313 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e used request id req-63a5a06d-97e4-4432-8c13-80cd230059a8 2018-10-22 18:34:41,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a235a8c806519af379d18afc995c75caa661ee" 2018-10-22 18:34:42,006 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-ef27a55d-a148-4d0b-b63b-2e7b884519cc x-compute-request-id: req-ef27a55d-a148-4d0b-b63b-2e7b884519cc Content-Encoding: gzip Content-Length: 781 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:4f:80:48", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:34:38Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-4", "created": "2018-10-22T18:34:37Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:42,006 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e used request id req-ef27a55d-a148-4d0b-b63b-2e7b884519cc 2018-10-22 18:34:45,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a235a8c806519af379d18afc995c75caa661ee" 2018-10-22 18:34:45,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34: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-2fec3d5e-d045-4944-98f2-0e08e3f398a1 x-compute-request-id: req-2fec3d5e-d045-4944-98f2-0e08e3f398a1 Content-Encoding: gzip Content-Length: 785 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:4f:80:48", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015b", "OS-SRV-USG:launched_at": "2018-10-22T18:34:41.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:34:41Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-4", "created": "2018-10-22T18:34:37Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:45,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e used request id req-2fec3d5e-d045-4944-98f2-0e08e3f398a1 2018-10-22 18:34:45,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6303abf2357e73061413aba1a7827cda7413f6ea" 2018-10-22 18:34:46,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34: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-2763573f-091c-4030-8241-1ba9122c64f8 x-compute-request-id: req-2763573f-091c-4030-8241-1ba9122c64f8 Content-Encoding: gzip Content-Length: 785 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:4f:80:48", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015b", "OS-SRV-USG:launched_at": "2018-10-22T18:34:41.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:34:41Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-4", "created": "2018-10-22T18:34:37Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:46,441 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e used request id req-2763573f-091c-4030-8241-1ba9122c64f8 2018-10-22 18:34:46,441 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-4' booted successfully. IP='10.10.11.6'. 2018-10-22 18:34:46,441 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-4' to security group 'sdnvpn-sg'... 2018-10-22 18:34:46,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e684aef99f2c75b59fe07f8e2048ed15f77b7fa9" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:34:47,593 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:34:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1d469eb7-0a3a-402b-a435-8bc47775f210 x-compute-request-id: req-1d469eb7-0a3a-402b-a435-8bc47775f210 Content-Length: 0 Content-Type: application/json 2018-10-22 18:34:47,593 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e/action used request id req-1d469eb7-0a3a-402b-a435-8bc47775f210 2018-10-22 18:34:47,594 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-1'... 2018-10-22 18:34:47,594 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-1 flavor=m1.tiny image=fa0d2750-d3be-4132-94f8-3905a44846ba network=fecf7081-3855-4d78-b663-54b4abd75e15 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.11 10.10.10.6 10.10.11.6 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-10-22 18:34:47,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:34:47,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:34:47,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:34:47,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:34:47,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:34:47,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:34:47,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:34:47,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:34:47,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:34:47,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:34:47,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:34:47,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:34:47,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:34:47,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:34:47,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:34:47,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:34:47,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:34:47,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:34:47,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:34:47,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:34:47,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:34:47,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:34:47,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:34:47,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:34:47,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:34:47,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:34:47,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:34:47,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:34:47,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:34:47,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:34:47,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:34:47,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:34:47,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:34:47,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:34:47,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:34:47,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:34:47,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:34:47,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:34:47,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:34:47,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:34:47,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:34:47,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:34:47,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:34:47,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:34:47,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:34:47,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:34:47,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:34:47,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:34:47,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:34:47,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6cddcae-7947-479f-8c13-515af4a2a451 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:34:47,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a6cddcae-7947-479f-8c13-515af4a2a451 2018-10-22 18:34:47,613 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:34:47,996 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:34:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["8dVOrHRwTA6j964QvOyEkQ"], "issued_at": "2018-10-22T18:34:47.000000Z"}} 2018-10-22 18:34:47,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf32326de875c59670f20c06d66d42959fb9a8c" 2018-10-22 18:34:48,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-d2a0cae5-9e86-43af-9589-991abc970b67 x-compute-request-id: req-d2a0cae5-9e86-43af-9589-991abc970b67 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:34:48,160 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-d2a0cae5-9e86-43af-9589-991abc970b67 2018-10-22 18:34:48,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf32326de875c59670f20c06d66d42959fb9a8c" 2018-10-22 18:34:48,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34: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-47047c7c-01d3-4114-bece-9761332e0ced x-compute-request-id: req-47047c7c-01d3-4114-bece-9761332e0ced Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:34:48,182 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-47047c7c-01d3-4114-bece-9761332e0ced 2018-10-22 18:34:48,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf32326de875c59670f20c06d66d42959fb9a8c" -d '{"server": {"name": "sdnvpn-4-1", "imageRef": "fa0d2750-d3be-4132-94f8-3905a44846ba", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMSAxMC4xMC4xMC42IDEwLjEwLjExLjYgMTAuMTAuMTEuOQp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "fecf7081-3855-4d78-b663-54b4abd75e15"}], "config_drive": true}}' 2018-10-22 18:34:50,073 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:34: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-52ef5687-715b-4704-b8a3-ca8707799341 x-compute-request-id: req-52ef5687-715b-4704-b8a3-ca8707799341 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e", "rel": "bookmark"}], "adminPass": "GG2hmPtpPD6E"}} 2018-10-22 18:34:50,073 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-52ef5687-715b-4704-b8a3-ca8707799341 2018-10-22 18:34:50,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:34:50,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d55b917-477e-4dab-b824-6cd77d94b020 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:34:50,080 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9d55b917-477e-4dab-b824-6cd77d94b020 2018-10-22 18:34:50,081 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:34:50,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:34:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["dZJbEczORkmscMaDknVVdQ"], "issued_at": "2018-10-22T18:34:50.000000Z"}} 2018-10-22 18:34:50,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aae857ad76de4ffd28d321c62f388652bb6a4b80" 2018-10-22 18:34:50,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-0576c483-5003-4cae-a54b-b29ac0d52474 x-compute-request-id: req-0576c483-5003-4cae-a54b-b29ac0d52474 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.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e", "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:34:50Z", "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-1", "created": "2018-10-22T18:34:50Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:50,923 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e used request id req-0576c483-5003-4cae-a54b-b29ac0d52474 2018-10-22 18:34:53,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aae857ad76de4ffd28d321c62f388652bb6a4b80" 2018-10-22 18:34:54,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-8a18e7a9-591d-46b9-bf7c-68e7484e50ff x-compute-request-id: req-8a18e7a9-591d-46b9-bf7c-68e7484e50ff 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:16:9c:05", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:34:51Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:34:50Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:54,404 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e used request id req-8a18e7a9-591d-46b9-bf7c-68e7484e50ff 2018-10-22 18:34:57,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aae857ad76de4ffd28d321c62f388652bb6a4b80" 2018-10-22 18:34:58,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-ed84f483-579d-4c9a-bb7d-a1ff2860a8ec x-compute-request-id: req-ed84f483-579d-4c9a-bb7d-a1ff2860a8ec 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:16:9c:05", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": "2018-10-22T18:34:54.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:34:54Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:34:50Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:58,233 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e used request id req-ed84f483-579d-4c9a-bb7d-a1ff2860a8ec 2018-10-22 18:34:58,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf32326de875c59670f20c06d66d42959fb9a8c" 2018-10-22 18:34:59,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:34:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d63114df-310f-460a-8061-c456fb8af5f3 x-compute-request-id: req-d63114df-310f-460a-8061-c456fb8af5f3 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:16:9c:05", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e", "rel": "bookmark"}], "image": {"id": "fa0d2750-d3be-4132-94f8-3905a44846ba", "links": [{"href": "http://172.30.9.22:8774/images/fa0d2750-d3be-4132-94f8-3905a44846ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": "2018-10-22T18:34:54.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:34:54Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:34:50Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:34:59,053 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e used request id req-d63114df-310f-460a-8061-c456fb8af5f3 2018-10-22 18:34:59,053 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-1' booted successfully. IP='10.10.10.14'. 2018-10-22 18:34:59,054 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-1' to security group 'sdnvpn-sg'... 2018-10-22 18:34:59,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e684aef99f2c75b59fe07f8e2048ed15f77b7fa9" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:35:00,360 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18: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 x-openstack-request-id: req-a7f606ab-52c9-4208-9dd7-91e8f11b1bae x-compute-request-id: req-a7f606ab-52c9-4208-9dd7-91e8f11b1bae Content-Length: 0 Content-Type: application/json 2018-10-22 18:35:00,360 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action used request id req-a7f606ab-52c9-4208-9dd7-91e8f11b1bae 2018-10-22 18:35:00,361 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-10-22 18:35:00,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-137145", "route_distinguishers": "12:12"}}' 2018-10-22 18:35:00,692 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-4c3c4a4e-d955-48ff-9b43-a25b7db48e59 Date: Mon, 22 Oct 2018 18:35:00 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": [], "id": "411bf638-0e0f-4f01-8cd6-67771ce28c2f", "name": "sdnvpn-137145", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "type": "l3"}} 2018-10-22 18:35:00,692 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns used request id req-4c3c4a4e-d955-48ff-9b43-a25b7db48e59 2018-10-22 18:35:00,693 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-137145', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'8ba7a6acf87944158b12f697f8414be6', u'route_targets': [], u'project_id': u'8ba7a6acf87944158b12f697f8414be6', u'type': u'l3', u'id': u'411bf638-0e0f-4f01-8cd6-67771ce28c2f'}} 2018-10-22 18:35:00,693 - sdnvpn-results - INFO - Associate router 'sdnvpn-4-1-router' to the VPN. 2018-10-22 18:35:00,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/411bf638-0e0f-4f01-8cd6-67771ce28c2f/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" -d '{"router_association": {"router_id": "27a6a768-0620-4137-9930-969cdec321c1"}}' 2018-10-22 18:35:01,388 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-3d9e894a-12fd-46d8-8ffb-15ffe820d8ee Date: Mon, 22 Oct 2018 18:35:01 GMT RESP BODY: {"router_association": {"router_id": "27a6a768-0620-4137-9930-969cdec321c1", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "201d3420-a2b8-4d50-bbce-a16c2ad5e702"}} 2018-10-22 18:35:01,389 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/411bf638-0e0f-4f01-8cd6-67771ce28c2f/router_associations used request id req-3d9e894a-12fd-46d8-8ffb-15ffe820d8ee 2018-10-22 18:35:01,389 - sdnvpn_test_utils - INFO - Waiting for instance dd42d74f-6904-4031-b124-d7c04eeee7ab to boot up 2018-10-22 18:35:01,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2b697af519a7247ebb08c992ef50e3d8aafe330" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:35:02,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:35: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-9fb5e1f6-ee46-48ef-a4bf-43800c80c783 x-compute-request-id: req-9fb5e1f6-ee46-48ef-a4bf-43800c80c783 Content-Encoding: gzip Content-Length: 11166 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 468690806 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133695] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135344] pid_max: default: 32768 minimum: 301\n[ 0.136233] ACPI: Core revision 20150930\n[ 0.137609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138915] Security Framework initialized\n[ 0.139721] Yama: becoming mindful.\n[ 0.140441] AppArmor: AppArmor initialized\n[ 0.141304] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142624] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143908] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145127] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146538] Initializing cgroup subsys io\n[ 0.147361] Initializing cgroup subsys memory\n[ 0.148229] Initializing cgroup subsys devices\n[ 0.149117] Initializing cgroup subsys freezer\n[ 0.149993] Initializing cgroup subsys net_cls\n[ 0.150862] Initializing cgroup subsys perf_event\n[ 0.151776] Initializing cgroup subsys net_prio\n[ 0.152663] Initializing cgroup subsys hugetlb\n[ 0.153541] Initializing cgroup subsys pids\n[ 0.154422] CPU: Physical Processor ID: 0\n[ 0.155918] mce: CPU supports 10 MCE banks\n[ 0.156783] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157796] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175231] ftrace: allocating 31920 entries in 125 pages\n[ 0.201451] smpboot: Max logical packages: 1\n[ 0.202315] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203673] x2apic enabled\n[ 0.204479] Switched APIC routing to physical x2apic.\n[ 0.206247] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207375] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209392] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211199] KVM setup paravirtual spinlock\n[ 0.212494] x86: Booted up 1 node, 1 CPUs\n[ 0.213310] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214713] devtmpfs: initialized\n[ 0.216433] evm: security.selinux\n[ 0.217143] evm: security.SMACK64\n[ 0.217842] evm: security.SMACK64EXEC\n[ 0.218591] evm: security.SMACK64TRANSMUTE\n[ 0.219410] evm: security.SMACK64MMAP\n[ 0.220167] evm: security.ima\n[ 0.220816] evm: security.capability\n[ 0.221623] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223493] pinctrl core: initialized pinctrl subsystem\n[ 0.224603] RTC time: 18:34:03, date: 10/22/18\n[ 0.225568] NET: Registered protocol family 16\n[ 0.226545] cpuidle: using governor ladder\n[ 0.227375] cpuidle: using governor menu\n[ 0.228172] PCCT header not found.\n[ 0.228937] ACPI: bus type PCI registered\n[ 0.229755] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230999] PCI: Using configuration type 1 for base access\n[ 0.232761] ACPI: Added _OSI(Module Device)\n[ 0.233611] ACPI: Added _OSI(Processor Device)\n[ 0.234483] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235389] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237547] ACPI: Interpreter enabled\n[ 0.238328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240188] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245771] ACPI: (supports S0 S5)\n[ 0.246478] ACPI: Using IOAPIC for interrupt routing\n[ 0.247540] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250625] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253015] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254207] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256436] acpiphp: Slot [3] registered\n[ 0.257246] acpiphp: Slot [4] registered\n[ 0.258070] acpiphp: Slot [5] registered\n[ 0.258874] acpiphp: Slot [6] registered\n[ 0.259674] acpiphp: Slot [7] registered\n[ 0.260480] acpiphp: Slot [8] registered\n[ 0.261284] acpiphp: Slot [9] registered\n[ 0.262086] acpiphp: Slot [10] registered\n[ 0.262903] acpiphp: Slot [11] registered\n[ 0.263719] acpiphp: Slot [12] registered\n[ 0.264535] acpiphp: Slot [13] registered\n[ 0.265353] acpiphp: Slot [14] registered\n[ 0.266167] acpiphp: Slot [15] registered\n[ 0.277200] acpiphp: Slot [16] registered\n[ 0.278023] acpiphp: Slot [17] registered\n[ 0.278838] acpiphp: Slot [18] registered\n[ 0.279653] acpiphp: Slot [19] registered\n[ 0.280463] acpiphp: Slot [20] registered\n[ 0.281285] acpiphp: Slot [21] registered\n[ 0.282103] acpiphp: Slot [22] registered\n[ 0.282917] acpiphp: Slot [23] registered\n[ 0.283733] acpiphp: Slot [24] registered\n[ 0.284545] acpiphp: Slot [25] registered\n[ 0.285364] acpiphp: Slot [26] registered\n[ 0.286182] acpiphp: Slot [27] registered\n[ 0.287000] acpiphp: Slot [28] registered\n[ 0.287817] acpiphp: Slot [29] registered\n[ 0.288630] acpiphp: Slot [30] registered\n[ 0.289452] acpiphp: Slot [31] registered\n[ 0.290270] PCI host bridge to bus 0000:00\n[ 0.291084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293520] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294981] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296433] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302667] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303946] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305122] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312693] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314136] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359697] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362616] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364039] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365431] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366696] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368171] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369225] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370781] vgaarb: loaded\n[ 0.371383] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372521] SCSI subsystem initialized\n[ 0.373341] ACPI: bus type USB registered\n[ 0.374157] usbcore: registered new interface driver usbfs\n[ 0.375196] usbcore: registered new interface driver hub\n[ 0.376205] usbcore: registered new device driver usb\n[ 0.377257] PCI: Using ACPI for IRQ routing\n[ 0.378284] NetLabel: Initializing\n[ 0.378998] NetLabel: domain hash size = 128\n[ 0.379852] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380804] NetLabel: unlabeled traffic allowed by default\n[ 0.381899] clocksource: Switched to clocksource kvm-clock\n[ 0.387423] AppArmor: AppArmor Filesystem Enabled\n[ 0.388393] pnp: PnP ACPI init\n[ 0.389304] pnp: PnP ACPI: found 5 devices\n[ 0.395672] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397372] NET: Registered protocol family 2\n[ 0.398333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399600] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400767] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401935] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403012] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404173] NET: Registered protocol family 1\n[ 0.405040] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406142] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407215] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421245] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435442] Trying to unpack rootfs image as initramfs...\n[ 0.484964] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498984] Scanning for low memory corruption every 60 seconds\n[ 0.500351] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501500] audit: initializing netlink subsys (disabled)\n[ 0.502533] audit: type=2000 audit(1540233244.460:1): initialized\n[ 0.503844] Initialise system trusted keyring\n[ 0.504777] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505946] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507926] zbud: loaded\n[ 0.508625] VFS: Disk quotas dquot_6.6.0\n[ 0.509448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510969] fuse init (API version 7.23)\n[ 0.511867] Key type big_key registered\n[ 0.512668] Allocating IMA MOK and blacklist keyrings.\n[ 0.514149] Key type asymmetric registered\n[ 0.514979] Asymmetric key parser 'x509' registered\n[ 0.515930] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517391] io scheduler noop registered\n[ 0.518196] io scheduler deadline registered (default)\n[ 0.519188] io scheduler cfq registered\n[ 0.520019] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521061] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522333] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523793] ACPI: Power Button [PWRF]\n[ 0.524619] GHES: HEST is not enabled!\n[ 0.538285] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565869] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568129] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596251] Linux agpgart interface v0.103\n[ 0.598290] brd: module loaded\n[ 0.599457] loop: module loaded\n[ 0.605028] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606474] GPT:90111 != 2097151\n[ 0.607148] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608224] GPT:90111 != 2097151\n[ 0.608889] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609843] vda: vda1 vda15\n[ 0.611441] scsi host0: ata_piix\n[ 0.612169] scsi host1: ata_piix\n[ 0.612867] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614074] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615504] libphy: Fixed MDIO Bus: probed\n[ 0.616318] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617256] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619479] PPP generic driver version 2.4.2\n[ 0.620361] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621747] ehci-pci: EHCI PCI platform driver\n[ 0.622625] ehci-platform: EHCI generic platform driver\n[ 0.623618] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624746] ohci-pci: OHCI PCI platform driver\n[ 0.625610] ohci-platform: OHCI generic platform driver\n[ 0.626605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641049] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642053] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643497] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644514] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645629] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646858] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648280] usb usb1: Product: UHCI Host Controller\n[ 0.649214] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651353] hub 1-0:1.0: USB hub found\n[ 0.652128] hub 1-0:1.0: 2 ports detected\n[ 0.653030] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655144] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656103] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657135] mousedev: PS/2 mouse device common for all mice\n[ 0.658404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660248] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661345] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662561] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663762] i2c /dev entries driver\n[ 0.664510] device-mapper: uevent: version 1.0.3\n[ 0.665447] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667079] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668362] NET: Registered protocol family 10\n[ 0.669348] NET: Registered protocol family 17\n[ 0.670248] Key type dns_resolver registered\n[ 0.671180] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672275] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674020] registered taskstats version 1\n[ 0.674859] Loading compiled-in X.509 certificates\n[ 0.676288] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678145] zswap: loaded using pool lzo/zbud\n[ 0.679491] Key type trusted registered\n[ 0.681035] Key type encrypted registered\n[ 0.681864] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682895] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683930] evm: HMAC attrs: 0x1\n[ 0.684869] Magic number: 6:617:595\n[ 0.685622] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.687282] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:04 UTC (1540233244)\n[ 0.688883] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689996] EDD information not available.\n[ 0.774852] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786801] Write protecting the kernel read-only data: 14336k\n[ 0.788367] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790181] 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.133990] 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.02. iid=i-0000014f\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCa2xOU1I6kas2ayjqGwkw+kf+q/n5QoGqwQINejHu32Y8kyHfyyaeTmHk+j08QMNHZr4UCO4sV+5BlHT9kkuJ+gR0cHeUnFlfWo9m//Zz++NX5xJwT59vpu6GEHCGkuzmS+f7llXeuCmo2W4Tk8/vPZCfxASssaabBsS0qu+QsunCiFLNDmqpqGA5teSr5Gr/4j9BWjPeROp87cX8pi40VVsz489zWyV0r4I65b6uYWVgiCBy17wKYJn1aok4KGHJ2pbxkIRJwpnTBXtLGQejmOboLNmvx55olr3uDLMSxQEoePga5pnyObLViODA13VSvNXupXHgengGgZf1lK0SV root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBALn0Nt9Lti/TQww8HNPGV9q2+3YsEqzkDFg1nKOl6kgcpp1WIe0mr0zwxrD8JfV6Pp7S9cC1S++XidIGirlBGgqa40RQtvcnIVMOGFw0/CC9O0bhOIgOK0e720+J6nz1+r6dp8EKLdbKnii2uGAhDQJxcNI4vpIO0aGTmds/oLQnAAAAFQCRxFhYglnCkaqvvd1iFds+e6kNWQAAAIAQaxLyXh6+ipmI5iZulfczf/V9sj6qdAPWwWcoHa+Js30NVJSLX5dSw9AEwbKUrHKtETilfxH7IkXNTsahI5B3VfThwlAkrIHBWlvJHcNL6SjDTosrt3uREGPdAe0tmc02dkhUGE27CuJMbk0V+cGTDLCZ1JfO8RcQv2STp2hifgAAAIBupuRl5XMoSK4xdyw/oaycUNRz85WmXEKDM7BUoaJSG5/7ihIPKFtX4PKSLPA+0obHOrwVOFifjgncLiecGtDoe0w5clKwWnxWkKx1YhOZkZX7UtZRpe4/3zrbgLLTYgTN7+LZxOX8Q+5lW3jp4K0hOjUt+Lo7cxJ6fAWPAKX6yQ== 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.11,24,fe80::f816:3eff:fea7:ca39/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.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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=2.98 ===\n/dev/root resized successfully [took 2.45s]\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:A7:CA:39 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:ca39/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:71 errors:0 dropped:5 overruns:0 frame:0\n TX packets:108 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8775 (8.5 KiB) TX bytes:9690 (9.4 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\n64 bytes from 10.10.10.1: seq=0 ttl=64 time=0.290 ms\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.436 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.315 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.362 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.145 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.145/0.309/0.436 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n64 bytes from 8.8.8.8: seq=0 ttl=122 time=5.684 ms\n64 bytes from 8.8.8.8: seq=1 ttl=122 time=5.140 ms\n64 bytes from 8.8.8.8: seq=2 ttl=122 time=4.975 ms\n64 bytes from 8.8.8.8: seq=3 ttl=122 time=5.000 ms\n64 bytes from 8.8.8.8: seq=4 ttl=122 time=4.783 ms\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 4.783/5.116/5.684 ms\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n64 bytes from 8.8.4.4: seq=0 ttl=122 time=5.592 ms\n64 bytes from 8.8.4.4: seq=1 ttl=122 time=5.734 ms\n64 bytes from 8.8.4.4: seq=2 ttl=122 time=5.793 ms\n64 bytes from 8.8.4.4: seq=3 ttl=122 time=5.935 ms\n64 bytes from 8.8.4.4: seq=4 ttl=122 time=5.974 ms\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 5.592/5.805/5.974 ms\n### uname -a\nLinux sdnvpn-4-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.126891] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126893] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.126894] usb 1-1: Product: QEMU USB Tablet\n[ 1.126895] usb 1-1: Manufacturer: QEMU\n[ 1.126896] usb 1-1: SerialNumber: 42\n[ 1.133990] random: dd urandom read with 5 bits of entropy available\n[ 1.498018] tsc: Refined TSC clocksource calibration: 3491.907 MHz\n[ 1.498021] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255737d476, max_idle_ns: 440795202126 ns\n[ 3.107307] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.384442] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:34:04 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:34:04 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:34:04 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:34:04 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:34:04 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:34: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)\nOct 22 19:34:04 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:34:04 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:34:04 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:34:04 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:34:04 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:34:04 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:34:04 cirros kern.info kernel: [ 1.126891] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 22 19:34:04 cirros kern.info kernel: [ 1.126893] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 22 19:34:04 cirros kern.info kernel: [ 1.126894] usb 1-1: Product: QEMU USB Tablet\nOct 22 19:34:04 cirros kern.info kernel: [ 1.126895] usb 1-1: Manufacturer: QEMU\nOct 22 19:34:04 cirros kern.info kernel: [ 1.126896] usb 1-1: SerialNumber: 42\nOct 22 19:34:04 cirros kern.notice kernel: [ 1.133990] random: dd urandom read with 5 bits of entropy available\nOct 22 19:34:05 cirros kern.info kernel: [ 1.498018] tsc: Refined TSC clocksource calibration: 3491.907 MHz\nOct 22 19:34:05 cirros kern.info kernel: [ 1.498021] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255737d476, max_idle_ns: 440795202126 ns\nOct 22 19:34:06 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:34:06 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:34:06 cirros kern.info kernel: [ 3.107307] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:34:07 cirros kern.info kernel: [ 3.384442] 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-2 login: "} 2018-10-22 18:35:02,462 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab/action used request id req-9fb5e1f6-ee46-48ef-a4bf-43800c80c783 2018-10-22 18:35:04,499 - sdnvpn_test_utils - INFO - Waiting for instance cfad8a3d-75e9-4105-9024-583c9d7bc720 to boot up 2018-10-22 18:35:04,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f29653f1520c2354ac4ab05bfd4c56524bc4dcae" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:35:05,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:35: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-0e24a4c9-3283-4496-9855-83d4a061422e x-compute-request-id: req-0e24a4c9-3283-4496-9855-83d4a061422e Content-Encoding: gzip Content-Length: 11120 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 479192689 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130242] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131858] pid_max: default: 32768 minimum: 301\n[ 0.132724] ACPI: Core revision 20150930\n[ 0.134158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135831] Security Framework initialized\n[ 0.136880] Yama: becoming mindful.\n[ 0.137826] AppArmor: AppArmor initialized\n[ 0.138936] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140709] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142408] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144020] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145845] Initializing cgroup subsys io\n[ 0.146915] Initializing cgroup subsys memory\n[ 0.148019] Initializing cgroup subsys devices\n[ 0.149173] Initializing cgroup subsys freezer\n[ 0.150305] Initializing cgroup subsys net_cls\n[ 0.151422] Initializing cgroup subsys perf_event\n[ 0.152601] Initializing cgroup subsys net_prio\n[ 0.153760] Initializing cgroup subsys hugetlb\n[ 0.154889] Initializing cgroup subsys pids\n[ 0.156003] CPU: Physical Processor ID: 0\n[ 0.157726] mce: CPU supports 10 MCE banks\n[ 0.158816] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160096] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171698] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178614] ftrace: allocating 31920 entries in 125 pages\n[ 0.205075] smpboot: Max logical packages: 1\n[ 0.206195] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207923] x2apic enabled\n[ 0.208897] Switched APIC routing to physical x2apic.\n[ 0.210942] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212360] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214825] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217067] KVM setup paravirtual spinlock\n[ 0.218591] x86: Booted up 1 node, 1 CPUs\n[ 0.219642] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221430] devtmpfs: initialized\n[ 0.223318] evm: security.selinux\n[ 0.224219] evm: security.SMACK64\n[ 0.225093] evm: security.SMACK64EXEC\n[ 0.226062] evm: security.SMACK64TRANSMUTE\n[ 0.227106] evm: security.SMACK64MMAP\n[ 0.228076] evm: security.ima\n[ 0.228880] evm: security.capability\n[ 0.229895] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232288] pinctrl core: initialized pinctrl subsystem\n[ 0.233644] RTC time: 18:34:15, date: 10/22/18\n[ 0.234816] NET: Registered protocol family 16\n[ 0.236033] cpuidle: using governor ladder\n[ 0.237096] cpuidle: using governor menu\n[ 0.238098] PCCT header not found.\n[ 0.239033] ACPI: bus type PCI registered\n[ 0.240049] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241628] PCI: Using configuration type 1 for base access\n[ 0.243662] ACPI: Added _OSI(Module Device)\n[ 0.244744] ACPI: Added _OSI(Processor Device)\n[ 0.245869] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247039] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249496] ACPI: Interpreter enabled\n[ 0.250488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252860] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255259] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260139] ACPI: (supports S0 S5)\n[ 0.261033] ACPI: Using IOAPIC for interrupt routing\n[ 0.262267] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267371] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270619] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273489] acpiphp: Slot [3] registered\n[ 0.274493] acpiphp: Slot [4] registered\n[ 0.275515] acpiphp: Slot [5] registered\n[ 0.276539] acpiphp: Slot [6] registered\n[ 0.277547] acpiphp: Slot [7] registered\n[ 0.278589] acpiphp: Slot [8] registered\n[ 0.279626] acpiphp: Slot [9] registered\n[ 0.280625] acpiphp: Slot [10] registered\n[ 0.281674] acpiphp: Slot [11] registered\n[ 0.282746] acpiphp: Slot [12] registered\n[ 0.283765] acpiphp: Slot [13] registered\n[ 0.284820] acpiphp: Slot [14] registered\n[ 0.285869] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297782] acpiphp: Slot [17] registered\n[ 0.298588] acpiphp: Slot [18] registered\n[ 0.299386] acpiphp: Slot [19] registered\n[ 0.300181] acpiphp: Slot [20] registered\n[ 0.300980] acpiphp: Slot [21] registered\n[ 0.301777] acpiphp: Slot [22] registered\n[ 0.302575] acpiphp: Slot [23] registered\n[ 0.303371] acpiphp: Slot [24] registered\n[ 0.304167] acpiphp: Slot [25] registered\n[ 0.304959] acpiphp: Slot [26] registered\n[ 0.305762] acpiphp: Slot [27] registered\n[ 0.306561] acpiphp: Slot [28] registered\n[ 0.307358] acpiphp: Slot [29] registered\n[ 0.308154] acpiphp: Slot [30] registered\n[ 0.308944] acpiphp: Slot [31] registered\n[ 0.309746] PCI host bridge to bus 0000:00\n[ 0.310548] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311737] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312923] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314347] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315770] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323161] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.324315] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.325555] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331932] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333367] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.379464] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.380943] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.382337] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.383731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.385098] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.386336] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.387464] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.388498] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.390010] vgaarb: loaded\n[ 0.390601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391718] SCSI subsystem initialized\n[ 0.392523] ACPI: bus type USB registered\n[ 0.393322] usbcore: registered new interface driver usbfs\n[ 0.394330] usbcore: registered new interface driver hub\n[ 0.395315] usbcore: registered new device driver usb\n[ 0.396358] PCI: Using ACPI for IRQ routing\n[ 0.397361] NetLabel: Initializing\n[ 0.398059] NetLabel: domain hash size = 128\n[ 0.398898] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399832] NetLabel: unlabeled traffic allowed by default\n[ 0.400905] clocksource: Switched to clocksource kvm-clock\n[ 0.406436] AppArmor: AppArmor Filesystem Enabled\n[ 0.407403] pnp: PnP ACPI init\n[ 0.408306] pnp: PnP ACPI: found 5 devices\n[ 0.414658] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416351] NET: Registered protocol family 2\n[ 0.417297] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418639] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419786] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420934] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421996] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423140] NET: Registered protocol family 1\n[ 0.423982] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425058] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454686] Trying to unpack rootfs image as initramfs...\n[ 0.504646] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519018] Scanning for low memory corruption every 60 seconds\n[ 0.520361] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521494] audit: initializing netlink subsys (disabled)\n[ 0.522502] audit: type=2000 audit(1540233256.615:1): initialized\n[ 0.523775] Initialise system trusted keyring\n[ 0.524685] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525830] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.527764] zbud: loaded\n[ 0.528455] VFS: Disk quotas dquot_6.6.0\n[ 0.529271] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.530775] fuse init (API version 7.23)\n[ 0.531658] Key type big_key registered\n[ 0.532450] Allocating IMA MOK and blacklist keyrings.\n[ 0.533535] Key type asymmetric registered\n[ 0.534345] Asymmetric key parser 'x509' registered\n[ 0.535275] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537077] io scheduler noop registered\n[ 0.537859] io scheduler deadline registered (default)\n[ 0.538838] io scheduler cfq registered\n[ 0.539655] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541931] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543360] ACPI: Power Button [PWRF]\n[ 0.544172] GHES: HEST is not enabled!\n[ 0.557854] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586764] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589576] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619297] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625285] Linux agpgart interface v0.103\n[ 0.628663] brd: module loaded\n[ 0.630720] loop: module loaded\n[ 0.640064] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641986] GPT:90111 != 2097151\n[ 0.642872] GPT:Alternate GPT header not at the end of the disk.\n[ 0.644455] GPT:90111 != 2097151\n[ 0.645394] GPT: Use GNU Parted to correct GPT errors.\n[ 0.646775] vda: vda1 vda15\n[ 0.648960] scsi host0: ata_piix\n[ 0.649948] scsi host1: ata_piix\n[ 0.650764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.652520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654540] libphy: Fixed MDIO Bus: probed\n[ 0.655608] tun: Universal TUN/TAP device driver, 1.6\n[ 0.656938] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659852] PPP generic driver version 2.4.2\n[ 0.660934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662113] ehci-pci: EHCI PCI platform driver\n[ 0.662996] ehci-platform: EHCI generic platform driver\n[ 0.663968] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.665086] ohci-pci: OHCI PCI platform driver\n[ 0.665949] ohci-platform: OHCI generic platform driver\n[ 0.666920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.681541] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.682529] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.684971] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.686076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.687281] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.688679] usb usb1: Product: UHCI Host Controller\n[ 0.689744] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.690876] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.691895] hub 1-0:1.0: USB hub found\n[ 0.692667] hub 1-0:1.0: 2 ports detected\n[ 0.693584] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.695670] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.696625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.697659] mousedev: PS/2 mouse device common for all mice\n[ 0.698904] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.700724] rtc_cmos 00:00: RTC can wake from S4\n[ 0.701821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.703006] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.704202] i2c /dev entries driver\n[ 0.704962] device-mapper: uevent: version 1.0.3\n[ 0.705899] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.707607] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.708900] NET: Registered protocol family 10\n[ 0.709910] NET: Registered protocol family 17\n[ 0.710793] Key type dns_resolver registered\n[ 0.711717] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712795] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714551] registered taskstats version 1\n[ 0.715378] Loading compiled-in X.509 certificates\n[ 0.716795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.718626] zswap: loaded using pool lzo/zbud\n[ 0.720031] Key type trusted registered\n[ 0.721607] Key type encrypted registered\n[ 0.722442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723514] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724560] evm: HMAC attrs: 0x1\n[ 0.725508] Magic number: 6:617:595\n[ 0.726251] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.727901] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:16 UTC (1540233256)\n[ 0.729536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730628] EDD information not available.\n[ 0.813910] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825867] Write protecting the kernel read-only data: 14336k\n[ 0.827453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829243] 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\n[ 0.872902] 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.56\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.6...\nLease of 10.10.10.6 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.67. iid=i-00000152\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCRuBfU5mfu9bVe7oyG6v7mzaMHAf+n8A712DzW2pukxKJPwEdAozg4iSAyPgH446pb1ayHC9r9s+YvP6yrsRf4i9ge1LvqHdchUcbioXhik1QBSk/nLWPJzPnt4Shh53h1Gf9yTYvaScto+Qx65SIX1o0BU/xHQX0AHBJOrVDhBkiDFqVr1sxAnYNfCpP3As/tt7WFrfP7fBAEJDRxQLrIMtSR5nhYRC6C/4kamYNQDIzSuoDlpLt2F7KZ+bw76P4bPMVF4jaddCgBxBqSC7ujC8GizEr+1I01MeN4s8l0UQYkjEnh+ozY59mOcDfNwD6af00hINRcRdFNTBYduxGt root@sdnvpn-4-3\nssh-dss AAAAB3NzaC1kc3MAAACBALOYksqGl6X2SCqtDdoxB+1IoLK2dbJQKbmIhEW+scH4Ts2GPJvSNmFBO4Na+EnkYRH9UUIN8G/zn05LrZ3RENxf8hellnMBIRxqOIUNGu7Sm9nKSV9zlBdRRdQnkgl2EBVIJvu2WhzNoCAK4ljeTjaHABRLVB3vPypaUBCbEz4pAAAAFQCsSC5vNN0mhN5UG3ZHL3YejEELCQAAAIBKKUtUt/I2jTWfu4l2F12iyIaGruACmrVF1h6U/yXdUg1KWKDcZWV2hpC7reMA4awl17MD5E92R00k/jXhz+wdFDyn7KPmOR5qdebkpQHUbpOvfYEr4GJbTLA6/BKgL7KyXntt6eFJUIUSA7TmpsLaun4HdS3YuYHPeCvYhtycEwAAAIEAqwdA0ZeZN7WFn6x6hPIosJYGi2JqUR6VRyTA+tUEkIcuQlr0IjU4TYxcOHR7DHcwsG2T7g+9DzxJhyVt4HRmN5QQfTSWhEYMo9uLw0dr0lglMcshb7bQH0F8+ckHF4Rl4apX/s9dqKPyG2PukzAzFgHHiisLZ5qQ8gmpNT79MfY= 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.6,24,fe80::f816:3eff:fe24:6967/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \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-00000152\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-3\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.84 ===\n/dev/root resized successfully [took 2.89s]\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:24:69:67 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe24:6967/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:68 errors:0 dropped:4 overruns:0 frame:0\n TX packets:108 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8536 (8.3 KiB) TX bytes:9682 (9.4 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\n64 bytes from 10.10.10.1: seq=0 ttl=64 time=0.213 ms\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.479 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.235 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.304 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.145 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.145/0.275/0.479 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n64 bytes from 8.8.8.8: seq=0 ttl=122 time=5.321 ms\n64 bytes from 8.8.8.8: seq=1 ttl=122 time=5.200 ms\n64 bytes from 8.8.8.8: seq=2 ttl=122 time=4.920 ms\n64 bytes from 8.8.8.8: seq=3 ttl=122 time=5.027 ms\n64 bytes from 8.8.8.8: seq=4 ttl=122 time=4.889 ms\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 4.889/5.071/5.321 ms\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n64 bytes from 8.8.4.4: seq=0 ttl=122 time=5.659 ms\n64 bytes from 8.8.4.4: seq=1 ttl=122 time=5.601 ms\n64 bytes from 8.8.4.4: seq=2 ttl=122 time=5.619 ms\n64 bytes from 8.8.4.4: seq=3 ttl=122 time=5.721 ms\n64 bytes from 8.8.4.4: seq=4 ttl=122 time=5.663 ms\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 5.601/5.652/5.721 ms\n### uname -a\nLinux sdnvpn-4-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.173933] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.173935] usb 1-1: Product: QEMU USB Tablet\n[ 1.173936] usb 1-1: Manufacturer: QEMU\n[ 1.173936] usb 1-1: SerialNumber: 42\n[ 1.516992] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.516994] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 1.726362] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.763849] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 3.956589] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.317226] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:34:17 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:34:17 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:34:17 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:34:17 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:34:17 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:34:17 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)\nOct 22 19:34:17 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:34:17 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:34:17 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:34:17 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:34:17 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:34:17 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:34:18 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:34:19 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:34:19 cirros kern.info kernel: [ 3.956589] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:34:20 cirros kern.info kernel: [ 4.317226] 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-3 login: "} 2018-10-22 18:35:05,581 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720/action used request id req-0e24a4c9-3283-4496-9855-83d4a061422e 2018-10-22 18:35:07,617 - sdnvpn_test_utils - INFO - Waiting for instance 6a9e627e-4c26-4ee0-9a17-ffa7229a78d2 to boot up 2018-10-22 18:35:07,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:35:08,690 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:35:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b32651f0-0885-4217-b1c6-31164e25c564 x-compute-request-id: req-b32651f0-0885-4217-b1c6-31164e25c564 Content-Encoding: gzip Content-Length: 7736 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-22 18:35:08,691 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-b32651f0-0885-4217-b1c6-31164e25c564 2018-10-22 18:35:10,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:35:11,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:35:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1385ba6a-6d5a-4276-8cbe-b95b798786c2 x-compute-request-id: req-1385ba6a-6d5a-4276-8cbe-b95b798786c2 Content-Encoding: gzip Content-Length: 7736 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-22 18:35:11,776 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-1385ba6a-6d5a-4276-8cbe-b95b798786c2 2018-10-22 18:35:13,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:35:14,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-dbea24fe-8e3f-4542-9eee-f4e20fe8e9f9 x-compute-request-id: req-dbea24fe-8e3f-4542-9eee-f4e20fe8e9f9 Content-Encoding: gzip Content-Length: 7736 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-22 18:35:14,865 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-dbea24fe-8e3f-4542-9eee-f4e20fe8e9f9 2018-10-22 18:35:16,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:35:17,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:35: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-8a11e06b-063e-44a1-bfa9-9b57b1718b5e x-compute-request-id: req-8a11e06b-063e-44a1-bfa9-9b57b1718b5e Content-Encoding: gzip Content-Length: 7736 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-22 18:35:17,952 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-8a11e06b-063e-44a1-bfa9-9b57b1718b5e 2018-10-22 18:35:19,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:35:21,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:35: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-a27d0a84-f3b7-4a4f-a1e5-b211427544cb x-compute-request-id: req-a27d0a84-f3b7-4a4f-a1e5-b211427544cb Content-Encoding: gzip Content-Length: 7736 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-22 18:35:21,037 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-a27d0a84-f3b7-4a4f-a1e5-b211427544cb 2018-10-22 18:35:23,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:35:24,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:35:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c12e4fca-476d-4ef9-866f-b62f761ee0ee x-compute-request-id: req-c12e4fca-476d-4ef9-866f-b62f761ee0ee Content-Encoding: gzip Content-Length: 7736 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-22 18:35:24,126 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-c12e4fca-476d-4ef9-866f-b62f761ee0ee 2018-10-22 18:35:26,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:35:27,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:35: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-ec0fd396-e2c4-4ac6-8a8e-12346903a7b3 x-compute-request-id: req-ec0fd396-e2c4-4ac6-8a8e-12346903a7b3 Content-Encoding: gzip Content-Length: 7736 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-22 18:35:27,217 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-ec0fd396-e2c4-4ac6-8a8e-12346903a7b3 2018-10-22 18:35:29,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:35:30,304 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:35: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-91ee8e60-b9e2-4052-9ab6-e0b1aa591240 x-compute-request-id: req-91ee8e60-b9e2-4052-9ab6-e0b1aa591240 Content-Encoding: gzip Content-Length: 7736 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-22 18:35:30,305 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-91ee8e60-b9e2-4052-9ab6-e0b1aa591240 2018-10-22 18:35:32,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:35:33,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:35: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-f758505e-998e-4102-953a-41edab29c6ab x-compute-request-id: req-f758505e-998e-4102-953a-41edab29c6ab Content-Encoding: gzip Content-Length: 9427 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.16. iid=i-00000155\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDA7xaFzv9xd8h/Bf+/dLEWXWmL/EJFdS+NFd9F5++vGjdkpAa9Chf4QlOiAMWHlhhf/pZGbxm2d/stfbJueowL1qz2Hc5lS64r/RE98gxkbfji0AcnhN8IirVUXuyliQn0DyZXy6GcHNt7Ay3SVejgMGEcX4W5U1+exCL6wtJhX/rg1ITFvYf8Eg8gZRbYkvsSICGn0vx6zxO8E0ekSZ3ljGzOgP2vKGlTy0Pv4EGxNvnYpNDu2/g39IVo1AZ2v626fxAtQ8ni4yHwcUZoBdPqP8wP5/CarFw/YCggQRm9r2Kb3l4dvekI5WM6o5R6TKWxsws77ShGHn+vw933ePzT root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJSmcUfXhvdZnqdH1GwhPpEpsUjU9VOVaxy6tf9xvp2iwZJ2GtFvlKOlwNHa7wi67u4qVzJewmFXT8xyHXLAIyo/l7VjNqcfrv5sPy8CEkd2Hxb/TaLcPUvHpcLpJz7XWsT0wI8o9riQlx+vD5C747DYAj8E9IBIOeYdaIa87FYzAAAAFQDnDoGfDOEsdP1+35dNKzc9X8kPbQAAAIA/rMgQHm13JUSMbyAbr/muA9+ZC0EaMkBAdbryhn9AXA5tkUyLkoE0VlyKi8vH79+IIwV9rxwQybv8G+428iSH6LUVLL1QfOGsa8Um530w3dbeoBLwv52i5kwulDCJRz8rnQnmOMcsFBg2LBZMIrg7kabgfZJ2YFGN0ItluRY8QgAAAIAX1jnRL+4QVDU20n7+RANbmynMhgQ1lfUgvpR0AoUW5pmXOUVUK3+0brz+XgzQHn6t30uCQDiKXaaYD5xltFzXiFU8+fXGm5dTsIP+FJMTROJjJ5/fyd5Ic4uV1q+T9nHFw3IjNf5OogEZYx5ixS9ZtTuDvnD8WiBMn+zcZV+6KA== 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:fe95:c710/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.71 ===\n"} 2018-10-22 18:35:33,390 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-f758505e-998e-4102-953a-41edab29c6ab 2018-10-22 18:35:35,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:35:36,485 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:35: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-fa93ba48-b05c-4392-b85d-674932f8ea37 x-compute-request-id: req-fa93ba48-b05c-4392-b85d-674932f8ea37 Content-Encoding: gzip Content-Length: 10030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.16. iid=i-00000155\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDA7xaFzv9xd8h/Bf+/dLEWXWmL/EJFdS+NFd9F5++vGjdkpAa9Chf4QlOiAMWHlhhf/pZGbxm2d/stfbJueowL1qz2Hc5lS64r/RE98gxkbfji0AcnhN8IirVUXuyliQn0DyZXy6GcHNt7Ay3SVejgMGEcX4W5U1+exCL6wtJhX/rg1ITFvYf8Eg8gZRbYkvsSICGn0vx6zxO8E0ekSZ3ljGzOgP2vKGlTy0Pv4EGxNvnYpNDu2/g39IVo1AZ2v626fxAtQ8ni4yHwcUZoBdPqP8wP5/CarFw/YCggQRm9r2Kb3l4dvekI5WM6o5R6TKWxsws77ShGHn+vw933ePzT root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJSmcUfXhvdZnqdH1GwhPpEpsUjU9VOVaxy6tf9xvp2iwZJ2GtFvlKOlwNHa7wi67u4qVzJewmFXT8xyHXLAIyo/l7VjNqcfrv5sPy8CEkd2Hxb/TaLcPUvHpcLpJz7XWsT0wI8o9riQlx+vD5C747DYAj8E9IBIOeYdaIa87FYzAAAAFQDnDoGfDOEsdP1+35dNKzc9X8kPbQAAAIA/rMgQHm13JUSMbyAbr/muA9+ZC0EaMkBAdbryhn9AXA5tkUyLkoE0VlyKi8vH79+IIwV9rxwQybv8G+428iSH6LUVLL1QfOGsa8Um530w3dbeoBLwv52i5kwulDCJRz8rnQnmOMcsFBg2LBZMIrg7kabgfZJ2YFGN0ItluRY8QgAAAIAX1jnRL+4QVDU20n7+RANbmynMhgQ1lfUgvpR0AoUW5pmXOUVUK3+0brz+XgzQHn6t30uCQDiKXaaYD5xltFzXiFU8+fXGm5dTsIP+FJMTROJjJ5/fyd5Ic4uV1q+T9nHFw3IjNf5OogEZYx5ixS9ZtTuDvnD8WiBMn+zcZV+6KA== 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:fe95:c710/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.71 ===\n/dev/root resized successfully [took 1.94s]\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:95:C7:10 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe95:c710/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9307 (9.0 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.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"} 2018-10-22 18:35:36,487 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-fa93ba48-b05c-4392-b85d-674932f8ea37 2018-10-22 18:35:38,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:35:39,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:35:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1c4c96a-ed8d-44e1-b352-3b8cfeab1e7c x-compute-request-id: req-f1c4c96a-ed8d-44e1-b352-3b8cfeab1e7c Content-Encoding: gzip Content-Length: 10030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.16. iid=i-00000155\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDA7xaFzv9xd8h/Bf+/dLEWXWmL/EJFdS+NFd9F5++vGjdkpAa9Chf4QlOiAMWHlhhf/pZGbxm2d/stfbJueowL1qz2Hc5lS64r/RE98gxkbfji0AcnhN8IirVUXuyliQn0DyZXy6GcHNt7Ay3SVejgMGEcX4W5U1+exCL6wtJhX/rg1ITFvYf8Eg8gZRbYkvsSICGn0vx6zxO8E0ekSZ3ljGzOgP2vKGlTy0Pv4EGxNvnYpNDu2/g39IVo1AZ2v626fxAtQ8ni4yHwcUZoBdPqP8wP5/CarFw/YCggQRm9r2Kb3l4dvekI5WM6o5R6TKWxsws77ShGHn+vw933ePzT root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJSmcUfXhvdZnqdH1GwhPpEpsUjU9VOVaxy6tf9xvp2iwZJ2GtFvlKOlwNHa7wi67u4qVzJewmFXT8xyHXLAIyo/l7VjNqcfrv5sPy8CEkd2Hxb/TaLcPUvHpcLpJz7XWsT0wI8o9riQlx+vD5C747DYAj8E9IBIOeYdaIa87FYzAAAAFQDnDoGfDOEsdP1+35dNKzc9X8kPbQAAAIA/rMgQHm13JUSMbyAbr/muA9+ZC0EaMkBAdbryhn9AXA5tkUyLkoE0VlyKi8vH79+IIwV9rxwQybv8G+428iSH6LUVLL1QfOGsa8Um530w3dbeoBLwv52i5kwulDCJRz8rnQnmOMcsFBg2LBZMIrg7kabgfZJ2YFGN0ItluRY8QgAAAIAX1jnRL+4QVDU20n7+RANbmynMhgQ1lfUgvpR0AoUW5pmXOUVUK3+0brz+XgzQHn6t30uCQDiKXaaYD5xltFzXiFU8+fXGm5dTsIP+FJMTROJjJ5/fyd5Ic4uV1q+T9nHFw3IjNf5OogEZYx5ixS9ZtTuDvnD8WiBMn+zcZV+6KA== 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:fe95:c710/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.71 ===\n/dev/root resized successfully [took 1.94s]\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:95:C7:10 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe95:c710/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9307 (9.0 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.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"} 2018-10-22 18:35:39,586 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-f1c4c96a-ed8d-44e1-b352-3b8cfeab1e7c 2018-10-22 18:35:41,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:35:42,689 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-0d4fd1eb-2d9b-4aec-b848-e0dd8dc50250 x-compute-request-id: req-0d4fd1eb-2d9b-4aec-b848-e0dd8dc50250 Content-Encoding: gzip Content-Length: 10030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.16. iid=i-00000155\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDA7xaFzv9xd8h/Bf+/dLEWXWmL/EJFdS+NFd9F5++vGjdkpAa9Chf4QlOiAMWHlhhf/pZGbxm2d/stfbJueowL1qz2Hc5lS64r/RE98gxkbfji0AcnhN8IirVUXuyliQn0DyZXy6GcHNt7Ay3SVejgMGEcX4W5U1+exCL6wtJhX/rg1ITFvYf8Eg8gZRbYkvsSICGn0vx6zxO8E0ekSZ3ljGzOgP2vKGlTy0Pv4EGxNvnYpNDu2/g39IVo1AZ2v626fxAtQ8ni4yHwcUZoBdPqP8wP5/CarFw/YCggQRm9r2Kb3l4dvekI5WM6o5R6TKWxsws77ShGHn+vw933ePzT root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJSmcUfXhvdZnqdH1GwhPpEpsUjU9VOVaxy6tf9xvp2iwZJ2GtFvlKOlwNHa7wi67u4qVzJewmFXT8xyHXLAIyo/l7VjNqcfrv5sPy8CEkd2Hxb/TaLcPUvHpcLpJz7XWsT0wI8o9riQlx+vD5C747DYAj8E9IBIOeYdaIa87FYzAAAAFQDnDoGfDOEsdP1+35dNKzc9X8kPbQAAAIA/rMgQHm13JUSMbyAbr/muA9+ZC0EaMkBAdbryhn9AXA5tkUyLkoE0VlyKi8vH79+IIwV9rxwQybv8G+428iSH6LUVLL1QfOGsa8Um530w3dbeoBLwv52i5kwulDCJRz8rnQnmOMcsFBg2LBZMIrg7kabgfZJ2YFGN0ItluRY8QgAAAIAX1jnRL+4QVDU20n7+RANbmynMhgQ1lfUgvpR0AoUW5pmXOUVUK3+0brz+XgzQHn6t30uCQDiKXaaYD5xltFzXiFU8+fXGm5dTsIP+FJMTROJjJ5/fyd5Ic4uV1q+T9nHFw3IjNf5OogEZYx5ixS9ZtTuDvnD8WiBMn+zcZV+6KA== 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:fe95:c710/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.71 ===\n/dev/root resized successfully [took 1.94s]\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:95:C7:10 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe95:c710/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9307 (9.0 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.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"} 2018-10-22 18:35:42,692 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-0d4fd1eb-2d9b-4aec-b848-e0dd8dc50250 2018-10-22 18:35:44,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:35:45,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-cb4a2b50-a82d-494b-9d5f-d7137c3e3e59 x-compute-request-id: req-cb4a2b50-a82d-494b-9d5f-d7137c3e3e59 Content-Encoding: gzip Content-Length: 10030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.16. iid=i-00000155\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDA7xaFzv9xd8h/Bf+/dLEWXWmL/EJFdS+NFd9F5++vGjdkpAa9Chf4QlOiAMWHlhhf/pZGbxm2d/stfbJueowL1qz2Hc5lS64r/RE98gxkbfji0AcnhN8IirVUXuyliQn0DyZXy6GcHNt7Ay3SVejgMGEcX4W5U1+exCL6wtJhX/rg1ITFvYf8Eg8gZRbYkvsSICGn0vx6zxO8E0ekSZ3ljGzOgP2vKGlTy0Pv4EGxNvnYpNDu2/g39IVo1AZ2v626fxAtQ8ni4yHwcUZoBdPqP8wP5/CarFw/YCggQRm9r2Kb3l4dvekI5WM6o5R6TKWxsws77ShGHn+vw933ePzT root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJSmcUfXhvdZnqdH1GwhPpEpsUjU9VOVaxy6tf9xvp2iwZJ2GtFvlKOlwNHa7wi67u4qVzJewmFXT8xyHXLAIyo/l7VjNqcfrv5sPy8CEkd2Hxb/TaLcPUvHpcLpJz7XWsT0wI8o9riQlx+vD5C747DYAj8E9IBIOeYdaIa87FYzAAAAFQDnDoGfDOEsdP1+35dNKzc9X8kPbQAAAIA/rMgQHm13JUSMbyAbr/muA9+ZC0EaMkBAdbryhn9AXA5tkUyLkoE0VlyKi8vH79+IIwV9rxwQybv8G+428iSH6LUVLL1QfOGsa8Um530w3dbeoBLwv52i5kwulDCJRz8rnQnmOMcsFBg2LBZMIrg7kabgfZJ2YFGN0ItluRY8QgAAAIAX1jnRL+4QVDU20n7+RANbmynMhgQ1lfUgvpR0AoUW5pmXOUVUK3+0brz+XgzQHn6t30uCQDiKXaaYD5xltFzXiFU8+fXGm5dTsIP+FJMTROJjJ5/fyd5Ic4uV1q+T9nHFw3IjNf5OogEZYx5ixS9ZtTuDvnD8WiBMn+zcZV+6KA== 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:fe95:c710/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.71 ===\n/dev/root resized successfully [took 1.94s]\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:95:C7:10 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe95:c710/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9307 (9.0 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.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"} 2018-10-22 18:35:45,788 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-cb4a2b50-a82d-494b-9d5f-d7137c3e3e59 2018-10-22 18:35:47,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:35:48,878 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:35: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-e35cb2af-f829-4e8c-b64d-74d5361e9d90 x-compute-request-id: req-e35cb2af-f829-4e8c-b64d-74d5361e9d90 Content-Encoding: gzip Content-Length: 10030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.16. iid=i-00000155\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDA7xaFzv9xd8h/Bf+/dLEWXWmL/EJFdS+NFd9F5++vGjdkpAa9Chf4QlOiAMWHlhhf/pZGbxm2d/stfbJueowL1qz2Hc5lS64r/RE98gxkbfji0AcnhN8IirVUXuyliQn0DyZXy6GcHNt7Ay3SVejgMGEcX4W5U1+exCL6wtJhX/rg1ITFvYf8Eg8gZRbYkvsSICGn0vx6zxO8E0ekSZ3ljGzOgP2vKGlTy0Pv4EGxNvnYpNDu2/g39IVo1AZ2v626fxAtQ8ni4yHwcUZoBdPqP8wP5/CarFw/YCggQRm9r2Kb3l4dvekI5WM6o5R6TKWxsws77ShGHn+vw933ePzT root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJSmcUfXhvdZnqdH1GwhPpEpsUjU9VOVaxy6tf9xvp2iwZJ2GtFvlKOlwNHa7wi67u4qVzJewmFXT8xyHXLAIyo/l7VjNqcfrv5sPy8CEkd2Hxb/TaLcPUvHpcLpJz7XWsT0wI8o9riQlx+vD5C747DYAj8E9IBIOeYdaIa87FYzAAAAFQDnDoGfDOEsdP1+35dNKzc9X8kPbQAAAIA/rMgQHm13JUSMbyAbr/muA9+ZC0EaMkBAdbryhn9AXA5tkUyLkoE0VlyKi8vH79+IIwV9rxwQybv8G+428iSH6LUVLL1QfOGsa8Um530w3dbeoBLwv52i5kwulDCJRz8rnQnmOMcsFBg2LBZMIrg7kabgfZJ2YFGN0ItluRY8QgAAAIAX1jnRL+4QVDU20n7+RANbmynMhgQ1lfUgvpR0AoUW5pmXOUVUK3+0brz+XgzQHn6t30uCQDiKXaaYD5xltFzXiFU8+fXGm5dTsIP+FJMTROJjJ5/fyd5Ic4uV1q+T9nHFw3IjNf5OogEZYx5ixS9ZtTuDvnD8WiBMn+zcZV+6KA== 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:fe95:c710/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.71 ===\n/dev/root resized successfully [took 1.94s]\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:95:C7:10 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe95:c710/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9307 (9.0 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.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"} 2018-10-22 18:35:48,879 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-e35cb2af-f829-4e8c-b64d-74d5361e9d90 2018-10-22 18:35:50,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:35:51,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:35:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac64c07b-364e-4546-bdd0-160f9db74d3d x-compute-request-id: req-ac64c07b-364e-4546-bdd0-160f9db74d3d Content-Encoding: gzip Content-Length: 10101 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.16. iid=i-00000155\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDA7xaFzv9xd8h/Bf+/dLEWXWmL/EJFdS+NFd9F5++vGjdkpAa9Chf4QlOiAMWHlhhf/pZGbxm2d/stfbJueowL1qz2Hc5lS64r/RE98gxkbfji0AcnhN8IirVUXuyliQn0DyZXy6GcHNt7Ay3SVejgMGEcX4W5U1+exCL6wtJhX/rg1ITFvYf8Eg8gZRbYkvsSICGn0vx6zxO8E0ekSZ3ljGzOgP2vKGlTy0Pv4EGxNvnYpNDu2/g39IVo1AZ2v626fxAtQ8ni4yHwcUZoBdPqP8wP5/CarFw/YCggQRm9r2Kb3l4dvekI5WM6o5R6TKWxsws77ShGHn+vw933ePzT root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJSmcUfXhvdZnqdH1GwhPpEpsUjU9VOVaxy6tf9xvp2iwZJ2GtFvlKOlwNHa7wi67u4qVzJewmFXT8xyHXLAIyo/l7VjNqcfrv5sPy8CEkd2Hxb/TaLcPUvHpcLpJz7XWsT0wI8o9riQlx+vD5C747DYAj8E9IBIOeYdaIa87FYzAAAAFQDnDoGfDOEsdP1+35dNKzc9X8kPbQAAAIA/rMgQHm13JUSMbyAbr/muA9+ZC0EaMkBAdbryhn9AXA5tkUyLkoE0VlyKi8vH79+IIwV9rxwQybv8G+428iSH6LUVLL1QfOGsa8Um530w3dbeoBLwv52i5kwulDCJRz8rnQnmOMcsFBg2LBZMIrg7kabgfZJ2YFGN0ItluRY8QgAAAIAX1jnRL+4QVDU20n7+RANbmynMhgQ1lfUgvpR0AoUW5pmXOUVUK3+0brz+XgzQHn6t30uCQDiKXaaYD5xltFzXiFU8+fXGm5dTsIP+FJMTROJjJ5/fyd5Ic4uV1q+T9nHFw3IjNf5OogEZYx5ixS9ZtTuDvnD8WiBMn+zcZV+6KA== 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:fe95:c710/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.71 ===\n/dev/root resized successfully [took 1.94s]\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:95:C7:10 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe95:c710/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9307 (9.0 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.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"} 2018-10-22 18:35:51,978 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-ac64c07b-364e-4546-bdd0-160f9db74d3d 2018-10-22 18:35:53,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:35:55,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:35: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-781345ee-88a2-4dcd-9173-60006734c80e x-compute-request-id: req-781345ee-88a2-4dcd-9173-60006734c80e Content-Encoding: gzip Content-Length: 10101 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.16. iid=i-00000155\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDA7xaFzv9xd8h/Bf+/dLEWXWmL/EJFdS+NFd9F5++vGjdkpAa9Chf4QlOiAMWHlhhf/pZGbxm2d/stfbJueowL1qz2Hc5lS64r/RE98gxkbfji0AcnhN8IirVUXuyliQn0DyZXy6GcHNt7Ay3SVejgMGEcX4W5U1+exCL6wtJhX/rg1ITFvYf8Eg8gZRbYkvsSICGn0vx6zxO8E0ekSZ3ljGzOgP2vKGlTy0Pv4EGxNvnYpNDu2/g39IVo1AZ2v626fxAtQ8ni4yHwcUZoBdPqP8wP5/CarFw/YCggQRm9r2Kb3l4dvekI5WM6o5R6TKWxsws77ShGHn+vw933ePzT root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJSmcUfXhvdZnqdH1GwhPpEpsUjU9VOVaxy6tf9xvp2iwZJ2GtFvlKOlwNHa7wi67u4qVzJewmFXT8xyHXLAIyo/l7VjNqcfrv5sPy8CEkd2Hxb/TaLcPUvHpcLpJz7XWsT0wI8o9riQlx+vD5C747DYAj8E9IBIOeYdaIa87FYzAAAAFQDnDoGfDOEsdP1+35dNKzc9X8kPbQAAAIA/rMgQHm13JUSMbyAbr/muA9+ZC0EaMkBAdbryhn9AXA5tkUyLkoE0VlyKi8vH79+IIwV9rxwQybv8G+428iSH6LUVLL1QfOGsa8Um530w3dbeoBLwv52i5kwulDCJRz8rnQnmOMcsFBg2LBZMIrg7kabgfZJ2YFGN0ItluRY8QgAAAIAX1jnRL+4QVDU20n7+RANbmynMhgQ1lfUgvpR0AoUW5pmXOUVUK3+0brz+XgzQHn6t30uCQDiKXaaYD5xltFzXiFU8+fXGm5dTsIP+FJMTROJjJ5/fyd5Ic4uV1q+T9nHFw3IjNf5OogEZYx5ixS9ZtTuDvnD8WiBMn+zcZV+6KA== 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:fe95:c710/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.71 ===\n/dev/root resized successfully [took 1.94s]\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:95:C7:10 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe95:c710/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9307 (9.0 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.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"} 2018-10-22 18:35:55,076 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-781345ee-88a2-4dcd-9173-60006734c80e 2018-10-22 18:35:57,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:35:58,164 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:35: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-aa3a8c92-bf3e-4a6e-b7d4-1d890a70f40e x-compute-request-id: req-aa3a8c92-bf3e-4a6e-b7d4-1d890a70f40e Content-Encoding: gzip Content-Length: 10101 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.16. iid=i-00000155\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDA7xaFzv9xd8h/Bf+/dLEWXWmL/EJFdS+NFd9F5++vGjdkpAa9Chf4QlOiAMWHlhhf/pZGbxm2d/stfbJueowL1qz2Hc5lS64r/RE98gxkbfji0AcnhN8IirVUXuyliQn0DyZXy6GcHNt7Ay3SVejgMGEcX4W5U1+exCL6wtJhX/rg1ITFvYf8Eg8gZRbYkvsSICGn0vx6zxO8E0ekSZ3ljGzOgP2vKGlTy0Pv4EGxNvnYpNDu2/g39IVo1AZ2v626fxAtQ8ni4yHwcUZoBdPqP8wP5/CarFw/YCggQRm9r2Kb3l4dvekI5WM6o5R6TKWxsws77ShGHn+vw933ePzT root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJSmcUfXhvdZnqdH1GwhPpEpsUjU9VOVaxy6tf9xvp2iwZJ2GtFvlKOlwNHa7wi67u4qVzJewmFXT8xyHXLAIyo/l7VjNqcfrv5sPy8CEkd2Hxb/TaLcPUvHpcLpJz7XWsT0wI8o9riQlx+vD5C747DYAj8E9IBIOeYdaIa87FYzAAAAFQDnDoGfDOEsdP1+35dNKzc9X8kPbQAAAIA/rMgQHm13JUSMbyAbr/muA9+ZC0EaMkBAdbryhn9AXA5tkUyLkoE0VlyKi8vH79+IIwV9rxwQybv8G+428iSH6LUVLL1QfOGsa8Um530w3dbeoBLwv52i5kwulDCJRz8rnQnmOMcsFBg2LBZMIrg7kabgfZJ2YFGN0ItluRY8QgAAAIAX1jnRL+4QVDU20n7+RANbmynMhgQ1lfUgvpR0AoUW5pmXOUVUK3+0brz+XgzQHn6t30uCQDiKXaaYD5xltFzXiFU8+fXGm5dTsIP+FJMTROJjJ5/fyd5Ic4uV1q+T9nHFw3IjNf5OogEZYx5ixS9ZtTuDvnD8WiBMn+zcZV+6KA== 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:fe95:c710/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.71 ===\n/dev/root resized successfully [took 1.94s]\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:95:C7:10 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe95:c710/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9307 (9.0 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.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"} 2018-10-22 18:35:58,164 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-aa3a8c92-bf3e-4a6e-b7d4-1d890a70f40e 2018-10-22 18:36:00,185 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:01,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:36: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-f56de8a5-07ec-4012-827f-de69271c2b6d x-compute-request-id: req-f56de8a5-07ec-4012-827f-de69271c2b6d Content-Encoding: gzip Content-Length: 10101 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.16. iid=i-00000155\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDA7xaFzv9xd8h/Bf+/dLEWXWmL/EJFdS+NFd9F5++vGjdkpAa9Chf4QlOiAMWHlhhf/pZGbxm2d/stfbJueowL1qz2Hc5lS64r/RE98gxkbfji0AcnhN8IirVUXuyliQn0DyZXy6GcHNt7Ay3SVejgMGEcX4W5U1+exCL6wtJhX/rg1ITFvYf8Eg8gZRbYkvsSICGn0vx6zxO8E0ekSZ3ljGzOgP2vKGlTy0Pv4EGxNvnYpNDu2/g39IVo1AZ2v626fxAtQ8ni4yHwcUZoBdPqP8wP5/CarFw/YCggQRm9r2Kb3l4dvekI5WM6o5R6TKWxsws77ShGHn+vw933ePzT root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJSmcUfXhvdZnqdH1GwhPpEpsUjU9VOVaxy6tf9xvp2iwZJ2GtFvlKOlwNHa7wi67u4qVzJewmFXT8xyHXLAIyo/l7VjNqcfrv5sPy8CEkd2Hxb/TaLcPUvHpcLpJz7XWsT0wI8o9riQlx+vD5C747DYAj8E9IBIOeYdaIa87FYzAAAAFQDnDoGfDOEsdP1+35dNKzc9X8kPbQAAAIA/rMgQHm13JUSMbyAbr/muA9+ZC0EaMkBAdbryhn9AXA5tkUyLkoE0VlyKi8vH79+IIwV9rxwQybv8G+428iSH6LUVLL1QfOGsa8Um530w3dbeoBLwv52i5kwulDCJRz8rnQnmOMcsFBg2LBZMIrg7kabgfZJ2YFGN0ItluRY8QgAAAIAX1jnRL+4QVDU20n7+RANbmynMhgQ1lfUgvpR0AoUW5pmXOUVUK3+0brz+XgzQHn6t30uCQDiKXaaYD5xltFzXiFU8+fXGm5dTsIP+FJMTROJjJ5/fyd5Ic4uV1q+T9nHFw3IjNf5OogEZYx5ixS9ZtTuDvnD8WiBMn+zcZV+6KA== 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:fe95:c710/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.71 ===\n/dev/root resized successfully [took 1.94s]\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:95:C7:10 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe95:c710/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9307 (9.0 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.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"} 2018-10-22 18:36:01,259 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-f56de8a5-07ec-4012-827f-de69271c2b6d 2018-10-22 18:36:03,279 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:04,350 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-5d31e257-3795-46e4-b870-a5b5ac818d8c x-compute-request-id: req-5d31e257-3795-46e4-b870-a5b5ac818d8c Content-Encoding: gzip Content-Length: 10118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.16. iid=i-00000155\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDA7xaFzv9xd8h/Bf+/dLEWXWmL/EJFdS+NFd9F5++vGjdkpAa9Chf4QlOiAMWHlhhf/pZGbxm2d/stfbJueowL1qz2Hc5lS64r/RE98gxkbfji0AcnhN8IirVUXuyliQn0DyZXy6GcHNt7Ay3SVejgMGEcX4W5U1+exCL6wtJhX/rg1ITFvYf8Eg8gZRbYkvsSICGn0vx6zxO8E0ekSZ3ljGzOgP2vKGlTy0Pv4EGxNvnYpNDu2/g39IVo1AZ2v626fxAtQ8ni4yHwcUZoBdPqP8wP5/CarFw/YCggQRm9r2Kb3l4dvekI5WM6o5R6TKWxsws77ShGHn+vw933ePzT root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJSmcUfXhvdZnqdH1GwhPpEpsUjU9VOVaxy6tf9xvp2iwZJ2GtFvlKOlwNHa7wi67u4qVzJewmFXT8xyHXLAIyo/l7VjNqcfrv5sPy8CEkd2Hxb/TaLcPUvHpcLpJz7XWsT0wI8o9riQlx+vD5C747DYAj8E9IBIOeYdaIa87FYzAAAAFQDnDoGfDOEsdP1+35dNKzc9X8kPbQAAAIA/rMgQHm13JUSMbyAbr/muA9+ZC0EaMkBAdbryhn9AXA5tkUyLkoE0VlyKi8vH79+IIwV9rxwQybv8G+428iSH6LUVLL1QfOGsa8Um530w3dbeoBLwv52i5kwulDCJRz8rnQnmOMcsFBg2LBZMIrg7kabgfZJ2YFGN0ItluRY8QgAAAIAX1jnRL+4QVDU20n7+RANbmynMhgQ1lfUgvpR0AoUW5pmXOUVUK3+0brz+XgzQHn6t30uCQDiKXaaYD5xltFzXiFU8+fXGm5dTsIP+FJMTROJjJ5/fyd5Ic4uV1q+T9nHFw3IjNf5OogEZYx5ixS9ZtTuDvnD8WiBMn+zcZV+6KA== 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:fe95:c710/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.71 ===\n/dev/root resized successfully [took 1.94s]\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:95:C7:10 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe95:c710/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9307 (9.0 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.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"} 2018-10-22 18:36:04,350 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-5d31e257-3795-46e4-b870-a5b5ac818d8c 2018-10-22 18:36:06,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:07,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:36: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-762f72f8-4d10-407e-87cf-7819fd23b391 x-compute-request-id: req-762f72f8-4d10-407e-87cf-7819fd23b391 Content-Encoding: gzip Content-Length: 10118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.16. iid=i-00000155\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDA7xaFzv9xd8h/Bf+/dLEWXWmL/EJFdS+NFd9F5++vGjdkpAa9Chf4QlOiAMWHlhhf/pZGbxm2d/stfbJueowL1qz2Hc5lS64r/RE98gxkbfji0AcnhN8IirVUXuyliQn0DyZXy6GcHNt7Ay3SVejgMGEcX4W5U1+exCL6wtJhX/rg1ITFvYf8Eg8gZRbYkvsSICGn0vx6zxO8E0ekSZ3ljGzOgP2vKGlTy0Pv4EGxNvnYpNDu2/g39IVo1AZ2v626fxAtQ8ni4yHwcUZoBdPqP8wP5/CarFw/YCggQRm9r2Kb3l4dvekI5WM6o5R6TKWxsws77ShGHn+vw933ePzT root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJSmcUfXhvdZnqdH1GwhPpEpsUjU9VOVaxy6tf9xvp2iwZJ2GtFvlKOlwNHa7wi67u4qVzJewmFXT8xyHXLAIyo/l7VjNqcfrv5sPy8CEkd2Hxb/TaLcPUvHpcLpJz7XWsT0wI8o9riQlx+vD5C747DYAj8E9IBIOeYdaIa87FYzAAAAFQDnDoGfDOEsdP1+35dNKzc9X8kPbQAAAIA/rMgQHm13JUSMbyAbr/muA9+ZC0EaMkBAdbryhn9AXA5tkUyLkoE0VlyKi8vH79+IIwV9rxwQybv8G+428iSH6LUVLL1QfOGsa8Um530w3dbeoBLwv52i5kwulDCJRz8rnQnmOMcsFBg2LBZMIrg7kabgfZJ2YFGN0ItluRY8QgAAAIAX1jnRL+4QVDU20n7+RANbmynMhgQ1lfUgvpR0AoUW5pmXOUVUK3+0brz+XgzQHn6t30uCQDiKXaaYD5xltFzXiFU8+fXGm5dTsIP+FJMTROJjJ5/fyd5Ic4uV1q+T9nHFw3IjNf5OogEZYx5ixS9ZtTuDvnD8WiBMn+zcZV+6KA== 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:fe95:c710/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.71 ===\n/dev/root resized successfully [took 1.94s]\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:95:C7:10 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe95:c710/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9307 (9.0 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.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"} 2018-10-22 18:36:07,441 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-762f72f8-4d10-407e-87cf-7819fd23b391 2018-10-22 18:36:09,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:10,537 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:36:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10e7bc93-313a-4445-b042-012750880745 x-compute-request-id: req-10e7bc93-313a-4445-b042-012750880745 Content-Encoding: gzip Content-Length: 10118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.16. iid=i-00000155\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDA7xaFzv9xd8h/Bf+/dLEWXWmL/EJFdS+NFd9F5++vGjdkpAa9Chf4QlOiAMWHlhhf/pZGbxm2d/stfbJueowL1qz2Hc5lS64r/RE98gxkbfji0AcnhN8IirVUXuyliQn0DyZXy6GcHNt7Ay3SVejgMGEcX4W5U1+exCL6wtJhX/rg1ITFvYf8Eg8gZRbYkvsSICGn0vx6zxO8E0ekSZ3ljGzOgP2vKGlTy0Pv4EGxNvnYpNDu2/g39IVo1AZ2v626fxAtQ8ni4yHwcUZoBdPqP8wP5/CarFw/YCggQRm9r2Kb3l4dvekI5WM6o5R6TKWxsws77ShGHn+vw933ePzT root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJSmcUfXhvdZnqdH1GwhPpEpsUjU9VOVaxy6tf9xvp2iwZJ2GtFvlKOlwNHa7wi67u4qVzJewmFXT8xyHXLAIyo/l7VjNqcfrv5sPy8CEkd2Hxb/TaLcPUvHpcLpJz7XWsT0wI8o9riQlx+vD5C747DYAj8E9IBIOeYdaIa87FYzAAAAFQDnDoGfDOEsdP1+35dNKzc9X8kPbQAAAIA/rMgQHm13JUSMbyAbr/muA9+ZC0EaMkBAdbryhn9AXA5tkUyLkoE0VlyKi8vH79+IIwV9rxwQybv8G+428iSH6LUVLL1QfOGsa8Um530w3dbeoBLwv52i5kwulDCJRz8rnQnmOMcsFBg2LBZMIrg7kabgfZJ2YFGN0ItluRY8QgAAAIAX1jnRL+4QVDU20n7+RANbmynMhgQ1lfUgvpR0AoUW5pmXOUVUK3+0brz+XgzQHn6t30uCQDiKXaaYD5xltFzXiFU8+fXGm5dTsIP+FJMTROJjJ5/fyd5Ic4uV1q+T9nHFw3IjNf5OogEZYx5ixS9ZtTuDvnD8WiBMn+zcZV+6KA== 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:fe95:c710/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.71 ===\n/dev/root resized successfully [took 1.94s]\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:95:C7:10 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe95:c710/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9307 (9.0 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.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"} 2018-10-22 18:36:10,537 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-10e7bc93-313a-4445-b042-012750880745 2018-10-22 18:36:12,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:13,632 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:36: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-be533f78-6db9-4382-adbe-89c8fbcb460f x-compute-request-id: req-be533f78-6db9-4382-adbe-89c8fbcb460f Content-Encoding: gzip Content-Length: 10118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.16. iid=i-00000155\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDA7xaFzv9xd8h/Bf+/dLEWXWmL/EJFdS+NFd9F5++vGjdkpAa9Chf4QlOiAMWHlhhf/pZGbxm2d/stfbJueowL1qz2Hc5lS64r/RE98gxkbfji0AcnhN8IirVUXuyliQn0DyZXy6GcHNt7Ay3SVejgMGEcX4W5U1+exCL6wtJhX/rg1ITFvYf8Eg8gZRbYkvsSICGn0vx6zxO8E0ekSZ3ljGzOgP2vKGlTy0Pv4EGxNvnYpNDu2/g39IVo1AZ2v626fxAtQ8ni4yHwcUZoBdPqP8wP5/CarFw/YCggQRm9r2Kb3l4dvekI5WM6o5R6TKWxsws77ShGHn+vw933ePzT root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJSmcUfXhvdZnqdH1GwhPpEpsUjU9VOVaxy6tf9xvp2iwZJ2GtFvlKOlwNHa7wi67u4qVzJewmFXT8xyHXLAIyo/l7VjNqcfrv5sPy8CEkd2Hxb/TaLcPUvHpcLpJz7XWsT0wI8o9riQlx+vD5C747DYAj8E9IBIOeYdaIa87FYzAAAAFQDnDoGfDOEsdP1+35dNKzc9X8kPbQAAAIA/rMgQHm13JUSMbyAbr/muA9+ZC0EaMkBAdbryhn9AXA5tkUyLkoE0VlyKi8vH79+IIwV9rxwQybv8G+428iSH6LUVLL1QfOGsa8Um530w3dbeoBLwv52i5kwulDCJRz8rnQnmOMcsFBg2LBZMIrg7kabgfZJ2YFGN0ItluRY8QgAAAIAX1jnRL+4QVDU20n7+RANbmynMhgQ1lfUgvpR0AoUW5pmXOUVUK3+0brz+XgzQHn6t30uCQDiKXaaYD5xltFzXiFU8+fXGm5dTsIP+FJMTROJjJ5/fyd5Ic4uV1q+T9nHFw3IjNf5OogEZYx5ixS9ZtTuDvnD8WiBMn+zcZV+6KA== 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:fe95:c710/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.71 ===\n/dev/root resized successfully [took 1.94s]\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:95:C7:10 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe95:c710/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9307 (9.0 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.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"} 2018-10-22 18:36:13,633 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-be533f78-6db9-4382-adbe-89c8fbcb460f 2018-10-22 18:36:15,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:16,731 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:36:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4ba0186-efc9-4fd6-9edb-1f2f5ec10c91 x-compute-request-id: req-a4ba0186-efc9-4fd6-9edb-1f2f5ec10c91 Content-Encoding: gzip Content-Length: 10118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.16. iid=i-00000155\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDA7xaFzv9xd8h/Bf+/dLEWXWmL/EJFdS+NFd9F5++vGjdkpAa9Chf4QlOiAMWHlhhf/pZGbxm2d/stfbJueowL1qz2Hc5lS64r/RE98gxkbfji0AcnhN8IirVUXuyliQn0DyZXy6GcHNt7Ay3SVejgMGEcX4W5U1+exCL6wtJhX/rg1ITFvYf8Eg8gZRbYkvsSICGn0vx6zxO8E0ekSZ3ljGzOgP2vKGlTy0Pv4EGxNvnYpNDu2/g39IVo1AZ2v626fxAtQ8ni4yHwcUZoBdPqP8wP5/CarFw/YCggQRm9r2Kb3l4dvekI5WM6o5R6TKWxsws77ShGHn+vw933ePzT root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJSmcUfXhvdZnqdH1GwhPpEpsUjU9VOVaxy6tf9xvp2iwZJ2GtFvlKOlwNHa7wi67u4qVzJewmFXT8xyHXLAIyo/l7VjNqcfrv5sPy8CEkd2Hxb/TaLcPUvHpcLpJz7XWsT0wI8o9riQlx+vD5C747DYAj8E9IBIOeYdaIa87FYzAAAAFQDnDoGfDOEsdP1+35dNKzc9X8kPbQAAAIA/rMgQHm13JUSMbyAbr/muA9+ZC0EaMkBAdbryhn9AXA5tkUyLkoE0VlyKi8vH79+IIwV9rxwQybv8G+428iSH6LUVLL1QfOGsa8Um530w3dbeoBLwv52i5kwulDCJRz8rnQnmOMcsFBg2LBZMIrg7kabgfZJ2YFGN0ItluRY8QgAAAIAX1jnRL+4QVDU20n7+RANbmynMhgQ1lfUgvpR0AoUW5pmXOUVUK3+0brz+XgzQHn6t30uCQDiKXaaYD5xltFzXiFU8+fXGm5dTsIP+FJMTROJjJ5/fyd5Ic4uV1q+T9nHFw3IjNf5OogEZYx5ixS9ZtTuDvnD8WiBMn+zcZV+6KA== 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:fe95:c710/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.71 ===\n/dev/root resized successfully [took 1.94s]\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:95:C7:10 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe95:c710/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9307 (9.0 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.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"} 2018-10-22 18:36:16,732 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-a4ba0186-efc9-4fd6-9edb-1f2f5ec10c91 2018-10-22 18:36:18,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049e2ce31859338aaa5dd10e81cb89f038ff0507" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:19,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-8121045e-aa2f-4a8a-beb6-8521cfc6eb7b x-compute-request-id: req-8121045e-aa2f-4a8a-beb6-8521cfc6eb7b Content-Encoding: gzip Content-Length: 10949 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503869600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132817] pid_max: default: 32768 minimum: 301\n[ 0.133703] ACPI: Core revision 20150930\n[ 0.135083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136380] Security Framework initialized\n[ 0.137188] Yama: becoming mindful.\n[ 0.137906] AppArmor: AppArmor initialized\n[ 0.138774] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141367] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143951] Initializing cgroup subsys io\n[ 0.144758] Initializing cgroup subsys memory\n[ 0.145608] Initializing cgroup subsys devices\n[ 0.146481] Initializing cgroup subsys freezer\n[ 0.147338] Initializing cgroup subsys net_cls\n[ 0.148194] Initializing cgroup subsys perf_event\n[ 0.149092] Initializing cgroup subsys net_prio\n[ 0.149961] Initializing cgroup subsys hugetlb\n[ 0.150831] Initializing cgroup subsys pids\n[ 0.151705] CPU: Physical Processor ID: 0\n[ 0.153200] mce: CPU supports 10 MCE banks\n[ 0.154038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172493] ftrace: allocating 31920 entries in 125 pages\n[ 0.198639] smpboot: Max logical packages: 1\n[ 0.199489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200822] x2apic enabled\n[ 0.201632] Switched APIC routing to physical x2apic.\n[ 0.203394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204515] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208295] KVM setup paravirtual spinlock\n[ 0.209583] x86: Booted up 1 node, 1 CPUs\n[ 0.210393] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211771] devtmpfs: initialized\n[ 0.213495] evm: security.selinux\n[ 0.214193] evm: security.SMACK64\n[ 0.214874] evm: security.SMACK64EXEC\n[ 0.215619] evm: security.SMACK64TRANSMUTE\n[ 0.216427] evm: security.SMACK64MMAP\n[ 0.217169] evm: security.ima\n[ 0.217804] evm: security.capability\n[ 0.218608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220437] pinctrl core: initialized pinctrl subsystem\n[ 0.221535] RTC time: 18:34:28, date: 10/22/18\n[ 0.222481] NET: Registered protocol family 16\n[ 0.223445] cpuidle: using governor ladder\n[ 0.224260] cpuidle: using governor menu\n[ 0.225038] PCCT header not found.\n[ 0.225794] ACPI: bus type PCI registered\n[ 0.226597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227827] PCI: Using configuration type 1 for base access\n[ 0.229579] ACPI: Added _OSI(Module Device)\n[ 0.230418] ACPI: Added _OSI(Processor Device)\n[ 0.231266] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234271] ACPI: Interpreter enabled\n[ 0.235050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242345] ACPI: (supports S0 S5)\n[ 0.243040] ACPI: Using IOAPIC for interrupt routing\n[ 0.243978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250598] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252795] acpiphp: Slot [3] registered\n[ 0.253594] acpiphp: Slot [4] registered\n[ 0.254390] acpiphp: Slot [5] registered\n[ 0.255183] acpiphp: Slot [6] registered\n[ 0.255970] acpiphp: Slot [7] registered\n[ 0.256770] acpiphp: Slot [8] registered\n[ 0.257565] acpiphp: Slot [9] registered\n[ 0.258356] acpiphp: Slot [10] registered\n[ 0.259160] acpiphp: Slot [11] registered\n[ 0.259969] acpiphp: Slot [12] registered\n[ 0.260779] acpiphp: Slot [13] registered\n[ 0.261584] acpiphp: Slot [14] registered\n[ 0.262389] acpiphp: Slot [15] registered\n[ 0.273237] acpiphp: Slot [16] registered\n[ 0.274039] acpiphp: Slot [17] registered\n[ 0.274843] acpiphp: Slot [18] registered\n[ 0.275647] acpiphp: Slot [19] registered\n[ 0.276449] acpiphp: Slot [20] registered\n[ 0.277260] acpiphp: Slot [21] registered\n[ 0.278068] acpiphp: Slot [22] registered\n[ 0.278866] acpiphp: Slot [23] registered\n[ 0.279670] acpiphp: Slot [24] registered\n[ 0.280482] acpiphp: Slot [25] registered\n[ 0.281303] acpiphp: Slot [26] registered\n[ 0.282108] acpiphp: Slot [27] registered\n[ 0.282910] acpiphp: Slot [28] registered\n[ 0.283717] acpiphp: Slot [29] registered\n[ 0.284531] acpiphp: Slot [30] registered\n[ 0.285349] acpiphp: Slot [31] registered\n[ 0.286153] PCI host bridge to bus 0000:00\n[ 0.286952] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288153] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289356] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290793] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298439] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302138] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308548] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360567] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363195] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364553] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367137] vgaarb: loaded\n[ 0.367738] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369686] ACPI: bus type USB registered\n[ 0.370498] usbcore: registered new interface driver usbfs\n[ 0.371515] usbcore: registered new interface driver hub\n[ 0.372516] usbcore: registered new device driver usb\n[ 0.373562] PCI: Using ACPI for IRQ routing\n[ 0.374586] NetLabel: Initializing\n[ 0.375297] NetLabel: domain hash size = 128\n[ 0.376139] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377086] NetLabel: unlabeled traffic allowed by default\n[ 0.378173] clocksource: Switched to clocksource kvm-clock\n[ 0.383658] AppArmor: AppArmor Filesystem Enabled\n[ 0.384615] pnp: PnP ACPI init\n[ 0.385519] pnp: PnP ACPI: found 5 devices\n[ 0.391884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393561] NET: Registered protocol family 2\n[ 0.394510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395767] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396920] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398079] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400312] NET: Registered protocol family 1\n[ 0.401179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431595] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495511] Scanning for low memory corruption every 60 seconds\n[ 0.496872] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498024] audit: initializing netlink subsys (disabled)\n[ 0.499060] audit: type=2000 audit(1540233269.634:1): initialized\n[ 0.500364] Initialise system trusted keyring\n[ 0.501299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502472] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504438] zbud: loaded\n[ 0.505157] VFS: Disk quotas dquot_6.6.0\n[ 0.505979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507509] fuse init (API version 7.23)\n[ 0.508394] Key type big_key registered\n[ 0.509197] Allocating IMA MOK and blacklist keyrings.\n[ 0.510306] Key type asymmetric registered\n[ 0.511133] Asymmetric key parser 'x509' registered\n[ 0.512085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513907] io scheduler noop registered\n[ 0.514723] io scheduler deadline registered (default)\n[ 0.515712] io scheduler cfq registered\n[ 0.516545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520311] ACPI: Power Button [PWRF]\n[ 0.521151] GHES: HEST is not enabled!\n[ 0.534838] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591917] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594039] Linux agpgart interface v0.103\n[ 0.596107] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.602681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604122] GPT:90111 != 2097151\n[ 0.604791] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605870] GPT:90111 != 2097151\n[ 0.606548] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607507] vda: vda1 vda15\n[ 0.609023] scsi host0: ata_piix\n[ 0.609756] scsi host1: ata_piix\n[ 0.610473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611679] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613112] libphy: Fixed MDIO Bus: probed\n[ 0.613921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614872] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617101] PPP generic driver version 2.4.2\n[ 0.617973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619235] ehci-pci: EHCI PCI platform driver\n[ 0.620097] ehci-platform: EHCI generic platform driver\n[ 0.621066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622181] ohci-pci: OHCI PCI platform driver\n[ 0.623036] ohci-platform: OHCI generic platform driver\n[ 0.624004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639363] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645507] usb usb1: Product: UHCI Host Controller\n[ 0.646432] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648543] hub 1-0:1.0: USB hub found\n[ 0.649313] hub 1-0:1.0: 2 ports detected\n[ 0.650213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654294] mousedev: PS/2 mouse device common for all mice\n[ 0.655570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660857] i2c /dev entries driver\n[ 0.661617] device-mapper: uevent: version 1.0.3\n[ 0.662571] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664181] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665429] NET: Registered protocol family 10\n[ 0.666422] NET: Registered protocol family 17\n[ 0.667300] Key type dns_resolver registered\n[ 0.668217] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671017] registered taskstats version 1\n[ 0.671840] Loading compiled-in X.509 certificates\n[ 0.673267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675134] zswap: loaded using pool lzo/zbud\n[ 0.676483] Key type trusted registered\n[ 0.678020] Key type encrypted registered\n[ 0.678856] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679879] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680903] evm: HMAC attrs: 0x1\n[ 0.681824] Magic number: 6:617:595\n[ 0.682593] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.684221] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:29 UTC (1540233269)\n[ 0.685793] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686901] EDD information not available.\n[ 0.771165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783071] Write protecting the kernel read-only data: 14336k\n[ 0.784653] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786467] 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.829048] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.16. iid=i-00000155\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDA7xaFzv9xd8h/Bf+/dLEWXWmL/EJFdS+NFd9F5++vGjdkpAa9Chf4QlOiAMWHlhhf/pZGbxm2d/stfbJueowL1qz2Hc5lS64r/RE98gxkbfji0AcnhN8IirVUXuyliQn0DyZXy6GcHNt7Ay3SVejgMGEcX4W5U1+exCL6wtJhX/rg1ITFvYf8Eg8gZRbYkvsSICGn0vx6zxO8E0ekSZ3ljGzOgP2vKGlTy0Pv4EGxNvnYpNDu2/g39IVo1AZ2v626fxAtQ8ni4yHwcUZoBdPqP8wP5/CarFw/YCggQRm9r2Kb3l4dvekI5WM6o5R6TKWxsws77ShGHn+vw933ePzT root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJSmcUfXhvdZnqdH1GwhPpEpsUjU9VOVaxy6tf9xvp2iwZJ2GtFvlKOlwNHa7wi67u4qVzJewmFXT8xyHXLAIyo/l7VjNqcfrv5sPy8CEkd2Hxb/TaLcPUvHpcLpJz7XWsT0wI8o9riQlx+vD5C747DYAj8E9IBIOeYdaIa87FYzAAAAFQDnDoGfDOEsdP1+35dNKzc9X8kPbQAAAIA/rMgQHm13JUSMbyAbr/muA9+ZC0EaMkBAdbryhn9AXA5tkUyLkoE0VlyKi8vH79+IIwV9rxwQybv8G+428iSH6LUVLL1QfOGsa8Um530w3dbeoBLwv52i5kwulDCJRz8rnQnmOMcsFBg2LBZMIrg7kabgfZJ2YFGN0ItluRY8QgAAAIAX1jnRL+4QVDU20n7+RANbmynMhgQ1lfUgvpR0AoUW5pmXOUVUK3+0brz+XgzQHn6t30uCQDiKXaaYD5xltFzXiFU8+fXGm5dTsIP+FJMTROJjJ5/fyd5Ic4uV1q+T9nHFw3IjNf5OogEZYx5ixS9ZtTuDvnD8WiBMn+zcZV+6KA== 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:fe95:c710/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.71 ===\n/dev/root resized successfully [took 1.94s]\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:95:C7:10 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe95:c710/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9307 (9.0 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.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.118569] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.118573] usb 1-1: Product: QEMU USB Tablet\n[ 1.118575] usb 1-1: Manufacturer: QEMU\n[ 1.118577] usb 1-1: SerialNumber: 42\n[ 1.165461] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.180718] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.494237] tsc: Refined TSC clocksource calibration: 3491.907 MHz\n[ 1.494240] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255737d476, max_idle_ns: 440795202126 ns\n[ 62.833730] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.157264] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:34:30 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:34:30 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:34:30 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:34:30 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:34:30 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:34:30 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)\nOct 22 19:34:30 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:34:30 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:34:30 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:34:30 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:34:30 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:34:30 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:34:30 cirros kern.info kernel: [ 1.494237] tsc: Refined TSC clocksource calibration: 3491.907 MHz\nOct 22 19:34:30 cirros kern.info kernel: [ 1.494240] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255737d476, max_idle_ns: 440795202126 ns\nOct 22 19:35:31 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:35:31 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:35:31 cirros kern.info kernel: [ 62.833730] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:35:31 cirros kern.info kernel: [ 63.157264] 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-10-22 18:36:19,825 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-8121045e-aa2f-4a8a-beb6-8521cfc6eb7b 2018-10-22 18:36:21,860 - sdnvpn_test_utils - INFO - Waiting for instance 8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e to boot up 2018-10-22 18:36:21,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf32326de875c59670f20c06d66d42959fb9a8c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:22,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-7cf87d30-1401-4bce-a47b-81ee55aa0918 x-compute-request-id: req-7cf87d30-1401-4bce-a47b-81ee55aa0918 Content-Encoding: gzip Content-Length: 8145 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 582524885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129594] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131252] pid_max: default: 32768 minimum: 301\n[ 0.132157] ACPI: Core revision 20150930\n[ 0.133552] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134869] Security Framework initialized\n[ 0.135681] Yama: becoming mindful.\n[ 0.136416] AppArmor: AppArmor initialized\n[ 0.137276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138607] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139889] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141094] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142479] Initializing cgroup subsys io\n[ 0.143291] Initializing cgroup subsys memory\n[ 0.144149] Initializing cgroup subsys devices\n[ 0.145031] Initializing cgroup subsys freezer\n[ 0.145897] Initializing cgroup subsys net_cls\n[ 0.146756] Initializing cgroup subsys perf_event\n[ 0.147667] Initializing cgroup subsys net_prio\n[ 0.148546] Initializing cgroup subsys hugetlb\n[ 0.149421] Initializing cgroup subsys pids\n[ 0.150293] CPU: Physical Processor ID: 0\n[ 0.151781] mce: CPU supports 10 MCE banks\n[ 0.152633] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153634] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164360] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170805] ftrace: allocating 31920 entries in 125 pages\n[ 0.197272] smpboot: Max logical packages: 1\n[ 0.198119] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199449] x2apic enabled\n[ 0.200242] Switched APIC routing to physical x2apic.\n[ 0.201984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203090] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205055] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206820] KVM setup paravirtual spinlock\n[ 0.208097] x86: Booted up 1 node, 1 CPUs\n[ 0.208896] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210267] devtmpfs: initialized\n[ 0.211977] evm: security.selinux\n[ 0.212682] evm: security.SMACK64\n[ 0.213361] evm: security.SMACK64EXEC\n[ 0.214099] evm: security.SMACK64TRANSMUTE\n[ 0.214898] evm: security.SMACK64MMAP\n[ 0.215639] evm: security.ima\n[ 0.216272] evm: security.capability\n[ 0.217070] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218896] pinctrl core: initialized pinctrl subsystem\n[ 0.219987] RTC time: 18:34:54, date: 10/22/18\n[ 0.220926] NET: Registered protocol family 16\n[ 0.221884] cpuidle: using governor ladder\n[ 0.222691] cpuidle: using governor menu\n[ 0.223465] PCCT header not found.\n[ 0.224207] ACPI: bus type PCI registered\n[ 0.224999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226219] PCI: Using configuration type 1 for base access\n[ 0.227954] ACPI: Added _OSI(Module Device)\n[ 0.228788] ACPI: Added _OSI(Processor Device)\n[ 0.229635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230520] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232614] ACPI: Interpreter enabled\n[ 0.233385] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240641] ACPI: (supports S0 S5)\n[ 0.241331] ACPI: Using IOAPIC for interrupt routing\n[ 0.242315] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245399] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246532] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247755] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248937] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251134] acpiphp: Slot [3] registered\n[ 0.251932] acpiphp: Slot [4] registered\n[ 0.252741] acpiphp: Slot [5] registered\n[ 0.253533] acpiphp: Slot [6] registered\n[ 0.254317] acpiphp: Slot [7] registered\n[ 0.255113] acpiphp: Slot [8] registered\n[ 0.255906] acpiphp: Slot [9] registered\n[ 0.256695] acpiphp: Slot [10] registered\n[ 0.257496] acpiphp: Slot [11] registered\n[ 0.258300] acpiphp: Slot [12] registered\n[ 0.259110] acpiphp: Slot [13] registered\n[ 0.259912] acpiphp: Slot [14] registered\n[ 0.260713] acpiphp: Slot [15] registered\n[ 0.271550] acpiphp: Slot [16] registered\n[ 0.272365] acpiphp: Slot [17] registered\n[ 0.273167] acpiphp: Slot [18] registered\n[ 0.273966] acpiphp: Slot [19] registered\n[ 0.274764] acpiphp: Slot [20] registered\n[ 0.275571] acpiphp: Slot [21] registered\n[ 0.276369] acpiphp: Slot [22] registered\n[ 0.277169] acpiphp: Slot [23] registered\n[ 0.277969] acpiphp: Slot [24] registered\n[ 0.278770] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280379] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281983] acpiphp: Slot [29] registered\n[ 0.282787] acpiphp: Slot [30] registered\n[ 0.283595] acpiphp: Slot [31] registered\n[ 0.284396] PCI host bridge to bus 0000:00\n[ 0.285194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289015] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296623] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297888] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300296] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306621] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308035] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352942] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354404] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357226] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358616] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359860] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361200] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362243] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363769] vgaarb: loaded\n[ 0.364373] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365508] SCSI subsystem initialized\n[ 0.366317] ACPI: bus type USB registered\n[ 0.367129] usbcore: registered new interface driver usbfs\n[ 0.368152] usbcore: registered new interface driver hub\n[ 0.369149] usbcore: registered new device driver usb\n[ 0.370195] PCI: Using ACPI for IRQ routing\n[ 0.371208] NetLabel: Initializing\n[ 0.371928] NetLabel: domain hash size = 128\n[ 0.372773] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373712] NetLabel: unlabeled traffic allowed by default\n[ 0.374801] clocksource: Switched to clocksource kvm-clock\n[ 0.380207] AppArmor: AppArmor Filesystem Enabled\n[ 0.381154] pnp: PnP ACPI init\n[ 0.382053] pnp: PnP ACPI: found 5 devices\n[ 0.388419] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390096] NET: Registered protocol family 2\n[ 0.391047] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392299] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393450] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394590] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395651] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396805] NET: Registered protocol family 1\n[ 0.397662] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399801] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413791] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428352] Trying to unpack rootfs image as initramfs...\n[ 0.477836] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491790] Scanning for low memory corruption every 60 seconds\n[ 0.493126] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494258] audit: initializing netlink subsys (disabled)\n[ 0.495278] audit: type=2000 audit(1540233294.836:1): initialized\n[ 0.496595] Initialise system trusted keyring\n[ 0.497523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498677] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500643] zbud: loaded\n[ 0.501342] VFS: Disk quotas dquot_6.6.0\n[ 0.502157] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503659] fuse init (API version 7.23)\n[ 0.504557] Key type big_key registered\n[ 0.505352] Allocating IMA MOK and blacklist keyrings.\n[ 0.506840] Key type asymmetric registered\n[ 0.507661] Asymmetric key parser 'x509' registered\n[ 0.508611] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510058] io scheduler noop registered\n[ 0.510862] io scheduler deadline registered (default)\n[ 0.511841] io scheduler cfq registered\n[ 0.512664] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513706] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516425] ACPI: Power Button [PWRF]\n[ 0.517296] GHES: HEST is not enabled!\n[ 0.531238] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587890] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590109] Linux agpgart interface v0.103\n[ 0.592161] brd: module loaded\n[ 0.593360] loop: module loaded\n[ 0.598666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600135] GPT:90111 != 2097151\n[ 0.600812] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601899] GPT:90111 != 2097151\n[ 0.602573] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603538] vda: vda1 vda15\n[ 0.605048] scsi host0: ata_piix\n[ 0.605782] scsi host1: ata_piix\n[ 0.606493] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607715] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609170] libphy: Fixed MDIO Bus: probed\n[ 0.609989] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613094] PPP generic driver version 2.4.2\n[ 0.613977] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615298] ehci-pci: EHCI PCI platform driver\n[ 0.616172] ehci-platform: EHCI generic platform driver\n[ 0.617153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618271] ohci-pci: OHCI PCI platform driver\n[ 0.619142] ohci-platform: OHCI generic platform driver\n[ 0.620128] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634553] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635565] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637035] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638063] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640428] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641852] usb usb1: Product: UHCI Host Controller\n[ 0.642790] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643946] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644970] hub 1-0:1.0: USB hub found\n[ 0.645759] hub 1-0:1.0: 2 ports detected\n[ 0.646662] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648785] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649754] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650785] mousedev: PS/2 mouse device common for all mice\n[ 0.652050] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653879] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654983] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656173] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657369] i2c /dev entries driver\n[ 0.658130] device-mapper: uevent: version 1.0.3\n[ 0.659082] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660706] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662004] NET: Registered protocol family 10\n[ 0.663015] NET: Registered protocol family 17\n[ 0.663908] Key type dns_resolver registered\n[ 0.664835] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667682] registered taskstats version 1\n[ 0.668509] Loading compiled-in X.509 certificates\n[ 0.669934] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671791] zswap: loaded using pool lzo/zbud\n[ 0.673158] Key type trusted registered\n[ 0.674704] Key type encrypted registered\n[ 0.675531] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676543] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677563] evm: HMAC attrs: 0x1\n[ 0.678491] Magic number: 6:617:595\n[ 0.679264] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.680926] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:55 UTC (1540233295)\n[ 0.682538] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683657] EDD information not available.\n[ 0.763339] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775220] ata1.00: configured for MWDMA2\n[ 0.776436] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778624] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779850] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781100] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782966] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784513] Write protecting the kernel read-only data: 14336k\n[ 0.786052] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787847] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.152734] 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.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\"\nTop of dropbear init script\nStarting dropbear 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.46s]\nping 10.10.10.11 OK\n"} 2018-10-22 18:36:22,932 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action used request id req-7cf87d30-1401-4bce-a47b-81ee55aa0918 2018-10-22 18:36:24,935 - sdnvpn_test_utils - INFO - Waiting for instance 4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e to boot up 2018-10-22 18:36:24,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6303abf2357e73061413aba1a7827cda7413f6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:26,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-1283acb7-8ede-450e-a546-95e13adea70e x-compute-request-id: req-1283acb7-8ede-450e-a546-95e13adea70e Content-Encoding: gzip Content-Length: 8170 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 760952524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.154458] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.156102] pid_max: default: 32768 minimum: 301\n[ 0.156992] ACPI: Core revision 20150930\n[ 0.158382] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159688] Security Framework initialized\n[ 0.160502] Yama: becoming mindful.\n[ 0.161225] AppArmor: AppArmor initialized\n[ 0.162097] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163430] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164714] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165925] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167304] Initializing cgroup subsys io\n[ 0.168112] Initializing cgroup subsys memory\n[ 0.168971] Initializing cgroup subsys devices\n[ 0.169854] Initializing cgroup subsys freezer\n[ 0.170727] Initializing cgroup subsys net_cls\n[ 0.171593] Initializing cgroup subsys perf_event\n[ 0.172502] Initializing cgroup subsys net_prio\n[ 0.173383] Initializing cgroup subsys hugetlb\n[ 0.174251] Initializing cgroup subsys pids\n[ 0.175122] CPU: Physical Processor ID: 0\n[ 0.176633] mce: CPU supports 10 MCE banks\n[ 0.177480] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178492] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.190363] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.196738] ftrace: allocating 31920 entries in 125 pages\n[ 0.222758] smpboot: Max logical packages: 1\n[ 0.223611] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224951] x2apic enabled\n[ 0.225769] Switched APIC routing to physical x2apic.\n[ 0.227513] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.228627] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.230609] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.232384] KVM setup paravirtual spinlock\n[ 0.233668] x86: Booted up 1 node, 1 CPUs\n[ 0.234468] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235846] devtmpfs: initialized\n[ 0.237558] evm: security.selinux\n[ 0.238256] evm: security.SMACK64\n[ 0.238957] evm: security.SMACK64EXEC\n[ 0.239699] evm: security.SMACK64TRANSMUTE\n[ 0.240505] evm: security.SMACK64MMAP\n[ 0.241250] evm: security.ima\n[ 0.241888] evm: security.capability\n[ 0.242690] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.244538] pinctrl core: initialized pinctrl subsystem\n[ 0.245639] RTC time: 18:34:40, date: 10/22/18\n[ 0.246585] NET: Registered protocol family 16\n[ 0.247554] cpuidle: using governor ladder\n[ 0.248365] cpuidle: using governor menu\n[ 0.249142] PCCT header not found.\n[ 0.249901] ACPI: bus type PCI registered\n[ 0.250704] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251939] PCI: Using configuration type 1 for base access\n[ 0.253691] ACPI: Added _OSI(Module Device)\n[ 0.254541] ACPI: Added _OSI(Processor Device)\n[ 0.255400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.256303] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.258398] ACPI: Interpreter enabled\n[ 0.259170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.261012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262847] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266525] ACPI: (supports S0 S5)\n[ 0.267224] ACPI: Using IOAPIC for interrupt routing\n[ 0.268175] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271266] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272404] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273630] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277011] acpiphp: Slot [3] registered\n[ 0.277811] acpiphp: Slot [4] registered\n[ 0.278605] acpiphp: Slot [5] registered\n[ 0.279396] acpiphp: Slot [6] registered\n[ 0.280183] acpiphp: Slot [7] registered\n[ 0.280981] acpiphp: Slot [8] registered\n[ 0.281779] acpiphp: Slot [9] registered\n[ 0.282570] acpiphp: Slot [10] registered\n[ 0.283373] acpiphp: Slot [11] registered\n[ 0.284185] acpiphp: Slot [12] registered\n[ 0.285000] acpiphp: Slot [13] registered\n[ 0.285807] acpiphp: Slot [14] registered\n[ 0.286613] acpiphp: Slot [15] registered\n[ 0.297569] acpiphp: Slot [16] registered\n[ 0.298390] acpiphp: Slot [17] registered\n[ 0.299191] acpiphp: Slot [18] registered\n[ 0.299997] acpiphp: Slot [19] registered\n[ 0.300804] acpiphp: Slot [20] registered\n[ 0.301618] acpiphp: Slot [21] registered\n[ 0.302425] acpiphp: Slot [22] registered\n[ 0.303226] acpiphp: Slot [23] registered\n[ 0.304032] acpiphp: Slot [24] registered\n[ 0.304839] acpiphp: Slot [25] registered\n[ 0.305650] acpiphp: Slot [26] registered\n[ 0.306456] acpiphp: Slot [27] registered\n[ 0.307263] acpiphp: Slot [28] registered\n[ 0.308066] acpiphp: Slot [29] registered\n[ 0.308871] acpiphp: Slot [30] registered\n[ 0.309702] acpiphp: Slot [31] registered\n[ 0.310508] PCI host bridge to bus 0000:00\n[ 0.311311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312508] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313714] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315154] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316590] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322729] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324022] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325185] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332686] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334136] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.379512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381016] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.382448] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.383860] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.385266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.386529] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.387704] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.388760] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.390308] vgaarb: loaded\n[ 0.390926] vgaarb: bridge control possible 0000:00:02.0\n[ 0.392064] SCSI subsystem initialized\n[ 0.392887] ACPI: bus type USB registered\n[ 0.393705] usbcore: registered new interface driver usbfs\n[ 0.394739] usbcore: registered new interface driver hub\n[ 0.395748] usbcore: registered new device driver usb\n[ 0.396798] PCI: Using ACPI for IRQ routing\n[ 0.397818] NetLabel: Initializing\n[ 0.398536] NetLabel: domain hash size = 128\n[ 0.399383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400338] NetLabel: unlabeled traffic allowed by default\n[ 0.401439] clocksource: Switched to clocksource kvm-clock\n[ 0.406832] AppArmor: AppArmor Filesystem Enabled\n[ 0.407787] pnp: PnP ACPI init\n[ 0.408691] pnp: PnP ACPI: found 5 devices\n[ 0.415065] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416775] NET: Registered protocol family 2\n[ 0.417729] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420148] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421317] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422396] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423561] NET: Registered protocol family 1\n[ 0.424425] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425517] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440604] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454794] Trying to unpack rootfs image as initramfs...\n[ 0.503856] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517820] Scanning for low memory corruption every 60 seconds\n[ 0.519245] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520383] audit: initializing netlink subsys (disabled)\n[ 0.521400] audit: type=2000 audit(1540233281.814:1): initialized\n[ 0.522709] Initialise system trusted keyring\n[ 0.523645] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524800] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526765] zbud: loaded\n[ 0.527469] VFS: Disk quotas dquot_6.6.0\n[ 0.528286] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529774] fuse init (API version 7.23)\n[ 0.530662] Key type big_key registered\n[ 0.531459] Allocating IMA MOK and blacklist keyrings.\n[ 0.532549] Key type asymmetric registered\n[ 0.533367] Asymmetric key parser 'x509' registered\n[ 0.534330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536158] io scheduler noop registered\n[ 0.536956] io scheduler deadline registered (default)\n[ 0.537949] io scheduler cfq registered\n[ 0.538781] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541091] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542572] ACPI: Power Button [PWRF]\n[ 0.543406] GHES: HEST is not enabled!\n[ 0.557103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586840] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589415] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.612980] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615115] Linux agpgart interface v0.103\n[ 0.617132] brd: module loaded\n[ 0.618303] loop: module loaded\n[ 0.624579] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626051] GPT:90111 != 2097151\n[ 0.626733] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627825] GPT:90111 != 2097151\n[ 0.628497] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629458] vda: vda1 vda15\n[ 0.630886] scsi host0: ata_piix\n[ 0.631626] scsi host1: ata_piix\n[ 0.632344] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633570] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635017] libphy: Fixed MDIO Bus: probed\n[ 0.635847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636798] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638937] PPP generic driver version 2.4.2\n[ 0.639829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641146] ehci-pci: EHCI PCI platform driver\n[ 0.642026] ehci-platform: EHCI generic platform driver\n[ 0.643021] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644142] ohci-pci: OHCI PCI platform driver\n[ 0.645012] ohci-platform: OHCI generic platform driver\n[ 0.646005] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660164] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661200] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662662] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663688] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664804] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667450] usb usb1: Product: UHCI Host Controller\n[ 0.668379] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669523] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670575] hub 1-0:1.0: USB hub found\n[ 0.671366] hub 1-0:1.0: 2 ports detected\n[ 0.672271] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674400] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675359] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676383] mousedev: PS/2 mouse device common for all mice\n[ 0.677636] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679459] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680547] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681752] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682946] i2c /dev entries driver\n[ 0.683720] device-mapper: uevent: version 1.0.3\n[ 0.684668] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686298] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687584] NET: Registered protocol family 10\n[ 0.688585] NET: Registered protocol family 17\n[ 0.689483] Key type dns_resolver registered\n[ 0.690412] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691503] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693251] registered taskstats version 1\n[ 0.694081] Loading compiled-in X.509 certificates\n[ 0.695538] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697393] zswap: loaded using pool lzo/zbud\n[ 0.698766] Key type trusted registered\n[ 0.700330] Key type encrypted registered\n[ 0.701154] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702188] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703225] evm: HMAC attrs: 0x1\n[ 0.704150] Magic number: 6:617:595\n[ 0.704913] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.706577] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:41 UTC (1540233281)\n[ 0.708170] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709288] EDD information not available.\n[ 0.789994] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.802325] ata1.00: configured for MWDMA2\n[ 0.803507] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.805705] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.806949] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.808191] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.810043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811579] Write protecting the kernel read-only data: 14336k\n[ 0.813136] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814941] 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.872679] 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.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.6...\nLease of 10.10.11.6 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.61s]\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-10-22 18:36:26,009 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e/action used request id req-1283acb7-8ede-450e-a546-95e13adea70e 2018-10-22 18:36:28,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf32326de875c59670f20c06d66d42959fb9a8c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:29,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-65d3dcf3-7de5-4592-8905-7ff84325f088 x-compute-request-id: req-65d3dcf3-7de5-4592-8905-7ff84325f088 Content-Encoding: gzip Content-Length: 8152 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 582524885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129594] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131252] pid_max: default: 32768 minimum: 301\n[ 0.132157] ACPI: Core revision 20150930\n[ 0.133552] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134869] Security Framework initialized\n[ 0.135681] Yama: becoming mindful.\n[ 0.136416] AppArmor: AppArmor initialized\n[ 0.137276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138607] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139889] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141094] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142479] Initializing cgroup subsys io\n[ 0.143291] Initializing cgroup subsys memory\n[ 0.144149] Initializing cgroup subsys devices\n[ 0.145031] Initializing cgroup subsys freezer\n[ 0.145897] Initializing cgroup subsys net_cls\n[ 0.146756] Initializing cgroup subsys perf_event\n[ 0.147667] Initializing cgroup subsys net_prio\n[ 0.148546] Initializing cgroup subsys hugetlb\n[ 0.149421] Initializing cgroup subsys pids\n[ 0.150293] CPU: Physical Processor ID: 0\n[ 0.151781] mce: CPU supports 10 MCE banks\n[ 0.152633] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153634] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164360] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170805] ftrace: allocating 31920 entries in 125 pages\n[ 0.197272] smpboot: Max logical packages: 1\n[ 0.198119] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199449] x2apic enabled\n[ 0.200242] Switched APIC routing to physical x2apic.\n[ 0.201984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203090] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205055] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206820] KVM setup paravirtual spinlock\n[ 0.208097] x86: Booted up 1 node, 1 CPUs\n[ 0.208896] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210267] devtmpfs: initialized\n[ 0.211977] evm: security.selinux\n[ 0.212682] evm: security.SMACK64\n[ 0.213361] evm: security.SMACK64EXEC\n[ 0.214099] evm: security.SMACK64TRANSMUTE\n[ 0.214898] evm: security.SMACK64MMAP\n[ 0.215639] evm: security.ima\n[ 0.216272] evm: security.capability\n[ 0.217070] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218896] pinctrl core: initialized pinctrl subsystem\n[ 0.219987] RTC time: 18:34:54, date: 10/22/18\n[ 0.220926] NET: Registered protocol family 16\n[ 0.221884] cpuidle: using governor ladder\n[ 0.222691] cpuidle: using governor menu\n[ 0.223465] PCCT header not found.\n[ 0.224207] ACPI: bus type PCI registered\n[ 0.224999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226219] PCI: Using configuration type 1 for base access\n[ 0.227954] ACPI: Added _OSI(Module Device)\n[ 0.228788] ACPI: Added _OSI(Processor Device)\n[ 0.229635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230520] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232614] ACPI: Interpreter enabled\n[ 0.233385] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240641] ACPI: (supports S0 S5)\n[ 0.241331] ACPI: Using IOAPIC for interrupt routing\n[ 0.242315] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245399] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246532] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247755] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248937] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251134] acpiphp: Slot [3] registered\n[ 0.251932] acpiphp: Slot [4] registered\n[ 0.252741] acpiphp: Slot [5] registered\n[ 0.253533] acpiphp: Slot [6] registered\n[ 0.254317] acpiphp: Slot [7] registered\n[ 0.255113] acpiphp: Slot [8] registered\n[ 0.255906] acpiphp: Slot [9] registered\n[ 0.256695] acpiphp: Slot [10] registered\n[ 0.257496] acpiphp: Slot [11] registered\n[ 0.258300] acpiphp: Slot [12] registered\n[ 0.259110] acpiphp: Slot [13] registered\n[ 0.259912] acpiphp: Slot [14] registered\n[ 0.260713] acpiphp: Slot [15] registered\n[ 0.271550] acpiphp: Slot [16] registered\n[ 0.272365] acpiphp: Slot [17] registered\n[ 0.273167] acpiphp: Slot [18] registered\n[ 0.273966] acpiphp: Slot [19] registered\n[ 0.274764] acpiphp: Slot [20] registered\n[ 0.275571] acpiphp: Slot [21] registered\n[ 0.276369] acpiphp: Slot [22] registered\n[ 0.277169] acpiphp: Slot [23] registered\n[ 0.277969] acpiphp: Slot [24] registered\n[ 0.278770] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280379] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281983] acpiphp: Slot [29] registered\n[ 0.282787] acpiphp: Slot [30] registered\n[ 0.283595] acpiphp: Slot [31] registered\n[ 0.284396] PCI host bridge to bus 0000:00\n[ 0.285194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289015] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296623] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297888] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300296] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306621] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308035] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352942] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354404] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357226] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358616] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359860] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361200] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362243] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363769] vgaarb: loaded\n[ 0.364373] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365508] SCSI subsystem initialized\n[ 0.366317] ACPI: bus type USB registered\n[ 0.367129] usbcore: registered new interface driver usbfs\n[ 0.368152] usbcore: registered new interface driver hub\n[ 0.369149] usbcore: registered new device driver usb\n[ 0.370195] PCI: Using ACPI for IRQ routing\n[ 0.371208] NetLabel: Initializing\n[ 0.371928] NetLabel: domain hash size = 128\n[ 0.372773] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373712] NetLabel: unlabeled traffic allowed by default\n[ 0.374801] clocksource: Switched to clocksource kvm-clock\n[ 0.380207] AppArmor: AppArmor Filesystem Enabled\n[ 0.381154] pnp: PnP ACPI init\n[ 0.382053] pnp: PnP ACPI: found 5 devices\n[ 0.388419] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390096] NET: Registered protocol family 2\n[ 0.391047] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392299] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393450] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394590] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395651] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396805] NET: Registered protocol family 1\n[ 0.397662] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399801] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413791] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428352] Trying to unpack rootfs image as initramfs...\n[ 0.477836] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491790] Scanning for low memory corruption every 60 seconds\n[ 0.493126] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494258] audit: initializing netlink subsys (disabled)\n[ 0.495278] audit: type=2000 audit(1540233294.836:1): initialized\n[ 0.496595] Initialise system trusted keyring\n[ 0.497523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498677] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500643] zbud: loaded\n[ 0.501342] VFS: Disk quotas dquot_6.6.0\n[ 0.502157] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503659] fuse init (API version 7.23)\n[ 0.504557] Key type big_key registered\n[ 0.505352] Allocating IMA MOK and blacklist keyrings.\n[ 0.506840] Key type asymmetric registered\n[ 0.507661] Asymmetric key parser 'x509' registered\n[ 0.508611] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510058] io scheduler noop registered\n[ 0.510862] io scheduler deadline registered (default)\n[ 0.511841] io scheduler cfq registered\n[ 0.512664] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513706] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516425] ACPI: Power Button [PWRF]\n[ 0.517296] GHES: HEST is not enabled!\n[ 0.531238] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587890] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590109] Linux agpgart interface v0.103\n[ 0.592161] brd: module loaded\n[ 0.593360] loop: module loaded\n[ 0.598666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600135] GPT:90111 != 2097151\n[ 0.600812] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601899] GPT:90111 != 2097151\n[ 0.602573] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603538] vda: vda1 vda15\n[ 0.605048] scsi host0: ata_piix\n[ 0.605782] scsi host1: ata_piix\n[ 0.606493] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607715] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609170] libphy: Fixed MDIO Bus: probed\n[ 0.609989] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613094] PPP generic driver version 2.4.2\n[ 0.613977] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615298] ehci-pci: EHCI PCI platform driver\n[ 0.616172] ehci-platform: EHCI generic platform driver\n[ 0.617153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618271] ohci-pci: OHCI PCI platform driver\n[ 0.619142] ohci-platform: OHCI generic platform driver\n[ 0.620128] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634553] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635565] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637035] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638063] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640428] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641852] usb usb1: Product: UHCI Host Controller\n[ 0.642790] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643946] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644970] hub 1-0:1.0: USB hub found\n[ 0.645759] hub 1-0:1.0: 2 ports detected\n[ 0.646662] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648785] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649754] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650785] mousedev: PS/2 mouse device common for all mice\n[ 0.652050] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653879] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654983] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656173] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657369] i2c /dev entries driver\n[ 0.658130] device-mapper: uevent: version 1.0.3\n[ 0.659082] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660706] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662004] NET: Registered protocol family 10\n[ 0.663015] NET: Registered protocol family 17\n[ 0.663908] Key type dns_resolver registered\n[ 0.664835] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667682] registered taskstats version 1\n[ 0.668509] Loading compiled-in X.509 certificates\n[ 0.669934] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671791] zswap: loaded using pool lzo/zbud\n[ 0.673158] Key type trusted registered\n[ 0.674704] Key type encrypted registered\n[ 0.675531] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676543] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677563] evm: HMAC attrs: 0x1\n[ 0.678491] Magic number: 6:617:595\n[ 0.679264] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.680926] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:55 UTC (1540233295)\n[ 0.682538] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683657] EDD information not available.\n[ 0.763339] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775220] ata1.00: configured for MWDMA2\n[ 0.776436] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778624] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779850] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781100] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782966] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784513] Write protecting the kernel read-only data: 14336k\n[ 0.786052] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787847] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.152734] 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.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\"\nTop of dropbear init script\nStarting dropbear 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.46s]\nping 10.10.10.11 OK\nping 10.10.10.6 KO\n"} 2018-10-22 18:36:29,084 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action used request id req-65d3dcf3-7de5-4592-8905-7ff84325f088 2018-10-22 18:36:29,085 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.14) to 'sdnvpn-4-2' (10.10.10.11). -->Expected result: can ping. 2018-10-22 18:36:29,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf32326de875c59670f20c06d66d42959fb9a8c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:30,159 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:36: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-1322d992-4e77-4d47-91b8-019c49e6abad x-compute-request-id: req-1322d992-4e77-4d47-91b8-019c49e6abad Content-Encoding: gzip Content-Length: 8152 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 582524885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129594] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131252] pid_max: default: 32768 minimum: 301\n[ 0.132157] ACPI: Core revision 20150930\n[ 0.133552] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134869] Security Framework initialized\n[ 0.135681] Yama: becoming mindful.\n[ 0.136416] AppArmor: AppArmor initialized\n[ 0.137276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138607] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139889] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141094] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142479] Initializing cgroup subsys io\n[ 0.143291] Initializing cgroup subsys memory\n[ 0.144149] Initializing cgroup subsys devices\n[ 0.145031] Initializing cgroup subsys freezer\n[ 0.145897] Initializing cgroup subsys net_cls\n[ 0.146756] Initializing cgroup subsys perf_event\n[ 0.147667] Initializing cgroup subsys net_prio\n[ 0.148546] Initializing cgroup subsys hugetlb\n[ 0.149421] Initializing cgroup subsys pids\n[ 0.150293] CPU: Physical Processor ID: 0\n[ 0.151781] mce: CPU supports 10 MCE banks\n[ 0.152633] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153634] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164360] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170805] ftrace: allocating 31920 entries in 125 pages\n[ 0.197272] smpboot: Max logical packages: 1\n[ 0.198119] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199449] x2apic enabled\n[ 0.200242] Switched APIC routing to physical x2apic.\n[ 0.201984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203090] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205055] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206820] KVM setup paravirtual spinlock\n[ 0.208097] x86: Booted up 1 node, 1 CPUs\n[ 0.208896] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210267] devtmpfs: initialized\n[ 0.211977] evm: security.selinux\n[ 0.212682] evm: security.SMACK64\n[ 0.213361] evm: security.SMACK64EXEC\n[ 0.214099] evm: security.SMACK64TRANSMUTE\n[ 0.214898] evm: security.SMACK64MMAP\n[ 0.215639] evm: security.ima\n[ 0.216272] evm: security.capability\n[ 0.217070] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218896] pinctrl core: initialized pinctrl subsystem\n[ 0.219987] RTC time: 18:34:54, date: 10/22/18\n[ 0.220926] NET: Registered protocol family 16\n[ 0.221884] cpuidle: using governor ladder\n[ 0.222691] cpuidle: using governor menu\n[ 0.223465] PCCT header not found.\n[ 0.224207] ACPI: bus type PCI registered\n[ 0.224999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226219] PCI: Using configuration type 1 for base access\n[ 0.227954] ACPI: Added _OSI(Module Device)\n[ 0.228788] ACPI: Added _OSI(Processor Device)\n[ 0.229635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230520] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232614] ACPI: Interpreter enabled\n[ 0.233385] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240641] ACPI: (supports S0 S5)\n[ 0.241331] ACPI: Using IOAPIC for interrupt routing\n[ 0.242315] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245399] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246532] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247755] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248937] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251134] acpiphp: Slot [3] registered\n[ 0.251932] acpiphp: Slot [4] registered\n[ 0.252741] acpiphp: Slot [5] registered\n[ 0.253533] acpiphp: Slot [6] registered\n[ 0.254317] acpiphp: Slot [7] registered\n[ 0.255113] acpiphp: Slot [8] registered\n[ 0.255906] acpiphp: Slot [9] registered\n[ 0.256695] acpiphp: Slot [10] registered\n[ 0.257496] acpiphp: Slot [11] registered\n[ 0.258300] acpiphp: Slot [12] registered\n[ 0.259110] acpiphp: Slot [13] registered\n[ 0.259912] acpiphp: Slot [14] registered\n[ 0.260713] acpiphp: Slot [15] registered\n[ 0.271550] acpiphp: Slot [16] registered\n[ 0.272365] acpiphp: Slot [17] registered\n[ 0.273167] acpiphp: Slot [18] registered\n[ 0.273966] acpiphp: Slot [19] registered\n[ 0.274764] acpiphp: Slot [20] registered\n[ 0.275571] acpiphp: Slot [21] registered\n[ 0.276369] acpiphp: Slot [22] registered\n[ 0.277169] acpiphp: Slot [23] registered\n[ 0.277969] acpiphp: Slot [24] registered\n[ 0.278770] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280379] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281983] acpiphp: Slot [29] registered\n[ 0.282787] acpiphp: Slot [30] registered\n[ 0.283595] acpiphp: Slot [31] registered\n[ 0.284396] PCI host bridge to bus 0000:00\n[ 0.285194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289015] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296623] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297888] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300296] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306621] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308035] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352942] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354404] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357226] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358616] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359860] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361200] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362243] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363769] vgaarb: loaded\n[ 0.364373] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365508] SCSI subsystem initialized\n[ 0.366317] ACPI: bus type USB registered\n[ 0.367129] usbcore: registered new interface driver usbfs\n[ 0.368152] usbcore: registered new interface driver hub\n[ 0.369149] usbcore: registered new device driver usb\n[ 0.370195] PCI: Using ACPI for IRQ routing\n[ 0.371208] NetLabel: Initializing\n[ 0.371928] NetLabel: domain hash size = 128\n[ 0.372773] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373712] NetLabel: unlabeled traffic allowed by default\n[ 0.374801] clocksource: Switched to clocksource kvm-clock\n[ 0.380207] AppArmor: AppArmor Filesystem Enabled\n[ 0.381154] pnp: PnP ACPI init\n[ 0.382053] pnp: PnP ACPI: found 5 devices\n[ 0.388419] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390096] NET: Registered protocol family 2\n[ 0.391047] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392299] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393450] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394590] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395651] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396805] NET: Registered protocol family 1\n[ 0.397662] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399801] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413791] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428352] Trying to unpack rootfs image as initramfs...\n[ 0.477836] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491790] Scanning for low memory corruption every 60 seconds\n[ 0.493126] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494258] audit: initializing netlink subsys (disabled)\n[ 0.495278] audit: type=2000 audit(1540233294.836:1): initialized\n[ 0.496595] Initialise system trusted keyring\n[ 0.497523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498677] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500643] zbud: loaded\n[ 0.501342] VFS: Disk quotas dquot_6.6.0\n[ 0.502157] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503659] fuse init (API version 7.23)\n[ 0.504557] Key type big_key registered\n[ 0.505352] Allocating IMA MOK and blacklist keyrings.\n[ 0.506840] Key type asymmetric registered\n[ 0.507661] Asymmetric key parser 'x509' registered\n[ 0.508611] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510058] io scheduler noop registered\n[ 0.510862] io scheduler deadline registered (default)\n[ 0.511841] io scheduler cfq registered\n[ 0.512664] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513706] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516425] ACPI: Power Button [PWRF]\n[ 0.517296] GHES: HEST is not enabled!\n[ 0.531238] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587890] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590109] Linux agpgart interface v0.103\n[ 0.592161] brd: module loaded\n[ 0.593360] loop: module loaded\n[ 0.598666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600135] GPT:90111 != 2097151\n[ 0.600812] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601899] GPT:90111 != 2097151\n[ 0.602573] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603538] vda: vda1 vda15\n[ 0.605048] scsi host0: ata_piix\n[ 0.605782] scsi host1: ata_piix\n[ 0.606493] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607715] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609170] libphy: Fixed MDIO Bus: probed\n[ 0.609989] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613094] PPP generic driver version 2.4.2\n[ 0.613977] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615298] ehci-pci: EHCI PCI platform driver\n[ 0.616172] ehci-platform: EHCI generic platform driver\n[ 0.617153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618271] ohci-pci: OHCI PCI platform driver\n[ 0.619142] ohci-platform: OHCI generic platform driver\n[ 0.620128] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634553] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635565] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637035] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638063] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640428] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641852] usb usb1: Product: UHCI Host Controller\n[ 0.642790] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643946] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644970] hub 1-0:1.0: USB hub found\n[ 0.645759] hub 1-0:1.0: 2 ports detected\n[ 0.646662] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648785] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649754] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650785] mousedev: PS/2 mouse device common for all mice\n[ 0.652050] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653879] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654983] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656173] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657369] i2c /dev entries driver\n[ 0.658130] device-mapper: uevent: version 1.0.3\n[ 0.659082] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660706] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662004] NET: Registered protocol family 10\n[ 0.663015] NET: Registered protocol family 17\n[ 0.663908] Key type dns_resolver registered\n[ 0.664835] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667682] registered taskstats version 1\n[ 0.668509] Loading compiled-in X.509 certificates\n[ 0.669934] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671791] zswap: loaded using pool lzo/zbud\n[ 0.673158] Key type trusted registered\n[ 0.674704] Key type encrypted registered\n[ 0.675531] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676543] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677563] evm: HMAC attrs: 0x1\n[ 0.678491] Magic number: 6:617:595\n[ 0.679264] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.680926] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:55 UTC (1540233295)\n[ 0.682538] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683657] EDD information not available.\n[ 0.763339] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775220] ata1.00: configured for MWDMA2\n[ 0.776436] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778624] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779850] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781100] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782966] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784513] Write protecting the kernel read-only data: 14336k\n[ 0.786052] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787847] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.152734] 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.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\"\nTop of dropbear init script\nStarting dropbear 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.46s]\nping 10.10.10.11 OK\nping 10.10.10.6 KO\n"} 2018-10-22 18:36:30,160 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action used request id req-1322d992-4e77-4d47-91b8-019c49e6abad 2018-10-22 18:36:30,161 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-2' 2018-10-22 18:36:30,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf32326de875c59670f20c06d66d42959fb9a8c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:31,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:36:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5288060d-bca6-4ea9-b189-47b088b51379 x-compute-request-id: req-5288060d-bca6-4ea9-b189-47b088b51379 Content-Encoding: gzip Content-Length: 8152 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 582524885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129594] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131252] pid_max: default: 32768 minimum: 301\n[ 0.132157] ACPI: Core revision 20150930\n[ 0.133552] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134869] Security Framework initialized\n[ 0.135681] Yama: becoming mindful.\n[ 0.136416] AppArmor: AppArmor initialized\n[ 0.137276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138607] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139889] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141094] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142479] Initializing cgroup subsys io\n[ 0.143291] Initializing cgroup subsys memory\n[ 0.144149] Initializing cgroup subsys devices\n[ 0.145031] Initializing cgroup subsys freezer\n[ 0.145897] Initializing cgroup subsys net_cls\n[ 0.146756] Initializing cgroup subsys perf_event\n[ 0.147667] Initializing cgroup subsys net_prio\n[ 0.148546] Initializing cgroup subsys hugetlb\n[ 0.149421] Initializing cgroup subsys pids\n[ 0.150293] CPU: Physical Processor ID: 0\n[ 0.151781] mce: CPU supports 10 MCE banks\n[ 0.152633] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153634] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164360] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170805] ftrace: allocating 31920 entries in 125 pages\n[ 0.197272] smpboot: Max logical packages: 1\n[ 0.198119] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199449] x2apic enabled\n[ 0.200242] Switched APIC routing to physical x2apic.\n[ 0.201984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203090] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205055] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206820] KVM setup paravirtual spinlock\n[ 0.208097] x86: Booted up 1 node, 1 CPUs\n[ 0.208896] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210267] devtmpfs: initialized\n[ 0.211977] evm: security.selinux\n[ 0.212682] evm: security.SMACK64\n[ 0.213361] evm: security.SMACK64EXEC\n[ 0.214099] evm: security.SMACK64TRANSMUTE\n[ 0.214898] evm: security.SMACK64MMAP\n[ 0.215639] evm: security.ima\n[ 0.216272] evm: security.capability\n[ 0.217070] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218896] pinctrl core: initialized pinctrl subsystem\n[ 0.219987] RTC time: 18:34:54, date: 10/22/18\n[ 0.220926] NET: Registered protocol family 16\n[ 0.221884] cpuidle: using governor ladder\n[ 0.222691] cpuidle: using governor menu\n[ 0.223465] PCCT header not found.\n[ 0.224207] ACPI: bus type PCI registered\n[ 0.224999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226219] PCI: Using configuration type 1 for base access\n[ 0.227954] ACPI: Added _OSI(Module Device)\n[ 0.228788] ACPI: Added _OSI(Processor Device)\n[ 0.229635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230520] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232614] ACPI: Interpreter enabled\n[ 0.233385] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240641] ACPI: (supports S0 S5)\n[ 0.241331] ACPI: Using IOAPIC for interrupt routing\n[ 0.242315] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245399] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246532] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247755] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248937] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251134] acpiphp: Slot [3] registered\n[ 0.251932] acpiphp: Slot [4] registered\n[ 0.252741] acpiphp: Slot [5] registered\n[ 0.253533] acpiphp: Slot [6] registered\n[ 0.254317] acpiphp: Slot [7] registered\n[ 0.255113] acpiphp: Slot [8] registered\n[ 0.255906] acpiphp: Slot [9] registered\n[ 0.256695] acpiphp: Slot [10] registered\n[ 0.257496] acpiphp: Slot [11] registered\n[ 0.258300] acpiphp: Slot [12] registered\n[ 0.259110] acpiphp: Slot [13] registered\n[ 0.259912] acpiphp: Slot [14] registered\n[ 0.260713] acpiphp: Slot [15] registered\n[ 0.271550] acpiphp: Slot [16] registered\n[ 0.272365] acpiphp: Slot [17] registered\n[ 0.273167] acpiphp: Slot [18] registered\n[ 0.273966] acpiphp: Slot [19] registered\n[ 0.274764] acpiphp: Slot [20] registered\n[ 0.275571] acpiphp: Slot [21] registered\n[ 0.276369] acpiphp: Slot [22] registered\n[ 0.277169] acpiphp: Slot [23] registered\n[ 0.277969] acpiphp: Slot [24] registered\n[ 0.278770] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280379] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281983] acpiphp: Slot [29] registered\n[ 0.282787] acpiphp: Slot [30] registered\n[ 0.283595] acpiphp: Slot [31] registered\n[ 0.284396] PCI host bridge to bus 0000:00\n[ 0.285194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289015] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296623] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297888] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300296] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306621] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308035] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352942] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354404] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357226] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358616] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359860] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361200] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362243] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363769] vgaarb: loaded\n[ 0.364373] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365508] SCSI subsystem initialized\n[ 0.366317] ACPI: bus type USB registered\n[ 0.367129] usbcore: registered new interface driver usbfs\n[ 0.368152] usbcore: registered new interface driver hub\n[ 0.369149] usbcore: registered new device driver usb\n[ 0.370195] PCI: Using ACPI for IRQ routing\n[ 0.371208] NetLabel: Initializing\n[ 0.371928] NetLabel: domain hash size = 128\n[ 0.372773] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373712] NetLabel: unlabeled traffic allowed by default\n[ 0.374801] clocksource: Switched to clocksource kvm-clock\n[ 0.380207] AppArmor: AppArmor Filesystem Enabled\n[ 0.381154] pnp: PnP ACPI init\n[ 0.382053] pnp: PnP ACPI: found 5 devices\n[ 0.388419] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390096] NET: Registered protocol family 2\n[ 0.391047] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392299] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393450] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394590] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395651] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396805] NET: Registered protocol family 1\n[ 0.397662] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399801] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413791] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428352] Trying to unpack rootfs image as initramfs...\n[ 0.477836] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491790] Scanning for low memory corruption every 60 seconds\n[ 0.493126] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494258] audit: initializing netlink subsys (disabled)\n[ 0.495278] audit: type=2000 audit(1540233294.836:1): initialized\n[ 0.496595] Initialise system trusted keyring\n[ 0.497523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498677] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500643] zbud: loaded\n[ 0.501342] VFS: Disk quotas dquot_6.6.0\n[ 0.502157] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503659] fuse init (API version 7.23)\n[ 0.504557] Key type big_key registered\n[ 0.505352] Allocating IMA MOK and blacklist keyrings.\n[ 0.506840] Key type asymmetric registered\n[ 0.507661] Asymmetric key parser 'x509' registered\n[ 0.508611] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510058] io scheduler noop registered\n[ 0.510862] io scheduler deadline registered (default)\n[ 0.511841] io scheduler cfq registered\n[ 0.512664] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513706] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516425] ACPI: Power Button [PWRF]\n[ 0.517296] GHES: HEST is not enabled!\n[ 0.531238] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587890] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590109] Linux agpgart interface v0.103\n[ 0.592161] brd: module loaded\n[ 0.593360] loop: module loaded\n[ 0.598666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600135] GPT:90111 != 2097151\n[ 0.600812] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601899] GPT:90111 != 2097151\n[ 0.602573] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603538] vda: vda1 vda15\n[ 0.605048] scsi host0: ata_piix\n[ 0.605782] scsi host1: ata_piix\n[ 0.606493] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607715] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609170] libphy: Fixed MDIO Bus: probed\n[ 0.609989] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613094] PPP generic driver version 2.4.2\n[ 0.613977] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615298] ehci-pci: EHCI PCI platform driver\n[ 0.616172] ehci-platform: EHCI generic platform driver\n[ 0.617153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618271] ohci-pci: OHCI PCI platform driver\n[ 0.619142] ohci-platform: OHCI generic platform driver\n[ 0.620128] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634553] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635565] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637035] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638063] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640428] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641852] usb usb1: Product: UHCI Host Controller\n[ 0.642790] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643946] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644970] hub 1-0:1.0: USB hub found\n[ 0.645759] hub 1-0:1.0: 2 ports detected\n[ 0.646662] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648785] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649754] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650785] mousedev: PS/2 mouse device common for all mice\n[ 0.652050] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653879] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654983] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656173] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657369] i2c /dev entries driver\n[ 0.658130] device-mapper: uevent: version 1.0.3\n[ 0.659082] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660706] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662004] NET: Registered protocol family 10\n[ 0.663015] NET: Registered protocol family 17\n[ 0.663908] Key type dns_resolver registered\n[ 0.664835] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667682] registered taskstats version 1\n[ 0.668509] Loading compiled-in X.509 certificates\n[ 0.669934] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671791] zswap: loaded using pool lzo/zbud\n[ 0.673158] Key type trusted registered\n[ 0.674704] Key type encrypted registered\n[ 0.675531] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676543] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677563] evm: HMAC attrs: 0x1\n[ 0.678491] Magic number: 6:617:595\n[ 0.679264] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.680926] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:55 UTC (1540233295)\n[ 0.682538] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683657] EDD information not available.\n[ 0.763339] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775220] ata1.00: configured for MWDMA2\n[ 0.776436] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778624] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779850] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781100] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782966] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784513] Write protecting the kernel read-only data: 14336k\n[ 0.786052] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787847] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.152734] 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.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\"\nTop of dropbear init script\nStarting dropbear 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.46s]\nping 10.10.10.11 OK\nping 10.10.10.6 KO\n"} 2018-10-22 18:36:31,236 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action used request id req-5288060d-bca6-4ea9-b189-47b088b51379 2018-10-22 18:36:31,237 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.14) to 'sdnvpn-4-3' (10.10.10.6). -->Expected result: can ping. 2018-10-22 18:36:31,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf32326de875c59670f20c06d66d42959fb9a8c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:32,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-45efa2a2-904a-4903-bb4d-81a85f828fcc x-compute-request-id: req-45efa2a2-904a-4903-bb4d-81a85f828fcc Content-Encoding: gzip Content-Length: 8152 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 582524885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129594] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131252] pid_max: default: 32768 minimum: 301\n[ 0.132157] ACPI: Core revision 20150930\n[ 0.133552] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134869] Security Framework initialized\n[ 0.135681] Yama: becoming mindful.\n[ 0.136416] AppArmor: AppArmor initialized\n[ 0.137276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138607] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139889] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141094] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142479] Initializing cgroup subsys io\n[ 0.143291] Initializing cgroup subsys memory\n[ 0.144149] Initializing cgroup subsys devices\n[ 0.145031] Initializing cgroup subsys freezer\n[ 0.145897] Initializing cgroup subsys net_cls\n[ 0.146756] Initializing cgroup subsys perf_event\n[ 0.147667] Initializing cgroup subsys net_prio\n[ 0.148546] Initializing cgroup subsys hugetlb\n[ 0.149421] Initializing cgroup subsys pids\n[ 0.150293] CPU: Physical Processor ID: 0\n[ 0.151781] mce: CPU supports 10 MCE banks\n[ 0.152633] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153634] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164360] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170805] ftrace: allocating 31920 entries in 125 pages\n[ 0.197272] smpboot: Max logical packages: 1\n[ 0.198119] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199449] x2apic enabled\n[ 0.200242] Switched APIC routing to physical x2apic.\n[ 0.201984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203090] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205055] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206820] KVM setup paravirtual spinlock\n[ 0.208097] x86: Booted up 1 node, 1 CPUs\n[ 0.208896] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210267] devtmpfs: initialized\n[ 0.211977] evm: security.selinux\n[ 0.212682] evm: security.SMACK64\n[ 0.213361] evm: security.SMACK64EXEC\n[ 0.214099] evm: security.SMACK64TRANSMUTE\n[ 0.214898] evm: security.SMACK64MMAP\n[ 0.215639] evm: security.ima\n[ 0.216272] evm: security.capability\n[ 0.217070] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218896] pinctrl core: initialized pinctrl subsystem\n[ 0.219987] RTC time: 18:34:54, date: 10/22/18\n[ 0.220926] NET: Registered protocol family 16\n[ 0.221884] cpuidle: using governor ladder\n[ 0.222691] cpuidle: using governor menu\n[ 0.223465] PCCT header not found.\n[ 0.224207] ACPI: bus type PCI registered\n[ 0.224999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226219] PCI: Using configuration type 1 for base access\n[ 0.227954] ACPI: Added _OSI(Module Device)\n[ 0.228788] ACPI: Added _OSI(Processor Device)\n[ 0.229635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230520] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232614] ACPI: Interpreter enabled\n[ 0.233385] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240641] ACPI: (supports S0 S5)\n[ 0.241331] ACPI: Using IOAPIC for interrupt routing\n[ 0.242315] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245399] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246532] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247755] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248937] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251134] acpiphp: Slot [3] registered\n[ 0.251932] acpiphp: Slot [4] registered\n[ 0.252741] acpiphp: Slot [5] registered\n[ 0.253533] acpiphp: Slot [6] registered\n[ 0.254317] acpiphp: Slot [7] registered\n[ 0.255113] acpiphp: Slot [8] registered\n[ 0.255906] acpiphp: Slot [9] registered\n[ 0.256695] acpiphp: Slot [10] registered\n[ 0.257496] acpiphp: Slot [11] registered\n[ 0.258300] acpiphp: Slot [12] registered\n[ 0.259110] acpiphp: Slot [13] registered\n[ 0.259912] acpiphp: Slot [14] registered\n[ 0.260713] acpiphp: Slot [15] registered\n[ 0.271550] acpiphp: Slot [16] registered\n[ 0.272365] acpiphp: Slot [17] registered\n[ 0.273167] acpiphp: Slot [18] registered\n[ 0.273966] acpiphp: Slot [19] registered\n[ 0.274764] acpiphp: Slot [20] registered\n[ 0.275571] acpiphp: Slot [21] registered\n[ 0.276369] acpiphp: Slot [22] registered\n[ 0.277169] acpiphp: Slot [23] registered\n[ 0.277969] acpiphp: Slot [24] registered\n[ 0.278770] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280379] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281983] acpiphp: Slot [29] registered\n[ 0.282787] acpiphp: Slot [30] registered\n[ 0.283595] acpiphp: Slot [31] registered\n[ 0.284396] PCI host bridge to bus 0000:00\n[ 0.285194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289015] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296623] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297888] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300296] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306621] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308035] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352942] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354404] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357226] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358616] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359860] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361200] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362243] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363769] vgaarb: loaded\n[ 0.364373] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365508] SCSI subsystem initialized\n[ 0.366317] ACPI: bus type USB registered\n[ 0.367129] usbcore: registered new interface driver usbfs\n[ 0.368152] usbcore: registered new interface driver hub\n[ 0.369149] usbcore: registered new device driver usb\n[ 0.370195] PCI: Using ACPI for IRQ routing\n[ 0.371208] NetLabel: Initializing\n[ 0.371928] NetLabel: domain hash size = 128\n[ 0.372773] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373712] NetLabel: unlabeled traffic allowed by default\n[ 0.374801] clocksource: Switched to clocksource kvm-clock\n[ 0.380207] AppArmor: AppArmor Filesystem Enabled\n[ 0.381154] pnp: PnP ACPI init\n[ 0.382053] pnp: PnP ACPI: found 5 devices\n[ 0.388419] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390096] NET: Registered protocol family 2\n[ 0.391047] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392299] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393450] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394590] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395651] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396805] NET: Registered protocol family 1\n[ 0.397662] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399801] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413791] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428352] Trying to unpack rootfs image as initramfs...\n[ 0.477836] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491790] Scanning for low memory corruption every 60 seconds\n[ 0.493126] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494258] audit: initializing netlink subsys (disabled)\n[ 0.495278] audit: type=2000 audit(1540233294.836:1): initialized\n[ 0.496595] Initialise system trusted keyring\n[ 0.497523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498677] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500643] zbud: loaded\n[ 0.501342] VFS: Disk quotas dquot_6.6.0\n[ 0.502157] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503659] fuse init (API version 7.23)\n[ 0.504557] Key type big_key registered\n[ 0.505352] Allocating IMA MOK and blacklist keyrings.\n[ 0.506840] Key type asymmetric registered\n[ 0.507661] Asymmetric key parser 'x509' registered\n[ 0.508611] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510058] io scheduler noop registered\n[ 0.510862] io scheduler deadline registered (default)\n[ 0.511841] io scheduler cfq registered\n[ 0.512664] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513706] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516425] ACPI: Power Button [PWRF]\n[ 0.517296] GHES: HEST is not enabled!\n[ 0.531238] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587890] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590109] Linux agpgart interface v0.103\n[ 0.592161] brd: module loaded\n[ 0.593360] loop: module loaded\n[ 0.598666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600135] GPT:90111 != 2097151\n[ 0.600812] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601899] GPT:90111 != 2097151\n[ 0.602573] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603538] vda: vda1 vda15\n[ 0.605048] scsi host0: ata_piix\n[ 0.605782] scsi host1: ata_piix\n[ 0.606493] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607715] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609170] libphy: Fixed MDIO Bus: probed\n[ 0.609989] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613094] PPP generic driver version 2.4.2\n[ 0.613977] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615298] ehci-pci: EHCI PCI platform driver\n[ 0.616172] ehci-platform: EHCI generic platform driver\n[ 0.617153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618271] ohci-pci: OHCI PCI platform driver\n[ 0.619142] ohci-platform: OHCI generic platform driver\n[ 0.620128] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634553] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635565] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637035] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638063] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640428] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641852] usb usb1: Product: UHCI Host Controller\n[ 0.642790] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643946] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644970] hub 1-0:1.0: USB hub found\n[ 0.645759] hub 1-0:1.0: 2 ports detected\n[ 0.646662] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648785] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649754] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650785] mousedev: PS/2 mouse device common for all mice\n[ 0.652050] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653879] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654983] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656173] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657369] i2c /dev entries driver\n[ 0.658130] device-mapper: uevent: version 1.0.3\n[ 0.659082] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660706] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662004] NET: Registered protocol family 10\n[ 0.663015] NET: Registered protocol family 17\n[ 0.663908] Key type dns_resolver registered\n[ 0.664835] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667682] registered taskstats version 1\n[ 0.668509] Loading compiled-in X.509 certificates\n[ 0.669934] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671791] zswap: loaded using pool lzo/zbud\n[ 0.673158] Key type trusted registered\n[ 0.674704] Key type encrypted registered\n[ 0.675531] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676543] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677563] evm: HMAC attrs: 0x1\n[ 0.678491] Magic number: 6:617:595\n[ 0.679264] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.680926] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:55 UTC (1540233295)\n[ 0.682538] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683657] EDD information not available.\n[ 0.763339] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775220] ata1.00: configured for MWDMA2\n[ 0.776436] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778624] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779850] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781100] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782966] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784513] Write protecting the kernel read-only data: 14336k\n[ 0.786052] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787847] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.152734] 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.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\"\nTop of dropbear init script\nStarting dropbear 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.46s]\nping 10.10.10.11 OK\nping 10.10.10.6 KO\n"} 2018-10-22 18:36:32,309 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action used request id req-45efa2a2-904a-4903-bb4d-81a85f828fcc 2018-10-22 18:36:32,310 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-3' 2018-10-22 18:36:32,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf32326de875c59670f20c06d66d42959fb9a8c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:33,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:36:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e435cf49-b904-4bda-ac97-82a5e33cfa79 x-compute-request-id: req-e435cf49-b904-4bda-ac97-82a5e33cfa79 Content-Encoding: gzip Content-Length: 8152 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 582524885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129594] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131252] pid_max: default: 32768 minimum: 301\n[ 0.132157] ACPI: Core revision 20150930\n[ 0.133552] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134869] Security Framework initialized\n[ 0.135681] Yama: becoming mindful.\n[ 0.136416] AppArmor: AppArmor initialized\n[ 0.137276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138607] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139889] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141094] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142479] Initializing cgroup subsys io\n[ 0.143291] Initializing cgroup subsys memory\n[ 0.144149] Initializing cgroup subsys devices\n[ 0.145031] Initializing cgroup subsys freezer\n[ 0.145897] Initializing cgroup subsys net_cls\n[ 0.146756] Initializing cgroup subsys perf_event\n[ 0.147667] Initializing cgroup subsys net_prio\n[ 0.148546] Initializing cgroup subsys hugetlb\n[ 0.149421] Initializing cgroup subsys pids\n[ 0.150293] CPU: Physical Processor ID: 0\n[ 0.151781] mce: CPU supports 10 MCE banks\n[ 0.152633] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153634] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164360] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170805] ftrace: allocating 31920 entries in 125 pages\n[ 0.197272] smpboot: Max logical packages: 1\n[ 0.198119] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199449] x2apic enabled\n[ 0.200242] Switched APIC routing to physical x2apic.\n[ 0.201984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203090] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205055] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206820] KVM setup paravirtual spinlock\n[ 0.208097] x86: Booted up 1 node, 1 CPUs\n[ 0.208896] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210267] devtmpfs: initialized\n[ 0.211977] evm: security.selinux\n[ 0.212682] evm: security.SMACK64\n[ 0.213361] evm: security.SMACK64EXEC\n[ 0.214099] evm: security.SMACK64TRANSMUTE\n[ 0.214898] evm: security.SMACK64MMAP\n[ 0.215639] evm: security.ima\n[ 0.216272] evm: security.capability\n[ 0.217070] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218896] pinctrl core: initialized pinctrl subsystem\n[ 0.219987] RTC time: 18:34:54, date: 10/22/18\n[ 0.220926] NET: Registered protocol family 16\n[ 0.221884] cpuidle: using governor ladder\n[ 0.222691] cpuidle: using governor menu\n[ 0.223465] PCCT header not found.\n[ 0.224207] ACPI: bus type PCI registered\n[ 0.224999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226219] PCI: Using configuration type 1 for base access\n[ 0.227954] ACPI: Added _OSI(Module Device)\n[ 0.228788] ACPI: Added _OSI(Processor Device)\n[ 0.229635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230520] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232614] ACPI: Interpreter enabled\n[ 0.233385] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240641] ACPI: (supports S0 S5)\n[ 0.241331] ACPI: Using IOAPIC for interrupt routing\n[ 0.242315] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245399] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246532] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247755] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248937] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251134] acpiphp: Slot [3] registered\n[ 0.251932] acpiphp: Slot [4] registered\n[ 0.252741] acpiphp: Slot [5] registered\n[ 0.253533] acpiphp: Slot [6] registered\n[ 0.254317] acpiphp: Slot [7] registered\n[ 0.255113] acpiphp: Slot [8] registered\n[ 0.255906] acpiphp: Slot [9] registered\n[ 0.256695] acpiphp: Slot [10] registered\n[ 0.257496] acpiphp: Slot [11] registered\n[ 0.258300] acpiphp: Slot [12] registered\n[ 0.259110] acpiphp: Slot [13] registered\n[ 0.259912] acpiphp: Slot [14] registered\n[ 0.260713] acpiphp: Slot [15] registered\n[ 0.271550] acpiphp: Slot [16] registered\n[ 0.272365] acpiphp: Slot [17] registered\n[ 0.273167] acpiphp: Slot [18] registered\n[ 0.273966] acpiphp: Slot [19] registered\n[ 0.274764] acpiphp: Slot [20] registered\n[ 0.275571] acpiphp: Slot [21] registered\n[ 0.276369] acpiphp: Slot [22] registered\n[ 0.277169] acpiphp: Slot [23] registered\n[ 0.277969] acpiphp: Slot [24] registered\n[ 0.278770] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280379] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281983] acpiphp: Slot [29] registered\n[ 0.282787] acpiphp: Slot [30] registered\n[ 0.283595] acpiphp: Slot [31] registered\n[ 0.284396] PCI host bridge to bus 0000:00\n[ 0.285194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289015] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296623] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297888] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300296] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306621] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308035] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352942] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354404] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357226] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358616] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359860] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361200] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362243] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363769] vgaarb: loaded\n[ 0.364373] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365508] SCSI subsystem initialized\n[ 0.366317] ACPI: bus type USB registered\n[ 0.367129] usbcore: registered new interface driver usbfs\n[ 0.368152] usbcore: registered new interface driver hub\n[ 0.369149] usbcore: registered new device driver usb\n[ 0.370195] PCI: Using ACPI for IRQ routing\n[ 0.371208] NetLabel: Initializing\n[ 0.371928] NetLabel: domain hash size = 128\n[ 0.372773] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373712] NetLabel: unlabeled traffic allowed by default\n[ 0.374801] clocksource: Switched to clocksource kvm-clock\n[ 0.380207] AppArmor: AppArmor Filesystem Enabled\n[ 0.381154] pnp: PnP ACPI init\n[ 0.382053] pnp: PnP ACPI: found 5 devices\n[ 0.388419] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390096] NET: Registered protocol family 2\n[ 0.391047] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392299] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393450] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394590] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395651] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396805] NET: Registered protocol family 1\n[ 0.397662] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399801] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413791] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428352] Trying to unpack rootfs image as initramfs...\n[ 0.477836] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491790] Scanning for low memory corruption every 60 seconds\n[ 0.493126] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494258] audit: initializing netlink subsys (disabled)\n[ 0.495278] audit: type=2000 audit(1540233294.836:1): initialized\n[ 0.496595] Initialise system trusted keyring\n[ 0.497523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498677] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500643] zbud: loaded\n[ 0.501342] VFS: Disk quotas dquot_6.6.0\n[ 0.502157] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503659] fuse init (API version 7.23)\n[ 0.504557] Key type big_key registered\n[ 0.505352] Allocating IMA MOK and blacklist keyrings.\n[ 0.506840] Key type asymmetric registered\n[ 0.507661] Asymmetric key parser 'x509' registered\n[ 0.508611] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510058] io scheduler noop registered\n[ 0.510862] io scheduler deadline registered (default)\n[ 0.511841] io scheduler cfq registered\n[ 0.512664] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513706] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516425] ACPI: Power Button [PWRF]\n[ 0.517296] GHES: HEST is not enabled!\n[ 0.531238] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587890] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590109] Linux agpgart interface v0.103\n[ 0.592161] brd: module loaded\n[ 0.593360] loop: module loaded\n[ 0.598666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600135] GPT:90111 != 2097151\n[ 0.600812] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601899] GPT:90111 != 2097151\n[ 0.602573] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603538] vda: vda1 vda15\n[ 0.605048] scsi host0: ata_piix\n[ 0.605782] scsi host1: ata_piix\n[ 0.606493] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607715] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609170] libphy: Fixed MDIO Bus: probed\n[ 0.609989] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613094] PPP generic driver version 2.4.2\n[ 0.613977] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615298] ehci-pci: EHCI PCI platform driver\n[ 0.616172] ehci-platform: EHCI generic platform driver\n[ 0.617153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618271] ohci-pci: OHCI PCI platform driver\n[ 0.619142] ohci-platform: OHCI generic platform driver\n[ 0.620128] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634553] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635565] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637035] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638063] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640428] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641852] usb usb1: Product: UHCI Host Controller\n[ 0.642790] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643946] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644970] hub 1-0:1.0: USB hub found\n[ 0.645759] hub 1-0:1.0: 2 ports detected\n[ 0.646662] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648785] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649754] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650785] mousedev: PS/2 mouse device common for all mice\n[ 0.652050] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653879] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654983] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656173] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657369] i2c /dev entries driver\n[ 0.658130] device-mapper: uevent: version 1.0.3\n[ 0.659082] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660706] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662004] NET: Registered protocol family 10\n[ 0.663015] NET: Registered protocol family 17\n[ 0.663908] Key type dns_resolver registered\n[ 0.664835] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667682] registered taskstats version 1\n[ 0.668509] Loading compiled-in X.509 certificates\n[ 0.669934] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671791] zswap: loaded using pool lzo/zbud\n[ 0.673158] Key type trusted registered\n[ 0.674704] Key type encrypted registered\n[ 0.675531] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676543] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677563] evm: HMAC attrs: 0x1\n[ 0.678491] Magic number: 6:617:595\n[ 0.679264] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.680926] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:55 UTC (1540233295)\n[ 0.682538] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683657] EDD information not available.\n[ 0.763339] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775220] ata1.00: configured for MWDMA2\n[ 0.776436] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778624] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779850] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781100] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782966] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784513] Write protecting the kernel read-only data: 14336k\n[ 0.786052] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787847] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.152734] 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.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\"\nTop of dropbear init script\nStarting dropbear 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.46s]\nping 10.10.10.11 OK\nping 10.10.10.6 KO\n"} 2018-10-22 18:36:33,388 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action used request id req-e435cf49-b904-4bda-ac97-82a5e33cfa79 2018-10-22 18:36:33,389 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.14) to 'sdnvpn-4-4' (10.10.11.6). -->Expected result: cannot ping. 2018-10-22 18:36:33,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf32326de875c59670f20c06d66d42959fb9a8c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:34,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-c4b58dda-970e-4fe8-8d8b-4f8a02a70a24 x-compute-request-id: req-c4b58dda-970e-4fe8-8d8b-4f8a02a70a24 Content-Encoding: gzip Content-Length: 8152 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 582524885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129594] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131252] pid_max: default: 32768 minimum: 301\n[ 0.132157] ACPI: Core revision 20150930\n[ 0.133552] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134869] Security Framework initialized\n[ 0.135681] Yama: becoming mindful.\n[ 0.136416] AppArmor: AppArmor initialized\n[ 0.137276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138607] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139889] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141094] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142479] Initializing cgroup subsys io\n[ 0.143291] Initializing cgroup subsys memory\n[ 0.144149] Initializing cgroup subsys devices\n[ 0.145031] Initializing cgroup subsys freezer\n[ 0.145897] Initializing cgroup subsys net_cls\n[ 0.146756] Initializing cgroup subsys perf_event\n[ 0.147667] Initializing cgroup subsys net_prio\n[ 0.148546] Initializing cgroup subsys hugetlb\n[ 0.149421] Initializing cgroup subsys pids\n[ 0.150293] CPU: Physical Processor ID: 0\n[ 0.151781] mce: CPU supports 10 MCE banks\n[ 0.152633] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153634] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164360] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170805] ftrace: allocating 31920 entries in 125 pages\n[ 0.197272] smpboot: Max logical packages: 1\n[ 0.198119] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199449] x2apic enabled\n[ 0.200242] Switched APIC routing to physical x2apic.\n[ 0.201984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203090] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205055] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206820] KVM setup paravirtual spinlock\n[ 0.208097] x86: Booted up 1 node, 1 CPUs\n[ 0.208896] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210267] devtmpfs: initialized\n[ 0.211977] evm: security.selinux\n[ 0.212682] evm: security.SMACK64\n[ 0.213361] evm: security.SMACK64EXEC\n[ 0.214099] evm: security.SMACK64TRANSMUTE\n[ 0.214898] evm: security.SMACK64MMAP\n[ 0.215639] evm: security.ima\n[ 0.216272] evm: security.capability\n[ 0.217070] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218896] pinctrl core: initialized pinctrl subsystem\n[ 0.219987] RTC time: 18:34:54, date: 10/22/18\n[ 0.220926] NET: Registered protocol family 16\n[ 0.221884] cpuidle: using governor ladder\n[ 0.222691] cpuidle: using governor menu\n[ 0.223465] PCCT header not found.\n[ 0.224207] ACPI: bus type PCI registered\n[ 0.224999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226219] PCI: Using configuration type 1 for base access\n[ 0.227954] ACPI: Added _OSI(Module Device)\n[ 0.228788] ACPI: Added _OSI(Processor Device)\n[ 0.229635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230520] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232614] ACPI: Interpreter enabled\n[ 0.233385] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240641] ACPI: (supports S0 S5)\n[ 0.241331] ACPI: Using IOAPIC for interrupt routing\n[ 0.242315] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245399] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246532] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247755] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248937] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251134] acpiphp: Slot [3] registered\n[ 0.251932] acpiphp: Slot [4] registered\n[ 0.252741] acpiphp: Slot [5] registered\n[ 0.253533] acpiphp: Slot [6] registered\n[ 0.254317] acpiphp: Slot [7] registered\n[ 0.255113] acpiphp: Slot [8] registered\n[ 0.255906] acpiphp: Slot [9] registered\n[ 0.256695] acpiphp: Slot [10] registered\n[ 0.257496] acpiphp: Slot [11] registered\n[ 0.258300] acpiphp: Slot [12] registered\n[ 0.259110] acpiphp: Slot [13] registered\n[ 0.259912] acpiphp: Slot [14] registered\n[ 0.260713] acpiphp: Slot [15] registered\n[ 0.271550] acpiphp: Slot [16] registered\n[ 0.272365] acpiphp: Slot [17] registered\n[ 0.273167] acpiphp: Slot [18] registered\n[ 0.273966] acpiphp: Slot [19] registered\n[ 0.274764] acpiphp: Slot [20] registered\n[ 0.275571] acpiphp: Slot [21] registered\n[ 0.276369] acpiphp: Slot [22] registered\n[ 0.277169] acpiphp: Slot [23] registered\n[ 0.277969] acpiphp: Slot [24] registered\n[ 0.278770] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280379] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281983] acpiphp: Slot [29] registered\n[ 0.282787] acpiphp: Slot [30] registered\n[ 0.283595] acpiphp: Slot [31] registered\n[ 0.284396] PCI host bridge to bus 0000:00\n[ 0.285194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289015] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296623] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297888] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300296] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306621] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308035] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352942] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354404] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357226] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358616] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359860] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361200] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362243] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363769] vgaarb: loaded\n[ 0.364373] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365508] SCSI subsystem initialized\n[ 0.366317] ACPI: bus type USB registered\n[ 0.367129] usbcore: registered new interface driver usbfs\n[ 0.368152] usbcore: registered new interface driver hub\n[ 0.369149] usbcore: registered new device driver usb\n[ 0.370195] PCI: Using ACPI for IRQ routing\n[ 0.371208] NetLabel: Initializing\n[ 0.371928] NetLabel: domain hash size = 128\n[ 0.372773] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373712] NetLabel: unlabeled traffic allowed by default\n[ 0.374801] clocksource: Switched to clocksource kvm-clock\n[ 0.380207] AppArmor: AppArmor Filesystem Enabled\n[ 0.381154] pnp: PnP ACPI init\n[ 0.382053] pnp: PnP ACPI: found 5 devices\n[ 0.388419] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390096] NET: Registered protocol family 2\n[ 0.391047] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392299] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393450] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394590] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395651] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396805] NET: Registered protocol family 1\n[ 0.397662] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399801] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413791] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428352] Trying to unpack rootfs image as initramfs...\n[ 0.477836] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491790] Scanning for low memory corruption every 60 seconds\n[ 0.493126] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494258] audit: initializing netlink subsys (disabled)\n[ 0.495278] audit: type=2000 audit(1540233294.836:1): initialized\n[ 0.496595] Initialise system trusted keyring\n[ 0.497523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498677] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500643] zbud: loaded\n[ 0.501342] VFS: Disk quotas dquot_6.6.0\n[ 0.502157] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503659] fuse init (API version 7.23)\n[ 0.504557] Key type big_key registered\n[ 0.505352] Allocating IMA MOK and blacklist keyrings.\n[ 0.506840] Key type asymmetric registered\n[ 0.507661] Asymmetric key parser 'x509' registered\n[ 0.508611] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510058] io scheduler noop registered\n[ 0.510862] io scheduler deadline registered (default)\n[ 0.511841] io scheduler cfq registered\n[ 0.512664] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513706] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516425] ACPI: Power Button [PWRF]\n[ 0.517296] GHES: HEST is not enabled!\n[ 0.531238] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587890] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590109] Linux agpgart interface v0.103\n[ 0.592161] brd: module loaded\n[ 0.593360] loop: module loaded\n[ 0.598666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600135] GPT:90111 != 2097151\n[ 0.600812] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601899] GPT:90111 != 2097151\n[ 0.602573] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603538] vda: vda1 vda15\n[ 0.605048] scsi host0: ata_piix\n[ 0.605782] scsi host1: ata_piix\n[ 0.606493] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607715] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609170] libphy: Fixed MDIO Bus: probed\n[ 0.609989] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613094] PPP generic driver version 2.4.2\n[ 0.613977] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615298] ehci-pci: EHCI PCI platform driver\n[ 0.616172] ehci-platform: EHCI generic platform driver\n[ 0.617153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618271] ohci-pci: OHCI PCI platform driver\n[ 0.619142] ohci-platform: OHCI generic platform driver\n[ 0.620128] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634553] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635565] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637035] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638063] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640428] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641852] usb usb1: Product: UHCI Host Controller\n[ 0.642790] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643946] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644970] hub 1-0:1.0: USB hub found\n[ 0.645759] hub 1-0:1.0: 2 ports detected\n[ 0.646662] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648785] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649754] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650785] mousedev: PS/2 mouse device common for all mice\n[ 0.652050] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653879] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654983] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656173] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657369] i2c /dev entries driver\n[ 0.658130] device-mapper: uevent: version 1.0.3\n[ 0.659082] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660706] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662004] NET: Registered protocol family 10\n[ 0.663015] NET: Registered protocol family 17\n[ 0.663908] Key type dns_resolver registered\n[ 0.664835] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667682] registered taskstats version 1\n[ 0.668509] Loading compiled-in X.509 certificates\n[ 0.669934] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671791] zswap: loaded using pool lzo/zbud\n[ 0.673158] Key type trusted registered\n[ 0.674704] Key type encrypted registered\n[ 0.675531] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676543] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677563] evm: HMAC attrs: 0x1\n[ 0.678491] Magic number: 6:617:595\n[ 0.679264] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.680926] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:55 UTC (1540233295)\n[ 0.682538] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683657] EDD information not available.\n[ 0.763339] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775220] ata1.00: configured for MWDMA2\n[ 0.776436] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778624] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779850] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781100] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782966] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784513] Write protecting the kernel read-only data: 14336k\n[ 0.786052] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787847] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.152734] 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.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\"\nTop of dropbear init script\nStarting dropbear 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.46s]\nping 10.10.10.11 OK\nping 10.10.10.6 KO\n"} 2018-10-22 18:36:34,459 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action used request id req-c4b58dda-970e-4fe8-8d8b-4f8a02a70a24 2018-10-22 18:36:35,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf32326de875c59670f20c06d66d42959fb9a8c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:36,533 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:36:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2108265b-e858-4d91-9015-1acb031b9d11 x-compute-request-id: req-2108265b-e858-4d91-9015-1acb031b9d11 Content-Encoding: gzip Content-Length: 8152 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 582524885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129594] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131252] pid_max: default: 32768 minimum: 301\n[ 0.132157] ACPI: Core revision 20150930\n[ 0.133552] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134869] Security Framework initialized\n[ 0.135681] Yama: becoming mindful.\n[ 0.136416] AppArmor: AppArmor initialized\n[ 0.137276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138607] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139889] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141094] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142479] Initializing cgroup subsys io\n[ 0.143291] Initializing cgroup subsys memory\n[ 0.144149] Initializing cgroup subsys devices\n[ 0.145031] Initializing cgroup subsys freezer\n[ 0.145897] Initializing cgroup subsys net_cls\n[ 0.146756] Initializing cgroup subsys perf_event\n[ 0.147667] Initializing cgroup subsys net_prio\n[ 0.148546] Initializing cgroup subsys hugetlb\n[ 0.149421] Initializing cgroup subsys pids\n[ 0.150293] CPU: Physical Processor ID: 0\n[ 0.151781] mce: CPU supports 10 MCE banks\n[ 0.152633] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153634] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164360] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170805] ftrace: allocating 31920 entries in 125 pages\n[ 0.197272] smpboot: Max logical packages: 1\n[ 0.198119] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199449] x2apic enabled\n[ 0.200242] Switched APIC routing to physical x2apic.\n[ 0.201984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203090] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205055] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206820] KVM setup paravirtual spinlock\n[ 0.208097] x86: Booted up 1 node, 1 CPUs\n[ 0.208896] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210267] devtmpfs: initialized\n[ 0.211977] evm: security.selinux\n[ 0.212682] evm: security.SMACK64\n[ 0.213361] evm: security.SMACK64EXEC\n[ 0.214099] evm: security.SMACK64TRANSMUTE\n[ 0.214898] evm: security.SMACK64MMAP\n[ 0.215639] evm: security.ima\n[ 0.216272] evm: security.capability\n[ 0.217070] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218896] pinctrl core: initialized pinctrl subsystem\n[ 0.219987] RTC time: 18:34:54, date: 10/22/18\n[ 0.220926] NET: Registered protocol family 16\n[ 0.221884] cpuidle: using governor ladder\n[ 0.222691] cpuidle: using governor menu\n[ 0.223465] PCCT header not found.\n[ 0.224207] ACPI: bus type PCI registered\n[ 0.224999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226219] PCI: Using configuration type 1 for base access\n[ 0.227954] ACPI: Added _OSI(Module Device)\n[ 0.228788] ACPI: Added _OSI(Processor Device)\n[ 0.229635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230520] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232614] ACPI: Interpreter enabled\n[ 0.233385] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240641] ACPI: (supports S0 S5)\n[ 0.241331] ACPI: Using IOAPIC for interrupt routing\n[ 0.242315] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245399] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246532] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247755] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248937] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251134] acpiphp: Slot [3] registered\n[ 0.251932] acpiphp: Slot [4] registered\n[ 0.252741] acpiphp: Slot [5] registered\n[ 0.253533] acpiphp: Slot [6] registered\n[ 0.254317] acpiphp: Slot [7] registered\n[ 0.255113] acpiphp: Slot [8] registered\n[ 0.255906] acpiphp: Slot [9] registered\n[ 0.256695] acpiphp: Slot [10] registered\n[ 0.257496] acpiphp: Slot [11] registered\n[ 0.258300] acpiphp: Slot [12] registered\n[ 0.259110] acpiphp: Slot [13] registered\n[ 0.259912] acpiphp: Slot [14] registered\n[ 0.260713] acpiphp: Slot [15] registered\n[ 0.271550] acpiphp: Slot [16] registered\n[ 0.272365] acpiphp: Slot [17] registered\n[ 0.273167] acpiphp: Slot [18] registered\n[ 0.273966] acpiphp: Slot [19] registered\n[ 0.274764] acpiphp: Slot [20] registered\n[ 0.275571] acpiphp: Slot [21] registered\n[ 0.276369] acpiphp: Slot [22] registered\n[ 0.277169] acpiphp: Slot [23] registered\n[ 0.277969] acpiphp: Slot [24] registered\n[ 0.278770] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280379] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281983] acpiphp: Slot [29] registered\n[ 0.282787] acpiphp: Slot [30] registered\n[ 0.283595] acpiphp: Slot [31] registered\n[ 0.284396] PCI host bridge to bus 0000:00\n[ 0.285194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289015] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296623] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297888] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300296] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306621] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308035] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352942] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354404] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357226] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358616] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359860] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361200] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362243] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363769] vgaarb: loaded\n[ 0.364373] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365508] SCSI subsystem initialized\n[ 0.366317] ACPI: bus type USB registered\n[ 0.367129] usbcore: registered new interface driver usbfs\n[ 0.368152] usbcore: registered new interface driver hub\n[ 0.369149] usbcore: registered new device driver usb\n[ 0.370195] PCI: Using ACPI for IRQ routing\n[ 0.371208] NetLabel: Initializing\n[ 0.371928] NetLabel: domain hash size = 128\n[ 0.372773] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373712] NetLabel: unlabeled traffic allowed by default\n[ 0.374801] clocksource: Switched to clocksource kvm-clock\n[ 0.380207] AppArmor: AppArmor Filesystem Enabled\n[ 0.381154] pnp: PnP ACPI init\n[ 0.382053] pnp: PnP ACPI: found 5 devices\n[ 0.388419] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390096] NET: Registered protocol family 2\n[ 0.391047] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392299] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393450] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394590] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395651] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396805] NET: Registered protocol family 1\n[ 0.397662] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399801] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413791] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428352] Trying to unpack rootfs image as initramfs...\n[ 0.477836] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491790] Scanning for low memory corruption every 60 seconds\n[ 0.493126] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494258] audit: initializing netlink subsys (disabled)\n[ 0.495278] audit: type=2000 audit(1540233294.836:1): initialized\n[ 0.496595] Initialise system trusted keyring\n[ 0.497523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498677] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500643] zbud: loaded\n[ 0.501342] VFS: Disk quotas dquot_6.6.0\n[ 0.502157] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503659] fuse init (API version 7.23)\n[ 0.504557] Key type big_key registered\n[ 0.505352] Allocating IMA MOK and blacklist keyrings.\n[ 0.506840] Key type asymmetric registered\n[ 0.507661] Asymmetric key parser 'x509' registered\n[ 0.508611] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510058] io scheduler noop registered\n[ 0.510862] io scheduler deadline registered (default)\n[ 0.511841] io scheduler cfq registered\n[ 0.512664] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513706] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516425] ACPI: Power Button [PWRF]\n[ 0.517296] GHES: HEST is not enabled!\n[ 0.531238] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587890] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590109] Linux agpgart interface v0.103\n[ 0.592161] brd: module loaded\n[ 0.593360] loop: module loaded\n[ 0.598666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600135] GPT:90111 != 2097151\n[ 0.600812] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601899] GPT:90111 != 2097151\n[ 0.602573] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603538] vda: vda1 vda15\n[ 0.605048] scsi host0: ata_piix\n[ 0.605782] scsi host1: ata_piix\n[ 0.606493] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607715] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609170] libphy: Fixed MDIO Bus: probed\n[ 0.609989] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613094] PPP generic driver version 2.4.2\n[ 0.613977] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615298] ehci-pci: EHCI PCI platform driver\n[ 0.616172] ehci-platform: EHCI generic platform driver\n[ 0.617153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618271] ohci-pci: OHCI PCI platform driver\n[ 0.619142] ohci-platform: OHCI generic platform driver\n[ 0.620128] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634553] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635565] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637035] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638063] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640428] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641852] usb usb1: Product: UHCI Host Controller\n[ 0.642790] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643946] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644970] hub 1-0:1.0: USB hub found\n[ 0.645759] hub 1-0:1.0: 2 ports detected\n[ 0.646662] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648785] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649754] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650785] mousedev: PS/2 mouse device common for all mice\n[ 0.652050] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653879] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654983] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656173] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657369] i2c /dev entries driver\n[ 0.658130] device-mapper: uevent: version 1.0.3\n[ 0.659082] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660706] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662004] NET: Registered protocol family 10\n[ 0.663015] NET: Registered protocol family 17\n[ 0.663908] Key type dns_resolver registered\n[ 0.664835] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667682] registered taskstats version 1\n[ 0.668509] Loading compiled-in X.509 certificates\n[ 0.669934] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671791] zswap: loaded using pool lzo/zbud\n[ 0.673158] Key type trusted registered\n[ 0.674704] Key type encrypted registered\n[ 0.675531] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676543] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677563] evm: HMAC attrs: 0x1\n[ 0.678491] Magic number: 6:617:595\n[ 0.679264] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.680926] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:55 UTC (1540233295)\n[ 0.682538] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683657] EDD information not available.\n[ 0.763339] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775220] ata1.00: configured for MWDMA2\n[ 0.776436] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778624] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779850] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781100] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782966] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784513] Write protecting the kernel read-only data: 14336k\n[ 0.786052] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787847] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.152734] 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.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\"\nTop of dropbear init script\nStarting dropbear 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.46s]\nping 10.10.10.11 OK\nping 10.10.10.6 KO\n"} 2018-10-22 18:36:36,534 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action used request id req-2108265b-e858-4d91-9015-1acb031b9d11 2018-10-22 18:36:37,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf32326de875c59670f20c06d66d42959fb9a8c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:38,611 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:36:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9de85485-8d99-4f3f-ad7c-b46ad02fb71f x-compute-request-id: req-9de85485-8d99-4f3f-ad7c-b46ad02fb71f Content-Encoding: gzip Content-Length: 8152 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 582524885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129594] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131252] pid_max: default: 32768 minimum: 301\n[ 0.132157] ACPI: Core revision 20150930\n[ 0.133552] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134869] Security Framework initialized\n[ 0.135681] Yama: becoming mindful.\n[ 0.136416] AppArmor: AppArmor initialized\n[ 0.137276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138607] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139889] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141094] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142479] Initializing cgroup subsys io\n[ 0.143291] Initializing cgroup subsys memory\n[ 0.144149] Initializing cgroup subsys devices\n[ 0.145031] Initializing cgroup subsys freezer\n[ 0.145897] Initializing cgroup subsys net_cls\n[ 0.146756] Initializing cgroup subsys perf_event\n[ 0.147667] Initializing cgroup subsys net_prio\n[ 0.148546] Initializing cgroup subsys hugetlb\n[ 0.149421] Initializing cgroup subsys pids\n[ 0.150293] CPU: Physical Processor ID: 0\n[ 0.151781] mce: CPU supports 10 MCE banks\n[ 0.152633] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153634] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164360] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170805] ftrace: allocating 31920 entries in 125 pages\n[ 0.197272] smpboot: Max logical packages: 1\n[ 0.198119] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199449] x2apic enabled\n[ 0.200242] Switched APIC routing to physical x2apic.\n[ 0.201984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203090] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205055] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206820] KVM setup paravirtual spinlock\n[ 0.208097] x86: Booted up 1 node, 1 CPUs\n[ 0.208896] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210267] devtmpfs: initialized\n[ 0.211977] evm: security.selinux\n[ 0.212682] evm: security.SMACK64\n[ 0.213361] evm: security.SMACK64EXEC\n[ 0.214099] evm: security.SMACK64TRANSMUTE\n[ 0.214898] evm: security.SMACK64MMAP\n[ 0.215639] evm: security.ima\n[ 0.216272] evm: security.capability\n[ 0.217070] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218896] pinctrl core: initialized pinctrl subsystem\n[ 0.219987] RTC time: 18:34:54, date: 10/22/18\n[ 0.220926] NET: Registered protocol family 16\n[ 0.221884] cpuidle: using governor ladder\n[ 0.222691] cpuidle: using governor menu\n[ 0.223465] PCCT header not found.\n[ 0.224207] ACPI: bus type PCI registered\n[ 0.224999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226219] PCI: Using configuration type 1 for base access\n[ 0.227954] ACPI: Added _OSI(Module Device)\n[ 0.228788] ACPI: Added _OSI(Processor Device)\n[ 0.229635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230520] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232614] ACPI: Interpreter enabled\n[ 0.233385] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240641] ACPI: (supports S0 S5)\n[ 0.241331] ACPI: Using IOAPIC for interrupt routing\n[ 0.242315] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245399] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246532] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247755] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248937] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251134] acpiphp: Slot [3] registered\n[ 0.251932] acpiphp: Slot [4] registered\n[ 0.252741] acpiphp: Slot [5] registered\n[ 0.253533] acpiphp: Slot [6] registered\n[ 0.254317] acpiphp: Slot [7] registered\n[ 0.255113] acpiphp: Slot [8] registered\n[ 0.255906] acpiphp: Slot [9] registered\n[ 0.256695] acpiphp: Slot [10] registered\n[ 0.257496] acpiphp: Slot [11] registered\n[ 0.258300] acpiphp: Slot [12] registered\n[ 0.259110] acpiphp: Slot [13] registered\n[ 0.259912] acpiphp: Slot [14] registered\n[ 0.260713] acpiphp: Slot [15] registered\n[ 0.271550] acpiphp: Slot [16] registered\n[ 0.272365] acpiphp: Slot [17] registered\n[ 0.273167] acpiphp: Slot [18] registered\n[ 0.273966] acpiphp: Slot [19] registered\n[ 0.274764] acpiphp: Slot [20] registered\n[ 0.275571] acpiphp: Slot [21] registered\n[ 0.276369] acpiphp: Slot [22] registered\n[ 0.277169] acpiphp: Slot [23] registered\n[ 0.277969] acpiphp: Slot [24] registered\n[ 0.278770] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280379] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281983] acpiphp: Slot [29] registered\n[ 0.282787] acpiphp: Slot [30] registered\n[ 0.283595] acpiphp: Slot [31] registered\n[ 0.284396] PCI host bridge to bus 0000:00\n[ 0.285194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289015] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296623] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297888] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300296] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306621] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308035] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352942] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354404] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357226] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358616] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359860] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361200] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362243] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363769] vgaarb: loaded\n[ 0.364373] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365508] SCSI subsystem initialized\n[ 0.366317] ACPI: bus type USB registered\n[ 0.367129] usbcore: registered new interface driver usbfs\n[ 0.368152] usbcore: registered new interface driver hub\n[ 0.369149] usbcore: registered new device driver usb\n[ 0.370195] PCI: Using ACPI for IRQ routing\n[ 0.371208] NetLabel: Initializing\n[ 0.371928] NetLabel: domain hash size = 128\n[ 0.372773] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373712] NetLabel: unlabeled traffic allowed by default\n[ 0.374801] clocksource: Switched to clocksource kvm-clock\n[ 0.380207] AppArmor: AppArmor Filesystem Enabled\n[ 0.381154] pnp: PnP ACPI init\n[ 0.382053] pnp: PnP ACPI: found 5 devices\n[ 0.388419] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390096] NET: Registered protocol family 2\n[ 0.391047] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392299] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393450] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394590] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395651] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396805] NET: Registered protocol family 1\n[ 0.397662] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399801] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413791] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428352] Trying to unpack rootfs image as initramfs...\n[ 0.477836] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491790] Scanning for low memory corruption every 60 seconds\n[ 0.493126] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494258] audit: initializing netlink subsys (disabled)\n[ 0.495278] audit: type=2000 audit(1540233294.836:1): initialized\n[ 0.496595] Initialise system trusted keyring\n[ 0.497523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498677] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500643] zbud: loaded\n[ 0.501342] VFS: Disk quotas dquot_6.6.0\n[ 0.502157] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503659] fuse init (API version 7.23)\n[ 0.504557] Key type big_key registered\n[ 0.505352] Allocating IMA MOK and blacklist keyrings.\n[ 0.506840] Key type asymmetric registered\n[ 0.507661] Asymmetric key parser 'x509' registered\n[ 0.508611] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510058] io scheduler noop registered\n[ 0.510862] io scheduler deadline registered (default)\n[ 0.511841] io scheduler cfq registered\n[ 0.512664] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513706] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516425] ACPI: Power Button [PWRF]\n[ 0.517296] GHES: HEST is not enabled!\n[ 0.531238] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587890] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590109] Linux agpgart interface v0.103\n[ 0.592161] brd: module loaded\n[ 0.593360] loop: module loaded\n[ 0.598666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600135] GPT:90111 != 2097151\n[ 0.600812] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601899] GPT:90111 != 2097151\n[ 0.602573] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603538] vda: vda1 vda15\n[ 0.605048] scsi host0: ata_piix\n[ 0.605782] scsi host1: ata_piix\n[ 0.606493] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607715] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609170] libphy: Fixed MDIO Bus: probed\n[ 0.609989] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613094] PPP generic driver version 2.4.2\n[ 0.613977] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615298] ehci-pci: EHCI PCI platform driver\n[ 0.616172] ehci-platform: EHCI generic platform driver\n[ 0.617153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618271] ohci-pci: OHCI PCI platform driver\n[ 0.619142] ohci-platform: OHCI generic platform driver\n[ 0.620128] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634553] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635565] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637035] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638063] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640428] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641852] usb usb1: Product: UHCI Host Controller\n[ 0.642790] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643946] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644970] hub 1-0:1.0: USB hub found\n[ 0.645759] hub 1-0:1.0: 2 ports detected\n[ 0.646662] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648785] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649754] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650785] mousedev: PS/2 mouse device common for all mice\n[ 0.652050] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653879] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654983] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656173] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657369] i2c /dev entries driver\n[ 0.658130] device-mapper: uevent: version 1.0.3\n[ 0.659082] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660706] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662004] NET: Registered protocol family 10\n[ 0.663015] NET: Registered protocol family 17\n[ 0.663908] Key type dns_resolver registered\n[ 0.664835] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667682] registered taskstats version 1\n[ 0.668509] Loading compiled-in X.509 certificates\n[ 0.669934] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671791] zswap: loaded using pool lzo/zbud\n[ 0.673158] Key type trusted registered\n[ 0.674704] Key type encrypted registered\n[ 0.675531] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676543] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677563] evm: HMAC attrs: 0x1\n[ 0.678491] Magic number: 6:617:595\n[ 0.679264] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.680926] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:55 UTC (1540233295)\n[ 0.682538] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683657] EDD information not available.\n[ 0.763339] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775220] ata1.00: configured for MWDMA2\n[ 0.776436] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778624] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779850] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781100] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782966] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784513] Write protecting the kernel read-only data: 14336k\n[ 0.786052] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787847] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.152734] 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.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\"\nTop of dropbear init script\nStarting dropbear 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.46s]\nping 10.10.10.11 OK\nping 10.10.10.6 KO\n"} 2018-10-22 18:36:38,613 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action used request id req-9de85485-8d99-4f3f-ad7c-b46ad02fb71f 2018-10-22 18:36:39,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf32326de875c59670f20c06d66d42959fb9a8c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:40,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-5ef87890-4f27-472a-a641-a21b98b3b1a7 x-compute-request-id: req-5ef87890-4f27-472a-a641-a21b98b3b1a7 Content-Encoding: gzip Content-Length: 8152 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 582524885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129594] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131252] pid_max: default: 32768 minimum: 301\n[ 0.132157] ACPI: Core revision 20150930\n[ 0.133552] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134869] Security Framework initialized\n[ 0.135681] Yama: becoming mindful.\n[ 0.136416] AppArmor: AppArmor initialized\n[ 0.137276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138607] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139889] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141094] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142479] Initializing cgroup subsys io\n[ 0.143291] Initializing cgroup subsys memory\n[ 0.144149] Initializing cgroup subsys devices\n[ 0.145031] Initializing cgroup subsys freezer\n[ 0.145897] Initializing cgroup subsys net_cls\n[ 0.146756] Initializing cgroup subsys perf_event\n[ 0.147667] Initializing cgroup subsys net_prio\n[ 0.148546] Initializing cgroup subsys hugetlb\n[ 0.149421] Initializing cgroup subsys pids\n[ 0.150293] CPU: Physical Processor ID: 0\n[ 0.151781] mce: CPU supports 10 MCE banks\n[ 0.152633] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153634] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164360] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170805] ftrace: allocating 31920 entries in 125 pages\n[ 0.197272] smpboot: Max logical packages: 1\n[ 0.198119] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199449] x2apic enabled\n[ 0.200242] Switched APIC routing to physical x2apic.\n[ 0.201984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203090] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205055] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206820] KVM setup paravirtual spinlock\n[ 0.208097] x86: Booted up 1 node, 1 CPUs\n[ 0.208896] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210267] devtmpfs: initialized\n[ 0.211977] evm: security.selinux\n[ 0.212682] evm: security.SMACK64\n[ 0.213361] evm: security.SMACK64EXEC\n[ 0.214099] evm: security.SMACK64TRANSMUTE\n[ 0.214898] evm: security.SMACK64MMAP\n[ 0.215639] evm: security.ima\n[ 0.216272] evm: security.capability\n[ 0.217070] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218896] pinctrl core: initialized pinctrl subsystem\n[ 0.219987] RTC time: 18:34:54, date: 10/22/18\n[ 0.220926] NET: Registered protocol family 16\n[ 0.221884] cpuidle: using governor ladder\n[ 0.222691] cpuidle: using governor menu\n[ 0.223465] PCCT header not found.\n[ 0.224207] ACPI: bus type PCI registered\n[ 0.224999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226219] PCI: Using configuration type 1 for base access\n[ 0.227954] ACPI: Added _OSI(Module Device)\n[ 0.228788] ACPI: Added _OSI(Processor Device)\n[ 0.229635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230520] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232614] ACPI: Interpreter enabled\n[ 0.233385] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240641] ACPI: (supports S0 S5)\n[ 0.241331] ACPI: Using IOAPIC for interrupt routing\n[ 0.242315] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245399] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246532] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247755] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248937] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251134] acpiphp: Slot [3] registered\n[ 0.251932] acpiphp: Slot [4] registered\n[ 0.252741] acpiphp: Slot [5] registered\n[ 0.253533] acpiphp: Slot [6] registered\n[ 0.254317] acpiphp: Slot [7] registered\n[ 0.255113] acpiphp: Slot [8] registered\n[ 0.255906] acpiphp: Slot [9] registered\n[ 0.256695] acpiphp: Slot [10] registered\n[ 0.257496] acpiphp: Slot [11] registered\n[ 0.258300] acpiphp: Slot [12] registered\n[ 0.259110] acpiphp: Slot [13] registered\n[ 0.259912] acpiphp: Slot [14] registered\n[ 0.260713] acpiphp: Slot [15] registered\n[ 0.271550] acpiphp: Slot [16] registered\n[ 0.272365] acpiphp: Slot [17] registered\n[ 0.273167] acpiphp: Slot [18] registered\n[ 0.273966] acpiphp: Slot [19] registered\n[ 0.274764] acpiphp: Slot [20] registered\n[ 0.275571] acpiphp: Slot [21] registered\n[ 0.276369] acpiphp: Slot [22] registered\n[ 0.277169] acpiphp: Slot [23] registered\n[ 0.277969] acpiphp: Slot [24] registered\n[ 0.278770] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280379] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281983] acpiphp: Slot [29] registered\n[ 0.282787] acpiphp: Slot [30] registered\n[ 0.283595] acpiphp: Slot [31] registered\n[ 0.284396] PCI host bridge to bus 0000:00\n[ 0.285194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289015] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296623] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297888] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300296] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306621] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308035] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352942] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354404] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357226] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358616] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359860] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361200] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362243] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363769] vgaarb: loaded\n[ 0.364373] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365508] SCSI subsystem initialized\n[ 0.366317] ACPI: bus type USB registered\n[ 0.367129] usbcore: registered new interface driver usbfs\n[ 0.368152] usbcore: registered new interface driver hub\n[ 0.369149] usbcore: registered new device driver usb\n[ 0.370195] PCI: Using ACPI for IRQ routing\n[ 0.371208] NetLabel: Initializing\n[ 0.371928] NetLabel: domain hash size = 128\n[ 0.372773] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373712] NetLabel: unlabeled traffic allowed by default\n[ 0.374801] clocksource: Switched to clocksource kvm-clock\n[ 0.380207] AppArmor: AppArmor Filesystem Enabled\n[ 0.381154] pnp: PnP ACPI init\n[ 0.382053] pnp: PnP ACPI: found 5 devices\n[ 0.388419] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390096] NET: Registered protocol family 2\n[ 0.391047] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392299] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393450] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394590] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395651] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396805] NET: Registered protocol family 1\n[ 0.397662] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399801] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413791] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428352] Trying to unpack rootfs image as initramfs...\n[ 0.477836] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491790] Scanning for low memory corruption every 60 seconds\n[ 0.493126] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494258] audit: initializing netlink subsys (disabled)\n[ 0.495278] audit: type=2000 audit(1540233294.836:1): initialized\n[ 0.496595] Initialise system trusted keyring\n[ 0.497523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498677] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500643] zbud: loaded\n[ 0.501342] VFS: Disk quotas dquot_6.6.0\n[ 0.502157] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503659] fuse init (API version 7.23)\n[ 0.504557] Key type big_key registered\n[ 0.505352] Allocating IMA MOK and blacklist keyrings.\n[ 0.506840] Key type asymmetric registered\n[ 0.507661] Asymmetric key parser 'x509' registered\n[ 0.508611] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510058] io scheduler noop registered\n[ 0.510862] io scheduler deadline registered (default)\n[ 0.511841] io scheduler cfq registered\n[ 0.512664] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513706] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516425] ACPI: Power Button [PWRF]\n[ 0.517296] GHES: HEST is not enabled!\n[ 0.531238] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587890] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590109] Linux agpgart interface v0.103\n[ 0.592161] brd: module loaded\n[ 0.593360] loop: module loaded\n[ 0.598666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600135] GPT:90111 != 2097151\n[ 0.600812] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601899] GPT:90111 != 2097151\n[ 0.602573] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603538] vda: vda1 vda15\n[ 0.605048] scsi host0: ata_piix\n[ 0.605782] scsi host1: ata_piix\n[ 0.606493] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607715] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609170] libphy: Fixed MDIO Bus: probed\n[ 0.609989] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613094] PPP generic driver version 2.4.2\n[ 0.613977] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615298] ehci-pci: EHCI PCI platform driver\n[ 0.616172] ehci-platform: EHCI generic platform driver\n[ 0.617153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618271] ohci-pci: OHCI PCI platform driver\n[ 0.619142] ohci-platform: OHCI generic platform driver\n[ 0.620128] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634553] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635565] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637035] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638063] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640428] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641852] usb usb1: Product: UHCI Host Controller\n[ 0.642790] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643946] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644970] hub 1-0:1.0: USB hub found\n[ 0.645759] hub 1-0:1.0: 2 ports detected\n[ 0.646662] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648785] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649754] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650785] mousedev: PS/2 mouse device common for all mice\n[ 0.652050] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653879] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654983] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656173] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657369] i2c /dev entries driver\n[ 0.658130] device-mapper: uevent: version 1.0.3\n[ 0.659082] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660706] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662004] NET: Registered protocol family 10\n[ 0.663015] NET: Registered protocol family 17\n[ 0.663908] Key type dns_resolver registered\n[ 0.664835] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667682] registered taskstats version 1\n[ 0.668509] Loading compiled-in X.509 certificates\n[ 0.669934] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671791] zswap: loaded using pool lzo/zbud\n[ 0.673158] Key type trusted registered\n[ 0.674704] Key type encrypted registered\n[ 0.675531] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676543] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677563] evm: HMAC attrs: 0x1\n[ 0.678491] Magic number: 6:617:595\n[ 0.679264] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.680926] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:55 UTC (1540233295)\n[ 0.682538] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683657] EDD information not available.\n[ 0.763339] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775220] ata1.00: configured for MWDMA2\n[ 0.776436] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778624] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779850] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781100] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782966] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784513] Write protecting the kernel read-only data: 14336k\n[ 0.786052] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787847] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.152734] 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.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\"\nTop of dropbear init script\nStarting dropbear 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.46s]\nping 10.10.10.11 OK\nping 10.10.10.6 KO\n"} 2018-10-22 18:36:40,696 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action used request id req-5ef87890-4f27-472a-a641-a21b98b3b1a7 2018-10-22 18:36:41,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf32326de875c59670f20c06d66d42959fb9a8c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:42,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-5c76b7e5-9a2c-4534-ae1b-504917d949d5 x-compute-request-id: req-5c76b7e5-9a2c-4534-ae1b-504917d949d5 Content-Encoding: gzip Content-Length: 8152 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 582524885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129594] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131252] pid_max: default: 32768 minimum: 301\n[ 0.132157] ACPI: Core revision 20150930\n[ 0.133552] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134869] Security Framework initialized\n[ 0.135681] Yama: becoming mindful.\n[ 0.136416] AppArmor: AppArmor initialized\n[ 0.137276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138607] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139889] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141094] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142479] Initializing cgroup subsys io\n[ 0.143291] Initializing cgroup subsys memory\n[ 0.144149] Initializing cgroup subsys devices\n[ 0.145031] Initializing cgroup subsys freezer\n[ 0.145897] Initializing cgroup subsys net_cls\n[ 0.146756] Initializing cgroup subsys perf_event\n[ 0.147667] Initializing cgroup subsys net_prio\n[ 0.148546] Initializing cgroup subsys hugetlb\n[ 0.149421] Initializing cgroup subsys pids\n[ 0.150293] CPU: Physical Processor ID: 0\n[ 0.151781] mce: CPU supports 10 MCE banks\n[ 0.152633] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153634] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164360] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170805] ftrace: allocating 31920 entries in 125 pages\n[ 0.197272] smpboot: Max logical packages: 1\n[ 0.198119] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199449] x2apic enabled\n[ 0.200242] Switched APIC routing to physical x2apic.\n[ 0.201984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203090] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205055] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206820] KVM setup paravirtual spinlock\n[ 0.208097] x86: Booted up 1 node, 1 CPUs\n[ 0.208896] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210267] devtmpfs: initialized\n[ 0.211977] evm: security.selinux\n[ 0.212682] evm: security.SMACK64\n[ 0.213361] evm: security.SMACK64EXEC\n[ 0.214099] evm: security.SMACK64TRANSMUTE\n[ 0.214898] evm: security.SMACK64MMAP\n[ 0.215639] evm: security.ima\n[ 0.216272] evm: security.capability\n[ 0.217070] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218896] pinctrl core: initialized pinctrl subsystem\n[ 0.219987] RTC time: 18:34:54, date: 10/22/18\n[ 0.220926] NET: Registered protocol family 16\n[ 0.221884] cpuidle: using governor ladder\n[ 0.222691] cpuidle: using governor menu\n[ 0.223465] PCCT header not found.\n[ 0.224207] ACPI: bus type PCI registered\n[ 0.224999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226219] PCI: Using configuration type 1 for base access\n[ 0.227954] ACPI: Added _OSI(Module Device)\n[ 0.228788] ACPI: Added _OSI(Processor Device)\n[ 0.229635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230520] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232614] ACPI: Interpreter enabled\n[ 0.233385] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240641] ACPI: (supports S0 S5)\n[ 0.241331] ACPI: Using IOAPIC for interrupt routing\n[ 0.242315] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245399] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246532] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247755] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248937] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251134] acpiphp: Slot [3] registered\n[ 0.251932] acpiphp: Slot [4] registered\n[ 0.252741] acpiphp: Slot [5] registered\n[ 0.253533] acpiphp: Slot [6] registered\n[ 0.254317] acpiphp: Slot [7] registered\n[ 0.255113] acpiphp: Slot [8] registered\n[ 0.255906] acpiphp: Slot [9] registered\n[ 0.256695] acpiphp: Slot [10] registered\n[ 0.257496] acpiphp: Slot [11] registered\n[ 0.258300] acpiphp: Slot [12] registered\n[ 0.259110] acpiphp: Slot [13] registered\n[ 0.259912] acpiphp: Slot [14] registered\n[ 0.260713] acpiphp: Slot [15] registered\n[ 0.271550] acpiphp: Slot [16] registered\n[ 0.272365] acpiphp: Slot [17] registered\n[ 0.273167] acpiphp: Slot [18] registered\n[ 0.273966] acpiphp: Slot [19] registered\n[ 0.274764] acpiphp: Slot [20] registered\n[ 0.275571] acpiphp: Slot [21] registered\n[ 0.276369] acpiphp: Slot [22] registered\n[ 0.277169] acpiphp: Slot [23] registered\n[ 0.277969] acpiphp: Slot [24] registered\n[ 0.278770] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280379] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281983] acpiphp: Slot [29] registered\n[ 0.282787] acpiphp: Slot [30] registered\n[ 0.283595] acpiphp: Slot [31] registered\n[ 0.284396] PCI host bridge to bus 0000:00\n[ 0.285194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289015] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296623] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297888] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300296] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306621] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308035] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352942] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354404] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357226] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358616] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359860] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361200] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362243] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363769] vgaarb: loaded\n[ 0.364373] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365508] SCSI subsystem initialized\n[ 0.366317] ACPI: bus type USB registered\n[ 0.367129] usbcore: registered new interface driver usbfs\n[ 0.368152] usbcore: registered new interface driver hub\n[ 0.369149] usbcore: registered new device driver usb\n[ 0.370195] PCI: Using ACPI for IRQ routing\n[ 0.371208] NetLabel: Initializing\n[ 0.371928] NetLabel: domain hash size = 128\n[ 0.372773] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373712] NetLabel: unlabeled traffic allowed by default\n[ 0.374801] clocksource: Switched to clocksource kvm-clock\n[ 0.380207] AppArmor: AppArmor Filesystem Enabled\n[ 0.381154] pnp: PnP ACPI init\n[ 0.382053] pnp: PnP ACPI: found 5 devices\n[ 0.388419] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390096] NET: Registered protocol family 2\n[ 0.391047] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392299] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393450] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394590] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395651] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396805] NET: Registered protocol family 1\n[ 0.397662] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399801] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413791] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428352] Trying to unpack rootfs image as initramfs...\n[ 0.477836] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491790] Scanning for low memory corruption every 60 seconds\n[ 0.493126] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494258] audit: initializing netlink subsys (disabled)\n[ 0.495278] audit: type=2000 audit(1540233294.836:1): initialized\n[ 0.496595] Initialise system trusted keyring\n[ 0.497523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498677] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500643] zbud: loaded\n[ 0.501342] VFS: Disk quotas dquot_6.6.0\n[ 0.502157] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503659] fuse init (API version 7.23)\n[ 0.504557] Key type big_key registered\n[ 0.505352] Allocating IMA MOK and blacklist keyrings.\n[ 0.506840] Key type asymmetric registered\n[ 0.507661] Asymmetric key parser 'x509' registered\n[ 0.508611] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510058] io scheduler noop registered\n[ 0.510862] io scheduler deadline registered (default)\n[ 0.511841] io scheduler cfq registered\n[ 0.512664] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513706] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516425] ACPI: Power Button [PWRF]\n[ 0.517296] GHES: HEST is not enabled!\n[ 0.531238] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587890] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590109] Linux agpgart interface v0.103\n[ 0.592161] brd: module loaded\n[ 0.593360] loop: module loaded\n[ 0.598666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600135] GPT:90111 != 2097151\n[ 0.600812] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601899] GPT:90111 != 2097151\n[ 0.602573] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603538] vda: vda1 vda15\n[ 0.605048] scsi host0: ata_piix\n[ 0.605782] scsi host1: ata_piix\n[ 0.606493] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607715] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609170] libphy: Fixed MDIO Bus: probed\n[ 0.609989] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613094] PPP generic driver version 2.4.2\n[ 0.613977] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615298] ehci-pci: EHCI PCI platform driver\n[ 0.616172] ehci-platform: EHCI generic platform driver\n[ 0.617153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618271] ohci-pci: OHCI PCI platform driver\n[ 0.619142] ohci-platform: OHCI generic platform driver\n[ 0.620128] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634553] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635565] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637035] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638063] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640428] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641852] usb usb1: Product: UHCI Host Controller\n[ 0.642790] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643946] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644970] hub 1-0:1.0: USB hub found\n[ 0.645759] hub 1-0:1.0: 2 ports detected\n[ 0.646662] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648785] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649754] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650785] mousedev: PS/2 mouse device common for all mice\n[ 0.652050] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653879] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654983] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656173] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657369] i2c /dev entries driver\n[ 0.658130] device-mapper: uevent: version 1.0.3\n[ 0.659082] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660706] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662004] NET: Registered protocol family 10\n[ 0.663015] NET: Registered protocol family 17\n[ 0.663908] Key type dns_resolver registered\n[ 0.664835] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667682] registered taskstats version 1\n[ 0.668509] Loading compiled-in X.509 certificates\n[ 0.669934] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671791] zswap: loaded using pool lzo/zbud\n[ 0.673158] Key type trusted registered\n[ 0.674704] Key type encrypted registered\n[ 0.675531] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676543] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677563] evm: HMAC attrs: 0x1\n[ 0.678491] Magic number: 6:617:595\n[ 0.679264] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.680926] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:55 UTC (1540233295)\n[ 0.682538] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683657] EDD information not available.\n[ 0.763339] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775220] ata1.00: configured for MWDMA2\n[ 0.776436] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778624] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779850] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781100] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782966] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784513] Write protecting the kernel read-only data: 14336k\n[ 0.786052] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787847] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.152734] 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.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\"\nTop of dropbear init script\nStarting dropbear 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.46s]\nping 10.10.10.11 OK\nping 10.10.10.6 KO\n"} 2018-10-22 18:36:42,776 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action used request id req-5c76b7e5-9a2c-4534-ae1b-504917d949d5 2018-10-22 18:36:43,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf32326de875c59670f20c06d66d42959fb9a8c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:36:44,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:36: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-fbc6995b-e02d-4704-b6e5-2d7e22f57fdd x-compute-request-id: req-fbc6995b-e02d-4704-b6e5-2d7e22f57fdd Content-Encoding: gzip Content-Length: 8155 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 582524885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129594] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131252] pid_max: default: 32768 minimum: 301\n[ 0.132157] ACPI: Core revision 20150930\n[ 0.133552] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134869] Security Framework initialized\n[ 0.135681] Yama: becoming mindful.\n[ 0.136416] AppArmor: AppArmor initialized\n[ 0.137276] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138607] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139889] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141094] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142479] Initializing cgroup subsys io\n[ 0.143291] Initializing cgroup subsys memory\n[ 0.144149] Initializing cgroup subsys devices\n[ 0.145031] Initializing cgroup subsys freezer\n[ 0.145897] Initializing cgroup subsys net_cls\n[ 0.146756] Initializing cgroup subsys perf_event\n[ 0.147667] Initializing cgroup subsys net_prio\n[ 0.148546] Initializing cgroup subsys hugetlb\n[ 0.149421] Initializing cgroup subsys pids\n[ 0.150293] CPU: Physical Processor ID: 0\n[ 0.151781] mce: CPU supports 10 MCE banks\n[ 0.152633] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153634] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164360] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170805] ftrace: allocating 31920 entries in 125 pages\n[ 0.197272] smpboot: Max logical packages: 1\n[ 0.198119] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199449] x2apic enabled\n[ 0.200242] Switched APIC routing to physical x2apic.\n[ 0.201984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203090] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205055] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206820] KVM setup paravirtual spinlock\n[ 0.208097] x86: Booted up 1 node, 1 CPUs\n[ 0.208896] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210267] devtmpfs: initialized\n[ 0.211977] evm: security.selinux\n[ 0.212682] evm: security.SMACK64\n[ 0.213361] evm: security.SMACK64EXEC\n[ 0.214099] evm: security.SMACK64TRANSMUTE\n[ 0.214898] evm: security.SMACK64MMAP\n[ 0.215639] evm: security.ima\n[ 0.216272] evm: security.capability\n[ 0.217070] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218896] pinctrl core: initialized pinctrl subsystem\n[ 0.219987] RTC time: 18:34:54, date: 10/22/18\n[ 0.220926] NET: Registered protocol family 16\n[ 0.221884] cpuidle: using governor ladder\n[ 0.222691] cpuidle: using governor menu\n[ 0.223465] PCCT header not found.\n[ 0.224207] ACPI: bus type PCI registered\n[ 0.224999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226219] PCI: Using configuration type 1 for base access\n[ 0.227954] ACPI: Added _OSI(Module Device)\n[ 0.228788] ACPI: Added _OSI(Processor Device)\n[ 0.229635] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230520] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232614] ACPI: Interpreter enabled\n[ 0.233385] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240641] ACPI: (supports S0 S5)\n[ 0.241331] ACPI: Using IOAPIC for interrupt routing\n[ 0.242315] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245399] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246532] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247755] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248937] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251134] acpiphp: Slot [3] registered\n[ 0.251932] acpiphp: Slot [4] registered\n[ 0.252741] acpiphp: Slot [5] registered\n[ 0.253533] acpiphp: Slot [6] registered\n[ 0.254317] acpiphp: Slot [7] registered\n[ 0.255113] acpiphp: Slot [8] registered\n[ 0.255906] acpiphp: Slot [9] registered\n[ 0.256695] acpiphp: Slot [10] registered\n[ 0.257496] acpiphp: Slot [11] registered\n[ 0.258300] acpiphp: Slot [12] registered\n[ 0.259110] acpiphp: Slot [13] registered\n[ 0.259912] acpiphp: Slot [14] registered\n[ 0.260713] acpiphp: Slot [15] registered\n[ 0.271550] acpiphp: Slot [16] registered\n[ 0.272365] acpiphp: Slot [17] registered\n[ 0.273167] acpiphp: Slot [18] registered\n[ 0.273966] acpiphp: Slot [19] registered\n[ 0.274764] acpiphp: Slot [20] registered\n[ 0.275571] acpiphp: Slot [21] registered\n[ 0.276369] acpiphp: Slot [22] registered\n[ 0.277169] acpiphp: Slot [23] registered\n[ 0.277969] acpiphp: Slot [24] registered\n[ 0.278770] acpiphp: Slot [25] registered\n[ 0.279576] acpiphp: Slot [26] registered\n[ 0.280379] acpiphp: Slot [27] registered\n[ 0.281180] acpiphp: Slot [28] registered\n[ 0.281983] acpiphp: Slot [29] registered\n[ 0.282787] acpiphp: Slot [30] registered\n[ 0.283595] acpiphp: Slot [31] registered\n[ 0.284396] PCI host bridge to bus 0000:00\n[ 0.285194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286391] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287588] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289015] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296623] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297888] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299049] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300296] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306621] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308035] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352942] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354404] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357226] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358616] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359860] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361200] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362243] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363769] vgaarb: loaded\n[ 0.364373] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365508] SCSI subsystem initialized\n[ 0.366317] ACPI: bus type USB registered\n[ 0.367129] usbcore: registered new interface driver usbfs\n[ 0.368152] usbcore: registered new interface driver hub\n[ 0.369149] usbcore: registered new device driver usb\n[ 0.370195] PCI: Using ACPI for IRQ routing\n[ 0.371208] NetLabel: Initializing\n[ 0.371928] NetLabel: domain hash size = 128\n[ 0.372773] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373712] NetLabel: unlabeled traffic allowed by default\n[ 0.374801] clocksource: Switched to clocksource kvm-clock\n[ 0.380207] AppArmor: AppArmor Filesystem Enabled\n[ 0.381154] pnp: PnP ACPI init\n[ 0.382053] pnp: PnP ACPI: found 5 devices\n[ 0.388419] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390096] NET: Registered protocol family 2\n[ 0.391047] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392299] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393450] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394590] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395651] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396805] NET: Registered protocol family 1\n[ 0.397662] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399801] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413791] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428352] Trying to unpack rootfs image as initramfs...\n[ 0.477836] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491790] Scanning for low memory corruption every 60 seconds\n[ 0.493126] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494258] audit: initializing netlink subsys (disabled)\n[ 0.495278] audit: type=2000 audit(1540233294.836:1): initialized\n[ 0.496595] Initialise system trusted keyring\n[ 0.497523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498677] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500643] zbud: loaded\n[ 0.501342] VFS: Disk quotas dquot_6.6.0\n[ 0.502157] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503659] fuse init (API version 7.23)\n[ 0.504557] Key type big_key registered\n[ 0.505352] Allocating IMA MOK and blacklist keyrings.\n[ 0.506840] Key type asymmetric registered\n[ 0.507661] Asymmetric key parser 'x509' registered\n[ 0.508611] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510058] io scheduler noop registered\n[ 0.510862] io scheduler deadline registered (default)\n[ 0.511841] io scheduler cfq registered\n[ 0.512664] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513706] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516425] ACPI: Power Button [PWRF]\n[ 0.517296] GHES: HEST is not enabled!\n[ 0.531238] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587890] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590109] Linux agpgart interface v0.103\n[ 0.592161] brd: module loaded\n[ 0.593360] loop: module loaded\n[ 0.598666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600135] GPT:90111 != 2097151\n[ 0.600812] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601899] GPT:90111 != 2097151\n[ 0.602573] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603538] vda: vda1 vda15\n[ 0.605048] scsi host0: ata_piix\n[ 0.605782] scsi host1: ata_piix\n[ 0.606493] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607715] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609170] libphy: Fixed MDIO Bus: probed\n[ 0.609989] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613094] PPP generic driver version 2.4.2\n[ 0.613977] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615298] ehci-pci: EHCI PCI platform driver\n[ 0.616172] ehci-platform: EHCI generic platform driver\n[ 0.617153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618271] ohci-pci: OHCI PCI platform driver\n[ 0.619142] ohci-platform: OHCI generic platform driver\n[ 0.620128] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634553] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635565] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637035] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638063] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640428] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641852] usb usb1: Product: UHCI Host Controller\n[ 0.642790] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643946] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644970] hub 1-0:1.0: USB hub found\n[ 0.645759] hub 1-0:1.0: 2 ports detected\n[ 0.646662] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648785] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649754] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650785] mousedev: PS/2 mouse device common for all mice\n[ 0.652050] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653879] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654983] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656173] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657369] i2c /dev entries driver\n[ 0.658130] device-mapper: uevent: version 1.0.3\n[ 0.659082] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660706] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662004] NET: Registered protocol family 10\n[ 0.663015] NET: Registered protocol family 17\n[ 0.663908] Key type dns_resolver registered\n[ 0.664835] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667682] registered taskstats version 1\n[ 0.668509] Loading compiled-in X.509 certificates\n[ 0.669934] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671791] zswap: loaded using pool lzo/zbud\n[ 0.673158] Key type trusted registered\n[ 0.674704] Key type encrypted registered\n[ 0.675531] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676543] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677563] evm: HMAC attrs: 0x1\n[ 0.678491] Magic number: 6:617:595\n[ 0.679264] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.680926] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:55 UTC (1540233295)\n[ 0.682538] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683657] EDD information not available.\n[ 0.763339] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775220] ata1.00: configured for MWDMA2\n[ 0.776436] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778624] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779850] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781100] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782966] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784513] Write protecting the kernel read-only data: 14336k\n[ 0.786052] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787847] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.152734] 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.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\"\nTop of dropbear init script\nStarting dropbear 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.46s]\nping 10.10.10.11 OK\nping 10.10.10.6 KO\nping 10.10.11.6 KO\n"} 2018-10-22 18:36:44,856 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action used request id req-fbc6995b-e02d-4704-b6e5-2d7e22f57fdd 2018-10-22 18:36:44,857 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' 2018-10-22 18:36:44,858 - sdnvpn-results - INFO - Associate network 'sdnvpn-4-2-net' to the VPN. 2018-10-22 18:36:44,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/411bf638-0e0f-4f01-8cd6-67771ce28c2f/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" -d '{"network_association": {"network_id": "45e12b67-f0d1-4783-b6d1-aa31e76880dc"}}' 2018-10-22 18:36:45,226 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-01b4f2f6-e656-4b65-a539-4335a3b51691 Date: Mon, 22 Oct 2018 18:36:45 GMT RESP BODY: {"network_association": {"network_id": "45e12b67-f0d1-4783-b6d1-aa31e76880dc", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "edd02472-1bb6-46ac-9f9c-cd6b28f60c8d"}} 2018-10-22 18:36:45,227 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/411bf638-0e0f-4f01-8cd6-67771ce28c2f/network_associations used request id req-01b4f2f6-e656-4b65-a539-4335a3b51691 2018-10-22 18:36:45,227 - sdnvpn_test_utils - DEBUG - Waiting for router 411bf638-0e0f-4f01-8cd6-67771ce28c2f to associate with BGPVPN 27a6a768-0620-4137-9930-969cdec321c1 2018-10-22 18:36:45,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/411bf638-0e0f-4f01-8cd6-67771ce28c2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" 2018-10-22 18:36:45,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-28acf7f6-a413-4281-9994-8e9ab9657f0b Date: Mon, 22 Oct 2018 18:36:45 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["27a6a768-0620-4137-9930-969cdec321c1"], "id": "411bf638-0e0f-4f01-8cd6-67771ce28c2f", "name": "sdnvpn-137145", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "import_targets": ["88:88"], "networks": ["45e12b67-f0d1-4783-b6d1-aa31e76880dc"], "route_targets": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "type": "l3"}} 2018-10-22 18:36:45,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/411bf638-0e0f-4f01-8cd6-67771ce28c2f used request id req-28acf7f6-a413-4281-9994-8e9ab9657f0b 2018-10-22 18:36:46,561 - sdnvpn_test_utils - DEBUG - Waiting for network 411bf638-0e0f-4f01-8cd6-67771ce28c2f to associate with BGPVPN 45e12b67-f0d1-4783-b6d1-aa31e76880dc 2018-10-22 18:36:46,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/411bf638-0e0f-4f01-8cd6-67771ce28c2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" 2018-10-22 18:36:46,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-1dfeb844-1060-46e9-81fc-c5646535385f Date: Mon, 22 Oct 2018 18:36:46 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["27a6a768-0620-4137-9930-969cdec321c1"], "id": "411bf638-0e0f-4f01-8cd6-67771ce28c2f", "name": "sdnvpn-137145", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "import_targets": ["88:88"], "networks": ["45e12b67-f0d1-4783-b6d1-aa31e76880dc"], "route_targets": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "type": "l3"}} 2018-10-22 18:36:46,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/411bf638-0e0f-4f01-8cd6-67771ce28c2f used request id req-1dfeb844-1060-46e9-81fc-c5646535385f 2018-10-22 18:36:47,740 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-22 18:37:17,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6303abf2357e73061413aba1a7827cda7413f6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:37:18,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-7f7990a1-57bf-4047-9d53-90716ca2693c x-compute-request-id: req-7f7990a1-57bf-4047-9d53-90716ca2693c Content-Encoding: gzip Content-Length: 8173 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 760952524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.154458] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.156102] pid_max: default: 32768 minimum: 301\n[ 0.156992] ACPI: Core revision 20150930\n[ 0.158382] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159688] Security Framework initialized\n[ 0.160502] Yama: becoming mindful.\n[ 0.161225] AppArmor: AppArmor initialized\n[ 0.162097] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163430] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164714] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165925] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167304] Initializing cgroup subsys io\n[ 0.168112] Initializing cgroup subsys memory\n[ 0.168971] Initializing cgroup subsys devices\n[ 0.169854] Initializing cgroup subsys freezer\n[ 0.170727] Initializing cgroup subsys net_cls\n[ 0.171593] Initializing cgroup subsys perf_event\n[ 0.172502] Initializing cgroup subsys net_prio\n[ 0.173383] Initializing cgroup subsys hugetlb\n[ 0.174251] Initializing cgroup subsys pids\n[ 0.175122] CPU: Physical Processor ID: 0\n[ 0.176633] mce: CPU supports 10 MCE banks\n[ 0.177480] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178492] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.190363] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.196738] ftrace: allocating 31920 entries in 125 pages\n[ 0.222758] smpboot: Max logical packages: 1\n[ 0.223611] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224951] x2apic enabled\n[ 0.225769] Switched APIC routing to physical x2apic.\n[ 0.227513] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.228627] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.230609] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.232384] KVM setup paravirtual spinlock\n[ 0.233668] x86: Booted up 1 node, 1 CPUs\n[ 0.234468] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235846] devtmpfs: initialized\n[ 0.237558] evm: security.selinux\n[ 0.238256] evm: security.SMACK64\n[ 0.238957] evm: security.SMACK64EXEC\n[ 0.239699] evm: security.SMACK64TRANSMUTE\n[ 0.240505] evm: security.SMACK64MMAP\n[ 0.241250] evm: security.ima\n[ 0.241888] evm: security.capability\n[ 0.242690] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.244538] pinctrl core: initialized pinctrl subsystem\n[ 0.245639] RTC time: 18:34:40, date: 10/22/18\n[ 0.246585] NET: Registered protocol family 16\n[ 0.247554] cpuidle: using governor ladder\n[ 0.248365] cpuidle: using governor menu\n[ 0.249142] PCCT header not found.\n[ 0.249901] ACPI: bus type PCI registered\n[ 0.250704] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251939] PCI: Using configuration type 1 for base access\n[ 0.253691] ACPI: Added _OSI(Module Device)\n[ 0.254541] ACPI: Added _OSI(Processor Device)\n[ 0.255400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.256303] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.258398] ACPI: Interpreter enabled\n[ 0.259170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.261012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262847] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266525] ACPI: (supports S0 S5)\n[ 0.267224] ACPI: Using IOAPIC for interrupt routing\n[ 0.268175] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271266] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272404] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273630] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277011] acpiphp: Slot [3] registered\n[ 0.277811] acpiphp: Slot [4] registered\n[ 0.278605] acpiphp: Slot [5] registered\n[ 0.279396] acpiphp: Slot [6] registered\n[ 0.280183] acpiphp: Slot [7] registered\n[ 0.280981] acpiphp: Slot [8] registered\n[ 0.281779] acpiphp: Slot [9] registered\n[ 0.282570] acpiphp: Slot [10] registered\n[ 0.283373] acpiphp: Slot [11] registered\n[ 0.284185] acpiphp: Slot [12] registered\n[ 0.285000] acpiphp: Slot [13] registered\n[ 0.285807] acpiphp: Slot [14] registered\n[ 0.286613] acpiphp: Slot [15] registered\n[ 0.297569] acpiphp: Slot [16] registered\n[ 0.298390] acpiphp: Slot [17] registered\n[ 0.299191] acpiphp: Slot [18] registered\n[ 0.299997] acpiphp: Slot [19] registered\n[ 0.300804] acpiphp: Slot [20] registered\n[ 0.301618] acpiphp: Slot [21] registered\n[ 0.302425] acpiphp: Slot [22] registered\n[ 0.303226] acpiphp: Slot [23] registered\n[ 0.304032] acpiphp: Slot [24] registered\n[ 0.304839] acpiphp: Slot [25] registered\n[ 0.305650] acpiphp: Slot [26] registered\n[ 0.306456] acpiphp: Slot [27] registered\n[ 0.307263] acpiphp: Slot [28] registered\n[ 0.308066] acpiphp: Slot [29] registered\n[ 0.308871] acpiphp: Slot [30] registered\n[ 0.309702] acpiphp: Slot [31] registered\n[ 0.310508] PCI host bridge to bus 0000:00\n[ 0.311311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312508] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313714] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315154] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316590] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322729] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324022] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325185] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332686] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334136] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.379512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381016] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.382448] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.383860] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.385266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.386529] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.387704] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.388760] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.390308] vgaarb: loaded\n[ 0.390926] vgaarb: bridge control possible 0000:00:02.0\n[ 0.392064] SCSI subsystem initialized\n[ 0.392887] ACPI: bus type USB registered\n[ 0.393705] usbcore: registered new interface driver usbfs\n[ 0.394739] usbcore: registered new interface driver hub\n[ 0.395748] usbcore: registered new device driver usb\n[ 0.396798] PCI: Using ACPI for IRQ routing\n[ 0.397818] NetLabel: Initializing\n[ 0.398536] NetLabel: domain hash size = 128\n[ 0.399383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400338] NetLabel: unlabeled traffic allowed by default\n[ 0.401439] clocksource: Switched to clocksource kvm-clock\n[ 0.406832] AppArmor: AppArmor Filesystem Enabled\n[ 0.407787] pnp: PnP ACPI init\n[ 0.408691] pnp: PnP ACPI: found 5 devices\n[ 0.415065] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416775] NET: Registered protocol family 2\n[ 0.417729] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420148] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421317] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422396] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423561] NET: Registered protocol family 1\n[ 0.424425] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425517] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440604] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454794] Trying to unpack rootfs image as initramfs...\n[ 0.503856] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517820] Scanning for low memory corruption every 60 seconds\n[ 0.519245] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520383] audit: initializing netlink subsys (disabled)\n[ 0.521400] audit: type=2000 audit(1540233281.814:1): initialized\n[ 0.522709] Initialise system trusted keyring\n[ 0.523645] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524800] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526765] zbud: loaded\n[ 0.527469] VFS: Disk quotas dquot_6.6.0\n[ 0.528286] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529774] fuse init (API version 7.23)\n[ 0.530662] Key type big_key registered\n[ 0.531459] Allocating IMA MOK and blacklist keyrings.\n[ 0.532549] Key type asymmetric registered\n[ 0.533367] Asymmetric key parser 'x509' registered\n[ 0.534330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536158] io scheduler noop registered\n[ 0.536956] io scheduler deadline registered (default)\n[ 0.537949] io scheduler cfq registered\n[ 0.538781] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541091] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542572] ACPI: Power Button [PWRF]\n[ 0.543406] GHES: HEST is not enabled!\n[ 0.557103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586840] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589415] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.612980] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615115] Linux agpgart interface v0.103\n[ 0.617132] brd: module loaded\n[ 0.618303] loop: module loaded\n[ 0.624579] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626051] GPT:90111 != 2097151\n[ 0.626733] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627825] GPT:90111 != 2097151\n[ 0.628497] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629458] vda: vda1 vda15\n[ 0.630886] scsi host0: ata_piix\n[ 0.631626] scsi host1: ata_piix\n[ 0.632344] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633570] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635017] libphy: Fixed MDIO Bus: probed\n[ 0.635847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636798] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638937] PPP generic driver version 2.4.2\n[ 0.639829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641146] ehci-pci: EHCI PCI platform driver\n[ 0.642026] ehci-platform: EHCI generic platform driver\n[ 0.643021] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644142] ohci-pci: OHCI PCI platform driver\n[ 0.645012] ohci-platform: OHCI generic platform driver\n[ 0.646005] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660164] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661200] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662662] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663688] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664804] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667450] usb usb1: Product: UHCI Host Controller\n[ 0.668379] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669523] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670575] hub 1-0:1.0: USB hub found\n[ 0.671366] hub 1-0:1.0: 2 ports detected\n[ 0.672271] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674400] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675359] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676383] mousedev: PS/2 mouse device common for all mice\n[ 0.677636] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679459] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680547] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681752] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682946] i2c /dev entries driver\n[ 0.683720] device-mapper: uevent: version 1.0.3\n[ 0.684668] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686298] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687584] NET: Registered protocol family 10\n[ 0.688585] NET: Registered protocol family 17\n[ 0.689483] Key type dns_resolver registered\n[ 0.690412] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691503] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693251] registered taskstats version 1\n[ 0.694081] Loading compiled-in X.509 certificates\n[ 0.695538] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697393] zswap: loaded using pool lzo/zbud\n[ 0.698766] Key type trusted registered\n[ 0.700330] Key type encrypted registered\n[ 0.701154] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702188] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703225] evm: HMAC attrs: 0x1\n[ 0.704150] Magic number: 6:617:595\n[ 0.704913] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.706577] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:41 UTC (1540233281)\n[ 0.708170] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709288] EDD information not available.\n[ 0.789994] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.802325] ata1.00: configured for MWDMA2\n[ 0.803507] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.805705] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.806949] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.808191] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.810043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811579] Write protecting the kernel read-only data: 14336k\n[ 0.813136] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814941] 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.872679] 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.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.6...\nLease of 10.10.11.6 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.61s]\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\nping 10.10.11.9 KO\nping 10.10.11.9 KO\n"} 2018-10-22 18:37:18,819 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e/action used request id req-7f7990a1-57bf-4047-9d53-90716ca2693c 2018-10-22 18:37:18,820 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-4' (10.10.11.6) to 'sdnvpn-4-5' (10.10.11.9). -->Expected result: can ping. 2018-10-22 18:37:18,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6303abf2357e73061413aba1a7827cda7413f6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:37:19,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:37: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-0a2b02ef-9323-41a8-9337-2b6ccb287c91 x-compute-request-id: req-0a2b02ef-9323-41a8-9337-2b6ccb287c91 Content-Encoding: gzip Content-Length: 8173 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 760952524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.154458] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.156102] pid_max: default: 32768 minimum: 301\n[ 0.156992] ACPI: Core revision 20150930\n[ 0.158382] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159688] Security Framework initialized\n[ 0.160502] Yama: becoming mindful.\n[ 0.161225] AppArmor: AppArmor initialized\n[ 0.162097] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163430] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164714] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165925] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167304] Initializing cgroup subsys io\n[ 0.168112] Initializing cgroup subsys memory\n[ 0.168971] Initializing cgroup subsys devices\n[ 0.169854] Initializing cgroup subsys freezer\n[ 0.170727] Initializing cgroup subsys net_cls\n[ 0.171593] Initializing cgroup subsys perf_event\n[ 0.172502] Initializing cgroup subsys net_prio\n[ 0.173383] Initializing cgroup subsys hugetlb\n[ 0.174251] Initializing cgroup subsys pids\n[ 0.175122] CPU: Physical Processor ID: 0\n[ 0.176633] mce: CPU supports 10 MCE banks\n[ 0.177480] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178492] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.190363] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.196738] ftrace: allocating 31920 entries in 125 pages\n[ 0.222758] smpboot: Max logical packages: 1\n[ 0.223611] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224951] x2apic enabled\n[ 0.225769] Switched APIC routing to physical x2apic.\n[ 0.227513] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.228627] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.230609] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.232384] KVM setup paravirtual spinlock\n[ 0.233668] x86: Booted up 1 node, 1 CPUs\n[ 0.234468] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235846] devtmpfs: initialized\n[ 0.237558] evm: security.selinux\n[ 0.238256] evm: security.SMACK64\n[ 0.238957] evm: security.SMACK64EXEC\n[ 0.239699] evm: security.SMACK64TRANSMUTE\n[ 0.240505] evm: security.SMACK64MMAP\n[ 0.241250] evm: security.ima\n[ 0.241888] evm: security.capability\n[ 0.242690] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.244538] pinctrl core: initialized pinctrl subsystem\n[ 0.245639] RTC time: 18:34:40, date: 10/22/18\n[ 0.246585] NET: Registered protocol family 16\n[ 0.247554] cpuidle: using governor ladder\n[ 0.248365] cpuidle: using governor menu\n[ 0.249142] PCCT header not found.\n[ 0.249901] ACPI: bus type PCI registered\n[ 0.250704] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251939] PCI: Using configuration type 1 for base access\n[ 0.253691] ACPI: Added _OSI(Module Device)\n[ 0.254541] ACPI: Added _OSI(Processor Device)\n[ 0.255400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.256303] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.258398] ACPI: Interpreter enabled\n[ 0.259170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.261012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262847] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266525] ACPI: (supports S0 S5)\n[ 0.267224] ACPI: Using IOAPIC for interrupt routing\n[ 0.268175] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271266] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272404] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273630] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277011] acpiphp: Slot [3] registered\n[ 0.277811] acpiphp: Slot [4] registered\n[ 0.278605] acpiphp: Slot [5] registered\n[ 0.279396] acpiphp: Slot [6] registered\n[ 0.280183] acpiphp: Slot [7] registered\n[ 0.280981] acpiphp: Slot [8] registered\n[ 0.281779] acpiphp: Slot [9] registered\n[ 0.282570] acpiphp: Slot [10] registered\n[ 0.283373] acpiphp: Slot [11] registered\n[ 0.284185] acpiphp: Slot [12] registered\n[ 0.285000] acpiphp: Slot [13] registered\n[ 0.285807] acpiphp: Slot [14] registered\n[ 0.286613] acpiphp: Slot [15] registered\n[ 0.297569] acpiphp: Slot [16] registered\n[ 0.298390] acpiphp: Slot [17] registered\n[ 0.299191] acpiphp: Slot [18] registered\n[ 0.299997] acpiphp: Slot [19] registered\n[ 0.300804] acpiphp: Slot [20] registered\n[ 0.301618] acpiphp: Slot [21] registered\n[ 0.302425] acpiphp: Slot [22] registered\n[ 0.303226] acpiphp: Slot [23] registered\n[ 0.304032] acpiphp: Slot [24] registered\n[ 0.304839] acpiphp: Slot [25] registered\n[ 0.305650] acpiphp: Slot [26] registered\n[ 0.306456] acpiphp: Slot [27] registered\n[ 0.307263] acpiphp: Slot [28] registered\n[ 0.308066] acpiphp: Slot [29] registered\n[ 0.308871] acpiphp: Slot [30] registered\n[ 0.309702] acpiphp: Slot [31] registered\n[ 0.310508] PCI host bridge to bus 0000:00\n[ 0.311311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312508] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313714] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315154] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316590] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322729] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324022] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325185] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332686] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334136] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.379512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381016] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.382448] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.383860] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.385266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.386529] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.387704] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.388760] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.390308] vgaarb: loaded\n[ 0.390926] vgaarb: bridge control possible 0000:00:02.0\n[ 0.392064] SCSI subsystem initialized\n[ 0.392887] ACPI: bus type USB registered\n[ 0.393705] usbcore: registered new interface driver usbfs\n[ 0.394739] usbcore: registered new interface driver hub\n[ 0.395748] usbcore: registered new device driver usb\n[ 0.396798] PCI: Using ACPI for IRQ routing\n[ 0.397818] NetLabel: Initializing\n[ 0.398536] NetLabel: domain hash size = 128\n[ 0.399383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400338] NetLabel: unlabeled traffic allowed by default\n[ 0.401439] clocksource: Switched to clocksource kvm-clock\n[ 0.406832] AppArmor: AppArmor Filesystem Enabled\n[ 0.407787] pnp: PnP ACPI init\n[ 0.408691] pnp: PnP ACPI: found 5 devices\n[ 0.415065] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416775] NET: Registered protocol family 2\n[ 0.417729] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420148] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421317] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422396] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423561] NET: Registered protocol family 1\n[ 0.424425] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425517] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440604] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454794] Trying to unpack rootfs image as initramfs...\n[ 0.503856] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517820] Scanning for low memory corruption every 60 seconds\n[ 0.519245] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520383] audit: initializing netlink subsys (disabled)\n[ 0.521400] audit: type=2000 audit(1540233281.814:1): initialized\n[ 0.522709] Initialise system trusted keyring\n[ 0.523645] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524800] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526765] zbud: loaded\n[ 0.527469] VFS: Disk quotas dquot_6.6.0\n[ 0.528286] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529774] fuse init (API version 7.23)\n[ 0.530662] Key type big_key registered\n[ 0.531459] Allocating IMA MOK and blacklist keyrings.\n[ 0.532549] Key type asymmetric registered\n[ 0.533367] Asymmetric key parser 'x509' registered\n[ 0.534330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536158] io scheduler noop registered\n[ 0.536956] io scheduler deadline registered (default)\n[ 0.537949] io scheduler cfq registered\n[ 0.538781] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541091] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542572] ACPI: Power Button [PWRF]\n[ 0.543406] GHES: HEST is not enabled!\n[ 0.557103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586840] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589415] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.612980] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615115] Linux agpgart interface v0.103\n[ 0.617132] brd: module loaded\n[ 0.618303] loop: module loaded\n[ 0.624579] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626051] GPT:90111 != 2097151\n[ 0.626733] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627825] GPT:90111 != 2097151\n[ 0.628497] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629458] vda: vda1 vda15\n[ 0.630886] scsi host0: ata_piix\n[ 0.631626] scsi host1: ata_piix\n[ 0.632344] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633570] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635017] libphy: Fixed MDIO Bus: probed\n[ 0.635847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636798] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638937] PPP generic driver version 2.4.2\n[ 0.639829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641146] ehci-pci: EHCI PCI platform driver\n[ 0.642026] ehci-platform: EHCI generic platform driver\n[ 0.643021] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644142] ohci-pci: OHCI PCI platform driver\n[ 0.645012] ohci-platform: OHCI generic platform driver\n[ 0.646005] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660164] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661200] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662662] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663688] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664804] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667450] usb usb1: Product: UHCI Host Controller\n[ 0.668379] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669523] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670575] hub 1-0:1.0: USB hub found\n[ 0.671366] hub 1-0:1.0: 2 ports detected\n[ 0.672271] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674400] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675359] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676383] mousedev: PS/2 mouse device common for all mice\n[ 0.677636] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679459] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680547] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681752] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682946] i2c /dev entries driver\n[ 0.683720] device-mapper: uevent: version 1.0.3\n[ 0.684668] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686298] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687584] NET: Registered protocol family 10\n[ 0.688585] NET: Registered protocol family 17\n[ 0.689483] Key type dns_resolver registered\n[ 0.690412] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691503] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693251] registered taskstats version 1\n[ 0.694081] Loading compiled-in X.509 certificates\n[ 0.695538] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697393] zswap: loaded using pool lzo/zbud\n[ 0.698766] Key type trusted registered\n[ 0.700330] Key type encrypted registered\n[ 0.701154] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702188] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703225] evm: HMAC attrs: 0x1\n[ 0.704150] Magic number: 6:617:595\n[ 0.704913] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:1168\n[ 0.706577] rtc_cmos 00:00: setting system clock to 2018-10-22 18:34:41 UTC (1540233281)\n[ 0.708170] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709288] EDD information not available.\n[ 0.789994] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.802325] ata1.00: configured for MWDMA2\n[ 0.803507] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.805705] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.806949] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.808191] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.810043] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811579] Write protecting the kernel read-only data: 14336k\n[ 0.813136] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814941] 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.872679] 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.46\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.6...\nLease of 10.10.11.6 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.61s]\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\nping 10.10.11.9 KO\nping 10.10.11.9 KO\n"} 2018-10-22 18:37:19,897 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e/action used request id req-0a2b02ef-9323-41a8-9337-2b6ccb287c91 2018-10-22 18:37:19,898 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-4-4' cannot ping 'sdnvpn-4-5' 2018-10-22 18:37:19,898 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-10-22 18:37:19,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/411bf638-0e0f-4f01-8cd6-67771ce28c2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" 2018-10-22 18:37:20,281 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a4c5cfb4-8655-41d0-914d-44c937743e41 Content-Length: 0 Date: Mon, 22 Oct 2018 18:37:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:37:20,281 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/411bf638-0e0f-4f01-8cd6-67771ce28c2f used request id req-a4c5cfb4-8655-41d0-914d-44c937743e41 2018-10-22 18:37:50,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-137145", "route_distinguishers": "12:12"}}' 2018-10-22 18:37:50,547 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-bdd1b885-4df6-4068-af53-7c28bfd0f5a3 Date: Mon, 22 Oct 2018 18:37:50 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": [], "id": "d9cf0071-f757-4f56-8ffb-9f69a3e4148a", "name": "sdnvpn-137145", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "type": "l3"}} 2018-10-22 18:37:50,548 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns used request id req-bdd1b885-4df6-4068-af53-7c28bfd0f5a3 2018-10-22 18:37:50,548 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-137145', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'8ba7a6acf87944158b12f697f8414be6', u'route_targets': [], u'project_id': u'8ba7a6acf87944158b12f697f8414be6', u'type': u'l3', u'id': u'd9cf0071-f757-4f56-8ffb-9f69a3e4148a'}} 2018-10-22 18:37:50,549 - sdnvpn-results - INFO - Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. 2018-10-22 18:37:50,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d9cf0071-f757-4f56-8ffb-9f69a3e4148a/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" -d '{"router_association": {"router_id": "27a6a768-0620-4137-9930-969cdec321c1"}}' 2018-10-22 18:37:51,101 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-bffe11d8-317d-4b1e-80d1-9352d73b9ccb Date: Mon, 22 Oct 2018 18:37:51 GMT RESP BODY: {"router_association": {"router_id": "27a6a768-0620-4137-9930-969cdec321c1", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "7559daf4-6db4-4313-90c0-f67631ff1c32"}} 2018-10-22 18:37:51,101 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d9cf0071-f757-4f56-8ffb-9f69a3e4148a/router_associations used request id req-bffe11d8-317d-4b1e-80d1-9352d73b9ccb 2018-10-22 18:37:51,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d9cf0071-f757-4f56-8ffb-9f69a3e4148a/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" -d '{"network_association": {"network_id": "45e12b67-f0d1-4783-b6d1-aa31e76880dc"}}' 2018-10-22 18:37:51,760 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-d2318931-1cf9-4de3-8b09-1f5b589cbedb Date: Mon, 22 Oct 2018 18:37:51 GMT RESP BODY: {"network_association": {"network_id": "45e12b67-f0d1-4783-b6d1-aa31e76880dc", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "fd0ab17a-100b-4679-8412-7a65d0c9b650"}} 2018-10-22 18:37:51,760 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d9cf0071-f757-4f56-8ffb-9f69a3e4148a/network_associations used request id req-d2318931-1cf9-4de3-8b09-1f5b589cbedb 2018-10-22 18:37:51,761 - sdnvpn_test_utils - DEBUG - Waiting for router d9cf0071-f757-4f56-8ffb-9f69a3e4148a to associate with BGPVPN 27a6a768-0620-4137-9930-969cdec321c1 2018-10-22 18:37:51,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d9cf0071-f757-4f56-8ffb-9f69a3e4148a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" 2018-10-22 18:37:51,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-be087867-3035-487c-9e31-9891f8a79648 Date: Mon, 22 Oct 2018 18:37:51 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["27a6a768-0620-4137-9930-969cdec321c1"], "id": "d9cf0071-f757-4f56-8ffb-9f69a3e4148a", "name": "sdnvpn-137145", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "import_targets": ["88:88"], "networks": ["45e12b67-f0d1-4783-b6d1-aa31e76880dc"], "route_targets": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "type": "l3"}} 2018-10-22 18:37:51,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d9cf0071-f757-4f56-8ffb-9f69a3e4148a used request id req-be087867-3035-487c-9e31-9891f8a79648 2018-10-22 18:37:52,949 - sdnvpn_test_utils - DEBUG - Waiting for network d9cf0071-f757-4f56-8ffb-9f69a3e4148a to associate with BGPVPN 45e12b67-f0d1-4783-b6d1-aa31e76880dc 2018-10-22 18:37:52,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d9cf0071-f757-4f56-8ffb-9f69a3e4148a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" 2018-10-22 18:37:53,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-e5770258-2e41-4e1c-94ed-ce677209c508 Date: Mon, 22 Oct 2018 18:37:53 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["27a6a768-0620-4137-9930-969cdec321c1"], "id": "d9cf0071-f757-4f56-8ffb-9f69a3e4148a", "name": "sdnvpn-137145", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "import_targets": ["88:88"], "networks": ["45e12b67-f0d1-4783-b6d1-aa31e76880dc"], "route_targets": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "type": "l3"}} 2018-10-22 18:37:53,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d9cf0071-f757-4f56-8ffb-9f69a3e4148a used request id req-e5770258-2e41-4e1c-94ed-ce677209c508 2018-10-22 18:37:54,288 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-22 18:38:24,310 - 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-10-22 18:38:24,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e684aef99f2c75b59fe07f8e2048ed15f77b7fa9" -d '{"forceDelete": null}' 2018-10-22 18:38:24,498 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18: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 x-openstack-request-id: req-120dbf00-a449-4f71-b743-70e05d8f8906 x-compute-request-id: req-120dbf00-a449-4f71-b743-70e05d8f8906 Content-Length: 0 Content-Type: application/json 2018-10-22 18:38:24,498 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8851b4af-b5fe-43e4-84bb-6a7f7b6deb9e/action used request id req-120dbf00-a449-4f71-b743-70e05d8f8906 2018-10-22 18:38:24,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e684aef99f2c75b59fe07f8e2048ed15f77b7fa9" -d '{"forceDelete": null}' 2018-10-22 18:38:24,659 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18: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 x-openstack-request-id: req-4d1d945f-cf3d-424d-91c6-64facb2e27cd x-compute-request-id: req-4d1d945f-cf3d-424d-91c6-64facb2e27cd Content-Length: 0 Content-Type: application/json 2018-10-22 18:38:24,660 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/dd42d74f-6904-4031-b124-d7c04eeee7ab/action used request id req-4d1d945f-cf3d-424d-91c6-64facb2e27cd 2018-10-22 18:38:24,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e684aef99f2c75b59fe07f8e2048ed15f77b7fa9" -d '{"forceDelete": null}' 2018-10-22 18:38:24,889 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18: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 x-openstack-request-id: req-2c9e1a3d-8db0-4f0c-b1e0-3fd36c6d54a3 x-compute-request-id: req-2c9e1a3d-8db0-4f0c-b1e0-3fd36c6d54a3 Content-Length: 0 Content-Type: application/json 2018-10-22 18:38:24,889 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cfad8a3d-75e9-4105-9024-583c9d7bc720/action used request id req-2c9e1a3d-8db0-4f0c-b1e0-3fd36c6d54a3 2018-10-22 18:38:24,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e684aef99f2c75b59fe07f8e2048ed15f77b7fa9" -d '{"forceDelete": null}' 2018-10-22 18:38:25,086 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18: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 x-openstack-request-id: req-c47d75d9-8217-4b0a-af06-0742d41a74c0 x-compute-request-id: req-c47d75d9-8217-4b0a-af06-0742d41a74c0 Content-Length: 0 Content-Type: application/json 2018-10-22 18:38:25,086 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4fbf5b13-6cff-46b6-9dbc-1adbe0f31c5e/action used request id req-c47d75d9-8217-4b0a-af06-0742d41a74c0 2018-10-22 18:38:25,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e684aef99f2c75b59fe07f8e2048ed15f77b7fa9" -d '{"forceDelete": null}' 2018-10-22 18:38:25,321 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18: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 x-openstack-request-id: req-54236c52-8245-434a-8117-a38a9fa18198 x-compute-request-id: req-54236c52-8245-434a-8117-a38a9fa18198 Content-Length: 0 Content-Type: application/json 2018-10-22 18:38:25,321 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6a9e627e-4c26-4ee0-9a17-ffa7229a78d2/action used request id req-54236c52-8245-434a-8117-a38a9fa18198 2018-10-22 18:38:25,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/fa0d2750-d3be-4132-94f8-3905a44846ba -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}37375464412918e964b2df5f690aeecc255f6881" 2018-10-22 18:38:27,559 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fc0cc442-9365-4f7f-af7a-0eef51a4f0ae Date: Mon, 22 Oct 2018 18:38:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:38:27,559 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/fa0d2750-d3be-4132-94f8-3905a44846ba used request id req-fc0cc442-9365-4f7f-af7a-0eef51a4f0ae 2018-10-22 18:38:27,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d9cf0071-f757-4f56-8ffb-9f69a3e4148a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" 2018-10-22 18:38:28,258 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1211840b-7c6e-4bae-9a69-6ba143f11d4e Content-Length: 0 Date: Mon, 22 Oct 2018 18:38:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:38:28,258 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d9cf0071-f757-4f56-8ffb-9f69a3e4148a used request id req-1211840b-7c6e-4bae-9a69-6ba143f11d4e 2018-10-22 18:38:28,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/27a6a768-0620-4137-9930-969cdec321c1/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" -d '{"subnet_id": "0eb5dff5-d65c-4c3a-85f7-d3f70a2cff9f"}' 2018-10-22 18:38:29,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d44e060e-b2d0-4428-92c8-9f2a9e43043c Date: Mon, 22 Oct 2018 18:38:29 GMT RESP BODY: {"network_id": "fecf7081-3855-4d78-b663-54b4abd75e15", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "subnet_id": "0eb5dff5-d65c-4c3a-85f7-d3f70a2cff9f", "subnet_ids": ["0eb5dff5-d65c-4c3a-85f7-d3f70a2cff9f"], "port_id": "f314a51c-7bd0-49d5-b733-f286a7a226a9", "id": "27a6a768-0620-4137-9930-969cdec321c1"} 2018-10-22 18:38:29,323 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/27a6a768-0620-4137-9930-969cdec321c1/remove_router_interface used request id req-d44e060e-b2d0-4428-92c8-9f2a9e43043c 2018-10-22 18:38:29,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/27a6a768-0620-4137-9930-969cdec321c1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:38:30,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-d8dc8340-fbce-4a74-9dda-524284a89a5d Date: Mon, 22 Oct 2018 18:38:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:33:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:38:30Z", "revision_number": 7, "routes": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "27a6a768-0620-4137-9930-969cdec321c1", "name": "sdnvpn-4-1-router"}} 2018-10-22 18:38:30,449 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/27a6a768-0620-4137-9930-969cdec321c1 used request id req-d8dc8340-fbce-4a74-9dda-524284a89a5d 2018-10-22 18:38:30,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/0eb5dff5-d65c-4c3a-85f7-d3f70a2cff9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" 2018-10-22 18:38:32,756 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ed34689-abea-4937-a4ae-a797102ad35e Date: Mon, 22 Oct 2018 18:38:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:38:32,756 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/0eb5dff5-d65c-4c3a-85f7-d3f70a2cff9f used request id req-0ed34689-abea-4937-a4ae-a797102ad35e 2018-10-22 18:38:32,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/edf63be6-dbe7-4fd7-9b65-c2c619316234 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" 2018-10-22 18:38:34,910 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aa60090c-f489-42b7-bccc-ad2618f08738 Date: Mon, 22 Oct 2018 18:38:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:38:34,910 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/edf63be6-dbe7-4fd7-9b65-c2c619316234 used request id req-aa60090c-f489-42b7-bccc-ad2618f08738 2018-10-22 18:38:34,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/27a6a768-0620-4137-9930-969cdec321c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" 2018-10-22 18:38:35,229 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-32207568-a519-4992-bb56-80640112a556 Content-Length: 0 Date: Mon, 22 Oct 2018 18:38:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:38:35,229 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/27a6a768-0620-4137-9930-969cdec321c1 used request id req-32207568-a519-4992-bb56-80640112a556 2018-10-22 18:38:35,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/fecf7081-3855-4d78-b663-54b4abd75e15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" 2018-10-22 18:38:36,052 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5bc887fc-6d97-4847-a7a5-0a2f137a5536 Date: Mon, 22 Oct 2018 18:38:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:38:36,052 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/fecf7081-3855-4d78-b663-54b4abd75e15 used request id req-5bc887fc-6d97-4847-a7a5-0a2f137a5536 2018-10-22 18:38:36,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/45e12b67-f0d1-4783-b6d1-aa31e76880dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab911504750e3c4e6e7b0920da9bd683d01a8fa3" 2018-10-22 18:38:36,781 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4ad77685-dfab-4623-8ecd-c496e4ae90e0 Date: Mon, 22 Oct 2018 18:38:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:38:36,781 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/45e12b67-f0d1-4783-b6d1-aa31e76880dc used request id req-4ad77685-dfab-4623-8ecd-c496e4ae90e0 2018-10-22 18:38:36,782 - 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-10-22 18:38:36,782 - sdnvpn-results - INFO - One or more subtests have failed. 2018-10-22 18:38:36,782 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-10-22 18:38:36,783 - 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-10-22 18:38:36,783 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-10-22 18:38:36,783 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-10-22 18:38:36,783 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-10-22 18:38:36,993 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-10-22 18:38:36,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:38:36,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:38:36,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:38:36,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:38:36,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:38:36,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:38:36,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:38:36,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:38:36,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:38:36,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:38:36,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:38:36,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:38:36,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:38:36,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:38:36,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:38:36,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:38:36,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:38:36,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:38:36,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:38:36,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:38:36,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:38:36,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:38:36,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:38:36,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:38:36,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:38:37,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76d2a06e-e28d-474a-bc02-b2835231e193 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:38:37,006 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-76d2a06e-e28d-474a-bc02-b2835231e193 2018-10-22 18:38:37,006 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:38:37,385 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:38:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["43ISbqSYQs2hqTslFDDLFQ"], "issued_at": "2018-10-22T18:38:37.000000Z"}} 2018-10-22 18:38:37,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 18:38:37,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:37,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8c4acd62-4fb2-4158-b1b1-6473dd292b6b Date: Mon, 22 Oct 2018 18:38:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 18:38:37,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8c4acd62-4fb2-4158-b1b1-6473dd292b6b 2018-10-22 18:38:37,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.229427814484s 2018-10-22 18:38:37,618 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8c4acd62-4fb2-4158-b1b1-6473dd292b6b 2018-10-22 18:38:37,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-22 18:38:37,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:37,629 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 18:38:37 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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 18:38:37,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:37,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d61f6c8-87ec-41f9-b88a-823ff22ca0de Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/4efcfa9916f34e3598719fc817429a11"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4efcfa9916f34e3598719fc817429a11"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-10-22 18:38:37,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-2d61f6c8-87ec-41f9-b88a-823ff22ca0de 2018-10-22 18:38:37,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0946140289307s 2018-10-22 18:38:37,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-22 18:38:37,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}528636e95148b48f91c9da50a334c14a4568b02c" -d '{"project": {"description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "enabled": true, "domain_id": "default", "name": "bgpvpn-tempest-tes-project_1f006958-10f0-4062-be5f-340e646bd33b"}}' 2018-10-22 18:38:37,832 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 18:38:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a6a594f-4dcc-4d98-bf8e-3ec1732a3d6d 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.22:5000/v3/projects/f9b36aee042d4013bba94686458aa8a7"}, "enabled": true, "id": "f9b36aee042d4013bba94686458aa8a7", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_1f006958-10f0-4062-be5f-340e646bd33b"}} 2018-10-22 18:38:37,832 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-3a6a594f-4dcc-4d98-bf8e-3ec1732a3d6d 2018-10-22 18:38:37,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.117265939713s 2018-10-22 18:38:37,833 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-3a6a594f-4dcc-4d98-bf8e-3ec1732a3d6d 2018-10-22 18:38:37,834 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'bgpvpn-tempest-tes-project_1f006958-10f0-4062-be5f-340e646bd33b', 'id': u'f9b36aee042d4013bba94686458aa8a7', '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-10-22 18:38:37,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-22 18:38:38,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.357969045639s 2018-10-22 18:38:38,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/eaa00ff8ea1646ddae4b0a0584f37f83 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:38,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac694c3c-92d6-47f9-9060-fa8cd8a0ed99 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/eaa00ff8ea1646ddae4b0a0584f37f83"}, "enabled": true, "id": "eaa00ff8ea1646ddae4b0a0584f37f83", "options": {}, "domain_id": "default", "name": "bgpvpn-tempest-tests-user_1f006958-10f0-4062-be5f-340e646bd33b"}} 2018-10-22 18:38:38,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/eaa00ff8ea1646ddae4b0a0584f37f83 used request id req-ac694c3c-92d6-47f9-9060-fa8cd8a0ed99 2018-10-22 18:38:38,296 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'eaa00ff8ea1646ddae4b0a0584f37f83', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'bgpvpn-tempest-tests-user_1f006958-10f0-4062-be5f-340e646bd33b'}) 2018-10-22 18:38:38,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 18:38:38,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:38,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10ec6b82-9cd1-42c9-adbe-79620e679a60 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 18:38:38,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-10ec6b82-9cd1-42c9-adbe-79620e679a60 2018-10-22 18:38:38,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0770809650421s 2018-10-22 18:38:38,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 18:38:38,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:38,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-440a8fe0-e448-46eb-9342-1db8dbeb9325 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 18:38:38,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-440a8fe0-e448-46eb-9342-1db8dbeb9325 2018-10-22 18:38:38,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0854840278625s 2018-10-22 18:38:38,461 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 18:38:38,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-22 18:38:38,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" -d '{"role": {"name": "Member"}}' 2018-10-22 18:38:38,581 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 18:38:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c941f52-6139-483e-9dc7-67e2c77c71dc Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "84aa83b004a348c49d060edf7d1bef33", "links": {"self": "http://172.30.9.22:5000/v3/roles/84aa83b004a348c49d060edf7d1bef33"}, "name": "Member"}} 2018-10-22 18:38:38,581 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-9c941f52-6139-483e-9dc7-67e2c77c71dc 2018-10-22 18:38:38,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.119705200195s 2018-10-22 18:38:38,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/84aa83b004a348c49d060edf7d1bef33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:38,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07afc260-bca4-42db-8f1b-97ee6e6a330b Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/84aa83b004a348c49d060edf7d1bef33"}, "domain_id": null, "name": "Member", "id": "84aa83b004a348c49d060edf7d1bef33"}} 2018-10-22 18:38:38,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/84aa83b004a348c49d060edf7d1bef33 used request id req-07afc260-bca4-42db-8f1b-97ee6e6a330b 2018-10-22 18:38:38,659 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/84aa83b004a348c49d060edf7d1bef33'}, 'domain_id': None, 'human_id': None, 'id': u'84aa83b004a348c49d060edf7d1bef33', 'HUMAN_ID': False}) 2018-10-22 18:38:38,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 18:38:38,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:38,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a0cbd43-0d95-4839-9d0d-098e5f10334b Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "84aa83b004a348c49d060edf7d1bef33", "links": {"self": "http://172.30.9.22:5000/v3/roles/84aa83b004a348c49d060edf7d1bef33"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 18:38:38,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6a0cbd43-0d95-4839-9d0d-098e5f10334b 2018-10-22 18:38:38,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0830309391022s 2018-10-22 18:38:38,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 18:38:38,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:38,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b8a89b2-7421-464f-b6da-e1c6f42398b5 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 18:38:38,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-5b8a89b2-7421-464f-b6da-e1c6f42398b5 2018-10-22 18:38:38,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0822720527649s 2018-10-22 18:38:38,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 18:38:38,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:38,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aeb7eee8-0e2b-4c2a-b921-dfe4449b94cd Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_1f006958-10f0-4062-be5f-340e646bd33b", "links": {"self": "http://172.30.9.22:5000/v3/users/eaa00ff8ea1646ddae4b0a0584f37f83"}, "domain_id": "default", "enabled": true, "id": "eaa00ff8ea1646ddae4b0a0584f37f83", "options": {}}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 18:38:38,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-aeb7eee8-0e2b-4c2a-b921-dfe4449b94cd 2018-10-22 18:38:38,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0947871208191s 2018-10-22 18:38:38,925 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-aeb7eee8-0e2b-4c2a-b921-dfe4449b94cd 2018-10-22 18:38:38,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 18:38:38,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:39,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1c722df-ce8e-43ee-8082-9eaa2330dbf9 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.22:5000/v3/projects/f9b36aee042d4013bba94686458aa8a7"}, "enabled": true, "id": "f9b36aee042d4013bba94686458aa8a7", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_1f006958-10f0-4062-be5f-340e646bd33b"}]} 2018-10-22 18:38:39,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-b1c722df-ce8e-43ee-8082-9eaa2330dbf9 2018-10-22 18:38:39,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0828049182892s 2018-10-22 18:38:39,015 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-b1c722df-ce8e-43ee-8082-9eaa2330dbf9 2018-10-22 18:38:39,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 18:38:39,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=eaa00ff8ea1646ddae4b0a0584f37f83&scope.project.id=f9b36aee042d4013bba94686458aa8a7&role.id=84aa83b004a348c49d060edf7d1bef33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:39,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4cfe948-d09c-4e6b-be9b-035803e6e4d0 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=eaa00ff8ea1646ddae4b0a0584f37f83&scope.project.id=f9b36aee042d4013bba94686458aa8a7&role.id=84aa83b004a348c49d060edf7d1bef33", "previous": null, "next": null}} 2018-10-22 18:38:39,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=eaa00ff8ea1646ddae4b0a0584f37f83&scope.project.id=f9b36aee042d4013bba94686458aa8a7&role.id=84aa83b004a348c49d060edf7d1bef33 used request id req-a4cfe948-d09c-4e6b-be9b-035803e6e4d0 2018-10-22 18:38:39,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0800580978394s 2018-10-22 18:38:39,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 18:38:39,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/f9b36aee042d4013bba94686458aa8a7/users/eaa00ff8ea1646ddae4b0a0584f37f83/roles/84aa83b004a348c49d060edf7d1bef33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:39,476 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 18:38:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4485c4b0-7f63-4653-8849-64baff71ad7f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 18:38:39,477 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/f9b36aee042d4013bba94686458aa8a7/users/eaa00ff8ea1646ddae4b0a0584f37f83/roles/84aa83b004a348c49d060edf7d1bef33 used request id req-4485c4b0-7f63-4653-8849-64baff71ad7f 2018-10-22 18:38:39,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.378973007202s 2018-10-22 18:38:39,478 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'bgpvpn-tempest-tes-project_1f006958-10f0-4062-be5f-340e646bd33b', 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': 'ed4e26b7-7074-468d-ab3e-d719e836cbb3', 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_1f006958-10f0-4062-be5f-340e646bd33b', 'project_id': u'f9b36aee042d4013bba94686458aa8a7', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 18:38:39,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:38:39,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:38:39,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:38:39,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:38:39,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:38:39,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:38:39,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:38:39,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:38:39,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:38:39,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:38:39,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:38:39,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:38:39,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:38:39,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:38:39,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:38:39,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:38:39,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:38:39,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:38:39,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:38:39,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:38:39,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:38:39,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:38:39,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:38:39,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:38:39,483 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'bgpvpn-tempest-tests-user_1f006958-10f0-4062-be5f-340e646bd33b', 'password': 'ed4e26b7-7074-468d-ab3e-d719e836cbb3', 'project_name': 'bgpvpn-tempest-tes-project_1f006958-10f0-4062-be5f-340e646bd33b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'f9b36aee042d4013bba94686458aa8a7', 'project_domain_name': 'Default'} 2018-10-22 18:38:39,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 18:38:39,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:39,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-810114fd-8edc-4243-b427-faae14ad7bef Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "84aa83b004a348c49d060edf7d1bef33", "links": {"self": "http://172.30.9.22:5000/v3/roles/84aa83b004a348c49d060edf7d1bef33"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 18:38:39,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-810114fd-8edc-4243-b427-faae14ad7bef 2018-10-22 18:38:39,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0835249423981s 2018-10-22 18:38:39,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 18:38:39,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:39,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e0de53f-fd17-4693-b49e-e6b3b70fdf0c Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "84aa83b004a348c49d060edf7d1bef33", "links": {"self": "http://172.30.9.22:5000/v3/roles/84aa83b004a348c49d060edf7d1bef33"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 18:38:39,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6e0de53f-fd17-4693-b49e-e6b3b70fdf0c 2018-10-22 18:38:39,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0827279090881s 2018-10-22 18:38:39,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 18:38:39,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:39,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bbfaf01-3dbb-42d6-8326-e07076470981 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 18:38:39,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-4bbfaf01-3dbb-42d6-8326-e07076470981 2018-10-22 18:38:39,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0768139362335s 2018-10-22 18:38:39,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 18:38:39,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:39,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57e7d179-3f26-4ca9-885e-3c71dbbdd845 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_1f006958-10f0-4062-be5f-340e646bd33b", "links": {"self": "http://172.30.9.22:5000/v3/users/eaa00ff8ea1646ddae4b0a0584f37f83"}, "domain_id": "default", "enabled": true, "id": "eaa00ff8ea1646ddae4b0a0584f37f83", "options": {}}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 18:38:39,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-57e7d179-3f26-4ca9-885e-3c71dbbdd845 2018-10-22 18:38:39,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0964579582214s 2018-10-22 18:38:39,828 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-57e7d179-3f26-4ca9-885e-3c71dbbdd845 2018-10-22 18:38:39,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 18:38:39,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:39,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90a6fe05-0c19-4622-bc91-0d091eeded77 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.22:5000/v3/projects/f9b36aee042d4013bba94686458aa8a7"}, "enabled": true, "id": "f9b36aee042d4013bba94686458aa8a7", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_1f006958-10f0-4062-be5f-340e646bd33b"}]} 2018-10-22 18:38:39,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-90a6fe05-0c19-4622-bc91-0d091eeded77 2018-10-22 18:38:39,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0858500003815s 2018-10-22 18:38:39,921 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-90a6fe05-0c19-4622-bc91-0d091eeded77 2018-10-22 18:38:39,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 18:38:39,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=eaa00ff8ea1646ddae4b0a0584f37f83&scope.project.id=f9b36aee042d4013bba94686458aa8a7&role.id=54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:39,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-994a1d8d-2784-40c0-9d93-e881bf656a25 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=eaa00ff8ea1646ddae4b0a0584f37f83&scope.project.id=f9b36aee042d4013bba94686458aa8a7&role.id=54475a0b5ce34095bb526868da234e2a", "previous": null, "next": null}} 2018-10-22 18:38:39,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=eaa00ff8ea1646ddae4b0a0584f37f83&scope.project.id=f9b36aee042d4013bba94686458aa8a7&role.id=54475a0b5ce34095bb526868da234e2a used request id req-994a1d8d-2784-40c0-9d93-e881bf656a25 2018-10-22 18:38:39,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0745508670807s 2018-10-22 18:38:39,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 18:38:39,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/f9b36aee042d4013bba94686458aa8a7/users/eaa00ff8ea1646ddae4b0a0584f37f83/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:40,122 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 18:38:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c817f5f-b969-47b8-be15-618ebe06e9c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 18:38:40,122 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/f9b36aee042d4013bba94686458aa8a7/users/eaa00ff8ea1646ddae4b0a0584f37f83/roles/54475a0b5ce34095bb526868da234e2a used request id req-2c817f5f-b969-47b8-be15-618ebe06e9c4 2018-10-22 18:38:40,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.124305009842s 2018-10-22 18:38:40,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 18:38:40,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:40,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ea8648b-acfe-46c5-927f-59699dc13679 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "84aa83b004a348c49d060edf7d1bef33", "links": {"self": "http://172.30.9.22:5000/v3/roles/84aa83b004a348c49d060edf7d1bef33"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 18:38:40,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0ea8648b-acfe-46c5-927f-59699dc13679 2018-10-22 18:38:40,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0815079212189s 2018-10-22 18:38:40,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 18:38:40,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:40,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a22024f2-5131-49f9-9b7c-b0b38b257188 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 18:38:40,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-a22024f2-5131-49f9-9b7c-b0b38b257188 2018-10-22 18:38:40,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0755529403687s 2018-10-22 18:38:40,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 18:38:40,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:40,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a8094cc-2b2a-44b3-bd0c-5a82f7e7742f Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_1f006958-10f0-4062-be5f-340e646bd33b", "links": {"self": "http://172.30.9.22:5000/v3/users/eaa00ff8ea1646ddae4b0a0584f37f83"}, "domain_id": "default", "enabled": true, "id": "eaa00ff8ea1646ddae4b0a0584f37f83", "options": {}}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 18:38:40,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5a8094cc-2b2a-44b3-bd0c-5a82f7e7742f 2018-10-22 18:38:40,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0999848842621s 2018-10-22 18:38:40,383 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5a8094cc-2b2a-44b3-bd0c-5a82f7e7742f 2018-10-22 18:38:40,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 18:38:40,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=eaa00ff8ea1646ddae4b0a0584f37f83&role.id=54475a0b5ce34095bb526868da234e2a&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:40,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f053a24-e55f-4aaf-9d59-f00cf45e8223 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=eaa00ff8ea1646ddae4b0a0584f37f83&role.id=54475a0b5ce34095bb526868da234e2a&scope.domain.id=default", "previous": null, "next": null}} 2018-10-22 18:38:40,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=eaa00ff8ea1646ddae4b0a0584f37f83&role.id=54475a0b5ce34095bb526868da234e2a&scope.domain.id=default used request id req-5f053a24-e55f-4aaf-9d59-f00cf45e8223 2018-10-22 18:38:40,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0803349018097s 2018-10-22 18:38:40,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 18:38:40,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/domains/default/users/eaa00ff8ea1646ddae4b0a0584f37f83/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:38:40,589 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 18:38:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a89bb158-5c65-43e4-9665-3d116fe6e5d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 18:38:40,589 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/domains/default/users/eaa00ff8ea1646ddae4b0a0584f37f83/roles/54475a0b5ce34095bb526868da234e2a used request id req-a89bb158-5c65-43e4-9665-3d116fe6e5d4 2018-10-22 18:38:40,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120568990707s 2018-10-22 18:38:40,590 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 18:38:49,164 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 18:38:48.874 155 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f1b6e998-5afc-420a-9ee9-13aadd619020) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f1b6e998-5afc-420a-9ee9-13aadd619020 | 2018-10-22T18:38:48 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f1b6e998-5afc-420a-9ee9-13aadd619020 ~/.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-10-22 18:38:52,390 - 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-10-22 18:38:52,391 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-22 18:38:58,500 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-22 18:38:56.540 164 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-22 18:38:56.684 164 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-22 18:38:58.313 164 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fb2d9731-1a24-47d9-ad75-25172f0e69a6) has been successfully created! Using verifier 'opnfv-tempest' (UUID=fb2d9731-1a24-47d9-ad75-25172f0e69a6) as the default verifier for the future CLI operations. 2018-10-22 18:39:01,779 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-22 18:39:01,914 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-22 18:39:01,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:39:01,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a87472f3-7da8-4fb3-885e-c59beec40ee6 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:39:01,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a87472f3-7da8-4fb3-885e-c59beec40ee6 2018-10-22 18:39:01,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:39:02,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "84aa83b004a348c49d060edf7d1bef33", "name": "Member"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:39:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f9b36aee042d4013bba94686458aa8a7", "name": "bgpvpn-tempest-tes-project_1f006958-10f0-4062-be5f-340e646bd33b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/f9b36aee042d4013bba94686458aa8a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/f9b36aee042d4013bba94686458aa8a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/f9b36aee042d4013bba94686458aa8a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/f9b36aee042d4013bba94686458aa8a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/f9b36aee042d4013bba94686458aa8a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/f9b36aee042d4013bba94686458aa8a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/f9b36aee042d4013bba94686458aa8a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/f9b36aee042d4013bba94686458aa8a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/f9b36aee042d4013bba94686458aa8a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/f9b36aee042d4013bba94686458aa8a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/f9b36aee042d4013bba94686458aa8a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/f9b36aee042d4013bba94686458aa8a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "bgpvpn-tempest-tests-user_1f006958-10f0-4062-be5f-340e646bd33b", "id": "eaa00ff8ea1646ddae4b0a0584f37f83"}, "audit_ids": ["aBV2_vL7RyWHcKJaQcAilw"], "issued_at": "2018-10-22T18:39:02.000000Z"}} 2018-10-22 18:39:02,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}3256f46becfd4e49fa5fc5a7b42c13dc6efe4c81" 2018-10-22 18:39:02,308 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 22 Oct 2018 18:39:02 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-10-22 18:39:02,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 18:39:02,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}3256f46becfd4e49fa5fc5a7b42c13dc6efe4c81" 2018-10-22 18:39:02,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e9ebb94c-bc94-4dd8-888c-0a31ac2bc4be Date: Mon, 22 Oct 2018 18:39:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 18:39:02,495 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e9ebb94c-bc94-4dd8-888c-0a31ac2bc4be 2018-10-22 18:39:02,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.183481931686s 2018-10-22 18:39:02,495 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e9ebb94c-bc94-4dd8-888c-0a31ac2bc4be 2018-10-22 18:39:02,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-22 18:39:02,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}3256f46becfd4e49fa5fc5a7b42c13dc6efe4c81" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b"}' 2018-10-22 18:39:02,715 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007 X-Openstack-Request-Id: req-c01a4846-ab70-4129-9f69-77cc6be0dc8f Date: Mon, 22 Oct 2018 18:39:02 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007/file", "owner": "f9b36aee042d4013bba94686458aa8a7", "id": "05ee6947-d111-4b30-80ff-daf6d551b007", "size": null, "self": "/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T18:39:02Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b", "checksum": null, "created_at": "2018-10-22T18:39:02Z", "protected": false} 2018-10-22 18:39:02,715 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-c01a4846-ab70-4129-9f69-77cc6be0dc8f 2018-10-22 18:39:02,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.217489957809s 2018-10-22 18:39:02,716 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-c01a4846-ab70-4129-9f69-77cc6be0dc8f returning object 05ee6947-d111-4b30-80ff-daf6d551b007 2018-10-22 18:39:02,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-22 18:39:02,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007/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}3256f46becfd4e49fa5fc5a7b42c13dc6efe4c81" -d '' 2018-10-22 18:39:04,075 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0a3dfc7d-3989-4817-84e4-fdb88cecd3a2 Date: Mon, 22 Oct 2018 18:39:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:39:04,076 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007/file used request id req-0a3dfc7d-3989-4817-84e4-fdb88cecd3a2 2018-10-22 18:39:04,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.35944390297s 2018-10-22 18:39:04,076 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007/file used request id req-0a3dfc7d-3989-4817-84e4-fdb88cecd3a2 2018-10-22 18:39:04,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 18:39:04,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}3256f46becfd4e49fa5fc5a7b42c13dc6efe4c81" 2018-10-22 18:39:04,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-2e7ca610-7230-4bf9-9cbc-a996ebaf6a9e Date: Mon, 22 Oct 2018 18:39:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/05ee6947-d111-4b30-80ff-daf6d551b007/snap", "metadata": {}}], "file": "/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007/file", "owner": "f9b36aee042d4013bba94686458aa8a7", "id": "05ee6947-d111-4b30-80ff-daf6d551b007", "size": 12716032, "self": "/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/05ee6947-d111-4b30-80ff-daf6d551b007/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T18:39:04Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T18:39:02Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 18:39:04,250 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-2e7ca610-7230-4bf9-9cbc-a996ebaf6a9e 2018-10-22 18:39:04,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173124074936s 2018-10-22 18:39:04,250 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-2e7ca610-7230-4bf9-9cbc-a996ebaf6a9e 2018-10-22 18:39:04,252 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/05ee6947-d111-4b30-80ff-daf6d551b007/snap', u'metadata': Munch({})})], 'file': u'/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007/file', 'owner': u'f9b36aee042d4013bba94686458aa8a7', 'id': u'05ee6947-d111-4b30-80ff-daf6d551b007', 'size': 12716032, u'self': u'/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f9b36aee042d4013bba94686458aa8a7', 'name': 'bgpvpn-tempest-tes-project_1f006958-10f0-4062-be5f-340e646bd33b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/05ee6947-d111-4b30-80ff-daf6d551b007/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T18:39:04Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T18:39:04Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b', 'created': u'2018-10-22T18:39:02Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T18:39:02Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 18:39:04,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-22 18:39:04,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}528636e95148b48f91c9da50a334c14a4568b02c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "bgpvpn-tempest-tests-flavor_1f006958-10f0-4062-be5f-340e646bd33b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-22 18:39:04,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-dead2da4-8993-440b-b197-32a03b044f2c x-compute-request-id: req-dead2da4-8993-440b-b197-32a03b044f2c Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/d068457b-697e-40e1-8dbd-057b31879441", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/d068457b-697e-40e1-8dbd-057b31879441", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d068457b-697e-40e1-8dbd-057b31879441", "name": "bgpvpn-tempest-tests-flavor_1f006958-10f0-4062-be5f-340e646bd33b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:39:04,462 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-dead2da4-8993-440b-b197-32a03b044f2c 2018-10-22 18:39:04,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.208808898926s 2018-10-22 18:39:04,462 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-dead2da4-8993-440b-b197-32a03b044f2c returning object d068457b-697e-40e1-8dbd-057b31879441 2018-10-22 18:39:04,463 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_1f006958-10f0-4062-be5f-340e646bd33b', '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'8ba7a6acf87944158b12f697f8414be6', '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'd068457b-697e-40e1-8dbd-057b31879441', 'swap': 0}) 2018-10-22 18:39:04,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-22 18:39:04,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/d068457b-697e-40e1-8dbd-057b31879441/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}528636e95148b48f91c9da50a334c14a4568b02c" -d '{"extra_specs": {}}' 2018-10-22 18:39:04,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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 x-openstack-request-id: req-3e491363-4d17-4325-ab87-f92d14bf12bc x-compute-request-id: req-3e491363-4d17-4325-ab87-f92d14bf12bc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-22 18:39:04,486 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/d068457b-697e-40e1-8dbd-057b31879441/os-extra_specs used request id req-3e491363-4d17-4325-ab87-f92d14bf12bc 2018-10-22 18:39:04,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0220990180969s 2018-10-22 18:39:04,487 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/d068457b-697e-40e1-8dbd-057b31879441/os-extra_specs used request id req-3e491363-4d17-4325-ab87-f92d14bf12bc 2018-10-22 18:39:04,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 18:39:04,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}3256f46becfd4e49fa5fc5a7b42c13dc6efe4c81" 2018-10-22 18:39:04,500 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 18:39: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 18:39:04,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3256f46becfd4e49fa5fc5a7b42c13dc6efe4c81" 2018-10-22 18:39:04,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:39:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa351e7c-400a-461d-9c9f-c599423919fa Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "84aa83b004a348c49d060edf7d1bef33", "links": {"self": "http://172.30.9.22:5000/v3/roles/84aa83b004a348c49d060edf7d1bef33"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 18:39:04,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fa351e7c-400a-461d-9c9f-c599423919fa 2018-10-22 18:39:04,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.10004401207s 2018-10-22 18:39:04,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-22 18:39:04,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}3256f46becfd4e49fa5fc5a7b42c13dc6efe4c81" 2018-10-22 18:39:04,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-85329abe-6793-40bb-961c-fea6771fd821 x-compute-request-id: req-85329abe-6793-40bb-961c-fea6771fd821 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 197}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10174, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-22 18:39:04,774 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-85329abe-6793-40bb-961c-fea6771fd821 2018-10-22 18:39:04,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.17954993248s 2018-10-22 18:39:04,775 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-85329abe-6793-40bb-961c-fea6771fd821 2018-10-22 18:39:04,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 18:39:04,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}3256f46becfd4e49fa5fc5a7b42c13dc6efe4c81" 2018-10-22 18:39:04,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-bcad4750-c7a8-46a5-a710-c29f1b508db1 Date: Mon, 22 Oct 2018 18:39:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/05ee6947-d111-4b30-80ff-daf6d551b007/snap", "metadata": {}}], "file": "/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007/file", "owner": "f9b36aee042d4013bba94686458aa8a7", "id": "05ee6947-d111-4b30-80ff-daf6d551b007", "size": 12716032, "self": "/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/05ee6947-d111-4b30-80ff-daf6d551b007/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T18:39:04Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T18:39:02Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 18:39:04,947 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-bcad4750-c7a8-46a5-a710-c29f1b508db1 2018-10-22 18:39:04,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.170845985413s 2018-10-22 18:39:04,947 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-bcad4750-c7a8-46a5-a710-c29f1b508db1 2018-10-22 18:39:04,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-22 18:39:04,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}3256f46becfd4e49fa5fc5a7b42c13dc6efe4c81" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_1f006958-10f0-4062-be5f-340e646bd33b", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "bgpvpn-tempest-tests-img_alt_1f006958-10f0-4062-be5f-340e646bd33b"}' 2018-10-22 18:39:05,158 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317 X-Openstack-Request-Id: req-26fc124d-7325-4577-87ab-995d5b79167d Date: Mon, 22 Oct 2018 18:39:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317/file", "owner": "f9b36aee042d4013bba94686458aa8a7", "id": "fb17a7c5-d2c9-4cce-a64c-8067bece7317", "size": null, "self": "/v2/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T18:39:05Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_1f006958-10f0-4062-be5f-340e646bd33b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_alt_1f006958-10f0-4062-be5f-340e646bd33b", "checksum": null, "created_at": "2018-10-22T18:39:05Z", "protected": false} 2018-10-22 18:39:05,158 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-26fc124d-7325-4577-87ab-995d5b79167d 2018-10-22 18:39:05,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.208103179932s 2018-10-22 18:39:05,159 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-26fc124d-7325-4577-87ab-995d5b79167d returning object fb17a7c5-d2c9-4cce-a64c-8067bece7317 2018-10-22 18:39:05,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-22 18:39:05,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317/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}3256f46becfd4e49fa5fc5a7b42c13dc6efe4c81" -d '' 2018-10-22 18:39:06,255 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3d45100f-cecf-4c65-86c2-f5167b90bcdf Date: Mon, 22 Oct 2018 18:39:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:39:06,256 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317/file used request id req-3d45100f-cecf-4c65-86c2-f5167b90bcdf 2018-10-22 18:39:06,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.09633994102s 2018-10-22 18:39:06,256 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317/file used request id req-3d45100f-cecf-4c65-86c2-f5167b90bcdf 2018-10-22 18:39:06,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 18:39:06,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}3256f46becfd4e49fa5fc5a7b42c13dc6efe4c81" 2018-10-22 18:39:06,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-db91d7dc-2571-4f6b-ac98-2a6f4e6eb846 Date: Mon, 22 Oct 2018 18:39:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317/snap", "metadata": {}}], "file": "/v2/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317/file", "owner": "f9b36aee042d4013bba94686458aa8a7", "id": "fb17a7c5-d2c9-4cce-a64c-8067bece7317", "size": 12716032, "self": "/v2/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T18:39:06Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_1f006958-10f0-4062-be5f-340e646bd33b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_alt_1f006958-10f0-4062-be5f-340e646bd33b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T18:39:05Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/05ee6947-d111-4b30-80ff-daf6d551b007/snap", "metadata": {}}], "file": "/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007/file", "owner": "f9b36aee042d4013bba94686458aa8a7", "id": "05ee6947-d111-4b30-80ff-daf6d551b007", "size": 12716032, "self": "/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/05ee6947-d111-4b30-80ff-daf6d551b007/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T18:39:04Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T18:39:02Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 18:39:06,280 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-db91d7dc-2571-4f6b-ac98-2a6f4e6eb846 2018-10-22 18:39:06,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0230619907379s 2018-10-22 18:39:06,280 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-db91d7dc-2571-4f6b-ac98-2a6f4e6eb846 2018-10-22 18:39:06,283 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317/file', 'owner': u'f9b36aee042d4013bba94686458aa8a7', 'id': u'fb17a7c5-d2c9-4cce-a64c-8067bece7317', 'size': 12716032, u'self': u'/v2/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f9b36aee042d4013bba94686458aa8a7', 'name': 'bgpvpn-tempest-tes-project_1f006958-10f0-4062-be5f-340e646bd33b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T18:39:06Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T18:39:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_1f006958-10f0-4062-be5f-340e646bd33b', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_1f006958-10f0-4062-be5f-340e646bd33b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_alt_1f006958-10f0-4062-be5f-340e646bd33b', 'created': u'2018-10-22T18:39:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T18:39:05Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_1f006958-10f0-4062-be5f-340e646bd33b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 18:39:06,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-22 18:39:06,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}528636e95148b48f91c9da50a334c14a4568b02c" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "bgpvpn-tempest-tests-flavor_alt_1f006958-10f0-4062-be5f-340e646bd33b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-22 18:39:06,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:39: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-555a747f-8ebd-4f63-a200-983bea59300d x-compute-request-id: req-555a747f-8ebd-4f63-a200-983bea59300d Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/adeb25e4-af52-4bb3-bd46-3b69ba1c8b77", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/adeb25e4-af52-4bb3-bd46-3b69ba1c8b77", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adeb25e4-af52-4bb3-bd46-3b69ba1c8b77", "name": "bgpvpn-tempest-tests-flavor_alt_1f006958-10f0-4062-be5f-340e646bd33b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:39:06,357 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-555a747f-8ebd-4f63-a200-983bea59300d 2018-10-22 18:39:06,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0724830627441s 2018-10-22 18:39:06,357 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-555a747f-8ebd-4f63-a200-983bea59300d returning object adeb25e4-af52-4bb3-bd46-3b69ba1c8b77 2018-10-22 18:39:06,358 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_1f006958-10f0-4062-be5f-340e646bd33b', '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'8ba7a6acf87944158b12f697f8414be6', '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'adeb25e4-af52-4bb3-bd46-3b69ba1c8b77', 'swap': 0}) 2018-10-22 18:39:06,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-22 18:39:06,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/adeb25e4-af52-4bb3-bd46-3b69ba1c8b77/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}528636e95148b48f91c9da50a334c14a4568b02c" -d '{"extra_specs": {}}' 2018-10-22 18:39:06,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:39: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-4359f1ca-f7e7-413e-828c-671d71c00884 x-compute-request-id: req-4359f1ca-f7e7-413e-828c-671d71c00884 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-22 18:39:06,380 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/adeb25e4-af52-4bb3-bd46-3b69ba1c8b77/os-extra_specs used request id req-4359f1ca-f7e7-413e-828c-671d71c00884 2018-10-22 18:39:06,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0216970443726s 2018-10-22 18:39:06,380 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/adeb25e4-af52-4bb3-bd46-3b69ba1c8b77/os-extra_specs used request id req-4359f1ca-f7e7-413e-828c-671d71c00884 2018-10-22 18:39:06,381 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_1f006958-10f0-4062-be5f-340e646bd33b', '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'8ba7a6acf87944158b12f697f8414be6', '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'adeb25e4-af52-4bb3-bd46-3b69ba1c8b77', 'swap': 0}) 2018-10-22 18:39:09,484 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-22 18:39:08.442 183 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=fb2d9731-1a24-47d9-ad75-25172f0e69a6) for deployment 'opnfv-rally' (UUID=f1b6e998-5afc-420a-9ee9-13aadd619020). 2018-10-22 18:39:09.318 183 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-22 18:39:09.320 183 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fb2d9731-1a24-47d9-ad75-25172f0e69a6) has been successfully configured for deployment 'opnfv-rally' (UUID=f1b6e998-5afc-420a-9ee9-13aadd619020)! 2018-10-22 18:39:09,485 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-22 18:39:09,485 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-22 18:39:09,488 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-22 18:39:09,505 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-fb2d9731-1a24-47d9-ad75-25172f0e69a6/for-deployment-f1b6e998-5afc-420a-9ee9-13aadd619020/tempest.conf with bgpvpn=True 2018-10-22 18:39:09,514 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-22 18:39:12,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-fb2d9731-1a24-47d9-ad75-25172f0e69a6/repo; testr list-tests '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt 2>/dev/null) 2018-10-22 18:39:12,384 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-22 18:39:12,409 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-22 18:39:12,409 - 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-10-22 18:39:14,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:39:14.468 192 INFO rally.api [-] Starting verification (UUID=18aa122a-213f-4bb1-8015-03f0bfbe42f5) for deployment 'opnfv-rally' (UUID=f1b6e998-5afc-420a-9ee9-13aadd619020) by verifier 'opnfv-tempest' (UUID=fb2d9731-1a24-47d9-ad75-25172f0e69a6). 2018-10-22 18:39:14,470 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 18aa122a-213f-4bb1-8015-03f0bfbe42f5 2018-10-22 18:42:22,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 18aa122a-213f-4bb1-8015-03f0bfbe42f5 2018-10-22 18:42:22,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '18aa122a-213f-4bb1-8015-03f0bfbe42f5']'. 2018-10-22 18:42:23,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-22 18:42:23,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-22 18:42:23,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 18:42:23,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 18aa122a-213f-4bb1-8015-03f0bfbe42f5 | 2018-10-22 18:42:23,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-22 18:42:23,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-22 18:39:14 | 2018-10-22 18:42:23,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-22 18:42:22 | 2018-10-22 18:42:23,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:08 | 2018-10-22 18:42:23,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-10-22 18:42:23,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-22 18:42:23,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-22 18:42:23,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: fb2d9731-1a24-47d9-ad75-25172f0e69a6) | 2018-10-22 18:42:23,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-22 18:42:23,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f1b6e998-5afc-420a-9ee9-13aadd619020) | 2018-10-22 18:42:23,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 17 | 2018-10-22 18:42:23,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 177.232 | 2018-10-22 18:42:23,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 15 | 2018-10-22 18:42:23,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-10-22 18:42:23,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-22 18:42:23,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-22 18:42:23,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-10-22 18:42:23,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 18:42:23,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-22 18:42:23,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-22 18:42:23,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest bgpvpn-tempest-tests success_rate is 88.2352941176% 2018-10-22 18:42:23,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-22 18:42:23,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3256f46becfd4e49fa5fc5a7b42c13dc6efe4c81" 2018-10-22 18:42:25,114 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-22c8fb92-1152-42b0-a0e6-4de5f77d55e4 Date: Mon, 22 Oct 2018 18:42:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:42:25,115 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317 used request id req-22c8fb92-1152-42b0-a0e6-4de5f77d55e4 2018-10-22 18:42:25,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.33027005196s 2018-10-22 18:42:25,115 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/fb17a7c5-d2c9-4cce-a64c-8067bece7317 used request id req-22c8fb92-1152-42b0-a0e6-4de5f77d55e4 2018-10-22 18:42:25,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-22 18:42:25,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:42:25,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85a1cc6f-b1f7-49f4-a401-a4a4974b1ce5 x-compute-request-id: req-85a1cc6f-b1f7-49f4-a401-a4a4974b1ce5 Content-Encoding: gzip Content-Length: 418 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/adeb25e4-af52-4bb3-bd46-3b69ba1c8b77", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/adeb25e4-af52-4bb3-bd46-3b69ba1c8b77", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adeb25e4-af52-4bb3-bd46-3b69ba1c8b77", "name": "bgpvpn-tempest-tests-flavor_alt_1f006958-10f0-4062-be5f-340e646bd33b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/d068457b-697e-40e1-8dbd-057b31879441", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/d068457b-697e-40e1-8dbd-057b31879441", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d068457b-697e-40e1-8dbd-057b31879441", "name": "bgpvpn-tempest-tests-flavor_1f006958-10f0-4062-be5f-340e646bd33b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 18:42:25,149 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-85a1cc6f-b1f7-49f4-a401-a4a4974b1ce5 2018-10-22 18:42:25,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0331990718842s 2018-10-22 18:42:25,149 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-85a1cc6f-b1f7-49f4-a401-a4a4974b1ce5 2018-10-22 18:42:25,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-22 18:42:25,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/adeb25e4-af52-4bb3-bd46-3b69ba1c8b77 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:42:25,199 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:42:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-892a0514-3752-481d-ad8b-94fb763539ca x-compute-request-id: req-892a0514-3752-481d-ad8b-94fb763539ca Content-Length: 0 Content-Type: application/json 2018-10-22 18:42:25,199 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/adeb25e4-af52-4bb3-bd46-3b69ba1c8b77 used request id req-892a0514-3752-481d-ad8b-94fb763539ca 2018-10-22 18:42:25,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0465519428253s 2018-10-22 18:42:25,199 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/adeb25e4-af52-4bb3-bd46-3b69ba1c8b77 used request id req-892a0514-3752-481d-ad8b-94fb763539ca 2018-10-22 18:42:25,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 18:42:25,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}3256f46becfd4e49fa5fc5a7b42c13dc6efe4c81" 2018-10-22 18:42:25,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-6015462e-b4ea-4c4e-afc5-5a82d1d30e56 Date: Mon, 22 Oct 2018 18:42:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/05ee6947-d111-4b30-80ff-daf6d551b007/snap", "metadata": {}}], "file": "/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007/file", "owner": "f9b36aee042d4013bba94686458aa8a7", "id": "05ee6947-d111-4b30-80ff-daf6d551b007", "size": 12716032, "self": "/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/05ee6947-d111-4b30-80ff-daf6d551b007/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T18:39:04Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_1f006958-10f0-4062-be5f-340e646bd33b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T18:39:02Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 18:42:25,356 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6015462e-b4ea-4c4e-afc5-5a82d1d30e56 2018-10-22 18:42:25,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.155838012695s 2018-10-22 18:42:25,356 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6015462e-b4ea-4c4e-afc5-5a82d1d30e56 2018-10-22 18:42:25,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-22 18:42:25,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3256f46becfd4e49fa5fc5a7b42c13dc6efe4c81" 2018-10-22 18:42:26,180 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a1bd8eb7-8974-409f-9f99-2c33554aa6d9 Date: Mon, 22 Oct 2018 18:42:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:42:26,180 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007 used request id req-a1bd8eb7-8974-409f-9f99-2c33554aa6d9 2018-10-22 18:42:26,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.82187795639s 2018-10-22 18:42:26,180 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/05ee6947-d111-4b30-80ff-daf6d551b007 used request id req-a1bd8eb7-8974-409f-9f99-2c33554aa6d9 2018-10-22 18:42:26,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-22 18:42:26,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:42:26,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-bb3a9be5-7cc4-400b-a826-e8a3afd30ff1 x-compute-request-id: req-bb3a9be5-7cc4-400b-a826-e8a3afd30ff1 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/d068457b-697e-40e1-8dbd-057b31879441", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/d068457b-697e-40e1-8dbd-057b31879441", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d068457b-697e-40e1-8dbd-057b31879441", "name": "bgpvpn-tempest-tests-flavor_1f006958-10f0-4062-be5f-340e646bd33b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 18:42:26,214 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-bb3a9be5-7cc4-400b-a826-e8a3afd30ff1 2018-10-22 18:42:26,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0335609912872s 2018-10-22 18:42:26,215 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-bb3a9be5-7cc4-400b-a826-e8a3afd30ff1 2018-10-22 18:42:26,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-22 18:42:26,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/d068457b-697e-40e1-8dbd-057b31879441 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:42:26,267 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18: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 x-openstack-request-id: req-83155a09-77bc-4efb-8d7b-a7004aa403b4 x-compute-request-id: req-83155a09-77bc-4efb-8d7b-a7004aa403b4 Content-Length: 0 Content-Type: application/json 2018-10-22 18:42:26,267 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/d068457b-697e-40e1-8dbd-057b31879441 used request id req-83155a09-77bc-4efb-8d7b-a7004aa403b4 2018-10-22 18:42:26,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0496928691864s 2018-10-22 18:42:26,267 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/d068457b-697e-40e1-8dbd-057b31879441 used request id req-83155a09-77bc-4efb-8d7b-a7004aa403b4 2018-10-22 18:42:26,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 18:42:26,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:42:26,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be6e0e43-d65b-4c29-9808-38a6d84bf36e Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_1f006958-10f0-4062-be5f-340e646bd33b", "links": {"self": "http://172.30.9.22:5000/v3/users/eaa00ff8ea1646ddae4b0a0584f37f83"}, "domain_id": "default", "enabled": true, "id": "eaa00ff8ea1646ddae4b0a0584f37f83", "options": {}}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 18:42:26,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-be6e0e43-d65b-4c29-9808-38a6d84bf36e 2018-10-22 18:42:26,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10439491272s 2018-10-22 18:42:26,373 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-be6e0e43-d65b-4c29-9808-38a6d84bf36e 2018-10-22 18:42:26,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 18:42:26,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/eaa00ff8ea1646ddae4b0a0584f37f83 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:42:26,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9923dd93-54c5-4990-a544-75f1637f9762 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/eaa00ff8ea1646ddae4b0a0584f37f83"}, "enabled": true, "id": "eaa00ff8ea1646ddae4b0a0584f37f83", "options": {}, "domain_id": "default", "name": "bgpvpn-tempest-tests-user_1f006958-10f0-4062-be5f-340e646bd33b"}} 2018-10-22 18:42:26,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/eaa00ff8ea1646ddae4b0a0584f37f83 used request id req-9923dd93-54c5-4990-a544-75f1637f9762 2018-10-22 18:42:26,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0939011573792s 2018-10-22 18:42:26,475 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/eaa00ff8ea1646ddae4b0a0584f37f83 used request id req-9923dd93-54c5-4990-a544-75f1637f9762 2018-10-22 18:42:26,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-22 18:42:26,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/eaa00ff8ea1646ddae4b0a0584f37f83 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:42:26,658 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 18:42:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf1fd67f-b722-476a-b496-1366818a7dac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 18:42:26,658 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/eaa00ff8ea1646ddae4b0a0584f37f83 used request id req-bf1fd67f-b722-476a-b496-1366818a7dac 2018-10-22 18:42:26,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.182811975479s 2018-10-22 18:42:26,658 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/eaa00ff8ea1646ddae4b0a0584f37f83 used request id req-bf1fd67f-b722-476a-b496-1366818a7dac 2018-10-22 18:42:26,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 18:42:26,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:42:26,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccaff0b5-cc2a-4971-b4cc-818bdb71400c Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.22:5000/v3/projects/f9b36aee042d4013bba94686458aa8a7"}, "enabled": true, "id": "f9b36aee042d4013bba94686458aa8a7", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_1f006958-10f0-4062-be5f-340e646bd33b"}]} 2018-10-22 18:42:26,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-ccaff0b5-cc2a-4971-b4cc-818bdb71400c 2018-10-22 18:42:26,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0823428630829s 2018-10-22 18:42:26,742 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-ccaff0b5-cc2a-4971-b4cc-818bdb71400c 2018-10-22 18:42:26,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-22 18:42:26,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/f9b36aee042d4013bba94686458aa8a7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:42:26,906 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 18:42:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78d8b2f0-a2b3-4f7d-9b97-f4351d8a80c5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 18:42:26,906 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/f9b36aee042d4013bba94686458aa8a7 used request id req-78d8b2f0-a2b3-4f7d-9b97-f4351d8a80c5 2018-10-22 18:42:26,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.162385940552s 2018-10-22 18:42:26,907 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/f9b36aee042d4013bba94686458aa8a7 used request id req-78d8b2f0-a2b3-4f7d-9b97-f4351d8a80c5 2018-10-22 18:42:26,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 18:42:26,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:42:26,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-971ad38e-cc3f-4b2a-a459-26b1ba8a3e13 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "84aa83b004a348c49d060edf7d1bef33", "links": {"self": "http://172.30.9.22:5000/v3/roles/84aa83b004a348c49d060edf7d1bef33"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 18:42:26,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-971ad38e-cc3f-4b2a-a459-26b1ba8a3e13 2018-10-22 18:42:26,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0828909873962s 2018-10-22 18:42:26,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-22 18:42:26,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/84aa83b004a348c49d060edf7d1bef33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:42:27,095 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 18:42:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bb0d0ee-48f8-440c-89b5-2bdd57038a05 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 18:42:27,095 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/84aa83b004a348c49d060edf7d1bef33 used request id req-8bb0d0ee-48f8-440c-89b5-2bdd57038a05 2018-10-22 18:42:27,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.103624105453s 2018-10-22 18:42:27,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-22 18:42:27,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=f9b36aee042d4013bba94686458aa8a7&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}528636e95148b48f91c9da50a334c14a4568b02c" 2018-10-22 18:42:27,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-1303de04-bc1a-4d60-a97a-31190df7a2ac Date: Mon, 22 Oct 2018 18:42:27 GMT RESP BODY: {"security_groups": []} 2018-10-22 18:42:27,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=f9b36aee042d4013bba94686458aa8a7&name=default used request id req-1303de04-bc1a-4d60-a97a-31190df7a2ac 2018-10-22 18:42:27,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.183828830719s 2018-10-22 18:42:27,283 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=f9b36aee042d4013bba94686458aa8a7&name=default used request id req-1303de04-bc1a-4d60-a97a-31190df7a2ac 2018-10-22 18:42:27,283 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-10-22 18:42:27,283 - 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-10-22 18:42:27,284 - 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-10-22 18:42:27,284 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-10-22 18:42:27,284 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-10-22 18:42:27,474 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-10-22 18:42:27,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:42:27,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:42:27,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:42:27,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:42:27,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:42:27,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:42:27,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:42:27,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:42:27,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:42:27,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:42:27,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:42:27,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:42:27,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:42:27,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:42:27,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:42:27,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:42:27,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:42:27,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:42:27,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:42:27,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:42:27,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:42:27,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:42:27,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:42:27,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:42:27,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:42:27,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:42:27,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:42:27,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:42:27,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:42:27,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:42:27,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:42:27,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:42:27,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:42:27,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:42:27,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:42:27,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:42:27,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:42:27,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:42:27,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:42:27,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:42:27,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:42:27,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:42:27,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:42:27,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:42:27,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:42:27,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:42:27,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:42:27,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:42:27,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-22 18:42:27,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:42:27,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:42:27,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:42:27,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:42:27,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:42:27,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:42:27,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:42:27,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:42:27,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:42:27,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:42:27,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:42:27,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:42:27,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:42:27,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:42:27,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:42:27,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:42:27,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:42:27,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:42:27,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:42:27,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:42:27,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:42:27,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:42:27,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:42:27,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:42:27,486 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-22 18:42:27,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:42:27,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbdb514f-9bfb-4317-a416-728f3dd547c2 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:42:27,492 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cbdb514f-9bfb-4317-a416-728f3dd547c2 2018-10-22 18:42:27,493 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:42:27,868 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:42:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["oDgXaqK-TnSU3jbL_Q5RZg"], "issued_at": "2018-10-22T18:42:27.000000Z"}} 2018-10-22 18:42:27,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}68701a2887a398ed6b0d981792df522cf7ac1a14" 2018-10-22 18:42:28,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-8103f1a3-a691-4f94-87f6-fb588fdb127f Date: Mon, 22 Oct 2018 18:42:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-22 18:42:28,023 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-8103f1a3-a691-4f94-87f6-fb588fdb127f 2018-10-22 18:42:28,024 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-22 18:42:28,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}68701a2887a398ed6b0d981792df522cf7ac1a14" 2018-10-22 18:42:28,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e3216d8f-892c-46e4-b930-a9ed8285b2da Date: Mon, 22 Oct 2018 18:42:28 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-10-22 18:42:28,193 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-e3216d8f-892c-46e4-b930-a9ed8285b2da 2018-10-22 18:42:28,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}68701a2887a398ed6b0d981792df522cf7ac1a14" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-22 18:42:28,422 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/1f591534-2388-4ae3-b92a-c7947d1a9f11 X-Openstack-Request-Id: req-b0a43a87-7459-4aa6-a5c7-f7a511f2c6ce Date: Mon, 22 Oct 2018 18:42:28 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T18:42:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T18:42:28Z", "visibility": "public", "locations": [], "self": "/v2/images/1f591534-2388-4ae3-b92a-c7947d1a9f11", "min_disk": 0, "protected": false, "id": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "file": "/v2/images/1f591534-2388-4ae3-b92a-c7947d1a9f11/file", "checksum": null, "owner": "8ba7a6acf87944158b12f697f8414be6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 18:42:28,422 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-b0a43a87-7459-4aa6-a5c7-f7a511f2c6ce 2018-10-22 18:42:28,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/1f591534-2388-4ae3-b92a-c7947d1a9f11/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}68701a2887a398ed6b0d981792df522cf7ac1a14" -d '' 2018-10-22 18:42:29,294 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6b8c28de-5670-4272-b4ed-25001c61f28f Date: Mon, 22 Oct 2018 18:42:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:42:29,294 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/1f591534-2388-4ae3-b92a-c7947d1a9f11/file used request id req-6b8c28de-5670-4272-b4ed-25001c61f28f 2018-10-22 18:42:29,295 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-10-1-net 2018-10-22 18:42:29,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:42:29,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68ad2fe3-702a-4637-b08f-664c33392096 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:42:29,302 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-68ad2fe3-702a-4637-b08f-664c33392096 2018-10-22 18:42:29,303 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:42:29,685 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:42:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["k_0Pt521TNybhFag_MUJ1Q"], "issued_at": "2018-10-22T18:42:29.000000Z"}} 2018-10-22 18:42:29,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}524b1cd1d5363ffae47420f287311dfaa6a73c51" -d '{"network": {"name": "sdnvpn-10-1-net", "admin_state_up": true}}' 2018-10-22 18:42:30,118 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 648 X-Openstack-Request-Id: req-afc72d98-d1c4-4706-a9a2-36828c4ece6f Date: Mon, 22 Oct 2018 18:42: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":"b27bbd14-459c-453e-a065-38190a4c2d40","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:42:29Z","is_default":false,"provider:segmentation_id":101,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:42:29Z","mtu":1450}} 2018-10-22 18:42:30,118 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-afc72d98-d1c4-4706-a9a2-36828c4ece6f 2018-10-22 18:42:30,119 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-10-1-subnet in network b27bbd14-459c-453e-a065-38190a4c2d40 with cidr 10.10.10.0/24 2018-10-22 18:42:30,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}524b1cd1d5363ffae47420f287311dfaa6a73c51" -d '{"subnets": [{"ip_version": 4, "network_id": "b27bbd14-459c-453e-a065-38190a4c2d40", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-10-1-subnet"}]}' 2018-10-22 18:42:30,884 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-f3d22703-8c60-4f0c-afd0-e0045833808d Date: Mon, 22 Oct 2018 18:42:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b27bbd14-459c-453e-a065-38190a4c2d40","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:42:30Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:42:30Z","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":"8ba7a6acf87944158b12f697f8414be6","id":"1cfb9631-1f66-4a72-8fa7-a2f1291dc1ad","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2018-10-22 18:42:30,884 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-f3d22703-8c60-4f0c-afd0-e0045833808d 2018-10-22 18:42:30,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}524b1cd1d5363ffae47420f287311dfaa6a73c51" 2018-10-22 18:42:31,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15042 X-Openstack-Request-Id: req-41b42712-d035-4c0c-a49d-7f191ae03c07 Date: Mon, 22 Oct 2018 18:42:31 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "updated_at": "2018-10-22T18:01:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "58c66846-fedf-4b66-b4e6-ffd6961123a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "9fc44f04-2cd7-4100-9543-8571d2da7285", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "f5e8b3f0-29af-49f0-94fb-39a2d07d2cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}], "revision_number": 3, "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "name": "tempest-secgroup--969560917"}, {"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "updated_at": "2018-10-22T18:04:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "1a013dff-72ac-41fc-9e59-265dff844960", "remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "406eb29d-a577-4eee-a2dd-70816b1f5888", "remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "8d4ddaeb-a7b3-4aed-91b7-115087d4fcb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "c522c5d9-59c1-4a83-941f-8ae7551e78b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}], "revision_number": 4, "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "55730c75-de7b-4a88-af62-c3f888487961", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "updated_at": "2018-10-22T18:10:53Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "0e25d5d7-5b4c-49b5-88b5-324f10154a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-22T18:10:53Z", "revision_number": 0, "id": "1de7278a-53c8-4b5c-a5c8-689d979f74a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:10:53Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 179, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "57707afa-8faf-4113-8c8c-30963caf5615", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "6bc10a09-c2a7-464a-ad78-c70bbbf6ee4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "7028de3f-e565-496f-b597-ca46bbca438c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "8b050586-2b9f-4633-a718-7d1d30acbcf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "982034b0-0ac6-4711-ae91-f2bb976a3b46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 7, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "82fd1622-3826-4da5-909e-15968132dad8", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "updated_at": "2018-10-22T14:58:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "67e51c9b-e362-42bd-a305-439e546f173e", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "90643a86-0f62-4588-9a8c-68cea1343ff6", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "name": "default"}]} 2018-10-22 18:42:31,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-41b42712-d035-4c0c-a49d-7f191ae03c07 2018-10-22 18:42:31,102 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-22 18:42:31,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:42:31,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17a84a18-171c-4a3b-b9d6-d432dbe2ae86 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:42:31,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-17a84a18-171c-4a3b-b9d6-d432dbe2ae86 2018-10-22 18:42:31,110 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:42:31,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:42:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["_T7R-7hZQzOIxEaMEMOT9w"], "issued_at": "2018-10-22T18:42:31.000000Z"}} 2018-10-22 18:42:31,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06c8ce75e97f1028c18fc7557dc8e3b716027178" 2018-10-22 18:42:31,699 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-9c365dce-e5ed-4c07-a578-a27554af438c x-compute-request-id: req-9c365dce-e5ed-4c07-a578-a27554af438c Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 197}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-22 18:42:31,699 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-9c365dce-e5ed-4c07-a578-a27554af438c 2018-10-22 18:42:31,700 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-10-22 18:42:31,700 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-2'... 2018-10-22 18:42:31,700 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-2 flavor=m1.tiny image=1f591534-2388-4ae3-b92a-c7947d1a9f11 network=b27bbd14-459c-453e-a065-38190a4c2d40 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-22 18:42:31,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:42:31,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:42:31,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:42:31,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:42:31,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:42:31,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:42:31,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:42:31,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:42:31,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:42:31,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:42:31,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:42:31,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:42:31,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:42:31,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:42:31,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:42:31,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:42:31,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:42:31,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:42:31,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:42:31,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:42:31,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:42:31,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:42:31,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:42:31,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:42:31,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:42:31,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:42:31,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:42:31,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:42:31,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:42:31,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:42:31,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:42:31,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:42:31,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:42:31,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:42:31,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:42:31,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:42:31,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:42:31,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:42:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:42:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:42:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:42:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:42:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:42:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:42:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:42:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:42:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:42:31,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:42:31,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:42:31,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e405b36-96e2-4816-82a2-d37befca0404 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:42:31,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5e405b36-96e2-4816-82a2-d37befca0404 2018-10-22 18:42:31,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:42:32,096 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:42:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["_j0l7_1ATXGZ8dwqT0Vq7w"], "issued_at": "2018-10-22T18:42:32.000000Z"}} 2018-10-22 18:42:32,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" 2018-10-22 18:42:32,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-859d4545-2e8e-4c93-8123-a853a2c3fddb x-compute-request-id: req-859d4545-2e8e-4c93-8123-a853a2c3fddb Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:42:32,266 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-859d4545-2e8e-4c93-8123-a853a2c3fddb 2018-10-22 18:42:32,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" 2018-10-22 18:42:32,295 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-c5ec8262-aaee-48d7-ba0e-60b8fa4e630f x-compute-request-id: req-c5ec8262-aaee-48d7-ba0e-60b8fa4e630f Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:42:32,295 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-c5ec8262-aaee-48d7-ba0e-60b8fa4e630f 2018-10-22 18:42:32,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"server": {"name": "sdnvpn-10-2", "imageRef": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b27bbd14-459c-453e-a065-38190a4c2d40"}]}}' 2018-10-22 18:42:33,844 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18: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 x-openstack-request-id: req-fe1ca8e7-7d5c-4a18-b695-8b9d8ced791e x-compute-request-id: req-fe1ca8e7-7d5c-4a18-b695-8b9d8ced791e Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f2beaff5-7622-4a3d-b07b-7eea26408731", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f2beaff5-7622-4a3d-b07b-7eea26408731", "rel": "bookmark"}], "adminPass": "TwNB5pmEGkju"}} 2018-10-22 18:42:33,845 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-fe1ca8e7-7d5c-4a18-b695-8b9d8ced791e 2018-10-22 18:42:33,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:42:33,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4167439d-39d7-4ea3-9182-73c9e162da55 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:42:33,853 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4167439d-39d7-4ea3-9182-73c9e162da55 2018-10-22 18:42:33,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:42:34,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:42:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["Yf-ghTK0TlCTquEgX6ZC6A"], "issued_at": "2018-10-22T18:42:34.000000Z"}} 2018-10-22 18:42:34,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93514d0199e2b0a95a16d47c7b22ccba02937f84" 2018-10-22 18:42:34,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-a992a64a-4761-4fde-b77b-bb569ebafc75 x-compute-request-id: req-a992a64a-4761-4fde-b77b-bb569ebafc75 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.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f2beaff5-7622-4a3d-b07b-7eea26408731", "rel": "bookmark"}], "image": {"id": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "links": [{"href": "http://172.30.9.22:8774/images/1f591534-2388-4ae3-b92a-c7947d1a9f11", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "f2beaff5-7622-4a3d-b07b-7eea26408731", "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:42:34Z", "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-10-22T18:42:33Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:42:34,739 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731 used request id req-a992a64a-4761-4fde-b77b-bb569ebafc75 2018-10-22 18:42:37,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93514d0199e2b0a95a16d47c7b22ccba02937f84" 2018-10-22 18:42:38,485 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-13f53fb3-10d3-460f-93bc-e2cb4438ddef x-compute-request-id: req-13f53fb3-10d3-460f-93bc-e2cb4438ddef 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.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f2beaff5-7622-4a3d-b07b-7eea26408731", "rel": "bookmark"}], "image": {"id": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "links": [{"href": "http://172.30.9.22:8774/images/1f591534-2388-4ae3-b92a-c7947d1a9f11", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000167", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "f2beaff5-7622-4a3d-b07b-7eea26408731", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-22T18:42:35Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2", "created": "2018-10-22T18:42:33Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:42:38,486 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731 used request id req-13f53fb3-10d3-460f-93bc-e2cb4438ddef 2018-10-22 18:42:41,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93514d0199e2b0a95a16d47c7b22ccba02937f84" 2018-10-22 18:42:42,164 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff73b4e8-149a-495a-8a02-9665d8045b53 x-compute-request-id: req-ff73b4e8-149a-495a-8a02-9665d8045b53 Content-Encoding: gzip Content-Length: 781 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:c6:7d:02", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f2beaff5-7622-4a3d-b07b-7eea26408731", "rel": "bookmark"}], "image": {"id": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "links": [{"href": "http://172.30.9.22:8774/images/1f591534-2388-4ae3-b92a-c7947d1a9f11", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000167", "OS-SRV-USG:launched_at": "2018-10-22T18:42:38.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "f2beaff5-7622-4a3d-b07b-7eea26408731", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:42:39Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2", "created": "2018-10-22T18:42:33Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:42:42,164 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731 used request id req-ff73b4e8-149a-495a-8a02-9665d8045b53 2018-10-22 18:42:42,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" 2018-10-22 18:42:42,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-dd4240b6-f57d-4035-b893-21d78ab7d396 x-compute-request-id: req-dd4240b6-f57d-4035-b893-21d78ab7d396 Content-Encoding: gzip Content-Length: 781 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:c6:7d:02", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f2beaff5-7622-4a3d-b07b-7eea26408731", "rel": "bookmark"}], "image": {"id": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "links": [{"href": "http://172.30.9.22:8774/images/1f591534-2388-4ae3-b92a-c7947d1a9f11", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000167", "OS-SRV-USG:launched_at": "2018-10-22T18:42:38.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "f2beaff5-7622-4a3d-b07b-7eea26408731", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-22T18:42:39Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2", "created": "2018-10-22T18:42:33Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:42:42,845 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731 used request id req-dd4240b6-f57d-4035-b893-21d78ab7d396 2018-10-22 18:42:42,845 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-2' booted successfully. IP='10.10.10.12'. 2018-10-22 18:42:42,845 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-2' to security group 'sdnvpn-sg'... 2018-10-22 18:42:42,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06c8ce75e97f1028c18fc7557dc8e3b716027178" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:42:44,395 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18: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 x-openstack-request-id: req-a0e1c1d8-5b54-4938-b858-3af4fb643b8d x-compute-request-id: req-a0e1c1d8-5b54-4938-b858-3af4fb643b8d Content-Length: 0 Content-Type: application/json 2018-10-22 18:42:44,395 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-a0e1c1d8-5b54-4938-b858-3af4fb643b8d 2018-10-22 18:42:44,396 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-1'... 2018-10-22 18:42:44,396 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-1 flavor=m1.tiny image=1f591534-2388-4ae3-b92a-c7947d1a9f11 network=b27bbd14-459c-453e-a065-38190a4c2d40 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.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-10-22 18:42:44,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:42:44,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:42:44,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:42:44,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:42:44,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:42:44,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:42:44,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:42:44,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:42:44,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:42:44,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:42:44,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:42:44,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:42:44,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:42:44,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:42:44,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:42:44,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:42:44,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:42:44,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:42:44,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:42:44,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:42:44,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:42:44,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:42:44,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:42:44,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:42:44,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:42:44,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:42:44,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:42:44,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:42:44,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:42:44,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:42:44,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:42:44,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:42:44,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:42:44,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:42:44,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:42:44,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:42:44,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:42:44,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:42:44,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:42:44,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:42:44,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:42:44,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:42:44,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:42:44,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:42:44,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:42:44,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:42:44,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:42:44,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:42:44,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:42:44,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-767d4188-b9a5-4d99-82f1-886870008fd0 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:42:44,413 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-767d4188-b9a5-4d99-82f1-886870008fd0 2018-10-22 18:42:44,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:42:44,806 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:42:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["I6q8FVD-T0GTlI3oyVUaEQ"], "issued_at": "2018-10-22T18:42:44.000000Z"}} 2018-10-22 18:42:44,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" 2018-10-22 18:42:44,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42e78ba1-186f-4ce6-a026-81b18eec6ecc x-compute-request-id: req-42e78ba1-186f-4ce6-a026-81b18eec6ecc Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:42:44,976 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-42e78ba1-186f-4ce6-a026-81b18eec6ecc 2018-10-22 18:42:44,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" 2018-10-22 18:42:44,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66585773-1379-45e5-aff6-4e3c1417eb1a x-compute-request-id: req-66585773-1379-45e5-aff6-4e3c1417eb1a Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:42:44,998 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-66585773-1379-45e5-aff6-4e3c1417eb1a 2018-10-22 18:42:45,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" -d '{"server": {"name": "sdnvpn-10-1", "imageRef": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b27bbd14-459c-453e-a065-38190a4c2d40"}], "config_drive": true}}' 2018-10-22 18:42:46,469 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:42:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0ad1ea3f-6192-4cef-9ce5-70fc39c134df x-compute-request-id: req-0ad1ea3f-6192-4cef-9ce5-70fc39c134df Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8abc361e-6456-4da7-b3cb-6d141eb81adb", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb", "rel": "bookmark"}], "adminPass": "qtSyg9LL2D4Y"}} 2018-10-22 18:42:46,470 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-0ad1ea3f-6192-4cef-9ce5-70fc39c134df 2018-10-22 18:42:46,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:42:46,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38306b12-def9-4200-9d54-ad4503537556 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:42:46,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-38306b12-def9-4200-9d54-ad4503537556 2018-10-22 18:42:46,478 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:42:46,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:42:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["v1HP3IkgSu28JowTuZoUoA"], "issued_at": "2018-10-22T18:42:46.000000Z"}} 2018-10-22 18:42:46,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5255567ada61ec8f18a9c5bf913c0a7e191ab7f8" 2018-10-22 18:42:47,395 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb4c7986-f9a8-4e48-b0ee-31034ef50ed5 x-compute-request-id: req-cb4c7986-f9a8-4e48-b0ee-31034ef50ed5 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.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb", "rel": "bookmark"}], "image": {"id": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "links": [{"href": "http://172.30.9.22:8774/images/1f591534-2388-4ae3-b92a-c7947d1a9f11", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "8abc361e-6456-4da7-b3cb-6d141eb81adb", "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:42:46Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:42:46Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:42:47,395 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb used request id req-cb4c7986-f9a8-4e48-b0ee-31034ef50ed5 2018-10-22 18:42:50,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5255567ada61ec8f18a9c5bf913c0a7e191ab7f8" 2018-10-22 18:42:51,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-ce5565a4-24c9-4bb0-ba5d-86b60a50f3a0 x-compute-request-id: req-ce5565a4-24c9-4bb0-ba5d-86b60a50f3a0 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:66:e5", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb", "rel": "bookmark"}], "image": {"id": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "links": [{"href": "http://172.30.9.22:8774/images/1f591534-2388-4ae3-b92a-c7947d1a9f11", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "8abc361e-6456-4da7-b3cb-6d141eb81adb", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:42:47Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:42:46Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:42:51,130 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb used request id req-ce5565a4-24c9-4bb0-ba5d-86b60a50f3a0 2018-10-22 18:42:54,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5255567ada61ec8f18a9c5bf913c0a7e191ab7f8" 2018-10-22 18:42:54,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-380b2a23-bcee-49cd-8d9c-4ca504da10dd x-compute-request-id: req-380b2a23-bcee-49cd-8d9c-4ca504da10dd Content-Encoding: gzip Content-Length: 785 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:66:e5", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb", "rel": "bookmark"}], "image": {"id": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "links": [{"href": "http://172.30.9.22:8774/images/1f591534-2388-4ae3-b92a-c7947d1a9f11", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016a", "OS-SRV-USG:launched_at": "2018-10-22T18:42:50.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "8abc361e-6456-4da7-b3cb-6d141eb81adb", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:42:51Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:42:46Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:42:54,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb used request id req-380b2a23-bcee-49cd-8d9c-4ca504da10dd 2018-10-22 18:42:54,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" 2018-10-22 18:42:55,628 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27e2d938-fabd-405a-9b65-8a8aa8ade5b6 x-compute-request-id: req-27e2d938-fabd-405a-9b65-8a8aa8ade5b6 Content-Encoding: gzip Content-Length: 785 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:66:e5", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb", "rel": "bookmark"}], "image": {"id": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "links": [{"href": "http://172.30.9.22:8774/images/1f591534-2388-4ae3-b92a-c7947d1a9f11", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016a", "OS-SRV-USG:launched_at": "2018-10-22T18:42:50.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "8abc361e-6456-4da7-b3cb-6d141eb81adb", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:42:51Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:42:46Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:42:55,628 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb used request id req-27e2d938-fabd-405a-9b65-8a8aa8ade5b6 2018-10-22 18:42:55,629 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-1' booted successfully. IP='10.10.10.7'. 2018-10-22 18:42:55,629 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-1' to security group 'sdnvpn-sg'... 2018-10-22 18:42:55,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06c8ce75e97f1028c18fc7557dc8e3b716027178" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:42:57,284 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18: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 x-openstack-request-id: req-ded1848e-2fd9-4607-92e9-a11d7497148e x-compute-request-id: req-ded1848e-2fd9-4607-92e9-a11d7497148e Content-Length: 0 Content-Type: application/json 2018-10-22 18:42:57,285 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action used request id req-ded1848e-2fd9-4607-92e9-a11d7497148e 2018-10-22 18:42:57,285 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-3'... 2018-10-22 18:42:57,285 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-3 flavor=m1.tiny image=1f591534-2388-4ae3-b92a-c7947d1a9f11 network=b27bbd14-459c-453e-a065-38190a4c2d40 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.7 10.10.10.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-10-22 18:42:57,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:42:57,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:42:57,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:42:57,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:42:57,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:42:57,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:42:57,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:42:57,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:42:57,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:42:57,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:42:57,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:42:57,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:42:57,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:42:57,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:42:57,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:42:57,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:42:57,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:42:57,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:42:57,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:42:57,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:42:57,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:42:57,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:42:57,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:42:57,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:42:57,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:42:57,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:42:57,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:42:57,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:42:57,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:42:57,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:42:57,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:42:57,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:42:57,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:42:57,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:42:57,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:42:57,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:42:57,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:42:57,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:42:57,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:42:57,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:42:57,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:42:57,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:42:57,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:42:57,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:42:57,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:42:57,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:42:57,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:42:57,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:42:57,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:42:57,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4656d9b-7b88-405c-83dd-860389208a08 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:42:57,301 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e4656d9b-7b88-405c-83dd-860389208a08 2018-10-22 18:42:57,302 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:42:57,685 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:42:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["uMcqW-wJT5u6hlyWndcVCw"], "issued_at": "2018-10-22T18:42:57.000000Z"}} 2018-10-22 18:42:57,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" 2018-10-22 18:42:57,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ece95e7-ac14-418d-b109-f4e9f16c1c97 x-compute-request-id: req-4ece95e7-ac14-418d-b109-f4e9f16c1c97 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:42:57,801 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-4ece95e7-ac14-418d-b109-f4e9f16c1c97 2018-10-22 18:42:57,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" 2018-10-22 18:42:57,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c814f315-6021-4c5a-a903-5f2383661837 x-compute-request-id: req-c814f315-6021-4c5a-a903-5f2383661837 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:42:57,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-c814f315-6021-4c5a-a903-5f2383661837 2018-10-22 18:42:57,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"server": {"name": "sdnvpn-10-3", "imageRef": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC43IDEwLjEwLjEwLjEyCndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b27bbd14-459c-453e-a065-38190a4c2d40"}], "config_drive": true}}' 2018-10-22 18:42:58,992 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:42:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-719c7d58-f630-47ce-b672-60b3a9a34007 x-compute-request-id: req-719c7d58-f630-47ce-b672-60b3a9a34007 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "05b7ec6b-3c95-466b-8a08-8418d4b7dc3d", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d", "rel": "bookmark"}], "adminPass": "ePxJSWa7WvBL"}} 2018-10-22 18:42:58,992 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-719c7d58-f630-47ce-b672-60b3a9a34007 2018-10-22 18:42:58,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:42:58,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e63d926a-3300-4c35-ade9-5d0e1e827efd 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:42:58,999 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e63d926a-3300-4c35-ade9-5d0e1e827efd 2018-10-22 18:42:59,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:42:59,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:42:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["0p_nGCzHTNCXkfcAw-THIQ"], "issued_at": "2018-10-22T18:42:59.000000Z"}} 2018-10-22 18:42:59,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0e819982c1074371176098e981600fae6c441a7" 2018-10-22 18:42:59,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:42:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3bf12d40-a189-4d0f-89a9-174b927c4de3 x-compute-request-id: req-3bf12d40-a189-4d0f-89a9-174b927c4de3 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.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d", "rel": "bookmark"}], "image": {"id": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "links": [{"href": "http://172.30.9.22:8774/images/1f591534-2388-4ae3-b92a-c7947d1a9f11", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "05b7ec6b-3c95-466b-8a08-8418d4b7dc3d", "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:42: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-10-3", "created": "2018-10-22T18:42:58Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:42:59,910 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d used request id req-3bf12d40-a189-4d0f-89a9-174b927c4de3 2018-10-22 18:43:02,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0e819982c1074371176098e981600fae6c441a7" 2018-10-22 18:43:03,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-6c3c1d91-ae85-459d-980f-fe256c249b9b x-compute-request-id: req-6c3c1d91-ae85-459d-980f-fe256c249b9b 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.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d", "rel": "bookmark"}], "image": {"id": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "links": [{"href": "http://172.30.9.22:8774/images/1f591534-2388-4ae3-b92a-c7947d1a9f11", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "05b7ec6b-3c95-466b-8a08-8418d4b7dc3d", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:43:00Z", "hostId": "a0e44779f1b54d8b6d440c89c313180bfefb1346ffb6e408f47d5851", "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-3", "created": "2018-10-22T18:42:58Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:43:03,377 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d used request id req-6c3c1d91-ae85-459d-980f-fe256c249b9b 2018-10-22 18:43:06,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0e819982c1074371176098e981600fae6c441a7" 2018-10-22 18:43:07,063 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-d785077c-0d3c-41b2-bc4e-ae3fe3179525 x-compute-request-id: req-d785077c-0d3c-41b2-bc4e-ae3fe3179525 Content-Encoding: gzip Content-Length: 786 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:2f:dc:40", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d", "rel": "bookmark"}], "image": {"id": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "links": [{"href": "http://172.30.9.22:8774/images/1f591534-2388-4ae3-b92a-c7947d1a9f11", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016d", "OS-SRV-USG:launched_at": "2018-10-22T18:43:03.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "05b7ec6b-3c95-466b-8a08-8418d4b7dc3d", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:43:04Z", "hostId": "a0e44779f1b54d8b6d440c89c313180bfefb1346ffb6e408f47d5851", "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-3", "created": "2018-10-22T18:42:58Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:43:07,064 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d used request id req-d785077c-0d3c-41b2-bc4e-ae3fe3179525 2018-10-22 18:43:07,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" 2018-10-22 18:43:07,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:43: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-fd35147c-ca3c-4f85-99fe-f95ed9773d07 x-compute-request-id: req-fd35147c-ca3c-4f85-99fe-f95ed9773d07 Content-Encoding: gzip Content-Length: 786 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:2f:dc:40", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d", "rel": "bookmark"}], "image": {"id": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "links": [{"href": "http://172.30.9.22:8774/images/1f591534-2388-4ae3-b92a-c7947d1a9f11", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016d", "OS-SRV-USG:launched_at": "2018-10-22T18:43:03.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "05b7ec6b-3c95-466b-8a08-8418d4b7dc3d", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:43:04Z", "hostId": "a0e44779f1b54d8b6d440c89c313180bfefb1346ffb6e408f47d5851", "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-3", "created": "2018-10-22T18:42:58Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:43:07,821 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d used request id req-fd35147c-ca3c-4f85-99fe-f95ed9773d07 2018-10-22 18:43:07,821 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-3' booted successfully. IP='10.10.10.10'. 2018-10-22 18:43:07,821 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-3' to security group 'sdnvpn-sg'... 2018-10-22 18:43:07,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06c8ce75e97f1028c18fc7557dc8e3b716027178" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:43:08,983 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:43: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-335c15c3-9b38-4d70-8807-4a96f37eda64 x-compute-request-id: req-335c15c3-9b38-4d70-8807-4a96f37eda64 Content-Length: 0 Content-Type: application/json 2018-10-22 18:43:08,983 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-335c15c3-9b38-4d70-8807-4a96f37eda64 2018-10-22 18:43:08,984 - sdnvpn_test_utils - INFO - Waiting for instance f2beaff5-7622-4a3d-b07b-7eea26408731 to boot up 2018-10-22 18:43:08,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:43:10,057 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-ab466431-81ab-40a5-90ba-c8de4017f5f4 x-compute-request-id: req-ab466431-81ab-40a5-90ba-c8de4017f5f4 Content-Encoding: gzip Content-Length: 10036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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-10-22 18:43:10,058 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-ab466431-81ab-40a5-90ba-c8de4017f5f4 2018-10-22 18:43:12,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:43:13,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:43: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-8e66a267-e9cc-46ad-bae7-e272c3367494 x-compute-request-id: req-8e66a267-e9cc-46ad-bae7-e272c3367494 Content-Encoding: gzip Content-Length: 10036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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-10-22 18:43:13,152 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-8e66a267-e9cc-46ad-bae7-e272c3367494 2018-10-22 18:43:15,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:43:16,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:43: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-f5f68bf1-5a22-4247-a37f-9eebb422e145 x-compute-request-id: req-f5f68bf1-5a22-4247-a37f-9eebb422e145 Content-Encoding: gzip Content-Length: 10056 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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-10-22 18:43:16,244 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-f5f68bf1-5a22-4247-a37f-9eebb422e145 2018-10-22 18:43:18,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:43:19,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-287ded1c-36e6-4a24-b2af-644706bd5bcc x-compute-request-id: req-287ded1c-36e6-4a24-b2af-644706bd5bcc Content-Encoding: gzip Content-Length: 10056 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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-10-22 18:43:19,339 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-287ded1c-36e6-4a24-b2af-644706bd5bcc 2018-10-22 18:43:21,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:43:22,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-5e6adee4-5125-4bc4-8b05-5d2d006396cb x-compute-request-id: req-5e6adee4-5125-4bc4-8b05-5d2d006396cb Content-Encoding: gzip Content-Length: 10056 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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-10-22 18:43:22,430 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-5e6adee4-5125-4bc4-8b05-5d2d006396cb 2018-10-22 18:43:24,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:43:25,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-fd89777a-5569-4b14-9707-9ca32bb9e31d x-compute-request-id: req-fd89777a-5569-4b14-9707-9ca32bb9e31d Content-Encoding: gzip Content-Length: 10056 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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-10-22 18:43:25,530 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-fd89777a-5569-4b14-9707-9ca32bb9e31d 2018-10-22 18:43:27,540 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:43:28,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-095f68bf-644e-4988-b2bc-7e32fdd3f38e x-compute-request-id: req-095f68bf-644e-4988-b2bc-7e32fdd3f38e Content-Encoding: gzip Content-Length: 10864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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.119737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.119740] usb 1-1: Product: QEMU USB Tablet\n[ 1.119743] usb 1-1: Manufacturer: QEMU\n[ 1.119745] usb 1-1: SerialNumber: 42\n[ 1.373689] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.387735] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.405965] random: dd urandom read with 5 bits of entropy available\n[ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.700058] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.060933] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:42:40 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)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:42:40 cirros kern.notice kernel: [ 1.405965] random: dd urandom read with 5 bits of entropy available\nOct 22 19:42:40 cirros kern.info kernel: [ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:42:41 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:42:42 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:42:42 cirros kern.info kernel: [ 3.700058] EXT4-fs\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:42:42 cirros kern.info kernel: [ 4.060933] 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-10-22 18:43:28,614 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-095f68bf-644e-4988-b2bc-7e32fdd3f38e 2018-10-22 18:43:30,646 - sdnvpn_test_utils - INFO - Waiting for instance 8abc361e-6456-4da7-b3cb-6d141eb81adb to boot up 2018-10-22 18:43:30,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:43:31,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-c4abfb61-a1d3-478c-bfb7-e7abb010756f x-compute-request-id: req-c4abfb61-a1d3-478c-bfb7-e7abb010756f Content-Encoding: gzip Content-Length: 8106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509826607 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131547] pid_max: default: 32768 minimum: 301\n[ 0.132438] ACPI: Core revision 20150930\n[ 0.133826] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135124] Security Framework initialized\n[ 0.135932] Yama: becoming mindful.\n[ 0.136654] AppArmor: AppArmor initialized\n[ 0.137512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140110] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141314] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143493] Initializing cgroup subsys memory\n[ 0.144347] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146091] Initializing cgroup subsys net_cls\n[ 0.146952] Initializing cgroup subsys perf_event\n[ 0.147856] Initializing cgroup subsys net_prio\n[ 0.148729] Initializing cgroup subsys hugetlb\n[ 0.149599] Initializing cgroup subsys pids\n[ 0.150468] CPU: Physical Processor ID: 0\n[ 0.151973] mce: CPU supports 10 MCE banks\n[ 0.152815] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172495] ftrace: allocating 31920 entries in 125 pages\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199592] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200945] x2apic enabled\n[ 0.201756] Switched APIC routing to physical x2apic.\n[ 0.203500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204612] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208369] KVM setup paravirtual spinlock\n[ 0.209653] x86: Booted up 1 node, 1 CPUs\n[ 0.210465] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211851] devtmpfs: initialized\n[ 0.213563] evm: security.selinux\n[ 0.214266] evm: security.SMACK64\n[ 0.214955] evm: security.SMACK64EXEC\n[ 0.215694] evm: security.SMACK64TRANSMUTE\n[ 0.216500] evm: security.SMACK64MMAP\n[ 0.217248] evm: security.ima\n[ 0.217894] evm: security.capability\n[ 0.218691] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220541] pinctrl core: initialized pinctrl subsystem\n[ 0.221639] RTC time: 18:42:50, date: 10/22/18\n[ 0.222591] NET: Registered protocol family 16\n[ 0.223558] cpuidle: using governor ladder\n[ 0.224375] cpuidle: using governor menu\n[ 0.225158] PCCT header not found.\n[ 0.225915] ACPI: bus type PCI registered\n[ 0.226716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227957] PCI: Using configuration type 1 for base access\n[ 0.229697] ACPI: Added _OSI(Module Device)\n[ 0.230545] ACPI: Added _OSI(Processor Device)\n[ 0.231408] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232304] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234399] ACPI: Interpreter enabled\n[ 0.235180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242608] ACPI: (supports S0 S5)\n[ 0.243312] ACPI: Using IOAPIC for interrupt routing\n[ 0.244371] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253242] acpiphp: Slot [3] registered\n[ 0.254059] acpiphp: Slot [4] registered\n[ 0.254856] acpiphp: Slot [5] registered\n[ 0.255647] acpiphp: Slot [6] registered\n[ 0.256443] acpiphp: Slot [7] registered\n[ 0.257253] acpiphp: Slot [8] registered\n[ 0.258059] acpiphp: Slot [9] registered\n[ 0.258852] acpiphp: Slot [10] registered\n[ 0.259658] acpiphp: Slot [11] registered\n[ 0.260474] acpiphp: Slot [12] registered\n[ 0.261296] acpiphp: Slot [13] registered\n[ 0.262112] acpiphp: Slot [14] registered\n[ 0.262917] acpiphp: Slot [15] registered\n[ 0.273974] acpiphp: Slot [16] registered\n[ 0.274789] acpiphp: Slot [17] registered\n[ 0.275599] acpiphp: Slot [18] registered\n[ 0.276418] acpiphp: Slot [19] registered\n[ 0.277239] acpiphp: Slot [20] registered\n[ 0.278056] acpiphp: Slot [21] registered\n[ 0.278866] acpiphp: Slot [22] registered\n[ 0.279668] acpiphp: Slot [23] registered\n[ 0.280482] acpiphp: Slot [24] registered\n[ 0.281302] acpiphp: Slot [25] registered\n[ 0.282127] acpiphp: Slot [26] registered\n[ 0.282933] acpiphp: Slot [27] registered\n[ 0.283736] acpiphp: Slot [28] registered\n[ 0.284550] acpiphp: Slot [29] registered\n[ 0.285357] acpiphp: Slot [30] registered\n[ 0.286170] acpiphp: Slot [31] registered\n[ 0.286974] PCI host bridge to bus 0000:00\n[ 0.287774] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288984] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290199] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291643] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293090] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299222] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300493] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302928] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310763] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355701] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357173] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359984] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362607] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364976] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366516] vgaarb: loaded\n[ 0.367117] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368242] SCSI subsystem initialized\n[ 0.369058] ACPI: bus type USB registered\n[ 0.369873] usbcore: registered new interface driver usbfs\n[ 0.370898] usbcore: registered new interface driver hub\n[ 0.371900] usbcore: registered new device driver usb\n[ 0.372943] PCI: Using ACPI for IRQ routing\n[ 0.373954] NetLabel: Initializing\n[ 0.374656] NetLabel: domain hash size = 128\n[ 0.375504] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376458] NetLabel: unlabeled traffic allowed by default\n[ 0.377547] clocksource: Switched to clocksource kvm-clock\n[ 0.382928] AppArmor: AppArmor Filesystem Enabled\n[ 0.383894] pnp: PnP ACPI init\n[ 0.384801] pnp: PnP ACPI: found 5 devices\n[ 0.391172] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392885] NET: Registered protocol family 2\n[ 0.393841] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395114] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396298] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397466] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398551] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399722] NET: Registered protocol family 1\n[ 0.400590] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401687] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417092] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431587] Trying to unpack rootfs image as initramfs...\n[ 0.481153] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495402] Scanning for low memory corruption every 60 seconds\n[ 0.496952] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498330] audit: initializing netlink subsys (disabled)\n[ 0.499553] audit: type=2000 audit(1540233771.256:1): initialized\n[ 0.501084] Initialise system trusted keyring\n[ 0.502199] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505853] zbud: loaded\n[ 0.506637] VFS: Disk quotas dquot_6.6.0\n[ 0.507601] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.23)\n[ 0.510341] Key type big_key registered\n[ 0.511244] Allocating IMA MOK and blacklist keyrings.\n[ 0.512843] Key type asymmetric registered\n[ 0.513794] Asymmetric key parser 'x509' registered\n[ 0.514952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516633] io scheduler noop registered\n[ 0.517560] io scheduler deadline registered (default)\n[ 0.518696] io scheduler cfq registered\n[ 0.519619] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522269] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523930] ACPI: Power Button [PWRF]\n[ 0.524891] GHES: HEST is not enabled!\n[ 0.538501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569389] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595862] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598094] Linux agpgart interface v0.103\n[ 0.600199] brd: module loaded\n[ 0.601434] loop: module loaded\n[ 0.606270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607929] GPT:90111 != 2097151\n[ 0.608688] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609950] GPT:90111 != 2097151\n[ 0.610699] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611801] vda: vda1 vda15\n[ 0.613393] scsi host0: ata_piix\n[ 0.614223] scsi host1: ata_piix\n[ 0.614986] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617994] libphy: Fixed MDIO Bus: probed\n[ 0.618933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619998] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622328] PPP generic driver version 2.4.2\n[ 0.623493] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624838] ehci-pci: EHCI PCI platform driver\n[ 0.625800] ehci-platform: EHCI generic platform driver\n[ 0.626914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628168] ohci-pci: OHCI PCI platform driver\n[ 0.629150] ohci-platform: OHCI generic platform driver\n[ 0.630276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644975] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653253] usb usb1: Product: UHCI Host Controller\n[ 0.654316] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655717] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656838] hub 1-0:1.0: USB hub found\n[ 0.657736] hub 1-0:1.0: 2 ports detected\n[ 0.658777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661149] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662253] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663396] mousedev: PS/2 mouse device common for all mice\n[ 0.664780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666898] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668133] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670855] i2c /dev entries driver\n[ 0.671717] device-mapper: uevent: version 1.0.3\n[ 0.672801] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674690] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676166] NET: Registered protocol family 10\n[ 0.677270] NET: Registered protocol family 17\n[ 0.678303] Key type dns_resolver registered\n[ 0.679369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680648] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682655] registered taskstats version 1\n[ 0.683623] Loading compiled-in X.509 certificates\n[ 0.685199] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687379] zswap: loaded using pool lzo/zbud\n[ 0.688824] Key type trusted registered\n[ 0.690510] Key type encrypted registered\n[ 0.691453] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692614] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693839] evm: HMAC attrs: 0x1\n[ 0.694866] Magic number: 6:273:747\n[ 0.695820] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:51 UTC (1540233771)\n[ 0.697712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698994] EDD information not available.\n[ 0.774283] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775853] ata1.00: configured for MWDMA2\n[ 0.777091] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.789605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791098] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792468] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796166] Write protecting the kernel read-only data: 14336k\n[ 0.797835] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799784] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.643288] 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 1.45s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2018-10-22 18:43:31,733 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action used request id req-c4abfb61-a1d3-478c-bfb7-e7abb010756f 2018-10-22 18:43:33,736 - sdnvpn_test_utils - INFO - Waiting for instance 05b7ec6b-3c95-466b-8a08-8418d4b7dc3d to boot up 2018-10-22 18:43:33,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:43:34,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-fccadec2-1492-4532-9955-f51713cb5ac0 x-compute-request-id: req-fccadec2-1492-4532-9955-f51713cb5ac0 Content-Encoding: gzip Content-Length: 7862 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-22 18:43:34,819 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-fccadec2-1492-4532-9955-f51713cb5ac0 2018-10-22 18:43:36,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:43:37,893 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-b76704d3-7a11-4b7e-9b68-0c78dd971ebd x-compute-request-id: req-b76704d3-7a11-4b7e-9b68-0c78dd971ebd Content-Encoding: gzip Content-Length: 7862 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-22 18:43:37,894 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-b76704d3-7a11-4b7e-9b68-0c78dd971ebd 2018-10-22 18:43:39,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:43:40,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-534828ee-a701-4d14-9dcc-fd18802cafec x-compute-request-id: req-534828ee-a701-4d14-9dcc-fd18802cafec Content-Encoding: gzip Content-Length: 7862 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-22 18:43:40,980 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-534828ee-a701-4d14-9dcc-fd18802cafec 2018-10-22 18:43:42,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:43:44,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-b8ae3155-f526-4b75-8ee3-a6d17d823f1f x-compute-request-id: req-b8ae3155-f526-4b75-8ee3-a6d17d823f1f Content-Encoding: gzip Content-Length: 7862 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-22 18:43:44,062 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-b8ae3155-f526-4b75-8ee3-a6d17d823f1f 2018-10-22 18:43:46,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:43:47,137 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:43:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14e072da-5003-4fb7-bfcd-957830df7a83 x-compute-request-id: req-14e072da-5003-4fb7-bfcd-957830df7a83 Content-Encoding: gzip Content-Length: 7862 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-22 18:43:47,138 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-14e072da-5003-4fb7-bfcd-957830df7a83 2018-10-22 18:43:49,142 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:43:50,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-c3996090-f6dd-4f4b-b33d-46254dd1f758 x-compute-request-id: req-c3996090-f6dd-4f4b-b33d-46254dd1f758 Content-Encoding: gzip Content-Length: 7862 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-22 18:43:50,211 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-c3996090-f6dd-4f4b-b33d-46254dd1f758 2018-10-22 18:43:52,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:43:53,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-cd875fe9-79c1-440c-b2c1-893f8ea1f24a x-compute-request-id: req-cd875fe9-79c1-440c-b2c1-893f8ea1f24a Content-Encoding: gzip Content-Length: 7862 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-22 18:43:53,489 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-cd875fe9-79c1-440c-b2c1-893f8ea1f24a 2018-10-22 18:43:55,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:43:56,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-d5bf9e7a-bc05-4058-bade-a05eec5f7325 x-compute-request-id: req-d5bf9e7a-bc05-4058-bade-a05eec5f7325 Content-Encoding: gzip Content-Length: 7862 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-22 18:43:56,569 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-d5bf9e7a-bc05-4058-bade-a05eec5f7325 2018-10-22 18:43:58,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:43:59,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:43:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-994f6200-ae0b-414a-8fff-c3d0bdea052d x-compute-request-id: req-994f6200-ae0b-414a-8fff-c3d0bdea052d Content-Encoding: gzip Content-Length: 7862 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-22 18:43:59,649 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-994f6200-ae0b-414a-8fff-c3d0bdea052d 2018-10-22 18:44:01,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:02,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87c2f8d4-2532-406b-b2ff-3c3e15ec6e42 x-compute-request-id: req-87c2f8d4-2532-406b-b2ff-3c3e15ec6e42 Content-Encoding: gzip Content-Length: 7862 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-22 18:44:02,731 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-87c2f8d4-2532-406b-b2ff-3c3e15ec6e42 2018-10-22 18:44:04,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:05,805 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c2e670e-c489-4b08-b46e-535b2083d427 x-compute-request-id: req-2c2e670e-c489-4b08-b46e-535b2083d427 Content-Encoding: gzip Content-Length: 7862 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-22 18:44:05,806 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-2c2e670e-c489-4b08-b46e-535b2083d427 2018-10-22 18:44:07,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:08,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-68210509-d4ef-411a-a25d-b7a81eb569fb x-compute-request-id: req-68210509-d4ef-411a-a25d-b7a81eb569fb Content-Encoding: gzip Content-Length: 8052 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\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"} 2018-10-22 18:44:08,882 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-68210509-d4ef-411a-a25d-b7a81eb569fb 2018-10-22 18:44:10,946 - __name__ - INFO - Starting all monitor threads 2018-10-22 18:44:10,952 - __name__ - INFO - Wait before subtest 2018-10-22 18:44:11,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:11,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:11,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:13,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44: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-fb5db20d-0347-4508-8e68-6264e905e6e3 x-compute-request-id: req-fb5db20d-0347-4508-8e68-6264e905e6e3 Content-Encoding: gzip Content-Length: 8109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509826607 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131547] pid_max: default: 32768 minimum: 301\n[ 0.132438] ACPI: Core revision 20150930\n[ 0.133826] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135124] Security Framework initialized\n[ 0.135932] Yama: becoming mindful.\n[ 0.136654] AppArmor: AppArmor initialized\n[ 0.137512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140110] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141314] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143493] Initializing cgroup subsys memory\n[ 0.144347] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146091] Initializing cgroup subsys net_cls\n[ 0.146952] Initializing cgroup subsys perf_event\n[ 0.147856] Initializing cgroup subsys net_prio\n[ 0.148729] Initializing cgroup subsys hugetlb\n[ 0.149599] Initializing cgroup subsys pids\n[ 0.150468] CPU: Physical Processor ID: 0\n[ 0.151973] mce: CPU supports 10 MCE banks\n[ 0.152815] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172495] ftrace: allocating 31920 entries in 125 pages\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199592] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200945] x2apic enabled\n[ 0.201756] Switched APIC routing to physical x2apic.\n[ 0.203500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204612] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208369] KVM setup paravirtual spinlock\n[ 0.209653] x86: Booted up 1 node, 1 CPUs\n[ 0.210465] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211851] devtmpfs: initialized\n[ 0.213563] evm: security.selinux\n[ 0.214266] evm: security.SMACK64\n[ 0.214955] evm: security.SMACK64EXEC\n[ 0.215694] evm: security.SMACK64TRANSMUTE\n[ 0.216500] evm: security.SMACK64MMAP\n[ 0.217248] evm: security.ima\n[ 0.217894] evm: security.capability\n[ 0.218691] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220541] pinctrl core: initialized pinctrl subsystem\n[ 0.221639] RTC time: 18:42:50, date: 10/22/18\n[ 0.222591] NET: Registered protocol family 16\n[ 0.223558] cpuidle: using governor ladder\n[ 0.224375] cpuidle: using governor menu\n[ 0.225158] PCCT header not found.\n[ 0.225915] ACPI: bus type PCI registered\n[ 0.226716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227957] PCI: Using configuration type 1 for base access\n[ 0.229697] ACPI: Added _OSI(Module Device)\n[ 0.230545] ACPI: Added _OSI(Processor Device)\n[ 0.231408] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232304] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234399] ACPI: Interpreter enabled\n[ 0.235180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242608] ACPI: (supports S0 S5)\n[ 0.243312] ACPI: Using IOAPIC for interrupt routing\n[ 0.244371] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253242] acpiphp: Slot [3] registered\n[ 0.254059] acpiphp: Slot [4] registered\n[ 0.254856] acpiphp: Slot [5] registered\n[ 0.255647] acpiphp: Slot [6] registered\n[ 0.256443] acpiphp: Slot [7] registered\n[ 0.257253] acpiphp: Slot [8] registered\n[ 0.258059] acpiphp: Slot [9] registered\n[ 0.258852] acpiphp: Slot [10] registered\n[ 0.259658] acpiphp: Slot [11] registered\n[ 0.260474] acpiphp: Slot [12] registered\n[ 0.261296] acpiphp: Slot [13] registered\n[ 0.262112] acpiphp: Slot [14] registered\n[ 0.262917] acpiphp: Slot [15] registered\n[ 0.273974] acpiphp: Slot [16] registered\n[ 0.274789] acpiphp: Slot [17] registered\n[ 0.275599] acpiphp: Slot [18] registered\n[ 0.276418] acpiphp: Slot [19] registered\n[ 0.277239] acpiphp: Slot [20] registered\n[ 0.278056] acpiphp: Slot [21] registered\n[ 0.278866] acpiphp: Slot [22] registered\n[ 0.279668] acpiphp: Slot [23] registered\n[ 0.280482] acpiphp: Slot [24] registered\n[ 0.281302] acpiphp: Slot [25] registered\n[ 0.282127] acpiphp: Slot [26] registered\n[ 0.282933] acpiphp: Slot [27] registered\n[ 0.283736] acpiphp: Slot [28] registered\n[ 0.284550] acpiphp: Slot [29] registered\n[ 0.285357] acpiphp: Slot [30] registered\n[ 0.286170] acpiphp: Slot [31] registered\n[ 0.286974] PCI host bridge to bus 0000:00\n[ 0.287774] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288984] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290199] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291643] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293090] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299222] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300493] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302928] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310763] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355701] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357173] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359984] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362607] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364976] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366516] vgaarb: loaded\n[ 0.367117] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368242] SCSI subsystem initialized\n[ 0.369058] ACPI: bus type USB registered\n[ 0.369873] usbcore: registered new interface driver usbfs\n[ 0.370898] usbcore: registered new interface driver hub\n[ 0.371900] usbcore: registered new device driver usb\n[ 0.372943] PCI: Using ACPI for IRQ routing\n[ 0.373954] NetLabel: Initializing\n[ 0.374656] NetLabel: domain hash size = 128\n[ 0.375504] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376458] NetLabel: unlabeled traffic allowed by default\n[ 0.377547] clocksource: Switched to clocksource kvm-clock\n[ 0.382928] AppArmor: AppArmor Filesystem Enabled\n[ 0.383894] pnp: PnP ACPI init\n[ 0.384801] pnp: PnP ACPI: found 5 devices\n[ 0.391172] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392885] NET: Registered protocol family 2\n[ 0.393841] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395114] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396298] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397466] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398551] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399722] NET: Registered protocol family 1\n[ 0.400590] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401687] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417092] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431587] Trying to unpack rootfs image as initramfs...\n[ 0.481153] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495402] Scanning for low memory corruption every 60 seconds\n[ 0.496952] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498330] audit: initializing netlink subsys (disabled)\n[ 0.499553] audit: type=2000 audit(1540233771.256:1): initialized\n[ 0.501084] Initialise system trusted keyring\n[ 0.502199] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505853] zbud: loaded\n[ 0.506637] VFS: Disk quotas dquot_6.6.0\n[ 0.507601] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.23)\n[ 0.510341] Key type big_key registered\n[ 0.511244] Allocating IMA MOK and blacklist keyrings.\n[ 0.512843] Key type asymmetric registered\n[ 0.513794] Asymmetric key parser 'x509' registered\n[ 0.514952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516633] io scheduler noop registered\n[ 0.517560] io scheduler deadline registered (default)\n[ 0.518696] io scheduler cfq registered\n[ 0.519619] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522269] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523930] ACPI: Power Button [PWRF]\n[ 0.524891] GHES: HEST is not enabled!\n[ 0.538501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569389] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595862] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598094] Linux agpgart interface v0.103\n[ 0.600199] brd: module loaded\n[ 0.601434] loop: module loaded\n[ 0.606270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607929] GPT:90111 != 2097151\n[ 0.608688] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609950] GPT:90111 != 2097151\n[ 0.610699] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611801] vda: vda1 vda15\n[ 0.613393] scsi host0: ata_piix\n[ 0.614223] scsi host1: ata_piix\n[ 0.614986] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617994] libphy: Fixed MDIO Bus: probed\n[ 0.618933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619998] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622328] PPP generic driver version 2.4.2\n[ 0.623493] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624838] ehci-pci: EHCI PCI platform driver\n[ 0.625800] ehci-platform: EHCI generic platform driver\n[ 0.626914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628168] ohci-pci: OHCI PCI platform driver\n[ 0.629150] ohci-platform: OHCI generic platform driver\n[ 0.630276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644975] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653253] usb usb1: Product: UHCI Host Controller\n[ 0.654316] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655717] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656838] hub 1-0:1.0: USB hub found\n[ 0.657736] hub 1-0:1.0: 2 ports detected\n[ 0.658777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661149] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662253] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663396] mousedev: PS/2 mouse device common for all mice\n[ 0.664780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666898] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668133] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670855] i2c /dev entries driver\n[ 0.671717] device-mapper: uevent: version 1.0.3\n[ 0.672801] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674690] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676166] NET: Registered protocol family 10\n[ 0.677270] NET: Registered protocol family 17\n[ 0.678303] Key type dns_resolver registered\n[ 0.679369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680648] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682655] registered taskstats version 1\n[ 0.683623] Loading compiled-in X.509 certificates\n[ 0.685199] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687379] zswap: loaded using pool lzo/zbud\n[ 0.688824] Key type trusted registered\n[ 0.690510] Key type encrypted registered\n[ 0.691453] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692614] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693839] evm: HMAC attrs: 0x1\n[ 0.694866] Magic number: 6:273:747\n[ 0.695820] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:51 UTC (1540233771)\n[ 0.697712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698994] EDD information not available.\n[ 0.774283] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775853] ata1.00: configured for MWDMA2\n[ 0.777091] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.789605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791098] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792468] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796166] Write protecting the kernel read-only data: 14336k\n[ 0.797835] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799784] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.643288] 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 1.45s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2018-10-22 18:44:13,052 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action used request id req-fb5db20d-0347-4508-8e68-6264e905e6e3 2018-10-22 18:44:13,056 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.12 OK 2018-10-22 18:44:13,056 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.12 OK 2018-10-22 18:44:13,056 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.12 OK 2018-10-22 18:44:13,056 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.12 OK 2018-10-22 18:44:13,056 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.12 OK 2018-10-22 18:44:13,056 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.12 OK 2018-10-22 18:44:13,056 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.12 OK 2018-10-22 18:44:13,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44: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-9888cf9e-9c03-40d7-87d6-25709ce97b61 x-compute-request-id: req-9888cf9e-9c03-40d7-87d6-25709ce97b61 Content-Encoding: gzip Content-Length: 8075 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\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 2.49s]\n"} 2018-10-22 18:44:13,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44: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-15163b2d-08e0-4c5d-97a6-99104c555798 x-compute-request-id: req-15163b2d-08e0-4c5d-97a6-99104c555798 Content-Encoding: gzip Content-Length: 10866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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.119737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.119740] usb 1-1: Product: QEMU USB Tablet\n[ 1.119743] usb 1-1: Manufacturer: QEMU\n[ 1.119745] usb 1-1: SerialNumber: 42\n[ 1.373689] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.387735] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.405965] random: dd urandom read with 5 bits of entropy available\n[ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.700058] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.060933] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:42:40 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)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:42:40 cirros kern.notice kernel: [ 1.405965] random: dd urandom read with 5 bits of entropy available\nOct 22 19:42:40 cirros kern.info kernel: [ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:42:41 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:42:42 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:42:42 cirros kern.info kernel: [ 3.700058] EXT4-fs\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:42:42 cirros kern.info kernel: [ 4.060933] 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: cirr"} 2018-10-22 18:44:13,108 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-9888cf9e-9c03-40d7-87d6-25709ce97b61 2018-10-22 18:44:13,108 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-15163b2d-08e0-4c5d-97a6-99104c555798 2018-10-22 18:44:14,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:14,116 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:14,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:15,133 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44: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-1d4fb65a-807d-4c82-ac27-a1205a897913 x-compute-request-id: req-1d4fb65a-807d-4c82-ac27-a1205a897913 Content-Encoding: gzip Content-Length: 8109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509826607 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131547] pid_max: default: 32768 minimum: 301\n[ 0.132438] ACPI: Core revision 20150930\n[ 0.133826] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135124] Security Framework initialized\n[ 0.135932] Yama: becoming mindful.\n[ 0.136654] AppArmor: AppArmor initialized\n[ 0.137512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140110] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141314] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143493] Initializing cgroup subsys memory\n[ 0.144347] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146091] Initializing cgroup subsys net_cls\n[ 0.146952] Initializing cgroup subsys perf_event\n[ 0.147856] Initializing cgroup subsys net_prio\n[ 0.148729] Initializing cgroup subsys hugetlb\n[ 0.149599] Initializing cgroup subsys pids\n[ 0.150468] CPU: Physical Processor ID: 0\n[ 0.151973] mce: CPU supports 10 MCE banks\n[ 0.152815] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172495] ftrace: allocating 31920 entries in 125 pages\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199592] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200945] x2apic enabled\n[ 0.201756] Switched APIC routing to physical x2apic.\n[ 0.203500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204612] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208369] KVM setup paravirtual spinlock\n[ 0.209653] x86: Booted up 1 node, 1 CPUs\n[ 0.210465] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211851] devtmpfs: initialized\n[ 0.213563] evm: security.selinux\n[ 0.214266] evm: security.SMACK64\n[ 0.214955] evm: security.SMACK64EXEC\n[ 0.215694] evm: security.SMACK64TRANSMUTE\n[ 0.216500] evm: security.SMACK64MMAP\n[ 0.217248] evm: security.ima\n[ 0.217894] evm: security.capability\n[ 0.218691] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220541] pinctrl core: initialized pinctrl subsystem\n[ 0.221639] RTC time: 18:42:50, date: 10/22/18\n[ 0.222591] NET: Registered protocol family 16\n[ 0.223558] cpuidle: using governor ladder\n[ 0.224375] cpuidle: using governor menu\n[ 0.225158] PCCT header not found.\n[ 0.225915] ACPI: bus type PCI registered\n[ 0.226716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227957] PCI: Using configuration type 1 for base access\n[ 0.229697] ACPI: Added _OSI(Module Device)\n[ 0.230545] ACPI: Added _OSI(Processor Device)\n[ 0.231408] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232304] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234399] ACPI: Interpreter enabled\n[ 0.235180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242608] ACPI: (supports S0 S5)\n[ 0.243312] ACPI: Using IOAPIC for interrupt routing\n[ 0.244371] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253242] acpiphp: Slot [3] registered\n[ 0.254059] acpiphp: Slot [4] registered\n[ 0.254856] acpiphp: Slot [5] registered\n[ 0.255647] acpiphp: Slot [6] registered\n[ 0.256443] acpiphp: Slot [7] registered\n[ 0.257253] acpiphp: Slot [8] registered\n[ 0.258059] acpiphp: Slot [9] registered\n[ 0.258852] acpiphp: Slot [10] registered\n[ 0.259658] acpiphp: Slot [11] registered\n[ 0.260474] acpiphp: Slot [12] registered\n[ 0.261296] acpiphp: Slot [13] registered\n[ 0.262112] acpiphp: Slot [14] registered\n[ 0.262917] acpiphp: Slot [15] registered\n[ 0.273974] acpiphp: Slot [16] registered\n[ 0.274789] acpiphp: Slot [17] registered\n[ 0.275599] acpiphp: Slot [18] registered\n[ 0.276418] acpiphp: Slot [19] registered\n[ 0.277239] acpiphp: Slot [20] registered\n[ 0.278056] acpiphp: Slot [21] registered\n[ 0.278866] acpiphp: Slot [22] registered\n[ 0.279668] acpiphp: Slot [23] registered\n[ 0.280482] acpiphp: Slot [24] registered\n[ 0.281302] acpiphp: Slot [25] registered\n[ 0.282127] acpiphp: Slot [26] registered\n[ 0.282933] acpiphp: Slot [27] registered\n[ 0.283736] acpiphp: Slot [28] registered\n[ 0.284550] acpiphp: Slot [29] registered\n[ 0.285357] acpiphp: Slot [30] registered\n[ 0.286170] acpiphp: Slot [31] registered\n[ 0.286974] PCI host bridge to bus 0000:00\n[ 0.287774] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288984] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290199] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291643] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293090] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299222] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300493] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302928] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310763] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355701] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357173] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359984] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362607] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364976] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366516] vgaarb: loaded\n[ 0.367117] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368242] SCSI subsystem initialized\n[ 0.369058] ACPI: bus type USB registered\n[ 0.369873] usbcore: registered new interface driver usbfs\n[ 0.370898] usbcore: registered new interface driver hub\n[ 0.371900] usbcore: registered new device driver usb\n[ 0.372943] PCI: Using ACPI for IRQ routing\n[ 0.373954] NetLabel: Initializing\n[ 0.374656] NetLabel: domain hash size = 128\n[ 0.375504] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376458] NetLabel: unlabeled traffic allowed by default\n[ 0.377547] clocksource: Switched to clocksource kvm-clock\n[ 0.382928] AppArmor: AppArmor Filesystem Enabled\n[ 0.383894] pnp: PnP ACPI init\n[ 0.384801] pnp: PnP ACPI: found 5 devices\n[ 0.391172] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392885] NET: Registered protocol family 2\n[ 0.393841] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395114] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396298] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397466] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398551] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399722] NET: Registered protocol family 1\n[ 0.400590] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401687] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417092] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431587] Trying to unpack rootfs image as initramfs...\n[ 0.481153] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495402] Scanning for low memory corruption every 60 seconds\n[ 0.496952] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498330] audit: initializing netlink subsys (disabled)\n[ 0.499553] audit: type=2000 audit(1540233771.256:1): initialized\n[ 0.501084] Initialise system trusted keyring\n[ 0.502199] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505853] zbud: loaded\n[ 0.506637] VFS: Disk quotas dquot_6.6.0\n[ 0.507601] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.23)\n[ 0.510341] Key type big_key registered\n[ 0.511244] Allocating IMA MOK and blacklist keyrings.\n[ 0.512843] Key type asymmetric registered\n[ 0.513794] Asymmetric key parser 'x509' registered\n[ 0.514952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516633] io scheduler noop registered\n[ 0.517560] io scheduler deadline registered (default)\n[ 0.518696] io scheduler cfq registered\n[ 0.519619] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522269] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523930] ACPI: Power Button [PWRF]\n[ 0.524891] GHES: HEST is not enabled!\n[ 0.538501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569389] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595862] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598094] Linux agpgart interface v0.103\n[ 0.600199] brd: module loaded\n[ 0.601434] loop: module loaded\n[ 0.606270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607929] GPT:90111 != 2097151\n[ 0.608688] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609950] GPT:90111 != 2097151\n[ 0.610699] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611801] vda: vda1 vda15\n[ 0.613393] scsi host0: ata_piix\n[ 0.614223] scsi host1: ata_piix\n[ 0.614986] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617994] libphy: Fixed MDIO Bus: probed\n[ 0.618933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619998] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622328] PPP generic driver version 2.4.2\n[ 0.623493] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624838] ehci-pci: EHCI PCI platform driver\n[ 0.625800] ehci-platform: EHCI generic platform driver\n[ 0.626914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628168] ohci-pci: OHCI PCI platform driver\n[ 0.629150] ohci-platform: OHCI generic platform driver\n[ 0.630276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644975] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653253] usb usb1: Product: UHCI Host Controller\n[ 0.654316] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655717] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656838] hub 1-0:1.0: USB hub found\n[ 0.657736] hub 1-0:1.0: 2 ports detected\n[ 0.658777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661149] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662253] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663396] mousedev: PS/2 mouse device common for all mice\n[ 0.664780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666898] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668133] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670855] i2c /dev entries driver\n[ 0.671717] device-mapper: uevent: version 1.0.3\n[ 0.672801] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674690] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676166] NET: Registered protocol family 10\n[ 0.677270] NET: Registered protocol family 17\n[ 0.678303] Key type dns_resolver registered\n[ 0.679369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680648] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682655] registered taskstats version 1\n[ 0.683623] Loading compiled-in X.509 certificates\n[ 0.685199] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687379] zswap: loaded using pool lzo/zbud\n[ 0.688824] Key type trusted registered\n[ 0.690510] Key type encrypted registered\n[ 0.691453] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692614] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693839] evm: HMAC attrs: 0x1\n[ 0.694866] Magic number: 6:273:747\n[ 0.695820] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:51 UTC (1540233771)\n[ 0.697712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698994] EDD information not available.\n[ 0.774283] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775853] ata1.00: configured for MWDMA2\n[ 0.777091] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.789605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791098] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792468] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796166] Write protecting the kernel read-only data: 14336k\n[ 0.797835] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799784] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.643288] 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 1.45s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2018-10-22 18:44:15,134 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action used request id req-1d4fb65a-807d-4c82-ac27-a1205a897913 2018-10-22 18:44:15,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44: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-f74d6884-a3c2-4038-8f91-6608c522ca08 x-compute-request-id: req-f74d6884-a3c2-4038-8f91-6608c522ca08 Content-Encoding: gzip Content-Length: 8075 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\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 2.49s]\n"} 2018-10-22 18:44:15,191 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-f74d6884-a3c2-4038-8f91-6608c522ca08 2018-10-22 18:44:15,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44: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-02488ded-12dd-47d5-9b69-aa0a4aeb5888 x-compute-request-id: req-02488ded-12dd-47d5-9b69-aa0a4aeb5888 Content-Encoding: gzip Content-Length: 10866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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.119737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.119740] usb 1-1: Product: QEMU USB Tablet\n[ 1.119743] usb 1-1: Manufacturer: QEMU\n[ 1.119745] usb 1-1: SerialNumber: 42\n[ 1.373689] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.387735] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.405965] random: dd urandom read with 5 bits of entropy available\n[ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.700058] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.060933] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:42:40 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)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:42:40 cirros kern.notice kernel: [ 1.405965] random: dd urandom read with 5 bits of entropy available\nOct 22 19:42:40 cirros kern.info kernel: [ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:42:41 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:42:42 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:42:42 cirros kern.info kernel: [ 3.700058] EXT4-fs\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:42:42 cirros kern.info kernel: [ 4.060933] 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: cirr"} 2018-10-22 18:44:15,374 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-02488ded-12dd-47d5-9b69-aa0a4aeb5888 2018-10-22 18:44:16,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:16,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:16,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:17,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44: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-08eeae83-bbf7-4df6-9f35-70f2ef71472f x-compute-request-id: req-08eeae83-bbf7-4df6-9f35-70f2ef71472f Content-Encoding: gzip Content-Length: 8109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509826607 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131547] pid_max: default: 32768 minimum: 301\n[ 0.132438] ACPI: Core revision 20150930\n[ 0.133826] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135124] Security Framework initialized\n[ 0.135932] Yama: becoming mindful.\n[ 0.136654] AppArmor: AppArmor initialized\n[ 0.137512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140110] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141314] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143493] Initializing cgroup subsys memory\n[ 0.144347] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146091] Initializing cgroup subsys net_cls\n[ 0.146952] Initializing cgroup subsys perf_event\n[ 0.147856] Initializing cgroup subsys net_prio\n[ 0.148729] Initializing cgroup subsys hugetlb\n[ 0.149599] Initializing cgroup subsys pids\n[ 0.150468] CPU: Physical Processor ID: 0\n[ 0.151973] mce: CPU supports 10 MCE banks\n[ 0.152815] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172495] ftrace: allocating 31920 entries in 125 pages\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199592] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200945] x2apic enabled\n[ 0.201756] Switched APIC routing to physical x2apic.\n[ 0.203500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204612] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208369] KVM setup paravirtual spinlock\n[ 0.209653] x86: Booted up 1 node, 1 CPUs\n[ 0.210465] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211851] devtmpfs: initialized\n[ 0.213563] evm: security.selinux\n[ 0.214266] evm: security.SMACK64\n[ 0.214955] evm: security.SMACK64EXEC\n[ 0.215694] evm: security.SMACK64TRANSMUTE\n[ 0.216500] evm: security.SMACK64MMAP\n[ 0.217248] evm: security.ima\n[ 0.217894] evm: security.capability\n[ 0.218691] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220541] pinctrl core: initialized pinctrl subsystem\n[ 0.221639] RTC time: 18:42:50, date: 10/22/18\n[ 0.222591] NET: Registered protocol family 16\n[ 0.223558] cpuidle: using governor ladder\n[ 0.224375] cpuidle: using governor menu\n[ 0.225158] PCCT header not found.\n[ 0.225915] ACPI: bus type PCI registered\n[ 0.226716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227957] PCI: Using configuration type 1 for base access\n[ 0.229697] ACPI: Added _OSI(Module Device)\n[ 0.230545] ACPI: Added _OSI(Processor Device)\n[ 0.231408] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232304] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234399] ACPI: Interpreter enabled\n[ 0.235180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242608] ACPI: (supports S0 S5)\n[ 0.243312] ACPI: Using IOAPIC for interrupt routing\n[ 0.244371] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253242] acpiphp: Slot [3] registered\n[ 0.254059] acpiphp: Slot [4] registered\n[ 0.254856] acpiphp: Slot [5] registered\n[ 0.255647] acpiphp: Slot [6] registered\n[ 0.256443] acpiphp: Slot [7] registered\n[ 0.257253] acpiphp: Slot [8] registered\n[ 0.258059] acpiphp: Slot [9] registered\n[ 0.258852] acpiphp: Slot [10] registered\n[ 0.259658] acpiphp: Slot [11] registered\n[ 0.260474] acpiphp: Slot [12] registered\n[ 0.261296] acpiphp: Slot [13] registered\n[ 0.262112] acpiphp: Slot [14] registered\n[ 0.262917] acpiphp: Slot [15] registered\n[ 0.273974] acpiphp: Slot [16] registered\n[ 0.274789] acpiphp: Slot [17] registered\n[ 0.275599] acpiphp: Slot [18] registered\n[ 0.276418] acpiphp: Slot [19] registered\n[ 0.277239] acpiphp: Slot [20] registered\n[ 0.278056] acpiphp: Slot [21] registered\n[ 0.278866] acpiphp: Slot [22] registered\n[ 0.279668] acpiphp: Slot [23] registered\n[ 0.280482] acpiphp: Slot [24] registered\n[ 0.281302] acpiphp: Slot [25] registered\n[ 0.282127] acpiphp: Slot [26] registered\n[ 0.282933] acpiphp: Slot [27] registered\n[ 0.283736] acpiphp: Slot [28] registered\n[ 0.284550] acpiphp: Slot [29] registered\n[ 0.285357] acpiphp: Slot [30] registered\n[ 0.286170] acpiphp: Slot [31] registered\n[ 0.286974] PCI host bridge to bus 0000:00\n[ 0.287774] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288984] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290199] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291643] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293090] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299222] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300493] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302928] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310763] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355701] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357173] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359984] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362607] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364976] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366516] vgaarb: loaded\n[ 0.367117] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368242] SCSI subsystem initialized\n[ 0.369058] ACPI: bus type USB registered\n[ 0.369873] usbcore: registered new interface driver usbfs\n[ 0.370898] usbcore: registered new interface driver hub\n[ 0.371900] usbcore: registered new device driver usb\n[ 0.372943] PCI: Using ACPI for IRQ routing\n[ 0.373954] NetLabel: Initializing\n[ 0.374656] NetLabel: domain hash size = 128\n[ 0.375504] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376458] NetLabel: unlabeled traffic allowed by default\n[ 0.377547] clocksource: Switched to clocksource kvm-clock\n[ 0.382928] AppArmor: AppArmor Filesystem Enabled\n[ 0.383894] pnp: PnP ACPI init\n[ 0.384801] pnp: PnP ACPI: found 5 devices\n[ 0.391172] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392885] NET: Registered protocol family 2\n[ 0.393841] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395114] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396298] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397466] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398551] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399722] NET: Registered protocol family 1\n[ 0.400590] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401687] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417092] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431587] Trying to unpack rootfs image as initramfs...\n[ 0.481153] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495402] Scanning for low memory corruption every 60 seconds\n[ 0.496952] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498330] audit: initializing netlink subsys (disabled)\n[ 0.499553] audit: type=2000 audit(1540233771.256:1): initialized\n[ 0.501084] Initialise system trusted keyring\n[ 0.502199] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505853] zbud: loaded\n[ 0.506637] VFS: Disk quotas dquot_6.6.0\n[ 0.507601] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.23)\n[ 0.510341] Key type big_key registered\n[ 0.511244] Allocating IMA MOK and blacklist keyrings.\n[ 0.512843] Key type asymmetric registered\n[ 0.513794] Asymmetric key parser 'x509' registered\n[ 0.514952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516633] io scheduler noop registered\n[ 0.517560] io scheduler deadline registered (default)\n[ 0.518696] io scheduler cfq registered\n[ 0.519619] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522269] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523930] ACPI: Power Button [PWRF]\n[ 0.524891] GHES: HEST is not enabled!\n[ 0.538501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569389] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595862] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598094] Linux agpgart interface v0.103\n[ 0.600199] brd: module loaded\n[ 0.601434] loop: module loaded\n[ 0.606270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607929] GPT:90111 != 2097151\n[ 0.608688] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609950] GPT:90111 != 2097151\n[ 0.610699] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611801] vda: vda1 vda15\n[ 0.613393] scsi host0: ata_piix\n[ 0.614223] scsi host1: ata_piix\n[ 0.614986] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617994] libphy: Fixed MDIO Bus: probed\n[ 0.618933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619998] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622328] PPP generic driver version 2.4.2\n[ 0.623493] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624838] ehci-pci: EHCI PCI platform driver\n[ 0.625800] ehci-platform: EHCI generic platform driver\n[ 0.626914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628168] ohci-pci: OHCI PCI platform driver\n[ 0.629150] ohci-platform: OHCI generic platform driver\n[ 0.630276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644975] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653253] usb usb1: Product: UHCI Host Controller\n[ 0.654316] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655717] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656838] hub 1-0:1.0: USB hub found\n[ 0.657736] hub 1-0:1.0: 2 ports detected\n[ 0.658777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661149] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662253] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663396] mousedev: PS/2 mouse device common for all mice\n[ 0.664780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666898] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668133] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670855] i2c /dev entries driver\n[ 0.671717] device-mapper: uevent: version 1.0.3\n[ 0.672801] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674690] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676166] NET: Registered protocol family 10\n[ 0.677270] NET: Registered protocol family 17\n[ 0.678303] Key type dns_resolver registered\n[ 0.679369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680648] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682655] registered taskstats version 1\n[ 0.683623] Loading compiled-in X.509 certificates\n[ 0.685199] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687379] zswap: loaded using pool lzo/zbud\n[ 0.688824] Key type trusted registered\n[ 0.690510] Key type encrypted registered\n[ 0.691453] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692614] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693839] evm: HMAC attrs: 0x1\n[ 0.694866] Magic number: 6:273:747\n[ 0.695820] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:51 UTC (1540233771)\n[ 0.697712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698994] EDD information not available.\n[ 0.774283] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775853] ata1.00: configured for MWDMA2\n[ 0.777091] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.789605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791098] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792468] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796166] Write protecting the kernel read-only data: 14336k\n[ 0.797835] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799784] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.643288] 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 1.45s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2018-10-22 18:44:17,214 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action used request id req-08eeae83-bbf7-4df6-9f35-70f2ef71472f 2018-10-22 18:44:17,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44: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-184defbc-1865-4843-ae68-48bdb4e1bd77 x-compute-request-id: req-184defbc-1865-4843-ae68-48bdb4e1bd77 Content-Encoding: gzip Content-Length: 8075 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\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 2.49s]\n"} 2018-10-22 18:44:17,269 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-184defbc-1865-4843-ae68-48bdb4e1bd77 2018-10-22 18:44:17,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44: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-6791c827-56d9-4768-8219-36de506aba54 x-compute-request-id: req-6791c827-56d9-4768-8219-36de506aba54 Content-Encoding: gzip Content-Length: 10866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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.119737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.119740] usb 1-1: Product: QEMU USB Tablet\n[ 1.119743] usb 1-1: Manufacturer: QEMU\n[ 1.119745] usb 1-1: SerialNumber: 42\n[ 1.373689] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.387735] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.405965] random: dd urandom read with 5 bits of entropy available\n[ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.700058] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.060933] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:42:40 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)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:42:40 cirros kern.notice kernel: [ 1.405965] random: dd urandom read with 5 bits of entropy available\nOct 22 19:42:40 cirros kern.info kernel: [ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:42:41 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:42:42 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:42:42 cirros kern.info kernel: [ 3.700058] EXT4-fs\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:42:42 cirros kern.info kernel: [ 4.060933] 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: cirr"} 2018-10-22 18:44:17,453 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-6791c827-56d9-4768-8219-36de506aba54 2018-10-22 18:44:18,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:18,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:18,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:19,290 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-4632727c-52b3-4e3a-a9b7-7b8ad1c847ea x-compute-request-id: req-4632727c-52b3-4e3a-a9b7-7b8ad1c847ea Content-Encoding: gzip Content-Length: 8109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509826607 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131547] pid_max: default: 32768 minimum: 301\n[ 0.132438] ACPI: Core revision 20150930\n[ 0.133826] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135124] Security Framework initialized\n[ 0.135932] Yama: becoming mindful.\n[ 0.136654] AppArmor: AppArmor initialized\n[ 0.137512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140110] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141314] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143493] Initializing cgroup subsys memory\n[ 0.144347] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146091] Initializing cgroup subsys net_cls\n[ 0.146952] Initializing cgroup subsys perf_event\n[ 0.147856] Initializing cgroup subsys net_prio\n[ 0.148729] Initializing cgroup subsys hugetlb\n[ 0.149599] Initializing cgroup subsys pids\n[ 0.150468] CPU: Physical Processor ID: 0\n[ 0.151973] mce: CPU supports 10 MCE banks\n[ 0.152815] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172495] ftrace: allocating 31920 entries in 125 pages\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199592] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200945] x2apic enabled\n[ 0.201756] Switched APIC routing to physical x2apic.\n[ 0.203500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204612] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208369] KVM setup paravirtual spinlock\n[ 0.209653] x86: Booted up 1 node, 1 CPUs\n[ 0.210465] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211851] devtmpfs: initialized\n[ 0.213563] evm: security.selinux\n[ 0.214266] evm: security.SMACK64\n[ 0.214955] evm: security.SMACK64EXEC\n[ 0.215694] evm: security.SMACK64TRANSMUTE\n[ 0.216500] evm: security.SMACK64MMAP\n[ 0.217248] evm: security.ima\n[ 0.217894] evm: security.capability\n[ 0.218691] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220541] pinctrl core: initialized pinctrl subsystem\n[ 0.221639] RTC time: 18:42:50, date: 10/22/18\n[ 0.222591] NET: Registered protocol family 16\n[ 0.223558] cpuidle: using governor ladder\n[ 0.224375] cpuidle: using governor menu\n[ 0.225158] PCCT header not found.\n[ 0.225915] ACPI: bus type PCI registered\n[ 0.226716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227957] PCI: Using configuration type 1 for base access\n[ 0.229697] ACPI: Added _OSI(Module Device)\n[ 0.230545] ACPI: Added _OSI(Processor Device)\n[ 0.231408] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232304] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234399] ACPI: Interpreter enabled\n[ 0.235180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242608] ACPI: (supports S0 S5)\n[ 0.243312] ACPI: Using IOAPIC for interrupt routing\n[ 0.244371] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253242] acpiphp: Slot [3] registered\n[ 0.254059] acpiphp: Slot [4] registered\n[ 0.254856] acpiphp: Slot [5] registered\n[ 0.255647] acpiphp: Slot [6] registered\n[ 0.256443] acpiphp: Slot [7] registered\n[ 0.257253] acpiphp: Slot [8] registered\n[ 0.258059] acpiphp: Slot [9] registered\n[ 0.258852] acpiphp: Slot [10] registered\n[ 0.259658] acpiphp: Slot [11] registered\n[ 0.260474] acpiphp: Slot [12] registered\n[ 0.261296] acpiphp: Slot [13] registered\n[ 0.262112] acpiphp: Slot [14] registered\n[ 0.262917] acpiphp: Slot [15] registered\n[ 0.273974] acpiphp: Slot [16] registered\n[ 0.274789] acpiphp: Slot [17] registered\n[ 0.275599] acpiphp: Slot [18] registered\n[ 0.276418] acpiphp: Slot [19] registered\n[ 0.277239] acpiphp: Slot [20] registered\n[ 0.278056] acpiphp: Slot [21] registered\n[ 0.278866] acpiphp: Slot [22] registered\n[ 0.279668] acpiphp: Slot [23] registered\n[ 0.280482] acpiphp: Slot [24] registered\n[ 0.281302] acpiphp: Slot [25] registered\n[ 0.282127] acpiphp: Slot [26] registered\n[ 0.282933] acpiphp: Slot [27] registered\n[ 0.283736] acpiphp: Slot [28] registered\n[ 0.284550] acpiphp: Slot [29] registered\n[ 0.285357] acpiphp: Slot [30] registered\n[ 0.286170] acpiphp: Slot [31] registered\n[ 0.286974] PCI host bridge to bus 0000:00\n[ 0.287774] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288984] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290199] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291643] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293090] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299222] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300493] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302928] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310763] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355701] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357173] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359984] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362607] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364976] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366516] vgaarb: loaded\n[ 0.367117] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368242] SCSI subsystem initialized\n[ 0.369058] ACPI: bus type USB registered\n[ 0.369873] usbcore: registered new interface driver usbfs\n[ 0.370898] usbcore: registered new interface driver hub\n[ 0.371900] usbcore: registered new device driver usb\n[ 0.372943] PCI: Using ACPI for IRQ routing\n[ 0.373954] NetLabel: Initializing\n[ 0.374656] NetLabel: domain hash size = 128\n[ 0.375504] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376458] NetLabel: unlabeled traffic allowed by default\n[ 0.377547] clocksource: Switched to clocksource kvm-clock\n[ 0.382928] AppArmor: AppArmor Filesystem Enabled\n[ 0.383894] pnp: PnP ACPI init\n[ 0.384801] pnp: PnP ACPI: found 5 devices\n[ 0.391172] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392885] NET: Registered protocol family 2\n[ 0.393841] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395114] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396298] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397466] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398551] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399722] NET: Registered protocol family 1\n[ 0.400590] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401687] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417092] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431587] Trying to unpack rootfs image as initramfs...\n[ 0.481153] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495402] Scanning for low memory corruption every 60 seconds\n[ 0.496952] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498330] audit: initializing netlink subsys (disabled)\n[ 0.499553] audit: type=2000 audit(1540233771.256:1): initialized\n[ 0.501084] Initialise system trusted keyring\n[ 0.502199] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505853] zbud: loaded\n[ 0.506637] VFS: Disk quotas dquot_6.6.0\n[ 0.507601] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.23)\n[ 0.510341] Key type big_key registered\n[ 0.511244] Allocating IMA MOK and blacklist keyrings.\n[ 0.512843] Key type asymmetric registered\n[ 0.513794] Asymmetric key parser 'x509' registered\n[ 0.514952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516633] io scheduler noop registered\n[ 0.517560] io scheduler deadline registered (default)\n[ 0.518696] io scheduler cfq registered\n[ 0.519619] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522269] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523930] ACPI: Power Button [PWRF]\n[ 0.524891] GHES: HEST is not enabled!\n[ 0.538501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569389] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595862] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598094] Linux agpgart interface v0.103\n[ 0.600199] brd: module loaded\n[ 0.601434] loop: module loaded\n[ 0.606270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607929] GPT:90111 != 2097151\n[ 0.608688] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609950] GPT:90111 != 2097151\n[ 0.610699] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611801] vda: vda1 vda15\n[ 0.613393] scsi host0: ata_piix\n[ 0.614223] scsi host1: ata_piix\n[ 0.614986] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617994] libphy: Fixed MDIO Bus: probed\n[ 0.618933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619998] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622328] PPP generic driver version 2.4.2\n[ 0.623493] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624838] ehci-pci: EHCI PCI platform driver\n[ 0.625800] ehci-platform: EHCI generic platform driver\n[ 0.626914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628168] ohci-pci: OHCI PCI platform driver\n[ 0.629150] ohci-platform: OHCI generic platform driver\n[ 0.630276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644975] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653253] usb usb1: Product: UHCI Host Controller\n[ 0.654316] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655717] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656838] hub 1-0:1.0: USB hub found\n[ 0.657736] hub 1-0:1.0: 2 ports detected\n[ 0.658777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661149] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662253] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663396] mousedev: PS/2 mouse device common for all mice\n[ 0.664780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666898] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668133] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670855] i2c /dev entries driver\n[ 0.671717] device-mapper: uevent: version 1.0.3\n[ 0.672801] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674690] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676166] NET: Registered protocol family 10\n[ 0.677270] NET: Registered protocol family 17\n[ 0.678303] Key type dns_resolver registered\n[ 0.679369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680648] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682655] registered taskstats version 1\n[ 0.683623] Loading compiled-in X.509 certificates\n[ 0.685199] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687379] zswap: loaded using pool lzo/zbud\n[ 0.688824] Key type trusted registered\n[ 0.690510] Key type encrypted registered\n[ 0.691453] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692614] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693839] evm: HMAC attrs: 0x1\n[ 0.694866] Magic number: 6:273:747\n[ 0.695820] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:51 UTC (1540233771)\n[ 0.697712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698994] EDD information not available.\n[ 0.774283] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775853] ata1.00: configured for MWDMA2\n[ 0.777091] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.789605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791098] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792468] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796166] Write protecting the kernel read-only data: 14336k\n[ 0.797835] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799784] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.643288] 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 1.45s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2018-10-22 18:44:19,291 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action used request id req-4632727c-52b3-4e3a-a9b7-7b8ad1c847ea 2018-10-22 18:44:19,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-1e7eec3f-758b-42ad-a543-b4fb46bc2aaf x-compute-request-id: req-1e7eec3f-758b-42ad-a543-b4fb46bc2aaf Content-Encoding: gzip Content-Length: 8075 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\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 2.49s]\n"} 2018-10-22 18:44:19,341 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-1e7eec3f-758b-42ad-a543-b4fb46bc2aaf 2018-10-22 18:44:19,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-95fc7979-a12c-4fdd-9396-8b7ac2e18202 x-compute-request-id: req-95fc7979-a12c-4fdd-9396-8b7ac2e18202 Content-Encoding: gzip Content-Length: 10866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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.119737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.119740] usb 1-1: Product: QEMU USB Tablet\n[ 1.119743] usb 1-1: Manufacturer: QEMU\n[ 1.119745] usb 1-1: SerialNumber: 42\n[ 1.373689] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.387735] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.405965] random: dd urandom read with 5 bits of entropy available\n[ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.700058] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.060933] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:42:40 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)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:42:40 cirros kern.notice kernel: [ 1.405965] random: dd urandom read with 5 bits of entropy available\nOct 22 19:42:40 cirros kern.info kernel: [ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:42:41 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:42:42 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:42:42 cirros kern.info kernel: [ 3.700058] EXT4-fs\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:42:42 cirros kern.info kernel: [ 4.060933] 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: cirr"} 2018-10-22 18:44:19,528 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-95fc7979-a12c-4fdd-9396-8b7ac2e18202 2018-10-22 18:44:20,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:20,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:20,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:21,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-d751567d-07cb-4e80-bbad-3036d2d83723 x-compute-request-id: req-d751567d-07cb-4e80-bbad-3036d2d83723 Content-Encoding: gzip Content-Length: 8109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509826607 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131547] pid_max: default: 32768 minimum: 301\n[ 0.132438] ACPI: Core revision 20150930\n[ 0.133826] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135124] Security Framework initialized\n[ 0.135932] Yama: becoming mindful.\n[ 0.136654] AppArmor: AppArmor initialized\n[ 0.137512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140110] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141314] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143493] Initializing cgroup subsys memory\n[ 0.144347] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146091] Initializing cgroup subsys net_cls\n[ 0.146952] Initializing cgroup subsys perf_event\n[ 0.147856] Initializing cgroup subsys net_prio\n[ 0.148729] Initializing cgroup subsys hugetlb\n[ 0.149599] Initializing cgroup subsys pids\n[ 0.150468] CPU: Physical Processor ID: 0\n[ 0.151973] mce: CPU supports 10 MCE banks\n[ 0.152815] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172495] ftrace: allocating 31920 entries in 125 pages\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199592] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200945] x2apic enabled\n[ 0.201756] Switched APIC routing to physical x2apic.\n[ 0.203500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204612] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208369] KVM setup paravirtual spinlock\n[ 0.209653] x86: Booted up 1 node, 1 CPUs\n[ 0.210465] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211851] devtmpfs: initialized\n[ 0.213563] evm: security.selinux\n[ 0.214266] evm: security.SMACK64\n[ 0.214955] evm: security.SMACK64EXEC\n[ 0.215694] evm: security.SMACK64TRANSMUTE\n[ 0.216500] evm: security.SMACK64MMAP\n[ 0.217248] evm: security.ima\n[ 0.217894] evm: security.capability\n[ 0.218691] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220541] pinctrl core: initialized pinctrl subsystem\n[ 0.221639] RTC time: 18:42:50, date: 10/22/18\n[ 0.222591] NET: Registered protocol family 16\n[ 0.223558] cpuidle: using governor ladder\n[ 0.224375] cpuidle: using governor menu\n[ 0.225158] PCCT header not found.\n[ 0.225915] ACPI: bus type PCI registered\n[ 0.226716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227957] PCI: Using configuration type 1 for base access\n[ 0.229697] ACPI: Added _OSI(Module Device)\n[ 0.230545] ACPI: Added _OSI(Processor Device)\n[ 0.231408] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232304] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234399] ACPI: Interpreter enabled\n[ 0.235180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242608] ACPI: (supports S0 S5)\n[ 0.243312] ACPI: Using IOAPIC for interrupt routing\n[ 0.244371] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253242] acpiphp: Slot [3] registered\n[ 0.254059] acpiphp: Slot [4] registered\n[ 0.254856] acpiphp: Slot [5] registered\n[ 0.255647] acpiphp: Slot [6] registered\n[ 0.256443] acpiphp: Slot [7] registered\n[ 0.257253] acpiphp: Slot [8] registered\n[ 0.258059] acpiphp: Slot [9] registered\n[ 0.258852] acpiphp: Slot [10] registered\n[ 0.259658] acpiphp: Slot [11] registered\n[ 0.260474] acpiphp: Slot [12] registered\n[ 0.261296] acpiphp: Slot [13] registered\n[ 0.262112] acpiphp: Slot [14] registered\n[ 0.262917] acpiphp: Slot [15] registered\n[ 0.273974] acpiphp: Slot [16] registered\n[ 0.274789] acpiphp: Slot [17] registered\n[ 0.275599] acpiphp: Slot [18] registered\n[ 0.276418] acpiphp: Slot [19] registered\n[ 0.277239] acpiphp: Slot [20] registered\n[ 0.278056] acpiphp: Slot [21] registered\n[ 0.278866] acpiphp: Slot [22] registered\n[ 0.279668] acpiphp: Slot [23] registered\n[ 0.280482] acpiphp: Slot [24] registered\n[ 0.281302] acpiphp: Slot [25] registered\n[ 0.282127] acpiphp: Slot [26] registered\n[ 0.282933] acpiphp: Slot [27] registered\n[ 0.283736] acpiphp: Slot [28] registered\n[ 0.284550] acpiphp: Slot [29] registered\n[ 0.285357] acpiphp: Slot [30] registered\n[ 0.286170] acpiphp: Slot [31] registered\n[ 0.286974] PCI host bridge to bus 0000:00\n[ 0.287774] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288984] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290199] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291643] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293090] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299222] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300493] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302928] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310763] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355701] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357173] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359984] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362607] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364976] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366516] vgaarb: loaded\n[ 0.367117] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368242] SCSI subsystem initialized\n[ 0.369058] ACPI: bus type USB registered\n[ 0.369873] usbcore: registered new interface driver usbfs\n[ 0.370898] usbcore: registered new interface driver hub\n[ 0.371900] usbcore: registered new device driver usb\n[ 0.372943] PCI: Using ACPI for IRQ routing\n[ 0.373954] NetLabel: Initializing\n[ 0.374656] NetLabel: domain hash size = 128\n[ 0.375504] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376458] NetLabel: unlabeled traffic allowed by default\n[ 0.377547] clocksource: Switched to clocksource kvm-clock\n[ 0.382928] AppArmor: AppArmor Filesystem Enabled\n[ 0.383894] pnp: PnP ACPI init\n[ 0.384801] pnp: PnP ACPI: found 5 devices\n[ 0.391172] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392885] NET: Registered protocol family 2\n[ 0.393841] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395114] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396298] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397466] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398551] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399722] NET: Registered protocol family 1\n[ 0.400590] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401687] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417092] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431587] Trying to unpack rootfs image as initramfs...\n[ 0.481153] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495402] Scanning for low memory corruption every 60 seconds\n[ 0.496952] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498330] audit: initializing netlink subsys (disabled)\n[ 0.499553] audit: type=2000 audit(1540233771.256:1): initialized\n[ 0.501084] Initialise system trusted keyring\n[ 0.502199] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505853] zbud: loaded\n[ 0.506637] VFS: Disk quotas dquot_6.6.0\n[ 0.507601] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.23)\n[ 0.510341] Key type big_key registered\n[ 0.511244] Allocating IMA MOK and blacklist keyrings.\n[ 0.512843] Key type asymmetric registered\n[ 0.513794] Asymmetric key parser 'x509' registered\n[ 0.514952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516633] io scheduler noop registered\n[ 0.517560] io scheduler deadline registered (default)\n[ 0.518696] io scheduler cfq registered\n[ 0.519619] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522269] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523930] ACPI: Power Button [PWRF]\n[ 0.524891] GHES: HEST is not enabled!\n[ 0.538501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569389] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595862] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598094] Linux agpgart interface v0.103\n[ 0.600199] brd: module loaded\n[ 0.601434] loop: module loaded\n[ 0.606270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607929] GPT:90111 != 2097151\n[ 0.608688] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609950] GPT:90111 != 2097151\n[ 0.610699] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611801] vda: vda1 vda15\n[ 0.613393] scsi host0: ata_piix\n[ 0.614223] scsi host1: ata_piix\n[ 0.614986] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617994] libphy: Fixed MDIO Bus: probed\n[ 0.618933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619998] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622328] PPP generic driver version 2.4.2\n[ 0.623493] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624838] ehci-pci: EHCI PCI platform driver\n[ 0.625800] ehci-platform: EHCI generic platform driver\n[ 0.626914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628168] ohci-pci: OHCI PCI platform driver\n[ 0.629150] ohci-platform: OHCI generic platform driver\n[ 0.630276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644975] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653253] usb usb1: Product: UHCI Host Controller\n[ 0.654316] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655717] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656838] hub 1-0:1.0: USB hub found\n[ 0.657736] hub 1-0:1.0: 2 ports detected\n[ 0.658777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661149] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662253] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663396] mousedev: PS/2 mouse device common for all mice\n[ 0.664780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666898] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668133] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670855] i2c /dev entries driver\n[ 0.671717] device-mapper: uevent: version 1.0.3\n[ 0.672801] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674690] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676166] NET: Registered protocol family 10\n[ 0.677270] NET: Registered protocol family 17\n[ 0.678303] Key type dns_resolver registered\n[ 0.679369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680648] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682655] registered taskstats version 1\n[ 0.683623] Loading compiled-in X.509 certificates\n[ 0.685199] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687379] zswap: loaded using pool lzo/zbud\n[ 0.688824] Key type trusted registered\n[ 0.690510] Key type encrypted registered\n[ 0.691453] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692614] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693839] evm: HMAC attrs: 0x1\n[ 0.694866] Magic number: 6:273:747\n[ 0.695820] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:51 UTC (1540233771)\n[ 0.697712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698994] EDD information not available.\n[ 0.774283] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775853] ata1.00: configured for MWDMA2\n[ 0.777091] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.789605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791098] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792468] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796166] Write protecting the kernel read-only data: 14336k\n[ 0.797835] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799784] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.643288] 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 1.45s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2018-10-22 18:44:21,377 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action used request id req-d751567d-07cb-4e80-bbad-3036d2d83723 2018-10-22 18:44:21,418 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-560356dc-2ac7-4f25-a5c3-cf33ba27a7c8 x-compute-request-id: req-560356dc-2ac7-4f25-a5c3-cf33ba27a7c8 Content-Encoding: gzip Content-Length: 8075 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\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 2.49s]\n"} 2018-10-22 18:44:21,419 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-560356dc-2ac7-4f25-a5c3-cf33ba27a7c8 2018-10-22 18:44:21,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-b5321fe8-5ade-4c45-b959-6f3abd0828b8 x-compute-request-id: req-b5321fe8-5ade-4c45-b959-6f3abd0828b8 Content-Encoding: gzip Content-Length: 10866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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.119737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.119740] usb 1-1: Product: QEMU USB Tablet\n[ 1.119743] usb 1-1: Manufacturer: QEMU\n[ 1.119745] usb 1-1: SerialNumber: 42\n[ 1.373689] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.387735] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.405965] random: dd urandom read with 5 bits of entropy available\n[ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.700058] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.060933] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:42:40 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)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:42:40 cirros kern.notice kernel: [ 1.405965] random: dd urandom read with 5 bits of entropy available\nOct 22 19:42:40 cirros kern.info kernel: [ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:42:41 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:42:42 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:42:42 cirros kern.info kernel: [ 3.700058] EXT4-fs\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:42:42 cirros kern.info kernel: [ 4.060933] 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: cirr"} 2018-10-22 18:44:21,810 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-b5321fe8-5ade-4c45-b959-6f3abd0828b8 2018-10-22 18:44:22,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:22,424 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:22,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:23,466 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44: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-31a7d00b-da19-4b08-a5c9-0fbd67e898bd x-compute-request-id: req-31a7d00b-da19-4b08-a5c9-0fbd67e898bd Content-Encoding: gzip Content-Length: 8109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509826607 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131547] pid_max: default: 32768 minimum: 301\n[ 0.132438] ACPI: Core revision 20150930\n[ 0.133826] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135124] Security Framework initialized\n[ 0.135932] Yama: becoming mindful.\n[ 0.136654] AppArmor: AppArmor initialized\n[ 0.137512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140110] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141314] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143493] Initializing cgroup subsys memory\n[ 0.144347] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146091] Initializing cgroup subsys net_cls\n[ 0.146952] Initializing cgroup subsys perf_event\n[ 0.147856] Initializing cgroup subsys net_prio\n[ 0.148729] Initializing cgroup subsys hugetlb\n[ 0.149599] Initializing cgroup subsys pids\n[ 0.150468] CPU: Physical Processor ID: 0\n[ 0.151973] mce: CPU supports 10 MCE banks\n[ 0.152815] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172495] ftrace: allocating 31920 entries in 125 pages\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199592] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200945] x2apic enabled\n[ 0.201756] Switched APIC routing to physical x2apic.\n[ 0.203500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204612] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208369] KVM setup paravirtual spinlock\n[ 0.209653] x86: Booted up 1 node, 1 CPUs\n[ 0.210465] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211851] devtmpfs: initialized\n[ 0.213563] evm: security.selinux\n[ 0.214266] evm: security.SMACK64\n[ 0.214955] evm: security.SMACK64EXEC\n[ 0.215694] evm: security.SMACK64TRANSMUTE\n[ 0.216500] evm: security.SMACK64MMAP\n[ 0.217248] evm: security.ima\n[ 0.217894] evm: security.capability\n[ 0.218691] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220541] pinctrl core: initialized pinctrl subsystem\n[ 0.221639] RTC time: 18:42:50, date: 10/22/18\n[ 0.222591] NET: Registered protocol family 16\n[ 0.223558] cpuidle: using governor ladder\n[ 0.224375] cpuidle: using governor menu\n[ 0.225158] PCCT header not found.\n[ 0.225915] ACPI: bus type PCI registered\n[ 0.226716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227957] PCI: Using configuration type 1 for base access\n[ 0.229697] ACPI: Added _OSI(Module Device)\n[ 0.230545] ACPI: Added _OSI(Processor Device)\n[ 0.231408] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232304] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234399] ACPI: Interpreter enabled\n[ 0.235180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242608] ACPI: (supports S0 S5)\n[ 0.243312] ACPI: Using IOAPIC for interrupt routing\n[ 0.244371] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253242] acpiphp: Slot [3] registered\n[ 0.254059] acpiphp: Slot [4] registered\n[ 0.254856] acpiphp: Slot [5] registered\n[ 0.255647] acpiphp: Slot [6] registered\n[ 0.256443] acpiphp: Slot [7] registered\n[ 0.257253] acpiphp: Slot [8] registered\n[ 0.258059] acpiphp: Slot [9] registered\n[ 0.258852] acpiphp: Slot [10] registered\n[ 0.259658] acpiphp: Slot [11] registered\n[ 0.260474] acpiphp: Slot [12] registered\n[ 0.261296] acpiphp: Slot [13] registered\n[ 0.262112] acpiphp: Slot [14] registered\n[ 0.262917] acpiphp: Slot [15] registered\n[ 0.273974] acpiphp: Slot [16] registered\n[ 0.274789] acpiphp: Slot [17] registered\n[ 0.275599] acpiphp: Slot [18] registered\n[ 0.276418] acpiphp: Slot [19] registered\n[ 0.277239] acpiphp: Slot [20] registered\n[ 0.278056] acpiphp: Slot [21] registered\n[ 0.278866] acpiphp: Slot [22] registered\n[ 0.279668] acpiphp: Slot [23] registered\n[ 0.280482] acpiphp: Slot [24] registered\n[ 0.281302] acpiphp: Slot [25] registered\n[ 0.282127] acpiphp: Slot [26] registered\n[ 0.282933] acpiphp: Slot [27] registered\n[ 0.283736] acpiphp: Slot [28] registered\n[ 0.284550] acpiphp: Slot [29] registered\n[ 0.285357] acpiphp: Slot [30] registered\n[ 0.286170] acpiphp: Slot [31] registered\n[ 0.286974] PCI host bridge to bus 0000:00\n[ 0.287774] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288984] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290199] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291643] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293090] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299222] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300493] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302928] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310763] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355701] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357173] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359984] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362607] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364976] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366516] vgaarb: loaded\n[ 0.367117] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368242] SCSI subsystem initialized\n[ 0.369058] ACPI: bus type USB registered\n[ 0.369873] usbcore: registered new interface driver usbfs\n[ 0.370898] usbcore: registered new interface driver hub\n[ 0.371900] usbcore: registered new device driver usb\n[ 0.372943] PCI: Using ACPI for IRQ routing\n[ 0.373954] NetLabel: Initializing\n[ 0.374656] NetLabel: domain hash size = 128\n[ 0.375504] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376458] NetLabel: unlabeled traffic allowed by default\n[ 0.377547] clocksource: Switched to clocksource kvm-clock\n[ 0.382928] AppArmor: AppArmor Filesystem Enabled\n[ 0.383894] pnp: PnP ACPI init\n[ 0.384801] pnp: PnP ACPI: found 5 devices\n[ 0.391172] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392885] NET: Registered protocol family 2\n[ 0.393841] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395114] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396298] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397466] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398551] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399722] NET: Registered protocol family 1\n[ 0.400590] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401687] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417092] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431587] Trying to unpack rootfs image as initramfs...\n[ 0.481153] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495402] Scanning for low memory corruption every 60 seconds\n[ 0.496952] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498330] audit: initializing netlink subsys (disabled)\n[ 0.499553] audit: type=2000 audit(1540233771.256:1): initialized\n[ 0.501084] Initialise system trusted keyring\n[ 0.502199] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505853] zbud: loaded\n[ 0.506637] VFS: Disk quotas dquot_6.6.0\n[ 0.507601] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.23)\n[ 0.510341] Key type big_key registered\n[ 0.511244] Allocating IMA MOK and blacklist keyrings.\n[ 0.512843] Key type asymmetric registered\n[ 0.513794] Asymmetric key parser 'x509' registered\n[ 0.514952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516633] io scheduler noop registered\n[ 0.517560] io scheduler deadline registered (default)\n[ 0.518696] io scheduler cfq registered\n[ 0.519619] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522269] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523930] ACPI: Power Button [PWRF]\n[ 0.524891] GHES: HEST is not enabled!\n[ 0.538501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569389] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595862] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598094] Linux agpgart interface v0.103\n[ 0.600199] brd: module loaded\n[ 0.601434] loop: module loaded\n[ 0.606270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607929] GPT:90111 != 2097151\n[ 0.608688] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609950] GPT:90111 != 2097151\n[ 0.610699] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611801] vda: vda1 vda15\n[ 0.613393] scsi host0: ata_piix\n[ 0.614223] scsi host1: ata_piix\n[ 0.614986] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617994] libphy: Fixed MDIO Bus: probed\n[ 0.618933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619998] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622328] PPP generic driver version 2.4.2\n[ 0.623493] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624838] ehci-pci: EHCI PCI platform driver\n[ 0.625800] ehci-platform: EHCI generic platform driver\n[ 0.626914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628168] ohci-pci: OHCI PCI platform driver\n[ 0.629150] ohci-platform: OHCI generic platform driver\n[ 0.630276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644975] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653253] usb usb1: Product: UHCI Host Controller\n[ 0.654316] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655717] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656838] hub 1-0:1.0: USB hub found\n[ 0.657736] hub 1-0:1.0: 2 ports detected\n[ 0.658777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661149] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662253] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663396] mousedev: PS/2 mouse device common for all mice\n[ 0.664780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666898] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668133] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670855] i2c /dev entries driver\n[ 0.671717] device-mapper: uevent: version 1.0.3\n[ 0.672801] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674690] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676166] NET: Registered protocol family 10\n[ 0.677270] NET: Registered protocol family 17\n[ 0.678303] Key type dns_resolver registered\n[ 0.679369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680648] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682655] registered taskstats version 1\n[ 0.683623] Loading compiled-in X.509 certificates\n[ 0.685199] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687379] zswap: loaded using pool lzo/zbud\n[ 0.688824] Key type trusted registered\n[ 0.690510] Key type encrypted registered\n[ 0.691453] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692614] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693839] evm: HMAC attrs: 0x1\n[ 0.694866] Magic number: 6:273:747\n[ 0.695820] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:51 UTC (1540233771)\n[ 0.697712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698994] EDD information not available.\n[ 0.774283] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775853] ata1.00: configured for MWDMA2\n[ 0.777091] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.789605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791098] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792468] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796166] Write protecting the kernel read-only data: 14336k\n[ 0.797835] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799784] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.643288] 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 1.45s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2018-10-22 18:44:23,467 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action used request id req-31a7d00b-da19-4b08-a5c9-0fbd67e898bd 2018-10-22 18:44:23,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44: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-53207646-9e1c-419d-a66d-e0fc3d1662ba x-compute-request-id: req-53207646-9e1c-419d-a66d-e0fc3d1662ba Content-Encoding: gzip Content-Length: 8075 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\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 2.49s]\n"} 2018-10-22 18:44:23,513 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-53207646-9e1c-419d-a66d-e0fc3d1662ba 2018-10-22 18:44:23,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44: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-4abfd057-c783-48af-8c80-98bac39c3b6f x-compute-request-id: req-4abfd057-c783-48af-8c80-98bac39c3b6f Content-Encoding: gzip Content-Length: 10866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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.119737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.119740] usb 1-1: Product: QEMU USB Tablet\n[ 1.119743] usb 1-1: Manufacturer: QEMU\n[ 1.119745] usb 1-1: SerialNumber: 42\n[ 1.373689] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.387735] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.405965] random: dd urandom read with 5 bits of entropy available\n[ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.700058] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.060933] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:42:40 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)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:42:40 cirros kern.notice kernel: [ 1.405965] random: dd urandom read with 5 bits of entropy available\nOct 22 19:42:40 cirros kern.info kernel: [ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:42:41 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:42:42 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:42:42 cirros kern.info kernel: [ 3.700058] EXT4-fs\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:42:42 cirros kern.info kernel: [ 4.060933] 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: cirr"} 2018-10-22 18:44:23,888 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-4abfd057-c783-48af-8c80-98bac39c3b6f 2018-10-22 18:44:24,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:24,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:24,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:25,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-1f50c865-c534-4957-96b2-2ee35b6e4d3f x-compute-request-id: req-1f50c865-c534-4957-96b2-2ee35b6e4d3f Content-Encoding: gzip Content-Length: 8109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509826607 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131547] pid_max: default: 32768 minimum: 301\n[ 0.132438] ACPI: Core revision 20150930\n[ 0.133826] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135124] Security Framework initialized\n[ 0.135932] Yama: becoming mindful.\n[ 0.136654] AppArmor: AppArmor initialized\n[ 0.137512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140110] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141314] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143493] Initializing cgroup subsys memory\n[ 0.144347] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146091] Initializing cgroup subsys net_cls\n[ 0.146952] Initializing cgroup subsys perf_event\n[ 0.147856] Initializing cgroup subsys net_prio\n[ 0.148729] Initializing cgroup subsys hugetlb\n[ 0.149599] Initializing cgroup subsys pids\n[ 0.150468] CPU: Physical Processor ID: 0\n[ 0.151973] mce: CPU supports 10 MCE banks\n[ 0.152815] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172495] ftrace: allocating 31920 entries in 125 pages\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199592] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200945] x2apic enabled\n[ 0.201756] Switched APIC routing to physical x2apic.\n[ 0.203500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204612] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208369] KVM setup paravirtual spinlock\n[ 0.209653] x86: Booted up 1 node, 1 CPUs\n[ 0.210465] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211851] devtmpfs: initialized\n[ 0.213563] evm: security.selinux\n[ 0.214266] evm: security.SMACK64\n[ 0.214955] evm: security.SMACK64EXEC\n[ 0.215694] evm: security.SMACK64TRANSMUTE\n[ 0.216500] evm: security.SMACK64MMAP\n[ 0.217248] evm: security.ima\n[ 0.217894] evm: security.capability\n[ 0.218691] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220541] pinctrl core: initialized pinctrl subsystem\n[ 0.221639] RTC time: 18:42:50, date: 10/22/18\n[ 0.222591] NET: Registered protocol family 16\n[ 0.223558] cpuidle: using governor ladder\n[ 0.224375] cpuidle: using governor menu\n[ 0.225158] PCCT header not found.\n[ 0.225915] ACPI: bus type PCI registered\n[ 0.226716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227957] PCI: Using configuration type 1 for base access\n[ 0.229697] ACPI: Added _OSI(Module Device)\n[ 0.230545] ACPI: Added _OSI(Processor Device)\n[ 0.231408] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232304] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234399] ACPI: Interpreter enabled\n[ 0.235180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242608] ACPI: (supports S0 S5)\n[ 0.243312] ACPI: Using IOAPIC for interrupt routing\n[ 0.244371] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253242] acpiphp: Slot [3] registered\n[ 0.254059] acpiphp: Slot [4] registered\n[ 0.254856] acpiphp: Slot [5] registered\n[ 0.255647] acpiphp: Slot [6] registered\n[ 0.256443] acpiphp: Slot [7] registered\n[ 0.257253] acpiphp: Slot [8] registered\n[ 0.258059] acpiphp: Slot [9] registered\n[ 0.258852] acpiphp: Slot [10] registered\n[ 0.259658] acpiphp: Slot [11] registered\n[ 0.260474] acpiphp: Slot [12] registered\n[ 0.261296] acpiphp: Slot [13] registered\n[ 0.262112] acpiphp: Slot [14] registered\n[ 0.262917] acpiphp: Slot [15] registered\n[ 0.273974] acpiphp: Slot [16] registered\n[ 0.274789] acpiphp: Slot [17] registered\n[ 0.275599] acpiphp: Slot [18] registered\n[ 0.276418] acpiphp: Slot [19] registered\n[ 0.277239] acpiphp: Slot [20] registered\n[ 0.278056] acpiphp: Slot [21] registered\n[ 0.278866] acpiphp: Slot [22] registered\n[ 0.279668] acpiphp: Slot [23] registered\n[ 0.280482] acpiphp: Slot [24] registered\n[ 0.281302] acpiphp: Slot [25] registered\n[ 0.282127] acpiphp: Slot [26] registered\n[ 0.282933] acpiphp: Slot [27] registered\n[ 0.283736] acpiphp: Slot [28] registered\n[ 0.284550] acpiphp: Slot [29] registered\n[ 0.285357] acpiphp: Slot [30] registered\n[ 0.286170] acpiphp: Slot [31] registered\n[ 0.286974] PCI host bridge to bus 0000:00\n[ 0.287774] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288984] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290199] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291643] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293090] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299222] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300493] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302928] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310763] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355701] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357173] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359984] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362607] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364976] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366516] vgaarb: loaded\n[ 0.367117] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368242] SCSI subsystem initialized\n[ 0.369058] ACPI: bus type USB registered\n[ 0.369873] usbcore: registered new interface driver usbfs\n[ 0.370898] usbcore: registered new interface driver hub\n[ 0.371900] usbcore: registered new device driver usb\n[ 0.372943] PCI: Using ACPI for IRQ routing\n[ 0.373954] NetLabel: Initializing\n[ 0.374656] NetLabel: domain hash size = 128\n[ 0.375504] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376458] NetLabel: unlabeled traffic allowed by default\n[ 0.377547] clocksource: Switched to clocksource kvm-clock\n[ 0.382928] AppArmor: AppArmor Filesystem Enabled\n[ 0.383894] pnp: PnP ACPI init\n[ 0.384801] pnp: PnP ACPI: found 5 devices\n[ 0.391172] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392885] NET: Registered protocol family 2\n[ 0.393841] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395114] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396298] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397466] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398551] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399722] NET: Registered protocol family 1\n[ 0.400590] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401687] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417092] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431587] Trying to unpack rootfs image as initramfs...\n[ 0.481153] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495402] Scanning for low memory corruption every 60 seconds\n[ 0.496952] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498330] audit: initializing netlink subsys (disabled)\n[ 0.499553] audit: type=2000 audit(1540233771.256:1): initialized\n[ 0.501084] Initialise system trusted keyring\n[ 0.502199] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505853] zbud: loaded\n[ 0.506637] VFS: Disk quotas dquot_6.6.0\n[ 0.507601] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.23)\n[ 0.510341] Key type big_key registered\n[ 0.511244] Allocating IMA MOK and blacklist keyrings.\n[ 0.512843] Key type asymmetric registered\n[ 0.513794] Asymmetric key parser 'x509' registered\n[ 0.514952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516633] io scheduler noop registered\n[ 0.517560] io scheduler deadline registered (default)\n[ 0.518696] io scheduler cfq registered\n[ 0.519619] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522269] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523930] ACPI: Power Button [PWRF]\n[ 0.524891] GHES: HEST is not enabled!\n[ 0.538501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569389] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595862] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598094] Linux agpgart interface v0.103\n[ 0.600199] brd: module loaded\n[ 0.601434] loop: module loaded\n[ 0.606270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607929] GPT:90111 != 2097151\n[ 0.608688] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609950] GPT:90111 != 2097151\n[ 0.610699] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611801] vda: vda1 vda15\n[ 0.613393] scsi host0: ata_piix\n[ 0.614223] scsi host1: ata_piix\n[ 0.614986] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617994] libphy: Fixed MDIO Bus: probed\n[ 0.618933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619998] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622328] PPP generic driver version 2.4.2\n[ 0.623493] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624838] ehci-pci: EHCI PCI platform driver\n[ 0.625800] ehci-platform: EHCI generic platform driver\n[ 0.626914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628168] ohci-pci: OHCI PCI platform driver\n[ 0.629150] ohci-platform: OHCI generic platform driver\n[ 0.630276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644975] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653253] usb usb1: Product: UHCI Host Controller\n[ 0.654316] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655717] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656838] hub 1-0:1.0: USB hub found\n[ 0.657736] hub 1-0:1.0: 2 ports detected\n[ 0.658777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661149] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662253] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663396] mousedev: PS/2 mouse device common for all mice\n[ 0.664780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666898] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668133] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670855] i2c /dev entries driver\n[ 0.671717] device-mapper: uevent: version 1.0.3\n[ 0.672801] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674690] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676166] NET: Registered protocol family 10\n[ 0.677270] NET: Registered protocol family 17\n[ 0.678303] Key type dns_resolver registered\n[ 0.679369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680648] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682655] registered taskstats version 1\n[ 0.683623] Loading compiled-in X.509 certificates\n[ 0.685199] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687379] zswap: loaded using pool lzo/zbud\n[ 0.688824] Key type trusted registered\n[ 0.690510] Key type encrypted registered\n[ 0.691453] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692614] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693839] evm: HMAC attrs: 0x1\n[ 0.694866] Magic number: 6:273:747\n[ 0.695820] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:51 UTC (1540233771)\n[ 0.697712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698994] EDD information not available.\n[ 0.774283] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775853] ata1.00: configured for MWDMA2\n[ 0.777091] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.789605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791098] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792468] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796166] Write protecting the kernel read-only data: 14336k\n[ 0.797835] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799784] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.643288] 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 1.45s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2018-10-22 18:44:25,555 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action used request id req-1f50c865-c534-4957-96b2-2ee35b6e4d3f 2018-10-22 18:44:25,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-bd758a35-ccd4-4dc9-a12f-d810b6828097 x-compute-request-id: req-bd758a35-ccd4-4dc9-a12f-d810b6828097 Content-Encoding: gzip Content-Length: 8075 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\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 2.49s]\n"} 2018-10-22 18:44:25,586 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-bd758a35-ccd4-4dc9-a12f-d810b6828097 2018-10-22 18:44:25,960 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-1d656ba6-992b-4f02-ae00-92a8d2c36a1e x-compute-request-id: req-1d656ba6-992b-4f02-ae00-92a8d2c36a1e Content-Encoding: gzip Content-Length: 10866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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.119737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.119740] usb 1-1: Product: QEMU USB Tablet\n[ 1.119743] usb 1-1: Manufacturer: QEMU\n[ 1.119745] usb 1-1: SerialNumber: 42\n[ 1.373689] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.387735] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.405965] random: dd urandom read with 5 bits of entropy available\n[ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.700058] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.060933] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:42:40 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)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:42:40 cirros kern.notice kernel: [ 1.405965] random: dd urandom read with 5 bits of entropy available\nOct 22 19:42:40 cirros kern.info kernel: [ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:42:41 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:42:42 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:42:42 cirros kern.info kernel: [ 3.700058] EXT4-fs\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:42:42 cirros kern.info kernel: [ 4.060933] 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: cirr"} 2018-10-22 18:44:25,960 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-1d656ba6-992b-4f02-ae00-92a8d2c36a1e 2018-10-22 18:44:26,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:26,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:26,965 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:27,631 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-4085eba5-377c-48b3-bc33-c7484b8276f2 x-compute-request-id: req-4085eba5-377c-48b3-bc33-c7484b8276f2 Content-Encoding: gzip Content-Length: 8109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509826607 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131547] pid_max: default: 32768 minimum: 301\n[ 0.132438] ACPI: Core revision 20150930\n[ 0.133826] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135124] Security Framework initialized\n[ 0.135932] Yama: becoming mindful.\n[ 0.136654] AppArmor: AppArmor initialized\n[ 0.137512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140110] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141314] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143493] Initializing cgroup subsys memory\n[ 0.144347] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146091] Initializing cgroup subsys net_cls\n[ 0.146952] Initializing cgroup subsys perf_event\n[ 0.147856] Initializing cgroup subsys net_prio\n[ 0.148729] Initializing cgroup subsys hugetlb\n[ 0.149599] Initializing cgroup subsys pids\n[ 0.150468] CPU: Physical Processor ID: 0\n[ 0.151973] mce: CPU supports 10 MCE banks\n[ 0.152815] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172495] ftrace: allocating 31920 entries in 125 pages\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199592] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200945] x2apic enabled\n[ 0.201756] Switched APIC routing to physical x2apic.\n[ 0.203500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204612] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208369] KVM setup paravirtual spinlock\n[ 0.209653] x86: Booted up 1 node, 1 CPUs\n[ 0.210465] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211851] devtmpfs: initialized\n[ 0.213563] evm: security.selinux\n[ 0.214266] evm: security.SMACK64\n[ 0.214955] evm: security.SMACK64EXEC\n[ 0.215694] evm: security.SMACK64TRANSMUTE\n[ 0.216500] evm: security.SMACK64MMAP\n[ 0.217248] evm: security.ima\n[ 0.217894] evm: security.capability\n[ 0.218691] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220541] pinctrl core: initialized pinctrl subsystem\n[ 0.221639] RTC time: 18:42:50, date: 10/22/18\n[ 0.222591] NET: Registered protocol family 16\n[ 0.223558] cpuidle: using governor ladder\n[ 0.224375] cpuidle: using governor menu\n[ 0.225158] PCCT header not found.\n[ 0.225915] ACPI: bus type PCI registered\n[ 0.226716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227957] PCI: Using configuration type 1 for base access\n[ 0.229697] ACPI: Added _OSI(Module Device)\n[ 0.230545] ACPI: Added _OSI(Processor Device)\n[ 0.231408] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232304] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234399] ACPI: Interpreter enabled\n[ 0.235180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242608] ACPI: (supports S0 S5)\n[ 0.243312] ACPI: Using IOAPIC for interrupt routing\n[ 0.244371] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253242] acpiphp: Slot [3] registered\n[ 0.254059] acpiphp: Slot [4] registered\n[ 0.254856] acpiphp: Slot [5] registered\n[ 0.255647] acpiphp: Slot [6] registered\n[ 0.256443] acpiphp: Slot [7] registered\n[ 0.257253] acpiphp: Slot [8] registered\n[ 0.258059] acpiphp: Slot [9] registered\n[ 0.258852] acpiphp: Slot [10] registered\n[ 0.259658] acpiphp: Slot [11] registered\n[ 0.260474] acpiphp: Slot [12] registered\n[ 0.261296] acpiphp: Slot [13] registered\n[ 0.262112] acpiphp: Slot [14] registered\n[ 0.262917] acpiphp: Slot [15] registered\n[ 0.273974] acpiphp: Slot [16] registered\n[ 0.274789] acpiphp: Slot [17] registered\n[ 0.275599] acpiphp: Slot [18] registered\n[ 0.276418] acpiphp: Slot [19] registered\n[ 0.277239] acpiphp: Slot [20] registered\n[ 0.278056] acpiphp: Slot [21] registered\n[ 0.278866] acpiphp: Slot [22] registered\n[ 0.279668] acpiphp: Slot [23] registered\n[ 0.280482] acpiphp: Slot [24] registered\n[ 0.281302] acpiphp: Slot [25] registered\n[ 0.282127] acpiphp: Slot [26] registered\n[ 0.282933] acpiphp: Slot [27] registered\n[ 0.283736] acpiphp: Slot [28] registered\n[ 0.284550] acpiphp: Slot [29] registered\n[ 0.285357] acpiphp: Slot [30] registered\n[ 0.286170] acpiphp: Slot [31] registered\n[ 0.286974] PCI host bridge to bus 0000:00\n[ 0.287774] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288984] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290199] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291643] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293090] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299222] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300493] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302928] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310763] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355701] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357173] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359984] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362607] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364976] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366516] vgaarb: loaded\n[ 0.367117] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368242] SCSI subsystem initialized\n[ 0.369058] ACPI: bus type USB registered\n[ 0.369873] usbcore: registered new interface driver usbfs\n[ 0.370898] usbcore: registered new interface driver hub\n[ 0.371900] usbcore: registered new device driver usb\n[ 0.372943] PCI: Using ACPI for IRQ routing\n[ 0.373954] NetLabel: Initializing\n[ 0.374656] NetLabel: domain hash size = 128\n[ 0.375504] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376458] NetLabel: unlabeled traffic allowed by default\n[ 0.377547] clocksource: Switched to clocksource kvm-clock\n[ 0.382928] AppArmor: AppArmor Filesystem Enabled\n[ 0.383894] pnp: PnP ACPI init\n[ 0.384801] pnp: PnP ACPI: found 5 devices\n[ 0.391172] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392885] NET: Registered protocol family 2\n[ 0.393841] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395114] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396298] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397466] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398551] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399722] NET: Registered protocol family 1\n[ 0.400590] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401687] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417092] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431587] Trying to unpack rootfs image as initramfs...\n[ 0.481153] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495402] Scanning for low memory corruption every 60 seconds\n[ 0.496952] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498330] audit: initializing netlink subsys (disabled)\n[ 0.499553] audit: type=2000 audit(1540233771.256:1): initialized\n[ 0.501084] Initialise system trusted keyring\n[ 0.502199] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505853] zbud: loaded\n[ 0.506637] VFS: Disk quotas dquot_6.6.0\n[ 0.507601] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.23)\n[ 0.510341] Key type big_key registered\n[ 0.511244] Allocating IMA MOK and blacklist keyrings.\n[ 0.512843] Key type asymmetric registered\n[ 0.513794] Asymmetric key parser 'x509' registered\n[ 0.514952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516633] io scheduler noop registered\n[ 0.517560] io scheduler deadline registered (default)\n[ 0.518696] io scheduler cfq registered\n[ 0.519619] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522269] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523930] ACPI: Power Button [PWRF]\n[ 0.524891] GHES: HEST is not enabled!\n[ 0.538501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569389] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595862] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598094] Linux agpgart interface v0.103\n[ 0.600199] brd: module loaded\n[ 0.601434] loop: module loaded\n[ 0.606270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607929] GPT:90111 != 2097151\n[ 0.608688] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609950] GPT:90111 != 2097151\n[ 0.610699] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611801] vda: vda1 vda15\n[ 0.613393] scsi host0: ata_piix\n[ 0.614223] scsi host1: ata_piix\n[ 0.614986] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617994] libphy: Fixed MDIO Bus: probed\n[ 0.618933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619998] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622328] PPP generic driver version 2.4.2\n[ 0.623493] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624838] ehci-pci: EHCI PCI platform driver\n[ 0.625800] ehci-platform: EHCI generic platform driver\n[ 0.626914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628168] ohci-pci: OHCI PCI platform driver\n[ 0.629150] ohci-platform: OHCI generic platform driver\n[ 0.630276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644975] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653253] usb usb1: Product: UHCI Host Controller\n[ 0.654316] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655717] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656838] hub 1-0:1.0: USB hub found\n[ 0.657736] hub 1-0:1.0: 2 ports detected\n[ 0.658777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661149] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662253] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663396] mousedev: PS/2 mouse device common for all mice\n[ 0.664780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666898] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668133] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670855] i2c /dev entries driver\n[ 0.671717] device-mapper: uevent: version 1.0.3\n[ 0.672801] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674690] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676166] NET: Registered protocol family 10\n[ 0.677270] NET: Registered protocol family 17\n[ 0.678303] Key type dns_resolver registered\n[ 0.679369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680648] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682655] registered taskstats version 1\n[ 0.683623] Loading compiled-in X.509 certificates\n[ 0.685199] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687379] zswap: loaded using pool lzo/zbud\n[ 0.688824] Key type trusted registered\n[ 0.690510] Key type encrypted registered\n[ 0.691453] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692614] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693839] evm: HMAC attrs: 0x1\n[ 0.694866] Magic number: 6:273:747\n[ 0.695820] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:51 UTC (1540233771)\n[ 0.697712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698994] EDD information not available.\n[ 0.774283] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775853] ata1.00: configured for MWDMA2\n[ 0.777091] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.789605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791098] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792468] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796166] Write protecting the kernel read-only data: 14336k\n[ 0.797835] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799784] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.643288] 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 1.45s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2018-10-22 18:44:27,632 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action used request id req-4085eba5-377c-48b3-bc33-c7484b8276f2 2018-10-22 18:44:27,665 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-ffcd0d1a-c17a-4f2a-9c62-0a3afd0323aa x-compute-request-id: req-ffcd0d1a-c17a-4f2a-9c62-0a3afd0323aa Content-Encoding: gzip Content-Length: 8086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\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 2.49s]\nping 10.10.10.7 KO\n"} 2018-10-22 18:44:27,666 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-ffcd0d1a-c17a-4f2a-9c62-0a3afd0323aa 2018-10-22 18:44:28,039 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-3e7ca090-03a3-4f4e-9603-109828edec13 x-compute-request-id: req-3e7ca090-03a3-4f4e-9603-109828edec13 Content-Encoding: gzip Content-Length: 10866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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.119737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.119740] usb 1-1: Product: QEMU USB Tablet\n[ 1.119743] usb 1-1: Manufacturer: QEMU\n[ 1.119745] usb 1-1: SerialNumber: 42\n[ 1.373689] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.387735] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.405965] random: dd urandom read with 5 bits of entropy available\n[ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.700058] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.060933] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:42:40 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)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:42:40 cirros kern.notice kernel: [ 1.405965] random: dd urandom read with 5 bits of entropy available\nOct 22 19:42:40 cirros kern.info kernel: [ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:42:41 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:42:42 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:42:42 cirros kern.info kernel: [ 3.700058] EXT4-fs\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:42:42 cirros kern.info kernel: [ 4.060933] 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: cirr"} 2018-10-22 18:44:28,040 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-3e7ca090-03a3-4f4e-9603-109828edec13 2018-10-22 18:44:28,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:28,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:29,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:29,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-fb425f12-0fe0-4959-9c14-a58d2f726e79 x-compute-request-id: req-fb425f12-0fe0-4959-9c14-a58d2f726e79 Content-Encoding: gzip Content-Length: 8109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509826607 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131547] pid_max: default: 32768 minimum: 301\n[ 0.132438] ACPI: Core revision 20150930\n[ 0.133826] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135124] Security Framework initialized\n[ 0.135932] Yama: becoming mindful.\n[ 0.136654] AppArmor: AppArmor initialized\n[ 0.137512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140110] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141314] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143493] Initializing cgroup subsys memory\n[ 0.144347] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146091] Initializing cgroup subsys net_cls\n[ 0.146952] Initializing cgroup subsys perf_event\n[ 0.147856] Initializing cgroup subsys net_prio\n[ 0.148729] Initializing cgroup subsys hugetlb\n[ 0.149599] Initializing cgroup subsys pids\n[ 0.150468] CPU: Physical Processor ID: 0\n[ 0.151973] mce: CPU supports 10 MCE banks\n[ 0.152815] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172495] ftrace: allocating 31920 entries in 125 pages\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199592] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200945] x2apic enabled\n[ 0.201756] Switched APIC routing to physical x2apic.\n[ 0.203500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204612] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208369] KVM setup paravirtual spinlock\n[ 0.209653] x86: Booted up 1 node, 1 CPUs\n[ 0.210465] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211851] devtmpfs: initialized\n[ 0.213563] evm: security.selinux\n[ 0.214266] evm: security.SMACK64\n[ 0.214955] evm: security.SMACK64EXEC\n[ 0.215694] evm: security.SMACK64TRANSMUTE\n[ 0.216500] evm: security.SMACK64MMAP\n[ 0.217248] evm: security.ima\n[ 0.217894] evm: security.capability\n[ 0.218691] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220541] pinctrl core: initialized pinctrl subsystem\n[ 0.221639] RTC time: 18:42:50, date: 10/22/18\n[ 0.222591] NET: Registered protocol family 16\n[ 0.223558] cpuidle: using governor ladder\n[ 0.224375] cpuidle: using governor menu\n[ 0.225158] PCCT header not found.\n[ 0.225915] ACPI: bus type PCI registered\n[ 0.226716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227957] PCI: Using configuration type 1 for base access\n[ 0.229697] ACPI: Added _OSI(Module Device)\n[ 0.230545] ACPI: Added _OSI(Processor Device)\n[ 0.231408] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232304] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234399] ACPI: Interpreter enabled\n[ 0.235180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242608] ACPI: (supports S0 S5)\n[ 0.243312] ACPI: Using IOAPIC for interrupt routing\n[ 0.244371] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253242] acpiphp: Slot [3] registered\n[ 0.254059] acpiphp: Slot [4] registered\n[ 0.254856] acpiphp: Slot [5] registered\n[ 0.255647] acpiphp: Slot [6] registered\n[ 0.256443] acpiphp: Slot [7] registered\n[ 0.257253] acpiphp: Slot [8] registered\n[ 0.258059] acpiphp: Slot [9] registered\n[ 0.258852] acpiphp: Slot [10] registered\n[ 0.259658] acpiphp: Slot [11] registered\n[ 0.260474] acpiphp: Slot [12] registered\n[ 0.261296] acpiphp: Slot [13] registered\n[ 0.262112] acpiphp: Slot [14] registered\n[ 0.262917] acpiphp: Slot [15] registered\n[ 0.273974] acpiphp: Slot [16] registered\n[ 0.274789] acpiphp: Slot [17] registered\n[ 0.275599] acpiphp: Slot [18] registered\n[ 0.276418] acpiphp: Slot [19] registered\n[ 0.277239] acpiphp: Slot [20] registered\n[ 0.278056] acpiphp: Slot [21] registered\n[ 0.278866] acpiphp: Slot [22] registered\n[ 0.279668] acpiphp: Slot [23] registered\n[ 0.280482] acpiphp: Slot [24] registered\n[ 0.281302] acpiphp: Slot [25] registered\n[ 0.282127] acpiphp: Slot [26] registered\n[ 0.282933] acpiphp: Slot [27] registered\n[ 0.283736] acpiphp: Slot [28] registered\n[ 0.284550] acpiphp: Slot [29] registered\n[ 0.285357] acpiphp: Slot [30] registered\n[ 0.286170] acpiphp: Slot [31] registered\n[ 0.286974] PCI host bridge to bus 0000:00\n[ 0.287774] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288984] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290199] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291643] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293090] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299222] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300493] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302928] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310763] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355701] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357173] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359984] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362607] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364976] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366516] vgaarb: loaded\n[ 0.367117] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368242] SCSI subsystem initialized\n[ 0.369058] ACPI: bus type USB registered\n[ 0.369873] usbcore: registered new interface driver usbfs\n[ 0.370898] usbcore: registered new interface driver hub\n[ 0.371900] usbcore: registered new device driver usb\n[ 0.372943] PCI: Using ACPI for IRQ routing\n[ 0.373954] NetLabel: Initializing\n[ 0.374656] NetLabel: domain hash size = 128\n[ 0.375504] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376458] NetLabel: unlabeled traffic allowed by default\n[ 0.377547] clocksource: Switched to clocksource kvm-clock\n[ 0.382928] AppArmor: AppArmor Filesystem Enabled\n[ 0.383894] pnp: PnP ACPI init\n[ 0.384801] pnp: PnP ACPI: found 5 devices\n[ 0.391172] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392885] NET: Registered protocol family 2\n[ 0.393841] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395114] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396298] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397466] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398551] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399722] NET: Registered protocol family 1\n[ 0.400590] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401687] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417092] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431587] Trying to unpack rootfs image as initramfs...\n[ 0.481153] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495402] Scanning for low memory corruption every 60 seconds\n[ 0.496952] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498330] audit: initializing netlink subsys (disabled)\n[ 0.499553] audit: type=2000 audit(1540233771.256:1): initialized\n[ 0.501084] Initialise system trusted keyring\n[ 0.502199] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505853] zbud: loaded\n[ 0.506637] VFS: Disk quotas dquot_6.6.0\n[ 0.507601] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.23)\n[ 0.510341] Key type big_key registered\n[ 0.511244] Allocating IMA MOK and blacklist keyrings.\n[ 0.512843] Key type asymmetric registered\n[ 0.513794] Asymmetric key parser 'x509' registered\n[ 0.514952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516633] io scheduler noop registered\n[ 0.517560] io scheduler deadline registered (default)\n[ 0.518696] io scheduler cfq registered\n[ 0.519619] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522269] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523930] ACPI: Power Button [PWRF]\n[ 0.524891] GHES: HEST is not enabled!\n[ 0.538501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569389] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595862] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598094] Linux agpgart interface v0.103\n[ 0.600199] brd: module loaded\n[ 0.601434] loop: module loaded\n[ 0.606270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607929] GPT:90111 != 2097151\n[ 0.608688] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609950] GPT:90111 != 2097151\n[ 0.610699] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611801] vda: vda1 vda15\n[ 0.613393] scsi host0: ata_piix\n[ 0.614223] scsi host1: ata_piix\n[ 0.614986] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617994] libphy: Fixed MDIO Bus: probed\n[ 0.618933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619998] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622328] PPP generic driver version 2.4.2\n[ 0.623493] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624838] ehci-pci: EHCI PCI platform driver\n[ 0.625800] ehci-platform: EHCI generic platform driver\n[ 0.626914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628168] ohci-pci: OHCI PCI platform driver\n[ 0.629150] ohci-platform: OHCI generic platform driver\n[ 0.630276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644975] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653253] usb usb1: Product: UHCI Host Controller\n[ 0.654316] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655717] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656838] hub 1-0:1.0: USB hub found\n[ 0.657736] hub 1-0:1.0: 2 ports detected\n[ 0.658777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661149] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662253] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663396] mousedev: PS/2 mouse device common for all mice\n[ 0.664780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666898] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668133] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670855] i2c /dev entries driver\n[ 0.671717] device-mapper: uevent: version 1.0.3\n[ 0.672801] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674690] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676166] NET: Registered protocol family 10\n[ 0.677270] NET: Registered protocol family 17\n[ 0.678303] Key type dns_resolver registered\n[ 0.679369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680648] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682655] registered taskstats version 1\n[ 0.683623] Loading compiled-in X.509 certificates\n[ 0.685199] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687379] zswap: loaded using pool lzo/zbud\n[ 0.688824] Key type trusted registered\n[ 0.690510] Key type encrypted registered\n[ 0.691453] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692614] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693839] evm: HMAC attrs: 0x1\n[ 0.694866] Magic number: 6:273:747\n[ 0.695820] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:51 UTC (1540233771)\n[ 0.697712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698994] EDD information not available.\n[ 0.774283] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775853] ata1.00: configured for MWDMA2\n[ 0.777091] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.789605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791098] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792468] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796166] Write protecting the kernel read-only data: 14336k\n[ 0.797835] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799784] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.643288] 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 1.45s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2018-10-22 18:44:29,704 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action used request id req-fb425f12-0fe0-4959-9c14-a58d2f726e79 2018-10-22 18:44:29,738 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-c4eec055-93e2-4de0-bcb0-42852fd6a43f x-compute-request-id: req-c4eec055-93e2-4de0-bcb0-42852fd6a43f Content-Encoding: gzip Content-Length: 8086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\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 2.49s]\nping 10.10.10.7 KO\n"} 2018-10-22 18:44:29,738 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-c4eec055-93e2-4de0-bcb0-42852fd6a43f 2018-10-22 18:44:30,121 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-a87168d9-91ac-4e55-8cff-9dfe84cbb7ab x-compute-request-id: req-a87168d9-91ac-4e55-8cff-9dfe84cbb7ab Content-Encoding: gzip Content-Length: 10866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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.119737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.119740] usb 1-1: Product: QEMU USB Tablet\n[ 1.119743] usb 1-1: Manufacturer: QEMU\n[ 1.119745] usb 1-1: SerialNumber: 42\n[ 1.373689] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.387735] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.405965] random: dd urandom read with 5 bits of entropy available\n[ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.700058] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.060933] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:42:40 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)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:42:40 cirros kern.notice kernel: [ 1.405965] random: dd urandom read with 5 bits of entropy available\nOct 22 19:42:40 cirros kern.info kernel: [ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:42:41 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:42:42 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:42:42 cirros kern.info kernel: [ 3.700058] EXT4-fs\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:42:42 cirros kern.info kernel: [ 4.060933] 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: cirr"} 2018-10-22 18:44:30,122 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-a87168d9-91ac-4e55-8cff-9dfe84cbb7ab 2018-10-22 18:44:30,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:30,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:31,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:31,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c94cfca-5ec7-497f-9913-a485758f731a x-compute-request-id: req-7c94cfca-5ec7-497f-9913-a485758f731a Content-Encoding: gzip Content-Length: 8109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509826607 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131547] pid_max: default: 32768 minimum: 301\n[ 0.132438] ACPI: Core revision 20150930\n[ 0.133826] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135124] Security Framework initialized\n[ 0.135932] Yama: becoming mindful.\n[ 0.136654] AppArmor: AppArmor initialized\n[ 0.137512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140110] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141314] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143493] Initializing cgroup subsys memory\n[ 0.144347] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146091] Initializing cgroup subsys net_cls\n[ 0.146952] Initializing cgroup subsys perf_event\n[ 0.147856] Initializing cgroup subsys net_prio\n[ 0.148729] Initializing cgroup subsys hugetlb\n[ 0.149599] Initializing cgroup subsys pids\n[ 0.150468] CPU: Physical Processor ID: 0\n[ 0.151973] mce: CPU supports 10 MCE banks\n[ 0.152815] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172495] ftrace: allocating 31920 entries in 125 pages\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199592] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200945] x2apic enabled\n[ 0.201756] Switched APIC routing to physical x2apic.\n[ 0.203500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204612] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208369] KVM setup paravirtual spinlock\n[ 0.209653] x86: Booted up 1 node, 1 CPUs\n[ 0.210465] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211851] devtmpfs: initialized\n[ 0.213563] evm: security.selinux\n[ 0.214266] evm: security.SMACK64\n[ 0.214955] evm: security.SMACK64EXEC\n[ 0.215694] evm: security.SMACK64TRANSMUTE\n[ 0.216500] evm: security.SMACK64MMAP\n[ 0.217248] evm: security.ima\n[ 0.217894] evm: security.capability\n[ 0.218691] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220541] pinctrl core: initialized pinctrl subsystem\n[ 0.221639] RTC time: 18:42:50, date: 10/22/18\n[ 0.222591] NET: Registered protocol family 16\n[ 0.223558] cpuidle: using governor ladder\n[ 0.224375] cpuidle: using governor menu\n[ 0.225158] PCCT header not found.\n[ 0.225915] ACPI: bus type PCI registered\n[ 0.226716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227957] PCI: Using configuration type 1 for base access\n[ 0.229697] ACPI: Added _OSI(Module Device)\n[ 0.230545] ACPI: Added _OSI(Processor Device)\n[ 0.231408] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232304] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234399] ACPI: Interpreter enabled\n[ 0.235180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242608] ACPI: (supports S0 S5)\n[ 0.243312] ACPI: Using IOAPIC for interrupt routing\n[ 0.244371] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253242] acpiphp: Slot [3] registered\n[ 0.254059] acpiphp: Slot [4] registered\n[ 0.254856] acpiphp: Slot [5] registered\n[ 0.255647] acpiphp: Slot [6] registered\n[ 0.256443] acpiphp: Slot [7] registered\n[ 0.257253] acpiphp: Slot [8] registered\n[ 0.258059] acpiphp: Slot [9] registered\n[ 0.258852] acpiphp: Slot [10] registered\n[ 0.259658] acpiphp: Slot [11] registered\n[ 0.260474] acpiphp: Slot [12] registered\n[ 0.261296] acpiphp: Slot [13] registered\n[ 0.262112] acpiphp: Slot [14] registered\n[ 0.262917] acpiphp: Slot [15] registered\n[ 0.273974] acpiphp: Slot [16] registered\n[ 0.274789] acpiphp: Slot [17] registered\n[ 0.275599] acpiphp: Slot [18] registered\n[ 0.276418] acpiphp: Slot [19] registered\n[ 0.277239] acpiphp: Slot [20] registered\n[ 0.278056] acpiphp: Slot [21] registered\n[ 0.278866] acpiphp: Slot [22] registered\n[ 0.279668] acpiphp: Slot [23] registered\n[ 0.280482] acpiphp: Slot [24] registered\n[ 0.281302] acpiphp: Slot [25] registered\n[ 0.282127] acpiphp: Slot [26] registered\n[ 0.282933] acpiphp: Slot [27] registered\n[ 0.283736] acpiphp: Slot [28] registered\n[ 0.284550] acpiphp: Slot [29] registered\n[ 0.285357] acpiphp: Slot [30] registered\n[ 0.286170] acpiphp: Slot [31] registered\n[ 0.286974] PCI host bridge to bus 0000:00\n[ 0.287774] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288984] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290199] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291643] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293090] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299222] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300493] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302928] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310763] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355701] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357173] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359984] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362607] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364976] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366516] vgaarb: loaded\n[ 0.367117] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368242] SCSI subsystem initialized\n[ 0.369058] ACPI: bus type USB registered\n[ 0.369873] usbcore: registered new interface driver usbfs\n[ 0.370898] usbcore: registered new interface driver hub\n[ 0.371900] usbcore: registered new device driver usb\n[ 0.372943] PCI: Using ACPI for IRQ routing\n[ 0.373954] NetLabel: Initializing\n[ 0.374656] NetLabel: domain hash size = 128\n[ 0.375504] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376458] NetLabel: unlabeled traffic allowed by default\n[ 0.377547] clocksource: Switched to clocksource kvm-clock\n[ 0.382928] AppArmor: AppArmor Filesystem Enabled\n[ 0.383894] pnp: PnP ACPI init\n[ 0.384801] pnp: PnP ACPI: found 5 devices\n[ 0.391172] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392885] NET: Registered protocol family 2\n[ 0.393841] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395114] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396298] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397466] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398551] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399722] NET: Registered protocol family 1\n[ 0.400590] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401687] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417092] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431587] Trying to unpack rootfs image as initramfs...\n[ 0.481153] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495402] Scanning for low memory corruption every 60 seconds\n[ 0.496952] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498330] audit: initializing netlink subsys (disabled)\n[ 0.499553] audit: type=2000 audit(1540233771.256:1): initialized\n[ 0.501084] Initialise system trusted keyring\n[ 0.502199] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505853] zbud: loaded\n[ 0.506637] VFS: Disk quotas dquot_6.6.0\n[ 0.507601] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.23)\n[ 0.510341] Key type big_key registered\n[ 0.511244] Allocating IMA MOK and blacklist keyrings.\n[ 0.512843] Key type asymmetric registered\n[ 0.513794] Asymmetric key parser 'x509' registered\n[ 0.514952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516633] io scheduler noop registered\n[ 0.517560] io scheduler deadline registered (default)\n[ 0.518696] io scheduler cfq registered\n[ 0.519619] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522269] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523930] ACPI: Power Button [PWRF]\n[ 0.524891] GHES: HEST is not enabled!\n[ 0.538501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569389] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595862] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598094] Linux agpgart interface v0.103\n[ 0.600199] brd: module loaded\n[ 0.601434] loop: module loaded\n[ 0.606270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607929] GPT:90111 != 2097151\n[ 0.608688] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609950] GPT:90111 != 2097151\n[ 0.610699] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611801] vda: vda1 vda15\n[ 0.613393] scsi host0: ata_piix\n[ 0.614223] scsi host1: ata_piix\n[ 0.614986] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617994] libphy: Fixed MDIO Bus: probed\n[ 0.618933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619998] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622328] PPP generic driver version 2.4.2\n[ 0.623493] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624838] ehci-pci: EHCI PCI platform driver\n[ 0.625800] ehci-platform: EHCI generic platform driver\n[ 0.626914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628168] ohci-pci: OHCI PCI platform driver\n[ 0.629150] ohci-platform: OHCI generic platform driver\n[ 0.630276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644975] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653253] usb usb1: Product: UHCI Host Controller\n[ 0.654316] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655717] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656838] hub 1-0:1.0: USB hub found\n[ 0.657736] hub 1-0:1.0: 2 ports detected\n[ 0.658777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661149] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662253] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663396] mousedev: PS/2 mouse device common for all mice\n[ 0.664780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666898] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668133] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670855] i2c /dev entries driver\n[ 0.671717] device-mapper: uevent: version 1.0.3\n[ 0.672801] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674690] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676166] NET: Registered protocol family 10\n[ 0.677270] NET: Registered protocol family 17\n[ 0.678303] Key type dns_resolver registered\n[ 0.679369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680648] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682655] registered taskstats version 1\n[ 0.683623] Loading compiled-in X.509 certificates\n[ 0.685199] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687379] zswap: loaded using pool lzo/zbud\n[ 0.688824] Key type trusted registered\n[ 0.690510] Key type encrypted registered\n[ 0.691453] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692614] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693839] evm: HMAC attrs: 0x1\n[ 0.694866] Magic number: 6:273:747\n[ 0.695820] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:51 UTC (1540233771)\n[ 0.697712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698994] EDD information not available.\n[ 0.774283] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775853] ata1.00: configured for MWDMA2\n[ 0.777091] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.789605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791098] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792468] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796166] Write protecting the kernel read-only data: 14336k\n[ 0.797835] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799784] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.643288] 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 1.45s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2018-10-22 18:44:31,781 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action used request id req-7c94cfca-5ec7-497f-9913-a485758f731a 2018-10-22 18:44:31,811 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab162850-7d2e-4f6c-a12f-58379f99df19 x-compute-request-id: req-ab162850-7d2e-4f6c-a12f-58379f99df19 Content-Encoding: gzip Content-Length: 8086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\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 2.49s]\nping 10.10.10.7 KO\n"} 2018-10-22 18:44:31,812 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-ab162850-7d2e-4f6c-a12f-58379f99df19 2018-10-22 18:44:32,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-1176c9d0-4a0e-41e7-8af1-008fb9945db4 x-compute-request-id: req-1176c9d0-4a0e-41e7-8af1-008fb9945db4 Content-Encoding: gzip Content-Length: 10866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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.119737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.119740] usb 1-1: Product: QEMU USB Tablet\n[ 1.119743] usb 1-1: Manufacturer: QEMU\n[ 1.119745] usb 1-1: SerialNumber: 42\n[ 1.373689] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.387735] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.405965] random: dd urandom read with 5 bits of entropy available\n[ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.700058] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.060933] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:42:40 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)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:42:40 cirros kern.notice kernel: [ 1.405965] random: dd urandom read with 5 bits of entropy available\nOct 22 19:42:40 cirros kern.info kernel: [ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:42:41 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:42:42 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:42:42 cirros kern.info kernel: [ 3.700058] EXT4-fs\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:42:42 cirros kern.info kernel: [ 4.060933] 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: cirr"} 2018-10-22 18:44:32,210 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-1176c9d0-4a0e-41e7-8af1-008fb9945db4 2018-10-22 18:44:32,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:32,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:33,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:33,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e81993bb-31fc-48e6-928c-005b33202870 x-compute-request-id: req-e81993bb-31fc-48e6-928c-005b33202870 Content-Encoding: gzip Content-Length: 8109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509826607 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131547] pid_max: default: 32768 minimum: 301\n[ 0.132438] ACPI: Core revision 20150930\n[ 0.133826] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135124] Security Framework initialized\n[ 0.135932] Yama: becoming mindful.\n[ 0.136654] AppArmor: AppArmor initialized\n[ 0.137512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140110] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141314] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143493] Initializing cgroup subsys memory\n[ 0.144347] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146091] Initializing cgroup subsys net_cls\n[ 0.146952] Initializing cgroup subsys perf_event\n[ 0.147856] Initializing cgroup subsys net_prio\n[ 0.148729] Initializing cgroup subsys hugetlb\n[ 0.149599] Initializing cgroup subsys pids\n[ 0.150468] CPU: Physical Processor ID: 0\n[ 0.151973] mce: CPU supports 10 MCE banks\n[ 0.152815] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172495] ftrace: allocating 31920 entries in 125 pages\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199592] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200945] x2apic enabled\n[ 0.201756] Switched APIC routing to physical x2apic.\n[ 0.203500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204612] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208369] KVM setup paravirtual spinlock\n[ 0.209653] x86: Booted up 1 node, 1 CPUs\n[ 0.210465] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211851] devtmpfs: initialized\n[ 0.213563] evm: security.selinux\n[ 0.214266] evm: security.SMACK64\n[ 0.214955] evm: security.SMACK64EXEC\n[ 0.215694] evm: security.SMACK64TRANSMUTE\n[ 0.216500] evm: security.SMACK64MMAP\n[ 0.217248] evm: security.ima\n[ 0.217894] evm: security.capability\n[ 0.218691] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220541] pinctrl core: initialized pinctrl subsystem\n[ 0.221639] RTC time: 18:42:50, date: 10/22/18\n[ 0.222591] NET: Registered protocol family 16\n[ 0.223558] cpuidle: using governor ladder\n[ 0.224375] cpuidle: using governor menu\n[ 0.225158] PCCT header not found.\n[ 0.225915] ACPI: bus type PCI registered\n[ 0.226716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227957] PCI: Using configuration type 1 for base access\n[ 0.229697] ACPI: Added _OSI(Module Device)\n[ 0.230545] ACPI: Added _OSI(Processor Device)\n[ 0.231408] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232304] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234399] ACPI: Interpreter enabled\n[ 0.235180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242608] ACPI: (supports S0 S5)\n[ 0.243312] ACPI: Using IOAPIC for interrupt routing\n[ 0.244371] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253242] acpiphp: Slot [3] registered\n[ 0.254059] acpiphp: Slot [4] registered\n[ 0.254856] acpiphp: Slot [5] registered\n[ 0.255647] acpiphp: Slot [6] registered\n[ 0.256443] acpiphp: Slot [7] registered\n[ 0.257253] acpiphp: Slot [8] registered\n[ 0.258059] acpiphp: Slot [9] registered\n[ 0.258852] acpiphp: Slot [10] registered\n[ 0.259658] acpiphp: Slot [11] registered\n[ 0.260474] acpiphp: Slot [12] registered\n[ 0.261296] acpiphp: Slot [13] registered\n[ 0.262112] acpiphp: Slot [14] registered\n[ 0.262917] acpiphp: Slot [15] registered\n[ 0.273974] acpiphp: Slot [16] registered\n[ 0.274789] acpiphp: Slot [17] registered\n[ 0.275599] acpiphp: Slot [18] registered\n[ 0.276418] acpiphp: Slot [19] registered\n[ 0.277239] acpiphp: Slot [20] registered\n[ 0.278056] acpiphp: Slot [21] registered\n[ 0.278866] acpiphp: Slot [22] registered\n[ 0.279668] acpiphp: Slot [23] registered\n[ 0.280482] acpiphp: Slot [24] registered\n[ 0.281302] acpiphp: Slot [25] registered\n[ 0.282127] acpiphp: Slot [26] registered\n[ 0.282933] acpiphp: Slot [27] registered\n[ 0.283736] acpiphp: Slot [28] registered\n[ 0.284550] acpiphp: Slot [29] registered\n[ 0.285357] acpiphp: Slot [30] registered\n[ 0.286170] acpiphp: Slot [31] registered\n[ 0.286974] PCI host bridge to bus 0000:00\n[ 0.287774] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288984] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290199] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291643] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293090] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299222] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300493] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302928] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310763] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355701] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357173] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359984] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362607] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364976] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366516] vgaarb: loaded\n[ 0.367117] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368242] SCSI subsystem initialized\n[ 0.369058] ACPI: bus type USB registered\n[ 0.369873] usbcore: registered new interface driver usbfs\n[ 0.370898] usbcore: registered new interface driver hub\n[ 0.371900] usbcore: registered new device driver usb\n[ 0.372943] PCI: Using ACPI for IRQ routing\n[ 0.373954] NetLabel: Initializing\n[ 0.374656] NetLabel: domain hash size = 128\n[ 0.375504] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376458] NetLabel: unlabeled traffic allowed by default\n[ 0.377547] clocksource: Switched to clocksource kvm-clock\n[ 0.382928] AppArmor: AppArmor Filesystem Enabled\n[ 0.383894] pnp: PnP ACPI init\n[ 0.384801] pnp: PnP ACPI: found 5 devices\n[ 0.391172] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392885] NET: Registered protocol family 2\n[ 0.393841] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395114] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396298] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397466] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398551] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399722] NET: Registered protocol family 1\n[ 0.400590] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401687] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417092] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431587] Trying to unpack rootfs image as initramfs...\n[ 0.481153] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495402] Scanning for low memory corruption every 60 seconds\n[ 0.496952] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498330] audit: initializing netlink subsys (disabled)\n[ 0.499553] audit: type=2000 audit(1540233771.256:1): initialized\n[ 0.501084] Initialise system trusted keyring\n[ 0.502199] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505853] zbud: loaded\n[ 0.506637] VFS: Disk quotas dquot_6.6.0\n[ 0.507601] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.23)\n[ 0.510341] Key type big_key registered\n[ 0.511244] Allocating IMA MOK and blacklist keyrings.\n[ 0.512843] Key type asymmetric registered\n[ 0.513794] Asymmetric key parser 'x509' registered\n[ 0.514952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516633] io scheduler noop registered\n[ 0.517560] io scheduler deadline registered (default)\n[ 0.518696] io scheduler cfq registered\n[ 0.519619] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522269] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523930] ACPI: Power Button [PWRF]\n[ 0.524891] GHES: HEST is not enabled!\n[ 0.538501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569389] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595862] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598094] Linux agpgart interface v0.103\n[ 0.600199] brd: module loaded\n[ 0.601434] loop: module loaded\n[ 0.606270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607929] GPT:90111 != 2097151\n[ 0.608688] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609950] GPT:90111 != 2097151\n[ 0.610699] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611801] vda: vda1 vda15\n[ 0.613393] scsi host0: ata_piix\n[ 0.614223] scsi host1: ata_piix\n[ 0.614986] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617994] libphy: Fixed MDIO Bus: probed\n[ 0.618933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619998] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622328] PPP generic driver version 2.4.2\n[ 0.623493] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624838] ehci-pci: EHCI PCI platform driver\n[ 0.625800] ehci-platform: EHCI generic platform driver\n[ 0.626914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628168] ohci-pci: OHCI PCI platform driver\n[ 0.629150] ohci-platform: OHCI generic platform driver\n[ 0.630276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644975] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653253] usb usb1: Product: UHCI Host Controller\n[ 0.654316] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655717] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656838] hub 1-0:1.0: USB hub found\n[ 0.657736] hub 1-0:1.0: 2 ports detected\n[ 0.658777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661149] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662253] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663396] mousedev: PS/2 mouse device common for all mice\n[ 0.664780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666898] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668133] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670855] i2c /dev entries driver\n[ 0.671717] device-mapper: uevent: version 1.0.3\n[ 0.672801] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674690] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676166] NET: Registered protocol family 10\n[ 0.677270] NET: Registered protocol family 17\n[ 0.678303] Key type dns_resolver registered\n[ 0.679369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680648] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682655] registered taskstats version 1\n[ 0.683623] Loading compiled-in X.509 certificates\n[ 0.685199] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687379] zswap: loaded using pool lzo/zbud\n[ 0.688824] Key type trusted registered\n[ 0.690510] Key type encrypted registered\n[ 0.691453] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692614] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693839] evm: HMAC attrs: 0x1\n[ 0.694866] Magic number: 6:273:747\n[ 0.695820] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:51 UTC (1540233771)\n[ 0.697712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698994] EDD information not available.\n[ 0.774283] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775853] ata1.00: configured for MWDMA2\n[ 0.777091] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.789605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791098] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792468] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796166] Write protecting the kernel read-only data: 14336k\n[ 0.797835] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799784] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.643288] 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 1.45s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2018-10-22 18:44:33,861 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action used request id req-e81993bb-31fc-48e6-928c-005b33202870 2018-10-22 18:44:33,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-602a2544-6c30-4beb-9598-d93af1b45cc3 x-compute-request-id: req-602a2544-6c30-4beb-9598-d93af1b45cc3 Content-Encoding: gzip Content-Length: 8086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\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 2.49s]\nping 10.10.10.7 KO\n"} 2018-10-22 18:44:33,888 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-602a2544-6c30-4beb-9598-d93af1b45cc3 2018-10-22 18:44:34,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-84df5dde-d7c4-49ef-8b5d-7676c9a33af0 x-compute-request-id: req-84df5dde-d7c4-49ef-8b5d-7676c9a33af0 Content-Encoding: gzip Content-Length: 10866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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.119737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.119740] usb 1-1: Product: QEMU USB Tablet\n[ 1.119743] usb 1-1: Manufacturer: QEMU\n[ 1.119745] usb 1-1: SerialNumber: 42\n[ 1.373689] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.387735] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.405965] random: dd urandom read with 5 bits of entropy available\n[ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.700058] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.060933] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:42:40 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)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:42:40 cirros kern.notice kernel: [ 1.405965] random: dd urandom read with 5 bits of entropy available\nOct 22 19:42:40 cirros kern.info kernel: [ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:42:41 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:42:42 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:42:42 cirros kern.info kernel: [ 3.700058] EXT4-fs\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:42:42 cirros kern.info kernel: [ 4.060933] 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: cirr"} 2018-10-22 18:44:34,289 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-84df5dde-d7c4-49ef-8b5d-7676c9a33af0 2018-10-22 18:44:34,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:34,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:35,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:35,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-5bb3f9ad-4da9-4bd4-b2df-6ea540c5f7ae x-compute-request-id: req-5bb3f9ad-4da9-4bd4-b2df-6ea540c5f7ae Content-Encoding: gzip Content-Length: 8109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509826607 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131547] pid_max: default: 32768 minimum: 301\n[ 0.132438] ACPI: Core revision 20150930\n[ 0.133826] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135124] Security Framework initialized\n[ 0.135932] Yama: becoming mindful.\n[ 0.136654] AppArmor: AppArmor initialized\n[ 0.137512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140110] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141314] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143493] Initializing cgroup subsys memory\n[ 0.144347] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146091] Initializing cgroup subsys net_cls\n[ 0.146952] Initializing cgroup subsys perf_event\n[ 0.147856] Initializing cgroup subsys net_prio\n[ 0.148729] Initializing cgroup subsys hugetlb\n[ 0.149599] Initializing cgroup subsys pids\n[ 0.150468] CPU: Physical Processor ID: 0\n[ 0.151973] mce: CPU supports 10 MCE banks\n[ 0.152815] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172495] ftrace: allocating 31920 entries in 125 pages\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199592] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200945] x2apic enabled\n[ 0.201756] Switched APIC routing to physical x2apic.\n[ 0.203500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204612] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208369] KVM setup paravirtual spinlock\n[ 0.209653] x86: Booted up 1 node, 1 CPUs\n[ 0.210465] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211851] devtmpfs: initialized\n[ 0.213563] evm: security.selinux\n[ 0.214266] evm: security.SMACK64\n[ 0.214955] evm: security.SMACK64EXEC\n[ 0.215694] evm: security.SMACK64TRANSMUTE\n[ 0.216500] evm: security.SMACK64MMAP\n[ 0.217248] evm: security.ima\n[ 0.217894] evm: security.capability\n[ 0.218691] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220541] pinctrl core: initialized pinctrl subsystem\n[ 0.221639] RTC time: 18:42:50, date: 10/22/18\n[ 0.222591] NET: Registered protocol family 16\n[ 0.223558] cpuidle: using governor ladder\n[ 0.224375] cpuidle: using governor menu\n[ 0.225158] PCCT header not found.\n[ 0.225915] ACPI: bus type PCI registered\n[ 0.226716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227957] PCI: Using configuration type 1 for base access\n[ 0.229697] ACPI: Added _OSI(Module Device)\n[ 0.230545] ACPI: Added _OSI(Processor Device)\n[ 0.231408] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232304] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234399] ACPI: Interpreter enabled\n[ 0.235180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242608] ACPI: (supports S0 S5)\n[ 0.243312] ACPI: Using IOAPIC for interrupt routing\n[ 0.244371] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253242] acpiphp: Slot [3] registered\n[ 0.254059] acpiphp: Slot [4] registered\n[ 0.254856] acpiphp: Slot [5] registered\n[ 0.255647] acpiphp: Slot [6] registered\n[ 0.256443] acpiphp: Slot [7] registered\n[ 0.257253] acpiphp: Slot [8] registered\n[ 0.258059] acpiphp: Slot [9] registered\n[ 0.258852] acpiphp: Slot [10] registered\n[ 0.259658] acpiphp: Slot [11] registered\n[ 0.260474] acpiphp: Slot [12] registered\n[ 0.261296] acpiphp: Slot [13] registered\n[ 0.262112] acpiphp: Slot [14] registered\n[ 0.262917] acpiphp: Slot [15] registered\n[ 0.273974] acpiphp: Slot [16] registered\n[ 0.274789] acpiphp: Slot [17] registered\n[ 0.275599] acpiphp: Slot [18] registered\n[ 0.276418] acpiphp: Slot [19] registered\n[ 0.277239] acpiphp: Slot [20] registered\n[ 0.278056] acpiphp: Slot [21] registered\n[ 0.278866] acpiphp: Slot [22] registered\n[ 0.279668] acpiphp: Slot [23] registered\n[ 0.280482] acpiphp: Slot [24] registered\n[ 0.281302] acpiphp: Slot [25] registered\n[ 0.282127] acpiphp: Slot [26] registered\n[ 0.282933] acpiphp: Slot [27] registered\n[ 0.283736] acpiphp: Slot [28] registered\n[ 0.284550] acpiphp: Slot [29] registered\n[ 0.285357] acpiphp: Slot [30] registered\n[ 0.286170] acpiphp: Slot [31] registered\n[ 0.286974] PCI host bridge to bus 0000:00\n[ 0.287774] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288984] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290199] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291643] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293090] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299222] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300493] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302928] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310763] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355701] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357173] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359984] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362607] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364976] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366516] vgaarb: loaded\n[ 0.367117] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368242] SCSI subsystem initialized\n[ 0.369058] ACPI: bus type USB registered\n[ 0.369873] usbcore: registered new interface driver usbfs\n[ 0.370898] usbcore: registered new interface driver hub\n[ 0.371900] usbcore: registered new device driver usb\n[ 0.372943] PCI: Using ACPI for IRQ routing\n[ 0.373954] NetLabel: Initializing\n[ 0.374656] NetLabel: domain hash size = 128\n[ 0.375504] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376458] NetLabel: unlabeled traffic allowed by default\n[ 0.377547] clocksource: Switched to clocksource kvm-clock\n[ 0.382928] AppArmor: AppArmor Filesystem Enabled\n[ 0.383894] pnp: PnP ACPI init\n[ 0.384801] pnp: PnP ACPI: found 5 devices\n[ 0.391172] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392885] NET: Registered protocol family 2\n[ 0.393841] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395114] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396298] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397466] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398551] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399722] NET: Registered protocol family 1\n[ 0.400590] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401687] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417092] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431587] Trying to unpack rootfs image as initramfs...\n[ 0.481153] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495402] Scanning for low memory corruption every 60 seconds\n[ 0.496952] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498330] audit: initializing netlink subsys (disabled)\n[ 0.499553] audit: type=2000 audit(1540233771.256:1): initialized\n[ 0.501084] Initialise system trusted keyring\n[ 0.502199] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505853] zbud: loaded\n[ 0.506637] VFS: Disk quotas dquot_6.6.0\n[ 0.507601] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.23)\n[ 0.510341] Key type big_key registered\n[ 0.511244] Allocating IMA MOK and blacklist keyrings.\n[ 0.512843] Key type asymmetric registered\n[ 0.513794] Asymmetric key parser 'x509' registered\n[ 0.514952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516633] io scheduler noop registered\n[ 0.517560] io scheduler deadline registered (default)\n[ 0.518696] io scheduler cfq registered\n[ 0.519619] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522269] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523930] ACPI: Power Button [PWRF]\n[ 0.524891] GHES: HEST is not enabled!\n[ 0.538501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569389] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595862] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598094] Linux agpgart interface v0.103\n[ 0.600199] brd: module loaded\n[ 0.601434] loop: module loaded\n[ 0.606270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607929] GPT:90111 != 2097151\n[ 0.608688] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609950] GPT:90111 != 2097151\n[ 0.610699] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611801] vda: vda1 vda15\n[ 0.613393] scsi host0: ata_piix\n[ 0.614223] scsi host1: ata_piix\n[ 0.614986] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617994] libphy: Fixed MDIO Bus: probed\n[ 0.618933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619998] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622328] PPP generic driver version 2.4.2\n[ 0.623493] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624838] ehci-pci: EHCI PCI platform driver\n[ 0.625800] ehci-platform: EHCI generic platform driver\n[ 0.626914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628168] ohci-pci: OHCI PCI platform driver\n[ 0.629150] ohci-platform: OHCI generic platform driver\n[ 0.630276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644975] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653253] usb usb1: Product: UHCI Host Controller\n[ 0.654316] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655717] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656838] hub 1-0:1.0: USB hub found\n[ 0.657736] hub 1-0:1.0: 2 ports detected\n[ 0.658777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661149] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662253] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663396] mousedev: PS/2 mouse device common for all mice\n[ 0.664780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666898] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668133] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670855] i2c /dev entries driver\n[ 0.671717] device-mapper: uevent: version 1.0.3\n[ 0.672801] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674690] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676166] NET: Registered protocol family 10\n[ 0.677270] NET: Registered protocol family 17\n[ 0.678303] Key type dns_resolver registered\n[ 0.679369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680648] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682655] registered taskstats version 1\n[ 0.683623] Loading compiled-in X.509 certificates\n[ 0.685199] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687379] zswap: loaded using pool lzo/zbud\n[ 0.688824] Key type trusted registered\n[ 0.690510] Key type encrypted registered\n[ 0.691453] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692614] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693839] evm: HMAC attrs: 0x1\n[ 0.694866] Magic number: 6:273:747\n[ 0.695820] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:51 UTC (1540233771)\n[ 0.697712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698994] EDD information not available.\n[ 0.774283] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775853] ata1.00: configured for MWDMA2\n[ 0.777091] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.789605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791098] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792468] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796166] Write protecting the kernel read-only data: 14336k\n[ 0.797835] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799784] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.643288] 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 1.45s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2018-10-22 18:44:35,937 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action used request id req-5bb3f9ad-4da9-4bd4-b2df-6ea540c5f7ae 2018-10-22 18:44:35,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-abbdb3eb-52bf-4875-9e91-160c97b715e7 x-compute-request-id: req-abbdb3eb-52bf-4875-9e91-160c97b715e7 Content-Encoding: gzip Content-Length: 8086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\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 2.49s]\nping 10.10.10.7 KO\n"} 2018-10-22 18:44:35,959 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-abbdb3eb-52bf-4875-9e91-160c97b715e7 2018-10-22 18:44:36,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44: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-2b204941-52d9-40f0-9e5b-1b242ddba6e0 x-compute-request-id: req-2b204941-52d9-40f0-9e5b-1b242ddba6e0 Content-Encoding: gzip Content-Length: 10866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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.119737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.119740] usb 1-1: Product: QEMU USB Tablet\n[ 1.119743] usb 1-1: Manufacturer: QEMU\n[ 1.119745] usb 1-1: SerialNumber: 42\n[ 1.373689] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.387735] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.405965] random: dd urandom read with 5 bits of entropy available\n[ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.700058] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.060933] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:42:40 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)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:42:40 cirros kern.notice kernel: [ 1.405965] random: dd urandom read with 5 bits of entropy available\nOct 22 19:42:40 cirros kern.info kernel: [ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:42:41 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:42:42 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:42:42 cirros kern.info kernel: [ 3.700058] EXT4-fs\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:42:42 cirros kern.info kernel: [ 4.060933] 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: cirr"} 2018-10-22 18:44:36,372 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-2b204941-52d9-40f0-9e5b-1b242ddba6e0 2018-10-22 18:44:36,943 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:36,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:37,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:38,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-ccd3f729-bf8c-4140-a5fd-6d6a777aa870 x-compute-request-id: req-ccd3f729-bf8c-4140-a5fd-6d6a777aa870 Content-Encoding: gzip Content-Length: 8109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509826607 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131547] pid_max: default: 32768 minimum: 301\n[ 0.132438] ACPI: Core revision 20150930\n[ 0.133826] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135124] Security Framework initialized\n[ 0.135932] Yama: becoming mindful.\n[ 0.136654] AppArmor: AppArmor initialized\n[ 0.137512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140110] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141314] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143493] Initializing cgroup subsys memory\n[ 0.144347] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146091] Initializing cgroup subsys net_cls\n[ 0.146952] Initializing cgroup subsys perf_event\n[ 0.147856] Initializing cgroup subsys net_prio\n[ 0.148729] Initializing cgroup subsys hugetlb\n[ 0.149599] Initializing cgroup subsys pids\n[ 0.150468] CPU: Physical Processor ID: 0\n[ 0.151973] mce: CPU supports 10 MCE banks\n[ 0.152815] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172495] ftrace: allocating 31920 entries in 125 pages\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199592] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200945] x2apic enabled\n[ 0.201756] Switched APIC routing to physical x2apic.\n[ 0.203500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204612] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208369] KVM setup paravirtual spinlock\n[ 0.209653] x86: Booted up 1 node, 1 CPUs\n[ 0.210465] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211851] devtmpfs: initialized\n[ 0.213563] evm: security.selinux\n[ 0.214266] evm: security.SMACK64\n[ 0.214955] evm: security.SMACK64EXEC\n[ 0.215694] evm: security.SMACK64TRANSMUTE\n[ 0.216500] evm: security.SMACK64MMAP\n[ 0.217248] evm: security.ima\n[ 0.217894] evm: security.capability\n[ 0.218691] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220541] pinctrl core: initialized pinctrl subsystem\n[ 0.221639] RTC time: 18:42:50, date: 10/22/18\n[ 0.222591] NET: Registered protocol family 16\n[ 0.223558] cpuidle: using governor ladder\n[ 0.224375] cpuidle: using governor menu\n[ 0.225158] PCCT header not found.\n[ 0.225915] ACPI: bus type PCI registered\n[ 0.226716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227957] PCI: Using configuration type 1 for base access\n[ 0.229697] ACPI: Added _OSI(Module Device)\n[ 0.230545] ACPI: Added _OSI(Processor Device)\n[ 0.231408] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232304] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234399] ACPI: Interpreter enabled\n[ 0.235180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242608] ACPI: (supports S0 S5)\n[ 0.243312] ACPI: Using IOAPIC for interrupt routing\n[ 0.244371] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253242] acpiphp: Slot [3] registered\n[ 0.254059] acpiphp: Slot [4] registered\n[ 0.254856] acpiphp: Slot [5] registered\n[ 0.255647] acpiphp: Slot [6] registered\n[ 0.256443] acpiphp: Slot [7] registered\n[ 0.257253] acpiphp: Slot [8] registered\n[ 0.258059] acpiphp: Slot [9] registered\n[ 0.258852] acpiphp: Slot [10] registered\n[ 0.259658] acpiphp: Slot [11] registered\n[ 0.260474] acpiphp: Slot [12] registered\n[ 0.261296] acpiphp: Slot [13] registered\n[ 0.262112] acpiphp: Slot [14] registered\n[ 0.262917] acpiphp: Slot [15] registered\n[ 0.273974] acpiphp: Slot [16] registered\n[ 0.274789] acpiphp: Slot [17] registered\n[ 0.275599] acpiphp: Slot [18] registered\n[ 0.276418] acpiphp: Slot [19] registered\n[ 0.277239] acpiphp: Slot [20] registered\n[ 0.278056] acpiphp: Slot [21] registered\n[ 0.278866] acpiphp: Slot [22] registered\n[ 0.279668] acpiphp: Slot [23] registered\n[ 0.280482] acpiphp: Slot [24] registered\n[ 0.281302] acpiphp: Slot [25] registered\n[ 0.282127] acpiphp: Slot [26] registered\n[ 0.282933] acpiphp: Slot [27] registered\n[ 0.283736] acpiphp: Slot [28] registered\n[ 0.284550] acpiphp: Slot [29] registered\n[ 0.285357] acpiphp: Slot [30] registered\n[ 0.286170] acpiphp: Slot [31] registered\n[ 0.286974] PCI host bridge to bus 0000:00\n[ 0.287774] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288984] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290199] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291643] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293090] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299222] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300493] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302928] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310763] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355701] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357173] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359984] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362607] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364976] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366516] vgaarb: loaded\n[ 0.367117] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368242] SCSI subsystem initialized\n[ 0.369058] ACPI: bus type USB registered\n[ 0.369873] usbcore: registered new interface driver usbfs\n[ 0.370898] usbcore: registered new interface driver hub\n[ 0.371900] usbcore: registered new device driver usb\n[ 0.372943] PCI: Using ACPI for IRQ routing\n[ 0.373954] NetLabel: Initializing\n[ 0.374656] NetLabel: domain hash size = 128\n[ 0.375504] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376458] NetLabel: unlabeled traffic allowed by default\n[ 0.377547] clocksource: Switched to clocksource kvm-clock\n[ 0.382928] AppArmor: AppArmor Filesystem Enabled\n[ 0.383894] pnp: PnP ACPI init\n[ 0.384801] pnp: PnP ACPI: found 5 devices\n[ 0.391172] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392885] NET: Registered protocol family 2\n[ 0.393841] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395114] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396298] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397466] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398551] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399722] NET: Registered protocol family 1\n[ 0.400590] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401687] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417092] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431587] Trying to unpack rootfs image as initramfs...\n[ 0.481153] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495402] Scanning for low memory corruption every 60 seconds\n[ 0.496952] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498330] audit: initializing netlink subsys (disabled)\n[ 0.499553] audit: type=2000 audit(1540233771.256:1): initialized\n[ 0.501084] Initialise system trusted keyring\n[ 0.502199] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505853] zbud: loaded\n[ 0.506637] VFS: Disk quotas dquot_6.6.0\n[ 0.507601] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.23)\n[ 0.510341] Key type big_key registered\n[ 0.511244] Allocating IMA MOK and blacklist keyrings.\n[ 0.512843] Key type asymmetric registered\n[ 0.513794] Asymmetric key parser 'x509' registered\n[ 0.514952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516633] io scheduler noop registered\n[ 0.517560] io scheduler deadline registered (default)\n[ 0.518696] io scheduler cfq registered\n[ 0.519619] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522269] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523930] ACPI: Power Button [PWRF]\n[ 0.524891] GHES: HEST is not enabled!\n[ 0.538501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569389] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595862] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598094] Linux agpgart interface v0.103\n[ 0.600199] brd: module loaded\n[ 0.601434] loop: module loaded\n[ 0.606270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607929] GPT:90111 != 2097151\n[ 0.608688] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609950] GPT:90111 != 2097151\n[ 0.610699] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611801] vda: vda1 vda15\n[ 0.613393] scsi host0: ata_piix\n[ 0.614223] scsi host1: ata_piix\n[ 0.614986] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617994] libphy: Fixed MDIO Bus: probed\n[ 0.618933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619998] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622328] PPP generic driver version 2.4.2\n[ 0.623493] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624838] ehci-pci: EHCI PCI platform driver\n[ 0.625800] ehci-platform: EHCI generic platform driver\n[ 0.626914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628168] ohci-pci: OHCI PCI platform driver\n[ 0.629150] ohci-platform: OHCI generic platform driver\n[ 0.630276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644975] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653253] usb usb1: Product: UHCI Host Controller\n[ 0.654316] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655717] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656838] hub 1-0:1.0: USB hub found\n[ 0.657736] hub 1-0:1.0: 2 ports detected\n[ 0.658777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661149] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662253] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663396] mousedev: PS/2 mouse device common for all mice\n[ 0.664780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666898] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668133] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670855] i2c /dev entries driver\n[ 0.671717] device-mapper: uevent: version 1.0.3\n[ 0.672801] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674690] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676166] NET: Registered protocol family 10\n[ 0.677270] NET: Registered protocol family 17\n[ 0.678303] Key type dns_resolver registered\n[ 0.679369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680648] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682655] registered taskstats version 1\n[ 0.683623] Loading compiled-in X.509 certificates\n[ 0.685199] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687379] zswap: loaded using pool lzo/zbud\n[ 0.688824] Key type trusted registered\n[ 0.690510] Key type encrypted registered\n[ 0.691453] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692614] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693839] evm: HMAC attrs: 0x1\n[ 0.694866] Magic number: 6:273:747\n[ 0.695820] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:51 UTC (1540233771)\n[ 0.697712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698994] EDD information not available.\n[ 0.774283] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775853] ata1.00: configured for MWDMA2\n[ 0.777091] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.789605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791098] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792468] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796166] Write protecting the kernel read-only data: 14336k\n[ 0.797835] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799784] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.643288] 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 1.45s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2018-10-22 18:44:38,015 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action used request id req-ccd3f729-bf8c-4140-a5fd-6d6a777aa870 2018-10-22 18:44:38,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-80dfda0f-1a9c-4124-ab2f-0ee0a004305f x-compute-request-id: req-80dfda0f-1a9c-4124-ab2f-0ee0a004305f Content-Encoding: gzip Content-Length: 8086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\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 2.49s]\nping 10.10.10.7 KO\n"} 2018-10-22 18:44:38,032 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-80dfda0f-1a9c-4124-ab2f-0ee0a004305f 2018-10-22 18:44:38,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-2b6ce350-3cc9-4586-97e5-871d9223d88d x-compute-request-id: req-2b6ce350-3cc9-4586-97e5-871d9223d88d Content-Encoding: gzip Content-Length: 10866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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.119737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.119740] usb 1-1: Product: QEMU USB Tablet\n[ 1.119743] usb 1-1: Manufacturer: QEMU\n[ 1.119745] usb 1-1: SerialNumber: 42\n[ 1.373689] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.387735] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.405965] random: dd urandom read with 5 bits of entropy available\n[ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.700058] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.060933] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:42:40 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)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:42:40 cirros kern.notice kernel: [ 1.405965] random: dd urandom read with 5 bits of entropy available\nOct 22 19:42:40 cirros kern.info kernel: [ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:42:41 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:42:42 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:42:42 cirros kern.info kernel: [ 3.700058] EXT4-fs\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:42:42 cirros kern.info kernel: [ 4.060933] 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: cirr"} 2018-10-22 18:44:38,449 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-2b6ce350-3cc9-4586-97e5-871d9223d88d 2018-10-22 18:44:39,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:39,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:39,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:40,091 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-4209e53b-2d33-444f-b8d9-7a629d6a8243 x-compute-request-id: req-4209e53b-2d33-444f-b8d9-7a629d6a8243 Content-Encoding: gzip Content-Length: 8109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509826607 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131547] pid_max: default: 32768 minimum: 301\n[ 0.132438] ACPI: Core revision 20150930\n[ 0.133826] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135124] Security Framework initialized\n[ 0.135932] Yama: becoming mindful.\n[ 0.136654] AppArmor: AppArmor initialized\n[ 0.137512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140110] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141314] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143493] Initializing cgroup subsys memory\n[ 0.144347] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146091] Initializing cgroup subsys net_cls\n[ 0.146952] Initializing cgroup subsys perf_event\n[ 0.147856] Initializing cgroup subsys net_prio\n[ 0.148729] Initializing cgroup subsys hugetlb\n[ 0.149599] Initializing cgroup subsys pids\n[ 0.150468] CPU: Physical Processor ID: 0\n[ 0.151973] mce: CPU supports 10 MCE banks\n[ 0.152815] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172495] ftrace: allocating 31920 entries in 125 pages\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199592] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200945] x2apic enabled\n[ 0.201756] Switched APIC routing to physical x2apic.\n[ 0.203500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204612] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208369] KVM setup paravirtual spinlock\n[ 0.209653] x86: Booted up 1 node, 1 CPUs\n[ 0.210465] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211851] devtmpfs: initialized\n[ 0.213563] evm: security.selinux\n[ 0.214266] evm: security.SMACK64\n[ 0.214955] evm: security.SMACK64EXEC\n[ 0.215694] evm: security.SMACK64TRANSMUTE\n[ 0.216500] evm: security.SMACK64MMAP\n[ 0.217248] evm: security.ima\n[ 0.217894] evm: security.capability\n[ 0.218691] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220541] pinctrl core: initialized pinctrl subsystem\n[ 0.221639] RTC time: 18:42:50, date: 10/22/18\n[ 0.222591] NET: Registered protocol family 16\n[ 0.223558] cpuidle: using governor ladder\n[ 0.224375] cpuidle: using governor menu\n[ 0.225158] PCCT header not found.\n[ 0.225915] ACPI: bus type PCI registered\n[ 0.226716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227957] PCI: Using configuration type 1 for base access\n[ 0.229697] ACPI: Added _OSI(Module Device)\n[ 0.230545] ACPI: Added _OSI(Processor Device)\n[ 0.231408] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232304] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234399] ACPI: Interpreter enabled\n[ 0.235180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242608] ACPI: (supports S0 S5)\n[ 0.243312] ACPI: Using IOAPIC for interrupt routing\n[ 0.244371] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253242] acpiphp: Slot [3] registered\n[ 0.254059] acpiphp: Slot [4] registered\n[ 0.254856] acpiphp: Slot [5] registered\n[ 0.255647] acpiphp: Slot [6] registered\n[ 0.256443] acpiphp: Slot [7] registered\n[ 0.257253] acpiphp: Slot [8] registered\n[ 0.258059] acpiphp: Slot [9] registered\n[ 0.258852] acpiphp: Slot [10] registered\n[ 0.259658] acpiphp: Slot [11] registered\n[ 0.260474] acpiphp: Slot [12] registered\n[ 0.261296] acpiphp: Slot [13] registered\n[ 0.262112] acpiphp: Slot [14] registered\n[ 0.262917] acpiphp: Slot [15] registered\n[ 0.273974] acpiphp: Slot [16] registered\n[ 0.274789] acpiphp: Slot [17] registered\n[ 0.275599] acpiphp: Slot [18] registered\n[ 0.276418] acpiphp: Slot [19] registered\n[ 0.277239] acpiphp: Slot [20] registered\n[ 0.278056] acpiphp: Slot [21] registered\n[ 0.278866] acpiphp: Slot [22] registered\n[ 0.279668] acpiphp: Slot [23] registered\n[ 0.280482] acpiphp: Slot [24] registered\n[ 0.281302] acpiphp: Slot [25] registered\n[ 0.282127] acpiphp: Slot [26] registered\n[ 0.282933] acpiphp: Slot [27] registered\n[ 0.283736] acpiphp: Slot [28] registered\n[ 0.284550] acpiphp: Slot [29] registered\n[ 0.285357] acpiphp: Slot [30] registered\n[ 0.286170] acpiphp: Slot [31] registered\n[ 0.286974] PCI host bridge to bus 0000:00\n[ 0.287774] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288984] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290199] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291643] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293090] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299222] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300493] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302928] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310763] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355701] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357173] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359984] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362607] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364976] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366516] vgaarb: loaded\n[ 0.367117] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368242] SCSI subsystem initialized\n[ 0.369058] ACPI: bus type USB registered\n[ 0.369873] usbcore: registered new interface driver usbfs\n[ 0.370898] usbcore: registered new interface driver hub\n[ 0.371900] usbcore: registered new device driver usb\n[ 0.372943] PCI: Using ACPI for IRQ routing\n[ 0.373954] NetLabel: Initializing\n[ 0.374656] NetLabel: domain hash size = 128\n[ 0.375504] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376458] NetLabel: unlabeled traffic allowed by default\n[ 0.377547] clocksource: Switched to clocksource kvm-clock\n[ 0.382928] AppArmor: AppArmor Filesystem Enabled\n[ 0.383894] pnp: PnP ACPI init\n[ 0.384801] pnp: PnP ACPI: found 5 devices\n[ 0.391172] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392885] NET: Registered protocol family 2\n[ 0.393841] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395114] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396298] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397466] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398551] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399722] NET: Registered protocol family 1\n[ 0.400590] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401687] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417092] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431587] Trying to unpack rootfs image as initramfs...\n[ 0.481153] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495402] Scanning for low memory corruption every 60 seconds\n[ 0.496952] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498330] audit: initializing netlink subsys (disabled)\n[ 0.499553] audit: type=2000 audit(1540233771.256:1): initialized\n[ 0.501084] Initialise system trusted keyring\n[ 0.502199] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505853] zbud: loaded\n[ 0.506637] VFS: Disk quotas dquot_6.6.0\n[ 0.507601] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.23)\n[ 0.510341] Key type big_key registered\n[ 0.511244] Allocating IMA MOK and blacklist keyrings.\n[ 0.512843] Key type asymmetric registered\n[ 0.513794] Asymmetric key parser 'x509' registered\n[ 0.514952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516633] io scheduler noop registered\n[ 0.517560] io scheduler deadline registered (default)\n[ 0.518696] io scheduler cfq registered\n[ 0.519619] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522269] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523930] ACPI: Power Button [PWRF]\n[ 0.524891] GHES: HEST is not enabled!\n[ 0.538501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569389] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595862] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598094] Linux agpgart interface v0.103\n[ 0.600199] brd: module loaded\n[ 0.601434] loop: module loaded\n[ 0.606270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607929] GPT:90111 != 2097151\n[ 0.608688] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609950] GPT:90111 != 2097151\n[ 0.610699] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611801] vda: vda1 vda15\n[ 0.613393] scsi host0: ata_piix\n[ 0.614223] scsi host1: ata_piix\n[ 0.614986] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617994] libphy: Fixed MDIO Bus: probed\n[ 0.618933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619998] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622328] PPP generic driver version 2.4.2\n[ 0.623493] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624838] ehci-pci: EHCI PCI platform driver\n[ 0.625800] ehci-platform: EHCI generic platform driver\n[ 0.626914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628168] ohci-pci: OHCI PCI platform driver\n[ 0.629150] ohci-platform: OHCI generic platform driver\n[ 0.630276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644975] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653253] usb usb1: Product: UHCI Host Controller\n[ 0.654316] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655717] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656838] hub 1-0:1.0: USB hub found\n[ 0.657736] hub 1-0:1.0: 2 ports detected\n[ 0.658777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661149] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662253] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663396] mousedev: PS/2 mouse device common for all mice\n[ 0.664780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666898] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668133] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670855] i2c /dev entries driver\n[ 0.671717] device-mapper: uevent: version 1.0.3\n[ 0.672801] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674690] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676166] NET: Registered protocol family 10\n[ 0.677270] NET: Registered protocol family 17\n[ 0.678303] Key type dns_resolver registered\n[ 0.679369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680648] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682655] registered taskstats version 1\n[ 0.683623] Loading compiled-in X.509 certificates\n[ 0.685199] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687379] zswap: loaded using pool lzo/zbud\n[ 0.688824] Key type trusted registered\n[ 0.690510] Key type encrypted registered\n[ 0.691453] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692614] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693839] evm: HMAC attrs: 0x1\n[ 0.694866] Magic number: 6:273:747\n[ 0.695820] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:51 UTC (1540233771)\n[ 0.697712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698994] EDD information not available.\n[ 0.774283] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775853] ata1.00: configured for MWDMA2\n[ 0.777091] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.789605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791098] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792468] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796166] Write protecting the kernel read-only data: 14336k\n[ 0.797835] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799784] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.643288] 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 1.45s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2018-10-22 18:44:40,091 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action used request id req-4209e53b-2d33-444f-b8d9-7a629d6a8243 2018-10-22 18:44:40,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-5e01685b-d63c-4d80-a46e-b2b04cab1eb0 x-compute-request-id: req-5e01685b-d63c-4d80-a46e-b2b04cab1eb0 Content-Encoding: gzip Content-Length: 8086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\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 2.49s]\nping 10.10.10.7 KO\n"} 2018-10-22 18:44:40,103 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-5e01685b-d63c-4d80-a46e-b2b04cab1eb0 2018-10-22 18:44:40,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-716222e1-fcb4-4098-8a6e-c7895fcde529 x-compute-request-id: req-716222e1-fcb4-4098-8a6e-c7895fcde529 Content-Encoding: gzip Content-Length: 10866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533651034 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129359] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131001] pid_max: default: 32768 minimum: 301\n[ 0.131884] ACPI: Core revision 20150930\n[ 0.133259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134555] Security Framework initialized\n[ 0.135364] Yama: becoming mindful.\n[ 0.136081] AppArmor: AppArmor initialized\n[ 0.136940] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138261] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142110] Initializing cgroup subsys io\n[ 0.142913] Initializing cgroup subsys memory\n[ 0.143756] Initializing cgroup subsys devices\n[ 0.144624] Initializing cgroup subsys freezer\n[ 0.145495] Initializing cgroup subsys net_cls\n[ 0.146351] Initializing cgroup subsys perf_event\n[ 0.147247] Initializing cgroup subsys net_prio\n[ 0.148114] Initializing cgroup subsys hugetlb\n[ 0.148983] Initializing cgroup subsys pids\n[ 0.149843] CPU: Physical Processor ID: 0\n[ 0.151343] mce: CPU supports 10 MCE banks\n[ 0.152181] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170209] ftrace: allocating 31920 entries in 125 pages\n[ 0.196430] smpboot: Max logical packages: 1\n[ 0.197281] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198614] x2apic enabled\n[ 0.199417] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205996] KVM setup paravirtual spinlock\n[ 0.207278] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209450] devtmpfs: initialized\n[ 0.211159] evm: security.selinux\n[ 0.211852] evm: security.SMACK64\n[ 0.212532] evm: security.SMACK64EXEC\n[ 0.213267] evm: security.SMACK64TRANSMUTE\n[ 0.214063] evm: security.SMACK64MMAP\n[ 0.214792] evm: security.ima\n[ 0.215444] evm: security.capability\n[ 0.216243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218068] pinctrl core: initialized pinctrl subsystem\n[ 0.219148] RTC time: 18:42:38, date: 10/22/18\n[ 0.220101] NET: Registered protocol family 16\n[ 0.221060] cpuidle: using governor ladder\n[ 0.221869] cpuidle: using governor menu\n[ 0.222644] PCCT header not found.\n[ 0.223383] ACPI: bus type PCI registered\n[ 0.224186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225422] PCI: Using configuration type 1 for base access\n[ 0.227164] ACPI: Added _OSI(Module Device)\n[ 0.227994] ACPI: Added _OSI(Processor Device)\n[ 0.228844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229728] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231837] ACPI: Interpreter enabled\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239886] ACPI: (supports S0 S5)\n[ 0.240581] ACPI: Using IOAPIC for interrupt routing\n[ 0.241530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244596] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245734] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248141] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250344] acpiphp: Slot [3] registered\n[ 0.251162] acpiphp: Slot [4] registered\n[ 0.251964] acpiphp: Slot [5] registered\n[ 0.252758] acpiphp: Slot [6] registered\n[ 0.253548] acpiphp: Slot [7] registered\n[ 0.254341] acpiphp: Slot [8] registered\n[ 0.255131] acpiphp: Slot [9] registered\n[ 0.255920] acpiphp: Slot [10] registered\n[ 0.256718] acpiphp: Slot [11] registered\n[ 0.257534] acpiphp: Slot [12] registered\n[ 0.258345] acpiphp: Slot [13] registered\n[ 0.259147] acpiphp: Slot [14] registered\n[ 0.259950] acpiphp: Slot [15] registered\n[ 0.270895] acpiphp: Slot [16] registered\n[ 0.271702] acpiphp: Slot [17] registered\n[ 0.272503] acpiphp: Slot [18] registered\n[ 0.273298] acpiphp: Slot [19] registered\n[ 0.274096] acpiphp: Slot [20] registered\n[ 0.274899] acpiphp: Slot [21] registered\n[ 0.275693] acpiphp: Slot [22] registered\n[ 0.276511] acpiphp: Slot [23] registered\n[ 0.277307] acpiphp: Slot [24] registered\n[ 0.278098] acpiphp: Slot [25] registered\n[ 0.278894] acpiphp: Slot [26] registered\n[ 0.279684] acpiphp: Slot [27] registered\n[ 0.280499] acpiphp: Slot [28] registered\n[ 0.281304] acpiphp: Slot [29] registered\n[ 0.282096] acpiphp: Slot [30] registered\n[ 0.282896] acpiphp: Slot [31] registered\n[ 0.283699] PCI host bridge to bus 0000:00\n[ 0.284495] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285678] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288278] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289697] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295843] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297138] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305910] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354505] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355933] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358782] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364067] vgaarb: loaded\n[ 0.364666] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365799] SCSI subsystem initialized\n[ 0.366615] ACPI: bus type USB registered\n[ 0.367428] usbcore: registered new interface driver usbfs\n[ 0.368458] usbcore: registered new interface driver hub\n[ 0.369458] usbcore: registered new device driver usb\n[ 0.370507] PCI: Using ACPI for IRQ routing\n[ 0.371526] NetLabel: Initializing\n[ 0.372235] NetLabel: domain hash size = 128\n[ 0.373082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374026] NetLabel: unlabeled traffic allowed by default\n[ 0.375110] clocksource: Switched to clocksource kvm-clock\n[ 0.380625] AppArmor: AppArmor Filesystem Enabled\n[ 0.381586] pnp: PnP ACPI init\n[ 0.382489] pnp: PnP ACPI: found 5 devices\n[ 0.388854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390542] NET: Registered protocol family 2\n[ 0.391493] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395064] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396137] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397300] NET: Registered protocol family 1\n[ 0.398158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428500] Trying to unpack rootfs image as initramfs...\n[ 0.478252] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492226] Scanning for low memory corruption every 60 seconds\n[ 0.493789] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495051] audit: initializing netlink subsys (disabled)\n[ 0.496128] audit: type=2000 audit(1540233759.074:1): initialized\n[ 0.497487] Initialise system trusted keyring\n[ 0.498447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501717] zbud: loaded\n[ 0.502454] VFS: Disk quotas dquot_6.6.0\n[ 0.503325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504972] fuse init (API version 7.23)\n[ 0.505905] Key type big_key registered\n[ 0.506734] Allocating IMA MOK and blacklist keyrings.\n[ 0.507891] Key type asymmetric registered\n[ 0.508732] Asymmetric key parser 'x509' registered\n[ 0.509684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511535] io scheduler noop registered\n[ 0.512334] io scheduler deadline registered (default)\n[ 0.513320] io scheduler cfq registered\n[ 0.514159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517944] ACPI: Power Button [PWRF]\n[ 0.518784] GHES: HEST is not enabled!\n[ 0.532538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562863] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589799] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591985] Linux agpgart interface v0.103\n[ 0.594110] brd: module loaded\n[ 0.595409] loop: module loaded\n[ 0.601005] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602435] GPT:90111 != 2097151\n[ 0.603103] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604192] GPT:90111 != 2097151\n[ 0.604862] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605808] vda: vda1 vda15\n[ 0.607261] scsi host0: ata_piix\n[ 0.608005] scsi host1: ata_piix\n[ 0.608708] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609912] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611366] libphy: Fixed MDIO Bus: probed\n[ 0.612178] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613116] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615289] PPP generic driver version 2.4.2\n[ 0.616170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617408] ehci-pci: EHCI PCI platform driver\n[ 0.618270] ehci-platform: EHCI generic platform driver\n[ 0.619259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620372] ohci-pci: OHCI PCI platform driver\n[ 0.621227] ohci-platform: OHCI generic platform driver\n[ 0.622202] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637606] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639043] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640070] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641166] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643781] usb usb1: Product: UHCI Host Controller\n[ 0.644714] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645840] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647620] hub 1-0:1.0: 2 ports detected\n[ 0.648513] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650617] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651569] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652600] mousedev: PS/2 mouse device common for all mice\n[ 0.653840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655664] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657942] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659136] i2c /dev entries driver\n[ 0.659904] device-mapper: uevent: version 1.0.3\n[ 0.660837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662447] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663715] NET: Registered protocol family 10\n[ 0.664714] NET: Registered protocol family 17\n[ 0.665611] Key type dns_resolver registered\n[ 0.666533] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667623] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669350] registered taskstats version 1\n[ 0.670170] Loading compiled-in X.509 certificates\n[ 0.671607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673440] zswap: loaded using pool lzo/zbud\n[ 0.674792] Key type trusted registered\n[ 0.676333] Key type encrypted registered\n[ 0.677156] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679218] evm: HMAC attrs: 0x1\n[ 0.680156] Magic number: 6:273:747\n[ 0.680997] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:39 UTC (1540233759)\n[ 0.682575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683679] EDD information not available.\n[ 0.768302] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769917] Write protecting the kernel read-only data: 14336k\n[ 0.781722] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783565] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.405965] 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.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 1.35. iid=i-00000164\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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6JGLAgCov6YvRJw/wwiOTNOAIXdAS9x9BoUX1RPq3QV4IqHyelRgo0XrRwiDb41MvsWPgUBja4yTlJLtXntKnAJ7OMlX1xO1pKiTIm96U8vrOxI3vBcGfJW2sN33O8vnclcl6JoSfZUdk5Tqxp6Fei5OkfZT8VV8rGrgqawJ8RKKeCl9rW/6dbus81lMuf262p8LRXKlhTQt8nfJrKDnxX3zAozCHqRX3zpOxGQ/pdN7BfKTnWSul/nLQlneyhbs+v4vqDRmrjenBf2jfgfLaKK0iF2xXRpcze3HesMjQzOnZUW01WDtEO/VtUHxuzHTSLlQIOv3mptJiXjudK51 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM2LgYBiNaYJDHqyjGLpFTGUEhTlmQD+XgIvvgnnmG+lM5/K34MOaQzRMX8UF2ugAJVi99sj8os6BlEmiAPzHcuVhmjtHo7H16sFAsd0yAguSM8PE5Qz1BFz9F7jroVVo2/kHc98kq1c12totP52HwbEu0HCySfEuboZ9WOBgqKLAAAAFQCOZ2ZW4JEh6LxF2WT7bTonL/0f6QAAAIB7mq1FH2zOsdysxGJDk19KmW43Ko7Gd95kgb97h3MPFDUm/Jl4nvLyncsVL+dwUsiNSP7mIYwGFyBE/e51SEEfbFCC+nHv31TGN8Myc9W1o6FkPCY3n9qK19h6yW5XLV21kFXf+1BBE7tw2bOJ6Vw4YLQPW/Svn2MgNQj1hJD2PAAAAIEApUPMGtRpzqHRZerNHA8bfecxFCTENSKxDBmefn8c5czMMOVL9hFaCM7SSFtIzWWtpPOHYoYizA7rP7/QP4hRDb22q49dWZSaBqdCQk9AUj2ITzMhcgUDeIBm0lD2ENR7m9RuTY9YBWOlyTQZOjz0ykR54feiLUlhkNl0pBxSzT8= 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.12,24,fe80::f816:3eff:fec6:7d02/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-00000164\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n/dev/root resized successfully [took 1.86s]\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:C6:7D:02 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:7d02/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 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:8054 (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.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.119737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.119740] usb 1-1: Product: QEMU USB Tablet\n[ 1.119743] usb 1-1: Manufacturer: QEMU\n[ 1.119745] usb 1-1: SerialNumber: 42\n[ 1.373689] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.387735] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.405965] random: dd urandom read with 5 bits of entropy available\n[ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.700058] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.060933] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 22 19:42:40 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)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 22 19:42:40 cirros kern.notice kernel: [ 1.405965] random: dd urandom read with 5 bits of entropy available\nOct 22 19:42:40 cirros kern.info kernel: [ 1.491363] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 22 19:42:41 cirros auth.notice su: + /dev/console root:cirros\nOct 22 19:42:42 cirros authpriv.info dropbear[340]: Running in background\nOct 22 19:42:42 cirros kern.info kernel: [ 3.700058] EXT4-fs\n### tail -n 25 /var/log/messages\nOct 22 19:42:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 22 19:42:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 22 19:42:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 22 19:42:40 (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 22 19:42:42 cirros kern.info kernel: [ 4.060933] 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: cirr"} 2018-10-22 18:44:40,524 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-716222e1-fcb4-4098-8a6e-c7895fcde529 2018-10-22 18:44:40,982 - sdnvpn-results - INFO - Check ping status of vm_1, vm_2, and vm_3 2018-10-22 18:44:40,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06c8ce75e97f1028c18fc7557dc8e3b716027178" -d '{"forceDelete": null}' 2018-10-22 18:44:41,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}256a08a5efd3498cb1854ae0d66d4c05324b9f2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:41,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83f11b3cba5653c717b97323373cc93a38d6e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:41,163 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:44:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f699965f-6c9a-4f04-bd9d-9d7ed47948d0 x-compute-request-id: req-f699965f-6c9a-4f04-bd9d-9d7ed47948d0 Content-Length: 0 Content-Type: application/json 2018-10-22 18:44:41,163 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-f699965f-6c9a-4f04-bd9d-9d7ed47948d0 2018-10-22 18:44:41,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96772edc390d9d816999a0fcf68168ece763338" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:41,792 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 22 Oct 2018 18: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 x-openstack-request-id: req-b4f85873-abae-4df6-9fcd-1935be0e2434 x-compute-request-id: req-b4f85873-abae-4df6-9fcd-1935be0e2434 Content-Length: 86 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Guest does not have a console available.", "code": 404}} 2018-10-22 18:44:41,792 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f2beaff5-7622-4a3d-b07b-7eea26408731/action used request id req-b4f85873-abae-4df6-9fcd-1935be0e2434 2018-10-22 18:44:41,793 - __name__ - ERROR - Failure in monitor_thread of instance sdnvpn-10-2 2018-10-22 18:44:42,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-e9e04b0d-121c-49ee-a33a-7e6a793b0462 x-compute-request-id: req-e9e04b0d-121c-49ee-a33a-7e6a793b0462 Content-Encoding: gzip Content-Length: 8109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509826607 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129899] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131547] pid_max: default: 32768 minimum: 301\n[ 0.132438] ACPI: Core revision 20150930\n[ 0.133826] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135124] Security Framework initialized\n[ 0.135932] Yama: becoming mindful.\n[ 0.136654] AppArmor: AppArmor initialized\n[ 0.137512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138840] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140110] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141314] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143493] Initializing cgroup subsys memory\n[ 0.144347] Initializing cgroup subsys devices\n[ 0.145226] Initializing cgroup subsys freezer\n[ 0.146091] Initializing cgroup subsys net_cls\n[ 0.146952] Initializing cgroup subsys perf_event\n[ 0.147856] Initializing cgroup subsys net_prio\n[ 0.148729] Initializing cgroup subsys hugetlb\n[ 0.149599] Initializing cgroup subsys pids\n[ 0.150468] CPU: Physical Processor ID: 0\n[ 0.151973] mce: CPU supports 10 MCE banks\n[ 0.152815] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172495] ftrace: allocating 31920 entries in 125 pages\n[ 0.198717] smpboot: Max logical packages: 1\n[ 0.199592] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200945] x2apic enabled\n[ 0.201756] Switched APIC routing to physical x2apic.\n[ 0.203500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204612] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208369] KVM setup paravirtual spinlock\n[ 0.209653] x86: Booted up 1 node, 1 CPUs\n[ 0.210465] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211851] devtmpfs: initialized\n[ 0.213563] evm: security.selinux\n[ 0.214266] evm: security.SMACK64\n[ 0.214955] evm: security.SMACK64EXEC\n[ 0.215694] evm: security.SMACK64TRANSMUTE\n[ 0.216500] evm: security.SMACK64MMAP\n[ 0.217248] evm: security.ima\n[ 0.217894] evm: security.capability\n[ 0.218691] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220541] pinctrl core: initialized pinctrl subsystem\n[ 0.221639] RTC time: 18:42:50, date: 10/22/18\n[ 0.222591] NET: Registered protocol family 16\n[ 0.223558] cpuidle: using governor ladder\n[ 0.224375] cpuidle: using governor menu\n[ 0.225158] PCCT header not found.\n[ 0.225915] ACPI: bus type PCI registered\n[ 0.226716] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227957] PCI: Using configuration type 1 for base access\n[ 0.229697] ACPI: Added _OSI(Module Device)\n[ 0.230545] ACPI: Added _OSI(Processor Device)\n[ 0.231408] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232304] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234399] ACPI: Interpreter enabled\n[ 0.235180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242608] ACPI: (supports S0 S5)\n[ 0.243312] ACPI: Using IOAPIC for interrupt routing\n[ 0.244371] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253242] acpiphp: Slot [3] registered\n[ 0.254059] acpiphp: Slot [4] registered\n[ 0.254856] acpiphp: Slot [5] registered\n[ 0.255647] acpiphp: Slot [6] registered\n[ 0.256443] acpiphp: Slot [7] registered\n[ 0.257253] acpiphp: Slot [8] registered\n[ 0.258059] acpiphp: Slot [9] registered\n[ 0.258852] acpiphp: Slot [10] registered\n[ 0.259658] acpiphp: Slot [11] registered\n[ 0.260474] acpiphp: Slot [12] registered\n[ 0.261296] acpiphp: Slot [13] registered\n[ 0.262112] acpiphp: Slot [14] registered\n[ 0.262917] acpiphp: Slot [15] registered\n[ 0.273974] acpiphp: Slot [16] registered\n[ 0.274789] acpiphp: Slot [17] registered\n[ 0.275599] acpiphp: Slot [18] registered\n[ 0.276418] acpiphp: Slot [19] registered\n[ 0.277239] acpiphp: Slot [20] registered\n[ 0.278056] acpiphp: Slot [21] registered\n[ 0.278866] acpiphp: Slot [22] registered\n[ 0.279668] acpiphp: Slot [23] registered\n[ 0.280482] acpiphp: Slot [24] registered\n[ 0.281302] acpiphp: Slot [25] registered\n[ 0.282127] acpiphp: Slot [26] registered\n[ 0.282933] acpiphp: Slot [27] registered\n[ 0.283736] acpiphp: Slot [28] registered\n[ 0.284550] acpiphp: Slot [29] registered\n[ 0.285357] acpiphp: Slot [30] registered\n[ 0.286170] acpiphp: Slot [31] registered\n[ 0.286974] PCI host bridge to bus 0000:00\n[ 0.287774] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288984] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290199] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291643] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293090] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299222] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300493] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301664] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302928] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310763] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355701] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357173] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359984] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362607] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364976] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366516] vgaarb: loaded\n[ 0.367117] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368242] SCSI subsystem initialized\n[ 0.369058] ACPI: bus type USB registered\n[ 0.369873] usbcore: registered new interface driver usbfs\n[ 0.370898] usbcore: registered new interface driver hub\n[ 0.371900] usbcore: registered new device driver usb\n[ 0.372943] PCI: Using ACPI for IRQ routing\n[ 0.373954] NetLabel: Initializing\n[ 0.374656] NetLabel: domain hash size = 128\n[ 0.375504] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376458] NetLabel: unlabeled traffic allowed by default\n[ 0.377547] clocksource: Switched to clocksource kvm-clock\n[ 0.382928] AppArmor: AppArmor Filesystem Enabled\n[ 0.383894] pnp: PnP ACPI init\n[ 0.384801] pnp: PnP ACPI: found 5 devices\n[ 0.391172] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392885] NET: Registered protocol family 2\n[ 0.393841] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395114] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396298] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397466] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398551] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399722] NET: Registered protocol family 1\n[ 0.400590] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401687] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417092] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431587] Trying to unpack rootfs image as initramfs...\n[ 0.481153] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495402] Scanning for low memory corruption every 60 seconds\n[ 0.496952] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498330] audit: initializing netlink subsys (disabled)\n[ 0.499553] audit: type=2000 audit(1540233771.256:1): initialized\n[ 0.501084] Initialise system trusted keyring\n[ 0.502199] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505853] zbud: loaded\n[ 0.506637] VFS: Disk quotas dquot_6.6.0\n[ 0.507601] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509333] fuse init (API version 7.23)\n[ 0.510341] Key type big_key registered\n[ 0.511244] Allocating IMA MOK and blacklist keyrings.\n[ 0.512843] Key type asymmetric registered\n[ 0.513794] Asymmetric key parser 'x509' registered\n[ 0.514952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516633] io scheduler noop registered\n[ 0.517560] io scheduler deadline registered (default)\n[ 0.518696] io scheduler cfq registered\n[ 0.519619] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522269] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523930] ACPI: Power Button [PWRF]\n[ 0.524891] GHES: HEST is not enabled!\n[ 0.538501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569389] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595862] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598094] Linux agpgart interface v0.103\n[ 0.600199] brd: module loaded\n[ 0.601434] loop: module loaded\n[ 0.606270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607929] GPT:90111 != 2097151\n[ 0.608688] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609950] GPT:90111 != 2097151\n[ 0.610699] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611801] vda: vda1 vda15\n[ 0.613393] scsi host0: ata_piix\n[ 0.614223] scsi host1: ata_piix\n[ 0.614986] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617994] libphy: Fixed MDIO Bus: probed\n[ 0.618933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619998] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622328] PPP generic driver version 2.4.2\n[ 0.623493] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624838] ehci-pci: EHCI PCI platform driver\n[ 0.625800] ehci-platform: EHCI generic platform driver\n[ 0.626914] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628168] ohci-pci: OHCI PCI platform driver\n[ 0.629150] ohci-platform: OHCI generic platform driver\n[ 0.630276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644975] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646104] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648921] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653253] usb usb1: Product: UHCI Host Controller\n[ 0.654316] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655717] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656838] hub 1-0:1.0: USB hub found\n[ 0.657736] hub 1-0:1.0: 2 ports detected\n[ 0.658777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661149] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662253] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663396] mousedev: PS/2 mouse device common for all mice\n[ 0.664780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666898] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668133] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670855] i2c /dev entries driver\n[ 0.671717] device-mapper: uevent: version 1.0.3\n[ 0.672801] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674690] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676166] NET: Registered protocol family 10\n[ 0.677270] NET: Registered protocol family 17\n[ 0.678303] Key type dns_resolver registered\n[ 0.679369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680648] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682655] registered taskstats version 1\n[ 0.683623] Loading compiled-in X.509 certificates\n[ 0.685199] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687379] zswap: loaded using pool lzo/zbud\n[ 0.688824] Key type trusted registered\n[ 0.690510] Key type encrypted registered\n[ 0.691453] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692614] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693839] evm: HMAC attrs: 0x1\n[ 0.694866] Magic number: 6:273:747\n[ 0.695820] rtc_cmos 00:00: setting system clock to 2018-10-22 18:42:51 UTC (1540233771)\n[ 0.697712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698994] EDD information not available.\n[ 0.774283] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775853] ata1.00: configured for MWDMA2\n[ 0.777091] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.789605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791098] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792468] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796166] Write protecting the kernel read-only data: 14336k\n[ 0.797835] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799784] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.643288] 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 1.45s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2018-10-22 18:44:42,170 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action used request id req-e9e04b0d-121c-49ee-a33a-7e6a793b0462 2018-10-22 18:44:42,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-4a952134-84cd-41c8-836a-0e24adf09af6 x-compute-request-id: req-4a952134-84cd-41c8-836a-0e24adf09af6 Content-Encoding: gzip Content-Length: 8086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531028841 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132155] pid_max: default: 32768 minimum: 301\n[ 0.133067] ACPI: Core revision 20150930\n[ 0.134459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135777] Security Framework initialized\n[ 0.136596] Yama: becoming mindful.\n[ 0.137329] AppArmor: AppArmor initialized\n[ 0.138200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139537] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143454] Initializing cgroup subsys io\n[ 0.144285] Initializing cgroup subsys memory\n[ 0.145131] Initializing cgroup subsys devices\n[ 0.146013] Initializing cgroup subsys freezer\n[ 0.146871] Initializing cgroup subsys net_cls\n[ 0.147738] Initializing cgroup subsys perf_event\n[ 0.148631] Initializing cgroup subsys net_prio\n[ 0.149534] Initializing cgroup subsys hugetlb\n[ 0.150404] Initializing cgroup subsys pids\n[ 0.151265] CPU: Physical Processor ID: 0\n[ 0.152741] mce: CPU supports 10 MCE banks\n[ 0.153574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172195] ftrace: allocating 31920 entries in 125 pages\n[ 0.198028] smpboot: Max logical packages: 1\n[ 0.198878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200294] x2apic enabled\n[ 0.201087] Switched APIC routing to physical x2apic.\n[ 0.202828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205953] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209047] x86: Booted up 1 node, 1 CPUs\n[ 0.209864] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211293] devtmpfs: initialized\n[ 0.212981] evm: security.selinux\n[ 0.213685] evm: security.SMACK64\n[ 0.214399] evm: security.SMACK64EXEC\n[ 0.215131] evm: security.SMACK64TRANSMUTE\n[ 0.215923] evm: security.SMACK64MMAP\n[ 0.216660] evm: security.ima\n[ 0.217292] evm: security.capability\n[ 0.218080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219930] pinctrl core: initialized pinctrl subsystem\n[ 0.221050] RTC time: 18:43:03, date: 10/22/18\n[ 0.221992] NET: Registered protocol family 16\n[ 0.222943] cpuidle: using governor ladder\n[ 0.223750] cpuidle: using governor menu\n[ 0.224526] PCCT header not found.\n[ 0.225275] ACPI: bus type PCI registered\n[ 0.226070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227290] PCI: Using configuration type 1 for base access\n[ 0.229015] ACPI: Added _OSI(Module Device)\n[ 0.229862] ACPI: Added _OSI(Processor Device)\n[ 0.230751] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231636] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233748] ACPI: Interpreter enabled\n[ 0.234552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241856] ACPI: (supports S0 S5)\n[ 0.242551] ACPI: Using IOAPIC for interrupt routing\n[ 0.243511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248929] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252315] acpiphp: Slot [3] registered\n[ 0.253104] acpiphp: Slot [4] registered\n[ 0.253914] acpiphp: Slot [5] registered\n[ 0.254732] acpiphp: Slot [6] registered\n[ 0.255517] acpiphp: Slot [7] registered\n[ 0.256310] acpiphp: Slot [8] registered\n[ 0.257183] acpiphp: Slot [9] registered\n[ 0.257981] acpiphp: Slot [10] registered\n[ 0.258774] acpiphp: Slot [11] registered\n[ 0.259583] acpiphp: Slot [12] registered\n[ 0.260417] acpiphp: Slot [13] registered\n[ 0.261214] acpiphp: Slot [14] registered\n[ 0.262010] acpiphp: Slot [15] registered\n[ 0.272637] acpiphp: Slot [16] registered\n[ 0.273437] acpiphp: Slot [17] registered\n[ 0.274234] acpiphp: Slot [18] registered\n[ 0.275060] acpiphp: Slot [19] registered\n[ 0.275876] acpiphp: Slot [20] registered\n[ 0.276702] acpiphp: Slot [21] registered\n[ 0.277524] acpiphp: Slot [22] registered\n[ 0.278360] acpiphp: Slot [23] registered\n[ 0.279175] acpiphp: Slot [24] registered\n[ 0.280004] acpiphp: Slot [25] registered\n[ 0.280822] acpiphp: Slot [26] registered\n[ 0.281651] acpiphp: Slot [27] registered\n[ 0.282478] acpiphp: Slot [28] registered\n[ 0.283308] acpiphp: Slot [29] registered\n[ 0.284118] acpiphp: Slot [30] registered\n[ 0.284930] acpiphp: Slot [31] registered\n[ 0.285760] PCI host bridge to bus 0000:00\n[ 0.286597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289064] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290533] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299535] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300725] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308268] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309681] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355259] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359536] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362247] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364478] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366006] vgaarb: loaded\n[ 0.366601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367726] SCSI subsystem initialized\n[ 0.368534] ACPI: bus type USB registered\n[ 0.369338] usbcore: registered new interface driver usbfs\n[ 0.370349] usbcore: registered new interface driver hub\n[ 0.371344] usbcore: registered new device driver usb\n[ 0.372383] PCI: Using ACPI for IRQ routing\n[ 0.373392] NetLabel: Initializing\n[ 0.374094] NetLabel: domain hash size = 128\n[ 0.374935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375887] NetLabel: unlabeled traffic allowed by default\n[ 0.376970] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383318] pnp: PnP ACPI init\n[ 0.384215] pnp: PnP ACPI: found 5 devices\n[ 0.390567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392246] NET: Registered protocol family 2\n[ 0.393190] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395587] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397778] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398925] NET: Registered protocol family 1\n[ 0.399780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415843] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430115] Trying to unpack rootfs image as initramfs...\n[ 0.479086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493079] Scanning for low memory corruption every 60 seconds\n[ 0.494389] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495521] audit: initializing netlink subsys (disabled)\n[ 0.496528] audit: type=2000 audit(1540233784.677:1): initialized\n[ 0.497825] Initialise system trusted keyring\n[ 0.498733] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499877] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501818] zbud: loaded\n[ 0.502516] VFS: Disk quotas dquot_6.6.0\n[ 0.503327] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504804] fuse init (API version 7.23)\n[ 0.505695] Key type big_key registered\n[ 0.506487] Allocating IMA MOK and blacklist keyrings.\n[ 0.507573] Key type asymmetric registered\n[ 0.508386] Asymmetric key parser 'x509' registered\n[ 0.509349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510794] io scheduler noop registered\n[ 0.511574] io scheduler deadline registered (default)\n[ 0.512549] io scheduler cfq registered\n[ 0.513379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517074] ACPI: Power Button [PWRF]\n[ 0.518260] GHES: HEST is not enabled!\n[ 0.531918] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562694] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591348] Linux agpgart interface v0.103\n[ 0.593412] brd: module loaded\n[ 0.594622] loop: module loaded\n[ 0.599478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600914] GPT:90111 != 2097151\n[ 0.601589] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602666] GPT:90111 != 2097151\n[ 0.603337] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604283] vda: vda1 vda15\n[ 0.605727] scsi host0: ata_piix\n[ 0.606463] scsi host1: ata_piix\n[ 0.607160] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609776] libphy: Fixed MDIO Bus: probed\n[ 0.610580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613777] PPP generic driver version 2.4.2\n[ 0.614649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615888] ehci-pci: EHCI PCI platform driver\n[ 0.616747] ehci-platform: EHCI generic platform driver\n[ 0.617734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618843] ohci-pci: OHCI PCI platform driver\n[ 0.619698] ohci-platform: OHCI generic platform driver\n[ 0.620665] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635944] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642065] usb usb1: Product: UHCI Host Controller\n[ 0.642977] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645051] hub 1-0:1.0: USB hub found\n[ 0.645813] hub 1-0:1.0: 2 ports detected\n[ 0.646699] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648765] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650698] mousedev: PS/2 mouse device common for all mice\n[ 0.651929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653735] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654801] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657153] i2c /dev entries driver\n[ 0.657901] device-mapper: uevent: version 1.0.3\n[ 0.658818] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660413] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661683] NET: Registered protocol family 10\n[ 0.662654] NET: Registered protocol family 17\n[ 0.663521] Key type dns_resolver registered\n[ 0.664432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665517] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667231] registered taskstats version 1\n[ 0.668052] Loading compiled-in X.509 certificates\n[ 0.669481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671296] zswap: loaded using pool lzo/zbud\n[ 0.672636] Key type trusted registered\n[ 0.674183] Key type encrypted registered\n[ 0.674998] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677029] evm: HMAC attrs: 0x1\n[ 0.677932] Magic number: 6:273:747\n[ 0.678761] rtc_cmos 00:00: setting system clock to 2018-10-22 18:43:04 UTC (1540233784)\n[ 0.680321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681419] EDD information not available.\n[ 0.765632] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767047] ata1.00: configured for MWDMA2\n[ 0.768221] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780622] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781825] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783056] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784886] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786387] Write protecting the kernel read-only data: 14336k\n[ 0.787919] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789689] 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.846631] 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.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... done.\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 2.49s]\nping 10.10.10.7 KO\n"} 2018-10-22 18:44:42,175 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-4a952134-84cd-41c8-836a-0e24adf09af6 2018-10-22 18:44:42,186 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-4'... 2018-10-22 18:44:42,186 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-4 flavor=m1.tiny image=1f591534-2388-4ae3-b92a-c7947d1a9f11 network=b27bbd14-459c-453e-a065-38190a4c2d40 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.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-10-22 18:44:42,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:44:42,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:44:42,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:44:42,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:44:42,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:44:42,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:44:42,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:44:42,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:44:42,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:44:42,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:44:42,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:44:42,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:44:42,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:44:42,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:44:42,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:44:42,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:44:42,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:44:42,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:44:42,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:44:42,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:44:42,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:44:42,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:44:42,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:44:42,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:44:42,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:44:42,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:44:42,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:44:42,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:44:42,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:44:42,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:44:42,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:44:42,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:44:42,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:44:42,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:44:42,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:44:42,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:44:42,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:44:42,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:44:42,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:44:42,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:44:42,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:44:42,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:44:42,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:44:42,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:44:42,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:44:42,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:44:42,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:44:42,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:44:42,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:44:42,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a22e241-1426-4606-b2ca-5de135660f27 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:44:42,205 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1a22e241-1426-4606-b2ca-5de135660f27 2018-10-22 18:44:42,206 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:44:42,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:44:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["GXrSww3eRuazIDrCBB-h2g"], "issued_at": "2018-10-22T18:44:42.000000Z"}} 2018-10-22 18:44:42,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" 2018-10-22 18:44:42,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-171fc03a-ae87-459d-b598-397bf3bb80cc x-compute-request-id: req-171fc03a-ae87-459d-b598-397bf3bb80cc Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:44:42,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-171fc03a-ae87-459d-b598-397bf3bb80cc 2018-10-22 18:44:42,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" 2018-10-22 18:44:42,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-11905370-ff20-40fd-a7e0-12404296f8a1 x-compute-request-id: req-11905370-ff20-40fd-a7e0-12404296f8a1 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:44:42,775 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4 used request id req-11905370-ff20-40fd-a7e0-12404296f8a1 2018-10-22 18:44:42,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" -d '{"server": {"name": "sdnvpn-10-4", "imageRef": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ab802edb-185a-46cc-8877-48edeb0224b4", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC43IDEwLjEwLjEwLjEwCndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b27bbd14-459c-453e-a065-38190a4c2d40"}], "config_drive": true}}' 2018-10-22 18:44:44,314 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18: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 x-openstack-request-id: req-f21c0af5-de9c-417e-8591-dc4cf361a117 x-compute-request-id: req-f21c0af5-de9c-417e-8591-dc4cf361a117 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8b481f41-334a-4a8b-a2ad-583fe0989e48", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48", "rel": "bookmark"}], "adminPass": "uVbqzN5gxLHX"}} 2018-10-22 18:44:44,314 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-f21c0af5-de9c-417e-8591-dc4cf361a117 2018-10-22 18:44:44,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:44:44,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12d02a9a-9d0e-4bc4-81d3-772fc542028c 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:44:44,322 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-12d02a9a-9d0e-4bc4-81d3-772fc542028c 2018-10-22 18:44:44,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:44:44,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:44:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["yvHJMQBVThi2Ofcmo_zGyw"], "issued_at": "2018-10-22T18:44:44.000000Z"}} 2018-10-22 18:44:44,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c720622ee37b742951c450f42c344ecb172b931" 2018-10-22 18:44:45,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-b0a39656-b4ec-4758-aa96-83d88684baf3 x-compute-request-id: req-b0a39656-b4ec-4758-aa96-83d88684baf3 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.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48", "rel": "bookmark"}], "image": {"id": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "links": [{"href": "http://172.30.9.22:8774/images/1f591534-2388-4ae3-b92a-c7947d1a9f11", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000170", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "8b481f41-334a-4a8b-a2ad-583fe0989e48", "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:44: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-10-4", "created": "2018-10-22T18:44:44Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:44:45,248 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48 used request id req-b0a39656-b4ec-4758-aa96-83d88684baf3 2018-10-22 18:44:48,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c720622ee37b742951c450f42c344ecb172b931" 2018-10-22 18:44:48,784 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c142c172-0bc9-4d63-8d17-c8e9d99babaf x-compute-request-id: req-c142c172-0bc9-4d63-8d17-c8e9d99babaf 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:b5:b8:3a", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48", "rel": "bookmark"}], "image": {"id": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "links": [{"href": "http://172.30.9.22:8774/images/1f591534-2388-4ae3-b92a-c7947d1a9f11", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000170", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "8b481f41-334a-4a8b-a2ad-583fe0989e48", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:44:45Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-4", "created": "2018-10-22T18:44:44Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:44:48,784 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48 used request id req-c142c172-0bc9-4d63-8d17-c8e9d99babaf 2018-10-22 18:44:51,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c720622ee37b742951c450f42c344ecb172b931" 2018-10-22 18:44:52,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6999883-a666-45c4-b6cc-f8d7374b7550 x-compute-request-id: req-d6999883-a666-45c4-b6cc-f8d7374b7550 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:b5:b8:3a", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48", "rel": "bookmark"}], "image": {"id": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "links": [{"href": "http://172.30.9.22:8774/images/1f591534-2388-4ae3-b92a-c7947d1a9f11", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000170", "OS-SRV-USG:launched_at": "2018-10-22T18:44:48.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "8b481f41-334a-4a8b-a2ad-583fe0989e48", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:44:49Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-4", "created": "2018-10-22T18:44:44Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:44:52,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48 used request id req-d6999883-a666-45c4-b6cc-f8d7374b7550 2018-10-22 18:44:52,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" 2018-10-22 18:44:53,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-eb98a30c-a73d-4cd0-b6bf-cf6f167c4173 x-compute-request-id: req-eb98a30c-a73d-4cd0-b6bf-cf6f167c4173 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:b5:b8:3a", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48", "rel": "bookmark"}], "image": {"id": "1f591534-2388-4ae3-b92a-c7947d1a9f11", "links": [{"href": "http://172.30.9.22:8774/images/1f591534-2388-4ae3-b92a-c7947d1a9f11", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000170", "OS-SRV-USG:launched_at": "2018-10-22T18:44:48.000000", "flavor": {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}]}, "id": "8b481f41-334a-4a8b-a2ad-583fe0989e48", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:44:49Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-4", "created": "2018-10-22T18:44:44Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:44:53,454 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48 used request id req-eb98a30c-a73d-4cd0-b6bf-cf6f167c4173 2018-10-22 18:44:53,454 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-4' booted successfully. IP='10.10.10.5'. 2018-10-22 18:44:53,454 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-4' to security group 'sdnvpn-sg'... 2018-10-22 18:44:53,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06c8ce75e97f1028c18fc7557dc8e3b716027178" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:44:54,789 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:44:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ac3ca0d4-d733-44cf-97a6-d4a663d69569 x-compute-request-id: req-ac3ca0d4-d733-44cf-97a6-d4a663d69569 Content-Length: 0 Content-Type: application/json 2018-10-22 18:44:54,789 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action used request id req-ac3ca0d4-d733-44cf-97a6-d4a663d69569 2018-10-22 18:44:54,790 - sdnvpn_test_utils - INFO - Waiting for instance 8b481f41-334a-4a8b-a2ad-583fe0989e48 to boot up 2018-10-22 18:44:54,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:55,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-2d14de5e-0f45-42b0-9daf-b16467a91243 x-compute-request-id: req-2d14de5e-0f45-42b0-9daf-b16467a91243 Content-Encoding: gzip Content-Length: 8084 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 561535540 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130482] pid_max: default: 32768 minimum: 301\n[ 0.131354] ACPI: Core revision 20150930\n[ 0.132726] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134007] Security Framework initialized\n[ 0.134807] Yama: becoming mindful.\n[ 0.135520] AppArmor: AppArmor initialized\n[ 0.136370] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138942] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141473] Initializing cgroup subsys io\n[ 0.142266] Initializing cgroup subsys memory\n[ 0.143109] Initializing cgroup subsys devices\n[ 0.143971] Initializing cgroup subsys freezer\n[ 0.144818] Initializing cgroup subsys net_cls\n[ 0.145664] Initializing cgroup subsys perf_event\n[ 0.146563] Initializing cgroup subsys net_prio\n[ 0.147422] Initializing cgroup subsys hugetlb\n[ 0.148279] Initializing cgroup subsys pids\n[ 0.149144] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151478] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152471] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163436] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169873] ftrace: allocating 31920 entries in 125 pages\n[ 0.196212] smpboot: Max logical packages: 1\n[ 0.197086] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198406] x2apic enabled\n[ 0.199215] Switched APIC routing to physical x2apic.\n[ 0.200954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202058] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204012] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205782] KVM setup paravirtual spinlock\n[ 0.207055] x86: Booted up 1 node, 1 CPUs\n[ 0.207846] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209206] devtmpfs: initialized\n[ 0.210907] evm: security.selinux\n[ 0.211598] evm: security.SMACK64\n[ 0.212278] evm: security.SMACK64EXEC\n[ 0.213019] evm: security.SMACK64TRANSMUTE\n[ 0.213814] evm: security.SMACK64MMAP\n[ 0.214545] evm: security.ima\n[ 0.215180] evm: security.capability\n[ 0.215975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217798] pinctrl core: initialized pinctrl subsystem\n[ 0.218872] RTC time: 18:44:48, date: 10/22/18\n[ 0.219822] NET: Registered protocol family 16\n[ 0.220781] cpuidle: using governor ladder\n[ 0.221587] cpuidle: using governor menu\n[ 0.222356] PCCT header not found.\n[ 0.223105] ACPI: bus type PCI registered\n[ 0.223907] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225125] PCI: Using configuration type 1 for base access\n[ 0.226856] ACPI: Added _OSI(Module Device)\n[ 0.227680] ACPI: Added _OSI(Processor Device)\n[ 0.228533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229411] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231537] ACPI: Interpreter enabled\n[ 0.232308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239555] ACPI: (supports S0 S5)\n[ 0.240245] ACPI: Using IOAPIC for interrupt routing\n[ 0.241186] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245361] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246564] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249909] acpiphp: Slot [3] registered\n[ 0.250696] acpiphp: Slot [4] registered\n[ 0.251477] acpiphp: Slot [5] registered\n[ 0.252275] acpiphp: Slot [6] registered\n[ 0.253060] acpiphp: Slot [7] registered\n[ 0.253845] acpiphp: Slot [8] registered\n[ 0.254630] acpiphp: Slot [9] registered\n[ 0.255409] acpiphp: Slot [10] registered\n[ 0.256205] acpiphp: Slot [11] registered\n[ 0.257009] acpiphp: Slot [12] registered\n[ 0.257817] acpiphp: Slot [13] registered\n[ 0.258612] acpiphp: Slot [14] registered\n[ 0.259403] acpiphp: Slot [15] registered\n[ 0.270536] acpiphp: Slot [16] registered\n[ 0.271331] acpiphp: Slot [17] registered\n[ 0.272132] acpiphp: Slot [18] registered\n[ 0.272928] acpiphp: Slot [19] registered\n[ 0.273722] acpiphp: Slot [20] registered\n[ 0.274519] acpiphp: Slot [21] registered\n[ 0.275319] acpiphp: Slot [22] registered\n[ 0.276127] acpiphp: Slot [23] registered\n[ 0.276929] acpiphp: Slot [24] registered\n[ 0.277729] acpiphp: Slot [25] registered\n[ 0.278525] acpiphp: Slot [26] registered\n[ 0.279324] acpiphp: Slot [27] registered\n[ 0.280127] acpiphp: Slot [28] registered\n[ 0.280926] acpiphp: Slot [29] registered\n[ 0.281724] acpiphp: Slot [30] registered\n[ 0.282522] acpiphp: Slot [31] registered\n[ 0.283319] PCI host bridge to bus 0000:00\n[ 0.284120] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285310] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286498] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287953] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289378] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296969] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305744] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353217] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354726] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356149] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360239] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361541] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364150] vgaarb: loaded\n[ 0.364752] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365891] SCSI subsystem initialized\n[ 0.366707] ACPI: bus type USB registered\n[ 0.367520] usbcore: registered new interface driver usbfs\n[ 0.368772] usbcore: registered new interface driver hub\n[ 0.369951] usbcore: registered new device driver usb\n[ 0.371174] PCI: Using ACPI for IRQ routing\n[ 0.372346] NetLabel: Initializing\n[ 0.373177] NetLabel: domain hash size = 128\n[ 0.374186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375304] NetLabel: unlabeled traffic allowed by default\n[ 0.376609] clocksource: Switched to clocksource kvm-clock\n[ 0.382292] AppArmor: AppArmor Filesystem Enabled\n[ 0.383412] pnp: PnP ACPI init\n[ 0.384407] pnp: PnP ACPI: found 5 devices\n[ 0.390797] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392481] NET: Registered protocol family 2\n[ 0.393428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394694] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395849] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397009] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398080] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399236] NET: Registered protocol family 1\n[ 0.400097] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401203] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402272] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416171] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430292] Trying to unpack rootfs image as initramfs...\n[ 0.479494] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493469] Scanning for low memory corruption every 60 seconds\n[ 0.494897] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496032] audit: initializing netlink subsys (disabled)\n[ 0.497054] audit: type=2000 audit(1540233889.456:1): initialized\n[ 0.498346] Initialise system trusted keyring\n[ 0.499267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500418] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502366] zbud: loaded\n[ 0.503063] VFS: Disk quotas dquot_6.6.0\n[ 0.503873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505366] fuse init (API version 7.23)\n[ 0.506265] Key type big_key registered\n[ 0.507063] Allocating IMA MOK and blacklist keyrings.\n[ 0.508527] Key type asymmetric registered\n[ 0.509351] Asymmetric key parser 'x509' registered\n[ 0.510307] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511768] io scheduler noop registered\n[ 0.512561] io scheduler deadline registered (default)\n[ 0.513553] io scheduler cfq registered\n[ 0.514382] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518159] ACPI: Power Button [PWRF]\n[ 0.518989] GHES: HEST is not enabled!\n[ 0.532866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566352] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592316] Linux agpgart interface v0.103\n[ 0.594355] brd: module loaded\n[ 0.595573] loop: module loaded\n[ 0.600404] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601853] GPT:90111 != 2097151\n[ 0.602527] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603606] GPT:90111 != 2097151\n[ 0.604273] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605242] vda: vda1 vda15\n[ 0.606773] scsi host0: ata_piix\n[ 0.607500] scsi host1: ata_piix\n[ 0.608203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609416] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610860] libphy: Fixed MDIO Bus: probed\n[ 0.611676] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612628] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614899] PPP generic driver version 2.4.2\n[ 0.615785] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617033] ehci-pci: EHCI PCI platform driver\n[ 0.617904] ehci-platform: EHCI generic platform driver\n[ 0.618890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620001] ohci-pci: OHCI PCI platform driver\n[ 0.620872] ohci-platform: OHCI generic platform driver\n[ 0.621865] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637262] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638714] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640835] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643442] usb usb1: Product: UHCI Host Controller\n[ 0.644368] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646490] hub 1-0:1.0: USB hub found\n[ 0.647263] hub 1-0:1.0: 2 ports detected\n[ 0.648152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650283] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651235] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652255] mousedev: PS/2 mouse device common for all mice\n[ 0.653515] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655322] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657603] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658779] i2c /dev entries driver\n[ 0.659538] device-mapper: uevent: version 1.0.3\n[ 0.660461] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662086] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663349] NET: Registered protocol family 10\n[ 0.664327] NET: Registered protocol family 17\n[ 0.665207] Key type dns_resolver registered\n[ 0.666121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667193] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668918] registered taskstats version 1\n[ 0.669748] Loading compiled-in X.509 certificates\n[ 0.671178] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673010] zswap: loaded using pool lzo/zbud\n[ 0.674357] Key type trusted registered\n[ 0.675886] Key type encrypted registered\n[ 0.676723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677741] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678766] evm: HMAC attrs: 0x1\n[ 0.680074] Magic number: 6:273:747\n[ 0.680924] rtc_cmos 00:00: setting system clock to 2018-10-22 18:44:49 UTC (1540233889)\n[ 0.682531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683635] EDD information not available.\n[ 0.765170] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766625] ata1.00: configured for MWDMA2\n[ 0.767813] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783016] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786413] Write protecting the kernel read-only data: 14336k\n[ 0.787964] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789756] 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.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... [ 1.813703] 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 2.65s]\n"} 2018-10-22 18:44:55,860 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action used request id req-2d14de5e-0f45-42b0-9daf-b16467a91243 2018-10-22 18:44:57,869 - __name__ - INFO - Starting monitor thread of vm_4 2018-10-22 18:44:58,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:44:59,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:44:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6599e9ad-5337-4ffe-8a4c-8707fb4b4c36 x-compute-request-id: req-6599e9ad-5337-4ffe-8a4c-8707fb4b4c36 Content-Encoding: gzip Content-Length: 8084 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 561535540 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130482] pid_max: default: 32768 minimum: 301\n[ 0.131354] ACPI: Core revision 20150930\n[ 0.132726] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134007] Security Framework initialized\n[ 0.134807] Yama: becoming mindful.\n[ 0.135520] AppArmor: AppArmor initialized\n[ 0.136370] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138942] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141473] Initializing cgroup subsys io\n[ 0.142266] Initializing cgroup subsys memory\n[ 0.143109] Initializing cgroup subsys devices\n[ 0.143971] Initializing cgroup subsys freezer\n[ 0.144818] Initializing cgroup subsys net_cls\n[ 0.145664] Initializing cgroup subsys perf_event\n[ 0.146563] Initializing cgroup subsys net_prio\n[ 0.147422] Initializing cgroup subsys hugetlb\n[ 0.148279] Initializing cgroup subsys pids\n[ 0.149144] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151478] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152471] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163436] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169873] ftrace: allocating 31920 entries in 125 pages\n[ 0.196212] smpboot: Max logical packages: 1\n[ 0.197086] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198406] x2apic enabled\n[ 0.199215] Switched APIC routing to physical x2apic.\n[ 0.200954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202058] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204012] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205782] KVM setup paravirtual spinlock\n[ 0.207055] x86: Booted up 1 node, 1 CPUs\n[ 0.207846] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209206] devtmpfs: initialized\n[ 0.210907] evm: security.selinux\n[ 0.211598] evm: security.SMACK64\n[ 0.212278] evm: security.SMACK64EXEC\n[ 0.213019] evm: security.SMACK64TRANSMUTE\n[ 0.213814] evm: security.SMACK64MMAP\n[ 0.214545] evm: security.ima\n[ 0.215180] evm: security.capability\n[ 0.215975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217798] pinctrl core: initialized pinctrl subsystem\n[ 0.218872] RTC time: 18:44:48, date: 10/22/18\n[ 0.219822] NET: Registered protocol family 16\n[ 0.220781] cpuidle: using governor ladder\n[ 0.221587] cpuidle: using governor menu\n[ 0.222356] PCCT header not found.\n[ 0.223105] ACPI: bus type PCI registered\n[ 0.223907] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225125] PCI: Using configuration type 1 for base access\n[ 0.226856] ACPI: Added _OSI(Module Device)\n[ 0.227680] ACPI: Added _OSI(Processor Device)\n[ 0.228533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229411] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231537] ACPI: Interpreter enabled\n[ 0.232308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239555] ACPI: (supports S0 S5)\n[ 0.240245] ACPI: Using IOAPIC for interrupt routing\n[ 0.241186] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245361] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246564] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249909] acpiphp: Slot [3] registered\n[ 0.250696] acpiphp: Slot [4] registered\n[ 0.251477] acpiphp: Slot [5] registered\n[ 0.252275] acpiphp: Slot [6] registered\n[ 0.253060] acpiphp: Slot [7] registered\n[ 0.253845] acpiphp: Slot [8] registered\n[ 0.254630] acpiphp: Slot [9] registered\n[ 0.255409] acpiphp: Slot [10] registered\n[ 0.256205] acpiphp: Slot [11] registered\n[ 0.257009] acpiphp: Slot [12] registered\n[ 0.257817] acpiphp: Slot [13] registered\n[ 0.258612] acpiphp: Slot [14] registered\n[ 0.259403] acpiphp: Slot [15] registered\n[ 0.270536] acpiphp: Slot [16] registered\n[ 0.271331] acpiphp: Slot [17] registered\n[ 0.272132] acpiphp: Slot [18] registered\n[ 0.272928] acpiphp: Slot [19] registered\n[ 0.273722] acpiphp: Slot [20] registered\n[ 0.274519] acpiphp: Slot [21] registered\n[ 0.275319] acpiphp: Slot [22] registered\n[ 0.276127] acpiphp: Slot [23] registered\n[ 0.276929] acpiphp: Slot [24] registered\n[ 0.277729] acpiphp: Slot [25] registered\n[ 0.278525] acpiphp: Slot [26] registered\n[ 0.279324] acpiphp: Slot [27] registered\n[ 0.280127] acpiphp: Slot [28] registered\n[ 0.280926] acpiphp: Slot [29] registered\n[ 0.281724] acpiphp: Slot [30] registered\n[ 0.282522] acpiphp: Slot [31] registered\n[ 0.283319] PCI host bridge to bus 0000:00\n[ 0.284120] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285310] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286498] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287953] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289378] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296969] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305744] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353217] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354726] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356149] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360239] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361541] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364150] vgaarb: loaded\n[ 0.364752] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365891] SCSI subsystem initialized\n[ 0.366707] ACPI: bus type USB registered\n[ 0.367520] usbcore: registered new interface driver usbfs\n[ 0.368772] usbcore: registered new interface driver hub\n[ 0.369951] usbcore: registered new device driver usb\n[ 0.371174] PCI: Using ACPI for IRQ routing\n[ 0.372346] NetLabel: Initializing\n[ 0.373177] NetLabel: domain hash size = 128\n[ 0.374186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375304] NetLabel: unlabeled traffic allowed by default\n[ 0.376609] clocksource: Switched to clocksource kvm-clock\n[ 0.382292] AppArmor: AppArmor Filesystem Enabled\n[ 0.383412] pnp: PnP ACPI init\n[ 0.384407] pnp: PnP ACPI: found 5 devices\n[ 0.390797] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392481] NET: Registered protocol family 2\n[ 0.393428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394694] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395849] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397009] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398080] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399236] NET: Registered protocol family 1\n[ 0.400097] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401203] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402272] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416171] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430292] Trying to unpack rootfs image as initramfs...\n[ 0.479494] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493469] Scanning for low memory corruption every 60 seconds\n[ 0.494897] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496032] audit: initializing netlink subsys (disabled)\n[ 0.497054] audit: type=2000 audit(1540233889.456:1): initialized\n[ 0.498346] Initialise system trusted keyring\n[ 0.499267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500418] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502366] zbud: loaded\n[ 0.503063] VFS: Disk quotas dquot_6.6.0\n[ 0.503873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505366] fuse init (API version 7.23)\n[ 0.506265] Key type big_key registered\n[ 0.507063] Allocating IMA MOK and blacklist keyrings.\n[ 0.508527] Key type asymmetric registered\n[ 0.509351] Asymmetric key parser 'x509' registered\n[ 0.510307] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511768] io scheduler noop registered\n[ 0.512561] io scheduler deadline registered (default)\n[ 0.513553] io scheduler cfq registered\n[ 0.514382] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518159] ACPI: Power Button [PWRF]\n[ 0.518989] GHES: HEST is not enabled!\n[ 0.532866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566352] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592316] Linux agpgart interface v0.103\n[ 0.594355] brd: module loaded\n[ 0.595573] loop: module loaded\n[ 0.600404] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601853] GPT:90111 != 2097151\n[ 0.602527] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603606] GPT:90111 != 2097151\n[ 0.604273] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605242] vda: vda1 vda15\n[ 0.606773] scsi host0: ata_piix\n[ 0.607500] scsi host1: ata_piix\n[ 0.608203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609416] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610860] libphy: Fixed MDIO Bus: probed\n[ 0.611676] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612628] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614899] PPP generic driver version 2.4.2\n[ 0.615785] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617033] ehci-pci: EHCI PCI platform driver\n[ 0.617904] ehci-platform: EHCI generic platform driver\n[ 0.618890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620001] ohci-pci: OHCI PCI platform driver\n[ 0.620872] ohci-platform: OHCI generic platform driver\n[ 0.621865] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637262] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638714] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640835] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643442] usb usb1: Product: UHCI Host Controller\n[ 0.644368] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646490] hub 1-0:1.0: USB hub found\n[ 0.647263] hub 1-0:1.0: 2 ports detected\n[ 0.648152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650283] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651235] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652255] mousedev: PS/2 mouse device common for all mice\n[ 0.653515] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655322] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657603] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658779] i2c /dev entries driver\n[ 0.659538] device-mapper: uevent: version 1.0.3\n[ 0.660461] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662086] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663349] NET: Registered protocol family 10\n[ 0.664327] NET: Registered protocol family 17\n[ 0.665207] Key type dns_resolver registered\n[ 0.666121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667193] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668918] registered taskstats version 1\n[ 0.669748] Loading compiled-in X.509 certificates\n[ 0.671178] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673010] zswap: loaded using pool lzo/zbud\n[ 0.674357] Key type trusted registered\n[ 0.675886] Key type encrypted registered\n[ 0.676723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677741] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678766] evm: HMAC attrs: 0x1\n[ 0.680074] Magic number: 6:273:747\n[ 0.680924] rtc_cmos 00:00: setting system clock to 2018-10-22 18:44:49 UTC (1540233889)\n[ 0.682531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683635] EDD information not available.\n[ 0.765170] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766625] ata1.00: configured for MWDMA2\n[ 0.767813] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783016] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786413] Write protecting the kernel read-only data: 14336k\n[ 0.787964] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789756] 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.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... [ 1.813703] 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 2.65s]\n"} 2018-10-22 18:44:59,979 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action used request id req-6599e9ad-5337-4ffe-8a4c-8707fb4b4c36 2018-10-22 18:45:00,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:45:02,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-7837336e-b3d9-4abd-9af2-f372f9c22c7b x-compute-request-id: req-7837336e-b3d9-4abd-9af2-f372f9c22c7b 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 561535540 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130482] pid_max: default: 32768 minimum: 301\n[ 0.131354] ACPI: Core revision 20150930\n[ 0.132726] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134007] Security Framework initialized\n[ 0.134807] Yama: becoming mindful.\n[ 0.135520] AppArmor: AppArmor initialized\n[ 0.136370] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138942] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141473] Initializing cgroup subsys io\n[ 0.142266] Initializing cgroup subsys memory\n[ 0.143109] Initializing cgroup subsys devices\n[ 0.143971] Initializing cgroup subsys freezer\n[ 0.144818] Initializing cgroup subsys net_cls\n[ 0.145664] Initializing cgroup subsys perf_event\n[ 0.146563] Initializing cgroup subsys net_prio\n[ 0.147422] Initializing cgroup subsys hugetlb\n[ 0.148279] Initializing cgroup subsys pids\n[ 0.149144] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151478] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152471] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163436] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169873] ftrace: allocating 31920 entries in 125 pages\n[ 0.196212] smpboot: Max logical packages: 1\n[ 0.197086] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198406] x2apic enabled\n[ 0.199215] Switched APIC routing to physical x2apic.\n[ 0.200954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202058] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204012] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205782] KVM setup paravirtual spinlock\n[ 0.207055] x86: Booted up 1 node, 1 CPUs\n[ 0.207846] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209206] devtmpfs: initialized\n[ 0.210907] evm: security.selinux\n[ 0.211598] evm: security.SMACK64\n[ 0.212278] evm: security.SMACK64EXEC\n[ 0.213019] evm: security.SMACK64TRANSMUTE\n[ 0.213814] evm: security.SMACK64MMAP\n[ 0.214545] evm: security.ima\n[ 0.215180] evm: security.capability\n[ 0.215975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217798] pinctrl core: initialized pinctrl subsystem\n[ 0.218872] RTC time: 18:44:48, date: 10/22/18\n[ 0.219822] NET: Registered protocol family 16\n[ 0.220781] cpuidle: using governor ladder\n[ 0.221587] cpuidle: using governor menu\n[ 0.222356] PCCT header not found.\n[ 0.223105] ACPI: bus type PCI registered\n[ 0.223907] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225125] PCI: Using configuration type 1 for base access\n[ 0.226856] ACPI: Added _OSI(Module Device)\n[ 0.227680] ACPI: Added _OSI(Processor Device)\n[ 0.228533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229411] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231537] ACPI: Interpreter enabled\n[ 0.232308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239555] ACPI: (supports S0 S5)\n[ 0.240245] ACPI: Using IOAPIC for interrupt routing\n[ 0.241186] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245361] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246564] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249909] acpiphp: Slot [3] registered\n[ 0.250696] acpiphp: Slot [4] registered\n[ 0.251477] acpiphp: Slot [5] registered\n[ 0.252275] acpiphp: Slot [6] registered\n[ 0.253060] acpiphp: Slot [7] registered\n[ 0.253845] acpiphp: Slot [8] registered\n[ 0.254630] acpiphp: Slot [9] registered\n[ 0.255409] acpiphp: Slot [10] registered\n[ 0.256205] acpiphp: Slot [11] registered\n[ 0.257009] acpiphp: Slot [12] registered\n[ 0.257817] acpiphp: Slot [13] registered\n[ 0.258612] acpiphp: Slot [14] registered\n[ 0.259403] acpiphp: Slot [15] registered\n[ 0.270536] acpiphp: Slot [16] registered\n[ 0.271331] acpiphp: Slot [17] registered\n[ 0.272132] acpiphp: Slot [18] registered\n[ 0.272928] acpiphp: Slot [19] registered\n[ 0.273722] acpiphp: Slot [20] registered\n[ 0.274519] acpiphp: Slot [21] registered\n[ 0.275319] acpiphp: Slot [22] registered\n[ 0.276127] acpiphp: Slot [23] registered\n[ 0.276929] acpiphp: Slot [24] registered\n[ 0.277729] acpiphp: Slot [25] registered\n[ 0.278525] acpiphp: Slot [26] registered\n[ 0.279324] acpiphp: Slot [27] registered\n[ 0.280127] acpiphp: Slot [28] registered\n[ 0.280926] acpiphp: Slot [29] registered\n[ 0.281724] acpiphp: Slot [30] registered\n[ 0.282522] acpiphp: Slot [31] registered\n[ 0.283319] PCI host bridge to bus 0000:00\n[ 0.284120] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285310] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286498] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287953] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289378] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296969] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305744] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353217] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354726] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356149] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360239] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361541] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364150] vgaarb: loaded\n[ 0.364752] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365891] SCSI subsystem initialized\n[ 0.366707] ACPI: bus type USB registered\n[ 0.367520] usbcore: registered new interface driver usbfs\n[ 0.368772] usbcore: registered new interface driver hub\n[ 0.369951] usbcore: registered new device driver usb\n[ 0.371174] PCI: Using ACPI for IRQ routing\n[ 0.372346] NetLabel: Initializing\n[ 0.373177] NetLabel: domain hash size = 128\n[ 0.374186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375304] NetLabel: unlabeled traffic allowed by default\n[ 0.376609] clocksource: Switched to clocksource kvm-clock\n[ 0.382292] AppArmor: AppArmor Filesystem Enabled\n[ 0.383412] pnp: PnP ACPI init\n[ 0.384407] pnp: PnP ACPI: found 5 devices\n[ 0.390797] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392481] NET: Registered protocol family 2\n[ 0.393428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394694] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395849] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397009] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398080] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399236] NET: Registered protocol family 1\n[ 0.400097] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401203] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402272] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416171] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430292] Trying to unpack rootfs image as initramfs...\n[ 0.479494] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493469] Scanning for low memory corruption every 60 seconds\n[ 0.494897] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496032] audit: initializing netlink subsys (disabled)\n[ 0.497054] audit: type=2000 audit(1540233889.456:1): initialized\n[ 0.498346] Initialise system trusted keyring\n[ 0.499267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500418] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502366] zbud: loaded\n[ 0.503063] VFS: Disk quotas dquot_6.6.0\n[ 0.503873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505366] fuse init (API version 7.23)\n[ 0.506265] Key type big_key registered\n[ 0.507063] Allocating IMA MOK and blacklist keyrings.\n[ 0.508527] Key type asymmetric registered\n[ 0.509351] Asymmetric key parser 'x509' registered\n[ 0.510307] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511768] io scheduler noop registered\n[ 0.512561] io scheduler deadline registered (default)\n[ 0.513553] io scheduler cfq registered\n[ 0.514382] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518159] ACPI: Power Button [PWRF]\n[ 0.518989] GHES: HEST is not enabled!\n[ 0.532866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566352] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592316] Linux agpgart interface v0.103\n[ 0.594355] brd: module loaded\n[ 0.595573] loop: module loaded\n[ 0.600404] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601853] GPT:90111 != 2097151\n[ 0.602527] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603606] GPT:90111 != 2097151\n[ 0.604273] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605242] vda: vda1 vda15\n[ 0.606773] scsi host0: ata_piix\n[ 0.607500] scsi host1: ata_piix\n[ 0.608203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609416] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610860] libphy: Fixed MDIO Bus: probed\n[ 0.611676] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612628] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614899] PPP generic driver version 2.4.2\n[ 0.615785] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617033] ehci-pci: EHCI PCI platform driver\n[ 0.617904] ehci-platform: EHCI generic platform driver\n[ 0.618890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620001] ohci-pci: OHCI PCI platform driver\n[ 0.620872] ohci-platform: OHCI generic platform driver\n[ 0.621865] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637262] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638714] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640835] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643442] usb usb1: Product: UHCI Host Controller\n[ 0.644368] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646490] hub 1-0:1.0: USB hub found\n[ 0.647263] hub 1-0:1.0: 2 ports detected\n[ 0.648152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650283] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651235] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652255] mousedev: PS/2 mouse device common for all mice\n[ 0.653515] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655322] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657603] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658779] i2c /dev entries driver\n[ 0.659538] device-mapper: uevent: version 1.0.3\n[ 0.660461] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662086] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663349] NET: Registered protocol family 10\n[ 0.664327] NET: Registered protocol family 17\n[ 0.665207] Key type dns_resolver registered\n[ 0.666121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667193] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668918] registered taskstats version 1\n[ 0.669748] Loading compiled-in X.509 certificates\n[ 0.671178] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673010] zswap: loaded using pool lzo/zbud\n[ 0.674357] Key type trusted registered\n[ 0.675886] Key type encrypted registered\n[ 0.676723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677741] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678766] evm: HMAC attrs: 0x1\n[ 0.680074] Magic number: 6:273:747\n[ 0.680924] rtc_cmos 00:00: setting system clock to 2018-10-22 18:44:49 UTC (1540233889)\n[ 0.682531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683635] EDD information not available.\n[ 0.765170] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766625] ata1.00: configured for MWDMA2\n[ 0.767813] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783016] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786413] Write protecting the kernel read-only data: 14336k\n[ 0.787964] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789756] 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.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... [ 1.813703] 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 2.65s]\nping 10.10.10.7 OK\n"} 2018-10-22 18:45:02,059 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action used request id req-7837336e-b3d9-4abd-9af2-f372f9c22c7b 2018-10-22 18:45:03,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:45:04,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a2dc3d6-c414-4e61-a1ad-f14aed27ea5d x-compute-request-id: req-3a2dc3d6-c414-4e61-a1ad-f14aed27ea5d 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 561535540 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130482] pid_max: default: 32768 minimum: 301\n[ 0.131354] ACPI: Core revision 20150930\n[ 0.132726] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134007] Security Framework initialized\n[ 0.134807] Yama: becoming mindful.\n[ 0.135520] AppArmor: AppArmor initialized\n[ 0.136370] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138942] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141473] Initializing cgroup subsys io\n[ 0.142266] Initializing cgroup subsys memory\n[ 0.143109] Initializing cgroup subsys devices\n[ 0.143971] Initializing cgroup subsys freezer\n[ 0.144818] Initializing cgroup subsys net_cls\n[ 0.145664] Initializing cgroup subsys perf_event\n[ 0.146563] Initializing cgroup subsys net_prio\n[ 0.147422] Initializing cgroup subsys hugetlb\n[ 0.148279] Initializing cgroup subsys pids\n[ 0.149144] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151478] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152471] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163436] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169873] ftrace: allocating 31920 entries in 125 pages\n[ 0.196212] smpboot: Max logical packages: 1\n[ 0.197086] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198406] x2apic enabled\n[ 0.199215] Switched APIC routing to physical x2apic.\n[ 0.200954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202058] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204012] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205782] KVM setup paravirtual spinlock\n[ 0.207055] x86: Booted up 1 node, 1 CPUs\n[ 0.207846] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209206] devtmpfs: initialized\n[ 0.210907] evm: security.selinux\n[ 0.211598] evm: security.SMACK64\n[ 0.212278] evm: security.SMACK64EXEC\n[ 0.213019] evm: security.SMACK64TRANSMUTE\n[ 0.213814] evm: security.SMACK64MMAP\n[ 0.214545] evm: security.ima\n[ 0.215180] evm: security.capability\n[ 0.215975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217798] pinctrl core: initialized pinctrl subsystem\n[ 0.218872] RTC time: 18:44:48, date: 10/22/18\n[ 0.219822] NET: Registered protocol family 16\n[ 0.220781] cpuidle: using governor ladder\n[ 0.221587] cpuidle: using governor menu\n[ 0.222356] PCCT header not found.\n[ 0.223105] ACPI: bus type PCI registered\n[ 0.223907] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225125] PCI: Using configuration type 1 for base access\n[ 0.226856] ACPI: Added _OSI(Module Device)\n[ 0.227680] ACPI: Added _OSI(Processor Device)\n[ 0.228533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229411] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231537] ACPI: Interpreter enabled\n[ 0.232308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239555] ACPI: (supports S0 S5)\n[ 0.240245] ACPI: Using IOAPIC for interrupt routing\n[ 0.241186] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245361] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246564] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249909] acpiphp: Slot [3] registered\n[ 0.250696] acpiphp: Slot [4] registered\n[ 0.251477] acpiphp: Slot [5] registered\n[ 0.252275] acpiphp: Slot [6] registered\n[ 0.253060] acpiphp: Slot [7] registered\n[ 0.253845] acpiphp: Slot [8] registered\n[ 0.254630] acpiphp: Slot [9] registered\n[ 0.255409] acpiphp: Slot [10] registered\n[ 0.256205] acpiphp: Slot [11] registered\n[ 0.257009] acpiphp: Slot [12] registered\n[ 0.257817] acpiphp: Slot [13] registered\n[ 0.258612] acpiphp: Slot [14] registered\n[ 0.259403] acpiphp: Slot [15] registered\n[ 0.270536] acpiphp: Slot [16] registered\n[ 0.271331] acpiphp: Slot [17] registered\n[ 0.272132] acpiphp: Slot [18] registered\n[ 0.272928] acpiphp: Slot [19] registered\n[ 0.273722] acpiphp: Slot [20] registered\n[ 0.274519] acpiphp: Slot [21] registered\n[ 0.275319] acpiphp: Slot [22] registered\n[ 0.276127] acpiphp: Slot [23] registered\n[ 0.276929] acpiphp: Slot [24] registered\n[ 0.277729] acpiphp: Slot [25] registered\n[ 0.278525] acpiphp: Slot [26] registered\n[ 0.279324] acpiphp: Slot [27] registered\n[ 0.280127] acpiphp: Slot [28] registered\n[ 0.280926] acpiphp: Slot [29] registered\n[ 0.281724] acpiphp: Slot [30] registered\n[ 0.282522] acpiphp: Slot [31] registered\n[ 0.283319] PCI host bridge to bus 0000:00\n[ 0.284120] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285310] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286498] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287953] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289378] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296969] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305744] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353217] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354726] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356149] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360239] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361541] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364150] vgaarb: loaded\n[ 0.364752] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365891] SCSI subsystem initialized\n[ 0.366707] ACPI: bus type USB registered\n[ 0.367520] usbcore: registered new interface driver usbfs\n[ 0.368772] usbcore: registered new interface driver hub\n[ 0.369951] usbcore: registered new device driver usb\n[ 0.371174] PCI: Using ACPI for IRQ routing\n[ 0.372346] NetLabel: Initializing\n[ 0.373177] NetLabel: domain hash size = 128\n[ 0.374186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375304] NetLabel: unlabeled traffic allowed by default\n[ 0.376609] clocksource: Switched to clocksource kvm-clock\n[ 0.382292] AppArmor: AppArmor Filesystem Enabled\n[ 0.383412] pnp: PnP ACPI init\n[ 0.384407] pnp: PnP ACPI: found 5 devices\n[ 0.390797] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392481] NET: Registered protocol family 2\n[ 0.393428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394694] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395849] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397009] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398080] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399236] NET: Registered protocol family 1\n[ 0.400097] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401203] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402272] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416171] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430292] Trying to unpack rootfs image as initramfs...\n[ 0.479494] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493469] Scanning for low memory corruption every 60 seconds\n[ 0.494897] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496032] audit: initializing netlink subsys (disabled)\n[ 0.497054] audit: type=2000 audit(1540233889.456:1): initialized\n[ 0.498346] Initialise system trusted keyring\n[ 0.499267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500418] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502366] zbud: loaded\n[ 0.503063] VFS: Disk quotas dquot_6.6.0\n[ 0.503873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505366] fuse init (API version 7.23)\n[ 0.506265] Key type big_key registered\n[ 0.507063] Allocating IMA MOK and blacklist keyrings.\n[ 0.508527] Key type asymmetric registered\n[ 0.509351] Asymmetric key parser 'x509' registered\n[ 0.510307] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511768] io scheduler noop registered\n[ 0.512561] io scheduler deadline registered (default)\n[ 0.513553] io scheduler cfq registered\n[ 0.514382] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518159] ACPI: Power Button [PWRF]\n[ 0.518989] GHES: HEST is not enabled!\n[ 0.532866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566352] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592316] Linux agpgart interface v0.103\n[ 0.594355] brd: module loaded\n[ 0.595573] loop: module loaded\n[ 0.600404] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601853] GPT:90111 != 2097151\n[ 0.602527] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603606] GPT:90111 != 2097151\n[ 0.604273] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605242] vda: vda1 vda15\n[ 0.606773] scsi host0: ata_piix\n[ 0.607500] scsi host1: ata_piix\n[ 0.608203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609416] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610860] libphy: Fixed MDIO Bus: probed\n[ 0.611676] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612628] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614899] PPP generic driver version 2.4.2\n[ 0.615785] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617033] ehci-pci: EHCI PCI platform driver\n[ 0.617904] ehci-platform: EHCI generic platform driver\n[ 0.618890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620001] ohci-pci: OHCI PCI platform driver\n[ 0.620872] ohci-platform: OHCI generic platform driver\n[ 0.621865] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637262] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638714] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640835] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643442] usb usb1: Product: UHCI Host Controller\n[ 0.644368] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646490] hub 1-0:1.0: USB hub found\n[ 0.647263] hub 1-0:1.0: 2 ports detected\n[ 0.648152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650283] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651235] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652255] mousedev: PS/2 mouse device common for all mice\n[ 0.653515] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655322] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657603] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658779] i2c /dev entries driver\n[ 0.659538] device-mapper: uevent: version 1.0.3\n[ 0.660461] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662086] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663349] NET: Registered protocol family 10\n[ 0.664327] NET: Registered protocol family 17\n[ 0.665207] Key type dns_resolver registered\n[ 0.666121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667193] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668918] registered taskstats version 1\n[ 0.669748] Loading compiled-in X.509 certificates\n[ 0.671178] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673010] zswap: loaded using pool lzo/zbud\n[ 0.674357] Key type trusted registered\n[ 0.675886] Key type encrypted registered\n[ 0.676723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677741] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678766] evm: HMAC attrs: 0x1\n[ 0.680074] Magic number: 6:273:747\n[ 0.680924] rtc_cmos 00:00: setting system clock to 2018-10-22 18:44:49 UTC (1540233889)\n[ 0.682531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683635] EDD information not available.\n[ 0.765170] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766625] ata1.00: configured for MWDMA2\n[ 0.767813] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783016] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786413] Write protecting the kernel read-only data: 14336k\n[ 0.787964] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789756] 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.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... [ 1.813703] 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 2.65s]\nping 10.10.10.7 OK\n"} 2018-10-22 18:45:04,140 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action used request id req-3a2dc3d6-c414-4e61-a1ad-f14aed27ea5d 2018-10-22 18:45:05,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:45:06,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-6bae2972-de55-462c-96f9-c96c9beb00c5 x-compute-request-id: req-6bae2972-de55-462c-96f9-c96c9beb00c5 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 561535540 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130482] pid_max: default: 32768 minimum: 301\n[ 0.131354] ACPI: Core revision 20150930\n[ 0.132726] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134007] Security Framework initialized\n[ 0.134807] Yama: becoming mindful.\n[ 0.135520] AppArmor: AppArmor initialized\n[ 0.136370] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138942] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141473] Initializing cgroup subsys io\n[ 0.142266] Initializing cgroup subsys memory\n[ 0.143109] Initializing cgroup subsys devices\n[ 0.143971] Initializing cgroup subsys freezer\n[ 0.144818] Initializing cgroup subsys net_cls\n[ 0.145664] Initializing cgroup subsys perf_event\n[ 0.146563] Initializing cgroup subsys net_prio\n[ 0.147422] Initializing cgroup subsys hugetlb\n[ 0.148279] Initializing cgroup subsys pids\n[ 0.149144] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151478] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152471] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163436] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169873] ftrace: allocating 31920 entries in 125 pages\n[ 0.196212] smpboot: Max logical packages: 1\n[ 0.197086] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198406] x2apic enabled\n[ 0.199215] Switched APIC routing to physical x2apic.\n[ 0.200954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202058] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204012] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205782] KVM setup paravirtual spinlock\n[ 0.207055] x86: Booted up 1 node, 1 CPUs\n[ 0.207846] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209206] devtmpfs: initialized\n[ 0.210907] evm: security.selinux\n[ 0.211598] evm: security.SMACK64\n[ 0.212278] evm: security.SMACK64EXEC\n[ 0.213019] evm: security.SMACK64TRANSMUTE\n[ 0.213814] evm: security.SMACK64MMAP\n[ 0.214545] evm: security.ima\n[ 0.215180] evm: security.capability\n[ 0.215975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217798] pinctrl core: initialized pinctrl subsystem\n[ 0.218872] RTC time: 18:44:48, date: 10/22/18\n[ 0.219822] NET: Registered protocol family 16\n[ 0.220781] cpuidle: using governor ladder\n[ 0.221587] cpuidle: using governor menu\n[ 0.222356] PCCT header not found.\n[ 0.223105] ACPI: bus type PCI registered\n[ 0.223907] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225125] PCI: Using configuration type 1 for base access\n[ 0.226856] ACPI: Added _OSI(Module Device)\n[ 0.227680] ACPI: Added _OSI(Processor Device)\n[ 0.228533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229411] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231537] ACPI: Interpreter enabled\n[ 0.232308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239555] ACPI: (supports S0 S5)\n[ 0.240245] ACPI: Using IOAPIC for interrupt routing\n[ 0.241186] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245361] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246564] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249909] acpiphp: Slot [3] registered\n[ 0.250696] acpiphp: Slot [4] registered\n[ 0.251477] acpiphp: Slot [5] registered\n[ 0.252275] acpiphp: Slot [6] registered\n[ 0.253060] acpiphp: Slot [7] registered\n[ 0.253845] acpiphp: Slot [8] registered\n[ 0.254630] acpiphp: Slot [9] registered\n[ 0.255409] acpiphp: Slot [10] registered\n[ 0.256205] acpiphp: Slot [11] registered\n[ 0.257009] acpiphp: Slot [12] registered\n[ 0.257817] acpiphp: Slot [13] registered\n[ 0.258612] acpiphp: Slot [14] registered\n[ 0.259403] acpiphp: Slot [15] registered\n[ 0.270536] acpiphp: Slot [16] registered\n[ 0.271331] acpiphp: Slot [17] registered\n[ 0.272132] acpiphp: Slot [18] registered\n[ 0.272928] acpiphp: Slot [19] registered\n[ 0.273722] acpiphp: Slot [20] registered\n[ 0.274519] acpiphp: Slot [21] registered\n[ 0.275319] acpiphp: Slot [22] registered\n[ 0.276127] acpiphp: Slot [23] registered\n[ 0.276929] acpiphp: Slot [24] registered\n[ 0.277729] acpiphp: Slot [25] registered\n[ 0.278525] acpiphp: Slot [26] registered\n[ 0.279324] acpiphp: Slot [27] registered\n[ 0.280127] acpiphp: Slot [28] registered\n[ 0.280926] acpiphp: Slot [29] registered\n[ 0.281724] acpiphp: Slot [30] registered\n[ 0.282522] acpiphp: Slot [31] registered\n[ 0.283319] PCI host bridge to bus 0000:00\n[ 0.284120] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285310] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286498] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287953] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289378] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296969] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305744] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353217] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354726] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356149] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360239] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361541] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364150] vgaarb: loaded\n[ 0.364752] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365891] SCSI subsystem initialized\n[ 0.366707] ACPI: bus type USB registered\n[ 0.367520] usbcore: registered new interface driver usbfs\n[ 0.368772] usbcore: registered new interface driver hub\n[ 0.369951] usbcore: registered new device driver usb\n[ 0.371174] PCI: Using ACPI for IRQ routing\n[ 0.372346] NetLabel: Initializing\n[ 0.373177] NetLabel: domain hash size = 128\n[ 0.374186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375304] NetLabel: unlabeled traffic allowed by default\n[ 0.376609] clocksource: Switched to clocksource kvm-clock\n[ 0.382292] AppArmor: AppArmor Filesystem Enabled\n[ 0.383412] pnp: PnP ACPI init\n[ 0.384407] pnp: PnP ACPI: found 5 devices\n[ 0.390797] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392481] NET: Registered protocol family 2\n[ 0.393428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394694] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395849] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397009] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398080] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399236] NET: Registered protocol family 1\n[ 0.400097] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401203] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402272] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416171] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430292] Trying to unpack rootfs image as initramfs...\n[ 0.479494] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493469] Scanning for low memory corruption every 60 seconds\n[ 0.494897] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496032] audit: initializing netlink subsys (disabled)\n[ 0.497054] audit: type=2000 audit(1540233889.456:1): initialized\n[ 0.498346] Initialise system trusted keyring\n[ 0.499267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500418] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502366] zbud: loaded\n[ 0.503063] VFS: Disk quotas dquot_6.6.0\n[ 0.503873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505366] fuse init (API version 7.23)\n[ 0.506265] Key type big_key registered\n[ 0.507063] Allocating IMA MOK and blacklist keyrings.\n[ 0.508527] Key type asymmetric registered\n[ 0.509351] Asymmetric key parser 'x509' registered\n[ 0.510307] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511768] io scheduler noop registered\n[ 0.512561] io scheduler deadline registered (default)\n[ 0.513553] io scheduler cfq registered\n[ 0.514382] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518159] ACPI: Power Button [PWRF]\n[ 0.518989] GHES: HEST is not enabled!\n[ 0.532866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566352] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592316] Linux agpgart interface v0.103\n[ 0.594355] brd: module loaded\n[ 0.595573] loop: module loaded\n[ 0.600404] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601853] GPT:90111 != 2097151\n[ 0.602527] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603606] GPT:90111 != 2097151\n[ 0.604273] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605242] vda: vda1 vda15\n[ 0.606773] scsi host0: ata_piix\n[ 0.607500] scsi host1: ata_piix\n[ 0.608203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609416] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610860] libphy: Fixed MDIO Bus: probed\n[ 0.611676] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612628] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614899] PPP generic driver version 2.4.2\n[ 0.615785] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617033] ehci-pci: EHCI PCI platform driver\n[ 0.617904] ehci-platform: EHCI generic platform driver\n[ 0.618890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620001] ohci-pci: OHCI PCI platform driver\n[ 0.620872] ohci-platform: OHCI generic platform driver\n[ 0.621865] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637262] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638714] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640835] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643442] usb usb1: Product: UHCI Host Controller\n[ 0.644368] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646490] hub 1-0:1.0: USB hub found\n[ 0.647263] hub 1-0:1.0: 2 ports detected\n[ 0.648152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650283] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651235] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652255] mousedev: PS/2 mouse device common for all mice\n[ 0.653515] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655322] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657603] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658779] i2c /dev entries driver\n[ 0.659538] device-mapper: uevent: version 1.0.3\n[ 0.660461] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662086] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663349] NET: Registered protocol family 10\n[ 0.664327] NET: Registered protocol family 17\n[ 0.665207] Key type dns_resolver registered\n[ 0.666121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667193] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668918] registered taskstats version 1\n[ 0.669748] Loading compiled-in X.509 certificates\n[ 0.671178] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673010] zswap: loaded using pool lzo/zbud\n[ 0.674357] Key type trusted registered\n[ 0.675886] Key type encrypted registered\n[ 0.676723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677741] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678766] evm: HMAC attrs: 0x1\n[ 0.680074] Magic number: 6:273:747\n[ 0.680924] rtc_cmos 00:00: setting system clock to 2018-10-22 18:44:49 UTC (1540233889)\n[ 0.682531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683635] EDD information not available.\n[ 0.765170] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766625] ata1.00: configured for MWDMA2\n[ 0.767813] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783016] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786413] Write protecting the kernel read-only data: 14336k\n[ 0.787964] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789756] 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.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... [ 1.813703] 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 2.65s]\nping 10.10.10.7 OK\n"} 2018-10-22 18:45:06,221 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action used request id req-6bae2972-de55-462c-96f9-c96c9beb00c5 2018-10-22 18:45:07,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:45:08,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-7b391032-c6b2-48c4-8129-713cca776c8e x-compute-request-id: req-7b391032-c6b2-48c4-8129-713cca776c8e 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 561535540 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130482] pid_max: default: 32768 minimum: 301\n[ 0.131354] ACPI: Core revision 20150930\n[ 0.132726] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134007] Security Framework initialized\n[ 0.134807] Yama: becoming mindful.\n[ 0.135520] AppArmor: AppArmor initialized\n[ 0.136370] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138942] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141473] Initializing cgroup subsys io\n[ 0.142266] Initializing cgroup subsys memory\n[ 0.143109] Initializing cgroup subsys devices\n[ 0.143971] Initializing cgroup subsys freezer\n[ 0.144818] Initializing cgroup subsys net_cls\n[ 0.145664] Initializing cgroup subsys perf_event\n[ 0.146563] Initializing cgroup subsys net_prio\n[ 0.147422] Initializing cgroup subsys hugetlb\n[ 0.148279] Initializing cgroup subsys pids\n[ 0.149144] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151478] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152471] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163436] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169873] ftrace: allocating 31920 entries in 125 pages\n[ 0.196212] smpboot: Max logical packages: 1\n[ 0.197086] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198406] x2apic enabled\n[ 0.199215] Switched APIC routing to physical x2apic.\n[ 0.200954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202058] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204012] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205782] KVM setup paravirtual spinlock\n[ 0.207055] x86: Booted up 1 node, 1 CPUs\n[ 0.207846] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209206] devtmpfs: initialized\n[ 0.210907] evm: security.selinux\n[ 0.211598] evm: security.SMACK64\n[ 0.212278] evm: security.SMACK64EXEC\n[ 0.213019] evm: security.SMACK64TRANSMUTE\n[ 0.213814] evm: security.SMACK64MMAP\n[ 0.214545] evm: security.ima\n[ 0.215180] evm: security.capability\n[ 0.215975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217798] pinctrl core: initialized pinctrl subsystem\n[ 0.218872] RTC time: 18:44:48, date: 10/22/18\n[ 0.219822] NET: Registered protocol family 16\n[ 0.220781] cpuidle: using governor ladder\n[ 0.221587] cpuidle: using governor menu\n[ 0.222356] PCCT header not found.\n[ 0.223105] ACPI: bus type PCI registered\n[ 0.223907] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225125] PCI: Using configuration type 1 for base access\n[ 0.226856] ACPI: Added _OSI(Module Device)\n[ 0.227680] ACPI: Added _OSI(Processor Device)\n[ 0.228533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229411] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231537] ACPI: Interpreter enabled\n[ 0.232308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239555] ACPI: (supports S0 S5)\n[ 0.240245] ACPI: Using IOAPIC for interrupt routing\n[ 0.241186] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245361] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246564] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249909] acpiphp: Slot [3] registered\n[ 0.250696] acpiphp: Slot [4] registered\n[ 0.251477] acpiphp: Slot [5] registered\n[ 0.252275] acpiphp: Slot [6] registered\n[ 0.253060] acpiphp: Slot [7] registered\n[ 0.253845] acpiphp: Slot [8] registered\n[ 0.254630] acpiphp: Slot [9] registered\n[ 0.255409] acpiphp: Slot [10] registered\n[ 0.256205] acpiphp: Slot [11] registered\n[ 0.257009] acpiphp: Slot [12] registered\n[ 0.257817] acpiphp: Slot [13] registered\n[ 0.258612] acpiphp: Slot [14] registered\n[ 0.259403] acpiphp: Slot [15] registered\n[ 0.270536] acpiphp: Slot [16] registered\n[ 0.271331] acpiphp: Slot [17] registered\n[ 0.272132] acpiphp: Slot [18] registered\n[ 0.272928] acpiphp: Slot [19] registered\n[ 0.273722] acpiphp: Slot [20] registered\n[ 0.274519] acpiphp: Slot [21] registered\n[ 0.275319] acpiphp: Slot [22] registered\n[ 0.276127] acpiphp: Slot [23] registered\n[ 0.276929] acpiphp: Slot [24] registered\n[ 0.277729] acpiphp: Slot [25] registered\n[ 0.278525] acpiphp: Slot [26] registered\n[ 0.279324] acpiphp: Slot [27] registered\n[ 0.280127] acpiphp: Slot [28] registered\n[ 0.280926] acpiphp: Slot [29] registered\n[ 0.281724] acpiphp: Slot [30] registered\n[ 0.282522] acpiphp: Slot [31] registered\n[ 0.283319] PCI host bridge to bus 0000:00\n[ 0.284120] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285310] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286498] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287953] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289378] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296969] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305744] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353217] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354726] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356149] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360239] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361541] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364150] vgaarb: loaded\n[ 0.364752] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365891] SCSI subsystem initialized\n[ 0.366707] ACPI: bus type USB registered\n[ 0.367520] usbcore: registered new interface driver usbfs\n[ 0.368772] usbcore: registered new interface driver hub\n[ 0.369951] usbcore: registered new device driver usb\n[ 0.371174] PCI: Using ACPI for IRQ routing\n[ 0.372346] NetLabel: Initializing\n[ 0.373177] NetLabel: domain hash size = 128\n[ 0.374186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375304] NetLabel: unlabeled traffic allowed by default\n[ 0.376609] clocksource: Switched to clocksource kvm-clock\n[ 0.382292] AppArmor: AppArmor Filesystem Enabled\n[ 0.383412] pnp: PnP ACPI init\n[ 0.384407] pnp: PnP ACPI: found 5 devices\n[ 0.390797] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392481] NET: Registered protocol family 2\n[ 0.393428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394694] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395849] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397009] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398080] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399236] NET: Registered protocol family 1\n[ 0.400097] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401203] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402272] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416171] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430292] Trying to unpack rootfs image as initramfs...\n[ 0.479494] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493469] Scanning for low memory corruption every 60 seconds\n[ 0.494897] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496032] audit: initializing netlink subsys (disabled)\n[ 0.497054] audit: type=2000 audit(1540233889.456:1): initialized\n[ 0.498346] Initialise system trusted keyring\n[ 0.499267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500418] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502366] zbud: loaded\n[ 0.503063] VFS: Disk quotas dquot_6.6.0\n[ 0.503873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505366] fuse init (API version 7.23)\n[ 0.506265] Key type big_key registered\n[ 0.507063] Allocating IMA MOK and blacklist keyrings.\n[ 0.508527] Key type asymmetric registered\n[ 0.509351] Asymmetric key parser 'x509' registered\n[ 0.510307] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511768] io scheduler noop registered\n[ 0.512561] io scheduler deadline registered (default)\n[ 0.513553] io scheduler cfq registered\n[ 0.514382] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518159] ACPI: Power Button [PWRF]\n[ 0.518989] GHES: HEST is not enabled!\n[ 0.532866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566352] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592316] Linux agpgart interface v0.103\n[ 0.594355] brd: module loaded\n[ 0.595573] loop: module loaded\n[ 0.600404] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601853] GPT:90111 != 2097151\n[ 0.602527] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603606] GPT:90111 != 2097151\n[ 0.604273] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605242] vda: vda1 vda15\n[ 0.606773] scsi host0: ata_piix\n[ 0.607500] scsi host1: ata_piix\n[ 0.608203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609416] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610860] libphy: Fixed MDIO Bus: probed\n[ 0.611676] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612628] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614899] PPP generic driver version 2.4.2\n[ 0.615785] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617033] ehci-pci: EHCI PCI platform driver\n[ 0.617904] ehci-platform: EHCI generic platform driver\n[ 0.618890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620001] ohci-pci: OHCI PCI platform driver\n[ 0.620872] ohci-platform: OHCI generic platform driver\n[ 0.621865] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637262] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638714] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640835] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643442] usb usb1: Product: UHCI Host Controller\n[ 0.644368] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646490] hub 1-0:1.0: USB hub found\n[ 0.647263] hub 1-0:1.0: 2 ports detected\n[ 0.648152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650283] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651235] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652255] mousedev: PS/2 mouse device common for all mice\n[ 0.653515] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655322] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657603] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658779] i2c /dev entries driver\n[ 0.659538] device-mapper: uevent: version 1.0.3\n[ 0.660461] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662086] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663349] NET: Registered protocol family 10\n[ 0.664327] NET: Registered protocol family 17\n[ 0.665207] Key type dns_resolver registered\n[ 0.666121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667193] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668918] registered taskstats version 1\n[ 0.669748] Loading compiled-in X.509 certificates\n[ 0.671178] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673010] zswap: loaded using pool lzo/zbud\n[ 0.674357] Key type trusted registered\n[ 0.675886] Key type encrypted registered\n[ 0.676723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677741] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678766] evm: HMAC attrs: 0x1\n[ 0.680074] Magic number: 6:273:747\n[ 0.680924] rtc_cmos 00:00: setting system clock to 2018-10-22 18:44:49 UTC (1540233889)\n[ 0.682531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683635] EDD information not available.\n[ 0.765170] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766625] ata1.00: configured for MWDMA2\n[ 0.767813] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783016] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786413] Write protecting the kernel read-only data: 14336k\n[ 0.787964] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789756] 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.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... [ 1.813703] 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 2.65s]\nping 10.10.10.7 OK\n"} 2018-10-22 18:45:08,309 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action used request id req-7b391032-c6b2-48c4-8129-713cca776c8e 2018-10-22 18:45:09,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:45:10,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16853356-fe33-4186-b367-98d011d1c5e6 x-compute-request-id: req-16853356-fe33-4186-b367-98d011d1c5e6 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 561535540 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130482] pid_max: default: 32768 minimum: 301\n[ 0.131354] ACPI: Core revision 20150930\n[ 0.132726] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134007] Security Framework initialized\n[ 0.134807] Yama: becoming mindful.\n[ 0.135520] AppArmor: AppArmor initialized\n[ 0.136370] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138942] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141473] Initializing cgroup subsys io\n[ 0.142266] Initializing cgroup subsys memory\n[ 0.143109] Initializing cgroup subsys devices\n[ 0.143971] Initializing cgroup subsys freezer\n[ 0.144818] Initializing cgroup subsys net_cls\n[ 0.145664] Initializing cgroup subsys perf_event\n[ 0.146563] Initializing cgroup subsys net_prio\n[ 0.147422] Initializing cgroup subsys hugetlb\n[ 0.148279] Initializing cgroup subsys pids\n[ 0.149144] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151478] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152471] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163436] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169873] ftrace: allocating 31920 entries in 125 pages\n[ 0.196212] smpboot: Max logical packages: 1\n[ 0.197086] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198406] x2apic enabled\n[ 0.199215] Switched APIC routing to physical x2apic.\n[ 0.200954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202058] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204012] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205782] KVM setup paravirtual spinlock\n[ 0.207055] x86: Booted up 1 node, 1 CPUs\n[ 0.207846] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209206] devtmpfs: initialized\n[ 0.210907] evm: security.selinux\n[ 0.211598] evm: security.SMACK64\n[ 0.212278] evm: security.SMACK64EXEC\n[ 0.213019] evm: security.SMACK64TRANSMUTE\n[ 0.213814] evm: security.SMACK64MMAP\n[ 0.214545] evm: security.ima\n[ 0.215180] evm: security.capability\n[ 0.215975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217798] pinctrl core: initialized pinctrl subsystem\n[ 0.218872] RTC time: 18:44:48, date: 10/22/18\n[ 0.219822] NET: Registered protocol family 16\n[ 0.220781] cpuidle: using governor ladder\n[ 0.221587] cpuidle: using governor menu\n[ 0.222356] PCCT header not found.\n[ 0.223105] ACPI: bus type PCI registered\n[ 0.223907] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225125] PCI: Using configuration type 1 for base access\n[ 0.226856] ACPI: Added _OSI(Module Device)\n[ 0.227680] ACPI: Added _OSI(Processor Device)\n[ 0.228533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229411] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231537] ACPI: Interpreter enabled\n[ 0.232308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239555] ACPI: (supports S0 S5)\n[ 0.240245] ACPI: Using IOAPIC for interrupt routing\n[ 0.241186] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245361] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246564] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249909] acpiphp: Slot [3] registered\n[ 0.250696] acpiphp: Slot [4] registered\n[ 0.251477] acpiphp: Slot [5] registered\n[ 0.252275] acpiphp: Slot [6] registered\n[ 0.253060] acpiphp: Slot [7] registered\n[ 0.253845] acpiphp: Slot [8] registered\n[ 0.254630] acpiphp: Slot [9] registered\n[ 0.255409] acpiphp: Slot [10] registered\n[ 0.256205] acpiphp: Slot [11] registered\n[ 0.257009] acpiphp: Slot [12] registered\n[ 0.257817] acpiphp: Slot [13] registered\n[ 0.258612] acpiphp: Slot [14] registered\n[ 0.259403] acpiphp: Slot [15] registered\n[ 0.270536] acpiphp: Slot [16] registered\n[ 0.271331] acpiphp: Slot [17] registered\n[ 0.272132] acpiphp: Slot [18] registered\n[ 0.272928] acpiphp: Slot [19] registered\n[ 0.273722] acpiphp: Slot [20] registered\n[ 0.274519] acpiphp: Slot [21] registered\n[ 0.275319] acpiphp: Slot [22] registered\n[ 0.276127] acpiphp: Slot [23] registered\n[ 0.276929] acpiphp: Slot [24] registered\n[ 0.277729] acpiphp: Slot [25] registered\n[ 0.278525] acpiphp: Slot [26] registered\n[ 0.279324] acpiphp: Slot [27] registered\n[ 0.280127] acpiphp: Slot [28] registered\n[ 0.280926] acpiphp: Slot [29] registered\n[ 0.281724] acpiphp: Slot [30] registered\n[ 0.282522] acpiphp: Slot [31] registered\n[ 0.283319] PCI host bridge to bus 0000:00\n[ 0.284120] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285310] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286498] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287953] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289378] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296969] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305744] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353217] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354726] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356149] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360239] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361541] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364150] vgaarb: loaded\n[ 0.364752] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365891] SCSI subsystem initialized\n[ 0.366707] ACPI: bus type USB registered\n[ 0.367520] usbcore: registered new interface driver usbfs\n[ 0.368772] usbcore: registered new interface driver hub\n[ 0.369951] usbcore: registered new device driver usb\n[ 0.371174] PCI: Using ACPI for IRQ routing\n[ 0.372346] NetLabel: Initializing\n[ 0.373177] NetLabel: domain hash size = 128\n[ 0.374186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375304] NetLabel: unlabeled traffic allowed by default\n[ 0.376609] clocksource: Switched to clocksource kvm-clock\n[ 0.382292] AppArmor: AppArmor Filesystem Enabled\n[ 0.383412] pnp: PnP ACPI init\n[ 0.384407] pnp: PnP ACPI: found 5 devices\n[ 0.390797] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392481] NET: Registered protocol family 2\n[ 0.393428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394694] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395849] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397009] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398080] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399236] NET: Registered protocol family 1\n[ 0.400097] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401203] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402272] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416171] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430292] Trying to unpack rootfs image as initramfs...\n[ 0.479494] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493469] Scanning for low memory corruption every 60 seconds\n[ 0.494897] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496032] audit: initializing netlink subsys (disabled)\n[ 0.497054] audit: type=2000 audit(1540233889.456:1): initialized\n[ 0.498346] Initialise system trusted keyring\n[ 0.499267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500418] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502366] zbud: loaded\n[ 0.503063] VFS: Disk quotas dquot_6.6.0\n[ 0.503873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505366] fuse init (API version 7.23)\n[ 0.506265] Key type big_key registered\n[ 0.507063] Allocating IMA MOK and blacklist keyrings.\n[ 0.508527] Key type asymmetric registered\n[ 0.509351] Asymmetric key parser 'x509' registered\n[ 0.510307] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511768] io scheduler noop registered\n[ 0.512561] io scheduler deadline registered (default)\n[ 0.513553] io scheduler cfq registered\n[ 0.514382] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518159] ACPI: Power Button [PWRF]\n[ 0.518989] GHES: HEST is not enabled!\n[ 0.532866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566352] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592316] Linux agpgart interface v0.103\n[ 0.594355] brd: module loaded\n[ 0.595573] loop: module loaded\n[ 0.600404] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601853] GPT:90111 != 2097151\n[ 0.602527] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603606] GPT:90111 != 2097151\n[ 0.604273] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605242] vda: vda1 vda15\n[ 0.606773] scsi host0: ata_piix\n[ 0.607500] scsi host1: ata_piix\n[ 0.608203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609416] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610860] libphy: Fixed MDIO Bus: probed\n[ 0.611676] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612628] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614899] PPP generic driver version 2.4.2\n[ 0.615785] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617033] ehci-pci: EHCI PCI platform driver\n[ 0.617904] ehci-platform: EHCI generic platform driver\n[ 0.618890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620001] ohci-pci: OHCI PCI platform driver\n[ 0.620872] ohci-platform: OHCI generic platform driver\n[ 0.621865] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637262] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638714] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640835] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643442] usb usb1: Product: UHCI Host Controller\n[ 0.644368] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646490] hub 1-0:1.0: USB hub found\n[ 0.647263] hub 1-0:1.0: 2 ports detected\n[ 0.648152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650283] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651235] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652255] mousedev: PS/2 mouse device common for all mice\n[ 0.653515] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655322] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657603] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658779] i2c /dev entries driver\n[ 0.659538] device-mapper: uevent: version 1.0.3\n[ 0.660461] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662086] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663349] NET: Registered protocol family 10\n[ 0.664327] NET: Registered protocol family 17\n[ 0.665207] Key type dns_resolver registered\n[ 0.666121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667193] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668918] registered taskstats version 1\n[ 0.669748] Loading compiled-in X.509 certificates\n[ 0.671178] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673010] zswap: loaded using pool lzo/zbud\n[ 0.674357] Key type trusted registered\n[ 0.675886] Key type encrypted registered\n[ 0.676723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677741] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678766] evm: HMAC attrs: 0x1\n[ 0.680074] Magic number: 6:273:747\n[ 0.680924] rtc_cmos 00:00: setting system clock to 2018-10-22 18:44:49 UTC (1540233889)\n[ 0.682531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683635] EDD information not available.\n[ 0.765170] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766625] ata1.00: configured for MWDMA2\n[ 0.767813] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783016] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786413] Write protecting the kernel read-only data: 14336k\n[ 0.787964] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789756] 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.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... [ 1.813703] 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 2.65s]\nping 10.10.10.7 OK\n"} 2018-10-22 18:45:10,394 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action used request id req-16853356-fe33-4186-b367-98d011d1c5e6 2018-10-22 18:45:11,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:45:12,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-b8cd14cc-47fb-4405-941f-1479d352f960 x-compute-request-id: req-b8cd14cc-47fb-4405-941f-1479d352f960 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 561535540 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130482] pid_max: default: 32768 minimum: 301\n[ 0.131354] ACPI: Core revision 20150930\n[ 0.132726] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134007] Security Framework initialized\n[ 0.134807] Yama: becoming mindful.\n[ 0.135520] AppArmor: AppArmor initialized\n[ 0.136370] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138942] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141473] Initializing cgroup subsys io\n[ 0.142266] Initializing cgroup subsys memory\n[ 0.143109] Initializing cgroup subsys devices\n[ 0.143971] Initializing cgroup subsys freezer\n[ 0.144818] Initializing cgroup subsys net_cls\n[ 0.145664] Initializing cgroup subsys perf_event\n[ 0.146563] Initializing cgroup subsys net_prio\n[ 0.147422] Initializing cgroup subsys hugetlb\n[ 0.148279] Initializing cgroup subsys pids\n[ 0.149144] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151478] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152471] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163436] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169873] ftrace: allocating 31920 entries in 125 pages\n[ 0.196212] smpboot: Max logical packages: 1\n[ 0.197086] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198406] x2apic enabled\n[ 0.199215] Switched APIC routing to physical x2apic.\n[ 0.200954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202058] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204012] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205782] KVM setup paravirtual spinlock\n[ 0.207055] x86: Booted up 1 node, 1 CPUs\n[ 0.207846] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209206] devtmpfs: initialized\n[ 0.210907] evm: security.selinux\n[ 0.211598] evm: security.SMACK64\n[ 0.212278] evm: security.SMACK64EXEC\n[ 0.213019] evm: security.SMACK64TRANSMUTE\n[ 0.213814] evm: security.SMACK64MMAP\n[ 0.214545] evm: security.ima\n[ 0.215180] evm: security.capability\n[ 0.215975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217798] pinctrl core: initialized pinctrl subsystem\n[ 0.218872] RTC time: 18:44:48, date: 10/22/18\n[ 0.219822] NET: Registered protocol family 16\n[ 0.220781] cpuidle: using governor ladder\n[ 0.221587] cpuidle: using governor menu\n[ 0.222356] PCCT header not found.\n[ 0.223105] ACPI: bus type PCI registered\n[ 0.223907] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225125] PCI: Using configuration type 1 for base access\n[ 0.226856] ACPI: Added _OSI(Module Device)\n[ 0.227680] ACPI: Added _OSI(Processor Device)\n[ 0.228533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229411] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231537] ACPI: Interpreter enabled\n[ 0.232308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239555] ACPI: (supports S0 S5)\n[ 0.240245] ACPI: Using IOAPIC for interrupt routing\n[ 0.241186] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245361] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246564] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249909] acpiphp: Slot [3] registered\n[ 0.250696] acpiphp: Slot [4] registered\n[ 0.251477] acpiphp: Slot [5] registered\n[ 0.252275] acpiphp: Slot [6] registered\n[ 0.253060] acpiphp: Slot [7] registered\n[ 0.253845] acpiphp: Slot [8] registered\n[ 0.254630] acpiphp: Slot [9] registered\n[ 0.255409] acpiphp: Slot [10] registered\n[ 0.256205] acpiphp: Slot [11] registered\n[ 0.257009] acpiphp: Slot [12] registered\n[ 0.257817] acpiphp: Slot [13] registered\n[ 0.258612] acpiphp: Slot [14] registered\n[ 0.259403] acpiphp: Slot [15] registered\n[ 0.270536] acpiphp: Slot [16] registered\n[ 0.271331] acpiphp: Slot [17] registered\n[ 0.272132] acpiphp: Slot [18] registered\n[ 0.272928] acpiphp: Slot [19] registered\n[ 0.273722] acpiphp: Slot [20] registered\n[ 0.274519] acpiphp: Slot [21] registered\n[ 0.275319] acpiphp: Slot [22] registered\n[ 0.276127] acpiphp: Slot [23] registered\n[ 0.276929] acpiphp: Slot [24] registered\n[ 0.277729] acpiphp: Slot [25] registered\n[ 0.278525] acpiphp: Slot [26] registered\n[ 0.279324] acpiphp: Slot [27] registered\n[ 0.280127] acpiphp: Slot [28] registered\n[ 0.280926] acpiphp: Slot [29] registered\n[ 0.281724] acpiphp: Slot [30] registered\n[ 0.282522] acpiphp: Slot [31] registered\n[ 0.283319] PCI host bridge to bus 0000:00\n[ 0.284120] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285310] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286498] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287953] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289378] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296969] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305744] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353217] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354726] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356149] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360239] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361541] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364150] vgaarb: loaded\n[ 0.364752] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365891] SCSI subsystem initialized\n[ 0.366707] ACPI: bus type USB registered\n[ 0.367520] usbcore: registered new interface driver usbfs\n[ 0.368772] usbcore: registered new interface driver hub\n[ 0.369951] usbcore: registered new device driver usb\n[ 0.371174] PCI: Using ACPI for IRQ routing\n[ 0.372346] NetLabel: Initializing\n[ 0.373177] NetLabel: domain hash size = 128\n[ 0.374186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375304] NetLabel: unlabeled traffic allowed by default\n[ 0.376609] clocksource: Switched to clocksource kvm-clock\n[ 0.382292] AppArmor: AppArmor Filesystem Enabled\n[ 0.383412] pnp: PnP ACPI init\n[ 0.384407] pnp: PnP ACPI: found 5 devices\n[ 0.390797] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392481] NET: Registered protocol family 2\n[ 0.393428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394694] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395849] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397009] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398080] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399236] NET: Registered protocol family 1\n[ 0.400097] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401203] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402272] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416171] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430292] Trying to unpack rootfs image as initramfs...\n[ 0.479494] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493469] Scanning for low memory corruption every 60 seconds\n[ 0.494897] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496032] audit: initializing netlink subsys (disabled)\n[ 0.497054] audit: type=2000 audit(1540233889.456:1): initialized\n[ 0.498346] Initialise system trusted keyring\n[ 0.499267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500418] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502366] zbud: loaded\n[ 0.503063] VFS: Disk quotas dquot_6.6.0\n[ 0.503873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505366] fuse init (API version 7.23)\n[ 0.506265] Key type big_key registered\n[ 0.507063] Allocating IMA MOK and blacklist keyrings.\n[ 0.508527] Key type asymmetric registered\n[ 0.509351] Asymmetric key parser 'x509' registered\n[ 0.510307] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511768] io scheduler noop registered\n[ 0.512561] io scheduler deadline registered (default)\n[ 0.513553] io scheduler cfq registered\n[ 0.514382] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518159] ACPI: Power Button [PWRF]\n[ 0.518989] GHES: HEST is not enabled!\n[ 0.532866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566352] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592316] Linux agpgart interface v0.103\n[ 0.594355] brd: module loaded\n[ 0.595573] loop: module loaded\n[ 0.600404] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601853] GPT:90111 != 2097151\n[ 0.602527] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603606] GPT:90111 != 2097151\n[ 0.604273] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605242] vda: vda1 vda15\n[ 0.606773] scsi host0: ata_piix\n[ 0.607500] scsi host1: ata_piix\n[ 0.608203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609416] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610860] libphy: Fixed MDIO Bus: probed\n[ 0.611676] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612628] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614899] PPP generic driver version 2.4.2\n[ 0.615785] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617033] ehci-pci: EHCI PCI platform driver\n[ 0.617904] ehci-platform: EHCI generic platform driver\n[ 0.618890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620001] ohci-pci: OHCI PCI platform driver\n[ 0.620872] ohci-platform: OHCI generic platform driver\n[ 0.621865] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637262] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638714] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640835] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643442] usb usb1: Product: UHCI Host Controller\n[ 0.644368] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646490] hub 1-0:1.0: USB hub found\n[ 0.647263] hub 1-0:1.0: 2 ports detected\n[ 0.648152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650283] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651235] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652255] mousedev: PS/2 mouse device common for all mice\n[ 0.653515] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655322] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657603] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658779] i2c /dev entries driver\n[ 0.659538] device-mapper: uevent: version 1.0.3\n[ 0.660461] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662086] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663349] NET: Registered protocol family 10\n[ 0.664327] NET: Registered protocol family 17\n[ 0.665207] Key type dns_resolver registered\n[ 0.666121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667193] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668918] registered taskstats version 1\n[ 0.669748] Loading compiled-in X.509 certificates\n[ 0.671178] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673010] zswap: loaded using pool lzo/zbud\n[ 0.674357] Key type trusted registered\n[ 0.675886] Key type encrypted registered\n[ 0.676723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677741] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678766] evm: HMAC attrs: 0x1\n[ 0.680074] Magic number: 6:273:747\n[ 0.680924] rtc_cmos 00:00: setting system clock to 2018-10-22 18:44:49 UTC (1540233889)\n[ 0.682531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683635] EDD information not available.\n[ 0.765170] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766625] ata1.00: configured for MWDMA2\n[ 0.767813] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783016] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786413] Write protecting the kernel read-only data: 14336k\n[ 0.787964] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789756] 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.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... [ 1.813703] 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 2.65s]\nping 10.10.10.7 OK\n"} 2018-10-22 18:45:12,471 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action used request id req-b8cd14cc-47fb-4405-941f-1479d352f960 2018-10-22 18:45:13,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:45:14,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45: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-4f5f0965-b609-4519-a899-b9af1fe83040 x-compute-request-id: req-4f5f0965-b609-4519-a899-b9af1fe83040 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 561535540 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130482] pid_max: default: 32768 minimum: 301\n[ 0.131354] ACPI: Core revision 20150930\n[ 0.132726] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134007] Security Framework initialized\n[ 0.134807] Yama: becoming mindful.\n[ 0.135520] AppArmor: AppArmor initialized\n[ 0.136370] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138942] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141473] Initializing cgroup subsys io\n[ 0.142266] Initializing cgroup subsys memory\n[ 0.143109] Initializing cgroup subsys devices\n[ 0.143971] Initializing cgroup subsys freezer\n[ 0.144818] Initializing cgroup subsys net_cls\n[ 0.145664] Initializing cgroup subsys perf_event\n[ 0.146563] Initializing cgroup subsys net_prio\n[ 0.147422] Initializing cgroup subsys hugetlb\n[ 0.148279] Initializing cgroup subsys pids\n[ 0.149144] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151478] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152471] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163436] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169873] ftrace: allocating 31920 entries in 125 pages\n[ 0.196212] smpboot: Max logical packages: 1\n[ 0.197086] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198406] x2apic enabled\n[ 0.199215] Switched APIC routing to physical x2apic.\n[ 0.200954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202058] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204012] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205782] KVM setup paravirtual spinlock\n[ 0.207055] x86: Booted up 1 node, 1 CPUs\n[ 0.207846] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209206] devtmpfs: initialized\n[ 0.210907] evm: security.selinux\n[ 0.211598] evm: security.SMACK64\n[ 0.212278] evm: security.SMACK64EXEC\n[ 0.213019] evm: security.SMACK64TRANSMUTE\n[ 0.213814] evm: security.SMACK64MMAP\n[ 0.214545] evm: security.ima\n[ 0.215180] evm: security.capability\n[ 0.215975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217798] pinctrl core: initialized pinctrl subsystem\n[ 0.218872] RTC time: 18:44:48, date: 10/22/18\n[ 0.219822] NET: Registered protocol family 16\n[ 0.220781] cpuidle: using governor ladder\n[ 0.221587] cpuidle: using governor menu\n[ 0.222356] PCCT header not found.\n[ 0.223105] ACPI: bus type PCI registered\n[ 0.223907] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225125] PCI: Using configuration type 1 for base access\n[ 0.226856] ACPI: Added _OSI(Module Device)\n[ 0.227680] ACPI: Added _OSI(Processor Device)\n[ 0.228533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229411] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231537] ACPI: Interpreter enabled\n[ 0.232308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239555] ACPI: (supports S0 S5)\n[ 0.240245] ACPI: Using IOAPIC for interrupt routing\n[ 0.241186] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245361] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246564] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249909] acpiphp: Slot [3] registered\n[ 0.250696] acpiphp: Slot [4] registered\n[ 0.251477] acpiphp: Slot [5] registered\n[ 0.252275] acpiphp: Slot [6] registered\n[ 0.253060] acpiphp: Slot [7] registered\n[ 0.253845] acpiphp: Slot [8] registered\n[ 0.254630] acpiphp: Slot [9] registered\n[ 0.255409] acpiphp: Slot [10] registered\n[ 0.256205] acpiphp: Slot [11] registered\n[ 0.257009] acpiphp: Slot [12] registered\n[ 0.257817] acpiphp: Slot [13] registered\n[ 0.258612] acpiphp: Slot [14] registered\n[ 0.259403] acpiphp: Slot [15] registered\n[ 0.270536] acpiphp: Slot [16] registered\n[ 0.271331] acpiphp: Slot [17] registered\n[ 0.272132] acpiphp: Slot [18] registered\n[ 0.272928] acpiphp: Slot [19] registered\n[ 0.273722] acpiphp: Slot [20] registered\n[ 0.274519] acpiphp: Slot [21] registered\n[ 0.275319] acpiphp: Slot [22] registered\n[ 0.276127] acpiphp: Slot [23] registered\n[ 0.276929] acpiphp: Slot [24] registered\n[ 0.277729] acpiphp: Slot [25] registered\n[ 0.278525] acpiphp: Slot [26] registered\n[ 0.279324] acpiphp: Slot [27] registered\n[ 0.280127] acpiphp: Slot [28] registered\n[ 0.280926] acpiphp: Slot [29] registered\n[ 0.281724] acpiphp: Slot [30] registered\n[ 0.282522] acpiphp: Slot [31] registered\n[ 0.283319] PCI host bridge to bus 0000:00\n[ 0.284120] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285310] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286498] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287953] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289378] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296969] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305744] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353217] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354726] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356149] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360239] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361541] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364150] vgaarb: loaded\n[ 0.364752] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365891] SCSI subsystem initialized\n[ 0.366707] ACPI: bus type USB registered\n[ 0.367520] usbcore: registered new interface driver usbfs\n[ 0.368772] usbcore: registered new interface driver hub\n[ 0.369951] usbcore: registered new device driver usb\n[ 0.371174] PCI: Using ACPI for IRQ routing\n[ 0.372346] NetLabel: Initializing\n[ 0.373177] NetLabel: domain hash size = 128\n[ 0.374186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375304] NetLabel: unlabeled traffic allowed by default\n[ 0.376609] clocksource: Switched to clocksource kvm-clock\n[ 0.382292] AppArmor: AppArmor Filesystem Enabled\n[ 0.383412] pnp: PnP ACPI init\n[ 0.384407] pnp: PnP ACPI: found 5 devices\n[ 0.390797] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392481] NET: Registered protocol family 2\n[ 0.393428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394694] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395849] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397009] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398080] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399236] NET: Registered protocol family 1\n[ 0.400097] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401203] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402272] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416171] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430292] Trying to unpack rootfs image as initramfs...\n[ 0.479494] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493469] Scanning for low memory corruption every 60 seconds\n[ 0.494897] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496032] audit: initializing netlink subsys (disabled)\n[ 0.497054] audit: type=2000 audit(1540233889.456:1): initialized\n[ 0.498346] Initialise system trusted keyring\n[ 0.499267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500418] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502366] zbud: loaded\n[ 0.503063] VFS: Disk quotas dquot_6.6.0\n[ 0.503873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505366] fuse init (API version 7.23)\n[ 0.506265] Key type big_key registered\n[ 0.507063] Allocating IMA MOK and blacklist keyrings.\n[ 0.508527] Key type asymmetric registered\n[ 0.509351] Asymmetric key parser 'x509' registered\n[ 0.510307] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511768] io scheduler noop registered\n[ 0.512561] io scheduler deadline registered (default)\n[ 0.513553] io scheduler cfq registered\n[ 0.514382] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518159] ACPI: Power Button [PWRF]\n[ 0.518989] GHES: HEST is not enabled!\n[ 0.532866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566352] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592316] Linux agpgart interface v0.103\n[ 0.594355] brd: module loaded\n[ 0.595573] loop: module loaded\n[ 0.600404] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601853] GPT:90111 != 2097151\n[ 0.602527] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603606] GPT:90111 != 2097151\n[ 0.604273] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605242] vda: vda1 vda15\n[ 0.606773] scsi host0: ata_piix\n[ 0.607500] scsi host1: ata_piix\n[ 0.608203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609416] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610860] libphy: Fixed MDIO Bus: probed\n[ 0.611676] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612628] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614899] PPP generic driver version 2.4.2\n[ 0.615785] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617033] ehci-pci: EHCI PCI platform driver\n[ 0.617904] ehci-platform: EHCI generic platform driver\n[ 0.618890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620001] ohci-pci: OHCI PCI platform driver\n[ 0.620872] ohci-platform: OHCI generic platform driver\n[ 0.621865] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637262] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638714] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640835] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643442] usb usb1: Product: UHCI Host Controller\n[ 0.644368] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646490] hub 1-0:1.0: USB hub found\n[ 0.647263] hub 1-0:1.0: 2 ports detected\n[ 0.648152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650283] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651235] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652255] mousedev: PS/2 mouse device common for all mice\n[ 0.653515] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655322] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657603] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658779] i2c /dev entries driver\n[ 0.659538] device-mapper: uevent: version 1.0.3\n[ 0.660461] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662086] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663349] NET: Registered protocol family 10\n[ 0.664327] NET: Registered protocol family 17\n[ 0.665207] Key type dns_resolver registered\n[ 0.666121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667193] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668918] registered taskstats version 1\n[ 0.669748] Loading compiled-in X.509 certificates\n[ 0.671178] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673010] zswap: loaded using pool lzo/zbud\n[ 0.674357] Key type trusted registered\n[ 0.675886] Key type encrypted registered\n[ 0.676723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677741] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678766] evm: HMAC attrs: 0x1\n[ 0.680074] Magic number: 6:273:747\n[ 0.680924] rtc_cmos 00:00: setting system clock to 2018-10-22 18:44:49 UTC (1540233889)\n[ 0.682531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683635] EDD information not available.\n[ 0.765170] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766625] ata1.00: configured for MWDMA2\n[ 0.767813] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783016] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786413] Write protecting the kernel read-only data: 14336k\n[ 0.787964] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789756] 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.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... [ 1.813703] 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 2.65s]\nping 10.10.10.7 OK\n"} 2018-10-22 18:45:14,550 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action used request id req-4f5f0965-b609-4519-a899-b9af1fe83040 2018-10-22 18:45:15,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:45:16,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d38d3385-0306-4292-958b-200f5ae3cf0c x-compute-request-id: req-d38d3385-0306-4292-958b-200f5ae3cf0c 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 561535540 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130482] pid_max: default: 32768 minimum: 301\n[ 0.131354] ACPI: Core revision 20150930\n[ 0.132726] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134007] Security Framework initialized\n[ 0.134807] Yama: becoming mindful.\n[ 0.135520] AppArmor: AppArmor initialized\n[ 0.136370] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138942] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141473] Initializing cgroup subsys io\n[ 0.142266] Initializing cgroup subsys memory\n[ 0.143109] Initializing cgroup subsys devices\n[ 0.143971] Initializing cgroup subsys freezer\n[ 0.144818] Initializing cgroup subsys net_cls\n[ 0.145664] Initializing cgroup subsys perf_event\n[ 0.146563] Initializing cgroup subsys net_prio\n[ 0.147422] Initializing cgroup subsys hugetlb\n[ 0.148279] Initializing cgroup subsys pids\n[ 0.149144] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151478] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152471] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163436] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169873] ftrace: allocating 31920 entries in 125 pages\n[ 0.196212] smpboot: Max logical packages: 1\n[ 0.197086] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198406] x2apic enabled\n[ 0.199215] Switched APIC routing to physical x2apic.\n[ 0.200954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202058] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204012] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205782] KVM setup paravirtual spinlock\n[ 0.207055] x86: Booted up 1 node, 1 CPUs\n[ 0.207846] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209206] devtmpfs: initialized\n[ 0.210907] evm: security.selinux\n[ 0.211598] evm: security.SMACK64\n[ 0.212278] evm: security.SMACK64EXEC\n[ 0.213019] evm: security.SMACK64TRANSMUTE\n[ 0.213814] evm: security.SMACK64MMAP\n[ 0.214545] evm: security.ima\n[ 0.215180] evm: security.capability\n[ 0.215975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217798] pinctrl core: initialized pinctrl subsystem\n[ 0.218872] RTC time: 18:44:48, date: 10/22/18\n[ 0.219822] NET: Registered protocol family 16\n[ 0.220781] cpuidle: using governor ladder\n[ 0.221587] cpuidle: using governor menu\n[ 0.222356] PCCT header not found.\n[ 0.223105] ACPI: bus type PCI registered\n[ 0.223907] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225125] PCI: Using configuration type 1 for base access\n[ 0.226856] ACPI: Added _OSI(Module Device)\n[ 0.227680] ACPI: Added _OSI(Processor Device)\n[ 0.228533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229411] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231537] ACPI: Interpreter enabled\n[ 0.232308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239555] ACPI: (supports S0 S5)\n[ 0.240245] ACPI: Using IOAPIC for interrupt routing\n[ 0.241186] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245361] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246564] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249909] acpiphp: Slot [3] registered\n[ 0.250696] acpiphp: Slot [4] registered\n[ 0.251477] acpiphp: Slot [5] registered\n[ 0.252275] acpiphp: Slot [6] registered\n[ 0.253060] acpiphp: Slot [7] registered\n[ 0.253845] acpiphp: Slot [8] registered\n[ 0.254630] acpiphp: Slot [9] registered\n[ 0.255409] acpiphp: Slot [10] registered\n[ 0.256205] acpiphp: Slot [11] registered\n[ 0.257009] acpiphp: Slot [12] registered\n[ 0.257817] acpiphp: Slot [13] registered\n[ 0.258612] acpiphp: Slot [14] registered\n[ 0.259403] acpiphp: Slot [15] registered\n[ 0.270536] acpiphp: Slot [16] registered\n[ 0.271331] acpiphp: Slot [17] registered\n[ 0.272132] acpiphp: Slot [18] registered\n[ 0.272928] acpiphp: Slot [19] registered\n[ 0.273722] acpiphp: Slot [20] registered\n[ 0.274519] acpiphp: Slot [21] registered\n[ 0.275319] acpiphp: Slot [22] registered\n[ 0.276127] acpiphp: Slot [23] registered\n[ 0.276929] acpiphp: Slot [24] registered\n[ 0.277729] acpiphp: Slot [25] registered\n[ 0.278525] acpiphp: Slot [26] registered\n[ 0.279324] acpiphp: Slot [27] registered\n[ 0.280127] acpiphp: Slot [28] registered\n[ 0.280926] acpiphp: Slot [29] registered\n[ 0.281724] acpiphp: Slot [30] registered\n[ 0.282522] acpiphp: Slot [31] registered\n[ 0.283319] PCI host bridge to bus 0000:00\n[ 0.284120] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285310] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286498] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287953] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289378] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296969] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305744] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353217] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354726] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356149] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360239] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361541] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364150] vgaarb: loaded\n[ 0.364752] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365891] SCSI subsystem initialized\n[ 0.366707] ACPI: bus type USB registered\n[ 0.367520] usbcore: registered new interface driver usbfs\n[ 0.368772] usbcore: registered new interface driver hub\n[ 0.369951] usbcore: registered new device driver usb\n[ 0.371174] PCI: Using ACPI for IRQ routing\n[ 0.372346] NetLabel: Initializing\n[ 0.373177] NetLabel: domain hash size = 128\n[ 0.374186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375304] NetLabel: unlabeled traffic allowed by default\n[ 0.376609] clocksource: Switched to clocksource kvm-clock\n[ 0.382292] AppArmor: AppArmor Filesystem Enabled\n[ 0.383412] pnp: PnP ACPI init\n[ 0.384407] pnp: PnP ACPI: found 5 devices\n[ 0.390797] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392481] NET: Registered protocol family 2\n[ 0.393428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394694] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395849] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397009] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398080] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399236] NET: Registered protocol family 1\n[ 0.400097] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401203] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402272] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416171] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430292] Trying to unpack rootfs image as initramfs...\n[ 0.479494] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493469] Scanning for low memory corruption every 60 seconds\n[ 0.494897] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496032] audit: initializing netlink subsys (disabled)\n[ 0.497054] audit: type=2000 audit(1540233889.456:1): initialized\n[ 0.498346] Initialise system trusted keyring\n[ 0.499267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500418] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502366] zbud: loaded\n[ 0.503063] VFS: Disk quotas dquot_6.6.0\n[ 0.503873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505366] fuse init (API version 7.23)\n[ 0.506265] Key type big_key registered\n[ 0.507063] Allocating IMA MOK and blacklist keyrings.\n[ 0.508527] Key type asymmetric registered\n[ 0.509351] Asymmetric key parser 'x509' registered\n[ 0.510307] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511768] io scheduler noop registered\n[ 0.512561] io scheduler deadline registered (default)\n[ 0.513553] io scheduler cfq registered\n[ 0.514382] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518159] ACPI: Power Button [PWRF]\n[ 0.518989] GHES: HEST is not enabled!\n[ 0.532866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566352] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592316] Linux agpgart interface v0.103\n[ 0.594355] brd: module loaded\n[ 0.595573] loop: module loaded\n[ 0.600404] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601853] GPT:90111 != 2097151\n[ 0.602527] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603606] GPT:90111 != 2097151\n[ 0.604273] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605242] vda: vda1 vda15\n[ 0.606773] scsi host0: ata_piix\n[ 0.607500] scsi host1: ata_piix\n[ 0.608203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609416] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610860] libphy: Fixed MDIO Bus: probed\n[ 0.611676] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612628] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614899] PPP generic driver version 2.4.2\n[ 0.615785] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617033] ehci-pci: EHCI PCI platform driver\n[ 0.617904] ehci-platform: EHCI generic platform driver\n[ 0.618890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620001] ohci-pci: OHCI PCI platform driver\n[ 0.620872] ohci-platform: OHCI generic platform driver\n[ 0.621865] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637262] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638714] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640835] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643442] usb usb1: Product: UHCI Host Controller\n[ 0.644368] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646490] hub 1-0:1.0: USB hub found\n[ 0.647263] hub 1-0:1.0: 2 ports detected\n[ 0.648152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650283] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651235] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652255] mousedev: PS/2 mouse device common for all mice\n[ 0.653515] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655322] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657603] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658779] i2c /dev entries driver\n[ 0.659538] device-mapper: uevent: version 1.0.3\n[ 0.660461] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662086] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663349] NET: Registered protocol family 10\n[ 0.664327] NET: Registered protocol family 17\n[ 0.665207] Key type dns_resolver registered\n[ 0.666121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667193] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668918] registered taskstats version 1\n[ 0.669748] Loading compiled-in X.509 certificates\n[ 0.671178] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673010] zswap: loaded using pool lzo/zbud\n[ 0.674357] Key type trusted registered\n[ 0.675886] Key type encrypted registered\n[ 0.676723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677741] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678766] evm: HMAC attrs: 0x1\n[ 0.680074] Magic number: 6:273:747\n[ 0.680924] rtc_cmos 00:00: setting system clock to 2018-10-22 18:44:49 UTC (1540233889)\n[ 0.682531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683635] EDD information not available.\n[ 0.765170] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766625] ata1.00: configured for MWDMA2\n[ 0.767813] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783016] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786413] Write protecting the kernel read-only data: 14336k\n[ 0.787964] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789756] 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.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... [ 1.813703] 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 2.65s]\nping 10.10.10.7 OK\n"} 2018-10-22 18:45:16,627 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action used request id req-d38d3385-0306-4292-958b-200f5ae3cf0c 2018-10-22 18:45:17,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:45:18,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db2d8abd-bb80-44be-aa60-293d155e1f88 x-compute-request-id: req-db2d8abd-bb80-44be-aa60-293d155e1f88 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 561535540 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130482] pid_max: default: 32768 minimum: 301\n[ 0.131354] ACPI: Core revision 20150930\n[ 0.132726] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134007] Security Framework initialized\n[ 0.134807] Yama: becoming mindful.\n[ 0.135520] AppArmor: AppArmor initialized\n[ 0.136370] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138942] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141473] Initializing cgroup subsys io\n[ 0.142266] Initializing cgroup subsys memory\n[ 0.143109] Initializing cgroup subsys devices\n[ 0.143971] Initializing cgroup subsys freezer\n[ 0.144818] Initializing cgroup subsys net_cls\n[ 0.145664] Initializing cgroup subsys perf_event\n[ 0.146563] Initializing cgroup subsys net_prio\n[ 0.147422] Initializing cgroup subsys hugetlb\n[ 0.148279] Initializing cgroup subsys pids\n[ 0.149144] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151478] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152471] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163436] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169873] ftrace: allocating 31920 entries in 125 pages\n[ 0.196212] smpboot: Max logical packages: 1\n[ 0.197086] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198406] x2apic enabled\n[ 0.199215] Switched APIC routing to physical x2apic.\n[ 0.200954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202058] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204012] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205782] KVM setup paravirtual spinlock\n[ 0.207055] x86: Booted up 1 node, 1 CPUs\n[ 0.207846] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209206] devtmpfs: initialized\n[ 0.210907] evm: security.selinux\n[ 0.211598] evm: security.SMACK64\n[ 0.212278] evm: security.SMACK64EXEC\n[ 0.213019] evm: security.SMACK64TRANSMUTE\n[ 0.213814] evm: security.SMACK64MMAP\n[ 0.214545] evm: security.ima\n[ 0.215180] evm: security.capability\n[ 0.215975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217798] pinctrl core: initialized pinctrl subsystem\n[ 0.218872] RTC time: 18:44:48, date: 10/22/18\n[ 0.219822] NET: Registered protocol family 16\n[ 0.220781] cpuidle: using governor ladder\n[ 0.221587] cpuidle: using governor menu\n[ 0.222356] PCCT header not found.\n[ 0.223105] ACPI: bus type PCI registered\n[ 0.223907] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225125] PCI: Using configuration type 1 for base access\n[ 0.226856] ACPI: Added _OSI(Module Device)\n[ 0.227680] ACPI: Added _OSI(Processor Device)\n[ 0.228533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229411] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231537] ACPI: Interpreter enabled\n[ 0.232308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239555] ACPI: (supports S0 S5)\n[ 0.240245] ACPI: Using IOAPIC for interrupt routing\n[ 0.241186] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245361] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246564] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249909] acpiphp: Slot [3] registered\n[ 0.250696] acpiphp: Slot [4] registered\n[ 0.251477] acpiphp: Slot [5] registered\n[ 0.252275] acpiphp: Slot [6] registered\n[ 0.253060] acpiphp: Slot [7] registered\n[ 0.253845] acpiphp: Slot [8] registered\n[ 0.254630] acpiphp: Slot [9] registered\n[ 0.255409] acpiphp: Slot [10] registered\n[ 0.256205] acpiphp: Slot [11] registered\n[ 0.257009] acpiphp: Slot [12] registered\n[ 0.257817] acpiphp: Slot [13] registered\n[ 0.258612] acpiphp: Slot [14] registered\n[ 0.259403] acpiphp: Slot [15] registered\n[ 0.270536] acpiphp: Slot [16] registered\n[ 0.271331] acpiphp: Slot [17] registered\n[ 0.272132] acpiphp: Slot [18] registered\n[ 0.272928] acpiphp: Slot [19] registered\n[ 0.273722] acpiphp: Slot [20] registered\n[ 0.274519] acpiphp: Slot [21] registered\n[ 0.275319] acpiphp: Slot [22] registered\n[ 0.276127] acpiphp: Slot [23] registered\n[ 0.276929] acpiphp: Slot [24] registered\n[ 0.277729] acpiphp: Slot [25] registered\n[ 0.278525] acpiphp: Slot [26] registered\n[ 0.279324] acpiphp: Slot [27] registered\n[ 0.280127] acpiphp: Slot [28] registered\n[ 0.280926] acpiphp: Slot [29] registered\n[ 0.281724] acpiphp: Slot [30] registered\n[ 0.282522] acpiphp: Slot [31] registered\n[ 0.283319] PCI host bridge to bus 0000:00\n[ 0.284120] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285310] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286498] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287953] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289378] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296969] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305744] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353217] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354726] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356149] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360239] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361541] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364150] vgaarb: loaded\n[ 0.364752] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365891] SCSI subsystem initialized\n[ 0.366707] ACPI: bus type USB registered\n[ 0.367520] usbcore: registered new interface driver usbfs\n[ 0.368772] usbcore: registered new interface driver hub\n[ 0.369951] usbcore: registered new device driver usb\n[ 0.371174] PCI: Using ACPI for IRQ routing\n[ 0.372346] NetLabel: Initializing\n[ 0.373177] NetLabel: domain hash size = 128\n[ 0.374186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375304] NetLabel: unlabeled traffic allowed by default\n[ 0.376609] clocksource: Switched to clocksource kvm-clock\n[ 0.382292] AppArmor: AppArmor Filesystem Enabled\n[ 0.383412] pnp: PnP ACPI init\n[ 0.384407] pnp: PnP ACPI: found 5 devices\n[ 0.390797] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392481] NET: Registered protocol family 2\n[ 0.393428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394694] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395849] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397009] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398080] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399236] NET: Registered protocol family 1\n[ 0.400097] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401203] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402272] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416171] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430292] Trying to unpack rootfs image as initramfs...\n[ 0.479494] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493469] Scanning for low memory corruption every 60 seconds\n[ 0.494897] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496032] audit: initializing netlink subsys (disabled)\n[ 0.497054] audit: type=2000 audit(1540233889.456:1): initialized\n[ 0.498346] Initialise system trusted keyring\n[ 0.499267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500418] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502366] zbud: loaded\n[ 0.503063] VFS: Disk quotas dquot_6.6.0\n[ 0.503873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505366] fuse init (API version 7.23)\n[ 0.506265] Key type big_key registered\n[ 0.507063] Allocating IMA MOK and blacklist keyrings.\n[ 0.508527] Key type asymmetric registered\n[ 0.509351] Asymmetric key parser 'x509' registered\n[ 0.510307] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511768] io scheduler noop registered\n[ 0.512561] io scheduler deadline registered (default)\n[ 0.513553] io scheduler cfq registered\n[ 0.514382] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518159] ACPI: Power Button [PWRF]\n[ 0.518989] GHES: HEST is not enabled!\n[ 0.532866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566352] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592316] Linux agpgart interface v0.103\n[ 0.594355] brd: module loaded\n[ 0.595573] loop: module loaded\n[ 0.600404] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601853] GPT:90111 != 2097151\n[ 0.602527] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603606] GPT:90111 != 2097151\n[ 0.604273] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605242] vda: vda1 vda15\n[ 0.606773] scsi host0: ata_piix\n[ 0.607500] scsi host1: ata_piix\n[ 0.608203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609416] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610860] libphy: Fixed MDIO Bus: probed\n[ 0.611676] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612628] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614899] PPP generic driver version 2.4.2\n[ 0.615785] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617033] ehci-pci: EHCI PCI platform driver\n[ 0.617904] ehci-platform: EHCI generic platform driver\n[ 0.618890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620001] ohci-pci: OHCI PCI platform driver\n[ 0.620872] ohci-platform: OHCI generic platform driver\n[ 0.621865] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637262] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638714] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640835] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643442] usb usb1: Product: UHCI Host Controller\n[ 0.644368] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646490] hub 1-0:1.0: USB hub found\n[ 0.647263] hub 1-0:1.0: 2 ports detected\n[ 0.648152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650283] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651235] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652255] mousedev: PS/2 mouse device common for all mice\n[ 0.653515] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655322] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657603] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658779] i2c /dev entries driver\n[ 0.659538] device-mapper: uevent: version 1.0.3\n[ 0.660461] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662086] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663349] NET: Registered protocol family 10\n[ 0.664327] NET: Registered protocol family 17\n[ 0.665207] Key type dns_resolver registered\n[ 0.666121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667193] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668918] registered taskstats version 1\n[ 0.669748] Loading compiled-in X.509 certificates\n[ 0.671178] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673010] zswap: loaded using pool lzo/zbud\n[ 0.674357] Key type trusted registered\n[ 0.675886] Key type encrypted registered\n[ 0.676723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677741] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678766] evm: HMAC attrs: 0x1\n[ 0.680074] Magic number: 6:273:747\n[ 0.680924] rtc_cmos 00:00: setting system clock to 2018-10-22 18:44:49 UTC (1540233889)\n[ 0.682531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683635] EDD information not available.\n[ 0.765170] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766625] ata1.00: configured for MWDMA2\n[ 0.767813] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783016] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786413] Write protecting the kernel read-only data: 14336k\n[ 0.787964] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789756] 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.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... [ 1.813703] 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 2.65s]\nping 10.10.10.7 OK\n"} 2018-10-22 18:45:18,762 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action used request id req-db2d8abd-bb80-44be-aa60-293d155e1f88 2018-10-22 18:45:19,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:45:20,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45: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-c6e4ee89-b644-45a9-b420-76da849b454b x-compute-request-id: req-c6e4ee89-b644-45a9-b420-76da849b454b 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 561535540 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130482] pid_max: default: 32768 minimum: 301\n[ 0.131354] ACPI: Core revision 20150930\n[ 0.132726] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134007] Security Framework initialized\n[ 0.134807] Yama: becoming mindful.\n[ 0.135520] AppArmor: AppArmor initialized\n[ 0.136370] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138942] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141473] Initializing cgroup subsys io\n[ 0.142266] Initializing cgroup subsys memory\n[ 0.143109] Initializing cgroup subsys devices\n[ 0.143971] Initializing cgroup subsys freezer\n[ 0.144818] Initializing cgroup subsys net_cls\n[ 0.145664] Initializing cgroup subsys perf_event\n[ 0.146563] Initializing cgroup subsys net_prio\n[ 0.147422] Initializing cgroup subsys hugetlb\n[ 0.148279] Initializing cgroup subsys pids\n[ 0.149144] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151478] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152471] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163436] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169873] ftrace: allocating 31920 entries in 125 pages\n[ 0.196212] smpboot: Max logical packages: 1\n[ 0.197086] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198406] x2apic enabled\n[ 0.199215] Switched APIC routing to physical x2apic.\n[ 0.200954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202058] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204012] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205782] KVM setup paravirtual spinlock\n[ 0.207055] x86: Booted up 1 node, 1 CPUs\n[ 0.207846] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209206] devtmpfs: initialized\n[ 0.210907] evm: security.selinux\n[ 0.211598] evm: security.SMACK64\n[ 0.212278] evm: security.SMACK64EXEC\n[ 0.213019] evm: security.SMACK64TRANSMUTE\n[ 0.213814] evm: security.SMACK64MMAP\n[ 0.214545] evm: security.ima\n[ 0.215180] evm: security.capability\n[ 0.215975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217798] pinctrl core: initialized pinctrl subsystem\n[ 0.218872] RTC time: 18:44:48, date: 10/22/18\n[ 0.219822] NET: Registered protocol family 16\n[ 0.220781] cpuidle: using governor ladder\n[ 0.221587] cpuidle: using governor menu\n[ 0.222356] PCCT header not found.\n[ 0.223105] ACPI: bus type PCI registered\n[ 0.223907] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225125] PCI: Using configuration type 1 for base access\n[ 0.226856] ACPI: Added _OSI(Module Device)\n[ 0.227680] ACPI: Added _OSI(Processor Device)\n[ 0.228533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229411] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231537] ACPI: Interpreter enabled\n[ 0.232308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239555] ACPI: (supports S0 S5)\n[ 0.240245] ACPI: Using IOAPIC for interrupt routing\n[ 0.241186] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245361] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246564] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249909] acpiphp: Slot [3] registered\n[ 0.250696] acpiphp: Slot [4] registered\n[ 0.251477] acpiphp: Slot [5] registered\n[ 0.252275] acpiphp: Slot [6] registered\n[ 0.253060] acpiphp: Slot [7] registered\n[ 0.253845] acpiphp: Slot [8] registered\n[ 0.254630] acpiphp: Slot [9] registered\n[ 0.255409] acpiphp: Slot [10] registered\n[ 0.256205] acpiphp: Slot [11] registered\n[ 0.257009] acpiphp: Slot [12] registered\n[ 0.257817] acpiphp: Slot [13] registered\n[ 0.258612] acpiphp: Slot [14] registered\n[ 0.259403] acpiphp: Slot [15] registered\n[ 0.270536] acpiphp: Slot [16] registered\n[ 0.271331] acpiphp: Slot [17] registered\n[ 0.272132] acpiphp: Slot [18] registered\n[ 0.272928] acpiphp: Slot [19] registered\n[ 0.273722] acpiphp: Slot [20] registered\n[ 0.274519] acpiphp: Slot [21] registered\n[ 0.275319] acpiphp: Slot [22] registered\n[ 0.276127] acpiphp: Slot [23] registered\n[ 0.276929] acpiphp: Slot [24] registered\n[ 0.277729] acpiphp: Slot [25] registered\n[ 0.278525] acpiphp: Slot [26] registered\n[ 0.279324] acpiphp: Slot [27] registered\n[ 0.280127] acpiphp: Slot [28] registered\n[ 0.280926] acpiphp: Slot [29] registered\n[ 0.281724] acpiphp: Slot [30] registered\n[ 0.282522] acpiphp: Slot [31] registered\n[ 0.283319] PCI host bridge to bus 0000:00\n[ 0.284120] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285310] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286498] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287953] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289378] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296969] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305744] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353217] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354726] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356149] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360239] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361541] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364150] vgaarb: loaded\n[ 0.364752] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365891] SCSI subsystem initialized\n[ 0.366707] ACPI: bus type USB registered\n[ 0.367520] usbcore: registered new interface driver usbfs\n[ 0.368772] usbcore: registered new interface driver hub\n[ 0.369951] usbcore: registered new device driver usb\n[ 0.371174] PCI: Using ACPI for IRQ routing\n[ 0.372346] NetLabel: Initializing\n[ 0.373177] NetLabel: domain hash size = 128\n[ 0.374186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375304] NetLabel: unlabeled traffic allowed by default\n[ 0.376609] clocksource: Switched to clocksource kvm-clock\n[ 0.382292] AppArmor: AppArmor Filesystem Enabled\n[ 0.383412] pnp: PnP ACPI init\n[ 0.384407] pnp: PnP ACPI: found 5 devices\n[ 0.390797] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392481] NET: Registered protocol family 2\n[ 0.393428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394694] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395849] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397009] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398080] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399236] NET: Registered protocol family 1\n[ 0.400097] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401203] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402272] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416171] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430292] Trying to unpack rootfs image as initramfs...\n[ 0.479494] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493469] Scanning for low memory corruption every 60 seconds\n[ 0.494897] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496032] audit: initializing netlink subsys (disabled)\n[ 0.497054] audit: type=2000 audit(1540233889.456:1): initialized\n[ 0.498346] Initialise system trusted keyring\n[ 0.499267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500418] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502366] zbud: loaded\n[ 0.503063] VFS: Disk quotas dquot_6.6.0\n[ 0.503873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505366] fuse init (API version 7.23)\n[ 0.506265] Key type big_key registered\n[ 0.507063] Allocating IMA MOK and blacklist keyrings.\n[ 0.508527] Key type asymmetric registered\n[ 0.509351] Asymmetric key parser 'x509' registered\n[ 0.510307] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511768] io scheduler noop registered\n[ 0.512561] io scheduler deadline registered (default)\n[ 0.513553] io scheduler cfq registered\n[ 0.514382] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518159] ACPI: Power Button [PWRF]\n[ 0.518989] GHES: HEST is not enabled!\n[ 0.532866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566352] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592316] Linux agpgart interface v0.103\n[ 0.594355] brd: module loaded\n[ 0.595573] loop: module loaded\n[ 0.600404] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601853] GPT:90111 != 2097151\n[ 0.602527] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603606] GPT:90111 != 2097151\n[ 0.604273] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605242] vda: vda1 vda15\n[ 0.606773] scsi host0: ata_piix\n[ 0.607500] scsi host1: ata_piix\n[ 0.608203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609416] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610860] libphy: Fixed MDIO Bus: probed\n[ 0.611676] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612628] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614899] PPP generic driver version 2.4.2\n[ 0.615785] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617033] ehci-pci: EHCI PCI platform driver\n[ 0.617904] ehci-platform: EHCI generic platform driver\n[ 0.618890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620001] ohci-pci: OHCI PCI platform driver\n[ 0.620872] ohci-platform: OHCI generic platform driver\n[ 0.621865] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637262] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638714] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640835] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643442] usb usb1: Product: UHCI Host Controller\n[ 0.644368] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646490] hub 1-0:1.0: USB hub found\n[ 0.647263] hub 1-0:1.0: 2 ports detected\n[ 0.648152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650283] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651235] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652255] mousedev: PS/2 mouse device common for all mice\n[ 0.653515] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655322] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657603] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658779] i2c /dev entries driver\n[ 0.659538] device-mapper: uevent: version 1.0.3\n[ 0.660461] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662086] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663349] NET: Registered protocol family 10\n[ 0.664327] NET: Registered protocol family 17\n[ 0.665207] Key type dns_resolver registered\n[ 0.666121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667193] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668918] registered taskstats version 1\n[ 0.669748] Loading compiled-in X.509 certificates\n[ 0.671178] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673010] zswap: loaded using pool lzo/zbud\n[ 0.674357] Key type trusted registered\n[ 0.675886] Key type encrypted registered\n[ 0.676723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677741] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678766] evm: HMAC attrs: 0x1\n[ 0.680074] Magic number: 6:273:747\n[ 0.680924] rtc_cmos 00:00: setting system clock to 2018-10-22 18:44:49 UTC (1540233889)\n[ 0.682531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683635] EDD information not available.\n[ 0.765170] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766625] ata1.00: configured for MWDMA2\n[ 0.767813] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783016] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786413] Write protecting the kernel read-only data: 14336k\n[ 0.787964] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789756] 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.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... [ 1.813703] 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 2.65s]\nping 10.10.10.7 OK\nping 10.10.10.10 KO\n"} 2018-10-22 18:45:20,844 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action used request id req-c6e4ee89-b644-45a9-b420-76da849b454b 2018-10-22 18:45:21,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:45:22,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e57c8104-a0ea-441e-8cc8-fd6607b0b79a x-compute-request-id: req-e57c8104-a0ea-441e-8cc8-fd6607b0b79a 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 561535540 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130482] pid_max: default: 32768 minimum: 301\n[ 0.131354] ACPI: Core revision 20150930\n[ 0.132726] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134007] Security Framework initialized\n[ 0.134807] Yama: becoming mindful.\n[ 0.135520] AppArmor: AppArmor initialized\n[ 0.136370] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138942] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141473] Initializing cgroup subsys io\n[ 0.142266] Initializing cgroup subsys memory\n[ 0.143109] Initializing cgroup subsys devices\n[ 0.143971] Initializing cgroup subsys freezer\n[ 0.144818] Initializing cgroup subsys net_cls\n[ 0.145664] Initializing cgroup subsys perf_event\n[ 0.146563] Initializing cgroup subsys net_prio\n[ 0.147422] Initializing cgroup subsys hugetlb\n[ 0.148279] Initializing cgroup subsys pids\n[ 0.149144] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151478] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152471] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163436] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169873] ftrace: allocating 31920 entries in 125 pages\n[ 0.196212] smpboot: Max logical packages: 1\n[ 0.197086] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198406] x2apic enabled\n[ 0.199215] Switched APIC routing to physical x2apic.\n[ 0.200954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202058] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204012] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205782] KVM setup paravirtual spinlock\n[ 0.207055] x86: Booted up 1 node, 1 CPUs\n[ 0.207846] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209206] devtmpfs: initialized\n[ 0.210907] evm: security.selinux\n[ 0.211598] evm: security.SMACK64\n[ 0.212278] evm: security.SMACK64EXEC\n[ 0.213019] evm: security.SMACK64TRANSMUTE\n[ 0.213814] evm: security.SMACK64MMAP\n[ 0.214545] evm: security.ima\n[ 0.215180] evm: security.capability\n[ 0.215975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217798] pinctrl core: initialized pinctrl subsystem\n[ 0.218872] RTC time: 18:44:48, date: 10/22/18\n[ 0.219822] NET: Registered protocol family 16\n[ 0.220781] cpuidle: using governor ladder\n[ 0.221587] cpuidle: using governor menu\n[ 0.222356] PCCT header not found.\n[ 0.223105] ACPI: bus type PCI registered\n[ 0.223907] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225125] PCI: Using configuration type 1 for base access\n[ 0.226856] ACPI: Added _OSI(Module Device)\n[ 0.227680] ACPI: Added _OSI(Processor Device)\n[ 0.228533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229411] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231537] ACPI: Interpreter enabled\n[ 0.232308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239555] ACPI: (supports S0 S5)\n[ 0.240245] ACPI: Using IOAPIC for interrupt routing\n[ 0.241186] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245361] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246564] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249909] acpiphp: Slot [3] registered\n[ 0.250696] acpiphp: Slot [4] registered\n[ 0.251477] acpiphp: Slot [5] registered\n[ 0.252275] acpiphp: Slot [6] registered\n[ 0.253060] acpiphp: Slot [7] registered\n[ 0.253845] acpiphp: Slot [8] registered\n[ 0.254630] acpiphp: Slot [9] registered\n[ 0.255409] acpiphp: Slot [10] registered\n[ 0.256205] acpiphp: Slot [11] registered\n[ 0.257009] acpiphp: Slot [12] registered\n[ 0.257817] acpiphp: Slot [13] registered\n[ 0.258612] acpiphp: Slot [14] registered\n[ 0.259403] acpiphp: Slot [15] registered\n[ 0.270536] acpiphp: Slot [16] registered\n[ 0.271331] acpiphp: Slot [17] registered\n[ 0.272132] acpiphp: Slot [18] registered\n[ 0.272928] acpiphp: Slot [19] registered\n[ 0.273722] acpiphp: Slot [20] registered\n[ 0.274519] acpiphp: Slot [21] registered\n[ 0.275319] acpiphp: Slot [22] registered\n[ 0.276127] acpiphp: Slot [23] registered\n[ 0.276929] acpiphp: Slot [24] registered\n[ 0.277729] acpiphp: Slot [25] registered\n[ 0.278525] acpiphp: Slot [26] registered\n[ 0.279324] acpiphp: Slot [27] registered\n[ 0.280127] acpiphp: Slot [28] registered\n[ 0.280926] acpiphp: Slot [29] registered\n[ 0.281724] acpiphp: Slot [30] registered\n[ 0.282522] acpiphp: Slot [31] registered\n[ 0.283319] PCI host bridge to bus 0000:00\n[ 0.284120] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285310] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286498] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287953] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289378] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296969] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305744] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353217] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354726] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356149] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360239] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361541] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364150] vgaarb: loaded\n[ 0.364752] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365891] SCSI subsystem initialized\n[ 0.366707] ACPI: bus type USB registered\n[ 0.367520] usbcore: registered new interface driver usbfs\n[ 0.368772] usbcore: registered new interface driver hub\n[ 0.369951] usbcore: registered new device driver usb\n[ 0.371174] PCI: Using ACPI for IRQ routing\n[ 0.372346] NetLabel: Initializing\n[ 0.373177] NetLabel: domain hash size = 128\n[ 0.374186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375304] NetLabel: unlabeled traffic allowed by default\n[ 0.376609] clocksource: Switched to clocksource kvm-clock\n[ 0.382292] AppArmor: AppArmor Filesystem Enabled\n[ 0.383412] pnp: PnP ACPI init\n[ 0.384407] pnp: PnP ACPI: found 5 devices\n[ 0.390797] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392481] NET: Registered protocol family 2\n[ 0.393428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394694] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395849] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397009] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398080] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399236] NET: Registered protocol family 1\n[ 0.400097] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401203] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402272] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416171] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430292] Trying to unpack rootfs image as initramfs...\n[ 0.479494] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493469] Scanning for low memory corruption every 60 seconds\n[ 0.494897] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496032] audit: initializing netlink subsys (disabled)\n[ 0.497054] audit: type=2000 audit(1540233889.456:1): initialized\n[ 0.498346] Initialise system trusted keyring\n[ 0.499267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500418] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502366] zbud: loaded\n[ 0.503063] VFS: Disk quotas dquot_6.6.0\n[ 0.503873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505366] fuse init (API version 7.23)\n[ 0.506265] Key type big_key registered\n[ 0.507063] Allocating IMA MOK and blacklist keyrings.\n[ 0.508527] Key type asymmetric registered\n[ 0.509351] Asymmetric key parser 'x509' registered\n[ 0.510307] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511768] io scheduler noop registered\n[ 0.512561] io scheduler deadline registered (default)\n[ 0.513553] io scheduler cfq registered\n[ 0.514382] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518159] ACPI: Power Button [PWRF]\n[ 0.518989] GHES: HEST is not enabled!\n[ 0.532866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566352] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592316] Linux agpgart interface v0.103\n[ 0.594355] brd: module loaded\n[ 0.595573] loop: module loaded\n[ 0.600404] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601853] GPT:90111 != 2097151\n[ 0.602527] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603606] GPT:90111 != 2097151\n[ 0.604273] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605242] vda: vda1 vda15\n[ 0.606773] scsi host0: ata_piix\n[ 0.607500] scsi host1: ata_piix\n[ 0.608203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609416] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610860] libphy: Fixed MDIO Bus: probed\n[ 0.611676] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612628] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614899] PPP generic driver version 2.4.2\n[ 0.615785] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617033] ehci-pci: EHCI PCI platform driver\n[ 0.617904] ehci-platform: EHCI generic platform driver\n[ 0.618890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620001] ohci-pci: OHCI PCI platform driver\n[ 0.620872] ohci-platform: OHCI generic platform driver\n[ 0.621865] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637262] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638714] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640835] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643442] usb usb1: Product: UHCI Host Controller\n[ 0.644368] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646490] hub 1-0:1.0: USB hub found\n[ 0.647263] hub 1-0:1.0: 2 ports detected\n[ 0.648152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650283] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651235] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652255] mousedev: PS/2 mouse device common for all mice\n[ 0.653515] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655322] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657603] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658779] i2c /dev entries driver\n[ 0.659538] device-mapper: uevent: version 1.0.3\n[ 0.660461] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662086] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663349] NET: Registered protocol family 10\n[ 0.664327] NET: Registered protocol family 17\n[ 0.665207] Key type dns_resolver registered\n[ 0.666121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667193] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668918] registered taskstats version 1\n[ 0.669748] Loading compiled-in X.509 certificates\n[ 0.671178] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673010] zswap: loaded using pool lzo/zbud\n[ 0.674357] Key type trusted registered\n[ 0.675886] Key type encrypted registered\n[ 0.676723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677741] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678766] evm: HMAC attrs: 0x1\n[ 0.680074] Magic number: 6:273:747\n[ 0.680924] rtc_cmos 00:00: setting system clock to 2018-10-22 18:44:49 UTC (1540233889)\n[ 0.682531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683635] EDD information not available.\n[ 0.765170] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766625] ata1.00: configured for MWDMA2\n[ 0.767813] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783016] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786413] Write protecting the kernel read-only data: 14336k\n[ 0.787964] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789756] 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.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... [ 1.813703] 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 2.65s]\nping 10.10.10.7 OK\nping 10.10.10.10 KO\n"} 2018-10-22 18:45:22,922 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action used request id req-e57c8104-a0ea-441e-8cc8-fd6607b0b79a 2018-10-22 18:45:23,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:45:24,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73c0ff68-01cd-4f69-aee5-2d6e26395f2f x-compute-request-id: req-73c0ff68-01cd-4f69-aee5-2d6e26395f2f 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 561535540 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130482] pid_max: default: 32768 minimum: 301\n[ 0.131354] ACPI: Core revision 20150930\n[ 0.132726] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134007] Security Framework initialized\n[ 0.134807] Yama: becoming mindful.\n[ 0.135520] AppArmor: AppArmor initialized\n[ 0.136370] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138942] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141473] Initializing cgroup subsys io\n[ 0.142266] Initializing cgroup subsys memory\n[ 0.143109] Initializing cgroup subsys devices\n[ 0.143971] Initializing cgroup subsys freezer\n[ 0.144818] Initializing cgroup subsys net_cls\n[ 0.145664] Initializing cgroup subsys perf_event\n[ 0.146563] Initializing cgroup subsys net_prio\n[ 0.147422] Initializing cgroup subsys hugetlb\n[ 0.148279] Initializing cgroup subsys pids\n[ 0.149144] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151478] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152471] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163436] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169873] ftrace: allocating 31920 entries in 125 pages\n[ 0.196212] smpboot: Max logical packages: 1\n[ 0.197086] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198406] x2apic enabled\n[ 0.199215] Switched APIC routing to physical x2apic.\n[ 0.200954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202058] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204012] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205782] KVM setup paravirtual spinlock\n[ 0.207055] x86: Booted up 1 node, 1 CPUs\n[ 0.207846] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209206] devtmpfs: initialized\n[ 0.210907] evm: security.selinux\n[ 0.211598] evm: security.SMACK64\n[ 0.212278] evm: security.SMACK64EXEC\n[ 0.213019] evm: security.SMACK64TRANSMUTE\n[ 0.213814] evm: security.SMACK64MMAP\n[ 0.214545] evm: security.ima\n[ 0.215180] evm: security.capability\n[ 0.215975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217798] pinctrl core: initialized pinctrl subsystem\n[ 0.218872] RTC time: 18:44:48, date: 10/22/18\n[ 0.219822] NET: Registered protocol family 16\n[ 0.220781] cpuidle: using governor ladder\n[ 0.221587] cpuidle: using governor menu\n[ 0.222356] PCCT header not found.\n[ 0.223105] ACPI: bus type PCI registered\n[ 0.223907] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225125] PCI: Using configuration type 1 for base access\n[ 0.226856] ACPI: Added _OSI(Module Device)\n[ 0.227680] ACPI: Added _OSI(Processor Device)\n[ 0.228533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229411] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231537] ACPI: Interpreter enabled\n[ 0.232308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239555] ACPI: (supports S0 S5)\n[ 0.240245] ACPI: Using IOAPIC for interrupt routing\n[ 0.241186] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245361] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246564] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249909] acpiphp: Slot [3] registered\n[ 0.250696] acpiphp: Slot [4] registered\n[ 0.251477] acpiphp: Slot [5] registered\n[ 0.252275] acpiphp: Slot [6] registered\n[ 0.253060] acpiphp: Slot [7] registered\n[ 0.253845] acpiphp: Slot [8] registered\n[ 0.254630] acpiphp: Slot [9] registered\n[ 0.255409] acpiphp: Slot [10] registered\n[ 0.256205] acpiphp: Slot [11] registered\n[ 0.257009] acpiphp: Slot [12] registered\n[ 0.257817] acpiphp: Slot [13] registered\n[ 0.258612] acpiphp: Slot [14] registered\n[ 0.259403] acpiphp: Slot [15] registered\n[ 0.270536] acpiphp: Slot [16] registered\n[ 0.271331] acpiphp: Slot [17] registered\n[ 0.272132] acpiphp: Slot [18] registered\n[ 0.272928] acpiphp: Slot [19] registered\n[ 0.273722] acpiphp: Slot [20] registered\n[ 0.274519] acpiphp: Slot [21] registered\n[ 0.275319] acpiphp: Slot [22] registered\n[ 0.276127] acpiphp: Slot [23] registered\n[ 0.276929] acpiphp: Slot [24] registered\n[ 0.277729] acpiphp: Slot [25] registered\n[ 0.278525] acpiphp: Slot [26] registered\n[ 0.279324] acpiphp: Slot [27] registered\n[ 0.280127] acpiphp: Slot [28] registered\n[ 0.280926] acpiphp: Slot [29] registered\n[ 0.281724] acpiphp: Slot [30] registered\n[ 0.282522] acpiphp: Slot [31] registered\n[ 0.283319] PCI host bridge to bus 0000:00\n[ 0.284120] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285310] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286498] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287953] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289378] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296969] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305744] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353217] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354726] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356149] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360239] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361541] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364150] vgaarb: loaded\n[ 0.364752] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365891] SCSI subsystem initialized\n[ 0.366707] ACPI: bus type USB registered\n[ 0.367520] usbcore: registered new interface driver usbfs\n[ 0.368772] usbcore: registered new interface driver hub\n[ 0.369951] usbcore: registered new device driver usb\n[ 0.371174] PCI: Using ACPI for IRQ routing\n[ 0.372346] NetLabel: Initializing\n[ 0.373177] NetLabel: domain hash size = 128\n[ 0.374186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375304] NetLabel: unlabeled traffic allowed by default\n[ 0.376609] clocksource: Switched to clocksource kvm-clock\n[ 0.382292] AppArmor: AppArmor Filesystem Enabled\n[ 0.383412] pnp: PnP ACPI init\n[ 0.384407] pnp: PnP ACPI: found 5 devices\n[ 0.390797] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392481] NET: Registered protocol family 2\n[ 0.393428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394694] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395849] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397009] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398080] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399236] NET: Registered protocol family 1\n[ 0.400097] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401203] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402272] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416171] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430292] Trying to unpack rootfs image as initramfs...\n[ 0.479494] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493469] Scanning for low memory corruption every 60 seconds\n[ 0.494897] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496032] audit: initializing netlink subsys (disabled)\n[ 0.497054] audit: type=2000 audit(1540233889.456:1): initialized\n[ 0.498346] Initialise system trusted keyring\n[ 0.499267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500418] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502366] zbud: loaded\n[ 0.503063] VFS: Disk quotas dquot_6.6.0\n[ 0.503873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505366] fuse init (API version 7.23)\n[ 0.506265] Key type big_key registered\n[ 0.507063] Allocating IMA MOK and blacklist keyrings.\n[ 0.508527] Key type asymmetric registered\n[ 0.509351] Asymmetric key parser 'x509' registered\n[ 0.510307] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511768] io scheduler noop registered\n[ 0.512561] io scheduler deadline registered (default)\n[ 0.513553] io scheduler cfq registered\n[ 0.514382] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518159] ACPI: Power Button [PWRF]\n[ 0.518989] GHES: HEST is not enabled!\n[ 0.532866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566352] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592316] Linux agpgart interface v0.103\n[ 0.594355] brd: module loaded\n[ 0.595573] loop: module loaded\n[ 0.600404] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601853] GPT:90111 != 2097151\n[ 0.602527] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603606] GPT:90111 != 2097151\n[ 0.604273] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605242] vda: vda1 vda15\n[ 0.606773] scsi host0: ata_piix\n[ 0.607500] scsi host1: ata_piix\n[ 0.608203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609416] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610860] libphy: Fixed MDIO Bus: probed\n[ 0.611676] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612628] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614899] PPP generic driver version 2.4.2\n[ 0.615785] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617033] ehci-pci: EHCI PCI platform driver\n[ 0.617904] ehci-platform: EHCI generic platform driver\n[ 0.618890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620001] ohci-pci: OHCI PCI platform driver\n[ 0.620872] ohci-platform: OHCI generic platform driver\n[ 0.621865] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637262] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638714] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640835] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643442] usb usb1: Product: UHCI Host Controller\n[ 0.644368] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646490] hub 1-0:1.0: USB hub found\n[ 0.647263] hub 1-0:1.0: 2 ports detected\n[ 0.648152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650283] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651235] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652255] mousedev: PS/2 mouse device common for all mice\n[ 0.653515] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655322] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657603] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658779] i2c /dev entries driver\n[ 0.659538] device-mapper: uevent: version 1.0.3\n[ 0.660461] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662086] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663349] NET: Registered protocol family 10\n[ 0.664327] NET: Registered protocol family 17\n[ 0.665207] Key type dns_resolver registered\n[ 0.666121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667193] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668918] registered taskstats version 1\n[ 0.669748] Loading compiled-in X.509 certificates\n[ 0.671178] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673010] zswap: loaded using pool lzo/zbud\n[ 0.674357] Key type trusted registered\n[ 0.675886] Key type encrypted registered\n[ 0.676723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677741] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678766] evm: HMAC attrs: 0x1\n[ 0.680074] Magic number: 6:273:747\n[ 0.680924] rtc_cmos 00:00: setting system clock to 2018-10-22 18:44:49 UTC (1540233889)\n[ 0.682531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683635] EDD information not available.\n[ 0.765170] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766625] ata1.00: configured for MWDMA2\n[ 0.767813] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783016] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786413] Write protecting the kernel read-only data: 14336k\n[ 0.787964] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789756] 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.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... [ 1.813703] 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 2.65s]\nping 10.10.10.7 OK\nping 10.10.10.10 KO\n"} 2018-10-22 18:45:24,997 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action used request id req-73c0ff68-01cd-4f69-aee5-2d6e26395f2f 2018-10-22 18:45:26,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:45:27,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23aa13e5-4174-4a60-8f22-6bbb1f7abbb1 x-compute-request-id: req-23aa13e5-4174-4a60-8f22-6bbb1f7abbb1 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 561535540 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130482] pid_max: default: 32768 minimum: 301\n[ 0.131354] ACPI: Core revision 20150930\n[ 0.132726] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134007] Security Framework initialized\n[ 0.134807] Yama: becoming mindful.\n[ 0.135520] AppArmor: AppArmor initialized\n[ 0.136370] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138942] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141473] Initializing cgroup subsys io\n[ 0.142266] Initializing cgroup subsys memory\n[ 0.143109] Initializing cgroup subsys devices\n[ 0.143971] Initializing cgroup subsys freezer\n[ 0.144818] Initializing cgroup subsys net_cls\n[ 0.145664] Initializing cgroup subsys perf_event\n[ 0.146563] Initializing cgroup subsys net_prio\n[ 0.147422] Initializing cgroup subsys hugetlb\n[ 0.148279] Initializing cgroup subsys pids\n[ 0.149144] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151478] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152471] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163436] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169873] ftrace: allocating 31920 entries in 125 pages\n[ 0.196212] smpboot: Max logical packages: 1\n[ 0.197086] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198406] x2apic enabled\n[ 0.199215] Switched APIC routing to physical x2apic.\n[ 0.200954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202058] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204012] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205782] KVM setup paravirtual spinlock\n[ 0.207055] x86: Booted up 1 node, 1 CPUs\n[ 0.207846] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209206] devtmpfs: initialized\n[ 0.210907] evm: security.selinux\n[ 0.211598] evm: security.SMACK64\n[ 0.212278] evm: security.SMACK64EXEC\n[ 0.213019] evm: security.SMACK64TRANSMUTE\n[ 0.213814] evm: security.SMACK64MMAP\n[ 0.214545] evm: security.ima\n[ 0.215180] evm: security.capability\n[ 0.215975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217798] pinctrl core: initialized pinctrl subsystem\n[ 0.218872] RTC time: 18:44:48, date: 10/22/18\n[ 0.219822] NET: Registered protocol family 16\n[ 0.220781] cpuidle: using governor ladder\n[ 0.221587] cpuidle: using governor menu\n[ 0.222356] PCCT header not found.\n[ 0.223105] ACPI: bus type PCI registered\n[ 0.223907] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225125] PCI: Using configuration type 1 for base access\n[ 0.226856] ACPI: Added _OSI(Module Device)\n[ 0.227680] ACPI: Added _OSI(Processor Device)\n[ 0.228533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229411] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231537] ACPI: Interpreter enabled\n[ 0.232308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239555] ACPI: (supports S0 S5)\n[ 0.240245] ACPI: Using IOAPIC for interrupt routing\n[ 0.241186] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245361] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246564] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249909] acpiphp: Slot [3] registered\n[ 0.250696] acpiphp: Slot [4] registered\n[ 0.251477] acpiphp: Slot [5] registered\n[ 0.252275] acpiphp: Slot [6] registered\n[ 0.253060] acpiphp: Slot [7] registered\n[ 0.253845] acpiphp: Slot [8] registered\n[ 0.254630] acpiphp: Slot [9] registered\n[ 0.255409] acpiphp: Slot [10] registered\n[ 0.256205] acpiphp: Slot [11] registered\n[ 0.257009] acpiphp: Slot [12] registered\n[ 0.257817] acpiphp: Slot [13] registered\n[ 0.258612] acpiphp: Slot [14] registered\n[ 0.259403] acpiphp: Slot [15] registered\n[ 0.270536] acpiphp: Slot [16] registered\n[ 0.271331] acpiphp: Slot [17] registered\n[ 0.272132] acpiphp: Slot [18] registered\n[ 0.272928] acpiphp: Slot [19] registered\n[ 0.273722] acpiphp: Slot [20] registered\n[ 0.274519] acpiphp: Slot [21] registered\n[ 0.275319] acpiphp: Slot [22] registered\n[ 0.276127] acpiphp: Slot [23] registered\n[ 0.276929] acpiphp: Slot [24] registered\n[ 0.277729] acpiphp: Slot [25] registered\n[ 0.278525] acpiphp: Slot [26] registered\n[ 0.279324] acpiphp: Slot [27] registered\n[ 0.280127] acpiphp: Slot [28] registered\n[ 0.280926] acpiphp: Slot [29] registered\n[ 0.281724] acpiphp: Slot [30] registered\n[ 0.282522] acpiphp: Slot [31] registered\n[ 0.283319] PCI host bridge to bus 0000:00\n[ 0.284120] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285310] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286498] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287953] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289378] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296969] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305744] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353217] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354726] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356149] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360239] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361541] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364150] vgaarb: loaded\n[ 0.364752] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365891] SCSI subsystem initialized\n[ 0.366707] ACPI: bus type USB registered\n[ 0.367520] usbcore: registered new interface driver usbfs\n[ 0.368772] usbcore: registered new interface driver hub\n[ 0.369951] usbcore: registered new device driver usb\n[ 0.371174] PCI: Using ACPI for IRQ routing\n[ 0.372346] NetLabel: Initializing\n[ 0.373177] NetLabel: domain hash size = 128\n[ 0.374186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375304] NetLabel: unlabeled traffic allowed by default\n[ 0.376609] clocksource: Switched to clocksource kvm-clock\n[ 0.382292] AppArmor: AppArmor Filesystem Enabled\n[ 0.383412] pnp: PnP ACPI init\n[ 0.384407] pnp: PnP ACPI: found 5 devices\n[ 0.390797] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392481] NET: Registered protocol family 2\n[ 0.393428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394694] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395849] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397009] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398080] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399236] NET: Registered protocol family 1\n[ 0.400097] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401203] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402272] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416171] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430292] Trying to unpack rootfs image as initramfs...\n[ 0.479494] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493469] Scanning for low memory corruption every 60 seconds\n[ 0.494897] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496032] audit: initializing netlink subsys (disabled)\n[ 0.497054] audit: type=2000 audit(1540233889.456:1): initialized\n[ 0.498346] Initialise system trusted keyring\n[ 0.499267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500418] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502366] zbud: loaded\n[ 0.503063] VFS: Disk quotas dquot_6.6.0\n[ 0.503873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505366] fuse init (API version 7.23)\n[ 0.506265] Key type big_key registered\n[ 0.507063] Allocating IMA MOK and blacklist keyrings.\n[ 0.508527] Key type asymmetric registered\n[ 0.509351] Asymmetric key parser 'x509' registered\n[ 0.510307] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511768] io scheduler noop registered\n[ 0.512561] io scheduler deadline registered (default)\n[ 0.513553] io scheduler cfq registered\n[ 0.514382] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518159] ACPI: Power Button [PWRF]\n[ 0.518989] GHES: HEST is not enabled!\n[ 0.532866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566352] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592316] Linux agpgart interface v0.103\n[ 0.594355] brd: module loaded\n[ 0.595573] loop: module loaded\n[ 0.600404] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601853] GPT:90111 != 2097151\n[ 0.602527] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603606] GPT:90111 != 2097151\n[ 0.604273] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605242] vda: vda1 vda15\n[ 0.606773] scsi host0: ata_piix\n[ 0.607500] scsi host1: ata_piix\n[ 0.608203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609416] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610860] libphy: Fixed MDIO Bus: probed\n[ 0.611676] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612628] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614899] PPP generic driver version 2.4.2\n[ 0.615785] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617033] ehci-pci: EHCI PCI platform driver\n[ 0.617904] ehci-platform: EHCI generic platform driver\n[ 0.618890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620001] ohci-pci: OHCI PCI platform driver\n[ 0.620872] ohci-platform: OHCI generic platform driver\n[ 0.621865] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637262] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638714] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640835] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643442] usb usb1: Product: UHCI Host Controller\n[ 0.644368] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646490] hub 1-0:1.0: USB hub found\n[ 0.647263] hub 1-0:1.0: 2 ports detected\n[ 0.648152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650283] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651235] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652255] mousedev: PS/2 mouse device common for all mice\n[ 0.653515] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655322] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657603] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658779] i2c /dev entries driver\n[ 0.659538] device-mapper: uevent: version 1.0.3\n[ 0.660461] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662086] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663349] NET: Registered protocol family 10\n[ 0.664327] NET: Registered protocol family 17\n[ 0.665207] Key type dns_resolver registered\n[ 0.666121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667193] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668918] registered taskstats version 1\n[ 0.669748] Loading compiled-in X.509 certificates\n[ 0.671178] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673010] zswap: loaded using pool lzo/zbud\n[ 0.674357] Key type trusted registered\n[ 0.675886] Key type encrypted registered\n[ 0.676723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677741] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678766] evm: HMAC attrs: 0x1\n[ 0.680074] Magic number: 6:273:747\n[ 0.680924] rtc_cmos 00:00: setting system clock to 2018-10-22 18:44:49 UTC (1540233889)\n[ 0.682531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683635] EDD information not available.\n[ 0.765170] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766625] ata1.00: configured for MWDMA2\n[ 0.767813] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783016] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786413] Write protecting the kernel read-only data: 14336k\n[ 0.787964] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789756] 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.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... [ 1.813703] 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 2.65s]\nping 10.10.10.7 OK\nping 10.10.10.10 KO\n"} 2018-10-22 18:45:27,086 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action used request id req-23aa13e5-4174-4a60-8f22-6bbb1f7abbb1 2018-10-22 18:45:27,903 - sdnvpn-results - INFO - Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted 2018-10-22 18:45:27,904 - __name__ - INFO - Sending stop signal to monitor thread 2018-10-22 18:45:28,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde88be931a8b51b349618d85b9a1636805a6ec6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:45:29,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45: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-91295735-682b-4158-8c6c-73cf0f457df3 x-compute-request-id: req-91295735-682b-4158-8c6c-73cf0f457df3 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 561535540 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130482] pid_max: default: 32768 minimum: 301\n[ 0.131354] ACPI: Core revision 20150930\n[ 0.132726] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134007] Security Framework initialized\n[ 0.134807] Yama: becoming mindful.\n[ 0.135520] AppArmor: AppArmor initialized\n[ 0.136370] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138942] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141473] Initializing cgroup subsys io\n[ 0.142266] Initializing cgroup subsys memory\n[ 0.143109] Initializing cgroup subsys devices\n[ 0.143971] Initializing cgroup subsys freezer\n[ 0.144818] Initializing cgroup subsys net_cls\n[ 0.145664] Initializing cgroup subsys perf_event\n[ 0.146563] Initializing cgroup subsys net_prio\n[ 0.147422] Initializing cgroup subsys hugetlb\n[ 0.148279] Initializing cgroup subsys pids\n[ 0.149144] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151478] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152471] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163436] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169873] ftrace: allocating 31920 entries in 125 pages\n[ 0.196212] smpboot: Max logical packages: 1\n[ 0.197086] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198406] x2apic enabled\n[ 0.199215] Switched APIC routing to physical x2apic.\n[ 0.200954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202058] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204012] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205782] KVM setup paravirtual spinlock\n[ 0.207055] x86: Booted up 1 node, 1 CPUs\n[ 0.207846] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209206] devtmpfs: initialized\n[ 0.210907] evm: security.selinux\n[ 0.211598] evm: security.SMACK64\n[ 0.212278] evm: security.SMACK64EXEC\n[ 0.213019] evm: security.SMACK64TRANSMUTE\n[ 0.213814] evm: security.SMACK64MMAP\n[ 0.214545] evm: security.ima\n[ 0.215180] evm: security.capability\n[ 0.215975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217798] pinctrl core: initialized pinctrl subsystem\n[ 0.218872] RTC time: 18:44:48, date: 10/22/18\n[ 0.219822] NET: Registered protocol family 16\n[ 0.220781] cpuidle: using governor ladder\n[ 0.221587] cpuidle: using governor menu\n[ 0.222356] PCCT header not found.\n[ 0.223105] ACPI: bus type PCI registered\n[ 0.223907] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225125] PCI: Using configuration type 1 for base access\n[ 0.226856] ACPI: Added _OSI(Module Device)\n[ 0.227680] ACPI: Added _OSI(Processor Device)\n[ 0.228533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229411] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231537] ACPI: Interpreter enabled\n[ 0.232308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239555] ACPI: (supports S0 S5)\n[ 0.240245] ACPI: Using IOAPIC for interrupt routing\n[ 0.241186] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245361] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246564] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249909] acpiphp: Slot [3] registered\n[ 0.250696] acpiphp: Slot [4] registered\n[ 0.251477] acpiphp: Slot [5] registered\n[ 0.252275] acpiphp: Slot [6] registered\n[ 0.253060] acpiphp: Slot [7] registered\n[ 0.253845] acpiphp: Slot [8] registered\n[ 0.254630] acpiphp: Slot [9] registered\n[ 0.255409] acpiphp: Slot [10] registered\n[ 0.256205] acpiphp: Slot [11] registered\n[ 0.257009] acpiphp: Slot [12] registered\n[ 0.257817] acpiphp: Slot [13] registered\n[ 0.258612] acpiphp: Slot [14] registered\n[ 0.259403] acpiphp: Slot [15] registered\n[ 0.270536] acpiphp: Slot [16] registered\n[ 0.271331] acpiphp: Slot [17] registered\n[ 0.272132] acpiphp: Slot [18] registered\n[ 0.272928] acpiphp: Slot [19] registered\n[ 0.273722] acpiphp: Slot [20] registered\n[ 0.274519] acpiphp: Slot [21] registered\n[ 0.275319] acpiphp: Slot [22] registered\n[ 0.276127] acpiphp: Slot [23] registered\n[ 0.276929] acpiphp: Slot [24] registered\n[ 0.277729] acpiphp: Slot [25] registered\n[ 0.278525] acpiphp: Slot [26] registered\n[ 0.279324] acpiphp: Slot [27] registered\n[ 0.280127] acpiphp: Slot [28] registered\n[ 0.280926] acpiphp: Slot [29] registered\n[ 0.281724] acpiphp: Slot [30] registered\n[ 0.282522] acpiphp: Slot [31] registered\n[ 0.283319] PCI host bridge to bus 0000:00\n[ 0.284120] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285310] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286498] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287953] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289378] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296969] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299354] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305744] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353217] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354726] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356149] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358992] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360239] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361541] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364150] vgaarb: loaded\n[ 0.364752] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365891] SCSI subsystem initialized\n[ 0.366707] ACPI: bus type USB registered\n[ 0.367520] usbcore: registered new interface driver usbfs\n[ 0.368772] usbcore: registered new interface driver hub\n[ 0.369951] usbcore: registered new device driver usb\n[ 0.371174] PCI: Using ACPI for IRQ routing\n[ 0.372346] NetLabel: Initializing\n[ 0.373177] NetLabel: domain hash size = 128\n[ 0.374186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375304] NetLabel: unlabeled traffic allowed by default\n[ 0.376609] clocksource: Switched to clocksource kvm-clock\n[ 0.382292] AppArmor: AppArmor Filesystem Enabled\n[ 0.383412] pnp: PnP ACPI init\n[ 0.384407] pnp: PnP ACPI: found 5 devices\n[ 0.390797] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392481] NET: Registered protocol family 2\n[ 0.393428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394694] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395849] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397009] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398080] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399236] NET: Registered protocol family 1\n[ 0.400097] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401203] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402272] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416171] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430292] Trying to unpack rootfs image as initramfs...\n[ 0.479494] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493469] Scanning for low memory corruption every 60 seconds\n[ 0.494897] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496032] audit: initializing netlink subsys (disabled)\n[ 0.497054] audit: type=2000 audit(1540233889.456:1): initialized\n[ 0.498346] Initialise system trusted keyring\n[ 0.499267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500418] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502366] zbud: loaded\n[ 0.503063] VFS: Disk quotas dquot_6.6.0\n[ 0.503873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505366] fuse init (API version 7.23)\n[ 0.506265] Key type big_key registered\n[ 0.507063] Allocating IMA MOK and blacklist keyrings.\n[ 0.508527] Key type asymmetric registered\n[ 0.509351] Asymmetric key parser 'x509' registered\n[ 0.510307] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511768] io scheduler noop registered\n[ 0.512561] io scheduler deadline registered (default)\n[ 0.513553] io scheduler cfq registered\n[ 0.514382] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518159] ACPI: Power Button [PWRF]\n[ 0.518989] GHES: HEST is not enabled!\n[ 0.532866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566352] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592316] Linux agpgart interface v0.103\n[ 0.594355] brd: module loaded\n[ 0.595573] loop: module loaded\n[ 0.600404] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601853] GPT:90111 != 2097151\n[ 0.602527] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603606] GPT:90111 != 2097151\n[ 0.604273] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605242] vda: vda1 vda15\n[ 0.606773] scsi host0: ata_piix\n[ 0.607500] scsi host1: ata_piix\n[ 0.608203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609416] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610860] libphy: Fixed MDIO Bus: probed\n[ 0.611676] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612628] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614899] PPP generic driver version 2.4.2\n[ 0.615785] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617033] ehci-pci: EHCI PCI platform driver\n[ 0.617904] ehci-platform: EHCI generic platform driver\n[ 0.618890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620001] ohci-pci: OHCI PCI platform driver\n[ 0.620872] ohci-platform: OHCI generic platform driver\n[ 0.621865] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637262] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638714] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640835] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643442] usb usb1: Product: UHCI Host Controller\n[ 0.644368] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646490] hub 1-0:1.0: USB hub found\n[ 0.647263] hub 1-0:1.0: 2 ports detected\n[ 0.648152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650283] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651235] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652255] mousedev: PS/2 mouse device common for all mice\n[ 0.653515] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655322] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657603] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658779] i2c /dev entries driver\n[ 0.659538] device-mapper: uevent: version 1.0.3\n[ 0.660461] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662086] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663349] NET: Registered protocol family 10\n[ 0.664327] NET: Registered protocol family 17\n[ 0.665207] Key type dns_resolver registered\n[ 0.666121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667193] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668918] registered taskstats version 1\n[ 0.669748] Loading compiled-in X.509 certificates\n[ 0.671178] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673010] zswap: loaded using pool lzo/zbud\n[ 0.674357] Key type trusted registered\n[ 0.675886] Key type encrypted registered\n[ 0.676723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677741] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678766] evm: HMAC attrs: 0x1\n[ 0.680074] Magic number: 6:273:747\n[ 0.680924] rtc_cmos 00:00: setting system clock to 2018-10-22 18:44:49 UTC (1540233889)\n[ 0.682531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683635] EDD information not available.\n[ 0.765170] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766625] ata1.00: configured for MWDMA2\n[ 0.767813] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781781] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783016] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786413] Write protecting the kernel read-only data: 14336k\n[ 0.787964] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789756] 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.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... [ 1.813703] 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 2.65s]\nping 10.10.10.7 OK\nping 10.10.10.10 KO\n"} 2018-10-22 18:45:29,169 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action used request id req-91295735-682b-4158-8c6c-73cf0f457df3 2018-10-22 18:45:29,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06c8ce75e97f1028c18fc7557dc8e3b716027178" -d '{"forceDelete": null}' 2018-10-22 18:45:29,391 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:45:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-905c022a-1b51-4dd1-928e-8183997f5692 x-compute-request-id: req-905c022a-1b51-4dd1-928e-8183997f5692 Content-Length: 0 Content-Type: application/json 2018-10-22 18:45:29,392 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8abc361e-6456-4da7-b3cb-6d141eb81adb/action used request id req-905c022a-1b51-4dd1-928e-8183997f5692 2018-10-22 18:45:29,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06c8ce75e97f1028c18fc7557dc8e3b716027178" -d '{"forceDelete": null}' 2018-10-22 18:45:29,751 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:45:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ffa235af-815f-43e9-9c08-4eb7d642a473 x-compute-request-id: req-ffa235af-815f-43e9-9c08-4eb7d642a473 Content-Length: 0 Content-Type: application/json 2018-10-22 18:45:29,751 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/05b7ec6b-3c95-466b-8a08-8418d4b7dc3d/action used request id req-ffa235af-815f-43e9-9c08-4eb7d642a473 2018-10-22 18:45:29,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06c8ce75e97f1028c18fc7557dc8e3b716027178" -d '{"forceDelete": null}' 2018-10-22 18:45:30,128 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:45:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ffb82724-a104-4ee8-9724-fec456e32043 x-compute-request-id: req-ffb82724-a104-4ee8-9724-fec456e32043 Content-Length: 0 Content-Type: application/json 2018-10-22 18:45:30,128 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8b481f41-334a-4a8b-a2ad-583fe0989e48/action used request id req-ffb82724-a104-4ee8-9724-fec456e32043 2018-10-22 18:45:30,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/1f591534-2388-4ae3-b92a-c7947d1a9f11 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}68701a2887a398ed6b0d981792df522cf7ac1a14" 2018-10-22 18:45:31,947 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1262cdd9-a796-4225-bd49-840f1708cda9 Date: Mon, 22 Oct 2018 18:45:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:45:31,947 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/1f591534-2388-4ae3-b92a-c7947d1a9f11 used request id req-1262cdd9-a796-4225-bd49-840f1708cda9 2018-10-22 18:45:31,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/1cfb9631-1f66-4a72-8fa7-a2f1291dc1ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}524b1cd1d5363ffae47420f287311dfaa6a73c51" 2018-10-22 18:45:32,186 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-482205ce-d0ea-4eff-8742-c00aa10e60a2 Date: Mon, 22 Oct 2018 18:45:32 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 1cfb9631-1f66-4a72-8fa7-a2f1291dc1ad: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-22 18:45:32,186 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/1cfb9631-1f66-4a72-8fa7-a2f1291dc1ad used request id req-482205ce-d0ea-4eff-8742-c00aa10e60a2 2018-10-22 18:45:32,187 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 1cfb9631-1f66-4a72-8fa7-a2f1291dc1ad: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-22 18:45:32,187 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '1cfb9631-1f66-4a72-8fa7-a2f1291dc1ad')]: Unable to complete operation on subnet 1cfb9631-1f66-4a72-8fa7-a2f1291dc1ad: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-482205ce-d0ea-4eff-8742-c00aa10e60a2'] 2018-10-22 18:45:32,188 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id 1cfb9631-1f66-4a72-8fa7-a2f1291dc1ad was not deleted. 2018-10-22 18:45:32,188 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check ping status of vm_1, vm_2, and vm_3 | +----------------------------------------------------------------------------------------+ | PASS | Ping succeeds | | Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted | +----------------------------------------------------------------------------------------+ | PASS | Ping succeeds | +========================================================================================+ 2018-10-22 18:45:32,188 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-22 18:45:32,205 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-10-22 18:45:32,206 - 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': 'PASS', 'details': [{'Ping succeeds': 'PASS'}, {'Ping succeeds': 'PASS'}]} 2018-10-22 18:45:32,206 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-10-22 18:45:32,206 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-10-22 18:45:32,206 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-10-22 18:45:32,298 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-10-22 18:45:32,298 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-10-22 18:45:32,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:45:32,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:45:32,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:45:32,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:45:32,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:45:32,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:45:32,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:45:32,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:45:32,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:45:32,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:45:32,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:45:32,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:45:32,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:45:32,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:45:32,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:45:32,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:45:32,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:45:32,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:45:32,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:45:32,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:45:32,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:45:32,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:45:32,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:45:32,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:45:32,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:45:32,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:45:32,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:45:32,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:45:32,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:45:32,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:45:32,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:45:32,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:45:32,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:45:32,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:45:32,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:45:32,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:45:32,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:45:32,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:45:32,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:45:32,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:45:32,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:45:32,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:45:32,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:45:32,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:45:32,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:45:32,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:45:32,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:45:32,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:45:32,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-22 18:45:32,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:45:32,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:45:32,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:45:32,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:45:32,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:45:32,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:45:32,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:45:32,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:45:32,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:45:32,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:45:32,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:45:32,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:45:32,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:45:32,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:45:32,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:45:32,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:45:32,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:45:32,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:45:32,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:45:32,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:45:32,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:45:32,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:45:32,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:45:32,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:45:32,311 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-22 18:45:32,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:45:32,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3d6076a-0378-47fc-a4a6-a10c78f64310 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:45:32,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b3d6076a-0378-47fc-a4a6-a10c78f64310 2018-10-22 18:45:32,318 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:45:32,690 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:45:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["dFEwM368SkWqcv25aon98w"], "issued_at": "2018-10-22T18:45:32.000000Z"}} 2018-10-22 18:45:32,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa9d3283a5f9f533df75b446c0750a3c64542e9c" 2018-10-22 18:45:32,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-0ef7ae73-ce23-45cb-8680-5759d4b95e08 Date: Mon, 22 Oct 2018 18:45:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-22 18:45:32,851 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-0ef7ae73-ce23-45cb-8680-5759d4b95e08 2018-10-22 18:45:32,851 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-10-22 18:45:32,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa9d3283a5f9f533df75b446c0750a3c64542e9c" 2018-10-22 18:45:33,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ecfd3958-e1f0-4088-b662-98bc0bc576ba Date: Mon, 22 Oct 2018 18:45: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-10-22 18:45:33,017 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-ecfd3958-e1f0-4088-b662-98bc0bc576ba 2018-10-22 18:45:33,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fa9d3283a5f9f533df75b446c0750a3c64542e9c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-10-22 18:45:33,254 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/a6388eda-cc4e-4f9a-b884-20156c88618b X-Openstack-Request-Id: req-8e637288-c0be-4d8a-aaef-9789e01a35ba Date: Mon, 22 Oct 2018 18:45:33 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-10-22T18:45:33Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T18:45:33Z", "visibility": "public", "locations": [], "self": "/v2/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "min_disk": 0, "protected": false, "id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "file": "/v2/images/a6388eda-cc4e-4f9a-b884-20156c88618b/file", "checksum": null, "owner": "8ba7a6acf87944158b12f697f8414be6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 18:45:33,254 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-8e637288-c0be-4d8a-aaef-9789e01a35ba 2018-10-22 18:45:33,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/a6388eda-cc4e-4f9a-b884-20156c88618b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa9d3283a5f9f533df75b446c0750a3c64542e9c" -d '' 2018-10-22 18:45:44,851 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b8967c2d-28e0-487e-86b7-c08cb719b1a5 Date: Mon, 22 Oct 2018 18:45:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:45:44,851 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/a6388eda-cc4e-4f9a-b884-20156c88618b/file used request id req-b8967c2d-28e0-487e-86b7-c08cb719b1a5 2018-10-22 18:45:44,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:45:44,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:45:44,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:45:44,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:45:44,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:45:44,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:45:44,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:45:44,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:45:44,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:45:44,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:45:44,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:45:44,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:45:44,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:45:44,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:45:44,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:45:44,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:45:44,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:45:44,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:45:44,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:45:44,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:45:44,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:45:44,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:45:44,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:45:44,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:45:44,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:45:44,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11582c5e-d1f7-4e04-a9ad-9e3715f8a6a2 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:45:44,866 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-11582c5e-d1f7-4e04-a9ad-9e3715f8a6a2 2018-10-22 18:45:44,866 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:45:45,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:45:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["_PsoOrGfTR2dXBNFXB1Lqw"], "issued_at": "2018-10-22T18:45:45.000000Z"}} 2018-10-22 18:45:45,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c760c4e1b1e75ec92b04a7326a8a51b15d29f1a" 2018-10-22 18:45:45,439 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-661c4562-ff35-4ccb-878b-64c5b5624be2 x-compute-request-id: req-661c4562-ff35-4ccb-878b-64c5b5624be2 Content-Encoding: gzip Content-Length: 277 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 18:45:45,439 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail used request id req-661c4562-ff35-4ccb-878b-64c5b5624be2 2018-10-22 18:45:45,440 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-10-22 18:45:45,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c760c4e1b1e75ec92b04a7326a8a51b15d29f1a" -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-10-22 18:45:45,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57e57d42-4f3b-474a-8c2e-7715fac50a2f x-compute-request-id: req-57e57d42-4f3b-474a-8c2e-7715fac50a2f Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "74108563-ceb0-4243-9881-66120d7d803a", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:45:45,494 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-57e57d42-4f3b-474a-8c2e-7715fac50a2f 2018-10-22 18:45:45,495 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=74108563-ceb0-4243-9881-66120d7d803a created successfully. 2018-10-22 18:45:45,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:45:45,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-964140f6-a5d1-4eb5-9db5-bfaae899f479 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:45:45,504 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-964140f6-a5d1-4eb5-9db5-bfaae899f479 2018-10-22 18:45:45,505 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:45:45,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:45:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["gsNmKE4xTYaINIFJ2iTqPQ"], "issued_at": "2018-10-22T18:45:45.000000Z"}} 2018-10-22 18:45:45,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" 2018-10-22 18:45:46,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5766 X-Openstack-Request-Id: req-3144870f-da9f-44f1-b5ac-2c1a7a90e287 Date: Mon, 22 Oct 2018 18:45:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2d6d36a3-00c2-4e42-8e06-b5ce7ab4a942","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"cf313ba039fd43cb95c3fb4369aa5e2d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:39:37Z","provider:segmentation_id":50,"name":"","admin_state_up":true,"tenant_id":"cf313ba039fd43cb95c3fb4369aa5e2d","created_at":"2018-10-22T18:39:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2"],"description":"","tags":[],"updated_at":"2018-10-22T18:30:40Z","provider:segmentation_id":94,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:30:39Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"abb87f90-1c87-4f1c-acfc-88180b31b2f1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"cf313ba039fd43cb95c3fb4369aa5e2d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:39:40Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"cf313ba039fd43cb95c3fb4369aa5e2d","created_at":"2018-10-22T18:39:40Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","subnets":["6f0b01fe-f639-471b-900a-522fe527792d"],"description":"","tags":[],"updated_at":"2018-10-22T18:01:01Z","provider:segmentation_id":92,"name":"tempest-test-network--1913911896","admin_state_up":true,"tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b27bbd14-459c-453e-a065-38190a4c2d40","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["1cfb9631-1f66-4a72-8fa7-a2f1291dc1ad"],"description":"","tags":[],"updated_at":"2018-10-22T18:42:30Z","provider:segmentation_id":101,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:42:29Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b7ca58de-5925-4ea9-99fc-a373b2f34298","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"cf313ba039fd43cb95c3fb4369aa5e2d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:39:30Z","provider:segmentation_id":27,"name":"","admin_state_up":true,"tenant_id":"cf313ba039fd43cb95c3fb4369aa5e2d","created_at":"2018-10-22T18:39:30Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"de408467-8c9f-47a1-ba6c-e7e2f25d247e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"cf313ba039fd43cb95c3fb4369aa5e2d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:39:42Z","provider:segmentation_id":103,"name":"","admin_state_up":true,"tenant_id":"cf313ba039fd43cb95c3fb4369aa5e2d","created_at":"2018-10-22T18:39:42Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"eb54a036-e842-44cf-9ddc-0504f1fece89","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0"],"description":"","tags":[],"updated_at":"2018-10-22T18:24:46Z","provider:segmentation_id":79,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:24:46Z","provider:network_type":"vxlan"}]} 2018-10-22 18:45:46,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-3144870f-da9f-44f1-b5ac-2c1a7a90e287 2018-10-22 18:45:46,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" 2018-10-22 18:45:46,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3118 X-Openstack-Request-Id: req-d2f8ab1e-b763-43aa-96ed-5e35ab7fb5f1 Date: Mon, 22 Oct 2018 18:45:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b27bbd14-459c-453e-a065-38190a4c2d40","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:42:30Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:42:30Z","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":"8ba7a6acf87944158b12f697f8414be6","id":"1cfb9631-1f66-4a72-8fa7-a2f1291dc1ad","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:30:40Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:30:40Z","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":"8ba7a6acf87944158b12f697f8414be6","id":"504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:01Z","dns_nameservers":[],"updated_at":"2018-10-22T18:01:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.14"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/28","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","id":"6f0b01fe-f639-471b-900a-522fe527792d","subnetpool_id":null,"name":""},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb54a036-e842-44cf-9ddc-0504f1fece89","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:24:46Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:24: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":"8ba7a6acf87944158b12f697f8414be6","id":"c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:31Z","dns_nameservers":[],"updated_at":"2018-10-22T14:45:31Z","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":"5068b5ed7a66426d88da56d151653d71","id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-22 18:45:46,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-d2f8ab1e-b763-43aa-96ed-5e35ab7fb5f1 2018-10-22 18:45:46,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" 2018-10-22 18:45:46,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c0d549b5-409f-4069-bfdd-785d12c21c51 Date: Mon, 22 Oct 2018 18:45:46 GMT RESP BODY: {"routers": []} 2018-10-22 18:45:46,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers used request id req-c0d549b5-409f-4069-bfdd-785d12c21c51 2018-10-22 18:45:46,542 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-10-22 18:45:46,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" -d '{"network": {"name": "sdnvpn-13-1-net", "admin_state_up": true}}' 2018-10-22 18:45:46,980 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-4b16cb6a-c131-406e-84e4-2e9560322fc7 Date: Mon, 22 Oct 2018 18:45: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":"2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:45:46Z","is_default":false,"provider:segmentation_id":30,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:45:46Z","mtu":1450}} 2018-10-22 18:45:46,980 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-4b16cb6a-c131-406e-84e4-2e9560322fc7 2018-10-22 18:45:46,981 - sdnvpn.lib.openstack_utils - DEBUG - Network '2526f6ab-d976-4f72-9af2-c5e1a9cac2e1' created successfully 2018-10-22 18:45:46,981 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-22 18:45:46,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" -d '{"subnets": [{"ip_version": 4, "network_id": "2526f6ab-d976-4f72-9af2-c5e1a9cac2e1", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-13-1-subnet"}]}' 2018-10-22 18:45:48,125 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-1e9378e0-794c-42c6-b98c-2345dae7d936 Date: Mon, 22 Oct 2018 18:45:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:45:47Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-22T18:45:47Z","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":"8ba7a6acf87944158b12f697f8414be6","id":"d3f6e951-36f3-454f-97df-598c2a414174","subnetpool_id":null,"name":"sdnvpn-13-1-subnet"}]} 2018-10-22 18:45:48,125 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-1e9378e0-794c-42c6-b98c-2345dae7d936 2018-10-22 18:45:48,125 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'd3f6e951-36f3-454f-97df-598c2a414174' created successfully 2018-10-22 18:45:48,126 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-22 18:45:48,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" -d '{"router": {"name": "sdnvpn-13-1-router", "admin_state_up": true}}' 2018-10-22 18:45:48,444 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-0f5f5e9b-d318-45b3-ae77-406ffe092087 Date: Mon, 22 Oct 2018 18:45:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:45:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:45:48Z", "revision_number": 0, "routes": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "441713fc-1213-4ff3-911e-d2c1a88cdded", "name": "sdnvpn-13-1-router"}} 2018-10-22 18:45:48,444 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-0f5f5e9b-d318-45b3-ae77-406ffe092087 2018-10-22 18:45:48,445 - sdnvpn.lib.openstack_utils - DEBUG - Router '441713fc-1213-4ff3-911e-d2c1a88cdded' created successfully 2018-10-22 18:45:48,445 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-22 18:45:48,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/441713fc-1213-4ff3-911e-d2c1a88cdded/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" -d '{"subnet_id": "d3f6e951-36f3-454f-97df-598c2a414174"}' 2018-10-22 18:45:50,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9d101354-f5d9-4d6c-8e76-cdcc4ef8353f Date: Mon, 22 Oct 2018 18:45:50 GMT RESP BODY: {"network_id": "2526f6ab-d976-4f72-9af2-c5e1a9cac2e1", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "subnet_id": "d3f6e951-36f3-454f-97df-598c2a414174", "subnet_ids": ["d3f6e951-36f3-454f-97df-598c2a414174"], "port_id": "3042b698-0058-45c3-935a-19f0a0d182d1", "id": "441713fc-1213-4ff3-911e-d2c1a88cdded"} 2018-10-22 18:45:50,128 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/441713fc-1213-4ff3-911e-d2c1a88cdded/add_router_interface used request id req-9d101354-f5d9-4d6c-8e76-cdcc4ef8353f 2018-10-22 18:45:50,129 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-22 18:45:50,129 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-22 18:45:50,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" 2018-10-22 18:45:50,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6427 X-Openstack-Request-Id: req-94590f49-bbe8-4403-8a4c-5946b9363087 Date: Mon, 22 Oct 2018 18:45:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["d3f6e951-36f3-454f-97df-598c2a414174"],"description":"","tags":[],"updated_at":"2018-10-22T18:45:47Z","provider:segmentation_id":30,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:45:46Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2d6d36a3-00c2-4e42-8e06-b5ce7ab4a942","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"cf313ba039fd43cb95c3fb4369aa5e2d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:39:37Z","provider:segmentation_id":50,"name":"","admin_state_up":true,"tenant_id":"cf313ba039fd43cb95c3fb4369aa5e2d","created_at":"2018-10-22T18:39:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2"],"description":"","tags":[],"updated_at":"2018-10-22T18:30:40Z","provider:segmentation_id":94,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:30:39Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"abb87f90-1c87-4f1c-acfc-88180b31b2f1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"cf313ba039fd43cb95c3fb4369aa5e2d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:39:40Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"cf313ba039fd43cb95c3fb4369aa5e2d","created_at":"2018-10-22T18:39:40Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","subnets":["6f0b01fe-f639-471b-900a-522fe527792d"],"description":"","tags":[],"updated_at":"2018-10-22T18:01:01Z","provider:segmentation_id":92,"name":"tempest-test-network--1913911896","admin_state_up":true,"tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b27bbd14-459c-453e-a065-38190a4c2d40","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["1cfb9631-1f66-4a72-8fa7-a2f1291dc1ad"],"description":"","tags":[],"updated_at":"2018-10-22T18:42:30Z","provider:segmentation_id":101,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:42:29Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b7ca58de-5925-4ea9-99fc-a373b2f34298","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"cf313ba039fd43cb95c3fb4369aa5e2d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:39:30Z","provider:segmentation_id":27,"name":"","admin_state_up":true,"tenant_id":"cf313ba039fd43cb95c3fb4369aa5e2d","created_at":"2018-10-22T18:39:30Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"de408467-8c9f-47a1-ba6c-e7e2f25d247e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"cf313ba039fd43cb95c3fb4369aa5e2d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-22T18:39:42Z","provider:segmentation_id":103,"name":"","admin_state_up":true,"tenant_id":"cf313ba039fd43cb95c3fb4369aa5e2d","created_at":"2018-10-22T18:39:42Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"eb54a036-e842-44cf-9ddc-0504f1fece89","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","subnets":["c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0"],"description":"","tags":[],"updated_at":"2018-10-22T18:24:46Z","provider:segmentation_id":79,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:24:46Z","provider:network_type":"vxlan"}]} 2018-10-22 18:45:50,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-94590f49-bbe8-4403-8a4c-5946b9363087 2018-10-22 18:45:50,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/441713fc-1213-4ff3-911e-d2c1a88cdded -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" -d '{"router": {"external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f"}}}' 2018-10-22 18:45:51,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-80a88d2f-92e8-4a42-b300-abbca608734b Date: Mon, 22 Oct 2018 18:45:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:45:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:45:51Z", "revision_number": 3, "routes": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "441713fc-1213-4ff3-911e-d2c1a88cdded", "name": "sdnvpn-13-1-router"}} 2018-10-22 18:45:51,994 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/441713fc-1213-4ff3-911e-d2c1a88cdded used request id req-80a88d2f-92e8-4a42-b300-abbca608734b 2018-10-22 18:45:51,994 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-22 18:45:52,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" 2018-10-22 18:45:52,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15042 X-Openstack-Request-Id: req-3c5eb84c-6ac4-48d5-922a-bc20319ee7a7 Date: Mon, 22 Oct 2018 18:45:52 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "created_at": "2018-10-22T18:01:06Z", "updated_at": "2018-10-22T18:01:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "58c66846-fedf-4b66-b4e6-ffd6961123a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "9fc44f04-2cd7-4100-9543-8571d2da7285", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:01:06Z", "revision_number": 0, "id": "f5e8b3f0-29af-49f0-94fb-39a2d07d2cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:01:06Z", "security_group_id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "tenant_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4"}], "revision_number": 3, "project_id": "4c87e5006fdd4d8dabba6ad99e63d0b4", "id": "482c5b57-2593-4806-b6b1-e014b4522eeb", "name": "tempest-secgroup--969560917"}, {"description": "Default security group", "tags": [], "tenant_id": "5068b5ed7a66426d88da56d151653d71", "created_at": "2018-10-22T14:45:24Z", "updated_at": "2018-10-22T14:45:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "26fa61bc-d18b-424c-ba43-1ebcf5908742", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "8922276a-b526-4eb4-b86d-18ba88b155c0", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "9d5a4caa-c4e3-4b06-bb5e-3e64af4f2349", "remote_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:45:24Z", "revision_number": 0, "id": "a12814aa-1d3e-4ac8-9aef-d01152ede0e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:45:24Z", "security_group_id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "tenant_id": "5068b5ed7a66426d88da56d151653d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "5068b5ed7a66426d88da56d151653d71"}], "revision_number": 4, "project_id": "5068b5ed7a66426d88da56d151653d71", "id": "50de4863-92c4-4afe-bf73-c8e9018d3888", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "created_at": "2018-10-22T18:04:03Z", "updated_at": "2018-10-22T18:04:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "1a013dff-72ac-41fc-9e59-265dff844960", "remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "406eb29d-a577-4eee-a2dd-70816b1f5888", "remote_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "8d4ddaeb-a7b3-4aed-91b7-115087d4fcb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:04:03Z", "revision_number": 0, "id": "c522c5d9-59c1-4a83-941f-8ae7551e78b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:04:03Z", "security_group_id": "55730c75-de7b-4a88-af62-c3f888487961", "tenant_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9"}], "revision_number": 4, "project_id": "8aedafecc85f4d5dbf1cce3eb4e959a9", "id": "55730c75-de7b-4a88-af62-c3f888487961", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:08:34Z", "updated_at": "2018-10-22T18:10:53Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "0e25d5d7-5b4c-49b5-88b5-324f10154a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-22T18:10:53Z", "revision_number": 0, "id": "1de7278a-53c8-4b5c-a5c8-689d979f74a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:10:53Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 179, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "57707afa-8faf-4113-8c8c-30963caf5615", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "6bc10a09-c2a7-464a-ad78-c70bbbf6ee4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "7028de3f-e565-496f-b597-ca46bbca438c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-22T18:08:35Z", "revision_number": 0, "id": "8b050586-2b9f-4633-a718-7d1d30acbcf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:35Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T18:08:34Z", "revision_number": 0, "id": "982034b0-0ac6-4711-ae91-f2bb976a3b46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T18:08:34Z", "security_group_id": "82fd1622-3826-4da5-909e-15968132dad8", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 7, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "82fd1622-3826-4da5-909e-15968132dad8", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T14:55:51Z", "updated_at": "2018-10-22T14:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "41ebad25-2ab3-41f3-90e3-1dbc33bcd961", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "45761236-05cb-4509-8544-b7f57edc0051", "remote_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7548e094-22ae-487c-8ea4-1aa80a7b7dff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ba7a6acf87944158b12f697f8414be6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:55:51Z", "revision_number": 0, "id": "7b3e72b6-2562-42d0-9134-d39a6ca2c6f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:55:51Z", "security_group_id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ba7a6acf87944158b12f697f8414be6"}], "revision_number": 4, "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "e45ad3b8-27e5-46dd-bc18-7cc961f58935", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-22T14:58:01Z", "updated_at": "2018-10-22T14:58:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "11884f96-715c-46c9-8e6f-a8b63970ec2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "39e0b7c6-9ce6-488a-8cbd-b0657bfa314d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "67e51c9b-e362-42bd-a305-439e546f173e", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-22T14:58:01Z", "revision_number": 0, "id": "90643a86-0f62-4588-9a8c-68cea1343ff6", "remote_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "remote_ip_prefix": null, "created_at": "2018-10-22T14:58:01Z", "security_group_id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4c2e22e-ff4a-4da0-b678-7a0b6cc36096", "name": "default"}]} 2018-10-22 18:45:52,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-3c5eb84c-6ac4-48d5-922a-bc20319ee7a7 2018-10-22 18:45:52,067 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-22 18:45:52,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:45:52,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5360b3d8-d3cd-402e-8e9a-375649187366 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:45:52,074 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5360b3d8-d3cd-402e-8e9a-375649187366 2018-10-22 18:45:52,075 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:45:52,456 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:45:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["Tw5Zv6fiTWioKHoCp4tLYQ"], "issued_at": "2018-10-22T18:45:52.000000Z"}} 2018-10-22 18:45:52,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ec1659080a622681c036f7265b90cecc0c506d" 2018-10-22 18:45:52,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45: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-62185602-c3e7-43c4-943c-276cd9a8ee24 x-compute-request-id: req-62185602-c3e7-43c4-943c-276cd9a8ee24 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 197}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-22 18:45:52,637 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-62185602-c3e7-43c4-943c-276cd9a8ee24 2018-10-22 18:45:52,638 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-10-22 18:45:52,639 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-1'... 2018-10-22 18:45:52,639 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-1 flavor=m1.custom image=a6388eda-cc4e-4f9a-b884-20156c88618b network=2526f6ab-d976-4f72-9af2-c5e1a9cac2e1 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.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-10-22 18:45:52,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:45:52,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:45:52,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:45:52,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:45:52,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:45:52,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:45:52,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:45:52,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:45:52,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:45:52,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:45:52,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:45:52,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:45:52,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:45:52,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:45:52,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:45:52,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:45:52,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:45:52,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:45:52,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:45:52,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:45:52,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:45:52,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:45:52,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:45:52,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:45:52,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:45:52,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:45:52,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:45:52,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:45:52,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:45:52,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:45:52,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:45:52,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:45:52,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:45:52,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:45:52,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:45:52,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:45:52,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:45:52,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:45:52,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:45:52,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:45:52,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:45:52,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:45:52,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:45:52,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:45:52,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:45:52,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:45:52,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:45:52,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:45:52,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:45:52,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d23abf8-523e-4641-87cb-1e0da2f35bc7 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:45:52,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8d23abf8-523e-4641-87cb-1e0da2f35bc7 2018-10-22 18:45:52,657 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:45:53,042 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:45:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["b2ccRPUcQ0ys1KyxcLLv9A"], "issued_at": "2018-10-22T18:45:53.000000Z"}} 2018-10-22 18:45:53,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef46630f2cbd7cc2e70578b82ef735dfe3840dd" 2018-10-22 18:45:53,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbf17be7-8a1e-42e0-9b12-8c3ce0f72769 x-compute-request-id: req-bbf17be7-8a1e-42e0-9b12-8c3ce0f72769 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:45:53,220 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-bbf17be7-8a1e-42e0-9b12-8c3ce0f72769 2018-10-22 18:45:53,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/74108563-ceb0-4243-9881-66120d7d803a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef46630f2cbd7cc2e70578b82ef735dfe3840dd" 2018-10-22 18:45:53,250 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f098404e-b98e-4102-b203-3d4718c9c029 x-compute-request-id: req-f098404e-b98e-4102-b203-3d4718c9c029 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "74108563-ceb0-4243-9881-66120d7d803a", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:45:53,251 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/74108563-ceb0-4243-9881-66120d7d803a used request id req-f098404e-b98e-4102-b203-3d4718c9c029 2018-10-22 18:45:53,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef46630f2cbd7cc2e70578b82ef735dfe3840dd" -d '{"server": {"name": "sdnvpn-13-1", "imageRef": "a6388eda-cc4e-4f9a-b884-20156c88618b", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "74108563-ceb0-4243-9881-66120d7d803a", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "2526f6ab-d976-4f72-9af2-c5e1a9cac2e1"}], "config_drive": true}}' 2018-10-22 18:45:54,745 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:45:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1f276b79-a26b-41fc-a9d5-9e2461506c52 x-compute-request-id: req-1f276b79-a26b-41fc-a9d5-9e2461506c52 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "adminPass": "vnq9jqizZaMf"}} 2018-10-22 18:45:54,745 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-1f276b79-a26b-41fc-a9d5-9e2461506c52 2018-10-22 18:45:54,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:45:54,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51f24165-7413-4c23-9dec-fcc29c8bb9f4 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:45:54,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-51f24165-7413-4c23-9dec-fcc29c8bb9f4 2018-10-22 18:45:54,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:45:55,124 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:45:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["RpEt4zIUR-2ZJhvNC1EfOw"], "issued_at": "2018-10-22T18:45:55.000000Z"}} 2018-10-22 18:45:55,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:45:55,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-079af699-1a20-49bc-83ce-3845a5fd009b x-compute-request-id: req-079af699-1a20-49bc-83ce-3845a5fd009b 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.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45: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-13-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:45:55,637 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-079af699-1a20-49bc-83ce-3845a5fd009b 2018-10-22 18:45:58,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:45:59,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:45:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53264286-840d-485e-af74-779b4259b905 x-compute-request-id: req-53264286-840d-485e-af74-779b4259b905 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.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:45:59,358 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-53264286-840d-485e-af74-779b4259b905 2018-10-22 18:46:02,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:46:03,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:46:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9cf70fc5-3237-4ffd-9383-1f53dbcc787a x-compute-request-id: req-9cf70fc5-3237-4ffd-9383-1f53dbcc787a Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:46:03,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-9cf70fc5-3237-4ffd-9383-1f53dbcc787a 2018-10-22 18:46:06,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:46:06,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-9ff06c22-05c6-43a1-bc46-77369e105e89 x-compute-request-id: req-9ff06c22-05c6-43a1-bc46-77369e105e89 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:46:06,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-9ff06c22-05c6-43a1-bc46-77369e105e89 2018-10-22 18:46:09,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:46:10,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:46:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f092faa6-542b-447e-a1f4-b7fbbc824389 x-compute-request-id: req-f092faa6-542b-447e-a1f4-b7fbbc824389 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:46:10,514 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-f092faa6-542b-447e-a1f4-b7fbbc824389 2018-10-22 18:46:13,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:46:14,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:46:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15a58e0e-6715-44ba-bdeb-df1506213eaa x-compute-request-id: req-15a58e0e-6715-44ba-bdeb-df1506213eaa Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:46:14,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-15a58e0e-6715-44ba-bdeb-df1506213eaa 2018-10-22 18:46:17,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:46:17,890 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:46:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eac90cd3-f31b-42ca-8889-7325dcad4e14 x-compute-request-id: req-eac90cd3-f31b-42ca-8889-7325dcad4e14 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:46:17,890 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-eac90cd3-f31b-42ca-8889-7325dcad4e14 2018-10-22 18:46:20,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:46:21,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:46:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94d867ef-2b4c-4300-89a5-3f0a44478968 x-compute-request-id: req-94d867ef-2b4c-4300-89a5-3f0a44478968 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:46:21,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-94d867ef-2b4c-4300-89a5-3f0a44478968 2018-10-22 18:46:24,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:46:25,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:46:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91e1f516-6d1e-4daf-828c-45996664ea68 x-compute-request-id: req-91e1f516-6d1e-4daf-828c-45996664ea68 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:46:25,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-91e1f516-6d1e-4daf-828c-45996664ea68 2018-10-22 18:46:28,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:46:28,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:46:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df301d56-55ae-404a-9559-40bcc14671a0 x-compute-request-id: req-df301d56-55ae-404a-9559-40bcc14671a0 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:46:28,623 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-df301d56-55ae-404a-9559-40bcc14671a0 2018-10-22 18:46:31,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:46:32,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:46:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-efbc9370-a0df-4719-8481-f8e09e17d97b x-compute-request-id: req-efbc9370-a0df-4719-8481-f8e09e17d97b Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:46:32,674 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-efbc9370-a0df-4719-8481-f8e09e17d97b 2018-10-22 18:46:35,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:46:36,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:46:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32b81b41-d5ce-423c-a3a8-43684dfa3e52 x-compute-request-id: req-32b81b41-d5ce-423c-a3a8-43684dfa3e52 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:46:36,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-32b81b41-d5ce-423c-a3a8-43684dfa3e52 2018-10-22 18:46:39,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:46:39,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:46:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a59d025-f459-40b7-9b5e-8a093a2f4942 x-compute-request-id: req-8a59d025-f459-40b7-9b5e-8a093a2f4942 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:46:39,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-8a59d025-f459-40b7-9b5e-8a093a2f4942 2018-10-22 18:46:42,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:46:43,713 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:46:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d30e9d78-ea98-45c1-8a1a-d10731fafda8 x-compute-request-id: req-d30e9d78-ea98-45c1-8a1a-d10731fafda8 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:46:43,714 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-d30e9d78-ea98-45c1-8a1a-d10731fafda8 2018-10-22 18:46:46,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:46:47,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:46: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-78040ba5-e2fe-4efb-ad56-2cc63a5d418e x-compute-request-id: req-78040ba5-e2fe-4efb-ad56-2cc63a5d418e Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:46:47,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-78040ba5-e2fe-4efb-ad56-2cc63a5d418e 2018-10-22 18:46:50,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:46:51,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:46:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-145e2ba4-2ac8-4aaa-9de1-d2ceba0dac2b x-compute-request-id: req-145e2ba4-2ac8-4aaa-9de1-d2ceba0dac2b Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:46:51,138 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-145e2ba4-2ac8-4aaa-9de1-d2ceba0dac2b 2018-10-22 18:46:54,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:46:54,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:46:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18bcd2b3-c622-4c6a-84b1-6f79428e5616 x-compute-request-id: req-18bcd2b3-c622-4c6a-84b1-6f79428e5616 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:46:54,774 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-18bcd2b3-c622-4c6a-84b1-6f79428e5616 2018-10-22 18:46:57,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:46:58,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:46:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b76d756-f1b3-43f2-9984-d4359876a5f5 x-compute-request-id: req-7b76d756-f1b3-43f2-9984-d4359876a5f5 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:46:58,730 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-7b76d756-f1b3-43f2-9984-d4359876a5f5 2018-10-22 18:47:01,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:47:02,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00f00504-ae87-46fc-b78e-3f7f60cceba6 x-compute-request-id: req-00f00504-ae87-46fc-b78e-3f7f60cceba6 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:47:02,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-00f00504-ae87-46fc-b78e-3f7f60cceba6 2018-10-22 18:47:05,185 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:47:05,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47: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-c7d4c92a-b916-40c0-905a-eb27c3de545c x-compute-request-id: req-c7d4c92a-b916-40c0-905a-eb27c3de545c Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:47:05,655 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-c7d4c92a-b916-40c0-905a-eb27c3de545c 2018-10-22 18:47:08,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:47:08,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47: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-7f509a6f-31e3-4dff-a5c1-f1dbf9524933 x-compute-request-id: req-7f509a6f-31e3-4dff-a5c1-f1dbf9524933 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:47:08,990 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-7f509a6f-31e3-4dff-a5c1-f1dbf9524933 2018-10-22 18:47:11,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:47:12,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-461fcb2e-e6b5-42fd-b5ca-0129e47a98be x-compute-request-id: req-461fcb2e-e6b5-42fd-b5ca-0129e47a98be Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:47:12,582 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-461fcb2e-e6b5-42fd-b5ca-0129e47a98be 2018-10-22 18:47:15,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:47:16,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47: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-4b979404-6e83-4dbe-a429-a7ac53b8c51d x-compute-request-id: req-4b979404-6e83-4dbe-a429-a7ac53b8c51d Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:47:16,042 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-4b979404-6e83-4dbe-a429-a7ac53b8c51d 2018-10-22 18:47:19,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:47:19,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47: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-258c756f-5af0-46dc-b08a-32d09c95bc33 x-compute-request-id: req-258c756f-5af0-46dc-b08a-32d09c95bc33 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:47:19,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-258c756f-5af0-46dc-b08a-32d09c95bc33 2018-10-22 18:47:22,779 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:47:23,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47: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-22d103da-3a2d-434f-b95a-493ccc25d3f6 x-compute-request-id: req-22d103da-3a2d-434f-b95a-493ccc25d3f6 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:47:23,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-22d103da-3a2d-434f-b95a-493ccc25d3f6 2018-10-22 18:47:26,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:47:26,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7a87a7a-af75-4e44-98c7-5ce91310fbb2 x-compute-request-id: req-a7a87a7a-af75-4e44-98c7-5ce91310fbb2 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:47:26,724 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-a7a87a7a-af75-4e44-98c7-5ce91310fbb2 2018-10-22 18:47:29,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:47:30,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47: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-a118b4cf-f389-4daa-9b0e-2b93702f8985 x-compute-request-id: req-a118b4cf-f389-4daa-9b0e-2b93702f8985 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:47:30,349 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-a118b4cf-f389-4daa-9b0e-2b93702f8985 2018-10-22 18:47:33,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:47:33,972 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-d5b9090d-6ed4-4dca-9533-7a0b14ce40a9 x-compute-request-id: req-d5b9090d-6ed4-4dca-9533-7a0b14ce40a9 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:47:33,972 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-d5b9090d-6ed4-4dca-9533-7a0b14ce40a9 2018-10-22 18:47:36,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:47:37,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47: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-3c900cf6-7a38-48c8-b0a1-6bc44286562a x-compute-request-id: req-3c900cf6-7a38-48c8-b0a1-6bc44286562a Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:47:37,576 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-3c900cf6-7a38-48c8-b0a1-6bc44286562a 2018-10-22 18:47:40,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:47:41,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-007e6991-39cc-44b7-954e-e306d7b46f93 x-compute-request-id: req-007e6991-39cc-44b7-954e-e306d7b46f93 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:47:41,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-007e6991-39cc-44b7-954e-e306d7b46f93 2018-10-22 18:47:44,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:47:44,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1859868a-28de-4764-b51b-989085e98024 x-compute-request-id: req-1859868a-28de-4764-b51b-989085e98024 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:47:44,343 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-1859868a-28de-4764-b51b-989085e98024 2018-10-22 18:47:47,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:47:47,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47: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-ecfbd2e6-9d51-46c2-bb85-c110dfc4e362 x-compute-request-id: req-ecfbd2e6-9d51-46c2-bb85-c110dfc4e362 Content-Encoding: gzip Content-Length: 782 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:45:55Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:47:47,949 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-ecfbd2e6-9d51-46c2-bb85-c110dfc4e362 2018-10-22 18:47:50,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af206a6d7aa5dafc368c712e8ad3c0ed1eae870" 2018-10-22 18:47:51,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47: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-b23ada47-c407-4372-aab9-2859eae791e2 x-compute-request-id: req-b23ada47-c407-4372-aab9-2859eae791e2 Content-Encoding: gzip Content-Length: 785 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": "2018-10-22T18:47:48.000000", "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:47:48Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:47:51,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-b23ada47-c407-4372-aab9-2859eae791e2 2018-10-22 18:47:51,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef46630f2cbd7cc2e70578b82ef735dfe3840dd" 2018-10-22 18:47:52,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0aa1fd81-4760-4fac-8207-030f320dedeb x-compute-request-id: req-0aa1fd81-4760-4fac-8207-030f320dedeb Content-Encoding: gzip Content-Length: 785 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:23:81:9b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": "2018-10-22T18:47:48.000000", "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "273f0bcd-62cb-43e3-b6a9-53aacc69d1d4", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:47:48Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-1", "created": "2018-10-22T18:45:54Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:47:52,172 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 used request id req-0aa1fd81-4760-4fac-8207-030f320dedeb 2018-10-22 18:47:52,172 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-1' booted successfully. IP='10.10.10.6'. 2018-10-22 18:47:52,172 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-1' to security group 'sdnvpn-sg'... 2018-10-22 18:47:52,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ec1659080a622681c036f7265b90cecc0c506d" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:47:53,604 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:47: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-e55b5dd3-85a1-4019-ac5b-c9147cfa8974 x-compute-request-id: req-e55b5dd3-85a1-4019-ac5b-c9147cfa8974 Content-Length: 0 Content-Type: application/json 2018-10-22 18:47:53,604 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4/action used request id req-e55b5dd3-85a1-4019-ac5b-c9147cfa8974 2018-10-22 18:47:53,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" 2018-10-22 18:47:53,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 17175 X-Openstack-Request-Id: req-61d69ef0-aab0-42bf-b233-11fd5445ef65 Date: Mon, 22 Oct 2018 18:47:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:01:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6f0b01fe-f639-471b-900a-522fe527792d","ip_address":"192.168.120.2"}],"id":"023121e2-485a-4242-89de-24fe5228e911","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:81:47:7b","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b05f24ec-49ab-48c0-928b-cd11e139f2b8","name":"","admin_state_up":true,"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:42:32Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1cfb9631-1f66-4a72-8fa7-a2f1291dc1ad","ip_address":"10.10.10.4"}],"id":"0294256c-bcc7-4488-882b-cd28e6777ebc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:27:24","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b27bbd14-459c-453e-a065-38190a4c2d40","name":"","admin_state_up":true,"network_id":"b27bbd14-459c-453e-a065-38190a4c2d40","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:42:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:42:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1cfb9631-1f66-4a72-8fa7-a2f1291dc1ad","ip_address":"10.10.10.2"}],"id":"0a8431a9-e068-45a2-bd7b-725ed8be21b4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:5c:69","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b27bbd14-459c-453e-a065-38190a4c2d40","name":"","admin_state_up":true,"network_id":"b27bbd14-459c-453e-a065-38190a4c2d40","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:42:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:24:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0","ip_address":"10.10.10.2"}],"id":"0e1dd95a-584a-45e1-88e2-383cee06ba5a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:c7:2c","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eb54a036-e842-44cf-9ddc-0504f1fece89","name":"","admin_state_up":true,"network_id":"eb54a036-e842-44cf-9ddc-0504f1fece89","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:24:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:45:49Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3f6e951-36f3-454f-97df-598c2a414174","ip_address":"10.10.10.1"}],"id":"3042b698-0058-45c3-935a-19f0a0d182d1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e1:47:21","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"441713fc-1213-4ff3-911e-d2c1a88cdded","name":"","admin_state_up":true,"network_id":"2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:45:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:45:51Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.205"}],"id":"47828213-b11a-4679-b94f-15d02fd22373","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8d:17:37","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"441713fc-1213-4ff3-911e-d2c1a88cdded","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T18:45:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:01:17Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6f0b01fe-f639-471b-900a-522fe527792d","ip_address":"192.168.120.11"}],"id":"5455c572-069e-415f-8db1-89c9c9610ca0","security_groups":["482c5b57-2593-4806-b6b1-e014b4522eeb"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:17:5a:3e","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"DOWN","binding:host_id":"","description":"","tags":[],"trunk_details":{"trunk_id":"ccab81fe-ee46-4e7a-a61f-7c15e025da22","sub_ports":[]},"device_id":"","name":"","admin_state_up":true,"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:45:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3f6e951-36f3-454f-97df-598c2a414174","ip_address":"10.10.10.3"}],"id":"5ca4cf9c-daa1-4307-8e3d-63a551976c79","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:01:07","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","name":"","admin_state_up":true,"network_id":"2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:45:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:42:32Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1cfb9631-1f66-4a72-8fa7-a2f1291dc1ad","ip_address":"10.10.10.3"}],"id":"6fc40aeb-2b2a-48e1-bebd-853aa0f73eb5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:57:ee:c1","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b27bbd14-459c-453e-a065-38190a4c2d40","name":"","admin_state_up":true,"network_id":"b27bbd14-459c-453e-a065-38190a4c2d40","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:42:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:24:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0","ip_address":"10.10.10.4"}],"id":"7dab70c1-a7bb-4589-b990-e38d26b4f810","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:6a:ea","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eb54a036-e842-44cf-9ddc-0504f1fece89","name":"","admin_state_up":true,"network_id":"eb54a036-e842-44cf-9ddc-0504f1fece89","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:24:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:47:53Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3f6e951-36f3-454f-97df-598c2a414174","ip_address":"10.10.10.6"}],"id":"86925d11-95d4-4846-8371-e04eade08287","security_groups":["82fd1622-3826-4da5-909e-15968132dad8","e45ad3b8-27e5-46dd-bc18-7cc961f58935"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:23:81:9b","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"273f0bcd-62cb-43e3-b6a9-53aacc69d1d4","name":"","admin_state_up":true,"network_id":"2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:45:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:30:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2","ip_address":"10.10.10.4"}],"id":"9374138b-6900-4b03-aa8e-0f750ca8c433","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:e0:f1","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","name":"","admin_state_up":true,"network_id":"98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:30:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:24:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0","ip_address":"10.10.10.3"}],"id":"9557e003-8b3d-4247-8344-d130b5be1dcb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:61:05","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eb54a036-e842-44cf-9ddc-0504f1fece89","name":"","admin_state_up":true,"network_id":"eb54a036-e842-44cf-9ddc-0504f1fece89","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:24:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:01:14Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6f0b01fe-f639-471b-900a-522fe527792d","ip_address":"192.168.120.6"}],"id":"979aa0f1-08a9-4385-af92-2b05498cd388","security_groups":["482c5b57-2593-4806-b6b1-e014b4522eeb"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9b:f8:98","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"DOWN","binding:host_id":"","description":"","tags":[],"trunk_details":{"trunk_id":"b8d375de-208e-451a-84de-fcec66fc0c07","sub_ports":[]},"device_id":"","name":"","admin_state_up":true,"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:45:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3f6e951-36f3-454f-97df-598c2a414174","ip_address":"10.10.10.4"}],"id":"9d46aeb8-1e27-4c84-9c7a-2ddb3ecab5d6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bc:f1:f7","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","name":"","admin_state_up":true,"network_id":"2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:45:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:30:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2","ip_address":"10.10.10.3"}],"id":"b2cbe945-d215-428c-8d8a-5ed07a2af858","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:f9:e8","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","name":"","admin_state_up":true,"network_id":"98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:30:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:01:03Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6f0b01fe-f639-471b-900a-522fe527792d","ip_address":"192.168.120.3"}],"id":"b601a7db-d3c3-4a1c-9206-e08834d74f48","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:7b:c5","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b05f24ec-49ab-48c0-928b-cd11e139f2b8","name":"","admin_state_up":true,"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:30:41Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2","ip_address":"10.10.10.2"}],"id":"c7805a6c-5f6e-4886-b4f4-2a22bbddd31f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5e:0c:e4","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","name":"","admin_state_up":true,"network_id":"98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:30:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:01:04Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6f0b01fe-f639-471b-900a-522fe527792d","ip_address":"192.168.120.4"}],"id":"f31478ec-4691-42ae-8d8e-d79022356d34","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:39:cf","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b05f24ec-49ab-48c0-928b-cd11e139f2b8","name":"","admin_state_up":true,"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:45:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3f6e951-36f3-454f-97df-598c2a414174","ip_address":"10.10.10.2"}],"id":"f76821e1-edf7-4df8-86dd-81dde0ebf846","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:f7:ff","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","name":"","admin_state_up":true,"network_id":"2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:45:48Z","binding:vnic_type":"normal"}]} 2018-10-22 18:47:53,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports used request id req-61d69ef0-aab0-42bf-b233-11fd5445ef65 2018-10-22 18:47:53,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/ports/86925d11-95d4-4846-8371-e04eade08287 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:23:81:9b"}]}}' 2018-10-22 18:47:54,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 974 X-Openstack-Request-Id: req-646e30fb-187a-49cf-9795-436b781fdd99 Date: Mon, 22 Oct 2018 18:47:54 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:23:81:9b"}],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:47:54Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d3f6e951-36f3-454f-97df-598c2a414174","ip_address":"10.10.10.6"}],"id":"86925d11-95d4-4846-8371-e04eade08287","security_groups":["82fd1622-3826-4da5-909e-15968132dad8","e45ad3b8-27e5-46dd-bc18-7cc961f58935"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:23:81:9b","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"273f0bcd-62cb-43e3-b6a9-53aacc69d1d4","name":"","admin_state_up":true,"network_id":"2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:45:56Z","binding:vnic_type":"normal"}} 2018-10-22 18:47:54,558 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/ports/86925d11-95d4-4846-8371-e04eade08287 used request id req-646e30fb-187a-49cf-9795-436b781fdd99 2018-10-22 18:47:54,558 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-2'... 2018-10-22 18:47:54,558 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-2 flavor=m1.custom image=a6388eda-cc4e-4f9a-b884-20156c88618b network=2526f6ab-d976-4f72-9af2-c5e1a9cac2e1 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-0.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-10-22 18:47:54,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:47:54,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:47:54,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:47:54,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:47:54,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:47:54,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:47:54,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:47:54,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:47:54,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:47:54,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:47:54,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:47:54,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:47:54,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:47:54,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:47:54,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:47:54,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:47:54,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:47:54,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:47:54,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:47:54,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:47:54,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:47:54,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:47:54,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:47:54,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:47:54,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:47:54,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:47:54,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:47:54,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:47:54,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:47:54,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:47:54,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:47:54,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:47:54,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:47:54,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:47:54,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:47:54,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:47:54,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:47:54,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:47:54,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:47:54,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:47:54,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:47:54,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:47:54,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:47:54,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:47:54,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:47:54,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:47:54,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:47:54,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:47:54,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:47:54,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1dbd1e3-7d0f-4a3a-9945-286c3dc0bdf1 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:47:54,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d1dbd1e3-7d0f-4a3a-9945-286c3dc0bdf1 2018-10-22 18:47:54,576 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:47:54,948 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:47:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["1Xe91rNWS_u_hWACGfzQhA"], "issued_at": "2018-10-22T18:47:54.000000Z"}} 2018-10-22 18:47:54,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604e3b0f81c256e536dcc9fcd21063f5b41aae6a" 2018-10-22 18:47:55,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47: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-cef1ec5d-c24c-4a55-ba25-63e3b7ba02f3 x-compute-request-id: req-cef1ec5d-c24c-4a55-ba25-63e3b7ba02f3 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:47:55,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-cef1ec5d-c24c-4a55-ba25-63e3b7ba02f3 2018-10-22 18:47:55,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/74108563-ceb0-4243-9881-66120d7d803a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604e3b0f81c256e536dcc9fcd21063f5b41aae6a" 2018-10-22 18:47:55,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47: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-89ab797d-f392-49f5-a3bb-4375023e041a x-compute-request-id: req-89ab797d-f392-49f5-a3bb-4375023e041a Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "74108563-ceb0-4243-9881-66120d7d803a", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:47:55,147 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/74108563-ceb0-4243-9881-66120d7d803a used request id req-89ab797d-f392-49f5-a3bb-4375023e041a 2018-10-22 18:47:55,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604e3b0f81c256e536dcc9fcd21063f5b41aae6a" -d '{"server": {"name": "sdnvpn-13-2", "imageRef": "a6388eda-cc4e-4f9a-b884-20156c88618b", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "74108563-ceb0-4243-9881-66120d7d803a", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "2526f6ab-d976-4f72-9af2-c5e1a9cac2e1"}], "config_drive": true}}' 2018-10-22 18:47:56,583 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:47: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-4218ae2e-1013-4e16-970f-e3312b34e060 x-compute-request-id: req-4218ae2e-1013-4e16-970f-e3312b34e060 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d64c0f37-454e-4b4d-8186-a84ab35723b5", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5", "rel": "bookmark"}], "adminPass": "mW3raWnTH6ZU"}} 2018-10-22 18:47:56,583 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-4218ae2e-1013-4e16-970f-e3312b34e060 2018-10-22 18:47:56,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:47:56,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-604a31a7-168e-417b-abd2-d6173a8be30c 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:47:56,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-604a31a7-168e-417b-abd2-d6173a8be30c 2018-10-22 18:47:56,592 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:47:56,971 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:47:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["qwAhzUejQ6ixhyvn1xCdow"], "issued_at": "2018-10-22T18:47:56.000000Z"}} 2018-10-22 18:47:56,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39fe8121600e54f6c6ffcd1ea05096cf749b71ed" 2018-10-22 18:47:57,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:47:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21628768-67db-4883-9be4-2451263e2869 x-compute-request-id: req-21628768-67db-4883-9be4-2451263e2869 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.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "d64c0f37-454e-4b4d-8186-a84ab35723b5", "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:47:57Z", "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-10-22T18:47:56Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:47:57,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5 used request id req-21628768-67db-4883-9be4-2451263e2869 2018-10-22 18:48:00,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39fe8121600e54f6c6ffcd1ea05096cf749b71ed" 2018-10-22 18:48:01,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:48:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b4eb524-49fd-4f46-98b5-e6d63755b108 x-compute-request-id: req-9b4eb524-49fd-4f46-98b5-e6d63755b108 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.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000176", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "d64c0f37-454e-4b4d-8186-a84ab35723b5", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:47:58Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2", "created": "2018-10-22T18:47:56Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:48:01,071 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5 used request id req-9b4eb524-49fd-4f46-98b5-e6d63755b108 2018-10-22 18:48:04,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39fe8121600e54f6c6ffcd1ea05096cf749b71ed" 2018-10-22 18:48:04,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:48: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-d2f4abf1-94cd-4ebb-af4a-afb6f0c23c7c x-compute-request-id: req-d2f4abf1-94cd-4ebb-af4a-afb6f0c23c7c Content-Encoding: gzip Content-Length: 779 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:13:b7:70", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000176", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "d64c0f37-454e-4b4d-8186-a84ab35723b5", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:47:58Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2", "created": "2018-10-22T18:47:56Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:48:04,716 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5 used request id req-d2f4abf1-94cd-4ebb-af4a-afb6f0c23c7c 2018-10-22 18:48:07,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39fe8121600e54f6c6ffcd1ea05096cf749b71ed" 2018-10-22 18:48:08,318 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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,Accept-Encoding x-openstack-request-id: req-a946574b-2e42-49af-b1b9-929a6083d5ef x-compute-request-id: req-a946574b-2e42-49af-b1b9-929a6083d5ef Content-Encoding: gzip Content-Length: 779 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:13:b7:70", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000176", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "d64c0f37-454e-4b4d-8186-a84ab35723b5", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:47:58Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2", "created": "2018-10-22T18:47:56Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:48:08,318 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5 used request id req-a946574b-2e42-49af-b1b9-929a6083d5ef 2018-10-22 18:48:11,325 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39fe8121600e54f6c6ffcd1ea05096cf749b71ed" 2018-10-22 18:48:12,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:48: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-832cd14e-9908-4bf7-9b70-b93e928bd9b7 x-compute-request-id: req-832cd14e-9908-4bf7-9b70-b93e928bd9b7 Content-Encoding: gzip Content-Length: 779 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:13:b7:70", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000176", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "d64c0f37-454e-4b4d-8186-a84ab35723b5", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:47:58Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2", "created": "2018-10-22T18:47:56Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:48:12,269 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5 used request id req-832cd14e-9908-4bf7-9b70-b93e928bd9b7 2018-10-22 18:48:15,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39fe8121600e54f6c6ffcd1ea05096cf749b71ed" 2018-10-22 18:48:16,009 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:48:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41f77e39-6bc8-4e1c-86d0-fe14bca5247d x-compute-request-id: req-41f77e39-6bc8-4e1c-86d0-fe14bca5247d Content-Encoding: gzip Content-Length: 786 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:13:b7:70", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000176", "OS-SRV-USG:launched_at": "2018-10-22T18:48:13.000000", "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "d64c0f37-454e-4b4d-8186-a84ab35723b5", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:48:14Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2", "created": "2018-10-22T18:47:56Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:48:16,010 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5 used request id req-41f77e39-6bc8-4e1c-86d0-fe14bca5247d 2018-10-22 18:48:16,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604e3b0f81c256e536dcc9fcd21063f5b41aae6a" 2018-10-22 18:48:16,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-ac584129-86c7-4ee0-bd75-2f40fbacff67 x-compute-request-id: req-ac584129-86c7-4ee0-bd75-2f40fbacff67 Content-Encoding: gzip Content-Length: 786 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:13:b7:70", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5", "rel": "bookmark"}], "image": {"id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "links": [{"href": "http://172.30.9.22:8774/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000176", "OS-SRV-USG:launched_at": "2018-10-22T18:48:13.000000", "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "d64c0f37-454e-4b4d-8186-a84ab35723b5", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:48:14Z", "hostId": "4a043b2b3878772549b671d2a476729a5fea0611145afb149069e973", "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-2", "created": "2018-10-22T18:47:56Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:48:16,762 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5 used request id req-ac584129-86c7-4ee0-bd75-2f40fbacff67 2018-10-22 18:48:16,763 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-2' booted successfully. IP='10.10.10.11'. 2018-10-22 18:48:16,763 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-2' to security group 'sdnvpn-sg'... 2018-10-22 18:48:16,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ec1659080a622681c036f7265b90cecc0c506d" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:48:18,382 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18: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 x-openstack-request-id: req-c211a509-4b50-47d4-a6e3-73a0fc4ff4a2 x-compute-request-id: req-c211a509-4b50-47d4-a6e3-73a0fc4ff4a2 Content-Length: 0 Content-Type: application/json 2018-10-22 18:48:18,382 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5/action used request id req-c211a509-4b50-47d4-a6e3-73a0fc4ff4a2 2018-10-22 18:48:18,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" 2018-10-22 18:48:18,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 18142 X-Openstack-Request-Id: req-b693c6dc-2b05-4e17-b41b-7700a1aa0e38 Date: Mon, 22 Oct 2018 18:48:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:01:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6f0b01fe-f639-471b-900a-522fe527792d","ip_address":"192.168.120.2"}],"id":"023121e2-485a-4242-89de-24fe5228e911","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:81:47:7b","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b05f24ec-49ab-48c0-928b-cd11e139f2b8","name":"","admin_state_up":true,"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:42:32Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1cfb9631-1f66-4a72-8fa7-a2f1291dc1ad","ip_address":"10.10.10.4"}],"id":"0294256c-bcc7-4488-882b-cd28e6777ebc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:27:24","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b27bbd14-459c-453e-a065-38190a4c2d40","name":"","admin_state_up":true,"network_id":"b27bbd14-459c-453e-a065-38190a4c2d40","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:42:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:42:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1cfb9631-1f66-4a72-8fa7-a2f1291dc1ad","ip_address":"10.10.10.2"}],"id":"0a8431a9-e068-45a2-bd7b-725ed8be21b4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:5c:69","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b27bbd14-459c-453e-a065-38190a4c2d40","name":"","admin_state_up":true,"network_id":"b27bbd14-459c-453e-a065-38190a4c2d40","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:42:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:24:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0","ip_address":"10.10.10.2"}],"id":"0e1dd95a-584a-45e1-88e2-383cee06ba5a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:c7:2c","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eb54a036-e842-44cf-9ddc-0504f1fece89","name":"","admin_state_up":true,"network_id":"eb54a036-e842-44cf-9ddc-0504f1fece89","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:24:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:48:18Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3f6e951-36f3-454f-97df-598c2a414174","ip_address":"10.10.10.11"}],"id":"11010a2c-1675-41cc-aadb-dab96fe18199","security_groups":["82fd1622-3826-4da5-909e-15968132dad8","e45ad3b8-27e5-46dd-bc18-7cc961f58935"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:13:b7:70","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"d64c0f37-454e-4b4d-8186-a84ab35723b5","name":"","admin_state_up":true,"network_id":"2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:47:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:45:49Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3f6e951-36f3-454f-97df-598c2a414174","ip_address":"10.10.10.1"}],"id":"3042b698-0058-45c3-935a-19f0a0d182d1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e1:47:21","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"441713fc-1213-4ff3-911e-d2c1a88cdded","name":"","admin_state_up":true,"network_id":"2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:45:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:45:51Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d0fc90-8c6a-4de4-b3d7-761cbba53606","ip_address":"172.30.9.205"}],"id":"47828213-b11a-4679-b94f-15d02fd22373","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8d:17:37","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"441713fc-1213-4ff3-911e-d2c1a88cdded","name":"","admin_state_up":true,"network_id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","tenant_id":"","created_at":"2018-10-22T18:45:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:01:17Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6f0b01fe-f639-471b-900a-522fe527792d","ip_address":"192.168.120.11"}],"id":"5455c572-069e-415f-8db1-89c9c9610ca0","security_groups":["482c5b57-2593-4806-b6b1-e014b4522eeb"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:17:5a:3e","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"DOWN","binding:host_id":"","description":"","tags":[],"trunk_details":{"trunk_id":"ccab81fe-ee46-4e7a-a61f-7c15e025da22","sub_ports":[]},"device_id":"","name":"","admin_state_up":true,"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:45:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3f6e951-36f3-454f-97df-598c2a414174","ip_address":"10.10.10.3"}],"id":"5ca4cf9c-daa1-4307-8e3d-63a551976c79","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:01:07","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","name":"","admin_state_up":true,"network_id":"2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:45:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:42:32Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1cfb9631-1f66-4a72-8fa7-a2f1291dc1ad","ip_address":"10.10.10.3"}],"id":"6fc40aeb-2b2a-48e1-bebd-853aa0f73eb5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:57:ee:c1","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b27bbd14-459c-453e-a065-38190a4c2d40","name":"","admin_state_up":true,"network_id":"b27bbd14-459c-453e-a065-38190a4c2d40","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:42:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:24:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0","ip_address":"10.10.10.4"}],"id":"7dab70c1-a7bb-4589-b990-e38d26b4f810","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:6a:ea","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eb54a036-e842-44cf-9ddc-0504f1fece89","name":"","admin_state_up":true,"network_id":"eb54a036-e842-44cf-9ddc-0504f1fece89","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:24:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:23:81:9b"}],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:47:54Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3f6e951-36f3-454f-97df-598c2a414174","ip_address":"10.10.10.6"}],"id":"86925d11-95d4-4846-8371-e04eade08287","security_groups":["82fd1622-3826-4da5-909e-15968132dad8","e45ad3b8-27e5-46dd-bc18-7cc961f58935"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:23:81:9b","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"273f0bcd-62cb-43e3-b6a9-53aacc69d1d4","name":"","admin_state_up":true,"network_id":"2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:45:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:30:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2","ip_address":"10.10.10.4"}],"id":"9374138b-6900-4b03-aa8e-0f750ca8c433","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:e0:f1","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","name":"","admin_state_up":true,"network_id":"98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:30:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:24:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0d8e8b2-3d88-43ff-b8f1-bc4e5e1628c0","ip_address":"10.10.10.3"}],"id":"9557e003-8b3d-4247-8344-d130b5be1dcb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:61:05","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eb54a036-e842-44cf-9ddc-0504f1fece89","name":"","admin_state_up":true,"network_id":"eb54a036-e842-44cf-9ddc-0504f1fece89","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:24:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:01:14Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6f0b01fe-f639-471b-900a-522fe527792d","ip_address":"192.168.120.6"}],"id":"979aa0f1-08a9-4385-af92-2b05498cd388","security_groups":["482c5b57-2593-4806-b6b1-e014b4522eeb"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9b:f8:98","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"DOWN","binding:host_id":"","description":"","tags":[],"trunk_details":{"trunk_id":"b8d375de-208e-451a-84de-fcec66fc0c07","sub_ports":[]},"device_id":"","name":"","admin_state_up":true,"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:45:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3f6e951-36f3-454f-97df-598c2a414174","ip_address":"10.10.10.4"}],"id":"9d46aeb8-1e27-4c84-9c7a-2ddb3ecab5d6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bc:f1:f7","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","name":"","admin_state_up":true,"network_id":"2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:45:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:30:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2","ip_address":"10.10.10.3"}],"id":"b2cbe945-d215-428c-8d8a-5ed07a2af858","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:f9:e8","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","name":"","admin_state_up":true,"network_id":"98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:30:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:01:03Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6f0b01fe-f639-471b-900a-522fe527792d","ip_address":"192.168.120.3"}],"id":"b601a7db-d3c3-4a1c-9206-e08834d74f48","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:7b:c5","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b05f24ec-49ab-48c0-928b-cd11e139f2b8","name":"","admin_state_up":true,"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:30:41Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"504a8dfd-ed6a-4c9c-9cb3-3d8bb5e9e8d2","ip_address":"10.10.10.2"}],"id":"c7805a6c-5f6e-4886-b4f4-2a22bbddd31f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5e:0c:e4","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","name":"","admin_state_up":true,"network_id":"98c359c9-5d5d-4ab8-9ac6-7c0cb9af6839","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:30:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:01:04Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6f0b01fe-f639-471b-900a-522fe527792d","ip_address":"192.168.120.4"}],"id":"f31478ec-4691-42ae-8d8e-d79022356d34","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:39:cf","project_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b05f24ec-49ab-48c0-928b-cd11e139f2b8","name":"","admin_state_up":true,"network_id":"b05f24ec-49ab-48c0-928b-cd11e139f2b8","tenant_id":"4c87e5006fdd4d8dabba6ad99e63d0b4","created_at":"2018-10-22T18:01:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:45:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3f6e951-36f3-454f-97df-598c2a414174","ip_address":"10.10.10.2"}],"id":"f76821e1-edf7-4df8-86dd-81dde0ebf846","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:f7:ff","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","name":"","admin_state_up":true,"network_id":"2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:45:48Z","binding:vnic_type":"normal"}]} 2018-10-22 18:48:18,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports used request id req-b693c6dc-2b05-4e17-b41b-7700a1aa0e38 2018-10-22 18:48:18,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/ports/11010a2c-1675-41cc-aadb-dab96fe18199 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:13:b7:70"}]}}' 2018-10-22 18:48:19,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 975 X-Openstack-Request-Id: req-7aa8c736-7bb5-4d5e-b469-44d408c10a95 Date: Mon, 22 Oct 2018 18:48:19 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:13:b7:70"}],"extra_dhcp_opts":[],"updated_at":"2018-10-22T18:48:19Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d3f6e951-36f3-454f-97df-598c2a414174","ip_address":"10.10.10.11"}],"id":"11010a2c-1675-41cc-aadb-dab96fe18199","security_groups":["82fd1622-3826-4da5-909e-15968132dad8","e45ad3b8-27e5-46dd-bc18-7cc961f58935"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:13:b7:70","project_id":"8ba7a6acf87944158b12f697f8414be6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"d64c0f37-454e-4b4d-8186-a84ab35723b5","name":"","admin_state_up":true,"network_id":"2526f6ab-d976-4f72-9af2-c5e1a9cac2e1","tenant_id":"8ba7a6acf87944158b12f697f8414be6","created_at":"2018-10-22T18:47:58Z","binding:vnic_type":"normal"}} 2018-10-22 18:48:19,403 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/ports/11010a2c-1675-41cc-aadb-dab96fe18199 used request id req-7aa8c736-7bb5-4d5e-b469-44d408c10a95 2018-10-22 18:48:19,404 - sdnvpn_test_utils - INFO - Waiting for instance 273f0bcd-62cb-43e3-b6a9-53aacc69d1d4 to boot up 2018-10-22 18:48:19,405 - sdnvpn_test_utils - INFO - Waiting for instance d64c0f37-454e-4b4d-8186-a84ab35723b5 to boot up 2018-10-22 18:48:19,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef46630f2cbd7cc2e70578b82ef735dfe3840dd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:48:19,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604e3b0f81c256e536dcc9fcd21063f5b41aae6a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:48:20,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-12a86600-d3e3-4793-b600-8d9c9087ef59 x-compute-request-id: req-12a86600-d3e3-4793-b600-8d9c9087ef59 Content-Encoding: gzip Content-Length: 13520 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 585700176 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.133963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135634] pid_max: default: 32768 minimum: 301\n[ 0.136530] ACPI: Core revision 20150930\n[ 0.137907] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139226] Security Framework initialized\n[ 0.140046] Yama: becoming mindful.\n[ 0.140776] AppArmor: AppArmor initialized\n[ 0.141663] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.143074] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144744] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145977] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147362] Initializing cgroup subsys io\n[ 0.148181] Initializing cgroup subsys memory\n[ 0.149057] Initializing cgroup subsys devices\n[ 0.149928] Initializing cgroup subsys freezer\n[ 0.150809] Initializing cgroup subsys net_cls\n[ 0.151684] Initializing cgroup subsys perf_event\n[ 0.152595] Initializing cgroup subsys net_prio\n[ 0.153490] Initializing cgroup subsys hugetlb\n[ 0.154364] Initializing cgroup subsys pids\n[ 0.155250] CPU: Physical Processor ID: 0\n[ 0.156760] mce: CPU supports 10 MCE banks\n[ 0.157625] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170587] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.177001] ftrace: allocating 32123 entries in 126 pages\n[ 0.203627] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204841] smpboot: Max logical packages: 1\n[ 0.205852] x2apic enabled\n[ 0.206670] Switched APIC routing to physical x2apic.\n[ 0.208415] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209542] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213369] KVM setup paravirtual spinlock\n[ 0.214662] x86: Booted up 1 node, 1 CPUs\n[ 0.215482] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216880] devtmpfs: initialized\n[ 0.219370] evm: security.selinux\n[ 0.220081] evm: security.SMACK64\n[ 0.220776] evm: security.SMACK64EXEC\n[ 0.221534] evm: security.SMACK64TRANSMUTE\n[ 0.222353] evm: security.SMACK64MMAP\n[ 0.223104] evm: security.ima\n[ 0.223742] evm: security.capability\n[ 0.224549] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226444] pinctrl core: initialized pinctrl subsystem\n[ 0.227552] RTC time: 18:47:47, date: 10/22/18\n[ 0.228495] NET: Registered protocol family 16\n[ 0.229475] cpuidle: using governor ladder\n[ 0.230301] cpuidle: using governor menu\n[ 0.231101] PCCT header not found.\n[ 0.231857] ACPI: bus type PCI registered\n[ 0.232667] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233921] PCI: Using configuration type 1 for base access\n[ 0.236094] ACPI: Added _OSI(Module Device)\n[ 0.236932] ACPI: Added _OSI(Processor Device)\n[ 0.237792] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238684] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240807] ACPI: Interpreter enabled\n[ 0.241572] ACPI: (supports S0 S5)\n[ 0.242275] ACPI: Using IOAPIC for interrupt routing\n[ 0.243220] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246312] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247443] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248669] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249853] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252176] acpiphp: Slot [3] registered\n[ 0.252975] acpiphp: Slot [4] registered\n[ 0.253776] acpiphp: Slot [5] registered\n[ 0.254579] acpiphp: Slot [6] registered\n[ 0.255379] acpiphp: Slot [7] registered\n[ 0.256168] acpiphp: Slot [8] registered\n[ 0.256956] acpiphp: Slot [9] registered\n[ 0.257747] acpiphp: Slot [10] registered\n[ 0.258556] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260175] acpiphp: Slot [13] registered\n[ 0.260979] acpiphp: Slot [14] registered\n[ 0.272008] acpiphp: Slot [15] registered\n[ 0.272818] acpiphp: Slot [16] registered\n[ 0.273624] acpiphp: Slot [17] registered\n[ 0.274431] acpiphp: Slot [18] registered\n[ 0.275239] acpiphp: Slot [19] registered\n[ 0.276049] acpiphp: Slot [20] registered\n[ 0.276850] acpiphp: Slot [21] registered\n[ 0.277660] acpiphp: Slot [22] registered\n[ 0.278469] acpiphp: Slot [23] registered\n[ 0.279275] acpiphp: Slot [24] registered\n[ 0.280085] acpiphp: Slot [25] registered\n[ 0.280888] acpiphp: Slot [26] registered\n[ 0.281691] acpiphp: Slot [27] registered\n[ 0.282497] acpiphp: Slot [28] registered\n[ 0.283303] acpiphp: Slot [29] registered\n[ 0.284116] acpiphp: Slot [30] registered\n[ 0.284917] acpiphp: Slot [31] registered\n[ 0.285720] PCI host bridge to bus 0000:00\n[ 0.286526] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287732] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288936] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290376] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.291821] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298053] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299315] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300479] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301738] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308080] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309506] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355430] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356921] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358333] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359748] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361133] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363727] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364775] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366311] vgaarb: loaded\n[ 0.366906] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368063] SCSI subsystem initialized\n[ 0.368871] ACPI: bus type USB registered\n[ 0.369686] usbcore: registered new interface driver usbfs\n[ 0.370710] usbcore: registered new interface driver hub\n[ 0.371713] usbcore: registered new device driver usb\n[ 0.372761] PCI: Using ACPI for IRQ routing\n[ 0.373787] NetLabel: Initializing\n[ 0.374502] NetLabel: domain hash size = 128\n[ 0.375349] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376301] NetLabel: unlabeled traffic allowed by default\n[ 0.377394] amd_nb: Cannot enumerate AMD northbridges\n[ 0.378362] clocksource: Switched to clocksource kvm-clock\n[ 0.383913] AppArmor: AppArmor Filesystem Enabled\n[ 0.384898] pnp: PnP ACPI init\n[ 0.385808] pnp: PnP ACPI: found 5 devices\n[ 0.391872] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393583] NET: Registered protocol family 2\n[ 0.394542] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.395821] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.397009] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.398188] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.399279] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.400464] NET: Registered protocol family 1\n[ 0.401328] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403507] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431853] Trying to unpack rootfs image as initramfs...\n[ 1.720991] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.736905] Scanning for low memory corruption every 60 seconds\n[ 1.738648] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.740257] audit: initializing netlink subsys (disabled)\n[ 1.741661] audit: type=2000 audit(1540234070.117:1): initialized\n[ 1.743437] Initialise system trusted keyring\n[ 1.744700] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.746300] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.748666] zbud: loaded\n[ 1.749567] VFS: Disk quotas dquot_6.6.0\n[ 1.750651] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.752481] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.754077] fuse init (API version 7.23)\n[ 1.755251] Key type big_key registered\n[ 1.756324] Allocating IMA MOK and blacklist keyrings.\n[ 1.757786] Key type asymmetric registered\n[ 1.758909] Asymmetric key parser 'x509' registered\n[ 1.760214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.762199] io scheduler noop registered\n[ 1.763278] io scheduler deadline registered (default)\n[ 1.764632] io scheduler cfq registered\n[ 1.765745] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.767198] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.768920] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.770895] ACPI: Power Button [PWRF]\n[ 1.771995] GHES: HEST is not enabled!\n[ 1.786180] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.815330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.818176] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.842417] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.845162] Linux agpgart interface v0.103\n[ 1.847544] brd: module loaded\n[ 1.849076] loop: module loaded\n[ 1.850896] vda: vda1\n[ 1.852386] scsi host0: ata_piix\n[ 1.853364] scsi host1: ata_piix\n[ 1.854311] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.856013] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.857950] libphy: Fixed MDIO Bus: probed\n[ 1.859258] tun: Universal TUN/TAP device driver, 1.6\n[ 1.860584] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.863028] PPP generic driver version 2.4.2\n[ 1.864266] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.865929] ehci-pci: EHCI PCI platform driver\n[ 1.867143] ehci-platform: EHCI generic platform driver\n[ 1.868506] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.870094] ohci-pci: OHCI PCI platform driver\n[ 1.871316] ohci-platform: OHCI generic platform driver\n[ 1.872680] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.887656] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.889050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.891023] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.892424] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.893994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.895709] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.897635] usb usb1: Product: UHCI Host Controller\n[ 1.898917] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.900512] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.901797] hub 1-0:1.0: USB hub found\n[ 1.902718] hub 1-0:1.0: 2 ports detected\n[ 1.903651] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.905805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.906793] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.907845] mousedev: PS/2 mouse device common for all mice\n[ 1.909126] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.910995] rtc_cmos 00:00: RTC can wake from S4\n[ 1.912115] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.913322] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.914549] i2c /dev entries driver\n[ 1.915316] device-mapper: uevent: version 1.0.3\n[ 1.916260] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.917912] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.919213] NET: Registered protocol family 10\n[ 1.920245] NET: Registered protocol family 17\n[ 1.921159] Key type dns_resolver registered\n[ 1.922105] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.923232] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.925002] registered taskstats version 1\n[ 1.925855] Loading compiled-in X.509 certificates\n[ 1.927308] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.929183] zswap: loaded using pool lzo/zbud\n[ 1.930998] Key type trusted registered\n[ 1.933274] Key type encrypted registered\n[ 1.934107] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.935162] ima: No TPM chip found, activating TPM-bypass!\n[ 1.936221] evm: HMAC attrs: 0x1\n[ 1.937163] Magic number: 6:823:797\n[ 1.938014] rtc_cmos 00:00: setting system clock to 2018-10-22 18:47:49 UTC (1540234069)\n[ 1.939665] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.940799] EDD information not available.\n[ 2.010901] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.012364] ata1.00: configured for MWDMA2\n[ 2.013567] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.015931] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.017177] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.028709] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.030609] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.032173] Write protecting the kernel read-only data: 14336k\n[ 2.033738] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.035497] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.044225] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046031] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048063] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.049946] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.051815] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053668] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.055588] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.057414] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.059761] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.061595] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.088832] virtio_net virtio0 ens3: renamed from eth0\n[ 2.098241] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.100168] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.126650] AVX2 version of gcm_enc/dec engaged.\n[ 2.127596] AES CTR mode by8 optimization enabled\n[ 2.130740] FDC 0 is a S82078B\n[ 2.214407] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.379474] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.380778] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.382525] usb 1-1: Product: QEMU USB Tablet\n[ 2.383382] usb 1-1: Manufacturer: QEMU\n[ 2.384158] usb 1-1: SerialNumber: 42\n[ 2.392429] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.399077] usbcore: registered new interface driver usbhid\n[ 2.400186] usbhid: USB HID core driver\n[ 2.401898] 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.404182] 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.734435] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 2.735718] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.362630] md: linear personality registered for level -1\n[ 3.365229] md: multipath personality registered for level -4\n[ 3.367875] md: raid0 personality registered for level 0\n[ 3.370821] md: raid1 personality registered for level 1\n[ 3.442369] raid6: sse2x1 gen() 11613 MB/s\n[ 3.510374] raid6: sse2x1 xor() 9077 MB/s\n[ 3.578366] raid6: sse2x2 gen() 14849 MB/s\n[ 3.646364] raid6: sse2x2 xor() 9958 MB/s\n[ 3.714366] raid6: sse2x4 gen() 16811 MB/s\n[ 3.782367] raid6: sse2x4 xor() 11770 MB/s\n[ 3.850364] raid6: avx2x1 gen() 22285 MB/s\n[ 3.918365] raid6: avx2x2 gen() 26309 MB/s\n[ 3.986366] raid6: avx2x4 gen() 30434 MB/s\n[ 3.987244] raid6: using algorithm avx2x4 gen() 30434 MB/s\n[ 3.988254] raid6: using avx2x2 recovery algorithm\n[ 3.990201] xor: automatically using best checksumming function:\n[ 4.030364] avx : 35659.000 MB/sec\n[ 4.032173] async_tx: api initialized (async)\n[ 4.039647] md: raid6 personality registered for level 6\n[ 4.040704] md: raid5 personality registered for level 5\n[ 4.041693] md: raid4 personality registered for level 4\n[ 4.045851] 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.069533] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.096726] 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.208813] 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.212038] systemd[1]: Detected virtualization kvm.\n[ 4.212992] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.217194] systemd[1]: Set hostname to .\n[ 4.221011] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.222128] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.345188] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.347261] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.349618] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.351799] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.353855] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.356187] 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.359474] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.361412] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.363233] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.365367] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.367635] 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.371105] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.374104] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.378588] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.381448] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.390480] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.392819] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.399375] 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.407066] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.409687] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.413461] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.418913] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.422622] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.426274] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.429535] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.432755] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.435932] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.438349] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.441686] 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.446479] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.449452] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.451861] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.461824] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.464728] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[ 4.466540] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.[ 4.471464] Loading iSCSI transport class v2.0-870.\n\n[ 4.473423] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.475779] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.478089] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.[ 4.483284] iscsi: registered transport (tcp)\n\n[ 4.486078] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.514804] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\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 LSB: AppArmor initialization...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started 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[ 5.864060] cloud-init[456]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 22 Oct 2018 18:47:52 +0000. Up 5.16 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.254838] cloud-init[1014]: Cloud-init v. 0.7.9 running 'init' at Mon, 22 Oct 2018 18:47:54 +0000. Up 7.02 seconds.\n[ 8.257475] cloud-init[1014]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.264138] cloud-init[1014]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.266003] cloud-init[1014]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.268094] cloud-init[1014]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.272096] cloud-init[1014]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.276103] cloud-init[1014]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.280096] cloud-init[1014]: ci-info: | ens3 | True | 10.10.10.6 | 255.255.255.0 | . | fa:16:3e:23:81:9b |\n[ 8.284097] cloud-init[1014]: ci-info: | ens3 | True | fe80::f816:3eff:fe23:819b/64 | . | link | fa:16:3e:23:81:9b |\n[ 8.288097] cloud-init[1014]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.292102] cloud-init[1014]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.293779] cloud-init[1014]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.300098] cloud-init[1014]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.301804] cloud-init[1014]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.303441] cloud-init[1014]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.309137] cloud-init[1014]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.310914] cloud-init[1014]: ci-info: | 2 | 169.254.169.254 | 10.10.10.3 | 255.255.255.255 | ens3 | UGH |[[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[[0;32m OK [0m] \n[ 8.316221] cloud-init[1014]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.317698] cloud-init[1014]: Generating public/private rsa key pair.\n[ 8.318664] cloud-init[1014]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.319854] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\ncloud-init[1014]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n\n[ 8.325401] cloud-init[1014]: The key fingerprint is:\n[ 8.326493] cloud-init[1014]: SHA256:lhT+nZTTDyQEwgCe8GU40L7A40x75FHdkgkPtXgZ7zs root@sdnvpn-13-1[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt activities.\n Starting Socket activation for snappy daemon.\n\n[ 8.332201] cloud-init[1014]: The key's randomart image is:\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 8.334448] cloud-init[1014]: +---[RSA 2048]----+\n[ 8.335456] cloud-init[1014]: [[0;32m OK [0m] Reached target Timers.\n[[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| oo.o**=+.oo . |\n[ 8.340525] cloud-init[1014]: | +++.=*B. = |\n[ 8.341311] cloud-init[1014]: | . .+o. B.. + o |\n[ 8.342099] cloud-init[1014]: | = + o + o o o |\n[ 8.342871] cloud-init[1014]: | + * o S o o .|\n[ 8.343632] cloud-init[1014]: ] Listening on LXD - unix socket.\n| + + . . |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.348517] cloud-init[1014]: | . E |\n[ 8.353384] cloud-init[1014]: | . |\n[ 8.358531] cloud-init[1014]: | |[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting Apply the settings specified in cloud-config...\n[ 8.365380] cloud-init[1014]: +----[SHA256]-----+\n[ 8.367264] cloud-init[1014]: Generating public/private dsa key pair.\n[ 8.369935] cloud-init\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting /etc/rc.local Compatibility...\n Starting Login Service...\n[1014]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Starting Accounts Service...\n Starting System Logging Service...\n\n[ 8.394506] Starting Pollinate to seed the pseudo random number generator...\n Starting LXD - container startup/shutdown...\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[1014]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.434098] cloud-init[1014]: The key fingerprint is:\n[ 8.443276] cloud-init[1014]: SHA256:gqBmfUblHOjaCvMbe+4GzdOvprasdMOeX9OUYNYilUo root@sdnvpn-13-1[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n\n[[0;32m OK [0m] Started System Logging Service.\n[ 8.483927] cloud-init[1014]: The key's randomart image is:\n[ 8.504420] cloud-init[1014]: +---[DSA 1024]----+[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.524959] cloud-init[1014]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n| .o .. |\n[ 8.536699] cloud-init[1014]: | .+Eo.. |\n[[0;32m OK [0m] Started Login Service.\n[ 8.554081] cloud-init[1014]: Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n| . ...+.= . |\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n [ 8.579454] cloud-initStarting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n[1014]: | ....o .+ o . | Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n Starting LSB: daemon to balance interrupts for SMP systems...\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 LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Accounts Service.\n\n[ 8.634819] cloud-init[1014]: |.o .*oo S o |\n[ 8.645174] cloud-init[1014]: |oo o+= o o |\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.[ 8.688223] cloud-init[1014]: | +oo+. .o . |\n\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 8.692434] cloud-init[1014]: | .o*+o.... |\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[ 8.700578] cloud-init[1014]: | +OO=o. |\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.725107] cloud-init[1014]: +----[SHA256]-----+\n[ 8.730023] cloud-init[1014]: Generating public/private ecdsa key pair.\n[ 8.737877] cloud-init[1014]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.746449] cloud-init[1014]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.756273] cloud-init[1014]: The key fingerprint is:\n[ 8.757593] cloud-init[1014]: SHA256:rL+mZaMwprN1J/8Jdh6CV7BbmByqbd722vcxiVl4w+Y root@sdnvpn-13-1\n[ 8.761294] cloud-init[1014]: The key's randomart image is:\n[ 8.765432] cloud-init[1014]: +---[ECDSA 256]---+\n[ 8.769327] cloud-init[1014]: | |\n[ 8.772145] cloud-init[1014]: | |\n[ 8.774816] cloud-init[1014]: | o |\n[ 8.777775] cloud-init[1014]: | + * o |\n[ 8.780930] cloud-init[1014]: | . S o . * |\n[ 8.783915] cloud-init[1014]: | o o + B o |\n[ 8.786801] cloud-init[1014]: | * B @ o o E |\n[ 8.790045] cloud-init[1014]: | .+ * %oB o. o |\n[ 8.793508] cloud-init[1014]: | oo ++*=*. .. |\n[ 8.796109] cloud-init[1014]: +----[SHA256]-----+\n[ 8.799157] cloud-init[1014]: Generating public/private ed25519 key pair.\n[ 8.805404] cloud-init[1014]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.810616] cloud-init[1014]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.816279] cloud-init[1014]: The key fingerprint is:\n[ 8.817618] cloud-init[1014]: SHA256:OM3ifxVFEpp77D+dLBGjEvtUTLWFZ5ThwPIVxw5DLwM root@sdnvpn-13-1\n[ 8.820257] cloud-init[1014]: The key's randomart image is:\n[ 8.824078] cloud-init[1014]: +--[ED25519 256]--+\n[ 8.827728] cloud-init[1014]: | E=+BB|\n[ 8.829029] cloud-init[1014]: | + =B+B|\n[ 8.832107] cloud-init[1014]: | o =.+O.|\n[ 8.833373] cloud-init[1014]: | + . o.* o.|\n[ 8.835494] cloud-init[1014]: | + S + =.o |\n[ 8.840724] cloud-init[1014]: | . o o =.. |\n[ 8.842029] cloud-init[1014]: | . +.. o..|\n[ 8.843384] cloud-init[1014]: | . .. o.o.|\n[ 8.848898] cloud-init[1014]: | .. o. |\n[ 8.850332] cloud-init[1014]: +----[SHA256]-----+\n[ 9.049067] cloud-init[1108]: Generating locales (this might take a while)...\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[ 9.631037] cloud-init[1108]: en_US.UTF-8... done\n[ 9.637708] cloud-init[1108]: Generation complete.\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 10.229329] cloud-init[1108]: Cloud-init v. 0.7.9 running 'modules:config' at Mon, 22 Oct 2018 18:47:56 +0000. Up 8.98 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.523657] cloud-init[1380]: + sudo useradd -m sdnvpn\n\nUbuntu 16.04.2 LTS sdnvpn-13-1 ttyS0\n\nsdnvpn-13-1 login: [ 15.597579] cloud-init[1380]: sudo: unable to resolve host sdnvpn-13-1\n[ 17.250079] cloud-init[1380]: + sudo adduser sdnvpn sudo\n[ 17.302873] cloud-init[1380]: sudo: unable to resolve host sdnvpn-13-1\n[ 17.337607] cloud-init[1380]: Adding user `sdnvpn' to group `sudo' ...\n[ 17.340840] cloud-init[1380]: Adding user sdnvpn to group sudo\n[ 17.940042] cloud-init[1380]: Done.\n[ 17.942285] cloud-init[1380]: + chpasswd\n[ 17.943402] cloud-init[1380]: + sudo echo sdnvpn:opnfv\n[ 18.045309] cloud-init[1380]: sudo: unable to resolve host sdnvpn-13-1\n[ 18.077197] cloud-init[1380]: + sleep 20\n"} 2018-10-22 18:48:20,554 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4/action used request id req-12a86600-d3e3-4793-b600-8d9c9087ef59 2018-10-22 18:48:20,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-e121198f-656a-4ea1-9328-2d605c8c4a2d x-compute-request-id: req-e121198f-656a-4ea1-9328-2d605c8c4a2d Content-Encoding: gzip Content-Length: 10480 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 617050163 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.139403] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141035] pid_max: default: 32768 minimum: 301\n[ 0.141918] ACPI: Core revision 20150930\n[ 0.143281] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144564] Security Framework initialized\n[ 0.145372] Yama: becoming mindful.\n[ 0.146091] AppArmor: AppArmor initialized\n[ 0.146966] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.148340] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149977] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.151180] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152539] Initializing cgroup subsys io\n[ 0.153343] Initializing cgroup subsys memory\n[ 0.154189] Initializing cgroup subsys devices\n[ 0.155050] Initializing cgroup subsys freezer\n[ 0.155907] Initializing cgroup subsys net_cls\n[ 0.156761] Initializing cgroup subsys perf_event\n[ 0.157650] Initializing cgroup subsys net_prio\n[ 0.158522] Initializing cgroup subsys hugetlb\n[ 0.159380] Initializing cgroup subsys pids\n[ 0.160240] CPU: Physical Processor ID: 0\n[ 0.161726] mce: CPU supports 10 MCE banks\n[ 0.162566] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174304] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.180707] ftrace: allocating 32123 entries in 126 pages\n[ 0.207843] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209051] smpboot: Max logical packages: 1\n[ 0.210032] x2apic enabled\n[ 0.210839] Switched APIC routing to physical x2apic.\n[ 0.212560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213660] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215629] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217407] KVM setup paravirtual spinlock\n[ 0.218748] x86: Booted up 1 node, 1 CPUs\n[ 0.219555] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220931] devtmpfs: initialized\n[ 0.223393] evm: security.selinux\n[ 0.224082] evm: security.SMACK64\n[ 0.224770] evm: security.SMACK64EXEC\n[ 0.225504] evm: security.SMACK64TRANSMUTE\n[ 0.226306] evm: security.SMACK64MMAP\n[ 0.227042] evm: security.ima\n[ 0.227671] evm: security.capability\n[ 0.228465] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230278] pinctrl core: initialized pinctrl subsystem\n[ 0.231367] RTC time: 18:48:13, date: 10/22/18\n[ 0.232286] NET: Registered protocol family 16\n[ 0.233243] cpuidle: using governor ladder\n[ 0.234047] cpuidle: using governor menu\n[ 0.234815] PCCT header not found.\n[ 0.235563] ACPI: bus type PCI registered\n[ 0.236349] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237570] PCI: Using configuration type 1 for base access\n[ 0.239710] ACPI: Added _OSI(Module Device)\n[ 0.240535] ACPI: Added _OSI(Processor Device)\n[ 0.241376] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244385] ACPI: Interpreter enabled\n[ 0.245133] ACPI: (supports S0 S5)\n[ 0.245827] ACPI: Using IOAPIC for interrupt routing\n[ 0.246755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249817] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250909] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255509] acpiphp: Slot [3] registered\n[ 0.256279] acpiphp: Slot [4] registered\n[ 0.257050] acpiphp: Slot [5] registered\n[ 0.257832] acpiphp: Slot [6] registered\n[ 0.258602] acpiphp: Slot [7] registered\n[ 0.259369] acpiphp: Slot [8] registered\n[ 0.260133] acpiphp: Slot [9] registered\n[ 0.260907] acpiphp: Slot [10] registered\n[ 0.261690] acpiphp: Slot [11] registered\n[ 0.262475] acpiphp: Slot [12] registered\n[ 0.263257] acpiphp: Slot [13] registered\n[ 0.264044] acpiphp: Slot [14] registered\n[ 0.274974] acpiphp: Slot [15] registered\n[ 0.275783] acpiphp: Slot [16] registered\n[ 0.276568] acpiphp: Slot [17] registered\n[ 0.277348] acpiphp: Slot [18] registered\n[ 0.278133] acpiphp: Slot [19] registered\n[ 0.278919] acpiphp: Slot [20] registered\n[ 0.279708] acpiphp: Slot [21] registered\n[ 0.280491] acpiphp: Slot [22] registered\n[ 0.281271] acpiphp: Slot [23] registered\n[ 0.282054] acpiphp: Slot [24] registered\n[ 0.282836] acpiphp: Slot [25] registered\n[ 0.283618] acpiphp: Slot [26] registered\n[ 0.284404] acpiphp: Slot [27] registered\n[ 0.285183] acpiphp: Slot [28] registered\n[ 0.285968] acpiphp: Slot [29] registered\n[ 0.286756] acpiphp: Slot [30] registered\n[ 0.287553] acpiphp: Slot [31] registered\n[ 0.288338] PCI host bridge to bus 0000:00\n[ 0.289138] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290324] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291509] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292925] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.294343] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303124] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304366] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310812] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312213] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360402] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361832] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363222] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364587] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365818] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367118] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368147] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369668] vgaarb: loaded\n[ 0.370256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371382] SCSI subsystem initialized\n[ 0.372177] ACPI: bus type USB registered\n[ 0.372979] usbcore: registered new interface driver usbfs\n[ 0.373989] usbcore: registered new interface driver hub\n[ 0.374969] usbcore: registered new device driver usb\n[ 0.375988] PCI: Using ACPI for IRQ routing\n[ 0.376997] NetLabel: Initializing\n[ 0.377697] NetLabel: domain hash size = 128\n[ 0.378532] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379465] NetLabel: unlabeled traffic allowed by default\n[ 0.380528] amd_nb: Cannot enumerate AMD northbridges\n[ 0.381475] clocksource: Switched to clocksource kvm-clock\n[ 0.386880] AppArmor: AppArmor Filesystem Enabled\n[ 0.387829] pnp: PnP ACPI init\n[ 0.388723] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396418] NET: Registered protocol family 2\n[ 0.397346] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.398600] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.399770] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.400918] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.401985] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403141] NET: Registered protocol family 1\n[ 0.403989] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405056] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406120] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420156] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434464] Trying to unpack rootfs image as initramfs...\n[ 1.749981] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.765562] Scanning for low memory corruption every 60 seconds\n[ 1.766887] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.768009] audit: initializing netlink subsys (disabled)\n[ 1.769011] audit: type=2000 audit(1540234095.609:1): initialized\n[ 1.770302] Initialise system trusted keyring\n[ 1.771211] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.772349] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.774312] zbud: loaded\n[ 1.775007] VFS: Disk quotas dquot_6.6.0\n[ 1.775811] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.777180] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.778388] fuse init (API version 7.23)\n[ 1.779242] Key type big_key registered\n[ 1.780018] Allocating IMA MOK and blacklist keyrings.\n[ 1.781101] Key type asymmetric registered\n[ 1.781918] Asymmetric key parser 'x509' registered\n[ 1.782856] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.784284] io scheduler noop registered\n[ 1.785060] io scheduler deadline registered (default)\n[ 1.786037] io scheduler cfq registered\n[ 1.786862] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.787883] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.789116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.790554] ACPI: Power Button [PWRF]\n[ 1.791392] GHES: HEST is not enabled!\n[ 1.805238] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.834600] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.836914] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.860934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.863005] Linux agpgart interface v0.103\n[ 1.864981] brd: module loaded\n[ 1.866221] loop: module loaded\n[ 1.867721] vda: vda1\n[ 1.869027] scsi host0: ata_piix\n[ 1.869775] scsi host1: ata_piix\n[ 1.870479] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.871673] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.873093] libphy: Fixed MDIO Bus: probed\n[ 1.873913] tun: Universal TUN/TAP device driver, 1.6\n[ 1.874860] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.876961] PPP generic driver version 2.4.2\n[ 1.877859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.879107] ehci-pci: EHCI PCI platform driver\n[ 1.879968] ehci-platform: EHCI generic platform driver\n[ 1.880944] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.882075] ohci-pci: OHCI PCI platform driver\n[ 1.882947] ohci-platform: OHCI generic platform driver\n[ 1.883930] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.898409] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.899399] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.900838] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.901866] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.902981] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.904202] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.905627] usb usb1: Product: UHCI Host Controller\n[ 1.906556] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.907688] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.908696] hub 1-0:1.0: USB hub found\n[ 1.909472] hub 1-0:1.0: 2 ports detected\n[ 1.910385] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.912497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.913448] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.914480] mousedev: PS/2 mouse device common for all mice\n[ 1.915725] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.917572] rtc_cmos 00:00: RTC can wake from S4\n[ 1.918671] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.919862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.921042] i2c /dev entries driver\n[ 1.921811] device-mapper: uevent: version 1.0.3\n[ 1.922750] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.924370] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.925650] NET: Registered protocol family 10\n[ 1.926665] NET: Registered protocol family 17\n[ 1.927563] Key type dns_resolver registered\n[ 1.928497] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.929604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.931335] registered taskstats version 1\n[ 1.932168] Loading compiled-in X.509 certificates\n[ 1.933599] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.935437] zswap: loaded using pool lzo/zbud\n[ 1.937209] Key type trusted registered\n[ 1.939439] Key type encrypted registered\n[ 1.940255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.941274] ima: No TPM chip found, activating TPM-bypass!\n[ 1.942316] evm: HMAC attrs: 0x1\n[ 1.943244] Magic number: 6:376:848\n[ 1.944000] index0: hash matches\n[ 1.944771] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:15 UTC (1540234095)\n[ 1.946388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.947495] EDD information not available.\n[ 2.026025] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.027471] ata1.00: configured for MWDMA2\n[ 2.028649] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.030937] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.042788] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.044065] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.045923] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.047463] Write protecting the kernel read-only data: 14336k\n[ 2.049003] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.050724] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.059308] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.061082] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063081] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064945] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.066745] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.068528] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.070388] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.072127] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.074402] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.076152] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.103811] virtio_net virtio0 ens3: renamed from eth0\n[ 2.118045] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.119831] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.137147] AVX2 version of gcm_enc/dec engaged.\n[ 2.138109] AES CTR mode by8 optimization enabled\n[ 2.145819] FDC 0 is a S82078B\n[ 2.221489] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.385323] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.386567] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.387810] usb 1-1: Product: QEMU USB Tablet\n[ 2.388648] usb 1-1: Manufacturer: QEMU\n[ 2.389405] usb 1-1: SerialNumber: 42\n[ 2.397173] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.404731] usbcore: registered new interface driver usbhid\n[ 2.405801] usbhid: USB HID core driver\n[ 2.407633] 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.409850] 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.765513] tsc: Refined TSC clocksource calibration: 3491.909 MHz\n[ 2.766687] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\nBegin: Loading essential drivers ... [ 3.380655] md: linear personality registered for level -1\n[ 3.383510] md: multipath personality registered for level -4\n[ 3.386422] md: raid0 personality registered for level 0\n[ 3.389593] md: raid1 personality registered for level 1\n[ 3.461479] raid6: sse2x1 gen() 11231 MB/s\n[ 3.529480] raid6: sse2x1 xor() 8838 MB/s\n[ 3.597481] raid6: sse2x2 gen() 14520 MB/s\n[ 3.665478] raid6: sse2x2 xor() 9736 MB/s\n[ 3.733481] raid6: sse2x4 gen() 16598 MB/s\n[ 3.801479] raid6: sse2x4 xor() 11503 MB/s\n[ 3.869479] raid6: avx2x1 gen() 22041 MB/s\n[ 3.937477] raid6: avx2x2 gen() 25755 MB/s\n[ 4.005478] raid6: avx2x4 gen() 29446 MB/s\n[ 4.006335] raid6: using algorithm avx2x4 gen() 29446 MB/s\n[ 4.007370] raid6: using avx2x2 recovery algorithm\n[ 4.009597] xor: automatically using best checksumming function:\n[ 4.049477] avx : 34894.000 MB/sec\n[ 4.051494] async_tx: api initialized (async)\n[ 4.060348] md: raid6 personality registered for level 6\n[ 4.061398] md: raid5 personality registered for level 5\n[ 4.062407] md: raid4 personality registered for level 4\n[ 4.066803] 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.091095] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.121396] 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.217320] 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.220588] systemd[1]: Detected virtualization kvm.\n[ 4.221559] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.225538] systemd[1]: Set hostname to .\n[ 4.229816] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.231033] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.355756] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.358126] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.360498] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.362590] 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.365320] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.367411] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.369542] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.371823] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.374274] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.376312] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.378538] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.380607] 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.385217] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.389258] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.394950] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.406217] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.408293] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.414668] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.422105] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.425239] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.429890] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.433817] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.436594] 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.440326] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.442687] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.446129] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.448656] 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.454609] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[ 4.456052] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.460132] systemd[1]: Starting Journal Service...\n[ 4.463023] Loading iSCSI transport class v2.0-870.\n Starting Journal Service...\n[ 4.465516] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.472031] iscsi: registered transport (tcp)\n[ 4.474003] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.476250] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.480495] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.486297] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.493066] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.495443] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.499882] 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.505719] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.508725] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.522983] 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 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[[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 Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\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 LSB: AppArmor initialization...\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[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\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 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] Found device /dev/ttyS0.\n"} 2018-10-22 18:48:20,587 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5/action used request id req-e121198f-656a-4ea1-9328-2d605c8c4a2d 2018-10-22 18:48:22,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604e3b0f81c256e536dcc9fcd21063f5b41aae6a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:48:23,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:48:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9102ff9-6992-4057-b9c9-1702c2ec152b x-compute-request-id: req-d9102ff9-6992-4057-b9c9-1702c2ec152b Content-Encoding: gzip Content-Length: 12186 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 617050163 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.139403] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141035] pid_max: default: 32768 minimum: 301\n[ 0.141918] ACPI: Core revision 20150930\n[ 0.143281] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144564] Security Framework initialized\n[ 0.145372] Yama: becoming mindful.\n[ 0.146091] AppArmor: AppArmor initialized\n[ 0.146966] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.148340] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149977] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.151180] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152539] Initializing cgroup subsys io\n[ 0.153343] Initializing cgroup subsys memory\n[ 0.154189] Initializing cgroup subsys devices\n[ 0.155050] Initializing cgroup subsys freezer\n[ 0.155907] Initializing cgroup subsys net_cls\n[ 0.156761] Initializing cgroup subsys perf_event\n[ 0.157650] Initializing cgroup subsys net_prio\n[ 0.158522] Initializing cgroup subsys hugetlb\n[ 0.159380] Initializing cgroup subsys pids\n[ 0.160240] CPU: Physical Processor ID: 0\n[ 0.161726] mce: CPU supports 10 MCE banks\n[ 0.162566] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174304] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.180707] ftrace: allocating 32123 entries in 126 pages\n[ 0.207843] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209051] smpboot: Max logical packages: 1\n[ 0.210032] x2apic enabled\n[ 0.210839] Switched APIC routing to physical x2apic.\n[ 0.212560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213660] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215629] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217407] KVM setup paravirtual spinlock\n[ 0.218748] x86: Booted up 1 node, 1 CPUs\n[ 0.219555] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220931] devtmpfs: initialized\n[ 0.223393] evm: security.selinux\n[ 0.224082] evm: security.SMACK64\n[ 0.224770] evm: security.SMACK64EXEC\n[ 0.225504] evm: security.SMACK64TRANSMUTE\n[ 0.226306] evm: security.SMACK64MMAP\n[ 0.227042] evm: security.ima\n[ 0.227671] evm: security.capability\n[ 0.228465] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230278] pinctrl core: initialized pinctrl subsystem\n[ 0.231367] RTC time: 18:48:13, date: 10/22/18\n[ 0.232286] NET: Registered protocol family 16\n[ 0.233243] cpuidle: using governor ladder\n[ 0.234047] cpuidle: using governor menu\n[ 0.234815] PCCT header not found.\n[ 0.235563] ACPI: bus type PCI registered\n[ 0.236349] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237570] PCI: Using configuration type 1 for base access\n[ 0.239710] ACPI: Added _OSI(Module Device)\n[ 0.240535] ACPI: Added _OSI(Processor Device)\n[ 0.241376] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244385] ACPI: Interpreter enabled\n[ 0.245133] ACPI: (supports S0 S5)\n[ 0.245827] ACPI: Using IOAPIC for interrupt routing\n[ 0.246755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249817] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250909] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255509] acpiphp: Slot [3] registered\n[ 0.256279] acpiphp: Slot [4] registered\n[ 0.257050] acpiphp: Slot [5] registered\n[ 0.257832] acpiphp: Slot [6] registered\n[ 0.258602] acpiphp: Slot [7] registered\n[ 0.259369] acpiphp: Slot [8] registered\n[ 0.260133] acpiphp: Slot [9] registered\n[ 0.260907] acpiphp: Slot [10] registered\n[ 0.261690] acpiphp: Slot [11] registered\n[ 0.262475] acpiphp: Slot [12] registered\n[ 0.263257] acpiphp: Slot [13] registered\n[ 0.264044] acpiphp: Slot [14] registered\n[ 0.274974] acpiphp: Slot [15] registered\n[ 0.275783] acpiphp: Slot [16] registered\n[ 0.276568] acpiphp: Slot [17] registered\n[ 0.277348] acpiphp: Slot [18] registered\n[ 0.278133] acpiphp: Slot [19] registered\n[ 0.278919] acpiphp: Slot [20] registered\n[ 0.279708] acpiphp: Slot [21] registered\n[ 0.280491] acpiphp: Slot [22] registered\n[ 0.281271] acpiphp: Slot [23] registered\n[ 0.282054] acpiphp: Slot [24] registered\n[ 0.282836] acpiphp: Slot [25] registered\n[ 0.283618] acpiphp: Slot [26] registered\n[ 0.284404] acpiphp: Slot [27] registered\n[ 0.285183] acpiphp: Slot [28] registered\n[ 0.285968] acpiphp: Slot [29] registered\n[ 0.286756] acpiphp: Slot [30] registered\n[ 0.287553] acpiphp: Slot [31] registered\n[ 0.288338] PCI host bridge to bus 0000:00\n[ 0.289138] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290324] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291509] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292925] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.294343] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303124] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304366] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310812] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312213] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360402] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361832] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363222] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364587] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365818] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367118] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368147] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369668] vgaarb: loaded\n[ 0.370256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371382] SCSI subsystem initialized\n[ 0.372177] ACPI: bus type USB registered\n[ 0.372979] usbcore: registered new interface driver usbfs\n[ 0.373989] usbcore: registered new interface driver hub\n[ 0.374969] usbcore: registered new device driver usb\n[ 0.375988] PCI: Using ACPI for IRQ routing\n[ 0.376997] NetLabel: Initializing\n[ 0.377697] NetLabel: domain hash size = 128\n[ 0.378532] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379465] NetLabel: unlabeled traffic allowed by default\n[ 0.380528] amd_nb: Cannot enumerate AMD northbridges\n[ 0.381475] clocksource: Switched to clocksource kvm-clock\n[ 0.386880] AppArmor: AppArmor Filesystem Enabled\n[ 0.387829] pnp: PnP ACPI init\n[ 0.388723] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396418] NET: Registered protocol family 2\n[ 0.397346] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.398600] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.399770] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.400918] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.401985] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403141] NET: Registered protocol family 1\n[ 0.403989] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405056] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406120] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420156] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434464] Trying to unpack rootfs image as initramfs...\n[ 1.749981] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.765562] Scanning for low memory corruption every 60 seconds\n[ 1.766887] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.768009] audit: initializing netlink subsys (disabled)\n[ 1.769011] audit: type=2000 audit(1540234095.609:1): initialized\n[ 1.770302] Initialise system trusted keyring\n[ 1.771211] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.772349] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.774312] zbud: loaded\n[ 1.775007] VFS: Disk quotas dquot_6.6.0\n[ 1.775811] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.777180] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.778388] fuse init (API version 7.23)\n[ 1.779242] Key type big_key registered\n[ 1.780018] Allocating IMA MOK and blacklist keyrings.\n[ 1.781101] Key type asymmetric registered\n[ 1.781918] Asymmetric key parser 'x509' registered\n[ 1.782856] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.784284] io scheduler noop registered\n[ 1.785060] io scheduler deadline registered (default)\n[ 1.786037] io scheduler cfq registered\n[ 1.786862] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.787883] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.789116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.790554] ACPI: Power Button [PWRF]\n[ 1.791392] GHES: HEST is not enabled!\n[ 1.805238] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.834600] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.836914] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.860934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.863005] Linux agpgart interface v0.103\n[ 1.864981] brd: module loaded\n[ 1.866221] loop: module loaded\n[ 1.867721] vda: vda1\n[ 1.869027] scsi host0: ata_piix\n[ 1.869775] scsi host1: ata_piix\n[ 1.870479] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.871673] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.873093] libphy: Fixed MDIO Bus: probed\n[ 1.873913] tun: Universal TUN/TAP device driver, 1.6\n[ 1.874860] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.876961] PPP generic driver version 2.4.2\n[ 1.877859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.879107] ehci-pci: EHCI PCI platform driver\n[ 1.879968] ehci-platform: EHCI generic platform driver\n[ 1.880944] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.882075] ohci-pci: OHCI PCI platform driver\n[ 1.882947] ohci-platform: OHCI generic platform driver\n[ 1.883930] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.898409] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.899399] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.900838] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.901866] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.902981] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.904202] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.905627] usb usb1: Product: UHCI Host Controller\n[ 1.906556] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.907688] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.908696] hub 1-0:1.0: USB hub found\n[ 1.909472] hub 1-0:1.0: 2 ports detected\n[ 1.910385] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.912497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.913448] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.914480] mousedev: PS/2 mouse device common for all mice\n[ 1.915725] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.917572] rtc_cmos 00:00: RTC can wake from S4\n[ 1.918671] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.919862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.921042] i2c /dev entries driver\n[ 1.921811] device-mapper: uevent: version 1.0.3\n[ 1.922750] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.924370] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.925650] NET: Registered protocol family 10\n[ 1.926665] NET: Registered protocol family 17\n[ 1.927563] Key type dns_resolver registered\n[ 1.928497] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.929604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.931335] registered taskstats version 1\n[ 1.932168] Loading compiled-in X.509 certificates\n[ 1.933599] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.935437] zswap: loaded using pool lzo/zbud\n[ 1.937209] Key type trusted registered\n[ 1.939439] Key type encrypted registered\n[ 1.940255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.941274] ima: No TPM chip found, activating TPM-bypass!\n[ 1.942316] evm: HMAC attrs: 0x1\n[ 1.943244] Magic number: 6:376:848\n[ 1.944000] index0: hash matches\n[ 1.944771] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:15 UTC (1540234095)\n[ 1.946388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.947495] EDD information not available.\n[ 2.026025] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.027471] ata1.00: configured for MWDMA2\n[ 2.028649] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.030937] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.042788] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.044065] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.045923] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.047463] Write protecting the kernel read-only data: 14336k\n[ 2.049003] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.050724] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.059308] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.061082] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063081] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064945] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.066745] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.068528] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.070388] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.072127] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.074402] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.076152] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.103811] virtio_net virtio0 ens3: renamed from eth0\n[ 2.118045] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.119831] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.137147] AVX2 version of gcm_enc/dec engaged.\n[ 2.138109] AES CTR mode by8 optimization enabled\n[ 2.145819] FDC 0 is a S82078B\n[ 2.221489] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.385323] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.386567] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.387810] usb 1-1: Product: QEMU USB Tablet\n[ 2.388648] usb 1-1: Manufacturer: QEMU\n[ 2.389405] usb 1-1: SerialNumber: 42\n[ 2.397173] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.404731] usbcore: registered new interface driver usbhid\n[ 2.405801] usbhid: USB HID core driver\n[ 2.407633] 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.409850] 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.765513] tsc: Refined TSC clocksource calibration: 3491.909 MHz\n[ 2.766687] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\nBegin: Loading essential drivers ... [ 3.380655] md: linear personality registered for level -1\n[ 3.383510] md: multipath personality registered for level -4\n[ 3.386422] md: raid0 personality registered for level 0\n[ 3.389593] md: raid1 personality registered for level 1\n[ 3.461479] raid6: sse2x1 gen() 11231 MB/s\n[ 3.529480] raid6: sse2x1 xor() 8838 MB/s\n[ 3.597481] raid6: sse2x2 gen() 14520 MB/s\n[ 3.665478] raid6: sse2x2 xor() 9736 MB/s\n[ 3.733481] raid6: sse2x4 gen() 16598 MB/s\n[ 3.801479] raid6: sse2x4 xor() 11503 MB/s\n[ 3.869479] raid6: avx2x1 gen() 22041 MB/s\n[ 3.937477] raid6: avx2x2 gen() 25755 MB/s\n[ 4.005478] raid6: avx2x4 gen() 29446 MB/s\n[ 4.006335] raid6: using algorithm avx2x4 gen() 29446 MB/s\n[ 4.007370] raid6: using avx2x2 recovery algorithm\n[ 4.009597] xor: automatically using best checksumming function:\n[ 4.049477] avx : 34894.000 MB/sec\n[ 4.051494] async_tx: api initialized (async)\n[ 4.060348] md: raid6 personality registered for level 6\n[ 4.061398] md: raid5 personality registered for level 5\n[ 4.062407] md: raid4 personality registered for level 4\n[ 4.066803] 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.091095] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.121396] 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.217320] 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.220588] systemd[1]: Detected virtualization kvm.\n[ 4.221559] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.225538] systemd[1]: Set hostname to .\n[ 4.229816] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.231033] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.355756] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.358126] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.360498] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.362590] 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.365320] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.367411] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.369542] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.371823] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.374274] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.376312] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.378538] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.380607] 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.385217] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.389258] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.394950] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.406217] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.408293] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.414668] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.422105] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.425239] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.429890] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.433817] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.436594] 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.440326] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.442687] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.446129] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.448656] 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.454609] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[ 4.456052] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.460132] systemd[1]: Starting Journal Service...\n[ 4.463023] Loading iSCSI transport class v2.0-870.\n Starting Journal Service...\n[ 4.465516] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.472031] iscsi: registered transport (tcp)\n[ 4.474003] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.476250] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.480495] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.486297] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.493066] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.495443] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.499882] 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.505719] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.508725] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.522983] 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 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[[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 Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\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 LSB: AppArmor initialization...\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[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\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 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] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.132726] cloud-init[458]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 22 Oct 2018 18:48:19 +0000. Up 5.44 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.569179] cloud-init[1026]: Cloud-init v. 0.7.9 running 'init' at Mon, 22 Oct 2018 18:48:20 +0000. Up 7.20 seconds.\n[ 8.571372] cloud-init[1026]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.576110] cloud-init[1026]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.580097] cloud-init[1026]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.584128] cloud-init[1026]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.592112] cloud-init[1026]: ci-info: | ens3 | True | 10.10.10.11 | 255.255.255.0 | . | fa:16:3e:13:b7:70 |\n[ 8.594372] cloud-init[1026]: ci-info: | ens3 | True | fe80::f816:3eff:fe13:b770/64 | . | link | fa:16:3e:13:b7:70 |\n[ 8.600299] cloud-init[1026]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.602187] cloud-init[1026]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.608319] cloud-init[1026]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.610627] cloud-init[1026]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.616272] cloud-init[1026]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.617973] cloud-init[1026]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.620101] cloud-init[1026]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.624159] cloud-init[1026]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\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 Daily Cleanup of Temporary Directories.\n[ 8.629748] cloud-init[1026]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.[ 8.632956] cloud-init[1026]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.634354] cloud-init[1026]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.635774] cloud-init\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[1026]: Generating public/private rsa key pair.\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n Starting Socket activation for snappy daemon.\n[ 8.641539] cloud-init[1026]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.643049] cloud-init[1026]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt activities.[ 8.644629] cloud-init[1026]: The key fingerprint is:\n[ 8.649187] cloud-init[1026]: SHA256:ZS28lcRuZ6ToINM0igyHN03Q8/cQO2UKVt5c9M6Xs7c root@sdnvpn-13-2\n[ 8.650500] cloud-init[1026]: The key's randomart image is:\n[ 8.651435] cloud-init[1026]: +---[RSA 2048]----+\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n\n[ 8.656247] cloud-init[1026]: | ..=. .....o |\n[ 8.657296] cloud-init[1026]: | o + + =o.=+o.. |\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.659344] cloud-init[1026]: | = o B o*O*o .|[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n[ 8.663322] cloud-init[1026]: | o + +oB++ oo.|\n[ 8.664406] cloud-init[1026]: | oS+.= o o+|\n[ 8.665734] cloud-init[1026]: | . . +|[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m\n[ 8.668482] cloud-init[1026]: | ..|] Reached target Basic System.\n Starting System Logging Service...\n\n[[0;32m OK [0m] Started ACPI event daemon.\n[ 8.674018] cloud-init[1026]: | o|\n[ 8.675551] cloud-init[1026]: | E |[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LSB: Record successful boot for GRUB...\n\n[ 8.680406] cloud-init[1026]: +----[SHA256]-----+\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 8.683986] cloud-init[1026]: Generating public/private dsa key pair.\n[ 8.701777] cloud-init[1026]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.705768] cloud-init[1026]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.709551] cloud-init[1026]: The key fingerprint is:\n[ 8.712593] cloud-init[1026]: SHA256:TXb8u3qVU7K0bsiMqVb965ena76IQHZHwXPyQXZnmdI root@sdnvpn-13-2\n[ 8.716076] cloud-init[1026]: The key's randomart image is:\n[ 8.718439] cloud-init[1026]: +---[DSA 1024]----+\n Starting /etc/rc.local Compatibility...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 8.726628] cloud-init[1026]: | ...+ *|[[0;32m OK [0m] Started Snappy daemon.\n\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Login Service...\n Starting LSB: MD monitoring daemon...\n Starting Auto import assertions from block devices...\n Starting Accounts Service...[ 8.735119] cloud-init[1026]: \n| .++oE.| Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[ 8.789649] cloud-init[1026]: "} 2018-10-22 18:48:23,695 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5/action used request id req-d9102ff9-6992-4057-b9c9-1702c2ec152b 2018-10-22 18:48:25,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604e3b0f81c256e536dcc9fcd21063f5b41aae6a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:48:26,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:48: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-23bdbb6f-18d0-4689-9df1-2c588ad0f9e1 x-compute-request-id: req-23bdbb6f-18d0-4689-9df1-2c588ad0f9e1 Content-Encoding: gzip Content-Length: 13549 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 617050163 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.139403] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141035] pid_max: default: 32768 minimum: 301\n[ 0.141918] ACPI: Core revision 20150930\n[ 0.143281] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144564] Security Framework initialized\n[ 0.145372] Yama: becoming mindful.\n[ 0.146091] AppArmor: AppArmor initialized\n[ 0.146966] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.148340] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149977] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.151180] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152539] Initializing cgroup subsys io\n[ 0.153343] Initializing cgroup subsys memory\n[ 0.154189] Initializing cgroup subsys devices\n[ 0.155050] Initializing cgroup subsys freezer\n[ 0.155907] Initializing cgroup subsys net_cls\n[ 0.156761] Initializing cgroup subsys perf_event\n[ 0.157650] Initializing cgroup subsys net_prio\n[ 0.158522] Initializing cgroup subsys hugetlb\n[ 0.159380] Initializing cgroup subsys pids\n[ 0.160240] CPU: Physical Processor ID: 0\n[ 0.161726] mce: CPU supports 10 MCE banks\n[ 0.162566] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174304] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.180707] ftrace: allocating 32123 entries in 126 pages\n[ 0.207843] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209051] smpboot: Max logical packages: 1\n[ 0.210032] x2apic enabled\n[ 0.210839] Switched APIC routing to physical x2apic.\n[ 0.212560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213660] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215629] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217407] KVM setup paravirtual spinlock\n[ 0.218748] x86: Booted up 1 node, 1 CPUs\n[ 0.219555] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220931] devtmpfs: initialized\n[ 0.223393] evm: security.selinux\n[ 0.224082] evm: security.SMACK64\n[ 0.224770] evm: security.SMACK64EXEC\n[ 0.225504] evm: security.SMACK64TRANSMUTE\n[ 0.226306] evm: security.SMACK64MMAP\n[ 0.227042] evm: security.ima\n[ 0.227671] evm: security.capability\n[ 0.228465] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230278] pinctrl core: initialized pinctrl subsystem\n[ 0.231367] RTC time: 18:48:13, date: 10/22/18\n[ 0.232286] NET: Registered protocol family 16\n[ 0.233243] cpuidle: using governor ladder\n[ 0.234047] cpuidle: using governor menu\n[ 0.234815] PCCT header not found.\n[ 0.235563] ACPI: bus type PCI registered\n[ 0.236349] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237570] PCI: Using configuration type 1 for base access\n[ 0.239710] ACPI: Added _OSI(Module Device)\n[ 0.240535] ACPI: Added _OSI(Processor Device)\n[ 0.241376] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244385] ACPI: Interpreter enabled\n[ 0.245133] ACPI: (supports S0 S5)\n[ 0.245827] ACPI: Using IOAPIC for interrupt routing\n[ 0.246755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249817] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250909] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255509] acpiphp: Slot [3] registered\n[ 0.256279] acpiphp: Slot [4] registered\n[ 0.257050] acpiphp: Slot [5] registered\n[ 0.257832] acpiphp: Slot [6] registered\n[ 0.258602] acpiphp: Slot [7] registered\n[ 0.259369] acpiphp: Slot [8] registered\n[ 0.260133] acpiphp: Slot [9] registered\n[ 0.260907] acpiphp: Slot [10] registered\n[ 0.261690] acpiphp: Slot [11] registered\n[ 0.262475] acpiphp: Slot [12] registered\n[ 0.263257] acpiphp: Slot [13] registered\n[ 0.264044] acpiphp: Slot [14] registered\n[ 0.274974] acpiphp: Slot [15] registered\n[ 0.275783] acpiphp: Slot [16] registered\n[ 0.276568] acpiphp: Slot [17] registered\n[ 0.277348] acpiphp: Slot [18] registered\n[ 0.278133] acpiphp: Slot [19] registered\n[ 0.278919] acpiphp: Slot [20] registered\n[ 0.279708] acpiphp: Slot [21] registered\n[ 0.280491] acpiphp: Slot [22] registered\n[ 0.281271] acpiphp: Slot [23] registered\n[ 0.282054] acpiphp: Slot [24] registered\n[ 0.282836] acpiphp: Slot [25] registered\n[ 0.283618] acpiphp: Slot [26] registered\n[ 0.284404] acpiphp: Slot [27] registered\n[ 0.285183] acpiphp: Slot [28] registered\n[ 0.285968] acpiphp: Slot [29] registered\n[ 0.286756] acpiphp: Slot [30] registered\n[ 0.287553] acpiphp: Slot [31] registered\n[ 0.288338] PCI host bridge to bus 0000:00\n[ 0.289138] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290324] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291509] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292925] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.294343] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303124] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304366] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310812] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312213] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360402] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361832] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363222] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364587] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365818] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367118] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368147] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369668] vgaarb: loaded\n[ 0.370256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371382] SCSI subsystem initialized\n[ 0.372177] ACPI: bus type USB registered\n[ 0.372979] usbcore: registered new interface driver usbfs\n[ 0.373989] usbcore: registered new interface driver hub\n[ 0.374969] usbcore: registered new device driver usb\n[ 0.375988] PCI: Using ACPI for IRQ routing\n[ 0.376997] NetLabel: Initializing\n[ 0.377697] NetLabel: domain hash size = 128\n[ 0.378532] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379465] NetLabel: unlabeled traffic allowed by default\n[ 0.380528] amd_nb: Cannot enumerate AMD northbridges\n[ 0.381475] clocksource: Switched to clocksource kvm-clock\n[ 0.386880] AppArmor: AppArmor Filesystem Enabled\n[ 0.387829] pnp: PnP ACPI init\n[ 0.388723] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396418] NET: Registered protocol family 2\n[ 0.397346] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.398600] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.399770] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.400918] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.401985] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403141] NET: Registered protocol family 1\n[ 0.403989] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405056] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406120] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420156] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434464] Trying to unpack rootfs image as initramfs...\n[ 1.749981] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.765562] Scanning for low memory corruption every 60 seconds\n[ 1.766887] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.768009] audit: initializing netlink subsys (disabled)\n[ 1.769011] audit: type=2000 audit(1540234095.609:1): initialized\n[ 1.770302] Initialise system trusted keyring\n[ 1.771211] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.772349] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.774312] zbud: loaded\n[ 1.775007] VFS: Disk quotas dquot_6.6.0\n[ 1.775811] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.777180] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.778388] fuse init (API version 7.23)\n[ 1.779242] Key type big_key registered\n[ 1.780018] Allocating IMA MOK and blacklist keyrings.\n[ 1.781101] Key type asymmetric registered\n[ 1.781918] Asymmetric key parser 'x509' registered\n[ 1.782856] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.784284] io scheduler noop registered\n[ 1.785060] io scheduler deadline registered (default)\n[ 1.786037] io scheduler cfq registered\n[ 1.786862] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.787883] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.789116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.790554] ACPI: Power Button [PWRF]\n[ 1.791392] GHES: HEST is not enabled!\n[ 1.805238] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.834600] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.836914] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.860934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.863005] Linux agpgart interface v0.103\n[ 1.864981] brd: module loaded\n[ 1.866221] loop: module loaded\n[ 1.867721] vda: vda1\n[ 1.869027] scsi host0: ata_piix\n[ 1.869775] scsi host1: ata_piix\n[ 1.870479] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.871673] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.873093] libphy: Fixed MDIO Bus: probed\n[ 1.873913] tun: Universal TUN/TAP device driver, 1.6\n[ 1.874860] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.876961] PPP generic driver version 2.4.2\n[ 1.877859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.879107] ehci-pci: EHCI PCI platform driver\n[ 1.879968] ehci-platform: EHCI generic platform driver\n[ 1.880944] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.882075] ohci-pci: OHCI PCI platform driver\n[ 1.882947] ohci-platform: OHCI generic platform driver\n[ 1.883930] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.898409] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.899399] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.900838] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.901866] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.902981] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.904202] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.905627] usb usb1: Product: UHCI Host Controller\n[ 1.906556] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.907688] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.908696] hub 1-0:1.0: USB hub found\n[ 1.909472] hub 1-0:1.0: 2 ports detected\n[ 1.910385] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.912497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.913448] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.914480] mousedev: PS/2 mouse device common for all mice\n[ 1.915725] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.917572] rtc_cmos 00:00: RTC can wake from S4\n[ 1.918671] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.919862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.921042] i2c /dev entries driver\n[ 1.921811] device-mapper: uevent: version 1.0.3\n[ 1.922750] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.924370] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.925650] NET: Registered protocol family 10\n[ 1.926665] NET: Registered protocol family 17\n[ 1.927563] Key type dns_resolver registered\n[ 1.928497] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.929604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.931335] registered taskstats version 1\n[ 1.932168] Loading compiled-in X.509 certificates\n[ 1.933599] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.935437] zswap: loaded using pool lzo/zbud\n[ 1.937209] Key type trusted registered\n[ 1.939439] Key type encrypted registered\n[ 1.940255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.941274] ima: No TPM chip found, activating TPM-bypass!\n[ 1.942316] evm: HMAC attrs: 0x1\n[ 1.943244] Magic number: 6:376:848\n[ 1.944000] index0: hash matches\n[ 1.944771] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:15 UTC (1540234095)\n[ 1.946388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.947495] EDD information not available.\n[ 2.026025] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.027471] ata1.00: configured for MWDMA2\n[ 2.028649] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.030937] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.042788] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.044065] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.045923] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.047463] Write protecting the kernel read-only data: 14336k\n[ 2.049003] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.050724] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.059308] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.061082] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063081] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064945] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.066745] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.068528] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.070388] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.072127] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.074402] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.076152] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.103811] virtio_net virtio0 ens3: renamed from eth0\n[ 2.118045] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.119831] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.137147] AVX2 version of gcm_enc/dec engaged.\n[ 2.138109] AES CTR mode by8 optimization enabled\n[ 2.145819] FDC 0 is a S82078B\n[ 2.221489] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.385323] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.386567] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.387810] usb 1-1: Product: QEMU USB Tablet\n[ 2.388648] usb 1-1: Manufacturer: QEMU\n[ 2.389405] usb 1-1: SerialNumber: 42\n[ 2.397173] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.404731] usbcore: registered new interface driver usbhid\n[ 2.405801] usbhid: USB HID core driver\n[ 2.407633] 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.409850] 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.765513] tsc: Refined TSC clocksource calibration: 3491.909 MHz\n[ 2.766687] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\nBegin: Loading essential drivers ... [ 3.380655] md: linear personality registered for level -1\n[ 3.383510] md: multipath personality registered for level -4\n[ 3.386422] md: raid0 personality registered for level 0\n[ 3.389593] md: raid1 personality registered for level 1\n[ 3.461479] raid6: sse2x1 gen() 11231 MB/s\n[ 3.529480] raid6: sse2x1 xor() 8838 MB/s\n[ 3.597481] raid6: sse2x2 gen() 14520 MB/s\n[ 3.665478] raid6: sse2x2 xor() 9736 MB/s\n[ 3.733481] raid6: sse2x4 gen() 16598 MB/s\n[ 3.801479] raid6: sse2x4 xor() 11503 MB/s\n[ 3.869479] raid6: avx2x1 gen() 22041 MB/s\n[ 3.937477] raid6: avx2x2 gen() 25755 MB/s\n[ 4.005478] raid6: avx2x4 gen() 29446 MB/s\n[ 4.006335] raid6: using algorithm avx2x4 gen() 29446 MB/s\n[ 4.007370] raid6: using avx2x2 recovery algorithm\n[ 4.009597] xor: automatically using best checksumming function:\n[ 4.049477] avx : 34894.000 MB/sec\n[ 4.051494] async_tx: api initialized (async)\n[ 4.060348] md: raid6 personality registered for level 6\n[ 4.061398] md: raid5 personality registered for level 5\n[ 4.062407] md: raid4 personality registered for level 4\n[ 4.066803] 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.091095] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.121396] 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.217320] 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.220588] systemd[1]: Detected virtualization kvm.\n[ 4.221559] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.225538] systemd[1]: Set hostname to .\n[ 4.229816] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.231033] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.355756] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.358126] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.360498] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.362590] 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.365320] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.367411] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.369542] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.371823] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.374274] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.376312] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.378538] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.380607] 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.385217] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.389258] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.394950] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.406217] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.408293] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.414668] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.422105] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.425239] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.429890] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.433817] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.436594] 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.440326] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.442687] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.446129] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.448656] 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.454609] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[ 4.456052] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.460132] systemd[1]: Starting Journal Service...\n[ 4.463023] Loading iSCSI transport class v2.0-870.\n Starting Journal Service...\n[ 4.465516] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.472031] iscsi: registered transport (tcp)\n[ 4.474003] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.476250] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.480495] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.486297] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.493066] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.495443] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.499882] 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.505719] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.508725] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.522983] 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 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[[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 Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\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 LSB: AppArmor initialization...\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[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\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 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] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.132726] cloud-init[458]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 22 Oct 2018 18:48:19 +0000. Up 5.44 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.569179] cloud-init[1026]: Cloud-init v. 0.7.9 running 'init' at Mon, 22 Oct 2018 18:48:20 +0000. Up 7.20 seconds.\n[ 8.571372] cloud-init[1026]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.576110] cloud-init[1026]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.580097] cloud-init[1026]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.584128] cloud-init[1026]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.592112] cloud-init[1026]: ci-info: | ens3 | True | 10.10.10.11 | 255.255.255.0 | . | fa:16:3e:13:b7:70 |\n[ 8.594372] cloud-init[1026]: ci-info: | ens3 | True | fe80::f816:3eff:fe13:b770/64 | . | link | fa:16:3e:13:b7:70 |\n[ 8.600299] cloud-init[1026]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.602187] cloud-init[1026]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.608319] cloud-init[1026]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.610627] cloud-init[1026]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.616272] cloud-init[1026]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.617973] cloud-init[1026]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.620101] cloud-init[1026]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.624159] cloud-init[1026]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\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 Daily Cleanup of Temporary Directories.\n[ 8.629748] cloud-init[1026]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.[ 8.632956] cloud-init[1026]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.634354] cloud-init[1026]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.635774] cloud-init\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[1026]: Generating public/private rsa key pair.\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n Starting Socket activation for snappy daemon.\n[ 8.641539] cloud-init[1026]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.643049] cloud-init[1026]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt activities.[ 8.644629] cloud-init[1026]: The key fingerprint is:\n[ 8.649187] cloud-init[1026]: SHA256:ZS28lcRuZ6ToINM0igyHN03Q8/cQO2UKVt5c9M6Xs7c root@sdnvpn-13-2\n[ 8.650500] cloud-init[1026]: The key's randomart image is:\n[ 8.651435] cloud-init[1026]: +---[RSA 2048]----+\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n\n[ 8.656247] cloud-init[1026]: | ..=. .....o |\n[ 8.657296] cloud-init[1026]: | o + + =o.=+o.. |\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.659344] cloud-init[1026]: | = o B o*O*o .|[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n[ 8.663322] cloud-init[1026]: | o + +oB++ oo.|\n[ 8.664406] cloud-init[1026]: | oS+.= o o+|\n[ 8.665734] cloud-init[1026]: | . . +|[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m\n[ 8.668482] cloud-init[1026]: | ..|] Reached target Basic System.\n Starting System Logging Service...\n\n[[0;32m OK [0m] Started ACPI event daemon.\n[ 8.674018] cloud-init[1026]: | o|\n[ 8.675551] cloud-init[1026]: | E |[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LSB: Record successful boot for GRUB...\n\n[ 8.680406] cloud-init[1026]: +----[SHA256]-----+\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 8.683986] cloud-init[1026]: Generating public/private dsa key pair.\n[ 8.701777] cloud-init[1026]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.705768] cloud-init[1026]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.709551] cloud-init[1026]: The key fingerprint is:\n[ 8.712593] cloud-init[1026]: SHA256:TXb8u3qVU7K0bsiMqVb965ena76IQHZHwXPyQXZnmdI root@sdnvpn-13-2\n[ 8.716076] cloud-init[1026]: The key's randomart image is:\n[ 8.718439] cloud-init[1026]: +---[DSA 1024]----+\n Starting /etc/rc.local Compatibility...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 8.726628] cloud-init[1026]: | ...+ *|[[0;32m OK [0m] Started Snappy daemon.\n\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Login Service...\n Starting LSB: MD monitoring daemon...\n Starting Auto import assertions from block devices...\n Starting Accounts Service...[ 8.735119] cloud-init[1026]: \n| .++oE.| Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[ 8.789649] cloud-init[1026]: | o +=.. |\n[ 8.820226] cloud-init[1026]: | + o .+ .|[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.838315] cloud-init[1026]: | S o....+o|[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 8.851803] cloud-init[1026]: | o .... o+.|\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...[ 8.868506] cloud-init\n Starting Login to default iSCSI targets...\n[1026]: | .. = +..o|[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.894548] [[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 Permit User Sessions...\n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Accounts Service.\ncloud-init[1026]: | ..o.+.*oo|\n[ 8.957147] cloud-init[1026]: | .... oBO*.|\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n 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[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 8.982621] [[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\ncloud-init[1026]: +----[SHA256]-----+\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 9.006003] cloud-init[1026]: Generating public/private ecdsa key pair.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[ 9.024048] [[0;32m OK [0m] Started Set console scheme.\ncloud-init[1026]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 9.036503] cloud-init[1026]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 9.045309] cloud-init[1026]: The key fingerprint is:\n[ 9.048083] cloud-init[1026]: SHA256:f36SF5Ci7qHVfbSvW23BWpUCEt2Ed0YM0l/iaBW4+oM root@sdnvpn-13-2\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 9.057461] cloud-init[1026]: The key's randomart image is:\n[ 9.060107] cloud-init[1026]: +---[ECDSA 256]---+\n[ 9.064094] cloud-init[1026]: | ooo=+=o |\n[ 9.068081] cloud-init[1026]: | .o++o+o|\n[ 9.069143] cloud-init[1026]: | .B+oo|\n[ 9.076087] cloud-init[1026]: | . * +..|\n[ 9.080045] cloud-init[1026]: | S. + ..+ |\n[ 9.081117] cloud-init[1026]: | .o.. .+.o|\n[ 9.082182] cloud-init[1026]: | .o ooooo.+|\n[ 9.086865] cloud-init[1026]: | o..Eo=.o+ |\n[ 9.092080] cloud-init[1026]: | ... .=oo.|\n[ 9.093186] cloud-init[1026]: +----[SHA256]-----+\n[ 9.095997] cloud-init[1026]: Generating public/private ed25519 key pair.\n[ 9.098337] cloud-init[1026]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.104154] cloud-init[1026]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.105956] cloud-init[1026]: The key fingerprint is:\n[ 9.107594] cloud-init[1026]: SHA256:a9t4DtvdL1JsJ8AOUGOKs1l1Xh3lo2V2TwUVEWOVxsM root@sdnvpn-13-2\n[ 9.111522] cloud-init[1026]: The key's randomart image is:\n[ 9.114061] cloud-init[1026]: +--[ED25519 256]--+\n[ 9.116067] cloud-init[1026]: | .= . =@&|\n[ 9.118541] cloud-init[1026]: | ..+ + ..E+|\n[ 9.121128] cloud-init[1026]: | o o. .. .==|\n[ 9.123908] cloud-init[1026]: | = . o =.+|\n[ 9.126163] cloud-init[1026]: | o S o + .|\n[ 9.128639] cloud-init[1026]: | . . = .|\n[ 9.130774] cloud-init[1026]: | + o o |\n[ 9.133954] cloud-init[1026]: | . B..... |\n[ 9.138539] cloud-init[1026]: | +o+ ...o.|\n[ 9.141703] cloud-init[1026]: +----[SHA256]-----+\n[ 9.352533] cloud-init[1125]: Generating locales (this might take a while)...\n[ 9.974685] cloud-init[1125]: en_US.UTF-8... done\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n[ 9.979515] Starting OpenBSD Secure Shell server...\ncloud-init[1125]: Generation complete.\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 10.394895] cloud-init[1125]: Cloud-init v. 0.7.9 running 'modules:config' at Mon, 22 Oct 2018 18:48:23 +0000. Up 9.29 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.698907] cloud-init[1395]: + sudo useradd -m sdnvpn\n[ 10.761637] cloud-init[1395]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.050857] cloud-init[1395]: + sudo adduser sdnvpn sudo\n[ 11.096716] cloud-init[1395]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.131986] cloud-init[1395]: Adding user `sdnvpn' to group `sudo' ...\n[ 11.136252] cloud-init[1395]: Adding user sdnvpn to group sudo\n[ 11.461348] cloud-init[1395]: Done.\n[ 11.463061] cloud-init[1395]: + chpasswd\n[ 11.464302] cloud-init[1395]: + sudo echo sdnvpn:opnfv\n[ 11.520223] cloud-init[1395]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.553785] cloud-init[1395]: + sleep 20\n"} 2018-10-22 18:48:26,796 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5/action used request id req-23bdbb6f-18d0-4689-9df1-2c588ad0f9e1 2018-10-22 18:48:28,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604e3b0f81c256e536dcc9fcd21063f5b41aae6a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:48:29,905 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-c898c47d-10bf-41ea-9e63-9c0d46efd04a x-compute-request-id: req-c898c47d-10bf-41ea-9e63-9c0d46efd04a Content-Encoding: gzip Content-Length: 13549 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 617050163 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.139403] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141035] pid_max: default: 32768 minimum: 301\n[ 0.141918] ACPI: Core revision 20150930\n[ 0.143281] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144564] Security Framework initialized\n[ 0.145372] Yama: becoming mindful.\n[ 0.146091] AppArmor: AppArmor initialized\n[ 0.146966] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.148340] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149977] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.151180] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152539] Initializing cgroup subsys io\n[ 0.153343] Initializing cgroup subsys memory\n[ 0.154189] Initializing cgroup subsys devices\n[ 0.155050] Initializing cgroup subsys freezer\n[ 0.155907] Initializing cgroup subsys net_cls\n[ 0.156761] Initializing cgroup subsys perf_event\n[ 0.157650] Initializing cgroup subsys net_prio\n[ 0.158522] Initializing cgroup subsys hugetlb\n[ 0.159380] Initializing cgroup subsys pids\n[ 0.160240] CPU: Physical Processor ID: 0\n[ 0.161726] mce: CPU supports 10 MCE banks\n[ 0.162566] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174304] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.180707] ftrace: allocating 32123 entries in 126 pages\n[ 0.207843] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209051] smpboot: Max logical packages: 1\n[ 0.210032] x2apic enabled\n[ 0.210839] Switched APIC routing to physical x2apic.\n[ 0.212560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213660] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215629] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217407] KVM setup paravirtual spinlock\n[ 0.218748] x86: Booted up 1 node, 1 CPUs\n[ 0.219555] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220931] devtmpfs: initialized\n[ 0.223393] evm: security.selinux\n[ 0.224082] evm: security.SMACK64\n[ 0.224770] evm: security.SMACK64EXEC\n[ 0.225504] evm: security.SMACK64TRANSMUTE\n[ 0.226306] evm: security.SMACK64MMAP\n[ 0.227042] evm: security.ima\n[ 0.227671] evm: security.capability\n[ 0.228465] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230278] pinctrl core: initialized pinctrl subsystem\n[ 0.231367] RTC time: 18:48:13, date: 10/22/18\n[ 0.232286] NET: Registered protocol family 16\n[ 0.233243] cpuidle: using governor ladder\n[ 0.234047] cpuidle: using governor menu\n[ 0.234815] PCCT header not found.\n[ 0.235563] ACPI: bus type PCI registered\n[ 0.236349] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237570] PCI: Using configuration type 1 for base access\n[ 0.239710] ACPI: Added _OSI(Module Device)\n[ 0.240535] ACPI: Added _OSI(Processor Device)\n[ 0.241376] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244385] ACPI: Interpreter enabled\n[ 0.245133] ACPI: (supports S0 S5)\n[ 0.245827] ACPI: Using IOAPIC for interrupt routing\n[ 0.246755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249817] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250909] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255509] acpiphp: Slot [3] registered\n[ 0.256279] acpiphp: Slot [4] registered\n[ 0.257050] acpiphp: Slot [5] registered\n[ 0.257832] acpiphp: Slot [6] registered\n[ 0.258602] acpiphp: Slot [7] registered\n[ 0.259369] acpiphp: Slot [8] registered\n[ 0.260133] acpiphp: Slot [9] registered\n[ 0.260907] acpiphp: Slot [10] registered\n[ 0.261690] acpiphp: Slot [11] registered\n[ 0.262475] acpiphp: Slot [12] registered\n[ 0.263257] acpiphp: Slot [13] registered\n[ 0.264044] acpiphp: Slot [14] registered\n[ 0.274974] acpiphp: Slot [15] registered\n[ 0.275783] acpiphp: Slot [16] registered\n[ 0.276568] acpiphp: Slot [17] registered\n[ 0.277348] acpiphp: Slot [18] registered\n[ 0.278133] acpiphp: Slot [19] registered\n[ 0.278919] acpiphp: Slot [20] registered\n[ 0.279708] acpiphp: Slot [21] registered\n[ 0.280491] acpiphp: Slot [22] registered\n[ 0.281271] acpiphp: Slot [23] registered\n[ 0.282054] acpiphp: Slot [24] registered\n[ 0.282836] acpiphp: Slot [25] registered\n[ 0.283618] acpiphp: Slot [26] registered\n[ 0.284404] acpiphp: Slot [27] registered\n[ 0.285183] acpiphp: Slot [28] registered\n[ 0.285968] acpiphp: Slot [29] registered\n[ 0.286756] acpiphp: Slot [30] registered\n[ 0.287553] acpiphp: Slot [31] registered\n[ 0.288338] PCI host bridge to bus 0000:00\n[ 0.289138] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290324] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291509] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292925] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.294343] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303124] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304366] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310812] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312213] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360402] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361832] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363222] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364587] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365818] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367118] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368147] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369668] vgaarb: loaded\n[ 0.370256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371382] SCSI subsystem initialized\n[ 0.372177] ACPI: bus type USB registered\n[ 0.372979] usbcore: registered new interface driver usbfs\n[ 0.373989] usbcore: registered new interface driver hub\n[ 0.374969] usbcore: registered new device driver usb\n[ 0.375988] PCI: Using ACPI for IRQ routing\n[ 0.376997] NetLabel: Initializing\n[ 0.377697] NetLabel: domain hash size = 128\n[ 0.378532] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379465] NetLabel: unlabeled traffic allowed by default\n[ 0.380528] amd_nb: Cannot enumerate AMD northbridges\n[ 0.381475] clocksource: Switched to clocksource kvm-clock\n[ 0.386880] AppArmor: AppArmor Filesystem Enabled\n[ 0.387829] pnp: PnP ACPI init\n[ 0.388723] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396418] NET: Registered protocol family 2\n[ 0.397346] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.398600] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.399770] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.400918] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.401985] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403141] NET: Registered protocol family 1\n[ 0.403989] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405056] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406120] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420156] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434464] Trying to unpack rootfs image as initramfs...\n[ 1.749981] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.765562] Scanning for low memory corruption every 60 seconds\n[ 1.766887] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.768009] audit: initializing netlink subsys (disabled)\n[ 1.769011] audit: type=2000 audit(1540234095.609:1): initialized\n[ 1.770302] Initialise system trusted keyring\n[ 1.771211] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.772349] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.774312] zbud: loaded\n[ 1.775007] VFS: Disk quotas dquot_6.6.0\n[ 1.775811] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.777180] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.778388] fuse init (API version 7.23)\n[ 1.779242] Key type big_key registered\n[ 1.780018] Allocating IMA MOK and blacklist keyrings.\n[ 1.781101] Key type asymmetric registered\n[ 1.781918] Asymmetric key parser 'x509' registered\n[ 1.782856] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.784284] io scheduler noop registered\n[ 1.785060] io scheduler deadline registered (default)\n[ 1.786037] io scheduler cfq registered\n[ 1.786862] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.787883] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.789116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.790554] ACPI: Power Button [PWRF]\n[ 1.791392] GHES: HEST is not enabled!\n[ 1.805238] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.834600] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.836914] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.860934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.863005] Linux agpgart interface v0.103\n[ 1.864981] brd: module loaded\n[ 1.866221] loop: module loaded\n[ 1.867721] vda: vda1\n[ 1.869027] scsi host0: ata_piix\n[ 1.869775] scsi host1: ata_piix\n[ 1.870479] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.871673] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.873093] libphy: Fixed MDIO Bus: probed\n[ 1.873913] tun: Universal TUN/TAP device driver, 1.6\n[ 1.874860] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.876961] PPP generic driver version 2.4.2\n[ 1.877859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.879107] ehci-pci: EHCI PCI platform driver\n[ 1.879968] ehci-platform: EHCI generic platform driver\n[ 1.880944] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.882075] ohci-pci: OHCI PCI platform driver\n[ 1.882947] ohci-platform: OHCI generic platform driver\n[ 1.883930] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.898409] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.899399] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.900838] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.901866] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.902981] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.904202] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.905627] usb usb1: Product: UHCI Host Controller\n[ 1.906556] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.907688] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.908696] hub 1-0:1.0: USB hub found\n[ 1.909472] hub 1-0:1.0: 2 ports detected\n[ 1.910385] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.912497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.913448] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.914480] mousedev: PS/2 mouse device common for all mice\n[ 1.915725] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.917572] rtc_cmos 00:00: RTC can wake from S4\n[ 1.918671] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.919862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.921042] i2c /dev entries driver\n[ 1.921811] device-mapper: uevent: version 1.0.3\n[ 1.922750] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.924370] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.925650] NET: Registered protocol family 10\n[ 1.926665] NET: Registered protocol family 17\n[ 1.927563] Key type dns_resolver registered\n[ 1.928497] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.929604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.931335] registered taskstats version 1\n[ 1.932168] Loading compiled-in X.509 certificates\n[ 1.933599] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.935437] zswap: loaded using pool lzo/zbud\n[ 1.937209] Key type trusted registered\n[ 1.939439] Key type encrypted registered\n[ 1.940255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.941274] ima: No TPM chip found, activating TPM-bypass!\n[ 1.942316] evm: HMAC attrs: 0x1\n[ 1.943244] Magic number: 6:376:848\n[ 1.944000] index0: hash matches\n[ 1.944771] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:15 UTC (1540234095)\n[ 1.946388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.947495] EDD information not available.\n[ 2.026025] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.027471] ata1.00: configured for MWDMA2\n[ 2.028649] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.030937] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.042788] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.044065] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.045923] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.047463] Write protecting the kernel read-only data: 14336k\n[ 2.049003] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.050724] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.059308] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.061082] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063081] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064945] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.066745] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.068528] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.070388] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.072127] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.074402] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.076152] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.103811] virtio_net virtio0 ens3: renamed from eth0\n[ 2.118045] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.119831] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.137147] AVX2 version of gcm_enc/dec engaged.\n[ 2.138109] AES CTR mode by8 optimization enabled\n[ 2.145819] FDC 0 is a S82078B\n[ 2.221489] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.385323] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.386567] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.387810] usb 1-1: Product: QEMU USB Tablet\n[ 2.388648] usb 1-1: Manufacturer: QEMU\n[ 2.389405] usb 1-1: SerialNumber: 42\n[ 2.397173] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.404731] usbcore: registered new interface driver usbhid\n[ 2.405801] usbhid: USB HID core driver\n[ 2.407633] 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.409850] 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.765513] tsc: Refined TSC clocksource calibration: 3491.909 MHz\n[ 2.766687] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\nBegin: Loading essential drivers ... [ 3.380655] md: linear personality registered for level -1\n[ 3.383510] md: multipath personality registered for level -4\n[ 3.386422] md: raid0 personality registered for level 0\n[ 3.389593] md: raid1 personality registered for level 1\n[ 3.461479] raid6: sse2x1 gen() 11231 MB/s\n[ 3.529480] raid6: sse2x1 xor() 8838 MB/s\n[ 3.597481] raid6: sse2x2 gen() 14520 MB/s\n[ 3.665478] raid6: sse2x2 xor() 9736 MB/s\n[ 3.733481] raid6: sse2x4 gen() 16598 MB/s\n[ 3.801479] raid6: sse2x4 xor() 11503 MB/s\n[ 3.869479] raid6: avx2x1 gen() 22041 MB/s\n[ 3.937477] raid6: avx2x2 gen() 25755 MB/s\n[ 4.005478] raid6: avx2x4 gen() 29446 MB/s\n[ 4.006335] raid6: using algorithm avx2x4 gen() 29446 MB/s\n[ 4.007370] raid6: using avx2x2 recovery algorithm\n[ 4.009597] xor: automatically using best checksumming function:\n[ 4.049477] avx : 34894.000 MB/sec\n[ 4.051494] async_tx: api initialized (async)\n[ 4.060348] md: raid6 personality registered for level 6\n[ 4.061398] md: raid5 personality registered for level 5\n[ 4.062407] md: raid4 personality registered for level 4\n[ 4.066803] 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.091095] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.121396] 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.217320] 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.220588] systemd[1]: Detected virtualization kvm.\n[ 4.221559] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.225538] systemd[1]: Set hostname to .\n[ 4.229816] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.231033] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.355756] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.358126] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.360498] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.362590] 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.365320] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.367411] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.369542] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.371823] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.374274] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.376312] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.378538] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.380607] 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.385217] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.389258] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.394950] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.406217] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.408293] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.414668] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.422105] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.425239] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.429890] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.433817] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.436594] 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.440326] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.442687] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.446129] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.448656] 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.454609] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[ 4.456052] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.460132] systemd[1]: Starting Journal Service...\n[ 4.463023] Loading iSCSI transport class v2.0-870.\n Starting Journal Service...\n[ 4.465516] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.472031] iscsi: registered transport (tcp)\n[ 4.474003] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.476250] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.480495] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.486297] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.493066] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.495443] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.499882] 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.505719] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.508725] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.522983] 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 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[[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 Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\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 LSB: AppArmor initialization...\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[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\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 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] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.132726] cloud-init[458]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 22 Oct 2018 18:48:19 +0000. Up 5.44 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.569179] cloud-init[1026]: Cloud-init v. 0.7.9 running 'init' at Mon, 22 Oct 2018 18:48:20 +0000. Up 7.20 seconds.\n[ 8.571372] cloud-init[1026]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.576110] cloud-init[1026]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.580097] cloud-init[1026]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.584128] cloud-init[1026]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.592112] cloud-init[1026]: ci-info: | ens3 | True | 10.10.10.11 | 255.255.255.0 | . | fa:16:3e:13:b7:70 |\n[ 8.594372] cloud-init[1026]: ci-info: | ens3 | True | fe80::f816:3eff:fe13:b770/64 | . | link | fa:16:3e:13:b7:70 |\n[ 8.600299] cloud-init[1026]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.602187] cloud-init[1026]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.608319] cloud-init[1026]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.610627] cloud-init[1026]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.616272] cloud-init[1026]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.617973] cloud-init[1026]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.620101] cloud-init[1026]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.624159] cloud-init[1026]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\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 Daily Cleanup of Temporary Directories.\n[ 8.629748] cloud-init[1026]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.[ 8.632956] cloud-init[1026]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.634354] cloud-init[1026]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.635774] cloud-init\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[1026]: Generating public/private rsa key pair.\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n Starting Socket activation for snappy daemon.\n[ 8.641539] cloud-init[1026]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.643049] cloud-init[1026]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt activities.[ 8.644629] cloud-init[1026]: The key fingerprint is:\n[ 8.649187] cloud-init[1026]: SHA256:ZS28lcRuZ6ToINM0igyHN03Q8/cQO2UKVt5c9M6Xs7c root@sdnvpn-13-2\n[ 8.650500] cloud-init[1026]: The key's randomart image is:\n[ 8.651435] cloud-init[1026]: +---[RSA 2048]----+\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n\n[ 8.656247] cloud-init[1026]: | ..=. .....o |\n[ 8.657296] cloud-init[1026]: | o + + =o.=+o.. |\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.659344] cloud-init[1026]: | = o B o*O*o .|[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n[ 8.663322] cloud-init[1026]: | o + +oB++ oo.|\n[ 8.664406] cloud-init[1026]: | oS+.= o o+|\n[ 8.665734] cloud-init[1026]: | . . +|[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m\n[ 8.668482] cloud-init[1026]: | ..|] Reached target Basic System.\n Starting System Logging Service...\n\n[[0;32m OK [0m] Started ACPI event daemon.\n[ 8.674018] cloud-init[1026]: | o|\n[ 8.675551] cloud-init[1026]: | E |[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LSB: Record successful boot for GRUB...\n\n[ 8.680406] cloud-init[1026]: +----[SHA256]-----+\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 8.683986] cloud-init[1026]: Generating public/private dsa key pair.\n[ 8.701777] cloud-init[1026]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.705768] cloud-init[1026]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.709551] cloud-init[1026]: The key fingerprint is:\n[ 8.712593] cloud-init[1026]: SHA256:TXb8u3qVU7K0bsiMqVb965ena76IQHZHwXPyQXZnmdI root@sdnvpn-13-2\n[ 8.716076] cloud-init[1026]: The key's randomart image is:\n[ 8.718439] cloud-init[1026]: +---[DSA 1024]----+\n Starting /etc/rc.local Compatibility...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 8.726628] cloud-init[1026]: | ...+ *|[[0;32m OK [0m] Started Snappy daemon.\n\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Login Service...\n Starting LSB: MD monitoring daemon...\n Starting Auto import assertions from block devices...\n Starting Accounts Service...[ 8.735119] cloud-init[1026]: \n| .++oE.| Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[ 8.789649] cloud-init[1026]: | o +=.. |\n[ 8.820226] cloud-init[1026]: | + o .+ .|[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.838315] cloud-init[1026]: | S o....+o|[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 8.851803] cloud-init[1026]: | o .... o+.|\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...[ 8.868506] cloud-init\n Starting Login to default iSCSI targets...\n[1026]: | .. = +..o|[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.894548] [[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 Permit User Sessions...\n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Accounts Service.\ncloud-init[1026]: | ..o.+.*oo|\n[ 8.957147] cloud-init[1026]: | .... oBO*.|\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n 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[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 8.982621] [[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\ncloud-init[1026]: +----[SHA256]-----+\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 9.006003] cloud-init[1026]: Generating public/private ecdsa key pair.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[ 9.024048] [[0;32m OK [0m] Started Set console scheme.\ncloud-init[1026]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 9.036503] cloud-init[1026]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 9.045309] cloud-init[1026]: The key fingerprint is:\n[ 9.048083] cloud-init[1026]: SHA256:f36SF5Ci7qHVfbSvW23BWpUCEt2Ed0YM0l/iaBW4+oM root@sdnvpn-13-2\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 9.057461] cloud-init[1026]: The key's randomart image is:\n[ 9.060107] cloud-init[1026]: +---[ECDSA 256]---+\n[ 9.064094] cloud-init[1026]: | ooo=+=o |\n[ 9.068081] cloud-init[1026]: | .o++o+o|\n[ 9.069143] cloud-init[1026]: | .B+oo|\n[ 9.076087] cloud-init[1026]: | . * +..|\n[ 9.080045] cloud-init[1026]: | S. + ..+ |\n[ 9.081117] cloud-init[1026]: | .o.. .+.o|\n[ 9.082182] cloud-init[1026]: | .o ooooo.+|\n[ 9.086865] cloud-init[1026]: | o..Eo=.o+ |\n[ 9.092080] cloud-init[1026]: | ... .=oo.|\n[ 9.093186] cloud-init[1026]: +----[SHA256]-----+\n[ 9.095997] cloud-init[1026]: Generating public/private ed25519 key pair.\n[ 9.098337] cloud-init[1026]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.104154] cloud-init[1026]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.105956] cloud-init[1026]: The key fingerprint is:\n[ 9.107594] cloud-init[1026]: SHA256:a9t4DtvdL1JsJ8AOUGOKs1l1Xh3lo2V2TwUVEWOVxsM root@sdnvpn-13-2\n[ 9.111522] cloud-init[1026]: The key's randomart image is:\n[ 9.114061] cloud-init[1026]: +--[ED25519 256]--+\n[ 9.116067] cloud-init[1026]: | .= . =@&|\n[ 9.118541] cloud-init[1026]: | ..+ + ..E+|\n[ 9.121128] cloud-init[1026]: | o o. .. .==|\n[ 9.123908] cloud-init[1026]: | = . o =.+|\n[ 9.126163] cloud-init[1026]: | o S o + .|\n[ 9.128639] cloud-init[1026]: | . . = .|\n[ 9.130774] cloud-init[1026]: | + o o |\n[ 9.133954] cloud-init[1026]: | . B..... |\n[ 9.138539] cloud-init[1026]: | +o+ ...o.|\n[ 9.141703] cloud-init[1026]: +----[SHA256]-----+\n[ 9.352533] cloud-init[1125]: Generating locales (this might take a while)...\n[ 9.974685] cloud-init[1125]: en_US.UTF-8... done\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n[ 9.979515] Starting OpenBSD Secure Shell server...\ncloud-init[1125]: Generation complete.\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 10.394895] cloud-init[1125]: Cloud-init v. 0.7.9 running 'modules:config' at Mon, 22 Oct 2018 18:48:23 +0000. Up 9.29 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.698907] cloud-init[1395]: + sudo useradd -m sdnvpn\n[ 10.761637] cloud-init[1395]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.050857] cloud-init[1395]: + sudo adduser sdnvpn sudo\n[ 11.096716] cloud-init[1395]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.131986] cloud-init[1395]: Adding user `sdnvpn' to group `sudo' ...\n[ 11.136252] cloud-init[1395]: Adding user sdnvpn to group sudo\n[ 11.461348] cloud-init[1395]: Done.\n[ 11.463061] cloud-init[1395]: + chpasswd\n[ 11.464302] cloud-init[1395]: + sudo echo sdnvpn:opnfv\n[ 11.520223] cloud-init[1395]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.553785] cloud-init[1395]: + sleep 20\n"} 2018-10-22 18:48:29,906 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5/action used request id req-c898c47d-10bf-41ea-9e63-9c0d46efd04a 2018-10-22 18:48:31,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604e3b0f81c256e536dcc9fcd21063f5b41aae6a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:48:33,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-577a4512-b04b-41ce-9434-a79691c1a7fa x-compute-request-id: req-577a4512-b04b-41ce-9434-a79691c1a7fa Content-Encoding: gzip Content-Length: 13567 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 617050163 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.139403] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141035] pid_max: default: 32768 minimum: 301\n[ 0.141918] ACPI: Core revision 20150930\n[ 0.143281] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144564] Security Framework initialized\n[ 0.145372] Yama: becoming mindful.\n[ 0.146091] AppArmor: AppArmor initialized\n[ 0.146966] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.148340] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149977] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.151180] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152539] Initializing cgroup subsys io\n[ 0.153343] Initializing cgroup subsys memory\n[ 0.154189] Initializing cgroup subsys devices\n[ 0.155050] Initializing cgroup subsys freezer\n[ 0.155907] Initializing cgroup subsys net_cls\n[ 0.156761] Initializing cgroup subsys perf_event\n[ 0.157650] Initializing cgroup subsys net_prio\n[ 0.158522] Initializing cgroup subsys hugetlb\n[ 0.159380] Initializing cgroup subsys pids\n[ 0.160240] CPU: Physical Processor ID: 0\n[ 0.161726] mce: CPU supports 10 MCE banks\n[ 0.162566] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163552] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174304] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.180707] ftrace: allocating 32123 entries in 126 pages\n[ 0.207843] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209051] smpboot: Max logical packages: 1\n[ 0.210032] x2apic enabled\n[ 0.210839] Switched APIC routing to physical x2apic.\n[ 0.212560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213660] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215629] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217407] KVM setup paravirtual spinlock\n[ 0.218748] x86: Booted up 1 node, 1 CPUs\n[ 0.219555] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220931] devtmpfs: initialized\n[ 0.223393] evm: security.selinux\n[ 0.224082] evm: security.SMACK64\n[ 0.224770] evm: security.SMACK64EXEC\n[ 0.225504] evm: security.SMACK64TRANSMUTE\n[ 0.226306] evm: security.SMACK64MMAP\n[ 0.227042] evm: security.ima\n[ 0.227671] evm: security.capability\n[ 0.228465] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230278] pinctrl core: initialized pinctrl subsystem\n[ 0.231367] RTC time: 18:48:13, date: 10/22/18\n[ 0.232286] NET: Registered protocol family 16\n[ 0.233243] cpuidle: using governor ladder\n[ 0.234047] cpuidle: using governor menu\n[ 0.234815] PCCT header not found.\n[ 0.235563] ACPI: bus type PCI registered\n[ 0.236349] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237570] PCI: Using configuration type 1 for base access\n[ 0.239710] ACPI: Added _OSI(Module Device)\n[ 0.240535] ACPI: Added _OSI(Processor Device)\n[ 0.241376] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244385] ACPI: Interpreter enabled\n[ 0.245133] ACPI: (supports S0 S5)\n[ 0.245827] ACPI: Using IOAPIC for interrupt routing\n[ 0.246755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249817] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250909] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255509] acpiphp: Slot [3] registered\n[ 0.256279] acpiphp: Slot [4] registered\n[ 0.257050] acpiphp: Slot [5] registered\n[ 0.257832] acpiphp: Slot [6] registered\n[ 0.258602] acpiphp: Slot [7] registered\n[ 0.259369] acpiphp: Slot [8] registered\n[ 0.260133] acpiphp: Slot [9] registered\n[ 0.260907] acpiphp: Slot [10] registered\n[ 0.261690] acpiphp: Slot [11] registered\n[ 0.262475] acpiphp: Slot [12] registered\n[ 0.263257] acpiphp: Slot [13] registered\n[ 0.264044] acpiphp: Slot [14] registered\n[ 0.274974] acpiphp: Slot [15] registered\n[ 0.275783] acpiphp: Slot [16] registered\n[ 0.276568] acpiphp: Slot [17] registered\n[ 0.277348] acpiphp: Slot [18] registered\n[ 0.278133] acpiphp: Slot [19] registered\n[ 0.278919] acpiphp: Slot [20] registered\n[ 0.279708] acpiphp: Slot [21] registered\n[ 0.280491] acpiphp: Slot [22] registered\n[ 0.281271] acpiphp: Slot [23] registered\n[ 0.282054] acpiphp: Slot [24] registered\n[ 0.282836] acpiphp: Slot [25] registered\n[ 0.283618] acpiphp: Slot [26] registered\n[ 0.284404] acpiphp: Slot [27] registered\n[ 0.285183] acpiphp: Slot [28] registered\n[ 0.285968] acpiphp: Slot [29] registered\n[ 0.286756] acpiphp: Slot [30] registered\n[ 0.287553] acpiphp: Slot [31] registered\n[ 0.288338] PCI host bridge to bus 0000:00\n[ 0.289138] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290324] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291509] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292925] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.294343] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303124] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304366] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310812] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312213] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360402] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361832] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363222] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364587] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365818] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367118] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368147] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369668] vgaarb: loaded\n[ 0.370256] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371382] SCSI subsystem initialized\n[ 0.372177] ACPI: bus type USB registered\n[ 0.372979] usbcore: registered new interface driver usbfs\n[ 0.373989] usbcore: registered new interface driver hub\n[ 0.374969] usbcore: registered new device driver usb\n[ 0.375988] PCI: Using ACPI for IRQ routing\n[ 0.376997] NetLabel: Initializing\n[ 0.377697] NetLabel: domain hash size = 128\n[ 0.378532] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379465] NetLabel: unlabeled traffic allowed by default\n[ 0.380528] amd_nb: Cannot enumerate AMD northbridges\n[ 0.381475] clocksource: Switched to clocksource kvm-clock\n[ 0.386880] AppArmor: AppArmor Filesystem Enabled\n[ 0.387829] pnp: PnP ACPI init\n[ 0.388723] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396418] NET: Registered protocol family 2\n[ 0.397346] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.398600] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.399770] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.400918] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.401985] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403141] NET: Registered protocol family 1\n[ 0.403989] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405056] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406120] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420156] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434464] Trying to unpack rootfs image as initramfs...\n[ 1.749981] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.765562] Scanning for low memory corruption every 60 seconds\n[ 1.766887] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.768009] audit: initializing netlink subsys (disabled)\n[ 1.769011] audit: type=2000 audit(1540234095.609:1): initialized\n[ 1.770302] Initialise system trusted keyring\n[ 1.771211] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.772349] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.774312] zbud: loaded\n[ 1.775007] VFS: Disk quotas dquot_6.6.0\n[ 1.775811] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.777180] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.778388] fuse init (API version 7.23)\n[ 1.779242] Key type big_key registered\n[ 1.780018] Allocating IMA MOK and blacklist keyrings.\n[ 1.781101] Key type asymmetric registered\n[ 1.781918] Asymmetric key parser 'x509' registered\n[ 1.782856] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.784284] io scheduler noop registered\n[ 1.785060] io scheduler deadline registered (default)\n[ 1.786037] io scheduler cfq registered\n[ 1.786862] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.787883] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.789116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.790554] ACPI: Power Button [PWRF]\n[ 1.791392] GHES: HEST is not enabled!\n[ 1.805238] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.834600] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.836914] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.860934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.863005] Linux agpgart interface v0.103\n[ 1.864981] brd: module loaded\n[ 1.866221] loop: module loaded\n[ 1.867721] vda: vda1\n[ 1.869027] scsi host0: ata_piix\n[ 1.869775] scsi host1: ata_piix\n[ 1.870479] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.871673] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.873093] libphy: Fixed MDIO Bus: probed\n[ 1.873913] tun: Universal TUN/TAP device driver, 1.6\n[ 1.874860] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.876961] PPP generic driver version 2.4.2\n[ 1.877859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.879107] ehci-pci: EHCI PCI platform driver\n[ 1.879968] ehci-platform: EHCI generic platform driver\n[ 1.880944] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.882075] ohci-pci: OHCI PCI platform driver\n[ 1.882947] ohci-platform: OHCI generic platform driver\n[ 1.883930] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.898409] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.899399] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.900838] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.901866] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.902981] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.904202] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.905627] usb usb1: Product: UHCI Host Controller\n[ 1.906556] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.907688] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.908696] hub 1-0:1.0: USB hub found\n[ 1.909472] hub 1-0:1.0: 2 ports detected\n[ 1.910385] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.912497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.913448] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.914480] mousedev: PS/2 mouse device common for all mice\n[ 1.915725] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.917572] rtc_cmos 00:00: RTC can wake from S4\n[ 1.918671] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.919862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.921042] i2c /dev entries driver\n[ 1.921811] device-mapper: uevent: version 1.0.3\n[ 1.922750] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.924370] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.925650] NET: Registered protocol family 10\n[ 1.926665] NET: Registered protocol family 17\n[ 1.927563] Key type dns_resolver registered\n[ 1.928497] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.929604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.931335] registered taskstats version 1\n[ 1.932168] Loading compiled-in X.509 certificates\n[ 1.933599] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.935437] zswap: loaded using pool lzo/zbud\n[ 1.937209] Key type trusted registered\n[ 1.939439] Key type encrypted registered\n[ 1.940255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.941274] ima: No TPM chip found, activating TPM-bypass!\n[ 1.942316] evm: HMAC attrs: 0x1\n[ 1.943244] Magic number: 6:376:848\n[ 1.944000] index0: hash matches\n[ 1.944771] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:15 UTC (1540234095)\n[ 1.946388] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.947495] EDD information not available.\n[ 2.026025] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.027471] ata1.00: configured for MWDMA2\n[ 2.028649] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.030937] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.042788] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.044065] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.045923] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.047463] Write protecting the kernel read-only data: 14336k\n[ 2.049003] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.050724] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.059308] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.061082] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063081] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064945] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.066745] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.068528] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.070388] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.072127] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.074402] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.076152] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.103811] virtio_net virtio0 ens3: renamed from eth0\n[ 2.118045] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.119831] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.137147] AVX2 version of gcm_enc/dec engaged.\n[ 2.138109] AES CTR mode by8 optimization enabled\n[ 2.145819] FDC 0 is a S82078B\n[ 2.221489] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.385323] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.386567] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.387810] usb 1-1: Product: QEMU USB Tablet\n[ 2.388648] usb 1-1: Manufacturer: QEMU\n[ 2.389405] usb 1-1: SerialNumber: 42\n[ 2.397173] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.404731] usbcore: registered new interface driver usbhid\n[ 2.405801] usbhid: USB HID core driver\n[ 2.407633] 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.409850] 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.765513] tsc: Refined TSC clocksource calibration: 3491.909 MHz\n[ 2.766687] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\nBegin: Loading essential drivers ... [ 3.380655] md: linear personality registered for level -1\n[ 3.383510] md: multipath personality registered for level -4\n[ 3.386422] md: raid0 personality registered for level 0\n[ 3.389593] md: raid1 personality registered for level 1\n[ 3.461479] raid6: sse2x1 gen() 11231 MB/s\n[ 3.529480] raid6: sse2x1 xor() 8838 MB/s\n[ 3.597481] raid6: sse2x2 gen() 14520 MB/s\n[ 3.665478] raid6: sse2x2 xor() 9736 MB/s\n[ 3.733481] raid6: sse2x4 gen() 16598 MB/s\n[ 3.801479] raid6: sse2x4 xor() 11503 MB/s\n[ 3.869479] raid6: avx2x1 gen() 22041 MB/s\n[ 3.937477] raid6: avx2x2 gen() 25755 MB/s\n[ 4.005478] raid6: avx2x4 gen() 29446 MB/s\n[ 4.006335] raid6: using algorithm avx2x4 gen() 29446 MB/s\n[ 4.007370] raid6: using avx2x2 recovery algorithm\n[ 4.009597] xor: automatically using best checksumming function:\n[ 4.049477] avx : 34894.000 MB/sec\n[ 4.051494] async_tx: api initialized (async)\n[ 4.060348] md: raid6 personality registered for level 6\n[ 4.061398] md: raid5 personality registered for level 5\n[ 4.062407] md: raid4 personality registered for level 4\n[ 4.066803] 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.091095] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.121396] 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.217320] 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.220588] systemd[1]: Detected virtualization kvm.\n[ 4.221559] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.225538] systemd[1]: Set hostname to .\n[ 4.229816] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.231033] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.355756] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.358126] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.360498] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.362590] 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.365320] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.367411] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.369542] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.371823] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.374274] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.376312] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.378538] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.380607] 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.385217] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.389258] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.394950] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.406217] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.408293] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.414668] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.422105] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.425239] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.429890] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.433817] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.436594] 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.440326] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.442687] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.446129] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.448656] 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.454609] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[ 4.456052] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.460132] systemd[1]: Starting Journal Service...\n[ 4.463023] Loading iSCSI transport class v2.0-870.\n Starting Journal Service...\n[ 4.465516] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.472031] iscsi: registered transport (tcp)\n[ 4.474003] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.476250] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.480495] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.486297] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.493066] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.495443] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.499882] 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.505719] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.508725] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.522983] 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 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[[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 Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\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 LSB: AppArmor initialization...\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[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\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 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] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.132726] cloud-init[458]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 22 Oct 2018 18:48:19 +0000. Up 5.44 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.569179] cloud-init[1026]: Cloud-init v. 0.7.9 running 'init' at Mon, 22 Oct 2018 18:48:20 +0000. Up 7.20 seconds.\n[ 8.571372] cloud-init[1026]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.576110] cloud-init[1026]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.580097] cloud-init[1026]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.584128] cloud-init[1026]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.592112] cloud-init[1026]: ci-info: | ens3 | True | 10.10.10.11 | 255.255.255.0 | . | fa:16:3e:13:b7:70 |\n[ 8.594372] cloud-init[1026]: ci-info: | ens3 | True | fe80::f816:3eff:fe13:b770/64 | . | link | fa:16:3e:13:b7:70 |\n[ 8.600299] cloud-init[1026]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.602187] cloud-init[1026]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.608319] cloud-init[1026]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.610627] cloud-init[1026]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.616272] cloud-init[1026]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.617973] cloud-init[1026]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.620101] cloud-init[1026]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.624159] cloud-init[1026]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\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 Daily Cleanup of Temporary Directories.\n[ 8.629748] cloud-init[1026]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.[ 8.632956] cloud-init[1026]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.634354] cloud-init[1026]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.635774] cloud-init\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[1026]: Generating public/private rsa key pair.\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n Starting Socket activation for snappy daemon.\n[ 8.641539] cloud-init[1026]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.643049] cloud-init[1026]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt activities.[ 8.644629] cloud-init[1026]: The key fingerprint is:\n[ 8.649187] cloud-init[1026]: SHA256:ZS28lcRuZ6ToINM0igyHN03Q8/cQO2UKVt5c9M6Xs7c root@sdnvpn-13-2\n[ 8.650500] cloud-init[1026]: The key's randomart image is:\n[ 8.651435] cloud-init[1026]: +---[RSA 2048]----+\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n\n[ 8.656247] cloud-init[1026]: | ..=. .....o |\n[ 8.657296] cloud-init[1026]: | o + + =o.=+o.. |\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.659344] cloud-init[1026]: | = o B o*O*o .|[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n[ 8.663322] cloud-init[1026]: | o + +oB++ oo.|\n[ 8.664406] cloud-init[1026]: | oS+.= o o+|\n[ 8.665734] cloud-init[1026]: | . . +|[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m\n[ 8.668482] cloud-init[1026]: | ..|] Reached target Basic System.\n Starting System Logging Service...\n\n[[0;32m OK [0m] Started ACPI event daemon.\n[ 8.674018] cloud-init[1026]: | o|\n[ 8.675551] cloud-init[1026]: | E |[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LSB: Record successful boot for GRUB...\n\n[ 8.680406] cloud-init[1026]: +----[SHA256]-----+\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 8.683986] cloud-init[1026]: Generating public/private dsa key pair.\n[ 8.701777] cloud-init[1026]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.705768] cloud-init[1026]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.709551] cloud-init[1026]: The key fingerprint is:\n[ 8.712593] cloud-init[1026]: SHA256:TXb8u3qVU7K0bsiMqVb965ena76IQHZHwXPyQXZnmdI root@sdnvpn-13-2\n[ 8.716076] cloud-init[1026]: The key's randomart image is:\n[ 8.718439] cloud-init[1026]: +---[DSA 1024]----+\n Starting /etc/rc.local Compatibility...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 8.726628] cloud-init[1026]: | ...+ *|[[0;32m OK [0m] Started Snappy daemon.\n\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Login Service...\n Starting LSB: MD monitoring daemon...\n Starting Auto import assertions from block devices...\n Starting Accounts Service...[ 8.735119] cloud-init[1026]: \n| .++oE.| Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[ 8.789649] cloud-init[1026]: | o +=.. |\n[ 8.820226] cloud-init[1026]: | + o .+ .|[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.838315] cloud-init[1026]: | S o....+o|[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 8.851803] cloud-init[1026]: | o .... o+.|\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...[ 8.868506] cloud-init\n Starting Login to default iSCSI targets...\n[1026]: | .. = +..o|[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.894548] [[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 Permit User Sessions...\n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Accounts Service.\ncloud-init[1026]: | ..o.+.*oo|\n[ 8.957147] cloud-init[1026]: | .... oBO*.|\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n 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[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 8.982621] [[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\ncloud-init[1026]: +----[SHA256]-----+\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 9.006003] cloud-init[1026]: Generating public/private ecdsa key pair.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[ 9.024048] [[0;32m OK [0m] Started Set console scheme.\ncloud-init[1026]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 9.036503] cloud-init[1026]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 9.045309] cloud-init[1026]: The key fingerprint is:\n[ 9.048083] cloud-init[1026]: SHA256:f36SF5Ci7qHVfbSvW23BWpUCEt2Ed0YM0l/iaBW4+oM root@sdnvpn-13-2\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 9.057461] cloud-init[1026]: The key's randomart image is:\n[ 9.060107] cloud-init[1026]: +---[ECDSA 256]---+\n[ 9.064094] cloud-init[1026]: | ooo=+=o |\n[ 9.068081] cloud-init[1026]: | .o++o+o|\n[ 9.069143] cloud-init[1026]: | .B+oo|\n[ 9.076087] cloud-init[1026]: | . * +..|\n[ 9.080045] cloud-init[1026]: | S. + ..+ |\n[ 9.081117] cloud-init[1026]: | .o.. .+.o|\n[ 9.082182] cloud-init[1026]: | .o ooooo.+|\n[ 9.086865] cloud-init[1026]: | o..Eo=.o+ |\n[ 9.092080] cloud-init[1026]: | ... .=oo.|\n[ 9.093186] cloud-init[1026]: +----[SHA256]-----+\n[ 9.095997] cloud-init[1026]: Generating public/private ed25519 key pair.\n[ 9.098337] cloud-init[1026]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.104154] cloud-init[1026]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.105956] cloud-init[1026]: The key fingerprint is:\n[ 9.107594] cloud-init[1026]: SHA256:a9t4DtvdL1JsJ8AOUGOKs1l1Xh3lo2V2TwUVEWOVxsM root@sdnvpn-13-2\n[ 9.111522] cloud-init[1026]: The key's randomart image is:\n[ 9.114061] cloud-init[1026]: +--[ED25519 256]--+\n[ 9.116067] cloud-init[1026]: | .= . =@&|\n[ 9.118541] cloud-init[1026]: | ..+ + ..E+|\n[ 9.121128] cloud-init[1026]: | o o. .. .==|\n[ 9.123908] cloud-init[1026]: | = . o =.+|\n[ 9.126163] cloud-init[1026]: | o S o + .|\n[ 9.128639] cloud-init[1026]: | . . = .|\n[ 9.130774] cloud-init[1026]: | + o o |\n[ 9.133954] cloud-init[1026]: | . B..... |\n[ 9.138539] cloud-init[1026]: | +o+ ...o.|\n[ 9.141703] cloud-init[1026]: +----[SHA256]-----+\n[ 9.352533] cloud-init[1125]: Generating locales (this might take a while)...\n[ 9.974685] cloud-init[1125]: en_US.UTF-8... done\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n[ 9.979515] Starting OpenBSD Secure Shell server...\ncloud-init[1125]: Generation complete.\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 10.394895] cloud-init[1125]: Cloud-init v. 0.7.9 running 'modules:config' at Mon, 22 Oct 2018 18:48:23 +0000. Up 9.29 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.698907] cloud-init[1395]: + sudo useradd -m sdnvpn\n[ 10.761637] cloud-init[1395]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.050857] cloud-init[1395]: + sudo adduser sdnvpn sudo\n[ 11.096716] cloud-init[1395]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.131986] cloud-init[1395]: Adding user `sdnvpn' to group `sudo' ...\n[ 11.136252] cloud-init[1395]: Adding user sdnvpn to group sudo\n[ 11.461348] cloud-init[1395]: Done.\n[ 11.463061] cloud-init[1395]: + chpasswd\n[ 11.464302] cloud-init[1395]: + sudo echo sdnvpn:opnfv\n[ 11.520223] cloud-init[1395]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.553785] cloud-init[1395]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-2 ttyS0\n\nsdnvpn-13-2 login: "} 2018-10-22 18:48:33,017 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5/action used request id req-577a4512-b04b-41ce-9434-a79691c1a7fa 2018-10-22 18:48:35,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa9d3283a5f9f533df75b446c0750a3c64542e9c" 2018-10-22 18:48:35,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 914 Content-Type: application/json X-Openstack-Request-Id: req-f9bda472-0b1a-4793-af0c-900938b4d68c Date: Mon, 22 Oct 2018 18:48:35 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-10-22T18:45:33Z", "size": 493813760, "disk_format": "qcow2", "updated_at": "2018-10-22T18:45:44Z", "visibility": "public", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/a6388eda-cc4e-4f9a-b884-20156c88618b/snap", "metadata": {}}], "self": "/v2/images/a6388eda-cc4e-4f9a-b884-20156c88618b", "min_disk": 0, "protected": false, "id": "a6388eda-cc4e-4f9a-b884-20156c88618b", "file": "/v2/images/a6388eda-cc4e-4f9a-b884-20156c88618b/file", "checksum": "8c42b779e24ec2a6d35c8def02246a0b", "owner": "8ba7a6acf87944158b12f697f8414be6", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/a6388eda-cc4e-4f9a-b884-20156c88618b/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-22 18:48:35,246 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-f9bda472-0b1a-4793-af0c-900938b4d68c 2018-10-22 18:48:35,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa9d3283a5f9f533df75b446c0750a3c64542e9c" 2018-10-22 18:48:35,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f1426344-9acb-4431-aa9b-3772b1c3cfb8 Date: Mon, 22 Oct 2018 18:48:35 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-10-22 18:48:35,408 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-f1426344-9acb-4431-aa9b-3772b1c3cfb8 2018-10-22 18:48:35,411 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-22 18:48:35,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fa9d3283a5f9f533df75b446c0750a3c64542e9c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-22 18:48:35,638 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/152b689c-f800-42da-b787-ab54c3934ec5 X-Openstack-Request-Id: req-20590f24-aeb1-4850-a599-a296095d7922 Date: Mon, 22 Oct 2018 18:48:35 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-22T18:48:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-22T18:48:35Z", "visibility": "public", "locations": [], "self": "/v2/images/152b689c-f800-42da-b787-ab54c3934ec5", "min_disk": 0, "protected": false, "id": "152b689c-f800-42da-b787-ab54c3934ec5", "file": "/v2/images/152b689c-f800-42da-b787-ab54c3934ec5/file", "checksum": null, "owner": "8ba7a6acf87944158b12f697f8414be6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-22 18:48:35,638 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-20590f24-aeb1-4850-a599-a296095d7922 2018-10-22 18:48:35,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/152b689c-f800-42da-b787-ab54c3934ec5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa9d3283a5f9f533df75b446c0750a3c64542e9c" -d '' 2018-10-22 18:48:37,480 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5ddeda1f-94af-4aca-9b43-1728b1753253 Date: Mon, 22 Oct 2018 18:48:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:48:37,481 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/152b689c-f800-42da-b787-ab54c3934ec5/file used request id req-5ddeda1f-94af-4aca-9b43-1728b1753253 2018-10-22 18:48:37,481 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-3'... 2018-10-22 18:48:37,481 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-3 flavor=m1.custom image=152b689c-f800-42da-b787-ab54c3934ec5 network=2526f6ab-d976-4f72-9af2-c5e1a9cac2e1 secgroup=82fd1622-3826-4da5-909e-15968132dad8 hypervisor=nova:overcloud-novacompute-1.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-10-22 18:48:37,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:48:37,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:48:37,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:48:37,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:48:37,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:48:37,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:48:37,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:48:37,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:48:37,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:48:37,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:48:37,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:48:37,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:48:37,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:48:37,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:48:37,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:48:37,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:48:37,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:48:37,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:48:37,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:48:37,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:48:37,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:48:37,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:48:37,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:48:37,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:48:37,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:48:37,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:48:37,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:48:37,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:48:37,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:48:37,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:48:37,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:48:37,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:48:37,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:48:37,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:48:37,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:48:37,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:48:37,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:48:37,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:48:37,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:48:37,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:48:37,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:48:37,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:48:37,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:48:37,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:48:37,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:48:37,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:48:37,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:48:37,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:48:37,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:48:37,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:48:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2837c558-acea-48f0-9112-a14fb7807373 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:48:37,500 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2837c558-acea-48f0-9112-a14fb7807373 2018-10-22 18:48:37,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:48:37,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:48:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["lRad-pPXSk-D85sUHZNbTg"], "issued_at": "2018-10-22T18:48:37.000000Z"}} 2018-10-22 18:48:37,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" 2018-10-22 18:48:38,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-d9f7685e-6711-48a9-bcc8-bcfc429d553f x-compute-request-id: req-d9f7685e-6711-48a9-bcc8-bcfc429d553f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "ab802edb-185a-46cc-8877-48edeb0224b4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-22 18:48:38,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-d9f7685e-6711-48a9-bcc8-bcfc429d553f 2018-10-22 18:48:38,050 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/74108563-ceb0-4243-9881-66120d7d803a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" 2018-10-22 18:48:38,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:48:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99ed8f55-a493-4eae-93c9-bb3de551301f x-compute-request-id: req-99ed8f55-a493-4eae-93c9-bb3de551301f Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "74108563-ceb0-4243-9881-66120d7d803a", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:48:38,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/74108563-ceb0-4243-9881-66120d7d803a used request id req-99ed8f55-a493-4eae-93c9-bb3de551301f 2018-10-22 18:48:38,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"server": {"name": "sdnvpn-13-3", "imageRef": "152b689c-f800-42da-b787-ab54c3934ec5", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "74108563-ceb0-4243-9881-66120d7d803a", "user_data": "IyEvYmluL3NoCnNldCAxNzkuMjQuMS4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "2526f6ab-d976-4f72-9af2-c5e1a9cac2e1"}], "config_drive": true}}' 2018-10-22 18:48:39,499 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:48:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fc18faa4-efb2-4a35-a9b2-e5e68e1d7483 x-compute-request-id: req-fc18faa4-efb2-4a35-a9b2-e5e68e1d7483 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5fedadde-a0b4-4a2f-8b67-56b9bdf3f691", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691", "rel": "bookmark"}], "adminPass": "6sxo2GSFBvna"}} 2018-10-22 18:48:39,499 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-fc18faa4-efb2-4a35-a9b2-e5e68e1d7483 2018-10-22 18:48:39,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:48:39,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d41895d-2217-406a-aa3c-66487701bdbf 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:48:39,507 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1d41895d-2217-406a-aa3c-66487701bdbf 2018-10-22 18:48:39,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:48:39,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:48:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["FIcZmz3wSxy9PUkkAR2ySA"], "issued_at": "2018-10-22T18:48:39.000000Z"}} 2018-10-22 18:48:39,888 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13753405cd4bf39d7ee70772d8e4bd50b0d5102c" 2018-10-22 18:48:40,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:48:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-985ab337-9bdb-4601-8749-82376c9770d6 x-compute-request-id: req-985ab337-9bdb-4601-8749-82376c9770d6 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.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691", "rel": "bookmark"}], "image": {"id": "152b689c-f800-42da-b787-ab54c3934ec5", "links": [{"href": "http://172.30.9.22:8774/images/152b689c-f800-42da-b787-ab54c3934ec5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "5fedadde-a0b4-4a2f-8b67-56b9bdf3f691", "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:48:40Z", "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-10-22T18:48:39Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:48:40,370 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691 used request id req-985ab337-9bdb-4601-8749-82376c9770d6 2018-10-22 18:48:43,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13753405cd4bf39d7ee70772d8e4bd50b0d5102c" 2018-10-22 18:48:43,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-bd07b319-5b1f-4b28-b2b6-c9fdcace5b2d x-compute-request-id: req-bd07b319-5b1f-4b28-b2b6-c9fdcace5b2d 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.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691", "rel": "bookmark"}], "image": {"id": "152b689c-f800-42da-b787-ab54c3934ec5", "links": [{"href": "http://172.30.9.22:8774/images/152b689c-f800-42da-b787-ab54c3934ec5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000179", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "5fedadde-a0b4-4a2f-8b67-56b9bdf3f691", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:48:41Z", "hostId": "a0e44779f1b54d8b6d440c89c313180bfefb1346ffb6e408f47d5851", "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-3", "created": "2018-10-22T18:48:39Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:48:43,954 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691 used request id req-bd07b319-5b1f-4b28-b2b6-c9fdcace5b2d 2018-10-22 18:48:46,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13753405cd4bf39d7ee70772d8e4bd50b0d5102c" 2018-10-22 18:48:47,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-049478c6-b881-4cdb-a1a7-bef2885303d8 x-compute-request-id: req-049478c6-b881-4cdb-a1a7-bef2885303d8 Content-Encoding: gzip Content-Length: 785 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:6f:b9:2d", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691", "rel": "bookmark"}], "image": {"id": "152b689c-f800-42da-b787-ab54c3934ec5", "links": [{"href": "http://172.30.9.22:8774/images/152b689c-f800-42da-b787-ab54c3934ec5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000179", "OS-SRV-USG:launched_at": "2018-10-22T18:48:45.000000", "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "5fedadde-a0b4-4a2f-8b67-56b9bdf3f691", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:48:46Z", "hostId": "a0e44779f1b54d8b6d440c89c313180bfefb1346ffb6e408f47d5851", "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-3", "created": "2018-10-22T18:48:39Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:48:47,794 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691 used request id req-049478c6-b881-4cdb-a1a7-bef2885303d8 2018-10-22 18:48:47,797 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" 2018-10-22 18:48:48,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:48: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-e3c30fb4-bd70-490c-9969-869c501f538e x-compute-request-id: req-e3c30fb4-bd70-490c-9969-869c501f538e Content-Encoding: gzip Content-Length: 785 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:6f:b9:2d", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691", "rel": "bookmark"}], "image": {"id": "152b689c-f800-42da-b787-ab54c3934ec5", "links": [{"href": "http://172.30.9.22:8774/images/152b689c-f800-42da-b787-ab54c3934ec5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000179", "OS-SRV-USG:launched_at": "2018-10-22T18:48:45.000000", "flavor": {"id": "74108563-ceb0-4243-9881-66120d7d803a", "links": [{"href": "http://172.30.9.22:8774/flavors/74108563-ceb0-4243-9881-66120d7d803a", "rel": "bookmark"}]}, "id": "5fedadde-a0b4-4a2f-8b67-56b9bdf3f691", "security_groups": [{"name": "default"}], "user_id": "27e120d8036344c78f6230718c45109e", "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-10-22T18:48:46Z", "hostId": "a0e44779f1b54d8b6d440c89c313180bfefb1346ffb6e408f47d5851", "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-3", "created": "2018-10-22T18:48:39Z", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-22 18:48:48,441 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691 used request id req-e3c30fb4-bd70-490c-9969-869c501f538e 2018-10-22 18:48:48,442 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-3' booted successfully. IP='10.10.10.15'. 2018-10-22 18:48:48,442 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-3' to security group 'sdnvpn-sg'... 2018-10-22 18:48:48,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ec1659080a622681c036f7265b90cecc0c506d" -d '{"addSecurityGroup": {"name": "82fd1622-3826-4da5-909e-15968132dad8"}}' 2018-10-22 18:48:50,054 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:48:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d3d21822-f05f-4be9-a702-d68a43521597 x-compute-request-id: req-d3d21822-f05f-4be9-a702-d68a43521597 Content-Length: 0 Content-Type: application/json 2018-10-22 18:48:50,055 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-d3d21822-f05f-4be9-a702-d68a43521597 2018-10-22 18:48:50,055 - sdnvpn_test_utils - INFO - Waiting for instance 5fedadde-a0b4-4a2f-8b67-56b9bdf3f691 to boot up 2018-10-22 18:48:50,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:48:51,133 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-9cf00c26-85f5-4b74-98cb-402f2b023229 x-compute-request-id: req-9cf00c26-85f5-4b74-98cb-402f2b023229 Content-Encoding: gzip Content-Length: 7880 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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-10-22 18:48:51,134 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-9cf00c26-85f5-4b74-98cb-402f2b023229 2018-10-22 18:48:53,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:48:54,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-bc16f81b-26c1-4be6-a1df-982be63c6d85 x-compute-request-id: req-bc16f81b-26c1-4be6-a1df-982be63c6d85 Content-Encoding: gzip Content-Length: 7880 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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-10-22 18:48:54,207 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-bc16f81b-26c1-4be6-a1df-982be63c6d85 2018-10-22 18:48:56,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:48:57,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-e05ee591-6e16-4743-819c-caeab7eddd9d x-compute-request-id: req-e05ee591-6e16-4743-819c-caeab7eddd9d Content-Encoding: gzip Content-Length: 7880 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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-10-22 18:48:57,285 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-e05ee591-6e16-4743-819c-caeab7eddd9d 2018-10-22 18:48:59,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:49:00,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-6ae25e5f-6d66-4b5d-be4e-178aa44da4f6 x-compute-request-id: req-6ae25e5f-6d66-4b5d-be4e-178aa44da4f6 Content-Encoding: gzip Content-Length: 7880 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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-10-22 18:49:00,361 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-6ae25e5f-6d66-4b5d-be4e-178aa44da4f6 2018-10-22 18:49:02,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:49:03,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-4f71383a-703f-496c-9377-c0bf4152424e x-compute-request-id: req-4f71383a-703f-496c-9377-c0bf4152424e Content-Encoding: gzip Content-Length: 7880 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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-10-22 18:49:03,436 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-4f71383a-703f-496c-9377-c0bf4152424e 2018-10-22 18:49:05,442 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:49:06,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-ec79a886-458d-48ab-9ff0-a9e9135951fa x-compute-request-id: req-ec79a886-458d-48ab-9ff0-a9e9135951fa Content-Encoding: gzip Content-Length: 7880 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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-10-22 18:49:06,516 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-ec79a886-458d-48ab-9ff0-a9e9135951fa 2018-10-22 18:49:08,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:49:09,598 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-b1531535-3ec2-4e4e-b200-fdab1c524044 x-compute-request-id: req-b1531535-3ec2-4e4e-b200-fdab1c524044 Content-Encoding: gzip Content-Length: 7880 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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-10-22 18:49:09,599 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-b1531535-3ec2-4e4e-b200-fdab1c524044 2018-10-22 18:49:11,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:49:12,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-46e380aa-5087-4b2c-b482-d380b45c43af x-compute-request-id: req-46e380aa-5087-4b2c-b482-d380b45c43af Content-Encoding: gzip Content-Length: 7880 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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-10-22 18:49:12,675 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-46e380aa-5087-4b2c-b482-d380b45c43af 2018-10-22 18:49:14,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:49:15,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-4f42acee-fba5-4c1a-9c02-26ff794cbd20 x-compute-request-id: req-4f42acee-fba5-4c1a-9c02-26ff794cbd20 Content-Encoding: gzip Content-Length: 7880 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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-10-22 18:49:15,755 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-4f42acee-fba5-4c1a-9c02-26ff794cbd20 2018-10-22 18:49:17,761 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:49:18,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-241d6a4a-28e2-4ec0-bb7a-bd1177ec8e39 x-compute-request-id: req-241d6a4a-28e2-4ec0-bb7a-bd1177ec8e39 Content-Encoding: gzip Content-Length: 7880 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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-10-22 18:49:18,836 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-241d6a4a-28e2-4ec0-bb7a-bd1177ec8e39 2018-10-22 18:49:20,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:49:22,067 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:49:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c58865f8-fae2-424a-9b63-c6f80cbcbce2 x-compute-request-id: req-c58865f8-fae2-424a-9b63-c6f80cbcbce2 Content-Encoding: gzip Content-Length: 7880 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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-10-22 18:49:22,067 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-c58865f8-fae2-424a-9b63-c6f80cbcbce2 2018-10-22 18:49:24,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:49:25,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-17877e90-b4f6-4cd4-a3c0-bc0eed3a4a9e x-compute-request-id: req-17877e90-b4f6-4cd4-a3c0-bc0eed3a4a9e Content-Encoding: gzip Content-Length: 7880 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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-10-22 18:49:25,314 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-17877e90-b4f6-4cd4-a3c0-bc0eed3a4a9e 2018-10-22 18:49:27,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:49:28,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-ddd689a9-c060-43b7-bd99-592fc375d0a3 x-compute-request-id: req-ddd689a9-c060-43b7-bd99-592fc375d0a3 Content-Encoding: gzip Content-Length: 7880 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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-10-22 18:49:28,388 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-ddd689a9-c060-43b7-bd99-592fc375d0a3 2018-10-22 18:49:30,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:49:31,466 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-1c186cb8-6dd0-4deb-801f-ed0611ee010a x-compute-request-id: req-1c186cb8-6dd0-4deb-801f-ed0611ee010a Content-Encoding: gzip Content-Length: 7880 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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-10-22 18:49:31,467 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-1c186cb8-6dd0-4deb-801f-ed0611ee010a 2018-10-22 18:49:33,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:49:34,544 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-c7c2b1de-7ccf-493e-b4df-f28fef59a5b5 x-compute-request-id: req-c7c2b1de-7ccf-493e-b4df-f28fef59a5b5 Content-Encoding: gzip Content-Length: 7880 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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-10-22 18:49:34,545 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-c7c2b1de-7ccf-493e-b4df-f28fef59a5b5 2018-10-22 18:49:36,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:49:37,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-7643af25-3b92-471f-a1dd-6f85a676c58d x-compute-request-id: req-7643af25-3b92-471f-a1dd-6f85a676c58d Content-Encoding: gzip Content-Length: 7880 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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-10-22 18:49:37,571 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-7643af25-3b92-471f-a1dd-6f85a676c58d 2018-10-22 18:49:39,577 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:49:40,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-6ecb5d83-968f-43bb-b017-30e4e619b339 x-compute-request-id: req-6ecb5d83-968f-43bb-b017-30e4e619b339 Content-Encoding: gzip Content-Length: 7880 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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-10-22 18:49:40,649 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-6ecb5d83-968f-43bb-b017-30e4e619b339 2018-10-22 18:49:42,655 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:49:43,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-c2dbc45b-5edd-4bda-a6fd-d69ea10ead99 x-compute-request-id: req-c2dbc45b-5edd-4bda-a6fd-d69ea10ead99 Content-Encoding: gzip Content-Length: 7880 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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-10-22 18:49:43,725 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-c2dbc45b-5edd-4bda-a6fd-d69ea10ead99 2018-10-22 18:49:45,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:49:46,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-0a94aece-8cd1-4a57-b765-4b879b9f0e3f x-compute-request-id: req-0a94aece-8cd1-4a57-b765-4b879b9f0e3f Content-Encoding: gzip Content-Length: 7880 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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-10-22 18:49:46,803 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-0a94aece-8cd1-4a57-b765-4b879b9f0e3f 2018-10-22 18:49:48,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:49:49,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:49: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-e7ada4c3-2da1-49aa-8c94-4e9847d20bbb x-compute-request-id: req-e7ada4c3-2da1-49aa-8c94-4e9847d20bbb Content-Encoding: gzip Content-Length: 8072 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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.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\"\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-10-22 18:49:49,881 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-e7ada4c3-2da1-49aa-8c94-4e9847d20bbb 2018-10-22 18:49:51,884 - sdnvpn-results - INFO - Create VPN with multiple RDs 2018-10-22 18:49:51,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-186243", "route_distinguishers": ["12:12", "13:13"]}}' 2018-10-22 18:49:52,278 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 350 X-Openstack-Request-Id: req-2adec19e-62a6-406f-b892-93cb4978d1da Date: Mon, 22 Oct 2018 18:49:52 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12", "13:13"], "routers": [], "id": "1c51a0d9-b72e-4700-acb7-dc15aede9d96", "name": "sdnvpn-186243", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "type": "l3"}} 2018-10-22 18:49:52,278 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns used request id req-2adec19e-62a6-406f-b892-93cb4978d1da 2018-10-22 18:49:52,279 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-186243', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'8ba7a6acf87944158b12f697f8414be6', u'route_targets': [], u'project_id': u'8ba7a6acf87944158b12f697f8414be6', u'type': u'l3', u'id': u'1c51a0d9-b72e-4700-acb7-dc15aede9d96'}} 2018-10-22 18:49:52,279 - sdnvpn-results - INFO - Associate router 'sdnvpn-13-1-router' to the VPN. 2018-10-22 18:49:52,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1c51a0d9-b72e-4700-acb7-dc15aede9d96/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" -d '{"router_association": {"router_id": "441713fc-1213-4ff3-911e-d2c1a88cdded"}}' 2018-10-22 18:49:52,832 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-696a3494-cf05-4ecb-9b39-ba7ae6133c1e Date: Mon, 22 Oct 2018 18:49:52 GMT RESP BODY: {"router_association": {"router_id": "441713fc-1213-4ff3-911e-d2c1a88cdded", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "b8f16816-2901-4136-8bcd-dbdf3ba69490"}} 2018-10-22 18:49:52,832 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1c51a0d9-b72e-4700-acb7-dc15aede9d96/router_associations used request id req-696a3494-cf05-4ecb-9b39-ba7ae6133c1e 2018-10-22 18:49:52,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/441713fc-1213-4ff3-911e-d2c1a88cdded -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" -d '{"router": {"routes": [{"nexthop": "10.10.10.6", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.11", "destination": "179.24.1.12/32"}]}}' 2018-10-22 18:49:53,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-4a7b9de4-9939-4e56-8a78-0a853b4722da Date: Mon, 22 Oct 2018 18:49:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:45:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:49:53Z", "revision_number": 5, "routes": [{"nexthop": "10.10.10.11", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.6", "destination": "179.24.1.12/32"}], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "441713fc-1213-4ff3-911e-d2c1a88cdded", "name": "sdnvpn-13-1-router"}} 2018-10-22 18:49:53,492 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/441713fc-1213-4ff3-911e-d2c1a88cdded used request id req-4a7b9de4-9939-4e56-8a78-0a853b4722da 2018-10-22 18:49:53,493 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-22 18:50:23,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:50:24,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:50: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-65ce4c62-3fc9-49ad-b2b2-1d33dde4d4f8 x-compute-request-id: req-65ce4c62-3fc9-49ad-b2b2-1d33dde4d4f8 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-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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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.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\"\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 34.15s]\n"} 2018-10-22 18:50:24,596 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-65ce4c62-3fc9-49ad-b2b2-1d33dde4d4f8 2018-10-22 18:50:24,598 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-13-3' (10.10.10.15) to 'sdnvpn_extra_route_13' (179.24.1.12). -->Expected result: can ping. 2018-10-22 18:50:24,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26976c8fe4757ad28c7307cef418b97d4faa1e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-22 18:50:25,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:50:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-176bca3e-70a9-4836-953a-9ed99ec68113 x-compute-request-id: req-176bca3e-70a9-4836-953a-9ed99ec68113 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-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 522776360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.136914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138599] pid_max: default: 32768 minimum: 301\n[ 0.139498] ACPI: Core revision 20150930\n[ 0.140884] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142175] Security Framework initialized\n[ 0.142988] Yama: becoming mindful.\n[ 0.143703] AppArmor: AppArmor initialized\n[ 0.144569] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145958] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147598] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148833] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150193] Initializing cgroup subsys io\n[ 0.151020] Initializing cgroup subsys memory\n[ 0.151862] Initializing cgroup subsys devices\n[ 0.152728] Initializing cgroup subsys freezer\n[ 0.153627] Initializing cgroup subsys net_cls\n[ 0.154490] Initializing cgroup subsys perf_event\n[ 0.155380] Initializing cgroup subsys net_prio\n[ 0.156267] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158013] CPU: Physical Processor ID: 0\n[ 0.159489] mce: CPU supports 10 MCE banks\n[ 0.160346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178749] ftrace: allocating 31920 entries in 125 pages\n[ 0.204772] smpboot: Max logical packages: 1\n[ 0.205630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206985] x2apic enabled\n[ 0.207788] Switched APIC routing to physical x2apic.\n[ 0.209555] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214309] KVM setup paravirtual spinlock\n[ 0.215564] x86: Booted up 1 node, 1 CPUs\n[ 0.216344] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217693] devtmpfs: initialized\n[ 0.219403] evm: security.selinux\n[ 0.220080] evm: security.SMACK64\n[ 0.220751] evm: security.SMACK64EXEC\n[ 0.221472] evm: security.SMACK64TRANSMUTE\n[ 0.222251] evm: security.SMACK64MMAP\n[ 0.222974] evm: security.ima\n[ 0.223602] evm: security.capability\n[ 0.224385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226176] pinctrl core: initialized pinctrl subsystem\n[ 0.227242] RTC time: 18:48:45, date: 10/22/18\n[ 0.228167] NET: Registered protocol family 16\n[ 0.229107] cpuidle: using governor ladder\n[ 0.229905] cpuidle: using governor menu\n[ 0.230669] PCCT header not found.\n[ 0.231399] ACPI: bus type PCI registered\n[ 0.232181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233390] PCI: Using configuration type 1 for base access\n[ 0.235469] ACPI: Added _OSI(Module Device)\n[ 0.236288] ACPI: Added _OSI(Processor Device)\n[ 0.237127] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240092] ACPI: Interpreter enabled\n[ 0.240854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248000] ACPI: (supports S0 S5)\n[ 0.248686] ACPI: Using IOAPIC for interrupt routing\n[ 0.249707] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256186] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258330] acpiphp: Slot [3] registered\n[ 0.259125] acpiphp: Slot [4] registered\n[ 0.259914] acpiphp: Slot [5] registered\n[ 0.260696] acpiphp: Slot [6] registered\n[ 0.261469] acpiphp: Slot [7] registered\n[ 0.262243] acpiphp: Slot [8] registered\n[ 0.263019] acpiphp: Slot [9] registered\n[ 0.263791] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265359] acpiphp: Slot [12] registered\n[ 0.266288] acpiphp: Slot [13] registered\n[ 0.267158] acpiphp: Slot [14] registered\n[ 0.268020] acpiphp: Slot [15] registered\n[ 0.278854] acpiphp: Slot [16] registered\n[ 0.279710] acpiphp: Slot [17] registered\n[ 0.280520] acpiphp: Slot [18] registered\n[ 0.281341] acpiphp: Slot [19] registered\n[ 0.282163] acpiphp: Slot [20] registered\n[ 0.282983] acpiphp: Slot [21] registered\n[ 0.283802] acpiphp: Slot [22] registered\n[ 0.284609] acpiphp: Slot [23] registered\n[ 0.285429] acpiphp: Slot [24] registered\n[ 0.286252] acpiphp: Slot [25] registered\n[ 0.287089] acpiphp: Slot [26] registered\n[ 0.287925] acpiphp: Slot [27] registered\n[ 0.288776] acpiphp: Slot [28] registered\n[ 0.289591] acpiphp: Slot [29] registered\n[ 0.290417] acpiphp: Slot [30] registered\n[ 0.291241] acpiphp: Slot [31] registered\n[ 0.292081] PCI host bridge to bus 0000:00\n[ 0.292918] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314976] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363045] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364502] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367395] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372506] vgaarb: loaded\n[ 0.373087] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374203] SCSI subsystem initialized\n[ 0.374997] ACPI: bus type USB registered\n[ 0.375791] usbcore: registered new interface driver usbfs\n[ 0.376787] usbcore: registered new interface driver hub\n[ 0.377766] usbcore: registered new device driver usb\n[ 0.378791] PCI: Using ACPI for IRQ routing\n[ 0.379795] NetLabel: Initializing\n[ 0.380491] NetLabel: domain hash size = 128\n[ 0.381312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382241] NetLabel: unlabeled traffic allowed by default\n[ 0.383303] clocksource: Switched to clocksource kvm-clock\n[ 0.388778] AppArmor: AppArmor Filesystem Enabled\n[ 0.389717] pnp: PnP ACPI init\n[ 0.390617] pnp: PnP ACPI: found 5 devices\n[ 0.396612] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398266] NET: Registered protocol family 2\n[ 0.399196] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400466] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401621] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402760] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403826] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404973] NET: Registered protocol family 1\n[ 0.405812] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407917] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436059] Trying to unpack rootfs image as initramfs...\n[ 0.486141] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500143] Scanning for low memory corruption every 60 seconds\n[ 0.501467] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502575] audit: initializing netlink subsys (disabled)\n[ 0.503620] audit: type=2000 audit(1540234126.430:1): initialized\n[ 0.504942] Initialise system trusted keyring\n[ 0.505887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509031] zbud: loaded\n[ 0.509753] VFS: Disk quotas dquot_6.6.0\n[ 0.510581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512124] fuse init (API version 7.23)\n[ 0.513031] Key type big_key registered\n[ 0.513855] Allocating IMA MOK and blacklist keyrings.\n[ 0.514974] Key type asymmetric registered\n[ 0.515825] Asymmetric key parser 'x509' registered\n[ 0.516795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518294] io scheduler noop registered\n[ 0.519098] io scheduler deadline registered (default)\n[ 0.520132] io scheduler cfq registered\n[ 0.520978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524829] ACPI: Power Button [PWRF]\n[ 0.525673] GHES: HEST is not enabled!\n[ 0.539373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570540] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596964] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599097] Linux agpgart interface v0.103\n[ 0.601589] brd: module loaded\n[ 0.602760] loop: module loaded\n[ 0.614630] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616139] GPT:90111 != 20971519\n[ 0.616849] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617953] GPT:90111 != 20971519\n[ 0.618649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619626] vda: vda1 vda15\n[ 0.621079] scsi host0: ata_piix\n[ 0.621845] scsi host1: ata_piix\n[ 0.622560] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625298] libphy: Fixed MDIO Bus: probed\n[ 0.626132] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627099] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629341] PPP generic driver version 2.4.2\n[ 0.630268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631551] ehci-pci: EHCI PCI platform driver\n[ 0.632442] ehci-platform: EHCI generic platform driver\n[ 0.633432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634577] ohci-pci: OHCI PCI platform driver\n[ 0.635469] ohci-platform: OHCI generic platform driver\n[ 0.636477] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651277] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652297] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653784] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658682] usb usb1: Product: UHCI Host Controller\n[ 0.659643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661850] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665725] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666710] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667768] mousedev: PS/2 mouse device common for all mice\n[ 0.669035] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670930] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672081] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674528] i2c /dev entries driver\n[ 0.675299] device-mapper: uevent: version 1.0.3\n[ 0.676258] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677959] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679285] NET: Registered protocol family 10\n[ 0.680317] NET: Registered protocol family 17\n[ 0.681259] Key type dns_resolver registered\n[ 0.682206] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683361] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686033] Loading compiled-in X.509 certificates\n[ 0.687525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689454] zswap: loaded using pool lzo/zbud\n[ 0.690873] Key type trusted registered\n[ 0.692445] Key type encrypted registered\n[ 0.693304] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695430] evm: HMAC attrs: 0x1\n[ 0.696384] Magic number: 6:376:848\n[ 0.697165] index0: hash matches\n[ 0.697962] rtc_cmos 00:00: setting system clock to 2018-10-22 18:48:46 UTC (1540234126)\n[ 0.699611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700749] EDD information not available.\n[ 0.779844] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781337] ata1.00: configured for MWDMA2\n[ 0.792934] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795224] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796544] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797886] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799811] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801405] Write protecting the kernel read-only data: 14336k\n[ 0.803015] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804875] 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 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.170625] 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.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\"\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 34.15s]\n"} 2018-10-22 18:50:25,672 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-176bca3e-70a9-4836-953a-9ed99ec68113 2018-10-22 18:50:25,673 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-13-3' cannot ping 'sdnvpn_extra_route_13' 2018-10-22 18:50:25,674 - 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-10-22 18:50:25,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/441713fc-1213-4ff3-911e-d2c1a88cdded -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" -d '{"router": {"routes": []}}' 2018-10-22 18:50:26,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-fd510ea8-f2f1-4146-bb31-adef92ed4b78 Date: Mon, 22 Oct 2018 18:50:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d6d0fc90-8c6a-4de4-b3d7-761cbba53606", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:45:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:50:26Z", "revision_number": 6, "routes": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "441713fc-1213-4ff3-911e-d2c1a88cdded", "name": "sdnvpn-13-1-router"}} 2018-10-22 18:50:26,211 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/441713fc-1213-4ff3-911e-d2c1a88cdded used request id req-fd510ea8-f2f1-4146-bb31-adef92ed4b78 2018-10-22 18:50:26,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/74108563-ceb0-4243-9881-66120d7d803a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ec1659080a622681c036f7265b90cecc0c506d" 2018-10-22 18:50:26,265 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:50: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-fc2e1ae3-60b0-48f2-95ee-948d59e41832 x-compute-request-id: req-fc2e1ae3-60b0-48f2-95ee-948d59e41832 Content-Length: 0 Content-Type: application/json 2018-10-22 18:50:26,265 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/74108563-ceb0-4243-9881-66120d7d803a used request id req-fc2e1ae3-60b0-48f2-95ee-948d59e41832 2018-10-22 18:50:26,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ec1659080a622681c036f7265b90cecc0c506d" -d '{"forceDelete": null}' 2018-10-22 18:50:26,435 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:50: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-75709700-32a0-4bb3-a74f-57dcc4f6aeb0 x-compute-request-id: req-75709700-32a0-4bb3-a74f-57dcc4f6aeb0 Content-Length: 0 Content-Type: application/json 2018-10-22 18:50:26,435 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/273f0bcd-62cb-43e3-b6a9-53aacc69d1d4/action used request id req-75709700-32a0-4bb3-a74f-57dcc4f6aeb0 2018-10-22 18:50:26,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ec1659080a622681c036f7265b90cecc0c506d" -d '{"forceDelete": null}' 2018-10-22 18:50:26,589 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:50: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-2a6d6804-fb96-4545-b330-39da55b8b60e x-compute-request-id: req-2a6d6804-fb96-4545-b330-39da55b8b60e Content-Length: 0 Content-Type: application/json 2018-10-22 18:50:26,589 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d64c0f37-454e-4b4d-8186-a84ab35723b5/action used request id req-2a6d6804-fb96-4545-b330-39da55b8b60e 2018-10-22 18:50:26,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ec1659080a622681c036f7265b90cecc0c506d" -d '{"forceDelete": null}' 2018-10-22 18:50:26,798 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 18:50: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-4e85046b-8371-4921-bdf1-cf0d508037b3 x-compute-request-id: req-4e85046b-8371-4921-bdf1-cf0d508037b3 Content-Length: 0 Content-Type: application/json 2018-10-22 18:50:26,798 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5fedadde-a0b4-4a2f-8b67-56b9bdf3f691/action used request id req-4e85046b-8371-4921-bdf1-cf0d508037b3 2018-10-22 18:50:26,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/a6388eda-cc4e-4f9a-b884-20156c88618b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa9d3283a5f9f533df75b446c0750a3c64542e9c" 2018-10-22 18:50:28,979 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e9a512b6-8a93-4775-bb4c-53f1c7976b2b Date: Mon, 22 Oct 2018 18:50:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:50:28,980 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/a6388eda-cc4e-4f9a-b884-20156c88618b used request id req-e9a512b6-8a93-4775-bb4c-53f1c7976b2b 2018-10-22 18:50:28,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/152b689c-f800-42da-b787-ab54c3934ec5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa9d3283a5f9f533df75b446c0750a3c64542e9c" 2018-10-22 18:50:30,671 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-97e8c889-6a60-4752-afe8-708f1da45db4 Date: Mon, 22 Oct 2018 18:50:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:50:30,671 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/152b689c-f800-42da-b787-ab54c3934ec5 used request id req-97e8c889-6a60-4752-afe8-708f1da45db4 2018-10-22 18:50:30,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1c51a0d9-b72e-4700-acb7-dc15aede9d96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" 2018-10-22 18:50:31,042 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d585739e-d893-4541-b6a2-8438dcbb830f Content-Length: 0 Date: Mon, 22 Oct 2018 18:50:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:50:31,042 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1c51a0d9-b72e-4700-acb7-dc15aede9d96 used request id req-d585739e-d893-4541-b6a2-8438dcbb830f 2018-10-22 18:50:31,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/441713fc-1213-4ff3-911e-d2c1a88cdded/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" -d '{"subnet_id": "d3f6e951-36f3-454f-97df-598c2a414174"}' 2018-10-22 18:50:32,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8f6a8d2e-4d3b-4eed-b175-4c541ff6a974 Date: Mon, 22 Oct 2018 18:50:32 GMT RESP BODY: {"network_id": "2526f6ab-d976-4f72-9af2-c5e1a9cac2e1", "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "subnet_id": "d3f6e951-36f3-454f-97df-598c2a414174", "subnet_ids": ["d3f6e951-36f3-454f-97df-598c2a414174"], "port_id": "3042b698-0058-45c3-935a-19f0a0d182d1", "id": "441713fc-1213-4ff3-911e-d2c1a88cdded"} 2018-10-22 18:50:32,363 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/441713fc-1213-4ff3-911e-d2c1a88cdded/remove_router_interface used request id req-8f6a8d2e-4d3b-4eed-b175-4c541ff6a974 2018-10-22 18:50:32,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/441713fc-1213-4ff3-911e-d2c1a88cdded -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" -d '{"router": {"external_gateway_info": {}}}' 2018-10-22 18:50:33,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 428 X-Openstack-Request-Id: req-67d5db6e-6e9d-4286-b51b-c73ce08e0b0f Date: Mon, 22 Oct 2018 18:50:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8ba7a6acf87944158b12f697f8414be6", "created_at": "2018-10-22T18:45:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-22T18:50:33Z", "revision_number": 10, "routes": [], "project_id": "8ba7a6acf87944158b12f697f8414be6", "id": "441713fc-1213-4ff3-911e-d2c1a88cdded", "name": "sdnvpn-13-1-router"}} 2018-10-22 18:50:33,417 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/441713fc-1213-4ff3-911e-d2c1a88cdded used request id req-67d5db6e-6e9d-4286-b51b-c73ce08e0b0f 2018-10-22 18:50:33,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/d3f6e951-36f3-454f-97df-598c2a414174 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" 2018-10-22 18:50:35,672 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d7e7b5b0-3444-4e5c-bd48-82b25fbbaa52 Date: Mon, 22 Oct 2018 18:50:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:50:35,672 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/d3f6e951-36f3-454f-97df-598c2a414174 used request id req-d7e7b5b0-3444-4e5c-bd48-82b25fbbaa52 2018-10-22 18:50:35,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/441713fc-1213-4ff3-911e-d2c1a88cdded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" 2018-10-22 18:50:35,986 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-07db8f86-0560-4326-838c-127444419801 Content-Length: 0 Date: Mon, 22 Oct 2018 18:50:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:50:35,987 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/441713fc-1213-4ff3-911e-d2c1a88cdded used request id req-07db8f86-0560-4326-838c-127444419801 2018-10-22 18:50:35,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/2526f6ab-d976-4f72-9af2-c5e1a9cac2e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28d40259d47d9d927bde508949d387a7aaab7ba" 2018-10-22 18:50:37,197 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-525bb3a6-7ef7-492a-a03e-a127850eb73b Date: Mon, 22 Oct 2018 18:50:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-22 18:50:37,197 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/2526f6ab-d976-4f72-9af2-c5e1a9cac2e1 used request id req-525bb3a6-7ef7-492a-a03e-a127850eb73b 2018-10-22 18:50:37,197 - 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-10-22 18:50:37,197 - sdnvpn-results - INFO - One or more subtests have failed. 2018-10-22 18:50:37,198 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-10-22 18:50:37,198 - 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-10-22 18:50:37,198 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-10-22 18:50:37,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/quotas/8ba7a6acf87944158b12f697f8414be6 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c694e5855c2788a436ea57058e6e5e09c739f11" -d '{"quota": {"subnet": 100, "router": 10, "network": 100, "port": 500}}' 2018-10-22 18:50:37,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-07a27844-82a9-4038-b898-c5e54c3f8e18 Date: Mon, 22 Oct 2018 18:50:37 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-10-22 18:50:37,499 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/quotas/8ba7a6acf87944158b12f697f8414be6 used request id req-07a27844-82a9-4038-b898-c5e54c3f8e18 2018-10-22 18:50:37,499 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-10-22 18:50:37,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22: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}463a8e259f7baaaf07cd73aa849a3346646c615c" -d '{"quota_class_set": {"instances": 10}}' 2018-10-22 18:50:37,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:50: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-6f13d0b8-4beb-40d1-8f20-d073cd337e3e x-compute-request-id: req-6f13d0b8-4beb-40d1-8f20-d073cd337e3e 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-10-22 18:50:37,742 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.22:8774/v2.1/os-quota-class-sets/default used request id req-6f13d0b8-4beb-40d1-8f20-d073cd337e3e 2018-10-22 18:50:37,745 - paramiko.transport - DEBUG - starting thread (client mode): 0x65b9ea50L 2018-10-22 18:50:37,745 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:50:37,774 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:50:37,775 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:50:37,781 - 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-10-22 18:50:37,781 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:50:37,781 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:50:37,781 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:50:37,781 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:50:37,782 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:50:37,790 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:50:37,790 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:50:37,809 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.105: a2d1ec4bebed047ce2b4a215eed33ed6 2018-10-22 18:50:37,810 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:50:37,830 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:50:37,914 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:50:37,918 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:50:38,146 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:50:38,146 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:50:38,185 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:50:38,186 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:50:38,227 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:50:43,530 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:50:43,531 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:50:43,534 - paramiko.transport - DEBUG - starting thread (client mode): 0x65b75910L 2018-10-22 18:50:43,534 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:50:43,541 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:50:43,541 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:50:43,544 - 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-10-22 18:50:43,544 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:50:43,544 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:50:43,544 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:50:43,545 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:50:43,545 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:50:43,550 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:50:43,550 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:50:43,566 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 97d60aef74c92d1a490708e4347a9319 2018-10-22 18:50:43,567 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:50:43,589 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:50:43,602 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:50:43,631 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:50:43,689 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:50:43,690 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:50:43,729 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:50:43,730 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:50:43,737 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:50:43,771 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:50:43,772 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:50:43,773 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:50:43,774 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:50:43,774 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:50:43,814 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:50:43,850 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:50:43,851 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:50:43,852 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:50:43,853 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:50:43,853 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:50:43,895 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:50:43,926 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:50:43,927 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:50:43,929 - paramiko.transport - DEBUG - starting thread (client mode): 0x6677cc50L 2018-10-22 18:50:43,930 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:50:43,935 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:50:43,936 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:50:43,938 - 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-10-22 18:50:43,939 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:50:43,939 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:50:43,939 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:50:43,939 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:50:43,939 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:50:43,944 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:50:43,944 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:50:43,945 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 72a2a096ecf65e8ab28c1111a8608e40 2018-10-22 18:50:43,946 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:50:43,983 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:50:43,996 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:50:44,010 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:50:44,110 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:50:44,110 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:50:44,149 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:50:44,149 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:50:44,179 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:50:44,216 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:50:44,216 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:50:44,217 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:50:44,218 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:50:44,218 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:50:44,258 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:50:44,297 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:50:44,298 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:50:44,299 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:50:44,300 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:50:44,300 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:50:44,340 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:50:44,372 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:50:44,374 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:50:44,376 - paramiko.transport - DEBUG - starting thread (client mode): 0x667dc310L 2018-10-22 18:50:44,377 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:50:44,381 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:50:44,382 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:50:44,384 - 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-10-22 18:50:44,384 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:50:44,385 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:50:44,385 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:50:44,385 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:50:44,385 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:50:44,389 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:50:44,390 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:50:44,392 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 4919741302bf2e19f38a46a66750bfe8 2018-10-22 18:50:44,393 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:50:44,429 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:50:44,441 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:50:44,457 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:50:44,549 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:50:44,550 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:50:44,589 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:50:44,590 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:50:44,626 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:50:44,660 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:50:44,661 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:50:44,662 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:50:44,663 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:50:44,663 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:50:44,705 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:50:44,740 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:50:44,741 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:50:44,742 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:50:44,743 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:50:44,743 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:50:44,783 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:50:44,817 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:50:44,819 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:50:44,820 - paramiko.transport - DEBUG - starting thread (client mode): 0x66822c50L 2018-10-22 18:50:44,821 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:50:44,825 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:50:44,825 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:50:44,828 - 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-10-22 18:50:44,828 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:50:44,828 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:50:44,828 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:50:44,828 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:50:44,829 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:50:44,833 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:50:44,833 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:50:44,836 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 9edadb84fe4f197718547dde2ff2c713 2018-10-22 18:50:44,837 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:50:44,873 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:50:44,883 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:50:44,901 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:50:44,970 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:50:44,970 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:50:45,009 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:50:45,010 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:50:45,020 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:50:45,051 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:50:45,052 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:50:45,053 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:50:45,054 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:50:45,054 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:50:45,094 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:50:45,127 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:50:45,129 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:50:45,130 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:50:45,130 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:50:45,131 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:50:45,171 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:50:45,200 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:50:45,202 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:50:45,203 - paramiko.transport - DEBUG - starting thread (client mode): 0x668b3350L 2018-10-22 18:50:45,204 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:50:45,209 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:50:45,210 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:50:45,212 - 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-10-22 18:50:45,213 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:50:45,213 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:50:45,213 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:50:45,213 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:50:45,213 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:50:45,218 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:50:45,218 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:50:45,219 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 46ec2732988c0182ab443fb6c02e39be 2018-10-22 18:50:45,220 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:50:45,257 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:50:45,268 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:50:45,284 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:50:45,377 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:50:45,378 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:50:45,417 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:50:45,418 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:50:45,451 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:50:45,485 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:50:45,486 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:50:45,486 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:50:45,488 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:50:45,488 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:50:45,529 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:50:45,564 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:50:45,565 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:50:45,566 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:50:45,567 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:50:45,567 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:50:45,609 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:50:45,643 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:50:45,644 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:50:45,645 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:50:45,645 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:50:45,646 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:50:45,652 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:50:50,340 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:50:50,341 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:50:50,344 - paramiko.transport - DEBUG - starting thread (client mode): 0x65b75290L 2018-10-22 18:50:50,344 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:50:50,349 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:50:50,349 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:50:50,351 - 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-10-22 18:50:50,351 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:50:50,352 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:50:50,352 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:50:50,352 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:50:50,352 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:50:50,357 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:50:50,358 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:50:50,360 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 97d60aef74c92d1a490708e4347a9319 2018-10-22 18:50:50,360 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:50:50,397 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:50:50,409 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:50:50,425 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:50:50,489 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:50:50,489 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:50:50,528 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:50:50,529 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:50:50,535 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:50:50,569 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:50:50,570 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:50:50,571 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:50:50,572 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:50:50,572 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:50:50,612 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:50:50,648 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:50:50,649 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:50:50,650 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:50:50,651 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:50:50,651 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:50:50,692 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:50:50,723 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:50:50,725 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:50:50,726 - paramiko.transport - DEBUG - starting thread (client mode): 0x668aabd0L 2018-10-22 18:50:50,727 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:50:50,731 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:50:50,732 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:50:50,734 - 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-10-22 18:50:50,734 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:50:50,734 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:50:50,735 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:50:50,735 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:50:50,735 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:50:50,739 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:50:50,740 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:50:50,742 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 72a2a096ecf65e8ab28c1111a8608e40 2018-10-22 18:50:50,743 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:50:50,779 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:50:50,790 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:50:50,807 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:50:50,874 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:50:50,874 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:50:50,913 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:50:50,914 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:50:50,919 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:50:50,952 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:50:50,953 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:50:50,954 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:50:50,955 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:50:50,955 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:50:50,995 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:50:51,030 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:50:51,032 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:50:51,033 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:50:51,033 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:50:51,034 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:50:51,074 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:50:51,103 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:50:51,105 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:50:51,106 - paramiko.transport - DEBUG - starting thread (client mode): 0x6742fdd0L 2018-10-22 18:50:51,107 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:50:51,112 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:50:51,112 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:50:51,115 - 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-10-22 18:50:51,116 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:50:51,116 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:50:51,116 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:50:51,116 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:50:51,116 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:50:51,121 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:50:51,122 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:50:51,122 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 4919741302bf2e19f38a46a66750bfe8 2018-10-22 18:50:51,123 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:50:51,161 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:50:51,172 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:50:51,187 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:50:51,257 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:50:51,257 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:50:51,296 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:50:51,297 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:50:51,307 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:50:51,344 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:50:51,345 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:50:51,346 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:50:51,346 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:50:51,347 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:50:51,387 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:50:51,425 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:50:51,427 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:50:51,427 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:50:51,428 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:50:51,429 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:50:51,469 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:50:51,501 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:50:51,502 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:50:51,504 - paramiko.transport - DEBUG - starting thread (client mode): 0x67447410L 2018-10-22 18:50:51,505 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:50:51,509 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:50:51,509 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:50:51,511 - 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-10-22 18:50:51,512 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:50:51,512 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:50:51,512 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:50:51,512 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:50:51,512 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:50:51,517 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:50:51,518 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:50:51,520 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 9edadb84fe4f197718547dde2ff2c713 2018-10-22 18:50:51,521 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:50:51,557 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:50:51,567 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:50:51,585 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:50:51,644 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:50:51,645 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:50:51,684 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:50:51,685 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:50:51,688 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:50:51,717 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:50:51,718 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:50:51,720 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:50:51,722 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:50:51,722 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:50:51,762 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:50:51,796 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:50:51,797 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:50:51,798 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:50:51,799 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:50:51,799 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:50:51,840 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:50:51,866 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:50:51,868 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:50:51,870 - paramiko.transport - DEBUG - starting thread (client mode): 0x67452c50L 2018-10-22 18:50:51,870 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-22 18:50:51,875 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-22 18:50:51,875 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-22 18:50:51,877 - 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-10-22 18:50:51,877 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-22 18:50:51,878 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-22 18:50:51,878 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-22 18:50:51,878 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-22 18:50:51,878 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-22 18:50:51,882 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-22 18:50:51,883 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-22 18:50:51,886 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 46ec2732988c0182ab443fb6c02e39be 2018-10-22 18:50:51,886 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-22 18:50:51,923 - paramiko.transport - DEBUG - userauth is OK 2018-10-22 18:50:51,933 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-22 18:50:51,951 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-22 18:50:52,015 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-22 18:50:52,015 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-22 18:50:52,054 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-22 18:50:52,055 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-22 18:50:52,062 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-22 18:50:52,092 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-22 18:50:52,092 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-22 18:50:52,093 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-22 18:50:52,094 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-22 18:50:52,094 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-22 18:50:52,134 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-22 18:50:52,167 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-22 18:50:52,168 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-22 18:50:52,169 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-22 18:50:52,169 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-22 18:50:52,170 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-22 18:50:52,211 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-22 18:50:52,239 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-22 18:50:52,240 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-10-22 18:50:52,241 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-22 18:50:52,271 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:50:52,272 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:50:52,272 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:50:52,275 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:50:52,313 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-22 18:50:52,313 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-22 18:50:52,316 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-22 18:50:52,329 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-22 18:50:52,330 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-22 18:50:52,332 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-22 18:50:52,332 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-22 18:50:52,333 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-22 18:50:52,335 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:50:52,336 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-22 18:50:52,336 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-22 18:50:52,337 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-22 18:50:52,337 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-22 18:50:57,798 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-22 18:50:57,801 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-22 18:50:57,801 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-22 18:50:57,802 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-22 18:50:57,802 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-22 18:50:57,843 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-22 18:50:57,873 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-22 18:50:57,874 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-22 18:50:57,875 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-22 18:50:57,876 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-22 18:50:58,051 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-22 18:50:58,052 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-22 18:50:58,068 - 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-10-22 18:50:58,382 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:50:58,384 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:50:58,385 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:50:58,391 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:50:58,429 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-22 18:50:58,429 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-22 18:50:58,433 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-22 18:50:58,434 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-22 18:50:58,436 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-22 18:50:58,437 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-22 18:50:58,438 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-22 18:50:58,438 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-22 18:50:58,441 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:50:58,441 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-22 18:50:58,442 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-22 18:50:58,442 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-22 18:50:58,443 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-22 18:51:02,405 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-22 18:51:02,407 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-22 18:51:02,408 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-22 18:51:02,410 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-22 18:51:02,410 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-22 18:51:02,450 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-22 18:51:02,479 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-22 18:51:02,479 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-22 18:51:02,480 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-22 18:51:02,481 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-22 18:51:02,638 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-22 18:51:02,639 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-22 18:51:02,655 - 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-10-22 18:51:02,953 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:51:02,955 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:51:02,955 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:51:02,960 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:51:02,995 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-22 18:51:02,996 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-22 18:51:02,998 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-22 18:51:02,998 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-22 18:51:03,000 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-22 18:51:03,001 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-22 18:51:03,002 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-22 18:51:03,002 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-22 18:51:03,004 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:51:03,005 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-22 18:51:03,006 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-22 18:51:03,006 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-22 18:51:03,007 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-22 18:51:09,595 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-22 18:51:09,597 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-22 18:51:09,598 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-22 18:51:09,599 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-22 18:51:09,599 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-22 18:51:09,639 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-22 18:51:09,670 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-22 18:51:09,671 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-22 18:51:09,672 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-22 18:51:09,673 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-22 18:51:09,810 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-22 18:51:09,812 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-22 18:51:09,826 - 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-10-22 18:51:10,099 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:51:10,100 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:51:10,100 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:51:10,102 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:51:10,129 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-22 18:51:10,129 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-22 18:51:10,132 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-22 18:51:10,133 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-22 18:51:10,135 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-22 18:51:10,137 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-22 18:51:10,137 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-22 18:51:10,138 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-22 18:51:10,140 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:51:10,141 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-22 18:51:10,141 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-22 18:51:10,142 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-22 18:51:10,142 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-22 18:51:10,247 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-22 18:51:10,249 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-22 18:51:10,249 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-22 18:51:10,251 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-22 18:51:10,251 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-22 18:51:10,291 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-22 18:51:10,319 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-22 18:51:10,319 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-22 18:51:10,321 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-22 18:51:10,322 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-22 18:51:10,330 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-22 18:51:10,332 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-22 18:51:10,348 - 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-10-22 18:51:10,377 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-22 18:51:10,378 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-22 18:51:10,378 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-22 18:51:10,381 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-22 18:51:10,415 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-22 18:51:10,415 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-22 18:51:10,418 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-22 18:51:10,419 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-22 18:51:10,420 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-22 18:51:10,422 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-22 18:51:10,422 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-22 18:51:10,423 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-22 18:51:10,425 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-22 18:51:10,426 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-22 18:51:10,426 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-22 18:51:10,426 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-22 18:51:10,427 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-22 18:51:10,548 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-22 18:51:10,550 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-22 18:51:10,550 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-22 18:51:10,551 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-22 18:51:10,552 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-22 18:51:10,592 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-22 18:51:10,622 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-22 18:51:10,622 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-22 18:51:10,623 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-22 18:51:10,625 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-22 18:51:10,636 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-22 18:51:10,637 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-22 18:51:10,653 - 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-10-22 18:51:10,686 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-10-22 18:51:12,816 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-22 18:51:12,816 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 43:47 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-10-22 18:51:12,822 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-10-22 18:51:12,822 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:29 | PASS | | bgpvpn | sdnvpn | features | 43:47 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-10-22 18:51:12,828 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-10-22 18:51:12,864 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:12,970 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:13,071 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:13,161 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:13,265 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:13,372 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:13,461 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:13,572 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:13,662 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:13,771 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:13,866 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:13,972 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:14,073 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:14,163 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:14,273 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:14,374 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:14,466 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:14,474 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:14,560 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:14,668 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:14,775 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:14,874 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:14,974 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:15,075 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:15,165 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:15,269 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:15,369 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:15,470 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:15,488 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:15,576 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:15,700 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:15,766 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:15,841 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-22 18:51:19,194 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-301 | | 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-10-22 18:51:19,199 - 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=rF2YY3Hy3tuqsBDUcAYBjNEAr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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.6 export OS_REGION_NAME=regionOne 2018-10-22 18:51:19,199 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-22 18:51:19,200 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-22 18:51:19,200 - 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-10-22 18:51:19,203 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-22 18:51:21,904 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-301 | | 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-10-22 18:51:21,907 - 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=rF2YY3Hy3tuqsBDUcAYBjNEAr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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.6 export OS_REGION_NAME=regionOne 2018-10-22 18:51:21,907 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-22 18:51:21,907 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-22 18:51:21,907 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-10-22 18:51:21,908 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-22 18:51:24,613 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-301 | | 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-10-22 18:51:24,619 - 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=rF2YY3Hy3tuqsBDUcAYBjNEAr export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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.6 export OS_REGION_NAME=regionOne 2018-10-22 18:51:24,619 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-10-22 18:51:24,629 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-10-22 18:51:25,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:51:25,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:51:25,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:51:25,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:51:25,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:51:25,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:51:25,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:51:25,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:51:25,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:51:25,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:51:25,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:51:25,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:51:25,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:51:25,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:51:25,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:51:25,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:51:25,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:51:25,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:51:25,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:51:25,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:51:25,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:51:25,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:51:25,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:51:25,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:51:25,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:51:25,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c25b8bb8-0321-4e2f-862e-a759509ff038 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:51:25,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c25b8bb8-0321-4e2f-862e-a759509ff038 2018-10-22 18:51:25,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:51:25,899 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:51:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ba7a6acf87944158b12f697f8414be6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/8ba7a6acf87944158b12f697f8414be6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27e120d8036344c78f6230718c45109e"}, "audit_ids": ["wrwMaoavSo-wRgGybDzimA"], "issued_at": "2018-10-22T18:51:25.000000Z"}} 2018-10-22 18:51:25,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-22 18:51:25,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:26,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-cfc4ead9-b93d-45ea-aaf7-45c7fd5197c9 Date: Mon, 22 Oct 2018 18:51:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"9e4e1ac2-8a2e-4f12-85b2-1ea16e9deb9f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5068b5ed7a66426d88da56d151653d71","status":"ACTIVE","subnets":["d6d0fc90-8c6a-4de4-b3d7-761cbba53606"],"description":"","tags":[],"updated_at":"2018-10-22T14:45:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5068b5ed7a66426d88da56d151653d71","created_at":"2018-10-22T14:45:25Z","provider:network_type":"flat"}]} 2018-10-22 18:51:26,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-cfc4ead9-b93d-45ea-aaf7-45c7fd5197c9 2018-10-22 18:51:26,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.228545188904s 2018-10-22 18:51:26,131 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-cfc4ead9-b93d-45ea-aaf7-45c7fd5197c9 2018-10-22 18:51:26,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-22 18:51:26,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:26,141 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 18:51:26 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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 18:51:26,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:26,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c98725e-0cad-4250-81bc-cf00c7f7ed35 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/4efcfa9916f34e3598719fc817429a11"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4efcfa9916f34e3598719fc817429a11"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-10-22 18:51:26,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-4c98725e-0cad-4250-81bc-cf00c7f7ed35 2018-10-22 18:51:26,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.297559976578s 2018-10-22 18:51:26,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-22 18:51:26,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}f4bc595c3cd76a80065cace70e561183f61b3a08" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_5edf2517-05ff-4b79-b9ad-3a441123cfca"}}' 2018-10-22 18:51:26,528 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 18:51:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b1e0958-c0fe-4807-94ee-1ea61674b59c 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.22:5000/v3/projects/7d1c8f4654614b378253c1cd5674ac95"}, "enabled": true, "id": "7d1c8f4654614b378253c1cd5674ac95", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_5edf2517-05ff-4b79-b9ad-3a441123cfca"}} 2018-10-22 18:51:26,528 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-7b1e0958-c0fe-4807-94ee-1ea61674b59c 2018-10-22 18:51:26,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0965831279755s 2018-10-22 18:51:26,528 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-7b1e0958-c0fe-4807-94ee-1ea61674b59c 2018-10-22 18:51:26,529 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'id': u'7d1c8f4654614b378253c1cd5674ac95', '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-10-22 18:51:26,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-22 18:51:26,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.345495939255s 2018-10-22 18:51:26,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/04b0947d9d474ae0aa9c43659769e449 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:26,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fee47a9b-d4d9-476d-85c4-cf1a40f24e2c Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/04b0947d9d474ae0aa9c43659769e449"}, "enabled": true, "id": "04b0947d9d474ae0aa9c43659769e449", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_5edf2517-05ff-4b79-b9ad-3a441123cfca"}} 2018-10-22 18:51:26,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/04b0947d9d474ae0aa9c43659769e449 used request id req-fee47a9b-d4d9-476d-85c4-cf1a40f24e2c 2018-10-22 18:51:26,963 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'04b0947d9d474ae0aa9c43659769e449', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_5edf2517-05ff-4b79-b9ad-3a441123cfca'}) 2018-10-22 18:51:26,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 18:51:26,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:27,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b8c05c6-ff19-4718-91ce-752738f71917 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 18:51:27,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6b8c05c6-ff19-4718-91ce-752738f71917 2018-10-22 18:51:27,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.081768989563s 2018-10-22 18:51:27,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 18:51:27,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:27,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c469e784-3ffb-4546-9d97-928a0c5b8a57 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 18:51:27,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c469e784-3ffb-4546-9d97-928a0c5b8a57 2018-10-22 18:51:27,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0835521221161s 2018-10-22 18:51:27,131 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-22 18:51:27,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-22 18:51:27,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" -d '{"role": {"name": "Member"}}' 2018-10-22 18:51:27,228 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 22 Oct 2018 18:51:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95e07e77-f225-4a2f-9e1d-540778e5052d Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "642c699208df49c39279fd6253aa296b", "links": {"self": "http://172.30.9.22:5000/v3/roles/642c699208df49c39279fd6253aa296b"}, "name": "Member"}} 2018-10-22 18:51:27,228 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-95e07e77-f225-4a2f-9e1d-540778e5052d 2018-10-22 18:51:27,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0958108901978s 2018-10-22 18:51:27,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/642c699208df49c39279fd6253aa296b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:27,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9665fe72-34c5-43c2-8ce2-2f86c98d9d5b Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/642c699208df49c39279fd6253aa296b"}, "domain_id": null, "name": "Member", "id": "642c699208df49c39279fd6253aa296b"}} 2018-10-22 18:51:27,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/642c699208df49c39279fd6253aa296b used request id req-9665fe72-34c5-43c2-8ce2-2f86c98d9d5b 2018-10-22 18:51:27,243 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/642c699208df49c39279fd6253aa296b'}, 'domain_id': None, 'human_id': None, 'id': u'642c699208df49c39279fd6253aa296b', 'HUMAN_ID': False}) 2018-10-22 18:51:27,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 18:51:27,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:27,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d40f42b-259b-4484-9f5a-c98fcc10e3ea Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "642c699208df49c39279fd6253aa296b", "links": {"self": "http://172.30.9.22:5000/v3/roles/642c699208df49c39279fd6253aa296b"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 18:51:27,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0d40f42b-259b-4484-9f5a-c98fcc10e3ea 2018-10-22 18:51:27,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.079528093338s 2018-10-22 18:51:27,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 18:51:27,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:27,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71be2875-3a06-42b4-a27d-da872882381c 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 18:51:27,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-71be2875-3a06-42b4-a27d-da872882381c 2018-10-22 18:51:27,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0817129611969s 2018-10-22 18:51:27,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 18:51:27,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:27,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-110b7a74-759c-45b5-8601-35fc3c36b28d Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "tempest_full_parallel-user_5edf2517-05ff-4b79-b9ad-3a441123cfca", "links": {"self": "http://172.30.9.22:5000/v3/users/04b0947d9d474ae0aa9c43659769e449"}, "domain_id": "default", "enabled": true, "id": "04b0947d9d474ae0aa9c43659769e449", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 18:51:27,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-110b7a74-759c-45b5-8601-35fc3c36b28d 2018-10-22 18:51:27,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106127023697s 2018-10-22 18:51:27,514 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-110b7a74-759c-45b5-8601-35fc3c36b28d 2018-10-22 18:51:27,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 18:51:27,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:27,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b586abd-7ab9-4048-a73d-4cf84c21ebaf Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.22:5000/v3/projects/7d1c8f4654614b378253c1cd5674ac95"}, "enabled": true, "id": "7d1c8f4654614b378253c1cd5674ac95", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_5edf2517-05ff-4b79-b9ad-3a441123cfca"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 18:51:27,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-6b586abd-7ab9-4048-a73d-4cf84c21ebaf 2018-10-22 18:51:27,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0842938423157s 2018-10-22 18:51:27,605 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-6b586abd-7ab9-4048-a73d-4cf84c21ebaf 2018-10-22 18:51:27,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 18:51:27,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=04b0947d9d474ae0aa9c43659769e449&scope.project.id=7d1c8f4654614b378253c1cd5674ac95&role.id=642c699208df49c39279fd6253aa296b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:27,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d73df244-275b-4dfa-bd23-9db169b6ba14 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=04b0947d9d474ae0aa9c43659769e449&scope.project.id=7d1c8f4654614b378253c1cd5674ac95&role.id=642c699208df49c39279fd6253aa296b", "previous": null, "next": null}} 2018-10-22 18:51:27,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=04b0947d9d474ae0aa9c43659769e449&scope.project.id=7d1c8f4654614b378253c1cd5674ac95&role.id=642c699208df49c39279fd6253aa296b used request id req-d73df244-275b-4dfa-bd23-9db169b6ba14 2018-10-22 18:51:27,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0784969329834s 2018-10-22 18:51:27,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 18:51:27,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/7d1c8f4654614b378253c1cd5674ac95/users/04b0947d9d474ae0aa9c43659769e449/roles/642c699208df49c39279fd6253aa296b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:27,799 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 18:51:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef5ab2dc-e3c4-467f-a5d5-d50939e98124 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 18:51:27,799 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/7d1c8f4654614b378253c1cd5674ac95/users/04b0947d9d474ae0aa9c43659769e449/roles/642c699208df49c39279fd6253aa296b used request id req-ef5ab2dc-e3c4-467f-a5d5-d50939e98124 2018-10-22 18:51:27,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.113461017609s 2018-10-22 18:51:27,800 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_5edf2517-05ff-4b79-b9ad-3a441123cfca', 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': '28cc39d8-fbfe-4c3e-a77b-e6d3bfd5d381', 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_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'project_id': u'7d1c8f4654614b378253c1cd5674ac95', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-22 18:51:27,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-22 18:51:27,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-22 18:51:27,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-22 18:51:27,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-22 18:51:27,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-22 18:51:27,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-22 18:51:27,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-22 18:51:27,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-22 18:51:27,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-22 18:51:27,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-22 18:51:27,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-22 18:51:27,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-22 18:51:27,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-22 18:51:27,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-22 18:51:27,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-22 18:51:27,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-22 18:51:27,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-22 18:51:27,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-22 18:51:27,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-22 18:51:27,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-22 18:51:27,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-22 18:51:27,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-22 18:51:27,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-22 18:51:27,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-22 18:51:27,806 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'password': '28cc39d8-fbfe-4c3e-a77b-e6d3bfd5d381', 'project_name': 'tempest_full_paral-project_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '7d1c8f4654614b378253c1cd5674ac95', 'project_domain_name': 'Default'} 2018-10-22 18:51:27,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 18:51:27,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:27,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8da1cc20-da2b-4f04-9a86-81846423e89b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "642c699208df49c39279fd6253aa296b", "links": {"self": "http://172.30.9.22:5000/v3/roles/642c699208df49c39279fd6253aa296b"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 18:51:27,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8da1cc20-da2b-4f04-9a86-81846423e89b 2018-10-22 18:51:27,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824761390686s 2018-10-22 18:51:27,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 18:51:27,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:27,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb7e47ea-e71e-4481-be32-b1c488eef118 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "642c699208df49c39279fd6253aa296b", "links": {"self": "http://172.30.9.22:5000/v3/roles/642c699208df49c39279fd6253aa296b"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 18:51:27,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fb7e47ea-e71e-4481-be32-b1c488eef118 2018-10-22 18:51:27,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0748250484467s 2018-10-22 18:51:27,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 18:51:27,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:28,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-320f43a1-a851-44a4-9515-57598e31a23e 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 18:51:28,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-320f43a1-a851-44a4-9515-57598e31a23e 2018-10-22 18:51:28,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0819120407104s 2018-10-22 18:51:28,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 18:51:28,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:28,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-503ee996-fa1e-4b56-8637-1eab7c1332f2 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "tempest_full_parallel-user_5edf2517-05ff-4b79-b9ad-3a441123cfca", "links": {"self": "http://172.30.9.22:5000/v3/users/04b0947d9d474ae0aa9c43659769e449"}, "domain_id": "default", "enabled": true, "id": "04b0947d9d474ae0aa9c43659769e449", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 18:51:28,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-503ee996-fa1e-4b56-8637-1eab7c1332f2 2018-10-22 18:51:28,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101627111435s 2018-10-22 18:51:28,152 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-503ee996-fa1e-4b56-8637-1eab7c1332f2 2018-10-22 18:51:28,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 18:51:28,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:28,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f915554-396c-4739-b6b1-be64beb27382 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.22:5000/v3/projects/7d1c8f4654614b378253c1cd5674ac95"}, "enabled": true, "id": "7d1c8f4654614b378253c1cd5674ac95", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_5edf2517-05ff-4b79-b9ad-3a441123cfca"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 18:51:28,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-3f915554-396c-4739-b6b1-be64beb27382 2018-10-22 18:51:28,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0850610733032s 2018-10-22 18:51:28,243 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-3f915554-396c-4739-b6b1-be64beb27382 2018-10-22 18:51:28,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 18:51:28,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=04b0947d9d474ae0aa9c43659769e449&scope.project.id=7d1c8f4654614b378253c1cd5674ac95&role.id=54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:28,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-269d493f-b448-4883-bbe0-1cbeaa8488f9 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=04b0947d9d474ae0aa9c43659769e449&scope.project.id=7d1c8f4654614b378253c1cd5674ac95&role.id=54475a0b5ce34095bb526868da234e2a", "previous": null, "next": null}} 2018-10-22 18:51:28,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=04b0947d9d474ae0aa9c43659769e449&scope.project.id=7d1c8f4654614b378253c1cd5674ac95&role.id=54475a0b5ce34095bb526868da234e2a used request id req-269d493f-b448-4883-bbe0-1cbeaa8488f9 2018-10-22 18:51:28,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0814340114594s 2018-10-22 18:51:28,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 18:51:28,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/7d1c8f4654614b378253c1cd5674ac95/users/04b0947d9d474ae0aa9c43659769e449/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:28,453 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 18:51:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac3e921b-976f-459e-bad8-eb9b9c084802 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 18:51:28,453 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/7d1c8f4654614b378253c1cd5674ac95/users/04b0947d9d474ae0aa9c43659769e449/roles/54475a0b5ce34095bb526868da234e2a used request id req-ac3e921b-976f-459e-bad8-eb9b9c084802 2018-10-22 18:51:28,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.126274108887s 2018-10-22 18:51:28,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 18:51:28,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:28,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2ace7ed-ffb8-4d23-8790-2449a2cacb0e Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "642c699208df49c39279fd6253aa296b", "links": {"self": "http://172.30.9.22:5000/v3/roles/642c699208df49c39279fd6253aa296b"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 18:51:28,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d2ace7ed-ffb8-4d23-8790-2449a2cacb0e 2018-10-22 18:51:28,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0759580135345s 2018-10-22 18:51:28,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-22 18:51:28,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:28,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4905ebd-e380-4bb4-b114-17489f73c83a 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.22:5000/v3/domains/default"}, "name": "Default"}} 2018-10-22 18:51:28,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-a4905ebd-e380-4bb4-b114-17489f73c83a 2018-10-22 18:51:28,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0804040431976s 2018-10-22 18:51:28,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 18:51:28,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:28,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3362084-cf86-4b8e-9931-d42e07c23c63 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "tempest_full_parallel-user_5edf2517-05ff-4b79-b9ad-3a441123cfca", "links": {"self": "http://172.30.9.22:5000/v3/users/04b0947d9d474ae0aa9c43659769e449"}, "domain_id": "default", "enabled": true, "id": "04b0947d9d474ae0aa9c43659769e449", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 18:51:28,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-b3362084-cf86-4b8e-9931-d42e07c23c63 2018-10-22 18:51:28,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102391004562s 2018-10-22 18:51:28,715 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-b3362084-cf86-4b8e-9931-d42e07c23c63 2018-10-22 18:51:28,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-22 18:51:28,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=04b0947d9d474ae0aa9c43659769e449&role.id=54475a0b5ce34095bb526868da234e2a&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:28,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77ef7c18-2601-46e8-8a7b-4d065914dd36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=04b0947d9d474ae0aa9c43659769e449&role.id=54475a0b5ce34095bb526868da234e2a&scope.domain.id=default", "previous": null, "next": null}} 2018-10-22 18:51:28,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=04b0947d9d474ae0aa9c43659769e449&role.id=54475a0b5ce34095bb526868da234e2a&scope.domain.id=default used request id req-77ef7c18-2601-46e8-8a7b-4d065914dd36 2018-10-22 18:51:28,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0761859416962s 2018-10-22 18:51:28,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-22 18:51:28,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/domains/default/users/04b0947d9d474ae0aa9c43659769e449/roles/54475a0b5ce34095bb526868da234e2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 18:51:28,932 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 18:51:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20be68eb-02b5-491e-ad00-19aa3681e1df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 18:51:28,932 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/domains/default/users/04b0947d9d474ae0aa9c43659769e449/roles/54475a0b5ce34095bb526868da234e2a used request id req-20be68eb-02b5-491e-ad00-19aa3681e1df 2018-10-22 18:51:28,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.134564161301s 2018-10-22 18:51:28,933 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-22 18:51:33,314 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-22 18:51:33.023 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=22b6ce5d-300e-44a3-8385-d5070c103285) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 22b6ce5d-300e-44a3-8385-d5070c103285 | 2018-10-22T18:51:32 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 22b6ce5d-300e-44a3-8385-d5070c103285 ~/.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-10-22 18:51:36,457 - 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-10-22 18:51:36,457 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-22 18:51:41,721 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-22 18:51:40.440 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-22 18:51:40.582 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-22 18:51:41.552 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c3e60b65-dcff-4ff0-8e66-04ac873a9efe) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c3e60b65-dcff-4ff0-8e66-04ac873a9efe) as the default verifier for the future CLI operations. 2018-10-22 18:51:44,367 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-10-22 18:51:44,368 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-22 18:51:44,497 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-22 18:51:44,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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-10-22 18:51:44,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df256a99-4c29-4646-b02a-6a664982a97f 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.22:5000/v3/", "rel": "self"}]}} 2018-10-22 18:51:44,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-df256a99-4c29-4646-b02a-6a664982a97f 2018-10-22 18:51:44,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-10-22 18:51:44,912 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "642c699208df49c39279fd6253aa296b", "name": "Member"}, {"id": "54475a0b5ce34095bb526868da234e2a", "name": "admin"}], "expires_at": "2018-10-22T19:51:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d1c8f4654614b378253c1cd5674ac95", "name": "tempest_full_paral-project_5edf2517-05ff-4b79-b9ad-3a441123cfca"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f4b3ba3812349df990515f9b6ae247a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23ad7c6938643608bd63111f151afa7"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd736bc6f31243d3ba008b4ba0d6b2e3"}], "type": "metric", "id": "05f0391c75c644d89e676d25005d2ca2", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/7d1c8f4654614b378253c1cd5674ac95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfd774b903f4c5f8d1298b26cd19bcf"}, {"url": "http://172.30.9.22:8776/v3/7d1c8f4654614b378253c1cd5674ac95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fe015c245bd489a93f9382e6d2f9db7"}, {"url": "http://192.30.9.6:8776/v3/7d1c8f4654614b378253c1cd5674ac95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c825281c5e4bf09b6d1cf7fb68bca5"}], "type": "volumev3", "id": "20c0594915b04d389dcc9ed6698db1fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16039cd0a93742b6b43893abd6899f7f"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68b218ec02224517833bc3bc4a1bb0ba"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ece0499b0faa4d7a96edd56c81eebba0"}], "type": "image", "id": "4d7074dd3fa34ad8a663e14ff76d464d", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29f71808e1c84b0bba033019c97182df"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "542bc2d8a2114b4a930c8492b78bad39"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f75213f7f05149e48581ddedeb82bbea"}], "type": "identity", "id": "53842a0d7da04a4fbbeba64efa8673c0", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f82e614e4cb4bb5a0ac3fb21f27ea8d"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f1be02a03ea4d82b12d408f37fcc4a4"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6cd929170e349928fdb734b90c0a4ff"}], "type": "network", "id": "661d853a9e874381b052f6c4cd6e2c40", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/7d1c8f4654614b378253c1cd5674ac95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6b67d27ba26b4d878b9d9febf6177266"}, {"url": "http://192.30.9.6:8004/v1/7d1c8f4654614b378253c1cd5674ac95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "961b844a5a0341f7b2c8e2782516f437"}, {"url": "http://172.30.9.22:8004/v1/7d1c8f4654614b378253c1cd5674ac95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac37c182271a4524b77120eab17d572a"}], "type": "orchestration", "id": "8454f4688e9b4c988e291bfab8638aa1", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59aba3683570482bb41e340f33dcebc0"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75f6858cad1a4242919214c234e3a300"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f23f1beb401d4ea1b6de7a3b91864885"}], "type": "alarming", "id": "86124e578ab2442b8e78a3f45579b17f", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "8f1eb5cf95fa4f49a359fef79513f261", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v1/7d1c8f4654614b378253c1cd5674ac95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "587982a9df29431b8b45c82381b640ae"}, {"url": "http://192.30.9.6:8776/v1/7d1c8f4654614b378253c1cd5674ac95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a560fcae7b2c45778789ae8288c165d1"}, {"url": "http://172.30.9.22:8776/v1/7d1c8f4654614b378253c1cd5674ac95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cab682cb24974ae19aea26f5aa917c10"}], "type": "volume", "id": "9e2d0101afb646558a7cfceeb2555d28", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20ac8177d87b46e185a99cd13e40fca7"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28fffe7b3f3242d5ab4a6e3204c61ff5"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85c854767e024200871d97572de446bd"}], "type": "placement", "id": "a1dbdae516874a0d9db8cd51b5ba97ea", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b1943a19814777a47ae09886459620"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a14af46861d149d285d633c4f30e1808"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2613fc968f14c9db91bb45dae38c806"}], "type": "compute", "id": "aac51aeb3cd94930abeb01f4a482b051", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/7d1c8f4654614b378253c1cd5674ac95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f6a8b97a84d47d08dbf4efd7d2f73c7"}, {"url": "http://192.30.9.6:8776/v2/7d1c8f4654614b378253c1cd5674ac95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9e02e108eef4bf6822d92c7c62daa39"}, {"url": "http://192.30.9.6:8776/v2/7d1c8f4654614b378253c1cd5674ac95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fafc5725eab34071bea332a365870c2e"}], "type": "volumev2", "id": "c3e87d58275d4edda57f7ad5d878afd6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "185a581bd5184af0acd5bb08dba7a2d3"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d931e0ffa8941d49f63145186b8e246"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e41003b143bd4f8091e9e147bcef2c73"}], "type": "policy", "id": "d0bae0ab7e8c405c91c4ede87abd01df", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1432fa65df6a495580ec3eedd781dbea"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8295fd9b6b1c44ca8c8bfb47850058e8"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6cceda13c174ed3bf2af32773531492"}], "type": "key-manager", "id": "e5de226d89434c60a12729d13ba71959", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5763f47c52c44d4cbe229b97e9265b2b"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeccda03790049a5ba88f4c48d7ec53f"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadc64fac46b4abd839f23b2ccd75ee8"}], "type": "cloudformation", "id": "e6d0b94e86c04c80b0149789fc3b6da3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_5edf2517-05ff-4b79-b9ad-3a441123cfca", "id": "04b0947d9d474ae0aa9c43659769e449"}, "audit_ids": ["A3nPBhCqQnG5NaKRQ1FTZg"], "issued_at": "2018-10-22T18:51:44.000000Z"}} 2018-10-22 18:51:44,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}2dce37da6fe17386b185bcb25936db3a7f016fc1" 2018-10-22 18:51:44,921 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 22 Oct 2018 18:51:44 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-10-22 18:51:44,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 18:51:44,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}2dce37da6fe17386b185bcb25936db3a7f016fc1" 2018-10-22 18:51:45,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5ff1166d-6db3-46dd-bf48-ad28d5c69238 Date: Mon, 22 Oct 2018 18:51:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 18:51:45,096 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5ff1166d-6db3-46dd-bf48-ad28d5c69238 2018-10-22 18:51:45,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172169923782s 2018-10-22 18:51:45,097 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5ff1166d-6db3-46dd-bf48-ad28d5c69238 2018-10-22 18:51:45,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-22 18:51:45,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}2dce37da6fe17386b185bcb25936db3a7f016fc1" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca"}' 2018-10-22 18:51:45,318 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92 X-Openstack-Request-Id: req-cf7505af-bb33-4ea9-9c4f-6361e31efc0a Date: Mon, 22 Oct 2018 18:51:45 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/file", "owner": "7d1c8f4654614b378253c1cd5674ac95", "id": "1417a3e7-bcf0-4ea2-b98a-5df373677f92", "size": null, "self": "/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T18:51:45Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca", "checksum": null, "created_at": "2018-10-22T18:51:45Z", "protected": false} 2018-10-22 18:51:45,318 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-cf7505af-bb33-4ea9-9c4f-6361e31efc0a 2018-10-22 18:51:45,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.219228029251s 2018-10-22 18:51:45,319 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-cf7505af-bb33-4ea9-9c4f-6361e31efc0a returning object 1417a3e7-bcf0-4ea2-b98a-5df373677f92 2018-10-22 18:51:45,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-22 18:51:45,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/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}2dce37da6fe17386b185bcb25936db3a7f016fc1" -d '' 2018-10-22 18:51:46,763 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8ae013b1-cfb7-43a2-8696-9d29f86fb8e1 Date: Mon, 22 Oct 2018 18:51:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:51:46,763 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/file used request id req-8ae013b1-cfb7-43a2-8696-9d29f86fb8e1 2018-10-22 18:51:46,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.44398283958s 2018-10-22 18:51:46,764 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/file used request id req-8ae013b1-cfb7-43a2-8696-9d29f86fb8e1 2018-10-22 18:51:46,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 18:51:46,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}2dce37da6fe17386b185bcb25936db3a7f016fc1" 2018-10-22 18:51:46,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-ea3740d8-6f2a-4572-a835-e76765a171a4 Date: Mon, 22 Oct 2018 18:51:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/snap", "metadata": {}}], "file": "/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/file", "owner": "7d1c8f4654614b378253c1cd5674ac95", "id": "1417a3e7-bcf0-4ea2-b98a-5df373677f92", "size": 12716032, "self": "/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T18:51:46Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T18:51:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 18:51:46,933 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ea3740d8-6f2a-4572-a835-e76765a171a4 2018-10-22 18:51:46,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169157981873s 2018-10-22 18:51:46,934 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ea3740d8-6f2a-4572-a835-e76765a171a4 2018-10-22 18:51:46,936 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/file', 'owner': u'7d1c8f4654614b378253c1cd5674ac95', 'id': u'1417a3e7-bcf0-4ea2-b98a-5df373677f92', 'size': 12716032, u'self': u'/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7d1c8f4654614b378253c1cd5674ac95', 'name': 'tempest_full_paral-project_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T18:51:46Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T18:51:46Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'created': u'2018-10-22T18:51:45Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T18:51:45Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 18:51:46,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-22 18:51:46,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}f4bc595c3cd76a80065cace70e561183f61b3a08" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_5edf2517-05ff-4b79-b9ad-3a441123cfca", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-22 18:51:47,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-845bb31b-784d-4865-b450-0303a3b061a4 x-compute-request-id: req-845bb31b-784d-4865-b450-0303a3b061a4 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/54038a75-fc74-48d3-adc3-0d3b5fa998ea", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/54038a75-fc74-48d3-adc3-0d3b5fa998ea", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "54038a75-fc74-48d3-adc3-0d3b5fa998ea", "name": "tempest_full_parallel-flavor_5edf2517-05ff-4b79-b9ad-3a441123cfca", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:51:47,160 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-845bb31b-784d-4865-b450-0303a3b061a4 2018-10-22 18:51:47,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.223917007446s 2018-10-22 18:51:47,161 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-845bb31b-784d-4865-b450-0303a3b061a4 returning object 54038a75-fc74-48d3-adc3-0d3b5fa998ea 2018-10-22 18:51:47,162 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_5edf2517-05ff-4b79-b9ad-3a441123cfca', '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'8ba7a6acf87944158b12f697f8414be6', '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'54038a75-fc74-48d3-adc3-0d3b5fa998ea', 'swap': 0}) 2018-10-22 18:51:47,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-22 18:51:47,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/54038a75-fc74-48d3-adc3-0d3b5fa998ea/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}f4bc595c3cd76a80065cace70e561183f61b3a08" -d '{"extra_specs": {}}' 2018-10-22 18:51:47,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-b0979174-ca23-47ff-86d9-ff25af981bb6 x-compute-request-id: req-b0979174-ca23-47ff-86d9-ff25af981bb6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-22 18:51:47,183 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/54038a75-fc74-48d3-adc3-0d3b5fa998ea/os-extra_specs used request id req-b0979174-ca23-47ff-86d9-ff25af981bb6 2018-10-22 18:51:47,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0205149650574s 2018-10-22 18:51:47,183 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/54038a75-fc74-48d3-adc3-0d3b5fa998ea/os-extra_specs used request id req-b0979174-ca23-47ff-86d9-ff25af981bb6 2018-10-22 18:51:47,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 18:51:47,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}2dce37da6fe17386b185bcb25936db3a7f016fc1" 2018-10-22 18:51:47,194 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 22 Oct 2018 18:51: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.22: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.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-22 18:51:47,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dce37da6fe17386b185bcb25936db3a7f016fc1" 2018-10-22 18:51:47,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18:51:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0cf753b-449b-4c50-a03c-5a1612bf67c1 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "642c699208df49c39279fd6253aa296b", "links": {"self": "http://172.30.9.22:5000/v3/roles/642c699208df49c39279fd6253aa296b"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 18:51:47,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a0cf753b-449b-4c50-a03c-5a1612bf67c1 2018-10-22 18:51:47,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0917210578918s 2018-10-22 18:51:47,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-22 18:51:47,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}2dce37da6fe17386b185bcb25936db3a7f016fc1" 2018-10-22 18:51:47,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-3a592ce2-16c3-4f2c-81f9-2816774a217b x-compute-request-id: req-3a592ce2-16c3-4f2c-81f9-2816774a217b Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 197}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 10174, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10174, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-22 18:51:47,920 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-3a592ce2-16c3-4f2c-81f9-2816774a217b 2018-10-22 18:51:47,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.639676094055s 2018-10-22 18:51:47,920 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-3a592ce2-16c3-4f2c-81f9-2816774a217b 2018-10-22 18:51:47,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 18:51:47,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}2dce37da6fe17386b185bcb25936db3a7f016fc1" 2018-10-22 18:51:48,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-1426365b-8d64-4a59-9311-5fb15a13cc1b Date: Mon, 22 Oct 2018 18:51:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/snap", "metadata": {}}], "file": "/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/file", "owner": "7d1c8f4654614b378253c1cd5674ac95", "id": "1417a3e7-bcf0-4ea2-b98a-5df373677f92", "size": 12716032, "self": "/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T18:51:46Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T18:51:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 18:51:48,103 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-1426365b-8d64-4a59-9311-5fb15a13cc1b 2018-10-22 18:51:48,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.1813621521s 2018-10-22 18:51:48,103 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-1426365b-8d64-4a59-9311-5fb15a13cc1b 2018-10-22 18:51:48,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-22 18:51:48,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}2dce37da6fe17386b185bcb25936db3a7f016fc1" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca"}' 2018-10-22 18:51:48,304 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/e9931e25-37c7-4260-af93-58ba4d6bffae X-Openstack-Request-Id: req-32e1628a-ff33-4311-b7c2-431e186fd1e7 Date: Mon, 22 Oct 2018 18:51:48 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e9931e25-37c7-4260-af93-58ba4d6bffae/file", "owner": "7d1c8f4654614b378253c1cd5674ac95", "id": "e9931e25-37c7-4260-af93-58ba4d6bffae", "size": null, "self": "/v2/images/e9931e25-37c7-4260-af93-58ba4d6bffae", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T18:51:48Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca", "checksum": null, "created_at": "2018-10-22T18:51:48Z", "protected": false} 2018-10-22 18:51:48,305 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-32e1628a-ff33-4311-b7c2-431e186fd1e7 2018-10-22 18:51:48,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.199002981186s 2018-10-22 18:51:48,306 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-32e1628a-ff33-4311-b7c2-431e186fd1e7 returning object e9931e25-37c7-4260-af93-58ba4d6bffae 2018-10-22 18:51:48,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-22 18:51:48,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/e9931e25-37c7-4260-af93-58ba4d6bffae/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}2dce37da6fe17386b185bcb25936db3a7f016fc1" -d '' 2018-10-22 18:51:48,996 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-562f9d5e-642e-4ed1-ae5a-3993a4ad63e2 Date: Mon, 22 Oct 2018 18:51:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 18:51:48,996 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/e9931e25-37c7-4260-af93-58ba4d6bffae/file used request id req-562f9d5e-642e-4ed1-ae5a-3993a4ad63e2 2018-10-22 18:51:48,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.689727067947s 2018-10-22 18:51:48,997 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/e9931e25-37c7-4260-af93-58ba4d6bffae/file used request id req-562f9d5e-642e-4ed1-ae5a-3993a4ad63e2 2018-10-22 18:51:48,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 18:51:48,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}2dce37da6fe17386b185bcb25936db3a7f016fc1" 2018-10-22 18:51:49,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2387 Content-Type: application/json X-Openstack-Request-Id: req-006bcb9a-352b-4147-ac26-0a6ef828a886 Date: Mon, 22 Oct 2018 18:51:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/e9931e25-37c7-4260-af93-58ba4d6bffae/snap", "metadata": {}}], "file": "/v2/images/e9931e25-37c7-4260-af93-58ba4d6bffae/file", "owner": "7d1c8f4654614b378253c1cd5674ac95", "id": "e9931e25-37c7-4260-af93-58ba4d6bffae", "size": 12716032, "self": "/v2/images/e9931e25-37c7-4260-af93-58ba4d6bffae", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/e9931e25-37c7-4260-af93-58ba4d6bffae/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T18:51:48Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T18:51:48Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/snap", "metadata": {}}], "file": "/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/file", "owner": "7d1c8f4654614b378253c1cd5674ac95", "id": "1417a3e7-bcf0-4ea2-b98a-5df373677f92", "size": 12716032, "self": "/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T18:51:46Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T18:51:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 18:51:49,161 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-006bcb9a-352b-4147-ac26-0a6ef828a886 2018-10-22 18:51:49,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.163908958435s 2018-10-22 18:51:49,162 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-006bcb9a-352b-4147-ac26-0a6ef828a886 2018-10-22 18:51:49,165 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/e9931e25-37c7-4260-af93-58ba4d6bffae/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e9931e25-37c7-4260-af93-58ba4d6bffae/file', 'owner': u'7d1c8f4654614b378253c1cd5674ac95', 'id': u'e9931e25-37c7-4260-af93-58ba4d6bffae', 'size': 12716032, u'self': u'/v2/images/e9931e25-37c7-4260-af93-58ba4d6bffae', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7d1c8f4654614b378253c1cd5674ac95', 'name': 'tempest_full_paral-project_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/e9931e25-37c7-4260-af93-58ba4d6bffae/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-22T18:51:48Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-22T18:51:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e9931e25-37c7-4260-af93-58ba4d6bffae', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca', 'created': u'2018-10-22T18:51:48Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-22T18:51:48Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e9931e25-37c7-4260-af93-58ba4d6bffae', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-22 18:51:49,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-22 18:51:49,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}f4bc595c3cd76a80065cace70e561183f61b3a08" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-22 18:51:49,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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-aa5b81e3-cda8-4401-b13f-73e9950a66b3 x-compute-request-id: req-aa5b81e3-cda8-4401-b13f-73e9950a66b3 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/3b6406e2-98d0-4817-a317-d1f25fb49cfc", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/3b6406e2-98d0-4817-a317-d1f25fb49cfc", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3b6406e2-98d0-4817-a317-d1f25fb49cfc", "name": "tempest_full_parallel-flavor_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-22 18:51:49,222 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-aa5b81e3-cda8-4401-b13f-73e9950a66b3 2018-10-22 18:51:49,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0561859607697s 2018-10-22 18:51:49,222 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-aa5b81e3-cda8-4401-b13f-73e9950a66b3 returning object 3b6406e2-98d0-4817-a317-d1f25fb49cfc 2018-10-22 18:51:49,223 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca', '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'8ba7a6acf87944158b12f697f8414be6', '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'3b6406e2-98d0-4817-a317-d1f25fb49cfc', 'swap': 0}) 2018-10-22 18:51:49,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-22 18:51:49,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/3b6406e2-98d0-4817-a317-d1f25fb49cfc/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}f4bc595c3cd76a80065cace70e561183f61b3a08" -d '{"extra_specs": {}}' 2018-10-22 18:51:49,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 18: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 x-openstack-request-id: req-64b2ebd6-54b2-42a5-9eff-bbdabf9ecc2f x-compute-request-id: req-64b2ebd6-54b2-42a5-9eff-bbdabf9ecc2f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-22 18:51:49,247 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/3b6406e2-98d0-4817-a317-d1f25fb49cfc/os-extra_specs used request id req-64b2ebd6-54b2-42a5-9eff-bbdabf9ecc2f 2018-10-22 18:51:49,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.023668050766s 2018-10-22 18:51:49,248 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/3b6406e2-98d0-4817-a317-d1f25fb49cfc/os-extra_specs used request id req-64b2ebd6-54b2-42a5-9eff-bbdabf9ecc2f 2018-10-22 18:51:49,248 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca', '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'8ba7a6acf87944158b12f697f8414be6', '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'3b6406e2-98d0-4817-a317-d1f25fb49cfc', 'swap': 0}) 2018-10-22 18:51:53,043 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-22 18:51:51.238 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c3e60b65-dcff-4ff0-8e66-04ac873a9efe) for deployment 'opnfv-rally' (UUID=22b6ce5d-300e-44a3-8385-d5070c103285). 2018-10-22 18:51:52.903 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-22 18:51:52.905 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c3e60b65-dcff-4ff0-8e66-04ac873a9efe) has been successfully configured for deployment 'opnfv-rally' (UUID=22b6ce5d-300e-44a3-8385-d5070c103285)! 2018-10-22 18:51:53,044 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-22 18:51:53,044 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-22 18:51:53,047 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-22 18:51:53,060 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-22 18:51:55,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c3e60b65-dcff-4ff0-8e66-04ac873a9efe/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-10-22 18:51:55,705 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-22 18:51:55,729 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-22 18:51:55,731 - 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-10-22 18:51:57,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:51:57.774 49 INFO rally.api [-] Starting verification (UUID=fffa8f8d-d591-4602-858f-a582c29f6522) for deployment 'opnfv-rally' (UUID=22b6ce5d-300e-44a3-8385-d5070c103285) by verifier 'opnfv-tempest' (UUID=c3e60b65-dcff-4ff0-8e66-04ac873a9efe). 2018-10-22 18:51:57,776 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: fffa8f8d-d591-4602-858f-a582c29f6522 2018-10-22 18:52:02,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:02.134 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-10-22 18:52:02,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:02.444 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-10-22 18:52:02,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:02.471 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-10-22 18:52:02,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:02.473 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-10-22 18:52:02,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:02.588 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-10-22 18:52:05,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:05.396 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.169s] 2018-10-22 18:52:05,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:05.412 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.016s] 2018-10-22 18:52:05,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:05.572 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.161s] 2018-10-22 18:52:06,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.026 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.238s] 2018-10-22 18:52:06,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.034 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.185s] 2018-10-22 18:52:06,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.055 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.193s] 2018-10-22 18:52:06,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.092 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.035s] 2018-10-22 18:52:06,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.188 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.096s] 2018-10-22 18:52:06,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.209 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.182s] 2018-10-22 18:52:06,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.238 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.323s] 2018-10-22 18:52:06,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.265 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.076s] 2018-10-22 18:52:06,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.296 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.031s] 2018-10-22 18:52:06,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.323 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.180s] 2018-10-22 18:52:06,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.334 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-10-22 18:52:06,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.336 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.097s] 2018-10-22 18:52:06,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.361 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.460s] 2018-10-22 18:52:06,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.490 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.189s] 2018-10-22 18:52:06,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.491 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.278s] 2018-10-22 18:52:06,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.497 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.163s] 2018-10-22 18:52:06,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.552 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-10-22 18:52:06,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.559 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.073s] 2018-10-22 18:52:06,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.570 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.018s] 2018-10-22 18:52:06,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.579 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.010s] 2018-10-22 18:52:06,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.589 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.009s] 2018-10-22 18:52:06,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.597 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.416s] 2018-10-22 18:52:06,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.662 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.064s] 2018-10-22 18:52:06,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.692 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.330s] 2018-10-22 18:52:06,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.722 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.728s] 2018-10-22 18:52:06,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.907 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.418s] 2018-10-22 18:52:06,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.975 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.282s] 2018-10-22 18:52:06,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:06.997 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.292s] 2018-10-22 18:52:07,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.181 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.519s] 2018-10-22 18:52:07,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.232 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.529s] 2018-10-22 18:52:07,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.278 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.371s] 2018-10-22 18:52:07,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.287 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.311s] 2018-10-22 18:52:07,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.367 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.372s] 2018-10-22 18:52:07,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.435 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.713s] 2018-10-22 18:52:07,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.525 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.237s] 2018-10-22 18:52:07,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.631 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.398s] 2018-10-22 18:52:07,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.956 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.519s] 2018-10-22 18:52:07,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:07.964 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-10-22 18:52:08,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:08.053 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.089s] 2018-10-22 18:52:08,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:08.113 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.060s] 2018-10-22 18:52:08,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:08.429 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [2.781s] 2018-10-22 18:52:08,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:08.442 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.916s] 2018-10-22 18:52:08,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:08.674 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.559s] 2018-10-22 18:52:08,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:08.957 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.282s] 2018-10-22 18:52:09,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:09.083 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.641s] 2018-10-22 18:52:09,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:09.141 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.184s] 2018-10-22 18:52:10,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:10.078 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.936s] 2018-10-22 18:52:10,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:10.112 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.033s] 2018-10-22 18:52:10,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:10.129 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.016s] 2018-10-22 18:52:10,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:10.485 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [4.938s] 2018-10-22 18:52:11,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:11.228 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [1.098s] 2018-10-22 18:52:11,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:11.542 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [2.455s] 2018-10-22 18:52:11,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:11.941 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.713s] 2018-10-22 18:52:12,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:12.108 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.567s] 2018-10-22 18:52:12,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:12.685 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.576s] 2018-10-22 18:52:14,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:14.007 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.506s] 2018-10-22 18:52:14,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:14.099 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-10-22 18:52:14,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:14.359 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.351s] 2018-10-22 18:52:14,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:14.532 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [4.048s] 2018-10-22 18:52:14,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:14.730 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.370s] 2018-10-22 18:52:15,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:15.049 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.319s] 2018-10-22 18:52:15,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:15.193 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.180s] 2018-10-22 18:52:15,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:15.228 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.035s] 2018-10-22 18:52:15,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:15.388 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.338s] 2018-10-22 18:52:15,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:15.889 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-10-22 18:52:15,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:15.890 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-10-22 18:52:16,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:16.076 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.275s] 2018-10-22 18:52:16,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:16.176 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.099s] 2018-10-22 18:52:16,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:16.220 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.832s] 2018-10-22 18:52:16,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:16.231 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.055s] 2018-10-22 18:52:16,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:16.279 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.048s] 2018-10-22 18:52:17,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:17.191 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [2.655s] 2018-10-22 18:52:17,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:17.195 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-10-22 18:52:17,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:17.197 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-10-22 18:52:17,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:17.204 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.012s] 2018-10-22 18:52:17,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:17.992 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.173s] 2018-10-22 18:52:18,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.005 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.013s] 2018-10-22 18:52:18,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.041 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.035s] 2018-10-22 18:52:18,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.055 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-10-22 18:52:18,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.075 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.020s] 2018-10-22 18:52:18,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.087 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.011s] 2018-10-22 18:52:18,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.122 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.034s] 2018-10-22 18:52:18,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.134 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.012s] 2018-10-22 18:52:18,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.160 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.025s] 2018-10-22 18:52:18,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.174 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.014s] 2018-10-22 18:52:18,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.189 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.013s] 2018-10-22 18:52:18,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.200 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.011s] 2018-10-22 18:52:18,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.212 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.012s] 2018-10-22 18:52:18,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.242 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.030s] 2018-10-22 18:52:18,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.431 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.184s] 2018-10-22 18:52:18,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.472 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.041s] 2018-10-22 18:52:18,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:18.536 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.063s] 2018-10-22 18:52:19,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:19.759 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.203s] 2018-10-22 18:52:20,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:20.038 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [14.297s] 2018-10-22 18:52:22,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:22.567 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [16.696s] 2018-10-22 18:52:23,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:23.898 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [1.264s] 2018-10-22 18:52:24,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:24.284 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.385s] 2018-10-22 18:52:24,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:24.812 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.528s] 2018-10-22 18:52:25,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:25.429 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.152s] 2018-10-22 18:52:28,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:28.449 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [3.220s] 2018-10-22 18:52:28,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:28.614 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.166s] 2018-10-22 18:52:29,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:29.211 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [13.631s] 2018-10-22 18:52:29,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:29.721 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.853s] 2018-10-22 18:52:30,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:30.202 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [13.443s] 2018-10-22 18:52:30,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:30.410 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.688s] 2018-10-22 18:52:30,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:30.812 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.401s] 2018-10-22 18:52:31,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:31.793 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [1.464s] 2018-10-22 18:52:32,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:32.036 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [1.837s] 2018-10-22 18:52:32,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:32.167 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.373s] 2018-10-22 18:52:32,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:32.480 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.268s] 2018-10-22 18:52:32,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:32.490 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.010s] 2018-10-22 18:52:33,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:33.635 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [1.468s] 2018-10-22 18:52:33,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:33.746 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.253s] 2018-10-22 18:52:33,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:33.748 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-10-22 18:52:33,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:33.753 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-10-22 18:52:33,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:33.755 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-10-22 18:52:34,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:34.115 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.366s] 2018-10-22 18:52:34,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:34.125 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [2.089s] 2018-10-22 18:52:34,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:34.358 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [5.743s] 2018-10-22 18:52:34,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:34.458 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.342s] 2018-10-22 18:52:34,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:34.462 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-10-22 18:52:34,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:34.463 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-10-22 18:52:34,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:34.463 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-10-22 18:52:35,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:35.520 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [1.394s] 2018-10-22 18:52:35,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:35.615 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [17.077s] 2018-10-22 18:52:35,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:35.780 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.164s] 2018-10-22 18:52:36,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:36.343 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [2.705s] 2018-10-22 18:52:36,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:36.652 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [1.131s] 2018-10-22 18:52:37,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:37.256 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [17.490s] 2018-10-22 18:52:37,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:37.268 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.016s] 2018-10-22 18:52:37,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:37.280 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.012s] 2018-10-22 18:52:37,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:37.294 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.013s] 2018-10-22 18:52:38,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:38.071 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [19.865s] 2018-10-22 18:52:38,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:38.093 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.026s] 2018-10-22 18:52:38,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:38.106 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-10-22 18:52:38,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:38.119 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.012s] 2018-10-22 18:52:38,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:38.128 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.009s] 2018-10-22 18:52:38,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:38.418 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.289s] 2018-10-22 18:52:38,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:38.716 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.297s] 2018-10-22 18:52:38,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:38.915 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [2.262s] 2018-10-22 18:52:39,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:39.059 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.342s] 2018-10-22 18:52:39,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:39.471 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.411s] 2018-10-22 18:52:39,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:39.789 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.318s] 2018-10-22 18:52:40,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:40.195 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [1.280s] 2018-10-22 18:52:41,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:41.967 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [1.770s] 2018-10-22 18:52:42,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:42.699 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.733s] 2018-10-22 18:52:44,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:44.613 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [22.044s] 2018-10-22 18:52:46,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:46.730 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [12.371s] 2018-10-22 18:52:48,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:48.214 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [10.918s] 2018-10-22 18:52:50,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:50.054 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [1.839s] 2018-10-22 18:52:51,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.023 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.104s] 2018-10-22 18:52:51,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.035 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.012s] 2018-10-22 18:52:51,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.047 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.012s] 2018-10-22 18:52:51,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.231 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.184s] 2018-10-22 18:52:51,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.243 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.012s] 2018-10-22 18:52:51,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.298 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.054s] 2018-10-22 18:52:51,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.330 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.031s] 2018-10-22 18:52:51,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.380 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.050s] 2018-10-22 18:52:51,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.391 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.011s] 2018-10-22 18:52:51,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.446 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.054s] 2018-10-22 18:52:51,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:51.464 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.018s] 2018-10-22 18:52:55,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:55.243 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [22.125s] 2018-10-22 18:52:55,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:55.524 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-10-22 18:52:59,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:59.217 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [3.977s] 2018-10-22 18:52:59,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:59.384 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.792s] 2018-10-22 18:52:59,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:52:59.669 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.284s] 2018-10-22 18:53:01,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:01.826 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.221s] 2018-10-22 18:53:01,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:01.934 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.108s] 2018-10-22 18:53:02,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:02.054 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.116s] 2018-10-22 18:53:02,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:02.059 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [12.180s] 2018-10-22 18:53:02,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:02.220 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.168s] 2018-10-22 18:53:02,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:02.338 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.285s] 2018-10-22 18:53:03,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:03.898 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [2.309s] 2018-10-22 18:53:03,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:03.943 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.604s] 2018-10-22 18:53:04,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:04.351 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.454s] 2018-10-22 18:53:04,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:04.539 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.595s] 2018-10-22 18:53:04,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:04.583 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.044s] 2018-10-22 18:53:05,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:05.012 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.661s] 2018-10-22 18:53:05,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:05.056 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.232s] 2018-10-22 18:53:05,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:05.100 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.043s] 2018-10-22 18:53:05,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:05.348 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.247s] 2018-10-22 18:53:05,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:05.732 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-10-22 18:53:06,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:06.159 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.574s] 2018-10-22 18:53:06,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:06.193 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.373s] 2018-10-22 18:53:06,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:06.487 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.328s] 2018-10-22 18:53:07,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:07.527 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [26.500s] 2018-10-22 18:53:07,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:07.609 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [2.594s] 2018-10-22 18:53:08,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:08.362 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.753s] 2018-10-22 18:53:09,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:09.908 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [2.386s] 2018-10-22 18:53:12,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:12.785 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-10-22 18:53:13,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:13.792 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.121s] 2018-10-22 18:53:13,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:13.847 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.055s] 2018-10-22 18:53:13,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:13.906 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.059s] 2018-10-22 18:53:13,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:13.981 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.074s] 2018-10-22 18:53:14,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:14.008 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.026s] 2018-10-22 18:53:14,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:14.078 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.070s] 2018-10-22 18:53:14,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:14.132 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.053s] 2018-10-22 18:53:14,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:14.185 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.053s] 2018-10-22 18:53:14,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:14.208 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.022s] 2018-10-22 18:53:14,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:14.270 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.062s] 2018-10-22 18:53:14,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:14.330 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.059s] 2018-10-22 18:53:21,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:21.856 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [11.945s] 2018-10-22 18:53:24,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:24.073 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [22.101s] 2018-10-22 18:53:32,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:32.014 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [29.469s] 2018-10-22 18:53:36,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:36.276 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [4.267s] 2018-10-22 18:53:36,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:36.277 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [11.687s] 2018-10-22 18:53:37,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:37.553 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.395s] 2018-10-22 18:53:37,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:37.676 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.123s] 2018-10-22 18:53:37,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:37.849 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.067s] 2018-10-22 18:53:37,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:37.951 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.101s] 2018-10-22 18:53:47,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:47.368 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [11.092s] 2018-10-22 18:53:48,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:48.774 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-10-22 18:53:56,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:56.642 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [29.788s] 2018-10-22 18:53:57,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:57.679 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [95.079s] 2018-10-22 18:53:57,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:53:57.702 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.027s] 2018-10-22 18:54:00,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:00.186 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [47.386s] 2018-10-22 18:54:01,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:01.079 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [54.873s] 2018-10-22 18:54:03,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:03.204 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.420s] 2018-10-22 18:54:06,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:06.874 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.601s] 2018-10-22 18:54:07,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:07.631 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [43.552s] 2018-10-22 18:54:09,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:09.989 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [2.361s] 2018-10-22 18:54:12,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:12.252 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [15.607s] 2018-10-22 18:54:15,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:15.240 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.411s] 2018-10-22 18:54:15,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:15.310 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.070s] 2018-10-22 18:54:18,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:18.107 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [2.797s] 2018-10-22 18:54:18,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:18.188 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.080s] 2018-10-22 18:54:19,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:19.669 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [1.481s] 2018-10-22 18:54:19,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:19.875 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [3.622s] 2018-10-22 18:54:21,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:21.067 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 [1.191s] 2018-10-22 18:54:21,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:21.080 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.013s] 2018-10-22 18:54:23,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:23.424 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 [21.250s] 2018-10-22 18:54:23,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:23.434 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.011s] 2018-10-22 18:54:23,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:23.440 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 [2.359s] 2018-10-22 18:54:23,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:23.845 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.410s] 2018-10-22 18:54:23,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:23.969 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.124s] 2018-10-22 18:54:24,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:24.798 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 [1.358s] 2018-10-22 18:54:25,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:25.923 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.124s] 2018-10-22 18:54:26,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:26.326 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.403s] 2018-10-22 18:54:26,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:26.522 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.197s] 2018-10-22 18:54:30,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:30.172 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-10-22 18:54:33,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:33.253 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.248s] 2018-10-22 18:54:33,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:33.476 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [23.480s] 2018-10-22 18:54:33,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:33.477 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-10-22 18:54:33,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:33.943 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [33.748s] 2018-10-22 18:54:33,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:33.945 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-10-22 18:54:34,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:34.015 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [27.936s] 2018-10-22 18:54:34,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:34.065 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [72.191s] 2018-10-22 18:54:34,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:34.606 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [1.353s] 2018-10-22 18:54:35,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:35.308 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [1.249s] 2018-10-22 18:54:40,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:40.504 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [6.491s] 2018-10-22 18:54:42,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:42.640 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.376s] 2018-10-22 18:54:46,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:46.806 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.463s] 2018-10-22 18:54:48,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:48.439 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON ... fail 2018-10-22 18:54:48,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:48.440 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-10-22 18:54:49,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:49.357 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... fail [19.169s] 2018-10-22 18:54:50,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:50.626 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [3.815s] 2018-10-22 18:54:53,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:53.850 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [3.228s] 2018-10-22 18:54:53,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:53.981 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.788s] 2018-10-22 18:54:56,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:56.512 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [7.163s] 2018-10-22 18:54:58,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:58.973 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 18:54:58,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:54:58.979 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [112.461s] 2018-10-22 18:55:01,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:01.019 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-10-22 18:55:03,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:03.734 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_add_image_member ... fail [0.011s] 2018-10-22 18:55:03,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:03.744 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_get_shared_images ... fail [0.009s] 2018-10-22 18:55:03,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:03.753 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_remove_member ... fail [0.009s] 2018-10-22 18:55:08,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:08.450 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [12.869s] 2018-10-22 18:55:12,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:12.298 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [18.311s] 2018-10-22 18:55:12,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:12.516 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [74.794s] 2018-10-22 18:55:14,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:14.217 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_http_image ... fail [0.009s] 2018-10-22 18:55:14,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:14.223 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_image_with_min_ram ... fail [0.006s] 2018-10-22 18:55:14,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:14.230 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_remote_image ... fail [0.006s] 2018-10-22 18:55:14,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:14.236 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_then_upload ... fail [0.005s] 2018-10-22 18:55:15,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:15.049 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [16.072s] 2018-10-22 18:55:17,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:17.027 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [1.980s] 2018-10-22 18:55:20,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:20.170 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.214s] 2018-10-22 18:55:20,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:20.535 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.364s] 2018-10-22 18:55:20,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:20.843 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [19.284s] 2018-10-22 18:55:20,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:20.883 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.347s] 2018-10-22 18:55:21,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:21.147 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.264s] 2018-10-22 18:55:21,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:21.367 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.219s] 2018-10-22 18:55:21,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:21.441 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.073s] 2018-10-22 18:55:21,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:21.596 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.154s] 2018-10-22 18:55:21,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:21.671 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.074s] 2018-10-22 18:55:21,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:21.757 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.085s] 2018-10-22 18:55:21,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:21.825 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.067s] 2018-10-22 18:55:21,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:21.914 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.089s] 2018-10-22 18:55:23,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:23.795 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.059s] 2018-10-22 18:55:24,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:24.905 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... fail [0.139s] 2018-10-22 18:55:28,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:28.589 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-10-22 18:55:29,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:29.343 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.545s] 2018-10-22 18:55:29,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:29.928 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [5.414s] 2018-10-22 18:55:31,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:31.854 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.559s] 2018-10-22 18:55:32,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:32.016 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.162s] 2018-10-22 18:55:32,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:32.375 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.359s] 2018-10-22 18:55:34,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:34.721 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [22.420s] 2018-10-22 18:55:35,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:35.853 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [5.924s] 2018-10-22 18:55:40,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:40.376 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [92.040s] 2018-10-22 18:55:44,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:44.754 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [71.264s] 2018-10-22 18:55:46,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:46.329 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [10.476s] 2018-10-22 18:55:53,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:53.935 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [7.604s] 2018-10-22 18:55:56,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:56.468 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.767s] 2018-10-22 18:55:56,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:56.847 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.379s] 2018-10-22 18:55:57,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:57.591 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.743s] 2018-10-22 18:55:57,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:57.968 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.376s] 2018-10-22 18:55:58,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:58.678 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.708s] 2018-10-22 18:55:59,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:55:59.531 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.852s] 2018-10-22 18:56:00,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:00.353 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [6.418s] 2018-10-22 18:56:00,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:00.575 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [15.816s] 2018-10-22 18:56:02,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:02.406 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [27.680s] 2018-10-22 18:56:05,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:05.639 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [5.284s] 2018-10-22 18:56:07,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:07.571 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [29.641s] 2018-10-22 18:56:08,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:08.554 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [47.704s] 2018-10-22 18:56:08,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:08.984 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 18:56:11,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:11.042 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [10.460s] 2018-10-22 18:56:11,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:11.044 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-10-22 18:56:11,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:11.046 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-10-22 18:56:11,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:11.047 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-10-22 18:56:12,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:12.514 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [6.874s] 2018-10-22 18:56:14,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:14.025 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.433s] 2018-10-22 18:56:14,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:14.505 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [12.099s] 2018-10-22 18:56:19,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:19.776 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [7.262s] 2018-10-22 18:56:21,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:21.050 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [84.516s] 2018-10-22 18:56:26,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:26.670 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.077s] 2018-10-22 18:56:27,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:27.116 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.446s] 2018-10-22 18:56:27,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:27.171 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [1.555s] 2018-10-22 18:56:27,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:27.181 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.065s] 2018-10-22 18:56:27,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:27.247 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.064s] 2018-10-22 18:56:27,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:27.327 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.079s] 2018-10-22 18:56:28,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:28.593 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [1.420s] 2018-10-22 18:56:30,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:30.074 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [2.746s] 2018-10-22 18:56:30,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:30.649 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.575s] 2018-10-22 18:56:31,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:31.275 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [231.513s] 2018-10-22 18:56:33,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:33.481 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON ... fail 2018-10-22 18:56:34,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:34.604 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [72.668s] 2018-10-22 18:56:34,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:34.618 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.019s] 2018-10-22 18:56:35,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:35.297 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-10-22 18:56:35,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:35.491 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [0.869s] 2018-10-22 18:56:35,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:35.495 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-10-22 18:56:35,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:35.546 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [14.493s] 2018-10-22 18:56:35,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:35.791 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.299s] 2018-10-22 18:56:36,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:36.224 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.433s] 2018-10-22 18:56:36,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:36.301 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [7.705s] 2018-10-22 18:56:36,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:36.377 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.835s] 2018-10-22 18:56:39,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:39.067 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.214s] 2018-10-22 18:56:39,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:39.113 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [2.814s] 2018-10-22 18:56:39,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:39.144 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.085s] 2018-10-22 18:56:39,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:39.386 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.241s] 2018-10-22 18:56:41,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:41.738 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [1.684s] 2018-10-22 18:56:42,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:42.326 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [3.211s] 2018-10-22 18:56:44,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:44.110 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [2.371s] 2018-10-22 18:56:44,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:44.214 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [10.054s] 2018-10-22 18:56:44,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:44.582 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.371s] 2018-10-22 18:56:47,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:47.011 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [187.260s] 2018-10-22 18:56:47,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:47.105 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.102s] 2018-10-22 18:56:47,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:47.497 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.391s] 2018-10-22 18:56:47,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:47.702 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [3.119s] 2018-10-22 18:56:48,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:48.021 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [95.484s] 2018-10-22 18:56:53,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:53.410 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 [5.707s] 2018-10-22 18:56:53,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:53.744 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [9.529s] 2018-10-22 18:56:54,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:54.556 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.149s] 2018-10-22 18:56:54,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:54.712 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.155s] 2018-10-22 18:56:54,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:54.862 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.149s] 2018-10-22 18:56:55,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:55.026 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.164s] 2018-10-22 18:56:55,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:55.168 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.142s] 2018-10-22 18:56:55,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:55.320 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.150s] 2018-10-22 18:56:55,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:55.479 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.158s] 2018-10-22 18:56:55,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:55.487 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.009s] 2018-10-22 18:56:55,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:55.496 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.008s] 2018-10-22 18:56:55,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:55.504 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.008s] 2018-10-22 18:56:55,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:55.890 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [47.331s] 2018-10-22 18:56:58,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:58.865 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [78.467s] 2018-10-22 18:56:58,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:56:58.960 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.550s] 2018-10-22 18:57:00,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:00.141 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [3.946s] 2018-10-22 18:57:00,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:00.211 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.072s] 2018-10-22 18:57:01,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:01.181 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.207s] 2018-10-22 18:57:01,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:01.387 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.205s] 2018-10-22 18:57:02,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:02.611 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [1.221s] 2018-10-22 18:57:02,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:02.612 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [8.864s] 2018-10-22 18:57:04,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:04.201 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [5.240s] 2018-10-22 18:57:04,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:04.407 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.491s] 2018-10-22 18:57:04,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:04.626 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.015s] 2018-10-22 18:57:04,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:04.853 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.227s] 2018-10-22 18:57:05,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:05.049 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.195s] 2018-10-22 18:57:05,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:05.065 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.016s] 2018-10-22 18:57:05,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:05.082 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.017s] 2018-10-22 18:57:06,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:06.510 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [91.315s] 2018-10-22 18:57:08,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:08.492 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-10-22 18:57:09,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:09.422 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.812s] 2018-10-22 18:57:09,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:09.618 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [3.112s] 2018-10-22 18:57:11,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:11.104 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-10-22 18:57:13,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:13.677 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.162s] 2018-10-22 18:57:13,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:13.805 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [73.212s] 2018-10-22 18:57:13,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:13.846 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.170s] 2018-10-22 18:57:15,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:15.536 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [6.113s] 2018-10-22 18:57:19,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:19.252 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [9.632s] 2018-10-22 18:57:20,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:20.112 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [7.750s] 2018-10-22 18:57:25,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:25.538 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.807s] 2018-10-22 18:57:27,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:27.288 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.751s] 2018-10-22 18:57:28,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:28.480 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [12.943s] 2018-10-22 18:57:28,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:28.881 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.535s] 2018-10-22 18:57:29,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:29.262 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.381s] 2018-10-22 18:57:29,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:29.647 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.384s] 2018-10-22 18:57:30,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:30.062 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.415s] 2018-10-22 18:57:30,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:30.091 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [75.575s] 2018-10-22 18:57:30,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:30.434 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.372s] 2018-10-22 18:57:30,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:30.950 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.163s] 2018-10-22 18:57:33,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:33.502 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.954s] 2018-10-22 18:57:33,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:33.565 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-10-22 18:57:33,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:33.568 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-10-22 18:57:33,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:33.569 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-10-22 18:57:33,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:33.882 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.380s] 2018-10-22 18:57:34,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:34.088 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.206s] 2018-10-22 18:57:35,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:35.076 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.987s] 2018-10-22 18:57:36,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.036 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.959s] 2018-10-22 18:57:36,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.234 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [7.754s] 2018-10-22 18:57:36,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.427 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-10-22 18:57:36,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.438 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-10-22 18:57:36,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.522 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.158s] 2018-10-22 18:57:36,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.582 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.142s] 2018-10-22 18:57:36,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.593 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-10-22 18:57:36,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.605 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-10-22 18:57:36,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.610 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.574s] 2018-10-22 18:57:36,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.637 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.032s] 2018-10-22 18:57:36,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.698 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.061s] 2018-10-22 18:57:36,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.758 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.059s] 2018-10-22 18:57:36,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.905 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.146s] 2018-10-22 18:57:36,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.921 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-10-22 18:57:36,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:36.990 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.069s] 2018-10-22 18:57:37,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:37.296 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.685s] 2018-10-22 18:57:43,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:43.661 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-10-22 18:57:43,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:43.664 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 18:57:47,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:47.923 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [3.961s] 2018-10-22 18:57:49,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:49.616 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [13.380s] 2018-10-22 18:57:51,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:51.537 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [1.920s] 2018-10-22 18:57:56,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:56.057 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [3.701s] 2018-10-22 18:57:56,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:56.455 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [20.548s] 2018-10-22 18:57:56,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:56.954 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [80.556s] 2018-10-22 18:57:57,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:57.408 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [1.351s] 2018-10-22 18:57:57,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:57.754 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [7.867s] 2018-10-22 18:57:58,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:58.309 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.310s] 2018-10-22 18:57:58,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:58.650 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.340s] 2018-10-22 18:57:59,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:57:59.540 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [2.131s] 2018-10-22 18:58:01,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:01.657 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [15.873s] 2018-10-22 18:58:01,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:01.701 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [2.161s] 2018-10-22 18:58:01,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:01.863 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.205s] 2018-10-22 18:58:02,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:02.342 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [10.805s] 2018-10-22 18:58:02,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:02.662 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.799s] 2018-10-22 18:58:02,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:02.744 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.401s] 2018-10-22 18:58:03,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.007 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.262s] 2018-10-22 18:58:03,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.204 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [6.251s] 2018-10-22 18:58:03,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.306 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.300s] 2018-10-22 18:58:03,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.362 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.056s] 2018-10-22 18:58:03,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.434 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.071s] 2018-10-22 18:58:03,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.540 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.106s] 2018-10-22 18:58:03,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.562 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [1.860s] 2018-10-22 18:58:03,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.636 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.096s] 2018-10-22 18:58:03,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.685 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.048s] 2018-10-22 18:58:03,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:03.951 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.264s] 2018-10-22 18:58:04,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:04.542 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [5.034s] 2018-10-22 18:58:05,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:05.427 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-22 18:58:06,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:06.799 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [4.134s] 2018-10-22 18:58:06,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:06.840 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [3.276s] 2018-10-22 18:58:08,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:08.948 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.101s] 2018-10-22 18:58:08,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:08.954 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 18:58:09,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:09.740 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [2.941s] 2018-10-22 18:58:09,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:09.947 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.206s] 2018-10-22 18:58:10,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:10.152 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.205s] 2018-10-22 18:58:10,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:10.398 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.817s] 2018-10-22 18:58:14,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:14.729 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.071s] 2018-10-22 18:58:14,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:14.798 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.068s] 2018-10-22 18:58:15,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:15.357 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.558s] 2018-10-22 18:58:15,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:15.778 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [11.827s] 2018-10-22 18:58:15,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:15.948 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.771s] 2018-10-22 18:58:16,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.007 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2018-10-22 18:58:16,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.116 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2018-10-22 18:58:16,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.122 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-10-22 18:58:16,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.125 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-22 18:58:16,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.127 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-22 18:58:16,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.128 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-10-22 18:58:16,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.129 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-10-22 18:58:16,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.252 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [0.895s] 2018-10-22 18:58:16,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.388 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.380s] 2018-10-22 18:58:16,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:16.643 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... fail 2018-10-22 18:58:19,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:19.701 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [9.300s] 2018-10-22 18:58:20,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:20.951 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [54.940s] 2018-10-22 18:58:21,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:21.168 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [82.282s] 2018-10-22 18:58:21,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:21.905 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [5.116s] 2018-10-22 18:58:22,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:22.522 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [2.820s] 2018-10-22 18:58:22,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:22.635 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [94.590s] 2018-10-22 18:58:23,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:23.006 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [19.796s] 2018-10-22 18:58:23,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:23.294 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.771s] 2018-10-22 18:58:23,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:23.516 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [0.511s]: Skipped until Bug: 1014647 is resolved. 2018-10-22 18:58:23,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:23.901 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.605s] 2018-10-22 18:58:24,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:24.908 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.007s] 2018-10-22 18:58:25,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:25.794 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.880s] 2018-10-22 18:58:25,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:25.801 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [29.338s] 2018-10-22 18:58:26,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:26.528 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.739s] 2018-10-22 18:58:27,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:27.314 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [5.406s] 2018-10-22 18:58:28,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:28.504 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [3.623s] 2018-10-22 18:58:28,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:28.614 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.086s] 2018-10-22 18:58:28,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:28.831 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.328s] 2018-10-22 18:58:29,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:29.080 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.248s] 2018-10-22 18:58:29,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:29.525 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [2.212s] 2018-10-22 18:58:29,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:29.792 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.298s] 2018-10-22 18:58:29,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:29.876 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.079s] 2018-10-22 18:58:29,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:29.940 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.063s] 2018-10-22 18:58:30,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:30.005 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.065s] 2018-10-22 18:58:30,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:30.081 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.076s] 2018-10-22 18:58:30,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:30.524 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [1.907s] 2018-10-22 18:58:30,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:30.749 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.187s] 2018-10-22 18:58:30,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:30.932 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.408s] 2018-10-22 18:58:30,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:30.938 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.189s] 2018-10-22 18:58:31,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:31.181 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.249s] 2018-10-22 18:58:31,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:31.240 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.301s] 2018-10-22 18:58:31,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:31.420 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.180s] 2018-10-22 18:58:31,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:31.577 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.396s] 2018-10-22 18:58:31,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:31.587 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.167s] 2018-10-22 18:58:31,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:31.844 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.267s] 2018-10-22 18:58:31,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:31.906 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.318s] 2018-10-22 18:58:32,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:32.095 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.187s] 2018-10-22 18:58:32,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:32.271 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.175s] 2018-10-22 18:58:32,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:32.299 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.454s] 2018-10-22 18:58:32,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:32.307 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.036s] 2018-10-22 18:58:32,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:32.484 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.177s] 2018-10-22 18:58:32,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:32.529 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.230s] 2018-10-22 18:58:33,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:33.168 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.636s] 2018-10-22 18:58:33,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:33.185 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [3.659s] 2018-10-22 18:58:33,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:33.277 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [4.195s] 2018-10-22 18:58:34,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:34.232 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.063s] 2018-10-22 18:58:34,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:34.466 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.233s] 2018-10-22 18:58:38,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:38.103 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [3.633s] 2018-10-22 18:58:38,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:38.104 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-10-22 18:58:38,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:38.686 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.584s] 2018-10-22 18:58:39,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:39.251 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.565s] 2018-10-22 18:58:39,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:39.330 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.168s] 2018-10-22 18:58:39,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:39.518 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.266s] 2018-10-22 18:58:39,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:39.754 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.236s] 2018-10-22 18:58:40,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:40.331 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.576s] 2018-10-22 18:58:40,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:40.790 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.458s] 2018-10-22 18:58:41,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:41.312 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.522s] 2018-10-22 18:58:41,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:41.571 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.259s] 2018-10-22 18:58:42,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:42.069 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.010s] 2018-10-22 18:58:42,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:42.226 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.157s] 2018-10-22 18:58:42,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:42.476 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.249s] 2018-10-22 18:58:42,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:42.497 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.925s] 2018-10-22 18:58:42,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:42.672 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.195s] 2018-10-22 18:58:42,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:42.858 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.186s] 2018-10-22 18:58:43,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:42.999 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [9.719s] 2018-10-22 18:58:43,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.054 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.195s] 2018-10-22 18:58:43,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.267 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.212s] 2018-10-22 18:58:43,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.308 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.312s] 2018-10-22 18:58:43,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.454 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.186s] 2018-10-22 18:58:43,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.489 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.158s] 2018-10-22 18:58:43,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.512 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [1.014s] 2018-10-22 18:58:43,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.637 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-10-22 18:58:43,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.646 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.192s] 2018-10-22 18:58:43,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.690 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.042s] 2018-10-22 18:58:43,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.881 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.190s] 2018-10-22 18:58:43,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:43.929 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.418s] 2018-10-22 18:58:44,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:44.089 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.208s] 2018-10-22 18:58:44,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:44.123 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.033s] 2018-10-22 18:58:44,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:44.183 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.059s] 2018-10-22 18:58:44,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:44.394 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.210s] 2018-10-22 18:58:44,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:44.430 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [1.121s] 2018-10-22 18:58:44,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:44.602 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.112s] 2018-10-22 18:58:44,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:44.962 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.030s] 2018-10-22 18:58:44,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:44.965 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-10-22 18:58:44,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:44.967 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-10-22 18:58:45,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:45.202 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [19.401s] 2018-10-22 18:58:45,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:45.232 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.270s] 2018-10-22 18:58:45,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:45.514 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.281s] 2018-10-22 18:58:46,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:46.032 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.430s] 2018-10-22 18:58:46,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:46.242 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.943s] 2018-10-22 18:58:47,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:47.742 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [6.245s] 2018-10-22 18:58:47,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:47.808 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.775s] 2018-10-22 18:58:47,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:47.959 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [5.524s] 2018-10-22 18:58:49,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:49.411 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [3.893s] 2018-10-22 18:58:49,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:49.775 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.365s] 2018-10-22 18:58:50,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:50.410 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.634s] 2018-10-22 18:58:50,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:50.413 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-10-22 18:58:50,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:50.414 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-10-22 18:58:50,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:50.722 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.311s] 2018-10-22 18:58:50,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:50.787 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.977s] 2018-10-22 18:58:51,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:51.143 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.421s] 2018-10-22 18:58:51,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:51.394 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.251s] 2018-10-22 18:58:51,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:51.510 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-10-22 18:58:51,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:51.552 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.020s] 2018-10-22 18:58:54,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:54.568 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [6.824s] 2018-10-22 18:58:54,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:54.749 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [8.505s] 2018-10-22 18:58:55,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:55.341 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [4.553s] 2018-10-22 18:58:57,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:57.424 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [2.084s] 2018-10-22 18:58:58,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:58.434 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [10.474s] 2018-10-22 18:58:59,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:58:59.331 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [7.774s] 2018-10-22 18:59:00,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:00.310 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.883s] 2018-10-22 18:59:01,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:01.760 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.450s] 2018-10-22 18:59:01,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:01.803 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [7.233s] 2018-10-22 18:59:01,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:01.806 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.045s] 2018-10-22 18:59:02,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:02.016 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.211s] 2018-10-22 18:59:02,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:02.036 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.020s] 2018-10-22 18:59:04,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:04.267 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-22 18:59:04,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:04.269 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-10-22 18:59:04,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:04.270 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-10-22 18:59:06,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:06.261 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [4.458s] 2018-10-22 18:59:07,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:07.573 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.814s] 2018-10-22 18:59:07,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:07.577 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [9.142s] 2018-10-22 18:59:07,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:07.583 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-10-22 18:59:09,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:09.177 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [14.427s] 2018-10-22 18:59:10,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:10.022 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-10-22 18:59:11,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:11.410 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [5.147s] 2018-10-22 18:59:11,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:11.920 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [4.342s] 2018-10-22 18:59:12,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:12.205 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [5.031s] 2018-10-22 18:59:12,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:12.354 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.149s] 2018-10-22 18:59:12,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:12.619 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [17.186s] 2018-10-22 18:59:12,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:12.620 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-10-22 18:59:12,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:12.753 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.399s] 2018-10-22 18:59:15,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:15.378 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.457s] 2018-10-22 18:59:16,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:16.392 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-10-22 18:59:16,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:16.394 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-10-22 18:59:16,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:16.395 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-10-22 18:59:17,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:17.878 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.595s] 2018-10-22 18:59:21,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:21.094 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [9.683s] 2018-10-22 18:59:22,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:22.781 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.478s] 2018-10-22 18:59:22,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:22.977 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.196s] 2018-10-22 18:59:23,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:23.798 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [5.919s] 2018-10-22 18:59:26,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:26.021 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [8.049s] 2018-10-22 18:59:27,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:27.187 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-10-22 18:59:27,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:27.643 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [6.457s] 2018-10-22 18:59:27,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:27.645 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-10-22 18:59:28,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:28.004 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 [4.206s] 2018-10-22 18:59:29,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:29.928 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.089s] 2018-10-22 18:59:30,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:30.024 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.096s] 2018-10-22 18:59:30,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:30.104 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.079s] 2018-10-22 18:59:30,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:30.111 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-10-22 18:59:31,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:31.595 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [20.928s] 2018-10-22 18:59:32,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:32.064 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.053s] 2018-10-22 18:59:35,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:35.347 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.160s] 2018-10-22 18:59:35,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:35.401 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.053s] 2018-10-22 18:59:35,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:35.912 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.167s] 2018-10-22 18:59:36,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:36.816 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [75.632s] 2018-10-22 18:59:36,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:36.860 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [2.347s] 2018-10-22 18:59:37,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:37.327 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [1.925s] 2018-10-22 18:59:37,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:37.331 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.470s] 2018-10-22 18:59:37,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:37.344 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.017s] 2018-10-22 18:59:37,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:37.424 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.079s] 2018-10-22 18:59:37,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:37.437 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.012s] 2018-10-22 18:59:37,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:37.490 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.053s] 2018-10-22 18:59:37,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:37.553 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.063s] 2018-10-22 18:59:38,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:38.983 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [23.603s] 2018-10-22 18:59:39,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:39.048 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.715s] 2018-10-22 18:59:39,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:39.195 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.214s] 2018-10-22 18:59:39,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:39.567 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.370s] 2018-10-22 18:59:44,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:44.324 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.728s] 2018-10-22 18:59:45,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:45.022 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.795s] 2018-10-22 18:59:46,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:46.090 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [1.796s] 2018-10-22 18:59:46,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:46.798 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.398s] 2018-10-22 18:59:46,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:46.799 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-10-22 18:59:46,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:46.886 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.796s] 2018-10-22 18:59:48,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:48.817 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [1.930s] 2018-10-22 18:59:49,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:49.037 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-10-22 18:59:49,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:49.511 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.695s] 2018-10-22 18:59:49,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:49.704 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.242s] 2018-10-22 18:59:50,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:50.875 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [14.060s] 2018-10-22 18:59:51,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:51.097 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [11.527s] 2018-10-22 18:59:52,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:52.043 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.717s] 2018-10-22 18:59:52,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:52.045 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-10-22 18:59:53,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:53.986 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [93.016s] 2018-10-22 18:59:54,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:54.922 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [187.411s] 2018-10-22 18:59:54,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:54.924 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-10-22 18:59:56,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:56.676 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.054s] 2018-10-22 18:59:56,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 18:59:56.692 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.017s] 2018-10-22 19:00:00,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:00.003 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-10-22 19:00:00,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:00.832 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [8.787s] 2018-10-22 19:00:01,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:01.654 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [98.132s] 2018-10-22 19:00:03,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:03.258 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.112s] 2018-10-22 19:00:03,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:03.265 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.008s] 2018-10-22 19:00:03,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:03.460 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.195s] 2018-10-22 19:00:03,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:03.641 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [0.885s] 2018-10-22 19:00:04,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:04.835 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.869s] 2018-10-22 19:00:07,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:07.524 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [4.061s] 2018-10-22 19:00:07,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:07.967 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.178s] 2018-10-22 19:00:07,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:07.978 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.010s] 2018-10-22 19:00:07,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:07.987 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.009s] 2018-10-22 19:00:08,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:08.372 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.385s] 2018-10-22 19:00:08,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:08.379 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.007s] 2018-10-22 19:00:08,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:08.387 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.008s] 2018-10-22 19:00:08,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:08.796 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.408s] 2018-10-22 19:00:09,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:09.239 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.442s] 2018-10-22 19:00:09,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:09.688 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [18.590s] 2018-10-22 19:00:09,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:09.914 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.227s] 2018-10-22 19:00:09,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:09.958 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.044s] 2018-10-22 19:00:09,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:09.964 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [2.441s] 2018-10-22 19:00:10,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:10.537 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [9.705s] 2018-10-22 19:00:12,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:12.180 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.214s] 2018-10-22 19:00:13,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:13.150 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 19:00:13,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:13.989 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [74.639s] 2018-10-22 19:00:14,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:14.234 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [10.591s] 2018-10-22 19:00:18,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:18.467 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... fail 2018-10-22 19:00:19,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:19.325 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [20.054s] 2018-10-22 19:00:22,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:22.679 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.365s] 2018-10-22 19:00:22,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:22.880 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.200s] 2018-10-22 19:00:24,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:24.427 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [10.191s] 2018-10-22 19:00:25,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:25.107 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [15.146s] 2018-10-22 19:00:25,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:25.781 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [6.459s] 2018-10-22 19:00:25,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:25.875 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [6.886s] 2018-10-22 19:00:30,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:30.804 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [19.618s] 2018-10-22 19:00:31,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:31.743 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [5.874s] 2018-10-22 19:00:31,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:31.744 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-10-22 19:00:34,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:34.669 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [2.926s] 2018-10-22 19:00:35,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:35.924 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [10.143s] 2018-10-22 19:00:36,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:36.107 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.183s] 2018-10-22 19:00:36,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:36.132 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.025s] 2018-10-22 19:00:36,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:36.454 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [12.026s] 2018-10-22 19:00:36,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:36.459 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.325s] 2018-10-22 19:00:36,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:36.573 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [42.583s] 2018-10-22 19:00:36,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:36.754 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.295s] 2018-10-22 19:00:36,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:36.933 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.179s] 2018-10-22 19:00:37,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:37.218 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.284s] 2018-10-22 19:00:37,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:37.719 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.501s] 2018-10-22 19:00:37,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:37.913 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.193s] 2018-10-22 19:00:37,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:37.922 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-10-22 19:00:37,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:37.973 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.050s] 2018-10-22 19:00:38,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:38.024 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.050s] 2018-10-22 19:00:38,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:38.249 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.224s] 2018-10-22 19:00:38,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:38.545 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.295s] 2018-10-22 19:00:38,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:38.743 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.198s] 2018-10-22 19:00:38,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:38.933 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.189s] 2018-10-22 19:00:38,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:38.992 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.058s] 2018-10-22 19:00:39,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:39.773 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.781s] 2018-10-22 19:00:39,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:39.983 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.209s] 2018-10-22 19:00:40,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:40.037 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.053s] 2018-10-22 19:00:40,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:40.227 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.189s] 2018-10-22 19:00:40,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:40.454 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.227s] 2018-10-22 19:00:40,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:40.631 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.076s] 2018-10-22 19:00:40,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:40.644 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-10-22 19:00:40,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:40.666 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.212s] 2018-10-22 19:00:40,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:40.700 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.034s] 2018-10-22 19:00:40,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:40.744 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.043s] 2018-10-22 19:00:40,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:40.922 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.177s] 2018-10-22 19:00:41,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:41.141 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.219s] 2018-10-22 19:00:41,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:41.317 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.175s] 2018-10-22 19:00:41,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:41.569 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.252s] 2018-10-22 19:00:41,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:41.604 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.034s] 2018-10-22 19:00:42,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:42.288 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.892s] 2018-10-22 19:00:43,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:43.298 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [1.009s] 2018-10-22 19:00:43,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:43.392 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.095s] 2018-10-22 19:00:43,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:43.574 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [4.696s] 2018-10-22 19:00:44,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:44.859 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [1.465s] 2018-10-22 19:00:45,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:45.030 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.456s] 2018-10-22 19:00:46,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:46.090 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [9.635s] 2018-10-22 19:00:48,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:48.209 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [2.120s] 2018-10-22 19:00:48,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:48.578 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [23.470s] 2018-10-22 19:00:49,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:49.717 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [18.912s] 2018-10-22 19:00:52,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:52.643 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [42.103s] 2018-10-22 19:00:55,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:55.616 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.975s] 2018-10-22 19:00:59,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:00:59.208 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [22.632s] 2018-10-22 19:01:00,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:00.157 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [58.491s] 2018-10-22 19:01:02,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:02.761 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [0.010s] 2018-10-22 19:01:03,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:03.291 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [4.170s] 2018-10-22 19:01:06,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:06.094 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [18.893s] 2018-10-22 19:01:06,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:06.322 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.426s] 2018-10-22 19:01:06,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:06.346 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.024s] 2018-10-22 19:01:06,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:06.365 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.019s] 2018-10-22 19:01:06,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:06.771 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.404s] 2018-10-22 19:01:07,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:07.193 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-10-22 19:01:08,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:08.521 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.747s] 2018-10-22 19:01:08,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:08.536 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.018s] 2018-10-22 19:01:08,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:08.565 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.029s] 2018-10-22 19:01:08,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:08.577 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.011s] 2018-10-22 19:01:08,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:08.587 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.010s] 2018-10-22 19:01:08,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:08.606 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.019s] 2018-10-22 19:01:08,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:08.618 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.011s] 2018-10-22 19:01:08,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:08.629 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.012s] 2018-10-22 19:01:10,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:10.818 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [8.232s] 2018-10-22 19:01:16,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:16.451 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [1.439s] 2018-10-22 19:01:16,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:16.527 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.076s] 2018-10-22 19:01:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:20.532 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [14.437s] 2018-10-22 19:01:20,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:20.678 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [9.859s] 2018-10-22 19:01:21,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:21.226 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.228s] 2018-10-22 19:01:22,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:22.907 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [8.349s] 2018-10-22 19:01:23,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:23.714 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.315s] 2018-10-22 19:01:23,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:23.716 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-22 19:01:24,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:24.908 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 19:01:26,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:26.039 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [3.134s] 2018-10-22 19:01:26,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:26.406 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [5.727s] 2018-10-22 19:01:29,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:29.046 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [4.383s] 2018-10-22 19:01:31,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:31.034 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [3.137s] 2018-10-22 19:01:35,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:35.690 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [15.157s] 2018-10-22 19:01:35,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:35.694 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-10-22 19:01:38,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:38.794 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [2.350s] 2018-10-22 19:01:39,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:39.202 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.407s] 2018-10-22 19:01:40,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:40.743 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [14.336s] 2018-10-22 19:01:41,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:41.736 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [2.534s] 2018-10-22 19:01:44,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:44.687 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [15.638s] 2018-10-22 19:01:45,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:45.339 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [9.647s] 2018-10-22 19:01:45,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:45.946 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [5.202s] 2018-10-22 19:01:46,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:46.805 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [92.808s] 2018-10-22 19:01:46,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:46.890 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.088s] 2018-10-22 19:01:46,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:46.953 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.062s] 2018-10-22 19:01:47,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:47.211 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.048s] 2018-10-22 19:01:47,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:47.992 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [3.306s] 2018-10-22 19:01:51,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:51.043 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [3.050s] 2018-10-22 19:01:54,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:54.430 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [8.484s] 2018-10-22 19:01:54,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:54.488 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-22 19:01:54,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:54.907 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-10-22 19:01:55,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:55.237 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [4.193s] 2018-10-22 19:01:55,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:55.857 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.753s] 2018-10-22 19:01:56,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:56.950 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_add_member_with_non_existing_image ... fail [0.010s] 2018-10-22 19:01:56,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:56.959 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_image ... fail [0.006s] 2018-10-22 19:01:56,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:56.964 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_tenant ... fail [0.010s] 2018-10-22 19:01:56,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:56.973 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_get_image_without_membership ... fail [0.008s] 2018-10-22 19:01:57,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:57.759 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [12.420s] 2018-10-22 19:01:58,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:58.240 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.382s] 2018-10-22 19:01:59,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:59.416 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.281s] 2018-10-22 19:01:59,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:01:59.784 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.368s] 2018-10-22 19:02:00,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:00.985 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.554s] 2018-10-22 19:02:04,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:04.527 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [4.060s] 2018-10-22 19:02:06,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:06.385 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.858s] 2018-10-22 19:02:08,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:08.375 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [7.389s] 2018-10-22 19:02:10,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:10.653 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [70.482s] 2018-10-22 19:02:10,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:10.829 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [4.432s] 2018-10-22 19:02:10,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:10.832 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [5.073s] 2018-10-22 19:02:11,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:11.964 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-10-22 19:02:11,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:11.966 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 19:02:11,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:11.980 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [5.595s] 2018-10-22 19:02:12,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:12.477 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [3.102s] 2018-10-22 19:02:13,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:13.549 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [5.173s] 2018-10-22 19:02:14,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:14.507 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.525s] 2018-10-22 19:02:17,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:17.907 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [6.726s] 2018-10-22 19:02:19,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:19.595 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [1.689s] 2018-10-22 19:02:20,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:20.080 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-10-22 19:02:20,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:20.498 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [1.228s] 2018-10-22 19:02:20,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:20.662 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.202s] 2018-10-22 19:02:20,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:20.851 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.190s] 2018-10-22 19:02:20,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:20.923 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... fail [31.923s] 2018-10-22 19:02:21,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:21.018 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.166s] 2018-10-22 19:02:21,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:21.873 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [1.375s] 2018-10-22 19:02:22,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:22.116 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [1.097s] 2018-10-22 19:02:22,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:22.313 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.197s] 2018-10-22 19:02:22,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:22.478 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [2.881s] 2018-10-22 19:02:22,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:22.679 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.200s] 2018-10-22 19:02:24,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:24.913 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [2.233s] 2018-10-22 19:02:26,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:26.630 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [13.079s] 2018-10-22 19:02:29,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:29.611 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [2.980s] 2018-10-22 19:02:29,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:29.828 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [19.174s] 2018-10-22 19:02:31,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:31.243 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [3.317s] 2018-10-22 19:02:34,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:34.296 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.745s] 2018-10-22 19:02:34,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:34.380 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... fail [13.455s] 2018-10-22 19:02:34,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:34.381 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete ... skip [0.000s]: ceph does not support arbitrary container names 2018-10-22 19:02:34,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:34.930 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [37.167s] 2018-10-22 19:02:36,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:36.062 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [4.818s] 2018-10-22 19:02:36,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:36.257 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.081s] 2018-10-22 19:02:36,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:36.381 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.123s] 2018-10-22 19:02:36,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:36.472 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.089s] 2018-10-22 19:02:36,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:36.570 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.099s] 2018-10-22 19:02:36,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:36.697 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.126s] 2018-10-22 19:02:37,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:37.494 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [7.882s] 2018-10-22 19:02:37,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:37.709 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [2.782s] 2018-10-22 19:02:37,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:37.852 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.358s] 2018-10-22 19:02:38,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:38.330 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.476s] 2018-10-22 19:02:38,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:38.461 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [52.027s] 2018-10-22 19:02:38,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:38.519 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.189s] 2018-10-22 19:02:38,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:38.937 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.417s] 2018-10-22 19:02:39,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:39.124 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.186s] 2018-10-22 19:02:39,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:39.446 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.321s] 2018-10-22 19:02:39,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:39.544 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.097s] 2018-10-22 19:02:39,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:39.635 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.091s] 2018-10-22 19:02:39,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:39.692 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.056s] 2018-10-22 19:02:39,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:39.980 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [3.918s] 2018-10-22 19:02:40,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:40.056 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [3.920s] 2018-10-22 19:02:41,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:41.379 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.050s] 2018-10-22 19:02:43,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:43.705 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.201s] 2018-10-22 19:02:44,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:44.092 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [4.033s] 2018-10-22 19:02:44,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:44.656 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-10-22 19:02:46,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:46.772 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [6.790s] 2018-10-22 19:02:46,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:46.863 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [2.771s] 2018-10-22 19:02:49,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:48.999 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.049s] 2018-10-22 19:02:49,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:49.223 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.223s] 2018-10-22 19:02:49,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:49.447 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.222s] 2018-10-22 19:02:49,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:49.516 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [9.825s] 2018-10-22 19:02:50,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:50.036 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [3.173s] 2018-10-22 19:02:50,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:50.265 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.817s] 2018-10-22 19:02:50,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:50.554 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.288s] 2018-10-22 19:02:51,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:51.237 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.837s] 2018-10-22 19:02:51,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:51.503 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.948s] 2018-10-22 19:02:51,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:51.664 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.160s] 2018-10-22 19:02:51,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:51.850 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.185s] 2018-10-22 19:02:51,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:51.920 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.070s] 2018-10-22 19:02:51,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:51.974 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.054s] 2018-10-22 19:02:52,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:52.174 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.199s] 2018-10-22 19:02:52,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:52.421 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.246s] 2018-10-22 19:02:52,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:52.500 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.078s] 2018-10-22 19:02:52,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:52.581 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.079s] 2018-10-22 19:02:52,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:52.668 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.087s] 2018-10-22 19:02:52,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:52.874 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.206s] 2018-10-22 19:02:52,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:52.947 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.072s] 2018-10-22 19:02:53,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:52.999 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.053s] 2018-10-22 19:02:54,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:54.586 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [5.467s] 2018-10-22 19:02:54,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:54.671 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [24.838s] 2018-10-22 19:02:56,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:56.475 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [5.234s] 2018-10-22 19:02:56,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:02:56.477 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-10-22 19:03:00,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:00.526 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [4.051s] 2018-10-22 19:03:01,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:01.386 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.620s] 2018-10-22 19:03:02,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:02.438 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [1.911s] 2018-10-22 19:03:03,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:03.393 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [2.476s] 2018-10-22 19:03:03,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:03.849 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.462s] 2018-10-22 19:03:06,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:06.406 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.557s] 2018-10-22 19:03:07,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:07.569 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [4.176s] 2018-10-22 19:03:08,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:08.993 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-10-22 19:03:08,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:08.996 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-10-22 19:03:09,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:09.592 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [5.738s] 2018-10-22 19:03:11,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:11.461 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [5.053s] 2018-10-22 19:03:11,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:11.490 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.902s] 2018-10-22 19:03:13,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:13.032 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [34.568s] 2018-10-22 19:03:14,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:14.171 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-22 19:03:14,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:14.172 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-10-22 19:03:14,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:14.575 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [7.005s] 2018-10-22 19:03:14,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:14.619 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.127s] 2018-10-22 19:03:15,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:15.568 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [6.572s] 2018-10-22 19:03:16,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:16.167 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.548s] 2018-10-22 19:03:19,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:19.242 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.071s] 2018-10-22 19:03:19,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:19.455 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-10-22 19:03:19,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:19.470 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.232s] 2018-10-22 19:03:19,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:19.570 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [4.993s] 2018-10-22 19:03:19,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:19.790 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [8.329s] 2018-10-22 19:03:19,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:19.984 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_blank_id ... fail [0.012s] 2018-10-22 19:03:19,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:19.994 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_id_over_character_limit ... fail [0.006s] 2018-10-22 19:03:20,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:20.005 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_negative_image_id ... fail [0.006s] 2018-10-22 19:03:20,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:20.014 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_non_hex_string_id ... fail [0.006s] 2018-10-22 19:03:20,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:20.022 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_non_existent_image ... fail [0.006s] 2018-10-22 19:03:20,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:20.031 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_container_format ... fail [0.005s] 2018-10-22 19:03:20,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:20.038 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_disk_format ... fail [0.005s] 2018-10-22 19:03:21,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:21.023 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-10-22 19:03:23,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:23.450 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.175s] 2018-10-22 19:03:23,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:23.609 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.158s] 2018-10-22 19:03:23,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:23.769 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.160s] 2018-10-22 19:03:24,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:24.471 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [4.900s] 2018-10-22 19:03:24,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:24.858 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.243s] 2018-10-22 19:03:25,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:25.091 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.232s] 2018-10-22 19:03:25,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:25.297 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.206s] 2018-10-22 19:03:25,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:25.647 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.220s] 2018-10-22 19:03:25,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:25.740 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.289s] 2018-10-22 19:03:25,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:25.845 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.198s] 2018-10-22 19:03:26,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:26.073 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.332s] 2018-10-22 19:03:26,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:26.254 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.181s] 2018-10-22 19:03:26,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:26.427 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.172s] 2018-10-22 19:03:26,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:26.599 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.828s] 2018-10-22 19:03:26,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:26.634 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.207s] 2018-10-22 19:03:26,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:26.767 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.169s] 2018-10-22 19:03:26,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:26.798 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.163s] 2018-10-22 19:03:26,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:26.974 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.175s] 2018-10-22 19:03:27,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:27.142 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.167s] 2018-10-22 19:03:27,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:27.167 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.025s] 2018-10-22 19:03:27,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:27.336 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.168s] 2018-10-22 19:03:27,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:27.551 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.213s] 2018-10-22 19:03:27,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:27.900 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.349s] 2018-10-22 19:03:28,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:28.930 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [4.458s] 2018-10-22 19:03:34,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:34.286 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [5.355s] 2018-10-22 19:03:35,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:35.306 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.145s] 2018-10-22 19:03:36,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:36.292 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... fail [2.474s] 2018-10-22 19:03:36,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:36.479 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [11.178s] 2018-10-22 19:03:36,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:36.539 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.062s] 2018-10-22 19:03:36,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:36.571 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.032s] 2018-10-22 19:03:38,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:38.573 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [4.286s] 2018-10-22 19:03:38,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:38.725 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... fail [2.431s] 2018-10-22 19:03:38,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:38.989 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-10-22 19:03:38,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:38.991 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 19:03:41,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:41.474 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.032s] 2018-10-22 19:03:42,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:42.755 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.447s] 2018-10-22 19:03:43,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:43.557 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [1.286s] 2018-10-22 19:03:43,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:43.721 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.771s] 2018-10-22 19:03:43,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:43.762 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.205s] 2018-10-22 19:03:44,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:44.218 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.496s] 2018-10-22 19:03:45,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:45.986 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.766s] 2018-10-22 19:03:47,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:47.066 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [5.590s] 2018-10-22 19:03:49,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:49.225 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-10-22 19:03:50,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:50.641 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [2.773s] 2018-10-22 19:03:51,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:51.482 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [8.726s] 2018-10-22 19:03:51,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:51.873 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.318s] 2018-10-22 19:03:52,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:52.788 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.914s] 2018-10-22 19:03:53,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:53.839 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [3.197s] 2018-10-22 19:03:55,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:55.883 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [4.400s] 2018-10-22 19:03:56,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:56.916 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [3.076s] 2018-10-22 19:03:58,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:58.197 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.313s] 2018-10-22 19:03:59,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:59.164 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [1.821s] 2018-10-22 19:03:59,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:03:59.690 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-10-22 19:04:00,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:00.653 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.489s] 2018-10-22 19:04:01,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:01.529 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [4.612s] 2018-10-22 19:04:01,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:01.797 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.143s] 2018-10-22 19:04:06,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:06.784 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.703s] 2018-10-22 19:04:08,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:08.138 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [2.222s] 2018-10-22 19:04:10,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:10.444 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [2.304s] 2018-10-22 19:04:13,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:13.505 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [15.304s] 2018-10-22 19:04:13,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:13.547 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-22 19:04:13,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:13.548 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-10-22 19:04:13,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:13.564 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.061s] 2018-10-22 19:04:13,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:13.698 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.133s] 2018-10-22 19:04:20,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:20.941 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [14.154s] 2018-10-22 19:04:21,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:21.918 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.980s] 2018-10-22 19:04:22,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:22.183 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [3.265s] 2018-10-22 19:04:22,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:22.824 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.641s] 2018-10-22 19:04:22,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:22.947 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.028s] 2018-10-22 19:04:23,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:23.855 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.908s] 2018-10-22 19:04:24,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:24.092 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [1.267s] 2018-10-22 19:04:24,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:24.736 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [11.037s] 2018-10-22 19:04:25,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:25.446 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [1.354s] 2018-10-22 19:04:25,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:25.464 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.018s] 2018-10-22 19:04:25,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:25.638 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.173s] 2018-10-22 19:04:26,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:26.700 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [1.061s] 2018-10-22 19:04:28,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:28.075 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [23.887s] 2018-10-22 19:04:29,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:29.400 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.898s] 2018-10-22 19:04:29,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:29.987 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [184.617s] 2018-10-22 19:04:32,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:32.006 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [97.314s] 2018-10-22 19:04:34,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:34.835 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.434s] 2018-10-22 19:04:39,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:39.519 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [14.780s] 2018-10-22 19:04:39,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:39.756 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.239s] 2018-10-22 19:04:39,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:39.937 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.180s] 2018-10-22 19:04:43,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:43.655 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [8.819s] 2018-10-22 19:04:45,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:45.188 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [2.126s] 2018-10-22 19:04:45,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:45.246 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.058s] 2018-10-22 19:04:50,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:50.755 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [7.099s] 2018-10-22 19:04:52,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:52.238 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [12.298s] 2018-10-22 19:04:54,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:54.793 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [26.717s] 2018-10-22 19:04:59,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:04:59.757 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [35.895s] 2018-10-22 19:05:01,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:01.971 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [7.179s] 2018-10-22 19:05:02,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:02.891 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [12.134s] 2018-10-22 19:05:05,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:05.662 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [13.423s] 2018-10-22 19:05:05,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:05.699 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [3.728s] 2018-10-22 19:05:15,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:15.051 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [17.443s] 2018-10-22 19:05:15,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:15.801 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [169.427s] 2018-10-22 19:05:20,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:20.561 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [14.552s] 2018-10-22 19:05:20,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:20.633 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [5.585s] 2018-10-22 19:05:22,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:22.613 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [16.909s] 2018-10-22 19:05:27,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:27.428 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [6.868s] 2018-10-22 19:05:27,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:27.471 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [6.836s] 2018-10-22 19:05:27,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:27.617 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [4.093s] 2018-10-22 19:05:28,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:28.067 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [32.144s] 2018-10-22 19:05:30,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:30.887 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [3.270s] 2018-10-22 19:05:33,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:33.505 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [6.033s] 2018-10-22 19:05:34,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:34.773 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [5.035s] 2018-10-22 19:05:36,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:36.902 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [6.008s] 2018-10-22 19:05:37,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:37.661 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [4.155s] 2018-10-22 19:05:38,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:38.611 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.713s] 2018-10-22 19:05:40,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:40.343 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [5.568s] 2018-10-22 19:05:42,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:42.158 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [3.544s] 2018-10-22 19:05:42,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:42.276 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [4.614s] 2018-10-22 19:05:44,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:44.562 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [2.405s] 2018-10-22 19:05:46,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:46.252 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [219.197s] 2018-10-22 19:05:47,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:47.158 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.593s] 2018-10-22 19:05:47,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:47.230 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.075s] 2018-10-22 19:05:49,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:49.080 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-10-22 19:05:49,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:49.081 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-10-22 19:05:49,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:49.081 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-10-22 19:05:51,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:51.420 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.181s] 2018-10-22 19:05:51,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:51.630 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.210s] 2018-10-22 19:05:51,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:51.800 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.169s] 2018-10-22 19:05:51,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:51.965 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.163s] 2018-10-22 19:05:52,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:52.144 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.178s] 2018-10-22 19:05:53,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:53.336 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.209s] 2018-10-22 19:05:53,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:53.571 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.234s] 2018-10-22 19:05:53,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:53.762 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.191s] 2018-10-22 19:05:53,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:53.935 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.172s] 2018-10-22 19:05:54,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:54.260 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.324s] 2018-10-22 19:05:54,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:54.420 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-10-22 19:05:54,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:54.586 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.165s] 2018-10-22 19:05:54,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:54.633 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.047s] 2018-10-22 19:05:54,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:54.691 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.057s] 2018-10-22 19:05:54,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:54.895 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.203s] 2018-10-22 19:05:55,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:55.107 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.212s] 2018-10-22 19:05:58,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:05:58.020 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [5.874s] 2018-10-22 19:06:05,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:05.350 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.817s] 2018-10-22 19:06:06,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:06.619 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.269s] 2018-10-22 19:06:07,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:07.396 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [44.778s] 2018-10-22 19:06:08,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:08.625 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [96.595s] 2018-10-22 19:06:08,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:08.626 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-10-22 19:06:09,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:09.684 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [2.293s] 2018-10-22 19:06:22,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:22.634 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [6.697s] 2018-10-22 19:06:23,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:23.123 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [13.437s] 2018-10-22 19:06:26,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:26.118 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [39.854s] 2018-10-22 19:06:29,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:29.630 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [6.995s] 2018-10-22 19:06:34,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:34.147 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-10-22 19:06:34,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:34.147 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-10-22 19:06:34,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:34.677 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [11.552s] 2018-10-22 19:06:39,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:39.449 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [4.772s] 2018-10-22 19:06:41,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:41.820 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.348s] 2018-10-22 19:06:42,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:42.568 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.748s] 2018-10-22 19:06:43,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:43.008 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.439s] 2018-10-22 19:06:43,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:43.537 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.529s] 2018-10-22 19:06:43,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:43.912 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.374s] 2018-10-22 19:06:44,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:44.903 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [0.990s] 2018-10-22 19:06:46,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:46.284 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.380s] 2018-10-22 19:06:46,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:46.850 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.565s] 2018-10-22 19:06:47,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:47.393 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.543s] 2018-10-22 19:06:47,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:47.890 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.496s] 2018-10-22 19:06:50,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:50.864 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-10-22 19:06:56,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:06:56.305 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [2.010s] 2018-10-22 19:07:05,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:05.945 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.111s] 2018-10-22 19:07:17,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:17.498 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [2.558s] 2018-10-22 19:07:17,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:17.586 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.088s] 2018-10-22 19:07:17,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:17.697 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [38.239s] 2018-10-22 19:07:19,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:19.113 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.527s] 2018-10-22 19:07:24,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:24.109 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [75.465s] 2018-10-22 19:07:29,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:29.085 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [4.980s] 2018-10-22 19:07:31,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:31.868 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.263s] 2018-10-22 19:07:32,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:32.068 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.200s] 2018-10-22 19:07:32,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:32.523 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.454s] 2018-10-22 19:07:34,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:34.712 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.188s] 2018-10-22 19:07:37,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:37.273 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.561s] 2018-10-22 19:07:37,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:37.499 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.226s] 2018-10-22 19:07:37,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:37.808 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.309s] 2018-10-22 19:07:40,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:40.315 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [6.937s] 2018-10-22 19:07:47,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:47.474 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [7.158s] 2018-10-22 19:07:51,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:51.373 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [3.899s] 2018-10-22 19:07:54,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:54.577 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.164s] 2018-10-22 19:07:54,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:54.621 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.043s] 2018-10-22 19:07:56,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:56.065 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [160.248s] 2018-10-22 19:07:56,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:56.817 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [5.444s] 2018-10-22 19:07:58,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:07:58.724 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-10-22 19:08:00,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:00.482 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-10-22 19:08:01,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:01.242 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [1.020s] 2018-10-22 19:08:01,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:01.537 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [4.719s] 2018-10-22 19:08:02,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:02.490 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-10-22 19:08:09,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:09.992 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... fail [2.267s] 2018-10-22 19:08:11,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:11.723 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.173s] 2018-10-22 19:08:13,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:13.765 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [8.562s] 2018-10-22 19:08:14,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:14.004 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.279s] 2018-10-22 19:08:15,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:15.472 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.468s] 2018-10-22 19:08:16,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:16.044 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 19:08:16,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:16.045 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-22 19:08:16,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:16.565 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.092s] 2018-10-22 19:08:17,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:17.749 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.183s] 2018-10-22 19:08:19,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:19.954 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.204s] 2018-10-22 19:08:20,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:20.907 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.404s] 2018-10-22 19:08:21,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:21.135 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.180s] 2018-10-22 19:08:21,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:21.281 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.147s] 2018-10-22 19:08:21,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:21.436 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.528s] 2018-10-22 19:08:22,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:22.815 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [1.532s] 2018-10-22 19:08:24,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:24.863 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [2.047s] 2018-10-22 19:08:25,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:25.641 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.777s] 2018-10-22 19:08:25,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:25.818 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.178s] 2018-10-22 19:08:25,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:25.988 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.170s] 2018-10-22 19:08:26,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:26.007 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.019s] 2018-10-22 19:08:27,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:27.590 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-10-22 19:08:27,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:27.592 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-10-22 19:08:27,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:27.593 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-10-22 19:08:27,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:27.594 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-10-22 19:08:30,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:30.893 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.442s] 2018-10-22 19:08:31,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:31.531 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.638s] 2018-10-22 19:08:32,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:32.421 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.889s] 2018-10-22 19:08:32,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:32.487 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.065s] 2018-10-22 19:08:32,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:32.558 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.071s] 2018-10-22 19:08:32,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:32.641 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.082s] 2018-10-22 19:08:41,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:41.083 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [31.082s] 2018-10-22 19:08:43,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:43.713 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.778s] 2018-10-22 19:08:44,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:44.703 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.989s] 2018-10-22 19:08:45,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:45.461 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.757s] 2018-10-22 19:08:45,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:45.843 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.381s] 2018-10-22 19:08:46,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:46.350 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.272s] 2018-10-22 19:08:47,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:47.053 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.208s] 2018-10-22 19:08:47,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:47.520 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.467s] 2018-10-22 19:08:47,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:47.999 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.478s] 2018-10-22 19:08:50,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:50.039 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [2.037s] 2018-10-22 19:08:50,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:50.362 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.321s] 2018-10-22 19:08:51,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:51.275 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.915s] 2018-10-22 19:08:51,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:51.342 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.067s] 2018-10-22 19:08:51,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:51.832 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.489s] 2018-10-22 19:08:53,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:08:53.299 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [1.465s] 2018-10-22 19:09:07,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:07.592 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.596s] 2018-10-22 19:09:07,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:07.760 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.170s] 2018-10-22 19:09:08,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:08.032 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.271s] 2018-10-22 19:09:15,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:15.337 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [28.978s] 2018-10-22 19:09:21,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:21.047 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [3.000s] 2018-10-22 19:09:22,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:22.364 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.029s] 2018-10-22 19:09:27,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:27.112 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.172s] 2018-10-22 19:09:30,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:30.619 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [3.504s] 2018-10-22 19:09:33,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:33.964 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... fail [334.157s] 2018-10-22 19:09:37,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:37.747 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.496s] 2018-10-22 19:09:37,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:37.897 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.150s] 2018-10-22 19:09:38,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:38.070 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.172s] 2018-10-22 19:09:38,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:38.224 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.154s] 2018-10-22 19:09:42,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:42.452 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [243.564s] 2018-10-22 19:09:44,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:09:44.115 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.246s] 2018-10-22 19:12:08,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:12:08.648 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [213.342s] 2018-10-22 19:13:17,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:13:17.303 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... fail [223.335s] 2018-10-22 19:13:25,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:13:25.807 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [216.188s] 2018-10-22 19:16:18,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-22 19:16:18.799 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... fail [172.953s] 2018-10-22 19:16:26,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: fffa8f8d-d591-4602-858f-a582c29f6522 2018-10-22 19:16:26,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'fffa8f8d-d591-4602-858f-a582c29f6522']'. 2018-10-22 19:16:27,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-22 19:16:27,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-22 19:16:27,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 19:16:27,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | fffa8f8d-d591-4602-858f-a582c29f6522 | 2018-10-22 19:16:27,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-22 19:16:27,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-22 18:51:57 | 2018-10-22 19:16:27,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-22 19:16:25 | 2018-10-22 19:16:27,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:24:28 | 2018-10-22 19:16:27,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-22 19:16:27,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-22 19:16:27,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c3e60b65-dcff-4ff0-8e66-04ac873a9efe) | 2018-10-22 19:16:27,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-22 19:16:27,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 22b6ce5d-300e-44a3-8385-d5070c103285) | 2018-10-22 19:16:27,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-10-22 19:16:27,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1456.646 | 2018-10-22 19:16:27,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1038 | 2018-10-22 19:16:27,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 358 | 2018-10-22 19:16:27,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-22 19:16:27,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-22 19:16:27,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 72 | 2018-10-22 19:16:27,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-22 19:16:27,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-22 19:16:27,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-22 19:16:27,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 93.5135135135% 2018-10-22 19:16:27,984 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 24:44 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-10-22 19:16:27,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-22 19:16:27,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/e9931e25-37c7-4260-af93-58ba4d6bffae -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2dce37da6fe17386b185bcb25936db3a7f016fc1" 2018-10-22 19:16:29,147 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4f416f38-b7e2-4aef-8e43-c26c2d7d4759 Date: Mon, 22 Oct 2018 19:16:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 19:16:29,147 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/e9931e25-37c7-4260-af93-58ba4d6bffae used request id req-4f416f38-b7e2-4aef-8e43-c26c2d7d4759 2018-10-22 19:16:29,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.1611559391s 2018-10-22 19:16:29,148 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/e9931e25-37c7-4260-af93-58ba4d6bffae used request id req-4f416f38-b7e2-4aef-8e43-c26c2d7d4759 2018-10-22 19:16:29,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-22 19:16:29,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 19:16:29,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 19:16: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-f1dd7f13-576b-4b52-a952-06cd1d0360b3 x-compute-request-id: req-f1dd7f13-576b-4b52-a952-06cd1d0360b3 Content-Encoding: gzip Content-Length: 417 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/3b6406e2-98d0-4817-a317-d1f25fb49cfc", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/3b6406e2-98d0-4817-a317-d1f25fb49cfc", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3b6406e2-98d0-4817-a317-d1f25fb49cfc", "name": "tempest_full_parallel-flavor_alt_5edf2517-05ff-4b79-b9ad-3a441123cfca", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/54038a75-fc74-48d3-adc3-0d3b5fa998ea", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/54038a75-fc74-48d3-adc3-0d3b5fa998ea", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "54038a75-fc74-48d3-adc3-0d3b5fa998ea", "name": "tempest_full_parallel-flavor_5edf2517-05ff-4b79-b9ad-3a441123cfca", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 19:16:29,340 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-f1dd7f13-576b-4b52-a952-06cd1d0360b3 2018-10-22 19:16:29,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.191917896271s 2018-10-22 19:16:29,341 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-f1dd7f13-576b-4b52-a952-06cd1d0360b3 2018-10-22 19:16:29,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-22 19:16:29,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/3b6406e2-98d0-4817-a317-d1f25fb49cfc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 19:16:29,396 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 19:16: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-59490270-a67d-43fe-9b62-396bfcfb6748 x-compute-request-id: req-59490270-a67d-43fe-9b62-396bfcfb6748 Content-Length: 0 Content-Type: application/json 2018-10-22 19:16:29,396 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/3b6406e2-98d0-4817-a317-d1f25fb49cfc used request id req-59490270-a67d-43fe-9b62-396bfcfb6748 2018-10-22 19:16:29,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0527079105377s 2018-10-22 19:16:29,397 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/3b6406e2-98d0-4817-a317-d1f25fb49cfc used request id req-59490270-a67d-43fe-9b62-396bfcfb6748 2018-10-22 19:16:29,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-22 19:16:29,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}2dce37da6fe17386b185bcb25936db3a7f016fc1" 2018-10-22 19:16:29,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 4553 Content-Type: application/json X-Openstack-Request-Id: req-17e44be9-9995-4e0a-843e-d68afd07efd6 Date: Mon, 22 Oct 2018 19:16:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/f554ce33-8e84-4229-94eb-1781199cc763/snap", "metadata": {}}], "boot_roles": "Member", "file": "/v2/images/f554ce33-8e84-4229-94eb-1781199cc763/file", "owner": "866d8cee98a04da88d00ef1582dad3c7", "id": "f554ce33-8e84-4229-94eb-1781199cc763", "size": 0, "self": "/v2/images/f554ce33-8e84-4229-94eb-1781199cc763", "block_device_mapping": "[{\"guest_format\": null, \"boot_index\": 0, \"delete_on_termination\": true, \"no_device\": null, \"snapshot_id\": \"4d16dda5-2b57-45c0-b8d1-1ccaac592086\", \"device_name\": \"/dev/vda\", \"disk_bus\": \"virtio\", \"image_id\": null, \"source_type\": \"snapshot\", \"tag\": null, \"device_type\": \"disk\", \"volume_id\": null, \"destination_type\": \"volume\", \"volume_size\": 1}]", "disk_format": "qcow2", "base_image_ref": "", "bdm_v2": "True", "owner_project_name": "tempest-TestVolumeBootPattern-2005140162", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/f554ce33-8e84-4229-94eb-1781199cc763/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T19:04:27Z", "owner_user_name": "tempest-TestVolumeBootPattern-2005140162", "visibility": "private", "owner_specified.shade.object": "images/tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca", "min_disk": 1, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest-TestVolumeBootPatternsnapshot-1128474694", "checksum": "d41d8cd98f00b204e9800998ecf8427e", "created_at": "2018-10-22T19:04:25Z", "protected": false, "root_device_name": "/dev/vda"}, {"image_state": "available", "container_format": "bare", "min_ram": 0, "updated_at": "2018-10-22T18:54:47Z", "boot_roles": "Member", "file": "/v2/images/fb2b4e11-cee8-4e98-8fc2-2439e2963e4b/file", "owner": "f0670ff945cb4536b74f3fcf8950df1a", "id": "fb2b4e11-cee8-4e98-8fc2-2439e2963e4b", "size": 1073741824, "user_id": "5634712b4afd42dc971306873464a3b1", "image_type": "backup", "self": "/v2/images/fb2b4e11-cee8-4e98-8fc2-2439e2963e4b", "disk_format": "raw", "base_image_ref": "1417a3e7-bcf0-4ea2-b98a-5df373677f92", "owner_project_name": "tempest-ServerActionsTestJSON-192747335", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/fb2b4e11-cee8-4e98-8fc2-2439e2963e4b/snap", "owner_id": "f0670ff945cb4536b74f3fcf8950df1a", "status": "active", "image_location": "snapshot", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/fb2b4e11-cee8-4e98-8fc2-2439e2963e4b/snap", "metadata": {}}], "owner_user_name": "tempest-ServerActionsTestJSON-192747335", "visibility": "private", "owner_specified.shade.object": "images/tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca", "min_disk": 1, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "instance_uuid": "18138b16-33b2-4a2d-8e0f-57cb56f33427", "name": "tempest-backup-1-642815136", "checksum": null, "created_at": "2018-10-22T18:54:31Z", "backup_type": "daily", "protected": false, "schema": "/v2/schemas/image"}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/snap", "metadata": {}}], "file": "/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/file", "owner": "7d1c8f4654614b378253c1cd5674ac95", "id": "1417a3e7-bcf0-4ea2-b98a-5df373677f92", "size": 12716032, "self": "/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92", "disk_format": "qcow2", "direct_url": "rbd://10c5daf8-8a0b-4c5c-ab78-ba744de0001e/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-22T18:51:46Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_5edf2517-05ff-4b79-b9ad-3a441123cfca", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-22T18:51:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-22 19:16:29,587 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-17e44be9-9995-4e0a-843e-d68afd07efd6 2018-10-22 19:16:29,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.189616918564s 2018-10-22 19:16:29,587 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-17e44be9-9995-4e0a-843e-d68afd07efd6 2018-10-22 19:16:29,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-22 19:16:29,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2dce37da6fe17386b185bcb25936db3a7f016fc1" 2018-10-22 19:16:30,961 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-42454972-f33f-48c4-90e9-b6ccb3b871b5 Date: Mon, 22 Oct 2018 19:16:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-22 19:16:30,961 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92 used request id req-42454972-f33f-48c4-90e9-b6ccb3b871b5 2018-10-22 19:16:30,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.37037611008s 2018-10-22 19:16:30,961 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/1417a3e7-bcf0-4ea2-b98a-5df373677f92 used request id req-42454972-f33f-48c4-90e9-b6ccb3b871b5 2018-10-22 19:16:30,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-22 19:16:30,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 19:16:30,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 19:16: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-eedb1da4-5e43-42ce-8035-8c6062da4980 x-compute-request-id: req-eedb1da4-5e43-42ce-8035-8c6062da4980 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/54038a75-fc74-48d3-adc3-0d3b5fa998ea", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/54038a75-fc74-48d3-adc3-0d3b5fa998ea", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "54038a75-fc74-48d3-adc3-0d3b5fa998ea", "name": "tempest_full_parallel-flavor_5edf2517-05ff-4b79-b9ad-3a441123cfca", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ab802edb-185a-46cc-8877-48edeb0224b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ab802edb-185a-46cc-8877-48edeb0224b4", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-22 19:16:30,993 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-eedb1da4-5e43-42ce-8035-8c6062da4980 2018-10-22 19:16:30,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0310559272766s 2018-10-22 19:16:30,993 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-eedb1da4-5e43-42ce-8035-8c6062da4980 2018-10-22 19:16:30,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-22 19:16:30,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/54038a75-fc74-48d3-adc3-0d3b5fa998ea -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 19:16:31,031 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 22 Oct 2018 19:16: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-d658525f-cae6-4d69-83bd-e24496f41192 x-compute-request-id: req-d658525f-cae6-4d69-83bd-e24496f41192 Content-Length: 0 Content-Type: application/json 2018-10-22 19:16:31,031 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/54038a75-fc74-48d3-adc3-0d3b5fa998ea used request id req-d658525f-cae6-4d69-83bd-e24496f41192 2018-10-22 19:16:31,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0355849266052s 2018-10-22 19:16:31,031 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/54038a75-fc74-48d3-adc3-0d3b5fa998ea used request id req-d658525f-cae6-4d69-83bd-e24496f41192 2018-10-22 19:16:31,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 19:16:31,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 19:16:31,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 19:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56d0573e-de9e-471c-ae34-78e37ae04881 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "tempest_full_parallel-user_5edf2517-05ff-4b79-b9ad-3a441123cfca", "links": {"self": "http://172.30.9.22:5000/v3/users/04b0947d9d474ae0aa9c43659769e449"}, "domain_id": "default", "enabled": true, "id": "04b0947d9d474ae0aa9c43659769e449", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/07d2630104c140caa489be2d00057499"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07d2630104c140caa489be2d00057499", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/0d7041059d684987b19890accf199e52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d7041059d684987b19890accf199e52", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/27e120d8036344c78f6230718c45109e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27e120d8036344c78f6230718c45109e", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2c5864338bba4dfd85bdd240ea24e36c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c5864338bba4dfd85bdd240ea24e36c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3dd58b9453224ed6b6a7dd0cb66ed078"}, "domain_id": "4efcfa9916f34e3598719fc817429a11", "enabled": true, "options": {}, "id": "3dd58b9453224ed6b6a7dd0cb66ed078", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5ceb5d07d7c54b53806b5f31a95bec6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ceb5d07d7c54b53806b5f31a95bec6d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/66fe728bdee2441d8a0fd7c3cb96d1dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "66fe728bdee2441d8a0fd7c3cb96d1dc", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/7b5d8215c70e49e1a0eefbfd65a73ae9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b5d8215c70e49e1a0eefbfd65a73ae9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/8deac9cc32ef44d1a106dc2c5541ebf3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8deac9cc32ef44d1a106dc2c5541ebf3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/a45ef9a591124ff9bc285d59ca4d6a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a45ef9a591124ff9bc285d59ca4d6a58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/ab8e9a88eaf84492af28a51b3a62d5bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab8e9a88eaf84492af28a51b3a62d5bf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d0d8dfc6361c442dbd0010d7fd262f02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0d8dfc6361c442dbd0010d7fd262f02", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d6629269ad204c6bbe086ea51823fdd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d6629269ad204c6bbe086ea51823fdd8", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ea43f174c348431a848173d88f53dfd8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea43f174c348431a848173d88f53dfd8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-10-22 19:16:31,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-56d0573e-de9e-471c-ae34-78e37ae04881 2018-10-22 19:16:31,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100109815598s 2018-10-22 19:16:31,132 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-56d0573e-de9e-471c-ae34-78e37ae04881 2018-10-22 19:16:31,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-22 19:16:31,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/04b0947d9d474ae0aa9c43659769e449 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 19:16:31,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 19:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4f77b44-8345-436f-bdf8-e5631199f52d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/04b0947d9d474ae0aa9c43659769e449"}, "enabled": true, "id": "04b0947d9d474ae0aa9c43659769e449", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_5edf2517-05ff-4b79-b9ad-3a441123cfca"}} 2018-10-22 19:16:31,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/04b0947d9d474ae0aa9c43659769e449 used request id req-a4f77b44-8345-436f-bdf8-e5631199f52d 2018-10-22 19:16:31,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101302862167s 2018-10-22 19:16:31,240 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/04b0947d9d474ae0aa9c43659769e449 used request id req-a4f77b44-8345-436f-bdf8-e5631199f52d 2018-10-22 19:16:31,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-22 19:16:31,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/04b0947d9d474ae0aa9c43659769e449 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 19:16:31,420 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 19:16:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-678cdb29-e002-445a-9926-6fde955651b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 19:16:31,420 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/04b0947d9d474ae0aa9c43659769e449 used request id req-678cdb29-e002-445a-9926-6fde955651b8 2018-10-22 19:16:31,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.180078983307s 2018-10-22 19:16:31,421 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/04b0947d9d474ae0aa9c43659769e449 used request id req-678cdb29-e002-445a-9926-6fde955651b8 2018-10-22 19:16:31,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-22 19:16:31,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 19:16:31,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 19:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6e45269-8aef-4cc4-a0be-1daae8eccfb2 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/5068b5ed7a66426d88da56d151653d71"}, "enabled": true, "id": "5068b5ed7a66426d88da56d151653d71", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.22:5000/v3/projects/7d1c8f4654614b378253c1cd5674ac95"}, "enabled": true, "id": "7d1c8f4654614b378253c1cd5674ac95", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_5edf2517-05ff-4b79-b9ad-3a441123cfca"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ba7a6acf87944158b12f697f8414be6"}, "enabled": true, "id": "8ba7a6acf87944158b12f697f8414be6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-22 19:16:31,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-b6e45269-8aef-4cc4-a0be-1daae8eccfb2 2018-10-22 19:16:31,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0843570232391s 2018-10-22 19:16:31,506 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-b6e45269-8aef-4cc4-a0be-1daae8eccfb2 2018-10-22 19:16:31,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-22 19:16:31,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/7d1c8f4654614b378253c1cd5674ac95 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 19:16:31,651 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 19:16:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e00802c8-4a46-46f6-a983-0db750c40caf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 19:16:31,652 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/7d1c8f4654614b378253c1cd5674ac95 used request id req-e00802c8-4a46-46f6-a983-0db750c40caf 2018-10-22 19:16:31,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.143439054489s 2018-10-22 19:16:31,652 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/7d1c8f4654614b378253c1cd5674ac95 used request id req-e00802c8-4a46-46f6-a983-0db750c40caf 2018-10-22 19:16:31,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-22 19:16:31,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 19:16:31,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 22 Oct 2018 19:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b4167ce-dd7c-4624-a0f1-b8a6364a3a55 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54475a0b5ce34095bb526868da234e2a", "links": {"self": "http://172.30.9.22:5000/v3/roles/54475a0b5ce34095bb526868da234e2a"}, "name": "admin"}, {"domain_id": null, "id": "642c699208df49c39279fd6253aa296b", "links": {"self": "http://172.30.9.22:5000/v3/roles/642c699208df49c39279fd6253aa296b"}, "name": "Member"}, {"domain_id": null, "id": "9c8f1cf8753242bfb9ec98215907dd55", "links": {"self": "http://172.30.9.22:5000/v3/roles/9c8f1cf8753242bfb9ec98215907dd55"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b91c3c4a2d824e6eb301396119c5c850", "links": {"self": "http://172.30.9.22:5000/v3/roles/b91c3c4a2d824e6eb301396119c5c850"}, "name": "ResellerAdmin"}]} 2018-10-22 19:16:31,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4b4167ce-dd7c-4624-a0f1-b8a6364a3a55 2018-10-22 19:16:31,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0865268707275s 2018-10-22 19:16:31,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-22 19:16:31,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/642c699208df49c39279fd6253aa296b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 19:16:31,859 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 22 Oct 2018 19:16:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d82c445-475d-4e56-8035-322a62622744 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-22 19:16:31,859 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/642c699208df49c39279fd6253aa296b used request id req-9d82c445-475d-4e56-8035-322a62622744 2018-10-22 19:16:31,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.118782997131s 2018-10-22 19:16:31,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-22 19:16:31,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=7d1c8f4654614b378253c1cd5674ac95&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}f4bc595c3cd76a80065cace70e561183f61b3a08" 2018-10-22 19:16:32,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-9e45f92b-8f94-4dd9-b091-c48b87119d09 Date: Mon, 22 Oct 2018 19:16:32 GMT RESP BODY: {"security_groups": []} 2018-10-22 19:16:32,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=7d1c8f4654614b378253c1cd5674ac95&name=default used request id req-9e45f92b-8f94-4dd9-b091-c48b87119d09 2018-10-22 19:16:32,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.180667161942s 2018-10-22 19:16:32,044 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=7d1c8f4654614b378253c1cd5674ac95&name=default used request id req-9e45f92b-8f94-4dd9-b091-c48b87119d09 2018-10-22 19:16:32,044 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK